ruanqi 1 year ago
parent
commit
a9b77b9dbd
  1. 8
      src/views/modules/schedule/generateReport.vue

8
src/views/modules/schedule/generateReport.vue

@ -831,6 +831,10 @@
this.qty1 = data.row.qtyReported; this.qty1 = data.row.qtyReported;
this.qty2 = data.row.lastApproveQty; this.qty2 = data.row.lastApproveQty;
this.saveHeaderData.manufacturingTime = data.row.timeReported; this.saveHeaderData.manufacturingTime = data.row.timeReported;
this.scanModalFlag=false;
this.setUp.reviewFlag = true;
this.setUp.saveButton=false;
this.setUp.disabled = true;
}else { }else {
this.$alert(data.msg, '错误', { this.$alert(data.msg, '错误', {
confirmButtonText: '确定' confirmButtonText: '确定'
@ -839,10 +843,6 @@
} }
}) })
this.searchDefect() this.searchDefect()
this.scanModalFlag=false;
this.setUp.reviewFlag = true;
this.setUp.saveButton=false;
this.setUp.disabled = true;
// getSOScheduleRoutingData(inData).then(({data}) => { // getSOScheduleRoutingData(inData).then(({data}) => {
// if( data.rows){ // if( data.rows){
// if(data.rows.length>0){ // if(data.rows.length>0){

Loading…
Cancel
Save