From 191c8a8cfbf22395ad8256dc41538a46ce7af94c Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 04 一月 2024 18:46:02 +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