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