dict.js 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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. 结算方式: 'settlement_mode',
  46. 质保期单位: 'date_unit',
  47. 商机阶段: 'business_stage_code',
  48. 影响力: 'influence_level_code',
  49. 态度: 'attittude_code',
  50. 商机来源: 'business_opport_code',
  51. 合同类型: 'contract_type',
  52. 销售类型: 'order_type',
  53. 退货类型: 'sale_return_type',
  54. 需求来源类型: 'requirement_source_type',
  55. 采购订单类型: 'purchase_type',
  56. 退货类型: 'sale_return_order_type',
  57. 质检状态: 'quality_control_code',
  58. 质检结果: 'Qc_results_code',
  59. 采购收货单类型: 'purchase_receive_type',
  60. 产品不合格类型: 'product_unqualified_type',
  61. 关联类型: 'fin_link_type',
  62. 巡点检周期: 'patrol_cycle',
  63. '客户/供应商资质类型': 'contact_qc_type',
  64. 派车任务类型: 'logistic_delivery_type',
  65. 计划紧急程度: 'logistic_urgency_level_type',
  66. 计划工单费用类型: 'logistic_list_cost_type',
  67. 驾照类型: 'driver_license_type',
  68. 单据类型: 'receipt_type',
  69. 项目类型: 'pro_projects_type',
  70. 项目优先级别: 'pro_projects_level',
  71. 项目状态: 'pro_projects_status',
  72. 项目任务类型: 'task_type',
  73. 交付物类型: 'deliverables_type',
  74. 交付物流程类型: 'pro_files_approve_type',
  75. 预算单位: 'pro_projects_budget_unit',
  76. 异常类型: 'Exception_type',
  77. 异常判定: 'Exception_decide',
  78. 异常处置: 'Exception_dispose',
  79. 问题类型: 'question_type',
  80. 变更类型: 'change_type',
  81. 请托类型: 'entrust_type',
  82. 设备处置方式: 'equipment_Disposal',
  83. 不拆物料层规格: 'material_layer',
  84. 生产类型: 'productionType',
  85. 协同办公分类: 'collaborative_type',
  86. 市场活动类型: 'activity_type',
  87. 客户联系人状态: 'contact_link_status',
  88. 产地:'purchase_origin',
  89. 管理类别: 'manage_type',
  90. };
  91. export const numberList = [
  92. 'capacity_cycle',
  93. 'target_unit',
  94. 'capacity_status',
  95. // 'date_unit',
  96. 'quality_assurance',
  97. 'schedule_type',
  98. 'leadtime_unit',
  99. 'inspection_scheme',
  100. 'angle',
  101. 'id_type',
  102. 'rule_status',
  103. 'ledger',
  104. 'patrol_cycle'
  105. ];
  106. //报价单-是否接受拆单
  107. export const acceptUnpackoptions = [
  108. { label: '接受', value: 1 },
  109. { label: '不接受', value: 0 }
  110. ];
  111. //发货审核状态
  112. export const reviewStatusEnum = [
  113. { value: 0, label: '未提交' },
  114. { value: 1, label: '待审核' },
  115. { value: 2, label: '已审核' },
  116. { value: 3, label: '审核未通过' }
  117. ];
  118. //主数据分类关联对应常量
  119. export const treeClassifyCodeEnum = {
  120. CHACHE: 'w10-2',
  121. producerType: 'W10',
  122. PROCESSTYPE: 'PROCESS001'
  123. };
  124. export const reviewStatus = {
  125. 0: '未提交',
  126. 1: '审核中',
  127. 2: '已审核',
  128. 3: '审核不通过'
  129. };
  130. //项目管理——项目、计划、任务状态
  131. export const proStatusEnum = [
  132. { value: 0, label: '未开始' },
  133. { value: 1, label: '执行中' },
  134. { value: 2, label: '暂停中' },
  135. { value: 3, label: '已完成' },
  136. { value: 4, label: '已终止' }
  137. ];
  138. // 计价方式
  139. export const pricingWayList= [
  140. { id: 1, name: '按数量计费' },
  141. { id: 2, name: '按重量计费' }
  142. ]
  143. //来源类型
  144. export const relationType= {
  145. 1: '收货确认单',
  146. }