Przeglądaj źródła

屏蔽电子签名导出excel

TonyKang 4 lat temu
rodzic
commit
56d28857a7
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      app/reports/util/rpt_excel_util.js

+ 2 - 2
app/reports/util/rpt_excel_util.js

@@ -1375,8 +1375,8 @@ module.exports = {
         resetDummuySignature(pageData, thisRoleRel); // 把草图转换一下roleRel
         // console.log(thisRoleRel);
 
-        // const hasSignature = false; // 暂时不支持电子签名、草图导出excel
-        const hasSignature = _checkAndSetSignatureCache(pageData, signKeyArr, signPathArr, thisRoleRel, signSheetIdxArr); // 因草图的关系,thisRoleRel是否为null就不是充要的条件
+        const hasSignature = false; // 暂时不支持电子签名、草图导出excel
+        // const hasSignature = _checkAndSetSignatureCache(pageData, signKeyArr, signPathArr, thisRoleRel, signSheetIdxArr); // 因草图的关系,thisRoleRel是否为null就不是充要的条件
         // console.log('signKeyArr');
         // console.log(signKeyArr);
         // console.log('signPathArr');