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