sichuan_2013.js 361 B

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