From 61a1f14632fe167668d9e1a9c5838442fbcfd4e4 Mon Sep 17 00:00:00 2001
From: binxie <137736985@qq.com>
Date: 星期二, 20 六月 2023 11:06:22 +0800
Subject: [PATCH] test
---
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