wangxin hai 1 ano
pai
achega
878efaa680
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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) {
             // 弹出确认对话框