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