From da42e2995c00293af89c71fe5ba6e16cbb77e1b3 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期五, 16 六月 2023 17:24:31 +0800
Subject: [PATCH] backup code

---
 force-app/main/default/lwc/lexOutboundorderImport/lexOutboundorderImport.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/lwc/lexOutboundorderImport/lexOutboundorderImport.js b/force-app/main/default/lwc/lexOutboundorderImport/lexOutboundorderImport.js
index db4e6a3..0200238 100644
--- a/force-app/main/default/lwc/lexOutboundorderImport/lexOutboundorderImport.js
+++ b/force-app/main/default/lwc/lexOutboundorderImport/lexOutboundorderImport.js
@@ -12,38 +12,45 @@
         label: "鍑哄簱鍗曞悕绉�",
         fieldName: "orderName",
         hideDefaultActions: true,
-        initialWidth: 200
+        initialWidth: 200,
+        wrapText: true,
     },
     {
         label: "鐩殑",
         fieldName: "orderSummonsForDirction",
         hideDefaultActions: true,
+        wrapText: true,
     },
     {
         label: "鍖婚櫌缂栫爜",
         fieldName: "hospitalCode",
         hideDefaultActions: true,
+        wrapText: true,
     },
     {
         label: "鍖婚櫌鍚嶇О",
         fieldName: "hospitalName",
         hideDefaultActions: true,
+        wrapText: true,
         initialWidth: 300
     },
     {
         label: "绉戝",
         fieldName: "orderOrderForCustomerText",
         hideDefaultActions: true,
+        wrapText: true,
     },
     {
         label: "浜岀骇缁忛攢鍟�",
         fieldName: "agencyName",
         hideDefaultActions: true,
+        wrapText: true,
     },
     {
         label: "鍑哄簱/閿�鍞棩鏈�",
         fieldName: "orderOutboundDate",
         hideDefaultActions: true,
+        wrapText: true,
     },
 ];
 export default class LexOutboundorderImport extends LightningElement {
@@ -159,6 +166,7 @@
         console.log('this.sqlagencyProType = ' + this.sqlagencyProType);
         console.log('this.userWorkLocation = ' + this.userWorkLocation);
         console.log('this.accountName = ' + this.accountName);
+        console.log('encodeURIComponent(this.fileContents) = ' + encodeURIComponent(this.fileContents));
         importCSVFile({
             base64DataLwc: encodeURIComponent(this.fileContents),
             sqlagencyProTypeLwc: this.sqlagencyProType,

--
Gitblit v1.9.1