diff --git a/src/views/stockManagement/entryApply/components/AddNum.vue b/src/views/stockManagement/entryApply/components/AddNum.vue index ca96d1db..af8e58a9 100644 --- a/src/views/stockManagement/entryApply/components/AddNum.vue +++ b/src/views/stockManagement/entryApply/components/AddNum.vue @@ -165,8 +165,8 @@ export default { { label: '工具名称', prop: 'parentTypeName' }, { label: '规格型号', prop: 'typeName' }, { label: '计量单位', prop: 'unitName' }, - { label: '单价', prop: 'originCost', width: 150 }, - { label: '申请数量', prop: 'applyNum', width: 150 }, + { label: '资产原值(单个) 单位: 元', prop: 'originCost', width: 120 }, + { label: '入库数量', prop: 'applyNum', width: 150 }, { label: '相关配套资料', prop: 'fileList', width: 150, required: true }, // { label: '合格证', prop: 'certificates' }, // { label: '检测证书', prop: 'inspectionReports' },