report.js 339 B

12345678910111213141516171819
  1. 'use strict';
  2. /**
  3. *
  4. *
  5. * @author Mai
  6. * @date
  7. * @version
  8. */
  9. const JV = require('../reports/rpt_component/jpc_value_define.js');
  10. const rptCustomType = {};
  11. rptCustomType[JV.NODE_CUS_AUDIT_SELECT] = 1;
  12. rptCustomType[JV.NODE_CUS_GATHER_SELECT] = 2;
  13. rptCustomType[JV.NODE_CUS_COMPARE_SELECT] = 3;
  14. module.exports = {
  15. rptCustomType,
  16. };