Skip to content
切换导航条
切换导航条
当前项目
正在载入...
登录
孙克
/
WeiChuangOrderStorage
转到一个项目
切换导航栏
切换导航栏固定状态
项目
群组
代码片段
帮助
项目
活动
版本库
流水线
图表
问题
0
合并请求
0
维基
网络
创建新的问题
作业
提交
问题看板
文件
提交
网络
比较
分支
标签
Commit 10831937
由
sunke
编写于
2020-04-29 17:54:36 +0800
浏览文件
选项
浏览文件
标签
下载
电子邮件补丁
差异文件
料仓仓位名称改为6位,每个字段占两位(前补0)
错误信息加编号
1 个父辈
2d7593eb
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
204 行增加
和
195 行删除
myproject/src/main/java/StSys/RoyoTech/ServiceHandle.java
myproject/src/main/resources/StorageResources.properties
myproject/src/main/resources/StorageResources_en.properties
myproject/src/main/resources/StorageResources_zh_CN.properties
myproject/src/main/java/StSys/RoyoTech/ServiceHandle.java
查看文件 @
1083193
...
@@ -252,6 +252,15 @@ public class ServiceHandle {
...
@@ -252,6 +252,15 @@ public class ServiceHandle {
middle
=
middle
.
substring
(
middle
.
length
()
-
1
);
middle
=
middle
.
substring
(
middle
.
length
()
-
1
);
String
first
=
infos
[
infos
.
length
-
3
];
String
first
=
infos
[
infos
.
length
-
3
];
first
=
first
.
substring
(
first
.
length
()
-
1
);
first
=
first
.
substring
(
first
.
length
()
-
1
);
if
(
first
.
length
()==
1
){
first
=
"0"
+
first
;
}
if
(
middle
.
length
()
==
1
){
middle
=
"0"
+
middle
;
}
if
(
last
.
length
()
==
1
){
last
=
"0"
+
last
;
}
String
depot
=
"T"
+
cid
+
"."
+
first
+
middle
+
last
;
String
depot
=
"T"
+
cid
+
"."
+
first
+
middle
+
last
;
data
.
Depot
=
depot
;
data
.
Depot
=
depot
;
}
}
...
...
myproject/src/main/resources/StorageResources.properties
查看文件 @
1083193
...
@@ -48,7 +48,7 @@ workOrder.workOrder=Work Order
...
@@ -48,7 +48,7 @@ workOrder.workOrder=Work Order
workOrder.name
=
Order Number
workOrder.name
=
Order Number
workOrder.date
=
Date
workOrder.date
=
Date
workOrder.amount
=
Quantity
workOrder.amount
=
Quantity
workOrder.error.amount
=
Work Order Qty cannot be 0
workOrder.error.amount
=
[1001]
Work Order Qty cannot be 0
checkOut.componentName
=
Component Name
checkOut.componentName
=
Component Name
checkOut.pos
=
Location
checkOut.pos
=
Location
...
@@ -79,10 +79,10 @@ component.saveSuccess=Component Saved
...
@@ -79,10 +79,10 @@ component.saveSuccess=Component Saved
component.deleteSuccess
=
Component Deleted
component.deleteSuccess
=
Component Deleted
component.name.empty
=
Name is required
component.name.empty
=
Name is required
component.partNumber.empty
=
Part Number is required
component.partNumber.empty
=
Part Number is required
component.error.bomUsed
=
You cannot delete the component in use with BOM
component.error.bomUsed
=
[1002]
You cannot delete the component in use with BOM
component.error.notExist
=
Component {0} does not exist
component.error.notExist
=
[1003]
Component {0} does not exist
component.error.notFound
=
Component cannot be found
component.error.notFound
=
[1004]
Component cannot be found
component.smdAlarmValue
=
AMD Alarm
component.smdAlarmValue
=
[1005]
AMD Alarm
component.validDay
=
Valid Days
component.validDay
=
Valid Days
component.generateBarcode
=
Generate Barcode
component.generateBarcode
=
Generate Barcode
...
@@ -101,14 +101,14 @@ barcode.expireDate=Expiration Date
...
@@ -101,14 +101,14 @@ barcode.expireDate=Expiration Date
barcode.saveSuccess
=
Barcode Saved
barcode.saveSuccess
=
Barcode Saved
barcode.deleteSuccess
=
Barcode Deleted
barcode.deleteSuccess
=
Barcode Deleted
barcode.storage.input
=
input barcode please
barcode.storage.input
=
input barcode please
barcode.error.unique
=
Barcode [{0}] already occupied
barcode.error.unique
=
[1006]
Barcode [{0}] already occupied
barcode.error.empty
=
Barcode is empty, please check information input
barcode.error.empty
=
[1007]
Barcode is empty, please check information input
barcode.error.partNumber.empty
=
No component ties to {0}
barcode.error.partNumber.empty
=
[1008]
No component ties to {0}
barcode.error.amount.negative
=
The quantity of component ties to {0} need to more than 0
barcode.error.amount.negative
=
[1009]
The quantity of component ties to {0} need to more than 0
barcode.error.component.notExist
=
No component ties to {0} please check
\u3002
barcode.error.component.notExist
=
[1010]
No component ties to {0} please check
\u3002
barcode.error.notExist
=
{0} does not exist
barcode.error.notExist
=
[1011]
{0} does not exist
barcode.error.inStorage
=
{0} in the storage
barcode.error.inStorage
=
[1012]
{0} in the storage
barcode.error.slotExist
=
Component is not in the storage
barcode.error.slotExist
=
[1013]
Component is not in the storage
barcode.memo
=
Memo
barcode.memo
=
Memo
storage.search.subtitle
=
Storage Search
storage.search.subtitle
=
Storage Search
...
@@ -166,13 +166,13 @@ storagePos.layer=Slot
...
@@ -166,13 +166,13 @@ storagePos.layer=Slot
storagePos.update
=
Please update the location information
storagePos.update
=
Please update the location information
storagePos.saveSuccess
=
Location information Saved
storagePos.saveSuccess
=
Location information Saved
storage.saveSuccess
=
Storage Information Saved
storage.saveSuccess
=
Storage Information Saved
storage.error.notExist
=
Storage does not exist
storage.error.notExist
=
[1014]
Storage does not exist
storage.error.unique
=
Storage name already existed
storage.error.unique
=
[1015]
Storage name already existed
stroage.error.merge
=
Shelf location can not merge.
stroage.error.merge
=
[1042]
Shelf location can not merge.
storage.error.full
=
Intended Storage is full please transfer to another one.
storage.error.full
=
[1016]
Intended Storage is full please transfer to another one.
storage.error.cidUnique
=
Storage terminal name needto be unique
storage.error.cidUnique
=
[1017]
Storage terminal name needto be unique
errors.upload.fileNotExist
=
The uploaed file does not exist, please try again.
errors.upload.fileNotExist
=
[1018]
The uploaed file does not exist, please try again.
button.add
=
Create
button.add
=
Create
button.return
=
Return
button.return
=
Return
...
@@ -206,7 +206,7 @@ authority.feeder.view=Work Order View
...
@@ -206,7 +206,7 @@ authority.feeder.view=Work Order View
authority.valuable.out
=
Precious Material Retrieval
authority.valuable.out
=
Precious Material Retrieval
authority.dataLog
=
Running Info.
authority.dataLog
=
Running Info.
error.save
=
Error occurred,please try again.
error.save
=
[1019]
Error occurred,please try again.
role.search.subtitle
=
Role List
role.search.subtitle
=
Role List
role.update.subtitle
=
Role Detail
role.update.subtitle
=
Role Detail
...
@@ -285,17 +285,17 @@ cabinet.exit=Log out
...
@@ -285,17 +285,17 @@ cabinet.exit=Log out
cabinet.pos
=
Current Pos
cabinet.pos
=
Current Pos
cabinet.in
=
\
Put In
cabinet.in
=
\
Put In
cabinet.out
=
Check Out
cabinet.out
=
Check Out
cabinet.error.validOp
=
Can not open the door
cabinet.error.validOp
=
[1021]
Can not open the door
cabinet.error.openMoreDoor
=
Can open olny one door
cabinet.error.openMoreDoor
=
[1022]
Can open olny one door
cabinet.error.noCard
=
No Auth
cabinet.error.noCard
=
[1023]
No Auth
cabinet.error.posError
=
Door not found
cabinet.error.posError
=
[1024]
Door not found
cabinet.error.noAuth
=
No Auth
cabinet.error.noAuth
=
[1025]
No Auth
cabinet.error.noCode
=
Barcode is not exist
cabinet.error.noCode
=
[1026]
Barcode is not exist
cabinet.error.noPos
=
Position is not exist
cabinet.error.noPos
=
[1027]
Position is not exist
cabinet.msg.closeDoor
=
Operation will be finished after closing the door
cabinet.msg.closeDoor
=
Operation will be finished after closing the door
cabinet.msg.finish
=
Operation completed
cabinet.msg.finish
=
Operation completed
cabinet.error.wrongPos
=
The component is not in this position.
cabinet.error.wrongPos
=
[1032]
The component is not in this position.
cabinet.error.noOp
=
No operation during door opening period
cabinet.error.noOp
=
[1033]
No operation during door opening period
op.1
=
Material Receiving
op.1
=
Material Receiving
op.2
=
Material Retrieval
op.2
=
Material Retrieval
...
@@ -318,18 +318,18 @@ authority.stockIn.more=Material Storage Limit
...
@@ -318,18 +318,18 @@ authority.stockIn.more=Material Storage Limit
chart.showType.YEAR
=
YEAR
chart.showType.YEAR
=
YEAR
chart.showType.MONTH
=
MONTH
chart.showType.MONTH
=
MONTH
chart.showType.DAY
=
DAY
chart.showType.DAY
=
DAY
alarm.humidity.msg
=
Humidity
\:
{0} out of range [{1}-{2}]
alarm.humidity.msg
=
[1028]
Humidity
\:
{0} out of range [{1}-{2}]
alarm.temperature.msg
=
Temperature
\:
{0} out of range [{1}-{2}]
alarm.temperature.msg
=
[1029]
Temperature
\:
{0} out of range [{1}-{2}]
alarm.store.msg
=
{0} inventory [{1}] is out of range [{2}-{3}]
alarm.store.msg
=
[1034]
{0} inventory [{1}] is out of range [{2}-{3}]
alarm.store.title
=
Inventory Alarm
alarm.store.title
=
[1035]
Inventory Alarm
batch.btn.singleOut
=
Single Out
batch.btn.singleOut
=
Single Out
batch.btn.batchOut
=
Batch Out
batch.btn.batchOut
=
Batch Out
batch.btn.singleIn
=
Single In
batch.btn.singleIn
=
Single In
batch.btn.closeDoor
=
Close Door
batch.btn.closeDoor
=
Close Door
alarm.inaction.title
=
Inaction Alarm
alarm.inaction.title
=
[1036]
Inaction Alarm
alarm.inaction.msg
=
The amount of inaction material {0} days ago was [{1}]
alarm.inaction.msg
=
[1037]
The amount of inaction material {0} days ago was [{1}]
alarm.expire.title
=
Expire Alarm
alarm.expire.title
=
[1038]
Expire Alarm
alarm.expire.msg
=
The amount of expire material is [{0}]
alarm.expire.msg
=
[1039]
The amount of expire material is [{0}]
client.inSuddenStop
=
Emergency Stop
client.inSuddenStop
=
Emergency Stop
...
@@ -338,10 +338,10 @@ client.PreConnectFail=Startup failure\uFF1Apress Axis connect failed.
...
@@ -338,10 +338,10 @@ client.PreConnectFail=Startup failure\uFF1Apress Axis connect failed.
client.CloseError
=
Lock failed
\u
FF1Athe put in device is not closed.
client.CloseError
=
Lock failed
\u
FF1Athe put in device is not closed.
client.startFail
=
Startup failure: emergency stop is not opened
client.startFail
=
Startup failure: emergency stop is not opened
client.startFailAir
=
Startup failure: no air pressure signal
client.startFailAir
=
Startup failure: no air pressure signal
client.InoutAlarm
=
The in out axis is alarm!
client.InoutAlarm
=
[1030]
The in out axis is alarm!
client.OpenAxisFail
=
Failed to open axis {0}
client.OpenAxisFail
=
Failed to open axis {0}
client.AutoReset
=
Resetting
client.AutoReset
=
Resetting
client.AxisAlarm
=
Motion axis {0} alarm
client.AxisAlarm
=
[1031]
Motion axis {0} alarm
client.OutStoreError
=
Providing format error{0}
client.OutStoreError
=
Providing format error{0}
client.WaitSingleTimeOut
=
Wait signal {0}={1} timeout
client.WaitSingleTimeOut
=
Wait signal {0}={1} timeout
client.AxisHomeMoveAlarm
=
The movement {0} axis {1} receives the origin completion signal, the current position [{2}], the error is too large
client.AxisHomeMoveAlarm
=
The movement {0} axis {1} receives the origin completion signal, the current position [{2}], the error is too large
...
@@ -379,9 +379,9 @@ shelf.msg.notFound=Shelf is not found.
...
@@ -379,9 +379,9 @@ shelf.msg.notFound=Shelf is not found.
shelf.msg.outOk
=
Please take out the material from the location [{0}]
shelf.msg.outOk
=
Please take out the material from the location [{0}]
shelf.msg.outConfirm
=
Delivery confirmation from [{0}] succeeded.
shelf.msg.outConfirm
=
Delivery confirmation from [{0}] succeeded.
shelf.msg.noTask
=
Failed
\:
the material is in [{0}], but no task for it.
shelf.msg.noTask
=
Failed
\:
the material is in [{0}], but no task for it.
shelf.msg.outError
=
No material is found.
shelf.msg.outError
=
[1040]
No material is found.
shelf.msg.inOk
=
Please put the material in the location [{0}]
shelf.msg.inOk
=
Please put the material in the location [{0}]
shelf.msg.inError
=
No suitable location for [{0}] is found.
shelf.msg.inError
=
[1041]
No suitable location for [{0}] is found.
order.out.set
=
set of materials
order.out.set
=
set of materials
order.out.surplus
=
surplus material
order.out.surplus
=
surplus material
...
@@ -405,27 +405,27 @@ storage.virtual.pnEmpty=Limited Partnumber is required.
...
@@ -405,27 +405,27 @@ storage.virtual.pnEmpty=Limited Partnumber is required.
storage.virtual.numEmpty
=
Reel Count is required.
storage.virtual.numEmpty
=
Reel Count is required.
storage.virtual.numErrory
=
Reel Count must be a number that is greater than 0.
storage.virtual.numErrory
=
Reel Count must be a number that is greater than 0.
barcode.error.noRi
=
Barcode rule must has RI and PN fields.
barcode.error.notFound
=
Barcode is not found.
error.barcode.inQueue
=
Failed
\:
The barcode [{0}] is in queue.
error.pos.inQueue
=
Failed
\:
The location [{0}] is in queue.
error.barcode.empty
=
No barcode is scanned.
error.barcode.many
=
more than one valid barcodes were found.
error.storage.unavailable
=
The storage is unavailable.
error.storage.noPos
=
There is no availble position of [{0}]
error.barcode.wrongSize
=
The reel has wrong size [{0}]
error.barcode.executing
=
The task of barcode [{0}] is executing.
error.pos.notExist
=
The location [{0}] in the storage is not exist.
error.pos.hasReel
=
There is already one reel in the location [{0}].
error.pos.wrong
=
The location [{0}] does not match the storage [{1}]
error.pos.sizeNotMatch
=
The size[{0}] of the reel is not matching the size [{2}]of the location {1}
error.barcode.invalid
=
The barcode [{0}] is invalid.
error.barcode.expired
=
The reel is expired.
error.barcode.wrongQty
=
The quantity [{1}] of the reel[{0}] is invalid.
error.barcode.inStorage
=
The reel [{0}] is already in the location [2] of the stroage [1]
error.barcode.noRule
=
There is no rule of the barcode is setted.
error.barcode.wrongLength
=
The code string [{0}] has wrong length.
error.barcode.noField
=
There is no {0} field in the code string.
error.barcode.wrongPn
=
The partnumber is wrong
error.barcode.pnNotExist
=
x Component {0} does not exist
error.barcode.nocode
=
No barcode was found.
\ No newline at end of file
\ No newline at end of file
barcode.error.noRi
=
[1043]Barcode rule must has RI and PN fields.
barcode.error.notFound
=
[1044]Barcode is not found.
error.barcode.inQueue
=
[1045]Failed
\:
The barcode [{0}] is in queue.
error.pos.inQueue
=
[1046]Failed
\:
The location [{0}] is in queue.
error.barcode.empty
=
[1047]No barcode is scanned.
error.barcode.many
=
[1048]more than one valid barcodes were found.
error.storage.unavailable
=
[1049]The storage is unavailable.
error.storage.noPos
=
[1050]There is no availble position of [{0}]
error.barcode.wrongSize
=
[1051]The reel has wrong size [{0}]
error.barcode.executing
=
[1052]The task of barcode [{0}] is executing.
error.pos.notExist
=
[1053]The location [{0}] in the storage is not exist.
error.pos.hasReel
=
[1054]There is already one reel in the location [{0}].
error.pos.wrong
=
[1055]The location [{0}] does not match the storage [{1}]
error.pos.sizeNotMatch
=
[1056]The size[{0}] of the reel is not matching the size [{2}]of the location {1}
error.barcode.invalid
=
[1057]The barcode [{0}] is invalid.
error.barcode.expired
=
[1058]The reel is expired.
error.barcode.wrongQty
=
[1059]The quantity [{1}] of the reel[{0}] is invalid.
error.barcode.inStorage
=
[1060]The reel [{0}] is already in the location [2] of the stroage [1]
error.barcode.noRule
=
[1061]There is no rule of the barcode is setted.
error.barcode.wrongLength
=
[1062]The code string [{0}] has wrong length.
error.barcode.noField
=
[1063]There is no {0} field in the code string.
error.barcode.wrongPn
=
[1064]The partnumber is wrong
error.barcode.pnNotExist
=
[1065]x Component {0} does not exist
error.barcode.nocode
=
[1066]No barcode was found.
myproject/src/main/resources/StorageResources_en.properties
查看文件 @
1083193
...
@@ -48,7 +48,7 @@ workOrder.workOrder=Work Order
...
@@ -48,7 +48,7 @@ workOrder.workOrder=Work Order
workOrder.name
=
Order Number
workOrder.name
=
Order Number
workOrder.date
=
Date
workOrder.date
=
Date
workOrder.amount
=
Quantity
workOrder.amount
=
Quantity
workOrder.error.amount
=
Work Order Qty cannot be 0
workOrder.error.amount
=
[1001]
Work Order Qty cannot be 0
checkOut.componentName
=
Component Name
checkOut.componentName
=
Component Name
checkOut.pos
=
Location
checkOut.pos
=
Location
...
@@ -79,10 +79,10 @@ component.saveSuccess=Component Saved
...
@@ -79,10 +79,10 @@ component.saveSuccess=Component Saved
component.deleteSuccess
=
Component Deleted
component.deleteSuccess
=
Component Deleted
component.name.empty
=
Name is required
component.name.empty
=
Name is required
component.partNumber.empty
=
Part Number is required
component.partNumber.empty
=
Part Number is required
component.error.bomUsed
=
You cannot delete the component in use with BOM
component.error.bomUsed
=
[1002]
You cannot delete the component in use with BOM
component.error.notExist
=
Component {0} does not exist
component.error.notExist
=
[1003]
Component {0} does not exist
component.error.notFound
=
Component cannot be found
component.error.notFound
=
[1004]
Component cannot be found
component.smdAlarmValue
=
AMD Alarm
component.smdAlarmValue
=
[1005]
AMD Alarm
component.validDay
=
Valid Days
component.validDay
=
Valid Days
component.generateBarcode
=
Generate Barcode
component.generateBarcode
=
Generate Barcode
...
@@ -101,14 +101,14 @@ barcode.expireDate=Expiration Date
...
@@ -101,14 +101,14 @@ barcode.expireDate=Expiration Date
barcode.saveSuccess
=
Barcode Saved
barcode.saveSuccess
=
Barcode Saved
barcode.deleteSuccess
=
Barcode Deleted
barcode.deleteSuccess
=
Barcode Deleted
barcode.storage.input
=
input barcode please
barcode.storage.input
=
input barcode please
barcode.error.unique
=
Barcode [{0}] already occupied
barcode.error.unique
=
[1006]
Barcode [{0}] already occupied
barcode.error.empty
=
Barcode is empty, please check information input
barcode.error.empty
=
[1007]
Barcode is empty, please check information input
barcode.error.partNumber.empty
=
No component ties to {0}
barcode.error.partNumber.empty
=
[1008]
No component ties to {0}
barcode.error.amount.negative
=
The quantity of component ties to {0} need to more than 0
barcode.error.amount.negative
=
[1009]
The quantity of component ties to {0} need to more than 0
barcode.error.component.notExist
=
No component ties to {0} please check
\u3002
barcode.error.component.notExist
=
[1010]
No component ties to {0} please check
\u3002
barcode.error.notExist
=
{0} does not exist
barcode.error.notExist
=
[1011]
{0} does not exist
barcode.error.inStorage
=
{0} in the storage
barcode.error.inStorage
=
[1012]
{0} in the storage
barcode.error.slotExist
=
Component is not in the storage
barcode.error.slotExist
=
[1013]
Component is not in the storage
barcode.memo
=
Memo
barcode.memo
=
Memo
storage.search.subtitle
=
Storage Search
storage.search.subtitle
=
Storage Search
...
@@ -166,13 +166,13 @@ storagePos.layer=Slot
...
@@ -166,13 +166,13 @@ storagePos.layer=Slot
storagePos.update
=
Please update the location information
storagePos.update
=
Please update the location information
storagePos.saveSuccess
=
Location information Saved
storagePos.saveSuccess
=
Location information Saved
storage.saveSuccess
=
Storage Information Saved
storage.saveSuccess
=
Storage Information Saved
storage.error.notExist
=
Storage does not exist
storage.error.notExist
=
[1014]
Storage does not exist
storage.error.unique
=
Storage name already existed
storage.error.unique
=
[1015]
Storage name already existed
stroage.error.merge
=
Shelf location can not merge.
stroage.error.merge
=
[1042]
Shelf location can not merge.
storage.error.full
=
Intended Storage is full please transfer to another one.
storage.error.full
=
[1016]
Intended Storage is full please transfer to another one.
storage.error.cidUnique
=
Storage terminal name needto be unique
storage.error.cidUnique
=
[1017]
Storage terminal name needto be unique
errors.upload.fileNotExist
=
The uploaed file does not exist, please try again.
errors.upload.fileNotExist
=
[1018]
The uploaed file does not exist, please try again.
button.add
=
Create
button.add
=
Create
button.return
=
Return
button.return
=
Return
...
@@ -206,7 +206,7 @@ authority.feeder.view=Work Order View
...
@@ -206,7 +206,7 @@ authority.feeder.view=Work Order View
authority.valuable.out
=
Precious Material Retrieval
authority.valuable.out
=
Precious Material Retrieval
authority.dataLog
=
Running Info.
authority.dataLog
=
Running Info.
error.save
=
Error occurred,please try again.
error.save
=
[1019]
Error occurred,please try again.
role.search.subtitle
=
Role List
role.search.subtitle
=
Role List
role.update.subtitle
=
Role Detail
role.update.subtitle
=
Role Detail
...
@@ -285,17 +285,17 @@ cabinet.exit=Log out
...
@@ -285,17 +285,17 @@ cabinet.exit=Log out
cabinet.pos
=
Current Pos
cabinet.pos
=
Current Pos
cabinet.in
=
\
Put In
cabinet.in
=
\
Put In
cabinet.out
=
Check Out
cabinet.out
=
Check Out
cabinet.error.validOp
=
Can not open the door
cabinet.error.validOp
=
[1021]
Can not open the door
cabinet.error.openMoreDoor
=
Can open olny one door
cabinet.error.openMoreDoor
=
[1022]
Can open olny one door
cabinet.error.noCard
=
No Auth
cabinet.error.noCard
=
[1023]
No Auth
cabinet.error.posError
=
Door not found
cabinet.error.posError
=
[1024]
Door not found
cabinet.error.noAuth
=
No Auth
cabinet.error.noAuth
=
[1025]
No Auth
cabinet.error.noCode
=
Barcode is not exist
cabinet.error.noCode
=
[1026]
Barcode is not exist
cabinet.error.noPos
=
Position is not exist
cabinet.error.noPos
=
[1027]
Position is not exist
cabinet.msg.closeDoor
=
Operation will be finished after closing the door
cabinet.msg.closeDoor
=
Operation will be finished after closing the door
cabinet.msg.finish
=
Operation completed
cabinet.msg.finish
=
Operation completed
cabinet.error.wrongPos
=
The component is not in this position.
cabinet.error.wrongPos
=
[1032]
The component is not in this position.
cabinet.error.noOp
=
No operation during door opening period
cabinet.error.noOp
=
[1033]
No operation during door opening period
op.1
=
Material Receiving
op.1
=
Material Receiving
op.2
=
Material Retrieval
op.2
=
Material Retrieval
...
@@ -318,18 +318,18 @@ authority.stockIn.more=Material Storage Limit
...
@@ -318,18 +318,18 @@ authority.stockIn.more=Material Storage Limit
chart.showType.YEAR
=
YEAR
chart.showType.YEAR
=
YEAR
chart.showType.MONTH
=
MONTH
chart.showType.MONTH
=
MONTH
chart.showType.DAY
=
DAY
chart.showType.DAY
=
DAY
alarm.humidity.msg
=
Humidity
\:
{0} out of range [{1}-{2}]
alarm.humidity.msg
=
[1028]
Humidity
\:
{0} out of range [{1}-{2}]
alarm.temperature.msg
=
Temperature
\:
{0} out of range [{1}-{2}]
alarm.temperature.msg
=
[1029]
Temperature
\:
{0} out of range [{1}-{2}]
alarm.store.msg
=
{0} inventory [{1}] is out of range [{2}-{3}]
alarm.store.msg
=
[1034]
{0} inventory [{1}] is out of range [{2}-{3}]
alarm.store.title
=
Inventory Alarm
alarm.store.title
=
[1035]
Inventory Alarm
batch.btn.singleOut
=
Single Out
batch.btn.singleOut
=
Single Out
batch.btn.batchOut
=
Batch Out
batch.btn.batchOut
=
Batch Out
batch.btn.singleIn
=
Single In
batch.btn.singleIn
=
Single In
batch.btn.closeDoor
=
Close Door
batch.btn.closeDoor
=
Close Door
alarm.inaction.title
=
Inaction Alarm
alarm.inaction.title
=
[1036]
Inaction Alarm
alarm.inaction.msg
=
The amount of inaction material {0} days ago was [{1}]
alarm.inaction.msg
=
[1037]
The amount of inaction material {0} days ago was [{1}]
alarm.expire.title
=
Expire Alarm
alarm.expire.title
=
[1038]
Expire Alarm
alarm.expire.msg
=
The amount of expire material is [{0}]
alarm.expire.msg
=
[1039]
The amount of expire material is [{0}]
client.inSuddenStop
=
Emergency Stop
client.inSuddenStop
=
Emergency Stop
...
@@ -338,10 +338,10 @@ client.PreConnectFail=Startup failure\uFF1Apress Axis connect failed.
...
@@ -338,10 +338,10 @@ client.PreConnectFail=Startup failure\uFF1Apress Axis connect failed.
client.CloseError
=
Lock failed
\u
FF1Athe put in device is not closed.
client.CloseError
=
Lock failed
\u
FF1Athe put in device is not closed.
client.startFail
=
Startup failure: emergency stop is not opened
client.startFail
=
Startup failure: emergency stop is not opened
client.startFailAir
=
Startup failure: no air pressure signal
client.startFailAir
=
Startup failure: no air pressure signal
client.InoutAlarm
=
The in out axis is alarm!
client.InoutAlarm
=
[1030]
The in out axis is alarm!
client.OpenAxisFail
=
Failed to open axis {0}
client.OpenAxisFail
=
Failed to open axis {0}
client.AutoReset
=
Resetting
client.AutoReset
=
Resetting
client.AxisAlarm
=
Motion axis {0} alarm
client.AxisAlarm
=
[1031]
Motion axis {0} alarm
client.OutStoreError
=
Providing format error{0}
client.OutStoreError
=
Providing format error{0}
client.WaitSingleTimeOut
=
Wait signal {0}={1} timeout
client.WaitSingleTimeOut
=
Wait signal {0}={1} timeout
client.AxisHomeMoveAlarm
=
The movement {0} axis {1} receives the origin completion signal, the current position [{2}], the error is too large
client.AxisHomeMoveAlarm
=
The movement {0} axis {1} receives the origin completion signal, the current position [{2}], the error is too large
...
@@ -379,9 +379,9 @@ shelf.msg.notFound=Shelf is not found.
...
@@ -379,9 +379,9 @@ shelf.msg.notFound=Shelf is not found.
shelf.msg.outOk
=
Please take out the material from the location [{0}]
shelf.msg.outOk
=
Please take out the material from the location [{0}]
shelf.msg.outConfirm
=
Delivery confirmation from [{0}] succeeded.
shelf.msg.outConfirm
=
Delivery confirmation from [{0}] succeeded.
shelf.msg.noTask
=
Failed
\:
the material is in [{0}], but no task for it.
shelf.msg.noTask
=
Failed
\:
the material is in [{0}], but no task for it.
shelf.msg.outError
=
No material is found.
shelf.msg.outError
=
[1040]
No material is found.
shelf.msg.inOk
=
Please put the material in the location [{0}]
shelf.msg.inOk
=
Please put the material in the location [{0}]
shelf.msg.inError
=
No suitable location for [{0}] is found.
shelf.msg.inError
=
[1041]
No suitable location for [{0}] is found.
order.out.set
=
set of materials
order.out.set
=
set of materials
order.out.surplus
=
surplus material
order.out.surplus
=
surplus material
...
@@ -405,27 +405,27 @@ storage.virtual.pnEmpty=Limited Partnumber is required.
...
@@ -405,27 +405,27 @@ storage.virtual.pnEmpty=Limited Partnumber is required.
storage.virtual.numEmpty
=
Reel Count is required.
storage.virtual.numEmpty
=
Reel Count is required.
storage.virtual.numErrory
=
Reel Count must be a number that is greater than 0.
storage.virtual.numErrory
=
Reel Count must be a number that is greater than 0.
barcode.error.noRi
=
Barcode rule must has RI and PN fields.
barcode.error.notFound
=
Barcode is not found.
error.barcode.inQueue
=
Failed
\:
The barcode [{0}] is in queue.
error.pos.inQueue
=
Failed
\:
The location [{0}] is in queue.
error.barcode.empty
=
No barcode is scanned.
error.barcode.many
=
more than one valid barcodes were found.
error.storage.unavailable
=
The storage is unavailable.
error.storage.noPos
=
There is no availble position of [{0}]
error.barcode.wrongSize
=
The reel has wrong size [{0}]
error.barcode.executing
=
The task of barcode [{0}] is executing.
error.pos.notExist
=
The location [{0}] in the storage is not exist.
error.pos.hasReel
=
There is already one reel in the location [{0}].
error.pos.wrong
=
The location [{0}] does not match the storage [{1}]
error.pos.sizeNotMatch
=
The size[{0}] of the reel is not matching the size [{2}]of the location {1}
error.barcode.invalid
=
The barcode [{0}] is invalid.
error.barcode.expired
=
The reel is expired.
error.barcode.wrongQty
=
The quantity [{1}] of the reel[{0}] is invalid.
error.barcode.inStorage
=
The reel [{0}] is already in the location [2] of the stroage [1]
error.barcode.noRule
=
There is no rule of the barcode is setted.
error.barcode.wrongLength
=
The code string [{0}] has wrong length.
error.barcode.noField
=
There is no {0} field in the code string.
error.barcode.wrongPn
=
The partnumber is wrong
error.barcode.pnNotExist
=
x Component {0} does not exist
error.barcode.nocode
=
No barcode was found
\ No newline at end of file
\ No newline at end of file
barcode.error.noRi
=
[1043]Barcode rule must has RI and PN fields.
barcode.error.notFound
=
[1044]Barcode is not found.
error.barcode.inQueue
=
[1045]Failed
\:
The barcode [{0}] is in queue.
error.pos.inQueue
=
[1046]Failed
\:
The location [{0}] is in queue.
error.barcode.empty
=
[1047]No barcode is scanned.
error.barcode.many
=
[1048]more than one valid barcodes were found.
error.storage.unavailable
=
[1049]The storage is unavailable.
error.storage.noPos
=
[1050]There is no availble position of [{0}]
error.barcode.wrongSize
=
[1051]The reel has wrong size [{0}]
error.barcode.executing
=
[1052]The task of barcode [{0}] is executing.
error.pos.notExist
=
[1053]The location [{0}] in the storage is not exist.
error.pos.hasReel
=
[1054]There is already one reel in the location [{0}].
error.pos.wrong
=
[1055]The location [{0}] does not match the storage [{1}]
error.pos.sizeNotMatch
=
[1056]The size[{0}] of the reel is not matching the size [{2}]of the location {1}
error.barcode.invalid
=
[1057]The barcode [{0}] is invalid.
error.barcode.expired
=
[1058]The reel is expired.
error.barcode.wrongQty
=
[1059]The quantity [{1}] of the reel[{0}] is invalid.
error.barcode.inStorage
=
[1060]The reel [{0}] is already in the location [2] of the stroage [1]
error.barcode.noRule
=
[1061]There is no rule of the barcode is setted.
error.barcode.wrongLength
=
[1062]The code string [{0}] has wrong length.
error.barcode.noField
=
[1063]There is no {0} field in the code string.
error.barcode.wrongPn
=
[1064]The partnumber is wrong
error.barcode.pnNotExist
=
[1065]x Component {0} does not exist
error.barcode.nocode
=
[1066]No barcode was found.
myproject/src/main/resources/StorageResources_zh_CN.properties
查看文件 @
1083193
...
@@ -46,7 +46,7 @@ workOrder.checkoutSuccess=\u5DE5\u5355\u51FA\u5E93\u6210\u529F
...
@@ -46,7 +46,7 @@ workOrder.checkoutSuccess=\u5DE5\u5355\u51FA\u5E93\u6210\u529F
workOrder.workOrder
=
\u
5DE5
\u5355
workOrder.workOrder
=
\u
5DE5
\u5355
workOrder.name
=
\u
5DE5
\u5355\u
53F7
workOrder.name
=
\u
5DE5
\u5355\u
53F7
workOrder.amount
=
\u6570\u
91CF
workOrder.amount
=
\u6570\u
91CF
workOrder.error.amount
=
\u
5DE5
\u5355\u6570\u
91CF
\u
5FC5
\u
987B
\u5927\u
4E8E0
workOrder.error.amount
=
[1001]
\u
5DE5
\u5355\u6570\u
91CF
\u
5FC5
\u
987B
\u5927\u
4E8E0
checkOut.componentName
=
\u6599\u
4EF6
\u
540D
\u
79F0
checkOut.componentName
=
\u6599\u
4EF6
\u
540D
\u
79F0
checkOut.pos
=
\u
4ED3
\u
4F4D
checkOut.pos
=
\u
4ED3
\u
4F4D
...
@@ -77,10 +77,10 @@ component.saveSuccess=\u6599\u4EF6\u4FDD\u5B58\u6210\u529F
...
@@ -77,10 +77,10 @@ component.saveSuccess=\u6599\u4EF6\u4FDD\u5B58\u6210\u529F
component.deleteSuccess
=
\u6599\u
4EF6
\u5220\u9664\u6210\u
529F
component.deleteSuccess
=
\u6599\u
4EF6
\u5220\u9664\u6210\u
529F
component.name.empty
=
\u6599\u
4EF6
\u
540D
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
component.name.empty
=
\u6599\u
4EF6
\u
540D
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
component.partNumber.empty
=
\u6599\u
4EF6
\u
7F16
\u
53F7
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
component.partNumber.empty
=
\u6599\u
4EF6
\u
7F16
\u
53F7
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
component.error.bomUsed
=
\u6599\u
4EF6
\u
5DF2
\u
88ABBOM
\u
4F7F
\u7528\u
FF0C
\u
65E0
\u
6CD5
\u5220\u9664
component.error.bomUsed
=
[1002]
\u6599\u
4EF6
\u
5DF2
\u
88ABBOM
\u
4F7F
\u7528\u
FF0C
\u
65E0
\u
6CD5
\u5220\u9664
component.error.notExist
=
\u6599\u
4EF6{0}
\u
4E0D
\u
5B58
\u5728\u
FF0C
\u
8BF7
\u
68C0
\u
67E5
\u6570\u
636E
\u
662F
\u5426\u
6B63
\u
786E
\u3002
component.error.notExist
=
[1003]
\u6599\u
4EF6{0}
\u
4E0D
\u
5B58
\u5728\u
FF0C
\u
8BF7
\u
68C0
\u
67E5
\u6570\u
636E
\u
662F
\u5426\u
6B63
\u
786E
\u3002
component.error.notFound
=
\u
65E0
\u
6CD5
\u
627E
\u5230\u
6B64
\u6599\u
4EF6
component.error.notFound
=
[1004]
\u
65E0
\u
6CD5
\u
627E
\u5230\u
6B64
\u6599\u
4EF6
component.smdAlarmValue
=
SMD
\u9884\u
8B66
\u
503C
component.smdAlarmValue
=
[1005]
SMD
\u9884\u
8B66
\u
503C
barcode.search.subtitle
=
\u6761\u7801\u
67E5
\u
627E
barcode.search.subtitle
=
\u6761\u7801\u
67E5
\u
627E
barcode.item.name
=
\u6761\u7801
barcode.item.name
=
\u6761\u7801
...
@@ -97,14 +97,14 @@ barcode.expireDate=\u8FC7\u671F\u65E5\u671F
...
@@ -97,14 +97,14 @@ barcode.expireDate=\u8FC7\u671F\u65E5\u671F
barcode.saveSuccess
=
\u6761\u7801\u
4FE1
\u
606F
\u
4FDD
\u
5B58
\u6210\u
529F
barcode.saveSuccess
=
\u6761\u7801\u
4FE1
\u
606F
\u
4FDD
\u
5B58
\u6210\u
529F
barcode.deleteSuccess
=
\u6761\u7801\u
4FE1
\u
606F
\u5220\u9664\u6210\u
529F
barcode.deleteSuccess
=
\u6761\u7801\u
4FE1
\u
606F
\u5220\u9664\u6210\u
529F
barcode.storage.input
=
\u
8BF7
\u
8F93
\u5165\u5165\u
5E93
\u6761\u7801
barcode.storage.input
=
\u
8BF7
\u
8F93
\u5165\u5165\u
5E93
\u6761\u7801
barcode.error.unique
=
\u6761\u7801
{0}
\u
5DF2
\u
88AB
\u
4F7F
\u7528
barcode.error.unique
=
[1006]
\u6761\u7801
{0}
\u
5DF2
\u
88AB
\u
4F7F
\u7528
barcode.error.empty
=
\u6761\u7801\u
4E3A
\u
7A7A
\u
FF0C
\u
8BF7
\u
68C0
\u
67E5
\u6761\u7801\u6570\u
636E
\u
662F
\u5426\u
6B63
\u
786E
barcode.error.empty
=
[1007]
\u6761\u7801\u
4E3A
\u
7A7A
\u
FF0C
\u
8BF7
\u
68C0
\u
67E5
\u6761\u7801\u6570\u
636E
\u
662F
\u5426\u
6B63
\u
786E
barcode.error.partNumber.empty
=
\u6761\u7801
{0}
\u5173\u8054\u7684\u6599\u
4EF6
\u
4E3A
\u
7A7A
\u
FF0C
\u
8BF7
\u
68C0
\u
67E5
\u6570\u
636E
\u
662F
\u5426\u
6B63
\u
786E
barcode.error.partNumber.empty
=
[1008]
\u6761\u7801
{0}
\u5173\u8054\u7684\u6599\u
4EF6
\u
4E3A
\u
7A7A
\u
FF0C
\u
8BF7
\u
68C0
\u
67E5
\u6570\u
636E
\u
662F
\u5426\u
6B63
\u
786E
barcode.error.amount.negative
=
\u6761\u7801
{0}
\u5173\u8054\u7684\u6599\u
4EF6
\u6570\u
91CF
\u
5FC5
\u
987B
\u5927\u
4E8E0
barcode.error.amount.negative
=
[1009]
\u6761\u7801
{0}
\u5173\u8054\u7684\u6599\u
4EF6
\u6570\u
91CF
\u
5FC5
\u
987B
\u5927\u
4E8E0
barcode.error.component.notExist
=
\u6761\u7801
{0}
\u5173\u8054\u7684\u6599\u
4EF6
\u
4E0D
\u
5B58
\u5728\u
FF0C
\u
8BF7
\u
68C0
\u
67E5
\u6570\u
636E
\u
662F
\u5426\u
6B63
\u
786E
\u3002
barcode.error.component.notExist
=
[1010]
\u6761\u7801
{0}
\u5173\u8054\u7684\u6599\u
4EF6
\u
4E0D
\u
5B58
\u5728\u
FF0C
\u
8BF7
\u
68C0
\u
67E5
\u6570\u
636E
\u
662F
\u5426\u
6B63
\u
786E
\u3002
barcode.error.notExist
=
\u6761\u7801
{0}
\u
4E0D
\u
5B58
\u5728
barcode.error.notExist
=
[1011]
\u6761\u7801
{0}
\u
4E0D
\u
5B58
\u5728
barcode.error.inStorage
=
\u6761\u7801
{0}
\u
5DF2
\u5728\u
5E93
\u
4E2D
barcode.error.inStorage
=
[1012]
\u6761\u7801
{0}
\u
5DF2
\u5728\u
5E93
\u
4E2D
barcode.error.slotExist
=
\u6761\u7801\u
5BF9
\u
5E94
\u7684\u6599\u
4EF6
\u
672A
\u5165\u
5E93
barcode.error.slotExist
=
[1013]
\u6761\u7801\u
5BF9
\u
5E94
\u7684\u6599\u
4EF6
\u
672A
\u5165\u
5E93
barcode.memo
=
\u5907\u
6CE8
barcode.memo
=
\u5907\u
6CE8
dataLog.operator
=
\u
64CD
\u
4F5C
\u
4EBA
dataLog.operator
=
\u
64CD
\u
4F5C
\u
4EBA
...
@@ -163,12 +163,12 @@ storagePos.layer=\u5C42\u6570
...
@@ -163,12 +163,12 @@ storagePos.layer=\u5C42\u6570
storagePos.update
=
\u
8BF7
\u
66F4
\u
65B0
\u
4ED3
\u
4F4D
\u
4FE1
\u
606F
storagePos.update
=
\u
8BF7
\u
66F4
\u
65B0
\u
4ED3
\u
4F4D
\u
4FE1
\u
606F
storagePos.saveSuccess
=
\u
4ED3
\u
4F4D
\u
4FE1
\u
606F
\u
4FDD
\u
5B58
\u6210\u
529F
storagePos.saveSuccess
=
\u
4ED3
\u
4F4D
\u
4FE1
\u
606F
\u
4FDD
\u
5B58
\u6210\u
529F
storage.saveSuccess
=
\u6599\u
4ED3
\u
4FE1
\u
606F
\u
4FDD
\u
5B58
\u6210\u
529F
storage.saveSuccess
=
\u6599\u
4ED3
\u
4FE1
\u
606F
\u
4FDD
\u
5B58
\u6210\u
529F
storage.error.notExist
=
\u
4ED3
\u
5E93
\u
4E0D
\u
5B58
\u5728\u
FF0C
\u
8BF7
\u
65B0
\u
5EFA
\u
4ED3
\u
4F4D
\u
540E
\u
64CD
\u
4F5C
storage.error.notExist
=
[1014]
\u
4ED3
\u
5E93
\u
4E0D
\u
5B58
\u5728\u
FF0C
\u
8BF7
\u
65B0
\u
5EFA
\u
4ED3
\u
4F4D
\u
540E
\u
64CD
\u
4F5C
storage.error.unique
=
\u
4ED3
\u
5E93
\u
540D
\u
5DF2
\u
88AB
\u
4F7F
\u7528\u
FF0C
\u
8BF7
\u6539\u
540D
\u
540E
\u
91CD
\u
65B0
\u
4FDD
\u
5B58
storage.error.unique
=
[1015]
\u
4ED3
\u
5E93
\u
540D
\u
5DF2
\u
88AB
\u
4F7F
\u7528\u
FF0C
\u
8BF7
\u6539\u
540D
\u
540E
\u
91CD
\u
65B0
\u
4FDD
\u
5B58
storage.error.full
=
\u
4ED3
\u
5E93
\u
5DF2
\u
6EE1
\u
FF0C
\u
8BF7
\u
66F4
\u6362\u
4ED3
\u
5E93
\u
540E
\u
518D
\u
5B58
\u
50A8
storage.error.full
=
[1016]
\u
4ED3
\u
5E93
\u
5DF2
\u
6EE1
\u
FF0C
\u
8BF7
\u
66F4
\u6362\u
4ED3
\u
5E93
\u
540E
\u
518D
\u
5B58
\u
50A8
storage.error.cidUnique
=
\u
4ED3
\u
5E93
\u
5BA2
\u6237\u
7AEF
\u
7F16
\u
53F7
\u
5FC5
\u
987B
\u
4E3A
\u
552F
\u
4E00
storage.error.cidUnique
=
[1017]
\u
4ED3
\u
5E93
\u
5BA2
\u6237\u
7AEF
\u
7F16
\u
53F7
\u
5FC5
\u
987B
\u
4E3A
\u
552F
\u
4E00
errors.upload.fileNotExist
=
\u
4E0A
\u
4F20
\u7684\u6587\u
4EF6
\u
4E0D
\u
5B58
\u5728\u
FF0C
\u
8BF7
\u
91CD
\u
65B0
\u
4E0A
\u
4F20
errors.upload.fileNotExist
=
[1018]
\u
4E0A
\u
4F20
\u7684\u6587\u
4EF6
\u
4E0D
\u
5B58
\u5728\u
FF0C
\u
8BF7
\u
91CD
\u
65B0
\u
4E0A
\u
4F20
button.add
=
\u
65B0
\u
589E
button.add
=
\u
65B0
\u
589E
button.return
=
\u
8FD4
\u
56DE
\u5217\u8868
button.return
=
\u
8FD4
\u
56DE
\u5217\u8868
...
@@ -202,7 +202,7 @@ authority.feeder.view=\u5DE5\u5355\u67E5\u770B
...
@@ -202,7 +202,7 @@ authority.feeder.view=\u5DE5\u5355\u67E5\u770B
authority.valuable.out
=
\u
8D35
\u
91CD
\u7269\u6599\u
51FA
\u
5E93
authority.valuable.out
=
\u
8D35
\u
91CD
\u7269\u6599\u
51FA
\u
5E93
authority.dataLog
=
\u
8FD0
\u
884C
\u6570\u
636E
authority.dataLog
=
\u
8FD0
\u
884C
\u6570\u
636E
error.save
=
\u
4FDD
\u
5B58
\u
51FA
\u9519
,
\u
8BF7
\u
68C0
\u
67E5
error.save
=
[1019]
\u
4FDD
\u
5B58
\u
51FA
\u9519
,
\u
8BF7
\u
68C0
\u
67E5
role.search.subtitle
=
\u
89D2
\u8272\u5217\u8868
role.search.subtitle
=
\u
89D2
\u8272\u5217\u8868
role.update.subtitle
=
\u
89D2
\u8272\u
8BE6
\u
60C5
role.update.subtitle
=
\u
89D2
\u8272\u
8BE6
\u
60C5
...
@@ -279,13 +279,13 @@ cabinet.exit=\u9000\u51FA
...
@@ -279,13 +279,13 @@ cabinet.exit=\u9000\u51FA
cabinet.pos
=
\u
5F53
\u
524D
\u
4ED3
\u
4F4D
cabinet.pos
=
\u
5F53
\u
524D
\u
4ED3
\u
4F4D
cabinet.in
=
\u5165\u6599
cabinet.in
=
\u5165\u6599
cabinet.out
=
\u
51FA
\u6599
cabinet.out
=
\u
51FA
\u6599
cabinet.error.validOp
=
\u
975E
\u
6CD5
\u
64CD
\u
4F5C:
\u
65E0
\u
6CD5
\u
5F00
\u
95E8
cabinet.error.validOp
=
[1021]
\u
975E
\u
6CD5
\u
64CD
\u
4F5C:
\u
65E0
\u
6CD5
\u
5F00
\u
95E8
cabinet.error.openMoreDoor
=
\u
65E0
\u
6CD5
\u
540C
\u
65F6
\u6253\u
5F00
\u
591A
\u
4E2A
\u
67DC
\u
95E8
cabinet.error.openMoreDoor
=
[1022]
\u
65E0
\u
6CD5
\u
540C
\u
65F6
\u6253\u
5F00
\u
591A
\u
4E2A
\u
67DC
\u
95E8
cabinet.error.noCard
=
\u
975E
\u
6CD5
\u
64CD
\u
4F5C:
\u
672A
\u5237\u5361
,
\u
65E0
\u
6CD5
\u
5F00
\u
95E8
cabinet.error.noCard
=
[1023]
\u
975E
\u
6CD5
\u
64CD
\u
4F5C:
\u
672A
\u5237\u5361
,
\u
65E0
\u
6CD5
\u
5F00
\u
95E8
cabinet.error.posError
=
\u
975E
\u
6CD5
\u
64CD
\u
4F5C:
\u
672A
\u
627E
\u5230\u
67DC
\u
95E8
cabinet.error.posError
=
[1024]
\u
975E
\u
6CD5
\u
64CD
\u
4F5C:
\u
672A
\u
627E
\u5230\u
67DC
\u
95E8
cabinet.error.noAuth
=
\u
65E0
\u6743\u
64CD
\u
4F5C,
\u
8BF7
\u8054\u
7CFB
\u
7BA1
\u7406\u5458
cabinet.error.noAuth
=
[1025]
\u
65E0
\u6743\u
64CD
\u
4F5C,
\u
8BF7
\u8054\u
7CFB
\u
7BA1
\u7406\u5458
cabinet.error.noCode
=
\u6761\u7801\u
4E0D
\u
5B58
\u5728
cabinet.error.noCode
=
[1026]
\u6761\u7801\u
4E0D
\u
5B58
\u5728
cabinet.error.noPos
=
\u
5E93
\u
4F4D
\u
4E0D
\u
5B58
\u5728
cabinet.error.noPos
=
[1027]
\u
5E93
\u
4F4D
\u
4E0D
\u
5B58
\u5728
cabinet.msg.closeDoor
=
\u5173\u
95E8
\u
540E
\u
64CD
\u
4F5C
\u
81EA
\u
52A8
\u
7ED3
\u
675F
cabinet.msg.closeDoor
=
\u5173\u
95E8
\u
540E
\u
64CD
\u
4F5C
\u
81EA
\u
52A8
\u
7ED3
\u
675F
cabinet.msg.finish
=
\u
64CD
\u
4F5C
\u
5B8C
\u6210
cabinet.msg.finish
=
\u
64CD
\u
4F5C
\u
5B8C
\u6210
...
@@ -310,8 +310,8 @@ authority.stockIn.more=\u8D85\u989D\u5165\u5E93
...
@@ -310,8 +310,8 @@ authority.stockIn.more=\u8D85\u989D\u5165\u5E93
chart.showType.YEAR
=
\u
5E74
\u
4EFD
chart.showType.YEAR
=
\u
5E74
\u
4EFD
chart.showType.MONTH
=
\u6708\u
4EFD
chart.showType.MONTH
=
\u6708\u
4EFD
chart.showType.DAY
=
\u5929
chart.showType.DAY
=
\u5929
alarm.humidity.msg
=
\u
6E7F
\u
5EA6
\:
{0}
\u
8D85
\u
51FA
\u8303\u
56F4[{1}-{2}]
alarm.humidity.msg
=
[1028]
\u
6E7F
\u
5EA6
\:
{0}
\u
8D85
\u
51FA
\u8303\u
56F4[{1}-{2}]
alarm.temperature.msg
=
\u
6E29
\u
5EA6
\:
{0}
\u
8D85
\u
51FA
\u8303\u
56F4[{1}-{2}]
alarm.temperature.msg
=
[1029]
\u
6E29
\u
5EA6
\:
{0}
\u
8D85
\u
51FA
\u8303\u
56F4[{1}-{2}]
batch.btn.singleOut
=
\u5355\u
76D8
\u
51FA
\u
5E93
batch.btn.singleOut
=
\u5355\u
76D8
\u
51FA
\u
5E93
batch.btn.batchOut
=
\u6279\u
91CF
\u
51FA
\u
5E93
batch.btn.batchOut
=
\u6279\u
91CF
\u
51FA
\u
5E93
batch.btn.singleIn
=
\u5355\u
76D8
\u5165\u
5E93
batch.btn.singleIn
=
\u5355\u
76D8
\u5165\u
5E93
...
@@ -323,10 +323,10 @@ client.PreConnectFail=\u542F\u52A8\u5931\u8D25\uFF1A\u538B\u7D27\u8F74\u8FDE\u63
...
@@ -323,10 +323,10 @@ client.PreConnectFail=\u542F\u52A8\u5931\u8D25\uFF1A\u538B\u7D27\u8F74\u8FDE\u63
client.CloseError
=
\u9501\u
95E8
\u5931\u
8D25
\u
FF1A
\u
8BF7
\u5148\u5173\u
95ED
\u
4E0A
\u6599\u
673A
\u6784
client.CloseError
=
\u9501\u
95E8
\u5931\u
8D25
\u
FF1A
\u
8BF7
\u5148\u5173\u
95ED
\u
4E0A
\u6599\u
673A
\u6784
client.startFail
=
\u
542F
\u
52A8
\u5931\u
8D25
\u
FF1A
\u6025\u
505C
\u
672A
\u
5F00
client.startFail
=
\u
542F
\u
52A8
\u5931\u
8D25
\u
FF1A
\u6025\u
505C
\u
672A
\u
5F00
client.startFailAir
=
\u
542F
\u
52A8
\u5931\u
8D25:
\u
6CA1
\u6709\u
6C14
\u
538B
\u
4FE1
\u
53F7
client.startFailAir
=
\u
542F
\u
52A8
\u5931\u
8D25:
\u
6CA1
\u6709\u
6C14
\u
538B
\u
4FE1
\u
53F7
client.InoutAlarm
=
\u
8FDB
\u
51FA
\u
8F74
\u
62A5
\u
8B66
\u
FF01
\u
590D
\u
4F4D
\u5931\u
8D25
\u
FF0C
\u
8BF7
\u
68C0
\u
67E5!
client.InoutAlarm
=
[1030]
\u
8FDB
\u
51FA
\u
8F74
\u
62A5
\u
8B66
\u
FF01
\u
590D
\u
4F4D
\u5931\u
8D25
\u
FF0C
\u
8BF7
\u
68C0
\u
67E5!
client.OpenAxisFail
=
\u6253\u
5F00
\u
8F74{0}
\u5931\u
8D25
client.OpenAxisFail
=
\u6253\u
5F00
\u
8F74{0}
\u5931\u
8D25
client.AutoReset
=
\u6536\u5230\u
590D
\u
4F4D
\u
4FE1
\u
53F7
\u
FF0C
\u
81EA
\u
52A8
\u
590D
\u
4F4D
client.AutoReset
=
\u6536\u5230\u
590D
\u
4F4D
\u
4FE1
\u
53F7
\u
FF0C
\u
81EA
\u
52A8
\u
590D
\u
4F4D
client.AxisAlarm
=
\u
8FD0
\u
52A8
\u
8F74{0}
\u
62A5
\u
8B66
client.AxisAlarm
=
[1031]
\u
8FD0
\u
52A8
\u
8F74{0}
\u
62A5
\u
8B66
client.OutStoreError
=
\u
51FA
\u
5E93
\u
683C
\u
5F0F
\u9519\u
8BEF{0}
client.OutStoreError
=
\u
51FA
\u
5E93
\u
683C
\u
5F0F
\u9519\u
8BEF{0}
client.WaitSingleTimeOut
=
\u
7B49
\u
5F85
\u
4FE1
\u
53F7{0}={1}
\u
8D85
\u
65F6
client.WaitSingleTimeOut
=
\u
7B49
\u
5F85
\u
4FE1
\u
53F7{0}={1}
\u
8D85
\u
65F6
client.AxisHomeMoveAlarm
=
\u
8FD0
\u
52A8{0}
\u
8F74{1}
\u6536\u5230\u
539F
\u
70B9
\u
5B8C
\u6210\u
4FE1
\u
53F7
\u
FF0C
\u
5F53
\u
524D
\u
4F4D
\u
7F6E[{2}]
\u
FF0C
\u
8BEF
\u
5DEE
\u
8FC7
\u5927\u
FF0C
\u9700\u8981\u
62A5
\u
8B66
client.AxisHomeMoveAlarm
=
\u
8FD0
\u
52A8{0}
\u
8F74{1}
\u6536\u5230\u
539F
\u
70B9
\u
5B8C
\u6210\u
4FE1
\u
53F7
\u
FF0C
\u
5F53
\u
524D
\u
4F4D
\u
7F6E[{2}]
\u
FF0C
\u
8BEF
\u
5DEE
\u
8FC7
\u5927\u
FF0C
\u9700\u8981\u
62A5
\u
8B66
...
@@ -356,24 +356,24 @@ client.MoveTimeOut_13=[{0}][\u7B49\u5F85\u9001\u6599\u7ED3\u675F]\u8D85\u65F6\uF
...
@@ -356,24 +356,24 @@ client.MoveTimeOut_13=[{0}][\u7B49\u5F85\u9001\u6599\u7ED3\u675F]\u8D85\u65F6\uF
settings.api.checkBarcode
=
\u6761\u7801\u
68C0
\u
67E5 API
settings.api.checkBarcode
=
\u6761\u7801\u
68C0
\u
67E5 API
settings.api.orderFileDir
=
\ \u
5DE5
\u5355\u6587\u
4EF6
\u5939
settings.api.orderFileDir
=
\ \u
5DE5
\u5355\u6587\u
4EF6
\u5939
user.cabinetAssign
=
\u6599\u
67DC
\u5206\u
914D
user.cabinetAssign
=
\u6599\u
67DC
\u5206\u
914D
cabinet.error.wrongPos
=
\u
8BE5
\u7269\u6599\u
4E0D
\u5728\u
6B64
\u
4F4D
\u
7F6E
cabinet.error.wrongPos
=
[1032]
\u
8BE5
\u7269\u6599\u
4E0D
\u5728\u
6B64
\u
4F4D
\u
7F6E
cabinet.error.noOp
=
\u
5F00
\u
95E8
\u
671F
\u
95F4
\u
65E0
\u
51FA
\u5165\u
5E93
\u
64CD
\u
4F5C
cabinet.error.noOp
=
[1033]
\u
5F00
\u
95E8
\u
671F
\u
95F4
\u
65E0
\u
51FA
\u5165\u
5E93
\u
64CD
\u
4F5C
alarm.store.msg
=
{0}
\u7684\u
5E93
\u
5B58
\u
91CF[{1}]
\u
8D85
\u
51FA
\u
8BBE
\u
7F6E
\u8303\u
56F4 [{2}-{3}]
alarm.store.msg
=
[1034]
{0}
\u7684\u
5E93
\u
5B58
\u
91CF[{1}]
\u
8D85
\u
51FA
\u
8BBE
\u
7F6E
\u8303\u
56F4 [{2}-{3}]
alarm.store.title
=
\u
5E93
\u
5B58
\u9884\u
8B66
alarm.store.title
=
[1035]
\u
5E93
\u
5B58
\u9884\u
8B66
alarm.inaction.title
=
\u5446\u
6EDE
\u7269\u6599\u
63D0
\u9192
alarm.inaction.title
=
[1036]
\u5446\u
6EDE
\u7269\u6599\u
63D0
\u9192
alarm.inaction.msg
=
{0}
\u5929\u
524D
\u5446\u
6EDE
\u7269\u6599\u6570\u
91CF
\u
4E3A[{1}],
\u
8BF7
\u
53CA
\u
65F6
\u5904\u7406
alarm.inaction.msg
=
[1037]
{0}
\u5929\u
524D
\u5446\u
6EDE
\u7269\u6599\u6570\u
91CF
\u
4E3A[{1}],
\u
8BF7
\u
53CA
\u
65F6
\u5904\u7406
alarm.expire.title
=
\u
8FC7
\u
671F
\u
63D0
\u9192
alarm.expire.title
=
[1038]
\u
8FC7
\u
671F
\u
63D0
\u9192
alarm.expire.msg
=
\u5373\u
5C06
\u6216\u
5DF2
\u
8FC7
\u
671F
\u7269\u6599\u6570\u
91CF
\u
4E3A[{0}],
\u
8BF7
\u
53CA
\u
65F6
\u5904\u7406
alarm.expire.msg
=
[1039]
\u5373\u
5C06
\u6216\u
5DF2
\u
8FC7
\u
671F
\u7269\u6599\u6570\u
91CF
\u
4E3A[{0}],
\u
8BF7
\u
53CA
\u
65F6
\u5904\u7406
component.validDay
=
\u6709\u6548\u
671F(
\u5929
)
component.validDay
=
\u6709\u6548\u
671F(
\u5929
)
shelf.btn.closeAll
=
\u5173\u
95ED
\u6240\u6709\u
706F
shelf.btn.closeAll
=
\u5173\u
95ED
\u6240\u6709\u
706F
shelf.btn.posCheck
=
\u
5E93
\u
4F4D
\u
68C0
\u
67E5
shelf.btn.posCheck
=
\u
5E93
\u
4F4D
\u
68C0
\u
67E5
shelf.size.title
=
\u9009\u
62E9
\u6599\u
76D8
\u
5C3A
\u
5BF8
shelf.size.title
=
\u9009\u
62E9
\u6599\u
76D8
\u
5C3A
\u
5BF8
shelf.msg.opSucess
=
\u
64CD
\u
4F5C
\u6210\u
529F
shelf.msg.opSucess
=
\u
64CD
\u
4F5C
\u6210\u
529F
shelf.msg.notFound
=
\u
672A
\u
627E
\u5230\u6599\u
67B6
shelf.msg.notFound
=
\u
672A
\u
627E
\u5230\u6599\u
67B6
shelf.msg.outError
=
\u
64CD
\u
4F5C
\u5931\u
8D25,
\u
672A
\u
627E
\u5230\u
53EF
\u
4EE5
\u
51FA
\u
5E93
\u7684\u7269\u6599
shelf.msg.outError
=
[1040]
\u
64CD
\u
4F5C
\u5931\u
8D25,
\u
672A
\u
627E
\u5230\u
53EF
\u
4EE5
\u
51FA
\u
5E93
\u7684\u7269\u6599
shelf.msg.outOk
=
\u
64CD
\u
4F5C
\u6210\u
529F,
\u
8BF7
\u
4ECE
\u
5E93
\u
4F4D[{0}]
\u
4E2D
\u
53D6
\u
51FA
\u7269\u6599
shelf.msg.outOk
=
\u
64CD
\u
4F5C
\u6210\u
529F,
\u
8BF7
\u
4ECE
\u
5E93
\u
4F4D[{0}]
\u
4E2D
\u
53D6
\u
51FA
\u7269\u6599
shelf.msg.inOk
=
\u
64CD
\u
4F5C
\u6210\u
529F,
\u
8BF7
\u
653E
\u5165\u
5E93
\u
4F4D[{0}]
shelf.msg.inOk
=
\u
64CD
\u
4F5C
\u6210\u
529F,
\u
8BF7
\u
653E
\u5165\u
5E93
\u
4F4D[{0}]
shelf.msg.inError
=
\u
672A
\u
627E
\u5230\u9002\u5408
[{0}]
\u7684\u
5E93
\u
4F4D
shelf.msg.inError
=
[1041]
\u
672A
\u
627E
\u5230\u9002\u5408
[{0}]
\u7684\u
5E93
\u
4F4D
shelf.msg.outConfirm
=
\u
5E93
\u
4F4D[{0}]
\u
51FA
\u
5E93
\u
5B8C
\u6210
.
shelf.msg.outConfirm
=
\u
5E93
\u
4F4D[{0}]
\u
51FA
\u
5E93
\u
5B8C
\u6210
.
shelf.msg.noTask
=
\u
64CD
\u
4F5C
\u5931\u
8D25,
\u
5DF2
\u5728\u
5E93
\u
4F4D[{0}]
\u
4E2D,
\u
672A
\u
627E
\u5230\u
5BF9
\u
5E94
\u7684\u
51FA
\u
5E93
\u
4EFB
\u
52A1
shelf.msg.noTask
=
\u
64CD
\u
4F5C
\u5931\u
8D25,
\u
5DF2
\u5728\u
5E93
\u
4F4D[{0}]
\u
4E2D,
\u
672A
\u
627E
\u5230\u
5BF9
\u
5E94
\u7684\u
51FA
\u
5E93
\u
4EFB
\u
52A1
component.generateBarcode
=
\u
751F
\u6210\u6761\u7801
component.generateBarcode
=
\u
751F
\u6210\u6761\u7801
...
@@ -396,28 +396,28 @@ storage.virtual.pnEmpty=\u6307\u5B9A\u7269\u7F16\u4E0D\u80FD\u4E3A\u7A7A
...
@@ -396,28 +396,28 @@ storage.virtual.pnEmpty=\u6307\u5B9A\u7269\u7F16\u4E0D\u80FD\u4E3A\u7A7A
storage.virtual.posEmpty
=
\u
4ED3
\u
4F4D
\u
7F16
\u
53F7
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
storage.virtual.posEmpty
=
\u
4ED3
\u
4F4D
\u
7F16
\u
53F7
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
storage.virtual.numEmpty
=
\u
53EF
\u
653E
\u6599\u
76D8
\u6570\u
91CF
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
storage.virtual.numEmpty
=
\u
53EF
\u
653E
\u6599\u
76D8
\u6570\u
91CF
\u
4E0D
\u
80FD
\u
4E3A
\u
7A7A
storage.virtual.numErrory
=
\u
53EF
\u
653E
\u6599\u
76D8
\u6570\u
91CF
\u
5FC5
\u
987B
\u
4E3A
\u5927\u
4E8E0
\u7684\u6570\u
5B57
storage.virtual.numErrory
=
\u
53EF
\u
653E
\u6599\u
76D8
\u6570\u
91CF
\u
5FC5
\u
987B
\u
4E3A
\u5927\u
4E8E0
\u7684\u6570\u
5B57
stroage.error.merge
=
\u5408\u
5E76
\u
5E93
\u
4F4D
\u
4EC5
\u9002\u7528\u7684\u
667A
\u
80FD
\u6599\u
67B6
barcode.error.noRi
=
\u
7F16
\u7801\u
89C4
\u5219\u
4E2D
\u
5FC5
\u
987B
\u5305\u
542B RI
\u
548C PN
barcode.error.notFound
=
\u
672A
\u
627E
\u5230\u
76F8
\u5173\u6761\u7801
error.pos.inQueue
=
\u
4F4D
\u
7F6E[{0}]
\u
5DF2
\u5728\u
64CD
\u
4F5C
\u
961F
\u5217\u
4E2D,
\u
64CD
\u
4F5C
\u5931\u
8D25
error.barcode.inQueue
=
\u
4E8C
\u
7EF4
\u7801\:
[{0}]
\u
5DF2
\u5728\u
64CD
\u
4F5C
\u
961F
\u5217\u
4E2D,
\u
64CD
\u
4F5C
\u5931\u
8D25
error.barcode.empty
=
\u
672A
\u
626B
\u
63CF
\u5230\u6761\u7801
error.barcode.many
=
\u
53D1
\u
73B0
\u
591A
\u
4E2A
\u6709\u6548\u6761\u7801
error.storage.unavailable
=
\u6599\u
4ED3[{0}]
\u
4E0D
\u
53EF
\u7528
error.storage.noPos
=
\u
65E0
\u
53EF
\u7528\u7684\u6599\u
683C[{0}],
\u
65E0
\u
6CD5
\u
7EE7
\u
7EED
\u
653E
\u5165
error.barcode.wrongSize
=
\u6599\u
76D8
\u
5C3A
\u
5BF8[{0}]
\u
4E0D
\u
7B26
error.barcode.executing
=
\u6761\u7801
[{0}]
\u7684\u
4EFB
\u
52A1
\u
6B63
\u5728\u6267\u
884C
error.pos.notExist
=
\u
5E93
\u
4F4D
\u3010
{0}
\u3011\u
4E0D
\u
5B58
\u5728
,
\u
65E0
\u
6CD5
\u5165\u
5E93
error.pos.hasReel
=
\u
5E93
\u
4F4D
\u3010
{0}
\u3011\u
4E2D
\u
5DF2
\u6709\u7269\u6599
,
\u
65E0
\u
6CD5
\u5165\u
5E93
error.pos.wrong
=
\u
5E93
\u
4F4D
\u3010
{0}
\u3011\u
4E0E
\u6599\u
4ED3[{1}]
\u
4E0D
\u5339\u
914D,
\u
65E0
\u
6CD5
\u5165\u
5E93
error.pos.sizeNotMatch
=
\u6599\u
76D8
\u
5C3A
\u
5BF8[{0}]
\u
4E0E
\u
5E93
\u
4F4D{1}
\u
5C3A
\u
5BF8[{2}]
\u
4E0D
\u
7B26,
\u
65E0
\u
6CD5
\u5165\u
5E93
error.barcode.invalid
=
{0}
\u
4E0D
\u
662F
\u6709\u6548\u7684\u6761\u7801
error.barcode.expired
=
\u7269\u6599\u
5DF2
\u
8FC7
\u
671F,
\u
65E0
\u
6CD5
\u5165\u
5E93.
error.barcode.wrongQty
=
\u6599\u
76D8[0]
\u6570\u
91CF[{1}]
\u9519\u
8BEF.
error.barcode.inStorage
=
\u6599\u
76D8[0]
\u
5DF2
\u5728\u6599\u
4ED3[1]
\u7684\u
5E93
\u
4F4D[2]
\u
4E2D
error.barcode.noRule
=
\u6761\u7801\u
89E3
\u6790\u
89C4
\u5219\u
672A
\u
5B9A
\u
4E49
error.barcode.wrongLength
=
\u6761\u7801
[{0}]
\u
957F
\u
5EA6
\u9519\u
8BEF
error.barcode.noField
=
\u6761\u7801\u
89E3
\u6790\u5931\u
8D25,
\u
672A
\u
627E
\u5230
{0}
\u
5B57
\u
6BB5
error.barcode.wrongPn
=
PartNumber
\u
4E0D
\u
4E00
\u
81F4
error.barcode.pnNotExist
=
x
\u6863\u6848
{0}
\u
4E0D
\u
5B58
\u5728
error.barcode.nocode
=
\u
672A
\u
8BFB
\u5230\u6761\u7801
\ No newline at end of file
\ No newline at end of file
stroage.error.merge
=
[1042]
\u5408\u
5E76
\u
5E93
\u
4F4D
\u
4EC5
\u9002\u7528\u7684\u
667A
\u
80FD
\u6599\u
67B6
barcode.error.noRi
=
[1043]
\u
7F16
\u7801\u
89C4
\u5219\u
4E2D
\u
5FC5
\u
987B
\u5305\u
542B RI
\u
548C PN
barcode.error.notFound
=
[1044]
\u
672A
\u
627E
\u5230\u
76F8
\u5173\u6761\u7801
error.pos.inQueue
=
[1045]
\u
4F4D
\u
7F6E[{0}]
\u
5DF2
\u5728\u
64CD
\u
4F5C
\u
961F
\u5217\u
4E2D,
\u
64CD
\u
4F5C
\u5931\u
8D25
error.barcode.inQueue
=
[1046]
\u
4E8C
\u
7EF4
\u7801\:
[{0}]
\u
5DF2
\u5728\u
64CD
\u
4F5C
\u
961F
\u5217\u
4E2D,
\u
64CD
\u
4F5C
\u5931\u
8D25
error.barcode.empty
=
[1047]
\u
672A
\u
626B
\u
63CF
\u5230\u6761\u7801
error.barcode.many
=
[1048]
\u
53D1
\u
73B0
\u
591A
\u
4E2A
\u6709\u6548\u6761\u7801
error.storage.unavailable
=
[1049]
\u6599\u
4ED3[{0}]
\u
4E0D
\u
53EF
\u7528
error.storage.noPos
=
[1050]
\u
65E0
\u
53EF
\u7528\u7684\u6599\u
683C[{0}],
\u
65E0
\u
6CD5
\u
7EE7
\u
7EED
\u
653E
\u5165
error.barcode.wrongSize
=
[1051]
\u6599\u
76D8
\u
5C3A
\u
5BF8[{0}]
\u
4E0D
\u
7B26
error.barcode.executing
=
[1052]
\u6761\u7801
[{0}]
\u7684\u
4EFB
\u
52A1
\u
6B63
\u5728\u6267\u
884C
error.pos.notExist
=
[1053]
\u
5E93
\u
4F4D
\u3010
{0}
\u3011\u
4E0D
\u
5B58
\u5728
,
\u
65E0
\u
6CD5
\u5165\u
5E93
error.pos.hasReel
=
[1054]
\u
5E93
\u
4F4D
\u3010
{0}
\u3011\u
4E2D
\u
5DF2
\u6709\u7269\u6599
,
\u
65E0
\u
6CD5
\u5165\u
5E93
error.pos.wrong
=
[1055]
\u
5E93
\u
4F4D
\u3010
{0}
\u3011\u
4E0E
\u6599\u
4ED3[{1}]
\u
4E0D
\u5339\u
914D,
\u
65E0
\u
6CD5
\u5165\u
5E93
error.pos.sizeNotMatch
=
[1056]
\u6599\u
76D8
\u
5C3A
\u
5BF8[{0}]
\u
4E0E
\u
5E93
\u
4F4D{1}
\u
5C3A
\u
5BF8[{2}]
\u
4E0D
\u
7B26,
\u
65E0
\u
6CD5
\u5165\u
5E93
error.barcode.invalid
=
[1057]{0}
\u
4E0D
\u
662F
\u6709\u6548\u7684\u6761\u7801
error.barcode.expired
=
[1058]
\u7269\u6599\u
5DF2
\u
8FC7
\u
671F,
\u
65E0
\u
6CD5
\u5165\u
5E93.
error.barcode.wrongQty
=
[1059]
\u6599\u
76D8[0]
\u6570\u
91CF[{1}]
\u9519\u
8BEF.
error.barcode.inStorage
=
[1060]
\u6599\u
76D8[0]
\u
5DF2
\u5728\u6599\u
4ED3[1]
\u7684\u
5E93
\u
4F4D[2]
\u
4E2D
error.barcode.noRule
=
[1061]
\u6761\u7801\u
89E3
\u6790\u
89C4
\u5219\u
672A
\u
5B9A
\u
4E49
error.barcode.wrongLength
=
[1062]
\u6761\u7801
[{0}]
\u
957F
\u
5EA6
\u9519\u
8BEF
error.barcode.noField
=
[1063]
\u6761\u7801\u
89E3
\u6790\u5931\u
8D25,
\u
672A
\u
627E
\u5230
{0}
\u
5B57
\u
6BB5
error.barcode.wrongPn
=
[1064]PartNumber
\u
4E0D
\u
4E00
\u
81F4
error.barcode.pnNotExist
=
[1065]x
\u6863\u6848
{0}
\u
4E0D
\u
5B58
\u5728
error.barcode.nocode
=
[1066]
\u
672A
\u
8BFB
\u5230\u6761\u7801
\ No newline at end of file
\ No newline at end of file
编写
预览
支持
Markdown
格式
附加文件
你添加了
0
人
到此讨论。请谨慎行事。
Finish editing this message first!
Cancel
请
注册
或
登录
后发表评论