fix:玻纤生产领料时领料数量为整数

This commit is contained in:
shijing 2025-02-25 17:38:56 +08:00
parent d59116cc31
commit 0ac03b4daf
1 changed files with 1 additions and 0 deletions

View File

@ -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") {