From b95947499b88382f21c31ee094f5faec6e538e45 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Wed, 3 Jul 2024 10:01:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E6=8F=90=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../inventory/distrilbutionBillLading.vue | 2 +- .../parcelList/distributionParcelList.vue | 42 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/views/distribution/inventory/distrilbutionBillLading.vue b/src/views/distribution/inventory/distrilbutionBillLading.vue index db130290..7ccc033c 100644 --- a/src/views/distribution/inventory/distrilbutionBillLading.vue +++ b/src/views/distribution/inventory/distrilbutionBillLading.vue @@ -2081,7 +2081,7 @@ export default { delete this.query[row.prop]; } this.pageOrder.currentPage = 1; - this.onLoadOrder(this.pageOrder, this.pageOrder); + this.onLoadOrder(this.pageOrder, this.query); }, inputsc(index, row) { this.query[row.prop] = index; diff --git a/src/views/warehouse/parcelList/distributionParcelList.vue b/src/views/warehouse/parcelList/distributionParcelList.vue index 08f0320c..fd3c1c2b 100644 --- a/src/views/warehouse/parcelList/distributionParcelList.vue +++ b/src/views/warehouse/parcelList/distributionParcelList.vue @@ -332,28 +332,28 @@ export default { // sortable: true, // head: false, // }, - { - prop: 'scanTime', - label: '装车时间', - type: 2, - values: '', - width: '140', - checkarr: [], - fixed: false, - sortable: true, - head: false, - }, + // { + // prop: 'scanTime', + // label: '装车时间', + // type: 2, + // values: '', + // width: '140', + // checkarr: [], + // fixed: false, + // sortable: true, + // head: false, + // }, - { - prop: 'carNumber', - label: '客户车次号', - type: 2, - values: '', - width: '140', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'carNumber', + // label: '客户车次号', + // type: 2, + // values: '', + // width: '140', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'warehouseEntryTimeEnd',