dict.js 869 B

12345678910111213141516171819202122232425262728
  1. export default {
  2. 类型用途: 'type_use',
  3. 分类编号: 'classify_no',
  4. 分隔符: 'separate',
  5. 任务类型: 'taskCategory',
  6. 流程分类: 'processCategory',
  7. 角度: 'angle',
  8. 生命周期: 'life_cycle',
  9. 网络状态: 'network_status',
  10. 计量单位: 'measuring_uint',
  11. 金额单位: 'money_unit',
  12. 仓库: 'warehouse',
  13. 时间单位: 'time_unit',
  14. 处置仓库: 'modificatiWnarehouse',
  15. 干燥区域: 'drying_area',
  16. 日期方式: 'date_method',
  17. 开槽类型:'slotting_type',
  18. 不良品处理类型:'unqualified_products_type',
  19. 返工返修处置 :'return_repair_work_type',
  20. 订单类型: 'order_type',
  21. 不合格品原因:'unqualified_products_reason',
  22. 订单计划类型: 'plan_type',
  23. 异常类型: 'Exception_type',
  24. 请托类型: 'entrust_type',
  25. 退料场景: 'returnScenario',
  26. };
  27. export const numberList = ['date_method'];