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',