123456789101112131415161718 |
- /**
- * Created by jimiz on 2017/4/19.
- */
- const ModuleNames = {
- bills: 'bills',
- ration: 'ration',
- GLJ: 'GLJ',
- feeRate: 'feeRate',
- projectGLJ: 'projectGLJ',
- ration_glj:'ration_glj',
- ration_coe:'ration_coe',
- ration_ass:'ration_ass',
- quantity_detail:'quantity_detail',
- volume_price: 'volume_price',
- projectGLJ: 'project_glj',
- labour_coe: 'labour_coe',
- calc_program: 'calc_program'
- };
|