Browse Source

配送计划配送日期调整+搜索

fix_bug_pro20231227
big-y 2 years ago
parent
commit
16743b75ba
  1. 11
      src/views/distribution/deliverylist/distributionDeliveryList.vue

11
src/views/distribution/deliverylist/distributionDeliveryList.vue

@ -234,6 +234,17 @@ export default {
sortable: true,
// head: true,
},
{
prop: 'task_time',
label: '配送日期',
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: true,
sortable: true,
// head: true,
},
{
prop: 'warehouseName',
label: '仓库',

Loading…
Cancel
Save