From e6068da47c1bef5517c9e5fdc8c726766867ad4e Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 14 七月 2023 15:10:02 +0800
Subject: [PATCH] Merge branch 'master' into LEXUpgrade2023-Deloitte
---
force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html | 14 +++++++++-----
1 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html b/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html
index bff6b32..fbf59ea 100644
--- a/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html
+++ b/force-app/main/default/lwc/lexArriveGoods/lexArriveGoods.html
@@ -98,7 +98,8 @@
</div>
</td>
<td style="width: 200px">
- <lightning-formatted-text style="font-size: 16px;"
+ <lightning-formatted-text
+ style="font-size: 16px"
value={coc.Name}
></lightning-formatted-text>
</td>
@@ -114,7 +115,8 @@
</div>
</td>
<td style="width: 100px">
- <lightning-formatted-number style="font-size: 16px;"
+ <lightning-formatted-number
+ style="font-size: 16px"
value={coc.Total_num__c}
></lightning-formatted-number>
</td>
@@ -130,7 +132,8 @@
</div>
</td>
<td style="width: 100px">
- <lightning-formatted-number style="font-size: 16px;"
+ <lightning-formatted-number
+ style="font-size: 16px"
value={coc.OrderNumber_arrived__c}
></lightning-formatted-number>
</td>
@@ -146,7 +149,8 @@
</div>
</td>
<td style="width: 100px">
- <lightning-formatted-number style="font-size: 16px;"
+ <lightning-formatted-number
+ style="font-size: 16px"
value={coc.OrderNumber_notarrive__c}
></lightning-formatted-number>
</td>
@@ -454,4 +458,4 @@
</div>
</div>
</template>
-</template>
\ No newline at end of file
+</template>
--
Gitblit v1.9.1