| | |
| | | margin-bottom: 7px; |
| | | " |
| | | > |
| | | <div style="border-bottom: 1px solid #d4d4d4; padding: 3px"> |
| | | <div |
| | | style=" |
| | | border-bottom: 1px solid #d4d4d4; |
| | | padding: 3px; |
| | | " |
| | | > |
| | | <lightning-layout> |
| | | <lightning-layout-item padding="around-small"> |
| | | <p style="font-size: 18px"> |
| | |
| | | <tr> |
| | | <td style="width: 10px"></td> |
| | | <td style="width: 74px"> |
| | | <div style="color: #696969; font-size: 16px"> |
| | | <div |
| | | style=" |
| | | color: #696969; |
| | | font-size: 16px; |
| | | " |
| | | > |
| | | 订单名称 |
| | | </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> |
| | | <td style="width: 30px"></td> |
| | | <td style="width: 74px"> |
| | | <div style="color: #696969; font-size: 16px"> |
| | | <div |
| | | style=" |
| | | color: #696969; |
| | | font-size: 16px; |
| | | " |
| | | > |
| | | 订单总数 |
| | | </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> |
| | | <td style="width: 30px"></td> |
| | | <td style="width: 90px"> |
| | | <div style="color: #696969; font-size: 16px"> |
| | | <div |
| | | style=" |
| | | color: #696969; |
| | | font-size: 16px; |
| | | " |
| | | > |
| | | 已到货数量 |
| | | </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> |
| | | <td style="width: 30px"></td> |
| | | <td style="width: 106px"> |
| | | <div style="color: #696969; font-size: 16px"> |
| | | <div |
| | | style=" |
| | | color: #696969; |
| | | font-size: 16px; |
| | | " |
| | | > |
| | | 还没发货数量 |
| | | </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> |
| | |
| | | <tbody> |
| | | <tr> |
| | | <td style="width: 20px"></td> |
| | | <td style="width: 60px; font-size: 16px">BarCode</td> |
| | | <td style="width: 60px; font-size: 16px"> |
| | | BarCode |
| | | </td> |
| | | <td style="width: 30px"></td> |
| | | <td style="width: 600px"> |
| | | <lightning-textarea |
| | |
| | | font-size: 17px; |
| | | " |
| | | > |
| | | <lightning-icon icon-name="utility:warning"></lightning-icon> |
| | | <lightning-icon |
| | | icon-name="utility:warning" |
| | | ></lightning-icon> |
| | | <strong> 警告</strong> |
| | | </div> |
| | | <template for:each={warningMsgs} for:item="msg"> |
| | | <p |
| | | key={msg} |
| | | style="color: #ff6a00; padding-left: 7px; font-size: 14px" |
| | | style=" |
| | | color: #ff6a00; |
| | | padding-left: 7px; |
| | | font-size: 14px; |
| | | " |
| | | > |
| | | ・ {msg} |
| | | </p> |
| | |
| | | font-size: 17px; |
| | | " |
| | | > |
| | | <lightning-icon icon-name="utility:error"></lightning-icon> |
| | | <lightning-icon |
| | | icon-name="utility:error" |
| | | ></lightning-icon> |
| | | <strong> 错误</strong> |
| | | </div> |
| | | <template for:each={errorMsgs} for:item="msg"> |
| | | <p |
| | | key={msg} |
| | | style="color: red; padding-left: 7px; font-size: 14px" |
| | | style=" |
| | | color: red; |
| | | padding-left: 7px; |
| | | font-size: 14px; |
| | | " |
| | | > |
| | | ・ {msg} |
| | | </p> |
| | |
| | | margin-bottom: 7px; |
| | | " |
| | | > |
| | | <div style="border-bottom: 1px solid #d4d4d4; padding: 3px"> |
| | | <div |
| | | style=" |
| | | border-bottom: 1px solid #d4d4d4; |
| | | padding: 3px; |
| | | " |
| | | > |
| | | <lightning-layout> |
| | | <lightning-layout-item padding="around-small"> |
| | | <p style="font-size: 18px"> |
| | |
| | | <div style="padding: 10px"> |
| | | <lightning-datatable |
| | | class="wrapped-header-datatable" |
| | | style="word-wrap: break-word; word-break: break-all" |
| | | style=" |
| | | word-wrap: break-word; |
| | | word-break: break-all; |
| | | " |
| | | hide-checkbox-column |
| | | key-field="recordId" |
| | | columns={currentArrProdCols} |
| | |
| | | margin-bottom: 7px; |
| | | " |
| | | > |
| | | <div style="border-bottom: 1px solid #d4d4d4; padding: 3px"> |
| | | <div |
| | | style=" |
| | | border-bottom: 1px solid #d4d4d4; |
| | | padding: 3px; |
| | | " |
| | | > |
| | | <lightning-layout> |
| | | <lightning-layout-item padding="around-small"> |
| | | <p style="font-size: 18px"> |
| | |
| | | <div style="padding: 10px"> |
| | | <lightning-datatable |
| | | class="wrapped-header-datatable" |
| | | style="word-wrap: break-word; word-break: break-all" |
| | | style=" |
| | | word-wrap: break-word; |
| | | word-break: break-all; |
| | | " |
| | | hide-checkbox-column |
| | | key-field="recordId" |
| | | columns={arrDetailCols} |
| | |
| | | margin-bottom: 7px; |
| | | " |
| | | > |
| | | <div style="border-bottom: 1px solid #d4d4d4; padding: 3px"> |
| | | <div |
| | | style=" |
| | | border-bottom: 1px solid #d4d4d4; |
| | | padding: 3px; |
| | | " |
| | | > |
| | | <lightning-layout> |
| | | <lightning-layout-item padding="around-small"> |
| | | <p style="font-size: 18px"> |
| | |
| | | <div style="padding: 10px"> |
| | | <c-lex-custom-lightning-datatable |
| | | class="wrapped-header-datatable" |
| | | style="word-wrap: break-word; word-break: break-all" |
| | | style=" |
| | | word-wrap: break-word; |
| | | word-break: break-all; |
| | | " |
| | | hide-checkbox-column |
| | | key-field="recordId" |
| | | data={showGoodsofReturnListView} |