From 8e5ec095fc4ba9cac7c91b681b06846d3e4155ae Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期一, 16 十月 2023 21:17:29 +0800 Subject: [PATCH] 销售明细,退货单、退款单根据客户进行筛选 --- src/views/sales/subOrder/DetailSubOrder.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/sales/subOrder/DetailSubOrder.vue b/src/views/sales/subOrder/DetailSubOrder.vue index 277c4a7..9046af6 100644 --- a/src/views/sales/subOrder/DetailSubOrder.vue +++ b/src/views/sales/subOrder/DetailSubOrder.vue @@ -9,7 +9,7 @@ > <template slot="title"> <div class="header"> - <span class="header-label">鍗曟嵁缂栧彿</span> + <span class="header-label">閿�鍞瓙鍗�</span> <span class="header-title">{{ detailConfig.infomation.number }}</span> </div> </template> @@ -120,8 +120,8 @@ showSummary: { show: true, total: true, - sumProp: ["other1", "other2", "other3", "other4"], - mergeNumber: 3 + sumProp: ["amount", "price", "total"], + mergeNumber: 1 }, productTableList: {}, addConfig: {} @@ -136,7 +136,8 @@ client_name: this.detailConfig.infomation.client.name, contact_name: this.detailConfig.infomation.contact_name, client_id: this.detailConfig.infomation.client_id, - contact_id: this.detailConfig.infomation.contact_id + contact_id: this.detailConfig.infomation.contact_id, + subbill_name: this.detailConfig.infomation.number } this.setTableForm() }, -- Gitblit v1.8.0