From da42e2995c00293af89c71fe5ba6e16cbb77e1b3 Mon Sep 17 00:00:00 2001 From: binxie <137736985@qq.com> Date: 星期五, 16 六月 2023 17:24:31 +0800 Subject: [PATCH] backup code --- force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js b/force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js index e82595a..1f46c88 100644 --- a/force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js +++ b/force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js @@ -13,6 +13,9 @@ 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'; @@ -24,7 +27,7 @@ }, customShipment: { template: customShipmentNumberTemplate, - typeAttributes: ['shipmentNumber','recordId'], + typeAttributes: ['shipmentNumber','recordId','isConinvoice','esdInvoiceProNotCount'], }, customShipmentUnitPrice: { template: customShippingUnitPriceTemplate, @@ -73,6 +76,18 @@ 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() { -- Gitblit v1.9.1