From eae60bd4eb4f4f7fd9f2da981e962c718d91335a Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期五, 13 十月 2023 14:14:46 +0800
Subject: [PATCH] 跟进记录的编辑反显bug+销售线索的新建,详情的调整

---
 src/views/service/serviceContract/DetailServiceContract.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/views/service/serviceContract/DetailServiceContract.vue b/src/views/service/serviceContract/DetailServiceContract.vue
index 403dc17..22eda6c 100644
--- a/src/views/service/serviceContract/DetailServiceContract.vue
+++ b/src/views/service/serviceContract/DetailServiceContract.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>
@@ -200,8 +200,8 @@
       showSummary: {
         show: true,
         total: true,
-        sumProp: ["other1", "other2", "other3", "other4"],
-        mergeNumber: 3
+        sumProp: ["amount", "price", "total"],
+        mergeNumber: 1
       },
       productTableList: {},
       addConfig: {}
@@ -216,7 +216,10 @@
       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,
+      amountTotal: this.detailConfig.infomation.amountTotal,
+      salesDetailsId:this.serviceContractDetail.infomation.salesDetailsId,
+      serviceContractId:this.serviceContractDetail.infomation.id
     }
     this.setTableForm()
   },
@@ -268,7 +271,7 @@
         },
         {
           leftStr: "鍒涘缓鏃堕棿",
-          leftValue: "",
+          leftValue: item.createTime,
           rightStr: "鏁伴噺鍚堣",
           rightValue: ""
         }

--
Gitblit v1.8.0