| | |
| | | static customTypes = { |
| | | customUnit: { |
| | | template: customUnitTemplate, |
| | | typeAttributes: [ |
| | | 'unitValue', |
| | | 'unitOptions', |
| | | 'recordId', |
| | | 'isDisabled' |
| | | ] |
| | | typeAttributes: ['unitValue','unitOptions','recordId','isDisabled'], |
| | | }, |
| | | customShipment: { |
| | | template: customShipmentNumberTemplate, |
| | | typeAttributes: [ |
| | | 'shipmentNumber', |
| | | 'recordId', |
| | | 'isConinvoice', |
| | | 'esdInvoiceProNotCount' |
| | | ] |
| | | typeAttributes: ['shipmentNumber','recordId','isConinvoice','esdInvoiceProNotCount'], |
| | | }, |
| | | customShipmentUnitPrice: { |
| | | template: customShippingUnitPriceTemplate, |
| | | typeAttributes: ['shippingUnitPrice', 'recordId'] |
| | | typeAttributes: ['shippingUnitPrice','recordId'], |
| | | }, |
| | | customShipmentAmount: { |
| | | template: customShipmentAmountTemplate, |
| | | typeAttributes: ['shipmentAmount', 'recordId'] |
| | | typeAttributes: ['shipmentAmount','recordId'], |
| | | }, |
| | | customDiffReason: { |
| | | template: customDiffReasonTemplate, |
| | | typeAttributes: ['ProdId', 'boxPiece'] |
| | | typeAttributes: ['ProdId','boxPiece'], |
| | | }, |
| | | customAttachmentType: { |
| | | template: attachmentTypeTemplate, |
| | | typeAttributes: [ |
| | | 'typeValue', |
| | | 'typeOptions', |
| | | 'recordId', |
| | | 'isDisabledAttachment' |
| | | ] |
| | | typeAttributes: ['typeValue','typeOptions','recordId','isDisabledAttachment'], |
| | | }, |
| | | customTableInput: { |
| | | template: customTableInputTemplate, |
| | | typeAttributes: [ |
| | | 'inputValue', |
| | | 'recordId', |
| | | 'valueType', |
| | | 'upperLimit', |
| | | 'lowerLimit', |
| | | 'allnumber' |
| | | ] |
| | | typeAttributes:['inputValue','recordId','valueType','upperLimit','lowerLimit','allnumber'], |
| | | }, |
| | | customOutputGood: { |
| | | template: customOutputGoodsTemplate, |
| | | typeAttributes: ['outputValue', 'type', 'recordId'] |
| | | typeAttributes:['outputValue','type','recordId'], |
| | | }, |
| | | customReturnGoodInput: { |
| | | template: customReturnGoodInputTemplate, |
| | | typeAttributes: ['inputValue', 'boxPrice', 'recordId'] |
| | | typeAttributes:['inputValue','boxPrice','recordId'], |
| | | }, |
| | | customInventoryColor: { |
| | | template: customInventoryColorTemplate, |
| | | typeAttributes: ['value', 'upperlimit', 'lowerlimit', 'boxPrice'] |
| | | typeAttributes:['value','upperlimit','lowerlimit','boxPrice'], |
| | | }, |
| | | tableCellIcon: { |
| | | template: customTableCellIconTemplate, |
| | | typeAttributes: ['iconName', 'recordId'] |
| | | typeAttributes:['iconName','recordId'], |
| | | }, |
| | | outboundCount: { |
| | | template: customOutboundCountTemplate, |
| | | typeAttributes: ['isDisable', 'recordId', 'Count'] |
| | | typeAttributes:['isDisable','recordId','Count'], |
| | | }, |
| | | weeklyReport: { |
| | | template: customWeeklyReportTemplate, |
| | | typeAttributes: ['recordId', 'hospitalName', 'isShowButton'] |
| | | typeAttributes:['recordId','hospitalName','isShowButton'], |
| | | }, |
| | | agencyOppInput: { |
| | | template: customAgencyOppInputTemplate, |
| | | typeAttributes: ['inputValue', 'recordId', 'fieldName', 'showType'] |
| | | typeAttributes:['inputValue','recordId','fieldName','showType'], |
| | | }, |
| | | MyDrCheckBox: { |
| | | template: customMyDrCheckBoxTemplate, |
| | | typeAttributes: ['recordId', 'isCheckedMyDr'] |
| | | typeAttributes:['recordId','isCheckedMyDr'], |
| | | }, |
| | | deleteReason: { |
| | | template: customdeleteReasonTemplate, |
| | | typeAttributes: ['recordId'] |
| | | typeAttributes:['recordId'], |
| | | }, |
| | | customShowAccountUrl: { |
| | | template: customAccountUrlTemplate, |
| | | typeAttributes: ['accountName', 'accountUrl', 'isDisable'] |
| | | typeAttributes:['accountName','accountUrl','isDisable'], |
| | | } |
| | | }; |
| | | constructor() { |
| | | super(); |
| | | Promise.all([loadStyle(this, LexCustomDataTable)]).then(() => {}); |
| | | Promise.all([ |
| | | loadStyle(this, LexCustomDataTable), |
| | | ]).then(() => {}) |
| | | } |
| | | } |