dict.js 732 B

123456789101112131415161718192021222324
  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. 仓库状态: 'warehouse_status',
  13. 仓库类型: 'WD_inventoryList',
  14. 经销商列表: 'supplierList',
  15. 重量单位: 'weight_unit',
  16. 质检状态: 'quality_control_code',
  17. 质检结果: 'Qc_results_code',
  18. 不拆物料层规格: 'material_layer',
  19. 紧急程度: 'urgent_type',
  20. 条码分类: 'strip_type',
  21. 产地: 'purchase_origin',
  22. 物品机型: 'product_model_key',
  23. 物品颜色: 'product_color_key'
  24. };