From df7b944ac61d97aa4d6e3df437bd2b497de081d7 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" <123456> Date: Fri, 4 Aug 2023 11:50:30 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E9=80=81?= =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distribution/deliverylist/distributionDeliveryListdis.vue | 2 +- .../distribution/deliverylist/distributionDeliveryListedt.vue | 2 +- src/views/distribution/stockup/distributionStockupDetails.vue | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue index cae23d61..987b73fc 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListdis.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListdis.vue @@ -276,7 +276,7 @@ export default { sortable: true, }, { - prop: 'state', + prop: 'deliveryStatus', label: '配送状态', type: 3, values: '', diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index 25338b12..cc375f53 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -562,7 +562,7 @@ export default { column: [ { label: "包条码", - prop: "packetBarCode", + prop: "orderPackageCode", search: true, width:"100px" }, diff --git a/src/views/distribution/stockup/distributionStockupDetails.vue b/src/views/distribution/stockup/distributionStockupDetails.vue index fcda66b6..40c5fb93 100644 --- a/src/views/distribution/stockup/distributionStockupDetails.vue +++ b/src/views/distribution/stockup/distributionStockupDetails.vue @@ -1,3 +1,4 @@ + - - - diff --git a/src/views/distribution/turndelivery/deliveryMarket.vue b/src/views/distribution/turndelivery/deliveryMarket.vue new file mode 100644 index 00000000..5bb528d8 --- /dev/null +++ b/src/views/distribution/turndelivery/deliveryMarket.vue @@ -0,0 +1,947 @@ + + + + + diff --git a/src/views/reservation/order_list.vue b/src/views/reservation/order_list.vue index 2469dabc..dcc7739d 100644 --- a/src/views/reservation/order_list.vue +++ b/src/views/reservation/order_list.vue @@ -466,16 +466,17 @@ checkarr: [], fixed: false, sortable: true, - }, { - prop: 'availableQuantity', - label: '可用数量', - type: 2, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, }, + // { + // prop: 'availableQuantity', + // label: '可用数量', + // type: 2, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'handQuantity', label: '未入库数量', @@ -608,16 +609,16 @@ // fixed: false, // sortable: true, // }, - { - prop: 'typeServerName', - label: '服务类型', - type: 3, - values: '', - width: '150', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'typeServerName', + // label: '服务类型', + // type: 3, + // values: '', + // width: '150', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'customerName', label: '顾客名字', @@ -920,10 +921,10 @@ this.onLoad(this.page); }, handleMoke(){ - if (this.selectionList.length === 0) { - this.$message.warning("请选择至少一条数据"); - return; - } + // if (this.selectionList.length === 0) { + // this.$message.warning("请选择至少一条数据"); + // return; + // } let st = false; this.selectionList.some( i =>{ if(i.stateName === "已预约"){ @@ -947,7 +948,7 @@ // 返回false,说明全都相等 if(!notEqualFlag){ this.$router.push({ - path: '/distribution/reservation/reservationFrom', + path: '/distribution/reservation/order_listFrom', query:{ id: this.ids, name: '添加预约单' diff --git a/src/views/reservation/order_listFrom.vue b/src/views/reservation/order_listFrom.vue new file mode 100644 index 00000000..169952f0 --- /dev/null +++ b/src/views/reservation/order_listFrom.vue @@ -0,0 +1,1170 @@ + + + + +