From 17328bdcc7acf06096f67d6872dc2d9f4360468a Mon Sep 17 00:00:00 2001 From: kilo Date: Fri, 25 Aug 2023 15:39:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E4=BB=A3=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distributionDeliveryListedt.vue | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) 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' },