From ecc32e0bc6365b16a0d5fbe083d4c918fee434b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Fri, 9 Sep 2022 01:26:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E7=BB=84=E8=B0=83=E6=8B=A8=E5=8D=95?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=8E=BB=E6=8E=89=E5=BA=8F=E5=88=97=E5=8F=B7?= =?UTF-8?q?=E5=92=8C=E6=89=B9=E5=8F=B7=E7=9A=84=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/bill/dialog/BillDetail.vue | 3 --- jshERP-web/src/views/bill/modules/AllocationOutModal.vue | 3 --- 2 files changed, 6 deletions(-) diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue index 0694a049..ea45a5c3 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -1236,9 +1236,6 @@ { title: '库存', dataIndex: 'stock'}, { title: '调入仓库', dataIndex: 'anotherDepotName'}, { title: '单位', dataIndex: 'unit'}, - { title: '序列号', dataIndex: 'snList'}, - { title: '批号', dataIndex: 'batchNumber'}, - { title: '有效期', dataIndex: 'expirationDate'}, { title: '多属性', dataIndex: 'sku'}, { title: '数量', dataIndex: 'operNumber'}, { title: '单价', dataIndex: 'unitPrice'}, diff --git a/jshERP-web/src/views/bill/modules/AllocationOutModal.vue b/jshERP-web/src/views/bill/modules/AllocationOutModal.vue index 02ea202d..4a394bb3 100644 --- a/jshERP-web/src/views/bill/modules/AllocationOutModal.vue +++ b/jshERP-web/src/views/bill/modules/AllocationOutModal.vue @@ -151,9 +151,6 @@ { title: '库存', key: 'stock', width: '5%', type: FormTypes.normal }, { title: '调入仓库', key: 'anotherDepotId', width: '7%', type: FormTypes.select, placeholder: '请选择${title}', options: [], allowSearch:true}, { title: '单位', key: 'unit', width: '4%', type: FormTypes.normal }, - { title: '序列号', key: 'snList', width: '12%', type: FormTypes.popupJsh, kind: 'sn', multi: true }, - { title: '批号', key: 'batchNumber', width: '7%', type: FormTypes.popupJsh, kind: 'batch', multi: false }, - { title: '有效期', key: 'expirationDate',width: '7%', type: FormTypes.normal }, { title: '多属性', key: 'sku', width: '9%', type: FormTypes.normal }, { title: '数量', key: 'operNumber', width: '5%', type: FormTypes.inputNumber, statistics: true, validateRules: [{ required: true, message: '${title}不能为空' }]