From 06e621b20868b97ca7a7f9c63df2f160a827bf6a Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期四, 20 十一月 2025 20:36:10 +0800
Subject: [PATCH] 提交

---
 ui/admin-ui3/src/views/tms/tmsContract/index.vue |   30 +++++++++++++++++-------------
 1 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/ui/admin-ui3/src/views/tms/tmsContract/index.vue b/ui/admin-ui3/src/views/tms/tmsContract/index.vue
index d35f60d..70cd12e 100644
--- a/ui/admin-ui3/src/views/tms/tmsContract/index.vue
+++ b/ui/admin-ui3/src/views/tms/tmsContract/index.vue
@@ -263,7 +263,7 @@
               contactName: {
                 label: '鑱旂郴浜哄鍚�',minWidth: 120,
               },
-              signCompany: {
+              signCompanyName: {
                 label: '绛剧害鍏徃', minWidth: 150,
               },
             },
@@ -301,6 +301,8 @@
               Object.assign(form.value, {
                 partyAId: active.id,
                 partyAName: active.customerShortName,
+                partyAContact: active.contactName,
+                partyAContactInfo: active.contactPhone,
               });
             }
           },
@@ -390,22 +392,24 @@
               Object.assign(form.value, {
                 partyBId: active.id,
                 partyBName: active.customerShortName,
+                partyBContact: active.contactName,
+                partyBContactInfo: active.contactPhone,
               });
             }
           },
         },
-        partyBName: {
-          label: '涔欐柟鍚嶇О',
-          addDisplay: true,
-          editDisplay: true,
-          viewDisplay: true,
-          rules: [
-            {
-              required: true,
-              message: "涔欐柟鍚嶇О涓嶈兘涓虹┖", trigger: "blur"
-            }
-          ],
-        },
+        // partyBName: {
+        //   label: '涔欐柟鍚嶇О',
+        //   addDisplay: true,
+        //   editDisplay: true,
+        //   viewDisplay: true,
+        //   rules: [
+        //     {
+        //       required: true,
+        //       message: "涔欐柟鍚嶇О涓嶈兘涓虹┖", trigger: "blur"
+        //     }
+        //   ],
+        // },
         partyBContact: {
           label: '涔欐柟鑱旂郴浜�',
           addDisplay: true,

--
Gitblit v1.8.0