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