From d70baf928380e0a42163eb2bdbccfb122345dcf7 Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" Date: Wed, 27 Dec 2023 12:45:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E8=AE=A1=E7=AE=97?= =?UTF-8?q?=E8=A7=84=E5=88=99=20=E6=9C=AA=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distributionStockArticleMarket.vue | 26 ++++++++++--------- 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue b/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue index c80b8493..63192a1e 100644 --- a/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue +++ b/src/views/distribution/inventory/delivery/distributionStockArticleMarket.vue @@ -525,17 +525,7 @@ export default { fixed: false, sortable: true, }, - { - prop: 'totalNumber', - label: '订单总件数', - type: 1, - values: '', - width: '200', - checkarr: [], - fixed: false, - isshowSummary: true, - sortable: true, - }, + { prop: 'consigneeUnit', label: '收货单位', @@ -565,6 +555,18 @@ export default { checkarr: [], fixed: false, sortable: true, + } + , + { + prop: 'totalNumber', + label: '订单总件数', + type: 1, + values: '', + width: '200', + checkarr: [], + fixed: false, + isshowSummary: true, + sortable: true, }, { prop: 'handQuantity', @@ -1646,7 +1648,7 @@ export default { i.signinQuantity = nuMap[i.signinQuantity] || i.signinQuantity; i.transferQuantity = nuMap[i.transferQuantity] || i.transferQuantity; i.availableQuantity = nuMap[i.availableQuantity] || i.availableQuantity; - i.notReceived = parseInt(i.totalNumber) - parseInt(i.handQuantity); + i.notReceived = parseInt(i.totalNumber) -parseInt(i.signinQuantity)- parseInt(i.handQuantity); return i; }); this.loading = false;