wangxin 1 年間 前
コミット
878efaa680
1 ファイル変更2 行追加0 行削除
  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) {
             // 弹出确认对话框