yuan
2026-06-04 097f4ca91f01e3f7602e4a160e1ca875371d9e28
src/views/productionManagement/workOrderManagement/index.vue
@@ -490,7 +490,7 @@
      return;
    }
    // 如果是小数取整数部分
    if (!Number.isInteger(num)) {
    /*if (!Number.isInteger(num)) {
      const intValue = Math.floor(num);
      // 如果取整后小于1,清除
      if (intValue < 0) {
@@ -499,7 +499,7 @@
      }
      reportForm.quantity = intValue;
      return;
    }
    }*/
    reportForm.quantity = num;
  };