From 1b3b8e641c6d765d20fed41318c2006f6e156440 Mon Sep 17 00:00:00 2001 From: kilo Date: Tue, 5 Sep 2023 16:04:36 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=85=8D=E9=80=81=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=88=97=E8=A1=A8=E5=AD=97=E6=AE=B5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distributionDeliveryListedt.vue | 32 +++-- .../reservation/reservationAddFrom.vue | 14 +-- .../turndelivery/deliveryDiscuss.vue | 112 +++++++++--------- 3 files changed, 87 insertions(+), 71 deletions(-) diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index e013fa17..a1e95430 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -505,9 +505,20 @@ export default { sortable: true, head: false, }, + // { + // prop: 'packageNub', + // label: '配送件数', + // type: 2, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, { - prop: 'packageNub', - label: '配送件数', + prop: 'reservationStockListNum', + label: '计划库存品数', type: 2, values: '', width: '150', @@ -517,19 +528,18 @@ export default { head: false, }, { - prop: 'reservationStockListNum', - label: '配送库存品数', - type: 2, + prop: 'reservationNum', + label: '计划包件数', + type: 1, values: '', - width: '150', + width: '180', checkarr: [], fixed: false, sortable: true, - head: false, }, { - prop: 'reservationNum', - label: '计划件数', + prop: 'loadedNub', + label: '装车包件数', type: 1, values: '', width: '180', @@ -538,8 +548,8 @@ export default { sortable: true, }, { - prop: 'loadedNub', - label: '扫描件数', + prop: 'inventoryNub', + label: '装车库存品件数', type: 1, values: '', width: '180', diff --git a/src/views/distribution/reservation/reservationAddFrom.vue b/src/views/distribution/reservation/reservationAddFrom.vue index 65375e08..9355f872 100644 --- a/src/views/distribution/reservation/reservationAddFrom.vue +++ b/src/views/distribution/reservation/reservationAddFrom.vue @@ -195,13 +195,13 @@ @selection="selectionChange" >