fix:排一次棒和排板时去掉number获取

This commit is contained in:
shijing 2025-06-11 15:59:56 +08:00
parent 385f0170a0
commit aace8c1d2e
1 changed files with 1 additions and 1 deletions

View File

@ -516,7 +516,7 @@ export default {
} }
that.hideAdd = that.isSubmit; that.hideAdd = that.isSubmit;
if(that.mgroupName=='排一次棒'||that.mgroupName=='排板'){ if(that.mgroupName=='排一次棒'||that.mgroupName=='排板'){
that.getNewNumber(); // that.getNewNumber();
} }
that.params.mlogb = that.addTemplate.mlogb = that.mlogb; that.params.mlogb = that.addTemplate.mlogb = that.mlogb;
that.currentDate = this.$TOOL.dateFormat2(new Date()); that.currentDate = this.$TOOL.dateFormat2(new Date());