fix:玻纤生产领料时领料数量为整数
This commit is contained in:
parent
d59116cc31
commit
0ac03b4daf
|
@ -331,6 +331,7 @@ export default {
|
|||
if (valid) {
|
||||
that.isSaveing = true;
|
||||
that.form.mio = that.mioId;
|
||||
that.form.count = parseInt(that.form.count);
|
||||
try {
|
||||
var res;
|
||||
if (that.mode == "add") {
|
||||
|
|
Loading…
Reference in New Issue