wangxin 1 anno fa
parent
commit
878efaa680
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/views/business/daywork/form.vue

+ 2 - 0
src/views/business/daywork/form.vue

@@ -568,6 +568,8 @@ const handleSave = () => {
         console.log("sunm", sunm);
         //判断是否超过投产量
         if (sunm > form.value.prodNum) {
+          console.log("firstProcessId", detailInfo.value.firstProcessId);
+          console.log("processId", form.value.processId);
           //判断是否为首序
           if (detailInfo.value.firstProcessId == form.value.processId) {
             // 弹出确认对话框