yyb
2025-10-17 486b871dd1ae55a2a2dabf922052479fc85a43fb
报工页面关于铜杆报工成功后的方法处理
已修改1个文件
6 ■■■■ 文件已修改
pages/product/report/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/product/report/index.vue
@@ -703,12 +703,14 @@
          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;
          this.form.productOutputList = [];
          this.form.operationTaskId = this.form.id;
          this.form.dutyRecordId = this.dutyId;
@@ -716,6 +718,8 @@
          console.log("this.form", this.form);
          this.$u.api.workReporting.submitPDA(this.form).then((res) => {
            this.subdisabled = true;
            this.form.outBatchNo = val.BN;
             this.form.netWeight = val.NW;
            this.InventoryReceiptList.unshift(this.form);
            // this.getHandelList();
            this.$u.toast("报工成功");