Tony Kang 2 년 전
부모
커밋
e09331e4dc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/building_saas/standard_interface/import/shandong_common.js

+ 1 - 1
web/building_saas/standard_interface/import/shandong_common.js

@@ -159,7 +159,7 @@ INTERFACE_IMPORT = (() => {
             if (ratio && ratio !== '') {
               let dRation = parseFloat(ratio);
               if (!isNaN(dRation) && dRation != 1) {
-                bill.calcBase = `(${formula} * ${dRation})`; // 如果有费率且不等于1,还需要调整基数公式
+                bill.calcBase = `(${formula}) * ${dRation}`; // 如果有费率且不等于1,还需要调整基数公式
               }
             }
           }