dict.js 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. export default {
  2. 类型用途: 'type_use',
  3. 分类编号: 'classify_no',
  4. 分隔符: 'separate',
  5. 任务类型: 'taskCategory',
  6. 流程分类: 'processCategory',
  7. 角度: 'angle',
  8. 生命周期: 'life_cycle',
  9. 网络状态: 'network_status',
  10. 金额单位: 'money_unit',
  11. 时间单位: 'time_unit',
  12. 规则类型: 'rule_type',
  13. 规则状态: 'rule_status',
  14. 规则周期: 'rule_cycle',
  15. 运维计划状态: 'plan_status',
  16. 紧急程度: 'urgent_type',
  17. 计量单位: 'measuring_uint',
  18. 包装单位: 'packing_unit',
  19. 体积单位: 'volume_unit',
  20. 重量单位: 'weight_unit',
  21. 质保预警参考: 'quality_assurance',
  22. 保质期单位: 'date_unit',
  23. 排程类型: 'schedule_type',
  24. 提前期单位: 'leadtime_unit',
  25. 价格单位: 'price_unit',
  26. 检验方案: 'inspection_scheme',
  27. 文件模块: 'file_module',
  28. 产能计划周期: 'capacity_cycle',
  29. 产量目标单位: 'target_unit',
  30. 产能计划状态: 'capacity_status',
  31. 分类层级: 'bom_level',
  32. 周转车材质: 'turnover_material',
  33. 证件类型: 'id_type',
  34. 台账状态: 'ledger',
  35. 工种: 'workType',
  36. 二级编码规则: 'Secondary',
  37. 三级编码规则: 'Third',
  38. 工艺参数单位: 'parameter_code',
  39. 成型剂类别: 'forming_code',
  40. 工位编码: 'Station coding',
  41. 机构类型: 'group_type',
  42. 工作流任务分配规则的类型: 'bpm_task_assign_rule_type',
  43. 工作流任务分配自定义脚本: 'bpm_task_assign_script',
  44. 流程实例的结果: ' bpm_process_instance_result',
  45. 角色数据权限字典: 'role_data_authority_dic',
  46. 区域等级: 'main_area_level',
  47. 区域类型: 'main_area_type',
  48. 工种类型: 'work_type',
  49. '客户/供应商资质类型': 'contact_qc_type',
  50. 生产类型: 'productionType'
  51. };
  52. export const numberList = [
  53. 'capacity_cycle',
  54. 'target_unit',
  55. 'capacity_status',
  56. 'date_unit',
  57. 'quality_assurance',
  58. 'schedule_type',
  59. 'leadtime_unit',
  60. 'inspection_scheme',
  61. 'angle',
  62. 'id_type',
  63. 'rule_status',
  64. 'ledger'
  65. ];
  66. //审核状态
  67. export const reviewStatus = {
  68. 0: '未提交',
  69. 1: '审核中',
  70. 2: '已审核',
  71. 3: '审核不通过'
  72. };