报工页面的sap收货按钮,和成品入库页面的过账按钮修改2

yangwl
mengjiao 9 months ago
parent ae8e00ebe4
commit 64895582c2

@ -1114,9 +1114,11 @@ export default {
}); });
console.log("仓库---"+this.selectedWarehouse) console.log("仓库---"+this.selectedWarehouse)
const reportRowsJson = JSON.stringify(this.reportRows); // this.reportRowsJSON const reportRowsJson = JSON.stringify(this.reportRows); // this.reportRowsJSON
this.loading = true;
submitReportPSSAP(reportRowsJson).then(response => { submitReportPSSAP(reportRowsJson).then(response => {
this.$modal.msgSuccess("操作成功"); this.$modal.msgSuccess("操作成功");
this.openReport = false; this.loading = false;
this.openReportSAP = false;
this.getList(); this.getList();
}); });
}, },

Loading…
Cancel
Save