From abc59daca67e109393d62dcbc79a68a02109121b Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Mon, 4 Dec 2023 22:33:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=A9=E6=96=99=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mail/inventory/list.vue | 4 ++-- src/views/mail/order/add.vue | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/mail/inventory/list.vue b/src/views/mail/inventory/list.vue index abc126d9..f8cf7162 100644 --- a/src/views/mail/inventory/list.vue +++ b/src/views/mail/inventory/list.vue @@ -289,7 +289,7 @@ export default { // }, { prop: 'descriptionGoods', - label: '货物名称', + label: '物料名称', type: 2, values: '', width: '130', @@ -299,7 +299,7 @@ export default { }, { prop: 'cargoNumber', - label: '货物编号', + label: '物料编码', type: 2, values: '', width: '130', diff --git a/src/views/mail/order/add.vue b/src/views/mail/order/add.vue index 41566be5..e91bc016 100644 --- a/src/views/mail/order/add.vue +++ b/src/views/mail/order/add.vue @@ -1097,7 +1097,7 @@ }, { prop: 'descriptionGoods', - label: '货物名称', + label: '物料名称', type: 2, values: '', width: '150', @@ -1336,7 +1336,7 @@ // }, { prop: 'descriptionGoods', - label: '货物名称', + label: '物料名称', type: 2, values: '', width: '130', @@ -1346,7 +1346,7 @@ }, { prop: 'cargoNumber', - label: '货物编号', + label: '物料编码', type: 2, values: '', width: '130',