From 5d9a49bfd96b5ab2b4b8f7320c6e4a0911f0b1c2 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 25 Aug 2023 16:35:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=BB=E5=87=80=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ProductManage/SboProcess.vue | 2 +- pages/WarehouseManage/ProdDelivery.vue | 2 ++ pages/WarehouseManage/XuniDeliveryConfirm.vue | 14 ++++++++++++-- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/pages/ProductManage/SboProcess.vue b/pages/ProductManage/SboProcess.vue index a288627..d221ffb 100644 --- a/pages/ProductManage/SboProcess.vue +++ b/pages/ProductManage/SboProcess.vue @@ -70,7 +70,7 @@ - + diff --git a/pages/WarehouseManage/ProdDelivery.vue b/pages/WarehouseManage/ProdDelivery.vue index 1a8e04e..23b431e 100644 --- a/pages/WarehouseManage/ProdDelivery.vue +++ b/pages/WarehouseManage/ProdDelivery.vue @@ -29,6 +29,7 @@ 单据号 状态 总重量 + 总净重 明细数 客户编码 客户名称 @@ -47,6 +48,7 @@ {{e.bill_code}} {{e.bill_status}} {{e.total_qty}} + {{e.net_weight_num}} {{e.detail_count}} {{e.cust_code}} {{e.cust_name}} diff --git a/pages/WarehouseManage/XuniDeliveryConfirm.vue b/pages/WarehouseManage/XuniDeliveryConfirm.vue index 05cffe2..df784be 100644 --- a/pages/WarehouseManage/XuniDeliveryConfirm.vue +++ b/pages/WarehouseManage/XuniDeliveryConfirm.vue @@ -20,6 +20,14 @@ + + + 总净重 + + + + + @@ -72,7 +80,8 @@ val2: '', billCode: '', dataList: [], - disabled1: false + disabled1: false, + net_weight_num: '' }; }, onLoad (option) { @@ -91,7 +100,8 @@ /** 初始化查询 */ async _virtualivtQuery () { let res = await virtualivtQuery(this.val1, this.val2, this.billCode) - this.dataList = [...res.data] + this.dataList = [...res.data] + this.net_weight_num = res.net_weight_num }, async _virtualoutConfirm () { this.disabled1 = true