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, fixed: false,
sortable: true, sortable: true,
}, },
{ // {
prop: 'isUrgentName', // prop: 'isUrgentName',
label: '是否加急', // label: '',
type: 1, // type: 1,
values: '', // values: '',
width: '180', // width: '180',
checkarr: [], // checkarr: [],
fixed: false, // fixed: false,
sortable: true, // sortable: true,
}, // },
{ // {
prop: 'assignStatusName', // prop: 'assignStatusName',
label: '备货指派状态', // label: '',
type: 1, // type: 1,
values: '', // values: '',
width: '180', // width: '180',
checkarr: [], // checkarr: [],
fixed: false, // fixed: false,
sortable: true, // sortable: true,
}, // },
{ {
prop: 'stockupStatusName', prop: 'stockupStatusName',
label: '备货状态', label: '备货状态',

Loading…
Cancel
Save