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