From 87ad37bf4d6b3b497675db2a6162481075564645 Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期三, 03 十二月 2025 13:48:24 +0800
Subject: [PATCH] 提交

---
 ui/admin-ui3/src/views/tms/tmsDriver/index.vue       |    2 
 ui/admin-ui3/src/views/tms/tmsCustomerInfo/index.vue |  396 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 199 insertions(+), 199 deletions(-)

diff --git a/ui/admin-ui3/src/views/tms/tmsCustomerInfo/index.vue b/ui/admin-ui3/src/views/tms/tmsCustomerInfo/index.vue
index 92a74a6..5962d33 100644
--- a/ui/admin-ui3/src/views/tms/tmsCustomerInfo/index.vue
+++ b/ui/admin-ui3/src/views/tms/tmsCustomerInfo/index.vue
@@ -218,192 +218,192 @@
         },
       }
     },
-    {
-      label : '鍟嗗姟瀵规帴淇℃伅',
-      prop: 'swjdxx',
-      column:{
-        signCompanyId: {
-          label: '绛剧害鍏徃',
-          addDisplay: true, minWidth: 150,
-          editDisplay: true,
-          viewDisplay: true,
-          hide: false,
-          search: true,
-          rules: [
-            {
-              required: true,
-              message: "绛剧害鍏徃涓嶈兘涓虹┖", trigger: "change"
-            }
-          ],
-          type: 'table', suffixIcon: 'search',
-          children: {
-            border: true,
-            searchMenuSpan: 5,
-            column: {
-              customerType: {
-                label: '瀹㈡埛绫诲瀷',
-                type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/customer_type',
-                display: false,
-                hide: false,minWidth:150,
-                search: true,
-              },
-              customerShortName: {
-                label: '瀹㈡埛绠�绉�',
-                display: false,
-                hide: false,minWidth:150,
-                search: true,
-              },
-              customerCode: {
-                label: '瀹㈡埛缂栧彿',
-                display: false,
-                hide: false,minWidth:150,
-                search: true,
-              },
-              contactName: {
-                label: '鑱旂郴浜哄鍚�',
-                display: false,
-                hide: false,minWidth:150,
-                search: true,
-              },
-              businessContactName: {
-                label: '鍟嗗姟瀵规帴浜哄悕绉�',
-                display: false,
-                hide: false,minWidth:150,labelWidth:140,
-                search: true,
-                rules: [
-                  {
-                    required: true,
-                    message: "鍟嗗姟瀵规帴浜哄悕绉颁笉鑳戒负绌�", trigger: "blur"
-                  }
-                ],
-              },
-              creditRating: {
-                label: '瀹㈡埛淇$敤璇勭骇',
-                type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/sys_credit_rating',
-                display: false,
-                hide: false,minWidth:150,
-                search: true,
-              },
-              creditLimitAmount: {
-                label: '淇$敤棰濆害',
-                display: false,
-                hide: false,minWidth:150,
-                search: true,
-              },
-              creditLimitQuantity: {
-                label: '淇$敤棰濆害',
-                display: false,
-                hide: false,minWidth:150,
-                search: true,
-              },
-              operatingStatus: {
-                label: '缁忚惀鐘舵��',
-                type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/business_status',
-                display: false,
-                hide: false,minWidth:150,
-                search: true,
-              },
-              contractStatus: {
-                label: '鍚堝悓鐘舵��',
-                type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/contract_status',
-                display: false,
-                hide: false,minWidth:150,
-                search: true,
-              },
-              dataStatus: {
-                label: '鏁版嵁鐘舵��',
-                type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/data_status',
-                display: false,
-                hide: false,minWidth:150,
-                search: true,
-                rules: [
-                  {
-                    required: true,
-                    message: "鏁版嵁鐘舵�佷笉鑳戒负绌�", trigger: "change"
-                  }
-                ],
-              },
-            },
-
-          },
-          props: {
-            label: 'customerShortName',
-            value: 'id'
-          },
-          onLoad: ({page, value, data}: { page: any, value: any, data: any }, callback: any) => {
-            if (value) {
-              let id = value;
-              if (Array.isArray(value)) {
-                id = value[0]
-              }
-              getTmsSettlementEntity(id).then(res => {
-                return callback(res.data || {})
-              })
-            } else {
-              listTmsSettlementEntity({pageSize: page.pageSize, pageNum: page.currentPage, ...data}).then(res => {
-                return callback({
-                  total: res.total,
-                  data: res.rows || [],
-                })
-              })
-            }
-
-          },
-          change: (val: any) => {
-            const table = crudRef.value?.getPropRef?.('signCompanyId')?.$refs?.temp;
-            if (!table) return;
-            let active = table.active;
-            if (Array.isArray(active)) active = active[0];
-            if (active) {
-              Object.assign(form.value, {
-                signCompanyId: active.id,
-                signCompanyName: active.customerShortName,
-                bizContactEmail: active.businessContactEmail,
-                bizContactPhone: active.businessContactPhone,
-                bizContactName: active.businessContactName,
-              });
-            }
-          },
-        },
-        bizContactName: {
-          label: '鍟嗗姟瀵规帴浜哄悕绉�',
-          addDisplay: true,
-          editDisplay: true, minWidth: 120,
-          viewDisplay: true,
-          hide: false,
-          search: true,
-          rules: [
-            {
-              required: true,
-              message: "鍟嗗姟瀵规帴浜哄悕绉颁笉鑳戒负绌�", trigger: "blur"
-            }
-          ],
-
-        },
-        bizContactPhone: {
-          label: '鍟嗗姟瀵规帴浜虹數璇�',
-          addDisplay: true,
-          editDisplay: true,
-          viewDisplay: true,
-          hide: true,
-          search: false,
-          rules: [
-            {
-              required: true,
-              message: "鍟嗗姟瀵规帴浜虹數璇濅笉鑳戒负绌�", trigger: "blur"
-            }
-          ],
-        },
-        bizContactEmail: {
-          label: '鍟嗗姟瀵规帴浜洪偖绠�',
-          addDisplay: true,
-          editDisplay: true,
-          viewDisplay: true,
-          hide: true,
-          search: false,
-        },
-      }
-    },
+    // {
+    //   label : '鍟嗗姟瀵规帴淇℃伅',
+    //   prop: 'swjdxx',
+    //   column:{
+    //     signCompanyId: {
+    //       label: '绛剧害鍏徃',
+    //       addDisplay: true, minWidth: 150,
+    //       editDisplay: true,
+    //       viewDisplay: true,
+    //       hide: false,
+    //       search: true,
+    //       rules: [
+    //         {
+    //           required: true,
+    //           message: "绛剧害鍏徃涓嶈兘涓虹┖", trigger: "change"
+    //         }
+    //       ],
+    //       type: 'table', suffixIcon: 'search',
+    //       children: {
+    //         border: true,
+    //         searchMenuSpan: 5,
+    //         column: {
+    //           customerType: {
+    //             label: '瀹㈡埛绫诲瀷',
+    //             type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/customer_type',
+    //             display: false,
+    //             hide: false,minWidth:150,
+    //             search: true,
+    //           },
+    //           customerShortName: {
+    //             label: '瀹㈡埛绠�绉�',
+    //             display: false,
+    //             hide: false,minWidth:150,
+    //             search: true,
+    //           },
+    //           customerCode: {
+    //             label: '瀹㈡埛缂栧彿',
+    //             display: false,
+    //             hide: false,minWidth:150,
+    //             search: true,
+    //           },
+    //           contactName: {
+    //             label: '鑱旂郴浜哄鍚�',
+    //             display: false,
+    //             hide: false,minWidth:150,
+    //             search: true,
+    //           },
+    //           businessContactName: {
+    //             label: '鍟嗗姟瀵规帴浜哄悕绉�',
+    //             display: false,
+    //             hide: false,minWidth:150,labelWidth:140,
+    //             search: true,
+    //             rules: [
+    //               {
+    //                 required: true,
+    //                 message: "鍟嗗姟瀵规帴浜哄悕绉颁笉鑳戒负绌�", trigger: "blur"
+    //               }
+    //             ],
+    //           },
+    //           creditRating: {
+    //             label: '瀹㈡埛淇$敤璇勭骇',
+    //             type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/sys_credit_rating',
+    //             display: false,
+    //             hide: false,minWidth:150,
+    //             search: true,
+    //           },
+    //           creditLimitAmount: {
+    //             label: '淇$敤棰濆害',
+    //             display: false,
+    //             hide: false,minWidth:150,
+    //             search: true,
+    //           },
+    //           creditLimitQuantity: {
+    //             label: '淇$敤棰濆害',
+    //             display: false,
+    //             hide: false,minWidth:150,
+    //             search: true,
+    //           },
+    //           operatingStatus: {
+    //             label: '缁忚惀鐘舵��',
+    //             type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/business_status',
+    //             display: false,
+    //             hide: false,minWidth:150,
+    //             search: true,
+    //           },
+    //           contractStatus: {
+    //             label: '鍚堝悓鐘舵��',
+    //             type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/contract_status',
+    //             display: false,
+    //             hide: false,minWidth:150,
+    //             search: true,
+    //           },
+    //           dataStatus: {
+    //             label: '鏁版嵁鐘舵��',
+    //             type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/data_status',
+    //             display: false,
+    //             hide: false,minWidth:150,
+    //             search: true,
+    //             rules: [
+    //               {
+    //                 required: true,
+    //                 message: "鏁版嵁鐘舵�佷笉鑳戒负绌�", trigger: "change"
+    //               }
+    //             ],
+    //           },
+    //         },
+    //
+    //       },
+    //       props: {
+    //         label: 'customerShortName',
+    //         value: 'id'
+    //       },
+    //       onLoad: ({page, value, data}: { page: any, value: any, data: any }, callback: any) => {
+    //         if (value) {
+    //           let id = value;
+    //           if (Array.isArray(value)) {
+    //             id = value[0]
+    //           }
+    //           getTmsSettlementEntity(id).then(res => {
+    //             return callback(res.data || {})
+    //           })
+    //         } else {
+    //           listTmsSettlementEntity({pageSize: page.pageSize, pageNum: page.currentPage, ...data}).then(res => {
+    //             return callback({
+    //               total: res.total,
+    //               data: res.rows || [],
+    //             })
+    //           })
+    //         }
+    //
+    //       },
+    //       change: (val: any) => {
+    //         const table = crudRef.value?.getPropRef?.('signCompanyId')?.$refs?.temp;
+    //         if (!table) return;
+    //         let active = table.active;
+    //         if (Array.isArray(active)) active = active[0];
+    //         if (active) {
+    //           Object.assign(form.value, {
+    //             signCompanyId: active.id,
+    //             signCompanyName: active.customerShortName,
+    //             bizContactEmail: active.businessContactEmail,
+    //             bizContactPhone: active.businessContactPhone,
+    //             bizContactName: active.businessContactName,
+    //           });
+    //         }
+    //       },
+    //     },
+    //     bizContactName: {
+    //       label: '鍟嗗姟瀵规帴浜哄悕绉�',
+    //       addDisplay: true,
+    //       editDisplay: true, minWidth: 120,
+    //       viewDisplay: true,
+    //       hide: false,
+    //       search: true,
+    //       rules: [
+    //         {
+    //           required: true,
+    //           message: "鍟嗗姟瀵规帴浜哄悕绉颁笉鑳戒负绌�", trigger: "blur"
+    //         }
+    //       ],
+    //
+    //     },
+    //     bizContactPhone: {
+    //       label: '鍟嗗姟瀵规帴浜虹數璇�',
+    //       addDisplay: true,
+    //       editDisplay: true,
+    //       viewDisplay: true,
+    //       hide: true,
+    //       search: false,
+    //       rules: [
+    //         {
+    //           required: true,
+    //           message: "鍟嗗姟瀵规帴浜虹數璇濅笉鑳戒负绌�", trigger: "blur"
+    //         }
+    //       ],
+    //     },
+    //     bizContactEmail: {
+    //       label: '鍟嗗姟瀵规帴浜洪偖绠�',
+    //       addDisplay: true,
+    //       editDisplay: true,
+    //       viewDisplay: true,
+    //       hide: true,
+    //       search: false,
+    //     },
+    //   }
+    // },
     {
       label : '淇$敤淇℃伅',
       prop: 'xyxx',    addDisplay: false,
@@ -551,18 +551,18 @@
       hide: false,
       search: true,
     },
-    signCompanyName: {
-      label: '绛剧害鍏徃',minWidth: 150,
-      display:false,
-      hide: false,
-      search: true,
-    },
-    bizContactName: {
-      label: '鍟嗗姟瀵规帴浜哄悕绉�', minWidth: 120,
-      display:false,
-      hide: false,
-      search: true,
-    },
+    // signCompanyName: {
+    //   label: '绛剧害鍏徃',minWidth: 150,
+    //   display:false,
+    //   hide: false,
+    //   search: true,
+    // },
+    // bizContactName: {
+    //   label: '鍟嗗姟瀵规帴浜哄悕绉�', minWidth: 120,
+    //   display:false,
+    //   hide: false,
+    //   search: true,
+    // },
     creditRating: {
       label: '瀹㈡埛淇$敤璇勭骇', minWidth: 120,
       type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/sys_credit_rating',
diff --git a/ui/admin-ui3/src/views/tms/tmsDriver/index.vue b/ui/admin-ui3/src/views/tms/tmsDriver/index.vue
index 45fb23d..be45b98 100644
--- a/ui/admin-ui3/src/views/tms/tmsDriver/index.vue
+++ b/ui/admin-ui3/src/views/tms/tmsDriver/index.vue
@@ -252,7 +252,7 @@
         },
         licenseType: {
           label: '鍑嗛┚杞﹀瀷',
-          type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/license_type',
+          type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/before_license_type',
           addDisplay: true,multiple:true,
           editDisplay: true,minWidth:150,
           viewDisplay: true,

--
Gitblit v1.8.0