From 74dfc64fee47f49bea6b070d06005e7d790ac91d Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期四, 12 十月 2023 09:52:15 +0800
Subject: [PATCH] feat: 合同管理、服务合同、客户服务单、服务回访单 自动生成编号编辑回显时显示对应编码

---
 src/views/sales/masterOrder/DetailMasterOrder.vue |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/src/views/sales/masterOrder/DetailMasterOrder.vue b/src/views/sales/masterOrder/DetailMasterOrder.vue
index 1e243d8..9380e6e 100644
--- a/src/views/sales/masterOrder/DetailMasterOrder.vue
+++ b/src/views/sales/masterOrder/DetailMasterOrder.vue
@@ -98,14 +98,18 @@
       isBasicExpand: true, // 鍩烘湰淇℃伅
       basicInfoList: [],
       isAnnexExpand: true, // 闄勪欢淇℃伅
-      addCommonConfig: {
-        master_order_number: this.masterOrderDetail.infomation.number,
-        masterOrderId: this.masterOrderDetail.infomation.id
-      }
+      addCommonConfig: {}
     }
   },
   created() {
     this.setData(this.detailConfig.infomation)
+    this.addCommonConfig = {
+      id_name: "master_order_number",
+      id: this.detailConfig.infomation.id,
+      common_name: this.detailConfig.infomation.number,
+      master_order_number: this.masterOrderDetail.infomation.number,
+      masterOrderId: this.masterOrderDetail.infomation.id
+    }
   },
   mounted() {},
   methods: {
@@ -342,6 +346,7 @@
       }
       .second {
         background: #fff;
+        height: calc(100vh - 111px);
         .followup-records {
           .table-view {
             margin-top: 0 !important;

--
Gitblit v1.8.0