diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index c93680dd..8b8a3747 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -961,32 +961,32 @@ width: '100px' }, { - label: '备货件数', + label: '包件数量', prop: 'deliveryNumber', search: true, width: '100px' }, { label: '已备数量', - prop: 'readyStock', + prop: 'stockupNumber', search: true, width: '100px' }, { label: '装车数量', - prop: 'readyStock', - search: true, - width: '100px' - }, - { - label: '签收数量', - prop: 'readyStock', + prop: 'loadingNumber', search: true, width: '100px' }, + // { + // label: '签收数量', + // prop: 'readyStock', + // search: true, + // width: '100px' + // }, { - label: '备货状态', - prop: 'stockArticleState', + label: '订单状态', + prop: 'orderStatusName', search: true, width: '100px' },