liuhairui 1 년 전
부모
커밋
ea102261c8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/view/performance/09-workOrderVerification/index.vue

+ 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; // 显示弹窗
-     }
+     // }
  };
 	
 	//删除按钮