Browse Source

市配配送增加预约单新增功能

master
汤建军 1 year ago
parent
commit
920490669c
  1. 40
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

40
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -820,26 +820,26 @@ export default {
fixed: false,
sortable: true,
},
{
prop: 'isUrgentName',
label: '是否加急',
type: 1,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'assignStatusName',
label: '备货指派状态',
type: 1,
values: '',
width: '180',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: 'isUrgentName',
// label: '',
// type: 1,
// values: '',
// width: '180',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
// {
// prop: 'assignStatusName',
// label: '',
// type: 1,
// values: '',
// width: '180',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
{
prop: 'stockupStatusName',
label: '备货状态',

Loading…
Cancel
Save