| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | 
							- /**
 
-  * Created by jimiz on 2017/4/18.
 
-  */
 
- let projectConst = {
 
-     BILLS: 'bills',
 
-     RATION: 'ration',
 
-     GLJ: 'GLJ',
 
-     RATION_GLJ:'ration_glj',
 
-     RATION_COE:'ration_coe',
 
-     RATION_ASS:'ration_ass',
 
-     RATION_INSTALLATION:'ration_installation',
 
-     QUANTITY_DETAIL:'quantity_detail',
 
-     PROJECTGLJ: 'projectGLJ',
 
-     GLJLIST: 'GLJList',
 
-     UNITPRICEFILE: 'unitPriceFile',
 
-     PROPERTIES: 'properties',
 
-     // VOLUMEPRICE: 'volume_price',
 
-     FEERATE:'feeRate',
 
-     LABOUR_COE:'labour_coe',
 
-     CALC_PROGRAM:'calc_program',
 
-     INSTALLATION_FEE:'installation_fee'
 
- };
 
- let projectConstList = [
 
-     'bills',
 
-     'ration',
 
-     'GLJ',
 
-     'ration_glj',
 
-     'ration_coe',
 
-     'ration_ass',
 
-     'quantity_detail',
 
-     'projectGLJ',
 
-     'GLJList',
 
-     'unitPriceFile',
 
-     'properties',
 
-     // 'volume_price',
 
-     'feeRate',
 
-     'labour_coe',
 
-     'calc_program'
 
- ];
 
- let commonConst = {
 
-     UT_UPDATE: 'ut_update',
 
-     UT_CREATE: 'ut_create',
 
-     UT_DELETE: 'ut_delete'
 
- };
 
- module.exports = {projectConst: projectConst, commonConst: commonConst, projectConstList: projectConstList};
 
 
  |