From 845fcb95a8c04595424c315eef611e0980a5949b Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期三, 24 五月 2023 14:26:58 +0800
Subject: [PATCH] community backup 0524

---
 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