fix:排一次棒和排板时去掉number获取
This commit is contained in:
parent
385f0170a0
commit
aace8c1d2e
|
@ -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());
|
||||||
|
|
Loading…
Reference in New Issue