Browse Source

前端代码提交

fix_bug_pro20231227
kilo 1 year ago
parent
commit
17328bdcc7
  1. 22
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

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

@ -961,32 +961,32 @@
width: '100px' width: '100px'
}, },
{ {
label: '备货件数', label: '包件数量',
prop: 'deliveryNumber', prop: 'deliveryNumber',
search: true, search: true,
width: '100px' width: '100px'
}, },
{ {
label: '已备数量', label: '已备数量',
prop: 'readyStock', prop: 'stockupNumber',
search: true, search: true,
width: '100px' width: '100px'
}, },
{ {
label: '装车数量', label: '装车数量',
prop: 'readyStock', prop: 'loadingNumber',
search: true,
width: '100px'
},
{
label: '签收数量',
prop: 'readyStock',
search: true, search: true,
width: '100px' width: '100px'
}, },
// {
// label: '',
// prop: 'readyStock',
// search: true,
// width: '100px'
// },
{ {
label: '备货状态', label: '订单状态',
prop: 'stockArticleState', prop: 'orderStatusName',
search: true, search: true,
width: '100px' width: '100px'
}, },

Loading…
Cancel
Save