zh-CN.js
22.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
export default {
lang: '中文',
button: {
ok: '确定',
search: '查询',
reset: '重置',
new: '新增',
edit: '编辑',
close: '关闭',
delete: '删除',
start: '启动',
stop: '停止',
runOnce: '执行一次',
more: '更多',
details: '详情',
expand: '展开',
collapse: '收起',
select: '选择',
selected: '已选择',
item: '项',
clearAll: '清空',
import: '导入',
export: '导出',
refresh: '刷新',
deletingIt: '确定删除吗?',
multiSelectActions: '批量操作',
print: '打印',
cancel: '取消',
advancedSearch: '高级查询',
submit: '提交',
newlyBuilt: '新建',
},
list: {
showing: '共',
records: '条'
},
system: {
name: '华恒仓储管理系统',
accountLoginWithPassword: '账号密码登录',
enterYourAccountName: '请输入帐户名',
enterYourPassword: '请输入密码',
selectYourWarehouse: '请选择仓库',
loginFailed: '登录失败',
oldPassword: '旧密码',
inputOldPassword: '请输入旧密码',
newPassword: '新密码',
inputNewPassword: '请输入新密码',
confirmNewPassword: '确认新密码',
inputConfirmNewPassword: '请确认新密码',
passwordsDoNotMatch: '密码不匹配',
pleaseSelect: '请选择',
languageSettings: '语言设置',
themeSettings: '主题设置',
darkModeMenuStyle: '暗色菜单风格',
lightModeMenuStyle: '亮色菜单风格',
otherSettings: '其他设置',
colorBlindnessMode: '色弱模式',
multiTabMode: '多页签模式',
logout: '退出登录',
welcome: '欢迎您!',
goodMorning1: '早上好',
goodMorning2: '上午好',
goodAfternoon1: '中午好',
goodAfternoon2: '下午好',
goodEvening: '晚上好',
requestEncounteredError: '请求出现错误,请稍后再试',
systemMessage: '系统提示',
systemSettings: '系统设置',
passwordChange: "密码修改",
home: '首页',
clearCache: '清理缓存',
cacheRefreshed: '缓存刷新完成',
cacheRefreshFailed: '缓存刷新失败',
message: '消息',
logoutMessage: '真的要注销登录吗?',
createBy: "创建人",
updater: "更新人",
createTime: "创建时间",
updateTime: "更新时间",
options: "操作",
remark: "备注",
batch: '批次',
inputBatch: '请输入批次',
content: '内容',
level: '等级',
monday: '星期一',
tuesday: '星期二',
wednesday: '星期三',
thursday: '星期四',
friday: '星期五',
saturday: '星期六',
sunday: '星期日',
recycleBin: '回收站',
addUser: '添加用户',
userAccount: '用户账号',
userName: '用户姓名',
employeeID: '工号',
sex: '性别',
role: '角色',
mobileNumber: '手机号码',
email: '邮箱',
selectEmail: '请选择邮箱',
warehouse: '所属仓库',
zone: '所属库区',
status: '状态',
fuzzyAccountSearch: '请输入用户账号',
selectSex: '请选择性别',
enterUserName: '请输入用户姓名',
enterMobileNumber: '请输入手机号码',
userStatus: '用户状态',
selectUserStatus: '请选择用户状态',
enterUserAccount: '请输入用户账号',
loginPassword: '登录密码',
enterLoginPassword: '请输入登录密码',
confirmPassword: '确认密码',
pleaseProvideLoginPasswordAgain: '请重新输入登录密码',
enterEmployeeID: '请输入工号',
roleAssignment:'角色分配',
selectRole:'请选择角色',
warehouseAllocation:'仓库分配',
zoneAllocation: '库区分配',
selectZone: '请选择库区',
pleaseEnterAValidLandlinePhoneNumber: '请输入正确的座机号码',
thePasswordsEnteredDoNotMatch : '两次输入的密码不一致',
phoneNumberAlreadyExists: '手机号已存在',
pleaseEnterAValidPhoneNumberFormat: '请输入正确格式的手机号码',
emailAddressAlreadyExists: '邮箱已存在',
pleaseEnterAValidEmailFormat: '请输入正确格式的邮箱',
usernameAlreadyExists: '用户名已存在',
confirmDiscardChanges: '确定放弃编辑?',
password: '密码',
freeze: '冻结',
confirmFreeze: '确认冻结',
unfreeze: '解冻',
confirmUnfreeze: '确认解冻吗?',
agent: '代理人',
resetPassword: '重新设定密码',
userRecycleBin: '用户回收站',
avatar: '头像',
bulkRestore: '批量还原',
bulkDelete: '批量删除',
restoreUser: '还原用户',
permanentlyDelete: '彻底删除',
areYouSureYouWantToRestoreThese: '您确定要恢复这',
areYouSureYouWantToPermanentlyDeleteThese: '您确定要彻底删除这',
users: '个用户吗?',
successfullyRestored: '还原',
successfullyPermanentlyDeleted: '彻底删除',
Users: '个用户成功',
attention: '注意:彻底删除后将无法恢复,请谨慎操作!',
failedToRetrieveDeletedUsers: '查询已删除的用户失败:',
userInformation: '用户信息',
pleaseSelectARecord: '请选择一条记录!',
thisOperationIsNotAllowed: '管理员账号不允许此操作,请重新选择!',
confirmOperation: '确认操作',
selectedAccount: '选择账号?',
notAdministratorAccounts: '管理员账号不允许此操作!',
roleName: '角色名称',
addRole: '新建角色',
roleManagement: '角色管理',
user: '用户',
authorize: '授权',
existingUsers: '已有用户',
roleCode: '角色编码',
creationTime: '创建时间',
pleaseSelectARole: '请选择一个角色',
confirmDeletionOfSelectedData: '是否删除选中数据?',
confirmDelete: '确认删除',
pleaseEnterTheRoleCode: '请输入角色编码',
pleaseEnterTheRoleName: '请输入角色名称',
description: '描述',
pleaseEnterTheRoleDescription: '请输入角色描述',
lengthShouldBeBetween2And30Characters: '长度在 2 到 30 个字符',
lengthShouldNotExceed64Characters: '长度不超过 64 个字符',
lengthShouldNotExceed126Characters: '长度不超过 126 个字符',
theRoleCodeCannotContainChineseCharacters: '角色编码不可输入汉字!',
rolePermissionConfiguration:'角色权限配置',
ownedPermissions: '所拥有的权限',
treeOperations: '树操作',
parentChildAssociation: '父子关联',
removeAssociation: '取消关联',
selectAll: '全部勾选',
deselectAll: '取消全选',
expandAll: '展开所有',
mergeAll: '合并所有',
saveOnly: '仅保存',
saveAndClose: '保存并关闭',
addExistingUser: '添加已有用户',
dictionaryName: '字典名称',
pleaseEnterTheDictionaryName: '请输入字典名称',
dictionaryCode: '字典编号',
pleaseEnterTheDictionaryCode: '请输入字典编号',
add: '添加',
dictionaryInformation: '字典信息',
dictionaryConfiguration: '字典配置',
dictionaryList: '字典列表',
Name: '名称',
pleaseEnterTheName: '请输入名称',
normal: '正常',
disabled: '禁用',
dataValue: '数据值',
pleaseEnterTheDataValue: '请输入数据值',
sortValue: '排序值',
theSmallerTheValueTheHigherThePriority: '值越小越靠前',
enable: '启用',
theDataValueCannotContainSpecialCharacters: '数据值不能包含特殊字符!',
},
task: {
scheduledTaskName: '任务名',
inputScheduledTaskName: '请输入任务名',
scheduledTaskClass: '任务类',
inputScheduledTaskClass: '请输入任务类',
cronExpression: 'Cron 表达式',
inputCronExpression: '请输入 Cron 表达式',
parameter: '参数',
taskStatus: '任务状态',
inputTaskStatus: '请选择任务状态',
taskStatusAll: '全部',
taskStatusStarted: '已启动',
taskStatusPaused: '已暂停',
emptyIn: '空托盘入库',
emptyOut: '空托盘出库',
moveTask: '移库',
checkOutTask: '出库查看',
zone: '库区',
selectZone: '请选择库区',
taskId: '任务ID',
inputTaskId: '请输入任务ID',
taskType: '任务类型',
inputTaskType: '请选择任务类型',
containerCode: '容器编码',
inputContainerCode: '请输入容器编码',
fromLocationCode: '起始库位编码',
inputFromLocationCode: '请输入起始库位编码',
toLocationCode: '目标库位编码',
inputToLocationCode: '请输入目标库位编码',
fromStationCode: '起始站点编码',
inputFromStationCode: '请输入起始站点编码',
toStationCode: '目标站点编码',
inputToStationCode: '请输入目标站点编码',
shipmentId: '出库单ID',
receiptId: '入库单ID',
inputReceiptId: '请输入入库单ID',
outboundId: '出库ID',
inputOutboundId: '请输入出库ID',
creationTime: '创建时间',
inputStartTime: '请选择开始时间',
inputEndTime: '请选择结束时间',
exceptionCode: "异常信息",
dispatchTime: '下发时间',
inputDispatchTime: '请选择下发时间',
allocationTime: '库位分配时间',
arrivalTime: '分拣口到达时间',
completionTime: '完成时间',
execute: "执行",
createInventoryTransferTask: '创建移库任务',
toPortCode: '出库站台',
inputToPortCode: '请输入出库站台',
Select: '选择',
pleaseSelect: '请选择 ',
pleaseInput: '请输入 ',
carNo: '小车编码',
priority: '优先级',
},
api: {
apiName: '接口名称',
inputApiName: '请输入接口名称',
apiMethod: '请求类型',
inputApiMethod: '请输入请求类型',
ip: '请求方 IP',
inputIp: '请输入请求方 IP',
requestFrom: '请求方名称',
inputRequestFrom: '请输入请求方名称',
inputResponseBy: '请输入响应方名称',
url: '请求地址',
inputUrl: '请输入请求地址',
duration: '响应耗时(毫秒)',
inputDuration: '请输入响应耗时(毫秒)',
retCode: '业务响应码',
inputRetCode: '请输入业务响应码',
requestTime: '请求时间',
selectStartTime: '请选择开始时间',
selectEndTime: '请选择结束时间',
requestBody: '请求内容',
responseBy: '响应方',
responseBody: '响应内容',
responseTime: '响应时间',
exception: '异常堆栈',
},
parameter: {
name: '参数名称',
inputName: '请输入参数名称',
code: '参数键名',
inputCode: '请输入参数键名',
value: '参数键值',
inputValue: '请输入参数键值',
},
address: {
remark: '接口名称',
inputRemark: '请输入接口名称',
param: '接口编码',
inputParam: '请输入接口编码',
url: '接口地址',
inputUrl: '请输入接口地址',
},
translate: {
relateTable: '关联表名',
relateId: '关联 ID',
chinese: '中文',
inputChinese: '请输入中文',
english: '英语',
inputEnglish: '请输入英语',
},
config: {
locationCode: '库位编码',
inputLocationCode: '请输入库位编码!',
containerCode: '容器编码',
inputContainerCode: '请输入容器编码!',
status: '状态',
selectStatus: "请选择状态",
inputStatus: '请输入状态',
zoneCode: '库区',
selectZone: '请选择库区',
inputZoneCode: '请输入库区!',
locationType: '库位类型',
selectLocationType: '请选择库位类型',
inputLocationType: '请输入库位类型!',
roadway: '巷道',
pleaseRoadway: '请输入巷道',
iRow: '行',
inputIRow: '请输入行',
iColumn: '列',
inputIColumn: '请输入列',
iLayer: '层',
inputILayer: '请输入层',
highLow: '高低位',
inputHighLow: '请输入高低位',
rowFlag: '内外侧',
selectRowFlag: '请选择内外侧',
inputRowFlag: '请输入内外侧!',
materialAreaCode: '物料分区',
inputMaterialAreaCode: '请输入物料分区',
isthereApallet: '是否有托盘',
selectIsthereApallet: '请选择库内是否有托盘',
usable: '是否可用',
selectUsable: '请选择是否可用',
inputUsable: '请输入是否可用!',
code: '编码',
inputCode: '请输入编码',
name: '名称',
inputName: '请输入名称',
length: '长度',
inputLength: '请输入长度',
weight: '宽度',
inputWeight: '请输入宽度',
height: '高度',
inputHeight: '请输入高度',
maxWeight: '最大承重',
inputMaxWeight: '请输入最大承重',
highLevel: '高度值',
inputHighLevel: '请输入高度值',
encodingPrefix: '编码前缀',
inputEncodingPrefix: '请输入编码前缀',
startLine: '起始行',
inputStartLine: '请输入起始行',
lastRow: '最后行',
inputLastRow: '请输入最后行',
startColumn: '起始列',
inputStartColumn: '请输入起始列',
lastColumn: '最后列',
inputLastColumn: '请输入最后列',
startLayer: '起始层',
inputStartLayer: '请输入起始层',
lastLayer: '最后层',
inputLastLayer: '请输入最后层',
containerTypeCode: '容器类型',
selectContainerTypeCode: '请选择容器类型',
containerStatus: '容器状态',
selectContainerStatus: '请选择容器状态',
containerFillStatus: '容器填充状态',
selectContainerFillStatus: '请选择容器填充状态',
position: '位置',
selectPosition: '请选择位置',
totalTaskCount: '任务总数',
moveTaskTimes: '移库任务数',
number: '数量',
inputNumber: '请输入数量',
emptyContainerWeight: '空容器重量',
inputEmptyContainerWeight: '请输入空容器重量',
maxContainerWeight: '容器最大承重',
inputMaxContainerWeight: '请输入容器最大承重',
materialCode: '物料编码',
inputMaterialCode: '请输入物料编码',
materialName: '物料名称',
inputMaterialName: '请输入物料名称',
usableStatus: '可用状态',
selectUsableStatus: '请选择可用状态',
materialNumber: '物料数量',
companyCode: '货主编码',
companyName: '货主名称',
inputCompanyName: '请输入货主名称',
selectCompanyCode: '请选择货主',
inputCompanyCode: '请输入货主编码',
specification: '规格',
inputSpecification: '请输入规格',
unit: '单位',
inputUnit: '请选择单位',
type: '类别',
inputType: '请输入类别',
selectInputType: '请选择类型',
abcClassification: 'ABC分类',
inputABCClassification: '请输入ABC分类',
shelfLife: '保质期(天)',
inputShelfLife: '请输入保质期(天)',
nearExpiryAlertDays: '临期预警天数',
inputNearExpiryAlertDays: '请输入临期预警天数',
locatingRule: '定位规则',
inputLocatingRule: '请输入定位规则',
allocationRule: '分配规则',
inputAllocationRule: '请输入分配规则',
emptyLocationRule: '空货位规则',
inputEmptyLocationRule: '请输入空货位规则',
pickingRule: '拣货规则',
inputPickingRule: '请输入拣货规则',
receivingFlow: '入库流程',
inputReceivingFlow: '请输入入库流程',
shippingFlow: '出库流程',
inputshippingFlow: '请输入出库流程',
minShelfLifeDays: '收货预警天数',
inputMinShelfLifeDays: '请输入收货预警天数',
warehouseCode: '仓库编码',
inputWarehousecode: '请输入仓库编码!',
alarmType: '预警类别代码',
inputAlarmType: '请输入预警类别代码',
max: '最大',
inputMax: '请输入最大',
min: '最小',
inputMin: '请输入最小',
upper: '上限预警值',
inputUpper: '请输入上限预警值',
lower: '下限预警值',
inputLower: '请输入下限预警值',
remark: '备注',
inputRemark: '请输入备注',
address: '地址',
inputAddress: '请输入地址',
district: '区/县',
inputDistrict: '请输入区/县',
city: '城市',
inputCity: '请输入城市',
state: '省份',
inputState: '请输入省份',
country: '国家',
inputCountry: '请输入国家',
attentionto: '联系人',
inputAttentionto: '请输入联系人',
phone: '联系电话',
inputPhone: '请输入联系电话',
postalcode: '邮编',
inputPostalcode: '请输入邮编',
locationTypeCode: '包含库位类型',
boundLocationType: '绑定的库位类型',
},
log: {
bizId: '业务ID',
bizType: '业务类型',
bizTag: '业务标签',
operationMsg: '操作内容',
createTime: '创建日期',
operationStatus: '操作结果状态',
operationTime: '操作时间',
operationCostTime: '操作耗时',
operatorName: '操作人姓名',
inputBizId: '请输入业务ID',
inputBizType: '请选择业务类型',
inputBizTag: '请输入业务标签',
inputOperationMsg: '请输入操作内容',
inputOperationTime_begin: '请选择开始时间',
inputOperationTime_end: '请选择结束时间',
inputOperationStatus: '请输入操作结果状态容',
apiName: '接口名称',
requestFrom: '请求方名称',
responseBy: '响应方名称',
url: '请求地址',
requestBody: '请求内容',
responseBody: '响应内容',
requestTime: '请求时间',
retCode: '业务响应码',
httpCode: 'HTTP响应码',
duration_begin: '响应耗时(毫秒)',
expandHeader: '请求头',
apiMethod: '请求类型',
ip: '请求方 IP',
responseTime: '响应时间',
inputApiName: '接口名称',
inputRequestFrom: '请求方名称',
inputResponseBy: '响应方名称',
inputUrl: '请求地址',
inputRequestBody: '请求内容',
inputResponseBody: '响应内容',
inputRequestTime_begin: '请选择开始时间',
inputRequestTime_end: '请选择结束时间',
inputRetCode: '业务响应码',
inputHttpCode: 'HTTP响应码',
inputDuration_begin: '响应耗时(毫秒)',
loginlog: '登录日志',
operationlog: '操作日志',
keyWord: '搜索日志',
inputKeyWord: '请输入关键字',
createTimeRange: '[\'开始时间\', \'结束时间\']',
operateType: '操作类型',
inputOperateType: '请选择操作类型',
logContent: '日志内容',
userid: '用户ID',
username: '用户名称',
costTime: '耗时(ms)',
logType_dictText: '日志类型',
operateType_dictText: '操作类型',
},
monitor: {
zone: '库区',
inputZone: '请输入库区',
row: '行',
line: '列',
layer: '层',
grid_rest: '空柜空闲',
grid_empty: '空盘空闲',
grid_all: '整盘空闲',
grid_emp_lock: '空柜锁定',
grid_empty_lock: '空盘锁定',
grid_all_lock: '整盘锁定',
location_statistical: '库位统计情况',
locationCode: '库位编码',
inputLocationCode: '库位编码',
containerCode: '容器编码',
material: '物料信息',
the: '第',
none: '无',
locationTotalNum: '库位总数',
locationEmptyNum: '空库位',
locationEmptyNumContainer: '空容器库位',
locationEmptyNumPallet: '有货库位',
batch: '批次',
materialName: '物料名称',
materialCode: '物料编码',
num: '数量',
wmsId: 'WMS任务ID',
inputWmsId: '请输入WMS任务ID',
wcsId: 'WCS任务ID',
inputWcsId: '请输入WCS任务ID',
consistencyStatus: '数据状态',
inputConsistencyStatus: '请选择数据状态',
taskCreateTime: '任务创建时间',
inputTaskCreateTimeBegin: '请选择开始时间',
inputTaskCreateTimeEnd: '请选择结束时间',
taskType: 'WMS任务类型',
fromLocationCode: '源库位',
wcsFromLocationCode: 'WCS源库位',
toLocationCode: '目标库位',
wcsToLocationCode: 'WCS目标库位',
wcsContainerCode: 'WCS容器编码',
taskStatus: 'WMS任务状态',
wcsTaskStatus: 'WCS任务状态',
wcsTaskCreateTime: 'WCS任务创建时间',
locationStatus: '库位表状态',
wcsLocationStatus: 'WCS库位表状态',
locationContainerCode: '库位表容器编码',
containerContainerCode: '托盘表容器编码',
inventoryContainerCode: '库存表容器编码',
containerStatus: '托盘表状态',
locationTaskDetail: '库位任务详情',
//定时任务
cronExpression: 'Cron表达式',
inputCronExpression: '请输入Cron表达式',
scheduledTaskClassName: '任务类名',
inputScheduledTaskClassName: '请输入任务类名',
parameter: '参数',
inputParam: '请输入参数',
description: '描述',
inputDescription: '请输入描述',
status: '状态',
jobClassName: '任务类名',
inputJobClassName: '请输入任务类名',
jobStatus: '任务状态',
inputJobStatus: '请选择状态',
whole: '全部',
normalcy: '正常',
stop: '暂停',
activated: '已启动',
paused: '已暂停',
routerId: '路由ID',
routerName: '路由名称',
routerURI: '路由URI',
routingCondition: '路由条件',
addRoutingCondition: '添加路由条件',
filter: '过滤器',
addFilter: '添加过滤器',
addParameters: '添加参数',
fusibleLink: '熔断器',
restrictionFilters: '限流过滤器',
routingEditor: '路由编辑',
birthdays: '生日',
forceSbToQuit: '强退',
forceLogoutOfUser: '强制退出用户',
forceLogoutOfUsers: '强制退出用户?',
successes: '成功',
},
inventory: {
selectZone:'请选择库区',
inputContainerCode: '请输入容器编码',
inputLocationCode: '请输入库位编码!',
inputMaterialCode: '请输入物料编码',
inputMaterialName: '请输入物料名称',
pleaseRoadway: '请输入巷道',
selectContainerStatus: '请选择容器状态',
inputOperationTime_begin: '请选择开始时间',
inputOperationTime_end: '请选择结束时间',
selectInventoryStatus: '请选择库存状态',
selectUsableStatus: '请选择可用状态',
selectCompanyCode: '请选择货主',
enterInboundOrderCode: '请输入入库单编码',
enterOutboundOrderCode: '请输入出库单编码',
inputFromLocationCode: '请输入起始库位编码',
inputToLocationCode: '请输入目标库位编码',
selectTranscationType: '请选择交易类型',
enterInventoryOrderCode: '请输入盘点单编码',
selectWarnStatus: '请选择预警状态',
}
}