dict.js 815 B

1234567891011121314151617181920212223242526272829
  1. export default {
  2. 类型用途: 'type_use',
  3. 分类编号: 'classify_no',
  4. 分隔符: 'separate',
  5. 任务类型: 'taskCategory',
  6. 流程分类: 'processCategory',
  7. 角度: 'angle',
  8. 质检标准类型: 'quality_testing_code',
  9. 取样类型: 'quality_method_code',
  10. 质检项标准单位:'quality_inspection_standard_unit',
  11. 数学字符:'mathematical_symbol',
  12. 质检类型:'inspection_type',
  13. 不良品处理类型:'unqualified_products_type',
  14. 质检计划类型:'inspection_plan_type',
  15. 工艺参数单位: 'parameter_code',
  16. 计量单位: 'measuring_uint',
  17. 检验方案: 'inspection_scheme',
  18. };
  19. export const numberList = [
  20. 'urgent_type',
  21. 'patrol_cycle',
  22. 'order_library',
  23. 'order_type',
  24. 'quality_testing_code',
  25. 'quality_method_code',
  26. 'inspection_type',
  27. 'inspection_plan_type'
  28. ];