| | |
| | | import customOutboundCountTemplate from './customOutboundCount.html'; |
| | | import customWeeklyReportTemplate from './customWeeklyReport.html'; |
| | | import customAgencyOppInputTemplate from './customAgencyOppInput.html'; |
| | | import customMyDrCheckBoxTemplate from './customMyDrCheckBox.html'; |
| | | import customdeleteReasonTemplate from './customdeleteReason.html'; |
| | | import customAccountUrlTemplate from './customaccountUrl.html'; |
| | | import { loadStyle} from 'lightning/platformResourceLoader'; |
| | | import LexCustomDataTable from '@salesforce/resourceUrl/LexCustomDataTable'; |
| | | |
| | |
| | | }, |
| | | customShipment: { |
| | | template: customShipmentNumberTemplate, |
| | | typeAttributes: ['shipmentNumber','recordId'], |
| | | typeAttributes: ['shipmentNumber','recordId','isConinvoice','esdInvoiceProNotCount'], |
| | | }, |
| | | customShipmentUnitPrice: { |
| | | template: customShippingUnitPriceTemplate, |
| | |
| | | agencyOppInput:{ |
| | | template: customAgencyOppInputTemplate, |
| | | typeAttributes:['inputValue','recordId','fieldName','showType'], |
| | | }, |
| | | MyDrCheckBox:{ |
| | | template: customMyDrCheckBoxTemplate, |
| | | typeAttributes:['recordId','isCheckedMyDr'], |
| | | }, |
| | | deleteReason:{ |
| | | template: customdeleteReasonTemplate, |
| | | typeAttributes:['recordId'], |
| | | }, |
| | | customShowAccountUrl:{ |
| | | template: customAccountUrlTemplate, |
| | | typeAttributes:['accountName','accountUrl','isDisable'], |
| | | } |
| | | }; |
| | | constructor() { |