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

yangwl
mengjiao 8 months ago
parent ae8e00ebe4
commit 64895582c2

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

Loading…
Cancel
Save