|
|
@ -1114,9 +1114,11 @@ export default {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
console.log("仓库---"+this.selectedWarehouse)
|
|
|
|
console.log("仓库---"+this.selectedWarehouse)
|
|
|
|
const reportRowsJson = JSON.stringify(this.reportRows); // 将this.reportRows转换为JSON字符串
|
|
|
|
const reportRowsJson = JSON.stringify(this.reportRows); // 将this.reportRows转换为JSON字符串
|
|
|
|
|
|
|
|
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();
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|