From 7454e4fe769b5148309b8a932fbf2bc03b41b376 Mon Sep 17 00:00:00 2001
From: liangxiaozhen <liangxiaozhen>
Date: 星期日, 06 八月 2023 19:06:33 +0800
Subject: [PATCH] G级页面简单修改
---
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