liuhairui 1 rok temu
rodzic
commit
ea102261c8

+ 2 - 2
src/view/performance/09-workOrderVerification/index.vue

@@ -1478,7 +1478,7 @@ const gd_lcdCancel = async () => {
      }
  
      // 只有数量为 1 时弹出页面
-     if (row.fp_sl === '1') {
+     // if (row.fp_sl === '1') {
          // 计算总数
          let total = 0;
          detailData.table.forEach((item) => {
@@ -1518,7 +1518,7 @@ const gd_lcdCancel = async () => {
          selectData = decodedData;
          setCurrent(selectData[0]);
          dialogSelectVisible2.value = true; // 显示弹窗
-     }
+     // }
  };
 	
 	//删除按钮