main_consts.js 432 B

123456789101112131415161718
  1. /**
  2. * Created by jimiz on 2017/4/19.
  3. */
  4. const ModuleNames = {
  5. bills: 'bills',
  6. ration: 'ration',
  7. GLJ: 'GLJ',
  8. feeRate: 'feeRate',
  9. projectGLJ: 'projectGLJ',
  10. ration_glj:'ration_glj',
  11. ration_coe:'ration_coe',
  12. ration_ass:'ration_ass',
  13. quantity_detail:'quantity_detail',
  14. volume_price: 'volume_price',
  15. projectGLJ: 'project_glj',
  16. labour_coe: 'labour_coe',
  17. calc_program: 'calc_program'
  18. };