From fa933696182ec6cba33c274e68989c472560aa1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Fri, 2 Aug 2024 16:27:14 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90nev-pc=E3=80=91=E8=B4=A8=E6=A3=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue b/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue index 3784452e5..3202e8cc6 100644 --- a/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue +++ b/fe/PC/src/views/rawMaterialManage/quality/InspectRequest.vue @@ -541,7 +541,7 @@ export default { // 质检详情页面-form字段 inspectNoticeDetailsForm: [ { type: "input", label: _Names.itemCode, prop: "itemCode", disabled: true, colSpan: 8 }, - { type: "input", label: "物品名称", prop: "itemName", disabled: true, colSpan: 8 }, + { type: "input", label: _Names.itemName, prop: "itemName", disabled: true, colSpan: 8 }, { type: "input", label: "单位", prop: "stdPackUom", disabled: true, colSpan: 8 }, // { type: "input", label: "整包数量", prop: "stdPackQty", disabled: true, colSpan: 8 }, { type: "input", label: "生产批次", prop: "lot", disabled: true, colSpan: 8 }, @@ -569,7 +569,8 @@ export default { inspectNoticeDetailsTableColumns: [ { label: "箱码", prop: "packingCode", width:'100%' }, { label: _Names.itemCode, prop: "itemCode", width:'100%' }, - { label: "物品名称", prop: "itemName", width:'100%' }, + { label: _Names.itemName, prop: "itemName", width:'100%' }, + { label: _Names.itemDesc1, prop: "itemDesc1", width:'100%' }, // { label: "单位", prop: "receiveUom", width:'100%' }, { label: "收货数量", prop: "receiveQty", width:'100%' }, { label: "状态", prop: "detailInspectStatus", type: "filter", filters: "detailInspectStatus", width:'100%' },