Browse Source

产量报告

master
Rui_Li 4 years ago
parent
commit
ff240e4a12
  1. 9
      src/views/modules/yieldReport/com_finish_part_roll.vue

9
src/views/modules/yieldReport/com_finish_part_roll.vue

@ -775,15 +775,6 @@ export default {
//
if(data.code == 500){
this.$message.error(data.msg);
}else if (data.resultMap.resultCode == '201'){
//
this.$confirm(data.resultMap.resultMsg, '提示', {
confirmButtonText: '确认',
celButtonText: '取消',
type: 'warning'
}).then(() => {
this.showExceptionReasonModal();
});
}else{
//
this.finishPartRollOperation();

Loading…
Cancel
Save