| 123456789101112131415161718192021222324 |
- export default {
- 类型用途: 'type_use',
- 分类编号: 'classify_no',
- 分隔符: 'separate',
- 任务类型: 'taskCategory',
- 流程分类: 'processCategory',
- 角度: 'angle',
- 生命周期: 'life_cycle',
- 网络状态: 'network_status',
- 金额单位: 'money_unit',
- 时间单位: 'time_unit',
- 仓库状态: 'warehouse_status',
- 仓库类型: 'WD_inventoryList',
- 经销商列表: 'supplierList',
- 重量单位: 'weight_unit',
- 质检状态: 'quality_control_code',
- 质检结果: 'Qc_results_code',
- 不拆物料层规格: 'material_layer',
- 紧急程度: 'urgent_type',
- 条码分类: 'strip_type',
- 产地: 'purchase_origin',
- 物品机型: 'product_model_key',
- 物品颜色: 'product_color_key'
- };
|