liding
6 天以前 960eba0574dc3c34f0722fff368aa7c8a70d9f32
src/views/productionManagement/workOrder/index.vue
@@ -595,9 +595,9 @@
      return;
    }
    reportForm.quantity = intValue;
    return;
  } else {
    reportForm.quantity = num;
  }
  reportForm.quantity = num;
  if (isFormingProcess.value) {
    nextTick(() => {
      productionRecordFormRef.value?.syncInputWeight?.();
@@ -900,12 +900,12 @@
      return;
    }
    if (quantity > reportForm.planQuantity) {
      ElMessageBox.alert("本次生产数量不能超过待生产数量", "提示", {
        confirmButtonText: "确定",
      });
      return;
    }
    // if (quantity > reportForm.planQuantity) {
    //   ElMessageBox.alert("本次生产数量不能超过待生产数量", "提示", {
    //     confirmButtonText: "确定",
    //   });
    //   return;
    // }
    const submitData = {
      ...reportForm,