From 41ad0c0840a6135b7acf2280f0eebdc29bf6479b Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期二, 30 五月 2023 14:25:11 +0800
Subject: [PATCH] backup0530
---
force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js | 29 +++++++++++++++++++++++++++--
1 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js b/force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js
index eb6822a..5f9054a 100644
--- a/force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js
+++ b/force-app/main/default/lwc/lexCustomLightningDatatable/lexCustomLightningDatatable.js
@@ -8,6 +8,11 @@
import customTableInputTemplate from './customTableInput.html';
import customOutputGoodsTemplate from './customOutputGoods.html';
import customReturnGoodInputTemplate from './customReturnGoodInput.html';
+import customInventoryColorTemplate from './customInventoryColor.html';
+import customTableCellIconTemplate from './customTableCellIcon.html';
+import customOutboundCountTemplate from './customOutboundCount.html';
+import customWeeklyReportTemplate from './customWeeklyReport.html';
+import customAgencyOppInputTemplate from './customAgencyOppInput.html';
import { loadStyle} from 'lightning/platformResourceLoader';
import LexCustomDataTable from '@salesforce/resourceUrl/LexCustomDataTable';
@@ -31,7 +36,7 @@
},
customDiffReason : {
template: customDiffReasonTemplate,
- typeAttributes: ['ProdId'],
+ typeAttributes: ['ProdId','boxPiece'],
},
customAttachmentType: {
template: attachmentTypeTemplate,
@@ -39,7 +44,7 @@
},
customTableInput: {
template: customTableInputTemplate,
- typeAttributes:['inputValue','recordId','valueType'],
+ typeAttributes:['inputValue','recordId','valueType','upperLimit','lowerLimit','allnumber'],
},
customOutputGood:{
template: customOutputGoodsTemplate,
@@ -48,6 +53,26 @@
customReturnGoodInput:{
template: customReturnGoodInputTemplate,
typeAttributes:['inputValue','boxPrice','recordId'],
+ },
+ customInventoryColor:{
+ template: customInventoryColorTemplate,
+ typeAttributes:['value','upperlimit','lowerlimit','boxPrice'],
+ },
+ tableCellIcon:{
+ template: customTableCellIconTemplate,
+ typeAttributes:['iconName','recordId'],
+ },
+ outboundCount:{
+ template: customOutboundCountTemplate,
+ typeAttributes:['isDisable','recordId','Count'],
+ },
+ weeklyReport:{
+ template: customWeeklyReportTemplate,
+ typeAttributes:['recordId','hospitalName','isShowButton'],
+ },
+ agencyOppInput:{
+ template: customAgencyOppInputTemplate,
+ typeAttributes:['inputValue','recordId','fieldName','showType'],
}
};
constructor() {
--
Gitblit v1.9.1