From 6d547bb86932039bef40a822614ae82687a8d438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 12 Sep 2021 23:36:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E6=B5=81=E6=B0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/report/modules/MaterialInOutList.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/jshERP-web/src/views/report/modules/MaterialInOutList.vue b/jshERP-web/src/views/report/modules/MaterialInOutList.vue index bd599a56..c4e53c51 100644 --- a/jshERP-web/src/views/report/modules/MaterialInOutList.vue +++ b/jshERP-web/src/views/report/modules/MaterialInOutList.vue @@ -70,9 +70,11 @@ scopedSlots: { customRender: 'numberCustomRender' }, }, { title: '类型', dataIndex: 'type', width: 100}, - {title: '仓库名称', dataIndex: 'depotName', width: 80}, - {title: '数量', dataIndex: 'basicNumber', width: 80}, - {title: '日期', dataIndex: 'operTime', width: 180} + { title: '条码', dataIndex: 'barCode', width: 100}, + { title: '名称', dataIndex: 'materialName', width: 100}, + { title: '仓库名称', dataIndex: 'depotName', width: 80}, + { title: '数量', dataIndex: 'basicNumber', width: 80}, + { title: '日期', dataIndex: 'operTime', width: 180} ], labelCol: { xs: { span: 1 },