瀏覽代碼

Merge branch '3.0.2_online' of http://192.168.1.41:3000/SmartCost/YangHuCost into 3.0.2_online

laiguoran 5 年之前
父節點
當前提交
ce7871c64e
共有 2 個文件被更改,包括 11 次插入0 次删除
  1. 4 0
      web/over_write/js/shandong_2016.js
  2. 7 0
      web/over_write/js/sichuan_2013.js

+ 4 - 0
web/over_write/js/shandong_2016.js

@@ -289,6 +289,10 @@ if (typeof gljUtil !== "undefined") {
     };
     return o_sortRationGLJ(list, false, TypeMap);
   };
+
+  gljUtil.getAssUsedPrice = function(g){//山东辅助生产人工费取市场价
+    return g.marketPrice;
+  }
 }
 
 //山东工地转移费率值修改特殊处理

+ 7 - 0
web/over_write/js/sichuan_2013.js

@@ -1,3 +1,10 @@
+if (typeof gljUtil !== "undefined") {
+  gljUtil.getAssUsedPrice = function(g){//四川辅助生产人工费取市场价
+    return g.marketPrice;
+  }
+}
+
+
 if (typeof module !== 'undefined') {
   module.exports = { 
       getDefalutAssistProductionFeeRate: function () {