Ver código fonte

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

laiguoran 5 anos atrás
pai
commit
ce7871c64e

+ 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 () {