多层订单改造2.0

yangwl
zhaoxiaolin 7 months ago
parent 6548a2d8bc
commit dbe05f525f

@ -1254,8 +1254,6 @@ export default {
},
submitReport() {
this.reportRows = this.pReportRows;
debugger
/**
if ( this.reportRows==0) {
this.$modal.msgError(`请选择数据`);
return false;
@ -1265,7 +1263,6 @@ export default {
this.openReport = false;
this.getList();
});
**/
},
submitReportSAP() {
this.reportRows = this.pReportRows.concat(this.sReportRows)

@ -1146,6 +1146,7 @@ export default {
},
// -
batchBtn() {
this.loading = true;
//
if (this.splitForm.splitNum == null) {
this.$message({
@ -1269,7 +1270,9 @@ export default {
}]
// this.getList()
this.splitOpen = false
this.splitOpen = false;
this.loading = false;
},
// --
cancel() {

Loading…
Cancel
Save