| | |
| | | copperList.executiveStandard = val.ES; |
| | | copperList.netWeight = val.NW; |
| | | copperList.specificationType = val.ST; |
| | | copperList.grossWeight = val.TR; |
| | | copperList.reelWeight= val.TR; |
| | | copperList.grossWeight = val.TW; |
| | | copperList.operationTaskId = this.form.id; |
| | | copperList.status = this.form.status; |
| | | copperList.Persons = this.form.Persons; |
| | | copperList.productStaffIds = this.form.productStaffIds; |
| | | copperList.productStaffs = this.form.productStaffs; |
| | | copperList.dutyRecordId = this.dutyId; |
| | | copperList.proposedLocation = this.form.proposedLocation; |
| | | this.form.productOutputList = []; |
| | | this.form.operationTaskId = this.form.id; |
| | | this.form.dutyRecordId = this.dutyId; |
| | |
| | | console.log("this.form", this.form); |
| | | this.$u.api.workReporting.submitPDA(this.form).then((res) => { |
| | | this.subdisabled = true; |
| | | this.InventoryReceiptList.unshift(this.form); |
| | | console.log("val", val); |
| | | // this.form.outBatchNo = val.BN; |
| | | // this.form.netWeight = val.NW; |
| | | console.log("this.form", this.form); |
| | | |
| | | this.InventoryReceiptList.unshift(this.form.productOutputList[0]); |
| | | console.log("this.InventoryReceiptList", this.InventoryReceiptList); |
| | | |
| | | // this.getHandelList(); |
| | | this.$u.toast("报工成功"); |
| | | }); |