From 3962c2bb0435484b60a3e408e4738d792e249a53 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期一, 05 六月 2023 11:09:55 +0800
Subject: [PATCH] LEX CommunityNewCmp

---
 force-app/main/default/lwc/lexArriveGsDetails/lexArriveGsDetails.html |   90 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 90 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/lwc/lexArriveGsDetails/lexArriveGsDetails.html b/force-app/main/default/lwc/lexArriveGsDetails/lexArriveGsDetails.html
new file mode 100644
index 0000000..55e52c6
--- /dev/null
+++ b/force-app/main/default/lwc/lexArriveGsDetails/lexArriveGsDetails.html
@@ -0,0 +1,90 @@
+<template>
+    <template if:true={showSpinner}>
+        <lightning-spinner size="medium" variant="brand"></lightning-spinner>
+    </template>
+    <c-common-toast></c-common-toast>
+    <template if:true={showPage}>
+        <div style="border: 1px solid #D4D4D4;border-top: 3px solid #51606E;border-radius:5px;">
+            <div style="border-bottom: 1px solid #D4D4D4;padding:3px;">
+                <lightning-layout>
+                    <lightning-layout-item padding="around-small">
+                        <p style="font-size: 18px">
+                            <strong>鍒拌揣</strong>
+                        </p>
+                    </lightning-layout-item>
+                </lightning-layout>
+                <!-- <p style="font-size: 16px;"><strong>鍒拌揣</strong></p> -->
+            </div>
+            <div style="padding:10px;">
+                <!-- 鎸夐挳 -->
+                <!-- <lightning-button style="margin: 5px;" label="鍑哄簱" onclick={proSale} disabled={arrivetoorder}></lightning-button> -->
+                <button class="slds-button slds-button_neutral slds-button_stretch lexBorder" style="margin: 5px;" label="鍑哄簱" onclick={proSale} disabled={arrivetoorder}>鍑哄簱</button>
+                <p style="height: 10px;"></p>
+                <!-- 鍒拌揣璁㈠崟淇℃伅 -->
+                <div style="border: 1px solid #D4D4D4;border-top: 3px solid #51606E;border-radius:5px;margin-bottom:7px;">
+                    <div style="border-bottom: 1px solid #D4D4D4;padding:3px;">
+                        <lightning-layout>
+                            <lightning-layout-item padding="around-small">
+                                <p style="font-size: 18px">
+                                    <strong>鍒拌揣璁㈠崟淇℃伅</strong>
+                                </p>
+                            </lightning-layout-item>
+                        </lightning-layout>
+                        <!-- <p style="font-size: 16px;"><strong>鍒拌揣璁㈠崟淇℃伅</strong></p> -->
+                    </div>
+                    <div style="padding:10px;">
+                        <table>
+                            <tbody>
+                                <tr>
+                                    <td  style="width:10px;"></td>
+                                    <td style="width:140px;">
+                                        <div style="color:#696969;font-size:16px;">鍒拌揣璁㈠崟鍚嶇О</div>
+                                    </td>
+                                    <td style="width:200px;">
+                                        <lightning-formatted-text style="font-size: 16px;" value={coc.Name}></lightning-formatted-text>
+                                    </td>
+                                    <td  style="width:30px;"></td>
+                                    <td style="width:140px;">
+                                        <div style="color:#696969;font-size:16px;">鏈鍏ュ簱浜у搧閲戦</div>
+                                    </td>
+                                    <td style="width:100px;">
+                                        <lightning-formatted-number style="font-size: 16px;" value={coc.Arrive_total_amount__c} minimum-fraction-digits="2"></lightning-formatted-number>
+                                    </td>
+                                    <td></td>
+                                </tr>
+                                <tr style="height: 20px;"></tr>
+                                <tr>
+                                    <td  style="width:10px;"></td>
+                                    <td style="width:120px;">
+                                        <div style="color:#696969;font-size:16px;">娑堣�楀搧璁㈠崟鍚嶇О<lightning-helptext style="--lwc-spacingXxSmall:0px;" content={label.helpText}></lightning-helptext></div>
+                                    </td>
+                                    <td style="width:200px;">
+                                        <lightning-formatted-text style="font-size: 16px;" value={coc.arriveOrder}></lightning-formatted-text>
+                                        <!-- <lightning-formatted-text value={coc.Arrive_Order__r.Name}></lightning-formatted-text> -->
+                                    </td>
+                                    <td></td>
+                                </tr>
+                            </tbody>
+                        </table>
+                    </div>
+                </div>
+                <!-- 鍦ㄥ簱鍟嗗搧搴撳瓨涓�瑙� -->
+                <div style="border: 1px solid #D4D4D4;border-top: 3px solid #51606E;border-radius:5px;margin-bottom:7px;">
+                    <div style="border-bottom: 1px solid #D4D4D4;padding:3px;">
+                        <lightning-layout>
+                            <lightning-layout-item padding="around-small">
+                                <p style="font-size: 18px">
+                                    <strong>鍦ㄥ簱鍟嗗搧搴撳瓨涓�瑙�</strong>
+                                </p>
+                            </lightning-layout-item>
+                        </lightning-layout>
+                        <!-- <p style="font-size: 16px;"><strong>鍦ㄥ簱鍟嗗搧搴撳瓨涓�瑙�</strong></p> -->
+                    </div>
+                    <div style="padding:10px;">
+                        <lightning-datatable class="wrapped-header-datatable" hide-checkbox-column key-field="recordId" columns={colms} data={consumableorderdetailsRecords}></lightning-datatable>
+                    </div>
+                </div>
+            </div>
+        </div>
+    </template>
+</template>
\ No newline at end of file

--
Gitblit v1.9.1