From df5aa8087c2c7328dc4188f05d762c8df1f0b07a Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 18 七月 2023 09:19:12 +0800
Subject: [PATCH] changeorg

---
 force-app/main/default/lwc/lexTopPage/lexTopPage.js |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/force-app/main/default/lwc/lexTopPage/lexTopPage.js b/force-app/main/default/lwc/lexTopPage/lexTopPage.js
index 2af5fa4..88ffbbb 100644
--- a/force-app/main/default/lwc/lexTopPage/lexTopPage.js
+++ b/force-app/main/default/lwc/lexTopPage/lexTopPage.js
@@ -83,12 +83,14 @@
                 recordId: { fieldName: 'Id' }
             },
             hideDefaultActions: true,
-            initialWidth: 200
+            // initialWidth: 200,
+            wrapText: true
         },
         {
             label: 'SAP鍚堝悓鍙�',
             fieldName: 'ContractNo__c',
             hideDefaultActions: true,
+            wrapText: true,
             initialWidth: 180
         },
         {
@@ -111,7 +113,7 @@
                 recordId: { fieldName: 'Id' }
             },
             hideDefaultActions: true,
-            initialWidth: 110
+            initialWidth: 100
         },
         {
             label: '寰呯郴缁熸搷浣滃叆搴撴暟閲�',
@@ -122,7 +124,7 @@
                 recordId: { fieldName: 'Id' }
             },
             hideDefaultActions: true,
-            initialWidth: 180
+            initialWidth: 150
         },
         {
             label: '杩樻病鍙戣揣鏁伴噺',
@@ -144,19 +146,19 @@
                 recordId: { fieldName: 'Id' }
             },
             hideDefaultActions: true,
-            initialWidth: 180
+            initialWidth: 150
         },
         {
             label: '鏈�鏂板彂璐ф棩鏈�',
             fieldName: 'Shipment_date__c',
             hideDefaultActions: true,
-            initialWidth: 140
+            initialWidth: 105
         },
         {
             label: '棣栨鍙戣揣鏃ユ湡',
             fieldName: 'First_Delivery__c',
             hideDefaultActions: true,
-            initialWidth: 140
+            initialWidth: 105
         }
     ];
 
@@ -647,8 +649,13 @@
 
     editProductLimit(event) {
         //add by Wang Xueqin 2023/05/05
+        //let url =
+        // '/LexProductLimitEdit?accountid=' +
+        // this.accountId +
+        // '&userPro_Type=' +
+        // this.userPro_Type;
         let url =
-            '/LexProductLimitEdit?accountid=' +
+            '/lexproductlimitedit?accountid=' +
             this.accountId +
             '&userPro_Type=' +
             this.userPro_Type;
@@ -790,4 +797,4 @@
     get nextButtonDisabled() {
         return this.nextPageToken === undefined;
     }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.1