sichuan_2013.js 301 B

1234567891011121314
  1. if (typeof gljUtil !== "undefined") {
  2. gljUtil.getAssUsedPrice = function(g){//四川辅助生产人工费取市场价
  3. return g.marketPrice;
  4. }
  5. }
  6. if (typeof module !== 'undefined') {
  7. module.exports = {
  8. getDefalutAssistProductionFeeRate: function () {
  9. return 5
  10. }
  11. };
  12. }