Browse Source

修复自提日期搜索

dev-xx
马远东 7 months ago
parent
commit
b95947499b
  1. 2
      src/views/distribution/inventory/distrilbutionBillLading.vue
  2. 42
      src/views/warehouse/parcelList/distributionParcelList.vue

2
src/views/distribution/inventory/distrilbutionBillLading.vue

@ -2081,7 +2081,7 @@ export default {
delete this.query[row.prop]; delete this.query[row.prop];
} }
this.pageOrder.currentPage = 1; this.pageOrder.currentPage = 1;
this.onLoadOrder(this.pageOrder, this.pageOrder); this.onLoadOrder(this.pageOrder, this.query);
}, },
inputsc(index, row) { inputsc(index, row) {
this.query[row.prop] = index; this.query[row.prop] = index;

42
src/views/warehouse/parcelList/distributionParcelList.vue

@ -332,28 +332,28 @@ export default {
// sortable: true, // sortable: true,
// head: false, // head: false,
// }, // },
{ // {
prop: 'scanTime', // prop: 'scanTime',
label: '装车时间', // label: '',
type: 2, // type: 2,
values: '', // values: '',
width: '140', // width: '140',
checkarr: [], // checkarr: [],
fixed: false, // fixed: false,
sortable: true, // sortable: true,
head: false, // head: false,
}, // },
{ // {
prop: 'carNumber', // prop: 'carNumber',
label: '客户车次号', // label: '',
type: 2, // type: 2,
values: '', // values: '',
width: '140', // width: '140',
checkarr: [], // checkarr: [],
fixed: false, // fixed: false,
sortable: true, // sortable: true,
}, // },
{ {
prop: 'warehouseEntryTimeEnd', prop: 'warehouseEntryTimeEnd',

Loading…
Cancel
Save