15 lines
718 B
JavaScript
15 lines
718 B
JavaScript
// 本地缓存提示输入框可用的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', // 钢卷镀层种类
|
|
} |