chenshilong 7 年之前
父节点
当前提交
75efbcf1f1
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      web/building_saas/main/js/models/calc_program.js
  2. 1 1
      web/building_saas/main/js/models/main_consts.js

+ 1 - 0
web/building_saas/main/js/models/calc_program.js

@@ -981,6 +981,7 @@ let analyzer = {
             try {
                 expr = expr.replace(/\[[\u4E00-\u9FA5]+\]/gi, '0');
                 expr = expr.replace(/@\d+/gi, '0');
+                expr = expr.replace(/L/gi, '0');
                 if (expr.includes('00'))
                     return false;
 

+ 1 - 1
web/building_saas/main/js/models/main_consts.js

@@ -100,7 +100,7 @@ const CP_Col_Width = {          // 多处计算程序界面的列宽统一设置
     feeRate: 60,
     displayFieldName: 120,
     statement: 380,
-    memo: 110,
+    memo: 120,
     unitFee: 90,
     totalFee: 90
 };