From af908216bb0012fe849e3b49b3039c7ba238f8f0 Mon Sep 17 00:00:00 2001
From: liangxiaozhen <liangxiaozhen>
Date: 星期五, 11 八月 2023 14:35:43 +0800
Subject: [PATCH] 补充controller,修改变量,主页bug修改
---
force-app/main/default/lwc/lexInventoryCount/lexInventoryCount.js | 16 ----------------
1 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/force-app/main/default/lwc/lexInventoryCount/lexInventoryCount.js b/force-app/main/default/lwc/lexInventoryCount/lexInventoryCount.js
index 5beb4d1..842d8a2 100644
--- a/force-app/main/default/lwc/lexInventoryCount/lexInventoryCount.js
+++ b/force-app/main/default/lwc/lexInventoryCount/lexInventoryCount.js
@@ -262,13 +262,6 @@
this.ConsumableorderdetailsRecordsview[0].length
);
- // let cloneData = [];
- // for (let i in this.ConsumableorderdetailsRecordsview[0]) {
- // cloneData.push(JSON.parse(this.ConsumableorderdetailsRecordsview[0][i]));
- // }
- // console.log('cloneData = ' + typeof cloneData);
- // console.log('cloneData = ' + cloneData);
- // this.data = cloneData;
this.data = [];
this.data = this.ConsumableorderdetailsRecordsview[0];
console.log("this.data ==>" + JSON.stringify(this.data));
@@ -532,16 +525,7 @@
this.adjustdata[i].Asset_Model_No__c = this.adjustdata[i].Prod.Asset_Model_No__c;
this.adjustdata[i].Lose_reason__c = this.adjustdata[i].orderdetails2.Lose_reason__c;
this.adjustdata[i].Lose_Flag__c = this.adjustdata[i].orderdetails2.Lose_Flag__c;
-
-
-
-
-
}
-
-
-
-
}
console.log("result鐩樼偣Id" + JSON.stringify(this.conId));
console.log("璋冩暣鏄庣粏" + JSON.stringify(this.adjustdata));
--
Gitblit v1.9.1