yuan
3 天以前 5d378a8ea3d239b564b69c3597b7bb73ee84e80a
src/views/productionManagement/processRoute/processRouteItem/index.vue
@@ -340,7 +340,7 @@
                                style="margin: 0">
                    <el-input-number v-model="row.unitQuantity"
                                     :min="0"
                                     :precision="2"
                                     :precision="4"
                                     :step="1"
                                     controls-position="right"
                                     style="width: 100%"
@@ -358,7 +358,7 @@
                                style="margin: 0">
                    <el-input-number v-model="row.demandedQuantity"
                                     :min="0"
                                     :precision="2"
                                     :precision="4"
                                     :step="1"
                                     controls-position="right"
                                     style="width: 100%"
@@ -1203,7 +1203,7 @@
    if (!Number.isFinite(numberValue)) {
      return 0;
    }
    return Number(numberValue.toFixed(2));
    return Number(numberValue.toFixed(4));
  };
  const syncDemandedQuantityTree = (items, parentDemandedQuantity = null) => {