From 5b757ec8b327b67768b4ad26ab77a149fbef6a6b Mon Sep 17 00:00:00 2001 From: jiang Date: Mon, 5 Jan 2026 13:47:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stockManagement/entryApply/components/AddNum.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' },