Files
klp-oa/klp-ui/src/utils/enum.js

28 lines
1.7 KiB
JavaScript
Raw Normal View History

// 本地缓存提示输入框可用的storageKey
export const MemoInputStorageKey = {
productName: 'productName', // 钢卷类型名称
material: 'material', // 钢卷材质
manufacturer: 'manufacturer', // 钢卷制造商
surfaceTreatmentDesc: 'surfaceTreatmentDesc', // 钢卷表面处理
zincLayer: 'zincLayer', // 钢卷锌层
licensePlate: 'licensePlate', // 车牌号
qualityStatus: 'qualityStatus', // 质量状态
trimmingRequirement: 'trimmingRequirement', // 钢卷修剪要求
packingStatus: 'packingStatus', // 原料材质
packagingRequirement: 'packagingRequirement', // 打包要求
coilSpec: 'coilSpec', // 钢卷规格
coatingType: 'coatingType', // 钢卷镀层种类
transferNo: 'transferNo', // 调拨单号
transferName: 'transferName', // 调拨单名称
maintenanceRepairContent: 'maintenanceRepairContent', // 维修明细-具体工作内容
maintenanceLineExecutor: 'maintenanceLineExecutor', // 维修明细-产线执行人员
maintenanceEquipmentExecutor: 'maintenanceEquipmentExecutor', // 维修明细-设备执行人员
maintenancePlannedCompleteTime: 'maintenancePlannedCompleteTime', // 维修明细-预计完成时间
maintenanceActualCompleteTime: 'maintenanceActualCompleteTime', // 维修明细-实际完成时间
maintenancePlannedStartTime: 'maintenancePlannedStartTime', // 维修明细-预计开始时间
maintenanceActualStartTime: 'maintenanceActualStartTime', // 维修明细-实际开始时间
maintenanceTotalHours: 'maintenanceTotalHours', // 维修明细-总耗时
maintenanceAcceptanceUser: 'maintenanceAcceptanceUser', // 维修明细-验收人
maintenanceRemark: 'maintenanceRemark', // 维修明细-备注
}