Tony Kang hace 2 años
padre
commit
e09331e4dc

+ 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,还需要调整基数公式
               }
             }
           }