| | |
| | | <template> |
| | | <template if:true={showSpinner}> |
| | | <lightning-spinner size="medium" variant="brand"></lightning-spinner> |
| | | <!-- <lightning-spinner size="medium" variant="brand"></lightning-spinner> --> |
| | | <div class="slds-spinner_container"> |
| | | <div |
| | | role="status" |
| | | class="slds-spinner slds-spinner_medium slds-spinner_brand" |
| | | > |
| | | <span class="slds-assistive-text">Loading</span> |
| | | <div class="slds-spinner__dot-a"></div> |
| | | <div class="slds-spinner__dot-b"></div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | | <c-common-toast></c-common-toast> |
| | | <template if:true={showPage}> |
| | |
| | | <tbody> |
| | | <tr> |
| | | <td style="width: 10px"></td> |
| | | <td style="width: 60px"> |
| | | <div style="color: #696969; font-size: 12px"> |
| | | <td style="width: 74px"> |
| | | <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: 60px"> |
| | | <div style="color: #696969; font-size: 12px"> |
| | | <td style="width: 74px"> |
| | | <div style="color: #696969; font-size: 16px"> |
| | | 订单总数 |
| | | </div> |
| | | </td> |
| | | <td style="width: 100px"> |
| | | <lightning-formatted-number |
| | | style="font-size: 16px" |
| | | value={coc.Total_num__c} |
| | | ></lightning-formatted-number> |
| | | </td> |
| | | <td style="width: 30px"></td> |
| | | <td style="width: 72px"> |
| | | <div style="color: #696969; font-size: 12px"> |
| | | <td style="width: 90px"> |
| | | <div style="color: #696969; font-size: 16px"> |
| | | 已到货数量 |
| | | </div> |
| | | </td> |
| | | <td style="width: 100px"> |
| | | <lightning-formatted-number |
| | | style="font-size: 16px" |
| | | value={coc.OrderNumber_arrived__c} |
| | | ></lightning-formatted-number> |
| | | </td> |
| | | <td style="width: 30px"></td> |
| | | <td style="width: 84px"> |
| | | <div style="color: #696969; font-size: 12px"> |
| | | <td style="width: 106px"> |
| | | <div style="color: #696969; font-size: 16px"> |
| | | 还没发货数量 |
| | | </div> |
| | | </td> |
| | | <td style="width: 100px"> |
| | | <lightning-formatted-number |
| | | style="font-size: 16px" |
| | | value={coc.OrderNumber_notarrive__c} |
| | | ></lightning-formatted-number> |
| | | </td> |
| | |
| | | <div style="padding: 10px"> |
| | | <lightning-datatable |
| | | class="wrapped-header-datatable" |
| | | style="word-wrap: break-word; word-break: break-all" |
| | | hide-checkbox-column |
| | | key-field="recordId" |
| | | columns={currentArrProdCols} |
| | |
| | | <div style="padding: 10px"> |
| | | <lightning-datatable |
| | | class="wrapped-header-datatable" |
| | | style="word-wrap: break-word; word-break: break-all" |
| | | hide-checkbox-column |
| | | key-field="recordId" |
| | | columns={arrDetailCols} |
| | |
| | | <div style="padding: 10px"> |
| | | <c-lex-custom-lightning-datatable |
| | | class="wrapped-header-datatable" |
| | | style="word-wrap: break-word; word-break: break-all" |
| | | hide-checkbox-column |
| | | key-field="recordId" |
| | | data={showGoodsofReturnListView} |
| | |
| | | <div style="padding: 10px"> |
| | | <lightning-datatable |
| | | class="wrapped-header-datatable" |
| | | style="word-wrap: break-word; word-break: break-all" |
| | | hide-checkbox-column |
| | | key-field="recordId" |
| | | columns={errorDetailCols} |