| 12345678910111213141516171819202122232425262728293031323334353637 |
- export default {
- 类型用途: 'type_use',
- 分类编号: 'classify_no',
- 分隔符: 'separate',
- 任务类型: 'taskCategory',
- 流程分类: 'processCategory',
- 角度: 'angle',
- 生命周期: 'life_cycle',
- 网络状态: 'network_status',
- 金额单位: 'money_unit',
- 时间单位: 'time_unit',
- 订单来源: 'order_source',
- 订单类型: 'order_type',
- 生产状态: 'production_status',
- 按单按库: 'order_library',
- 紧急程度: 'urgent_type',
- 订单计划类型: 'plan_type',
- 交付要求: 'require_ments',
- 交货状态: 'delivery_status',
- 余量系数: 'margin_code',
- 计量单位: 'measuring_uint',
- 开槽类型: 'slotting_type',
- 外协委外: 'outsource_dict'
- };
- export const numberList = [
- 'urgent_type',
- 'patrol_cycle',
- 'order_library',
- 'order_type',
- 'require_ments',
- 'order_source',
- 'production_status',
- 'plan_type',
- 'delivery_status',
- 'margin_code'
- ];
|