From d533f39b6fa798e238810d17e928dee75d5b1af7 Mon Sep 17 00:00:00 2001
From: yumenghui <953181891@qq.com>
Date: 星期五, 11 八月 2023 16:02:17 +0800
Subject: [PATCH] 备注添加改造
---
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