| 1234567891011121314151617181920212223242526272829 |
- export default {
- 类型用途: 'type_use',
- 分类编号: 'classify_no',
- 分隔符: 'separate',
- 任务类型: 'taskCategory',
- 流程分类: 'processCategory',
- 角度: 'angle',
- 质检标准类型: 'quality_testing_code',
- 取样类型: 'quality_method_code',
- 质检项标准单位:'quality_inspection_standard_unit',
- 数学字符:'mathematical_symbol',
- 质检类型:'inspection_type',
- 不良品处理类型:'unqualified_products_type',
- 质检计划类型:'inspection_plan_type',
- 工艺参数单位: 'parameter_code',
- 计量单位: 'measuring_uint',
- 检验方案: 'inspection_scheme',
- };
- export const numberList = [
- 'urgent_type',
- 'patrol_cycle',
- 'order_library',
- 'order_type',
- 'quality_testing_code',
- 'quality_method_code',
- 'inspection_type',
- 'inspection_plan_type'
- ];
|