'修改bug'
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:19:14
|
||||
* @LastEditors: Please set LastEditors
|
||||
* @LastEditTime: 2021-07-13 20:32:02
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-03-08 15:48:54
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
@@ -90,5 +90,9 @@ export default {
|
||||
download: {
|
||||
zh: '下载',
|
||||
en: 'download'
|
||||
},
|
||||
export: {
|
||||
zh: '导出',
|
||||
en: 'export'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:13:51
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2022-03-04 10:13:58
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-03-10 14:05:21
|
||||
* @Description: file content
|
||||
*/
|
||||
export default {
|
||||
@@ -126,6 +126,20 @@ export default {
|
||||
AlarmTypeCode: 'Alarm Type Code',
|
||||
LevelCode: 'Level Code'
|
||||
},
|
||||
processLocation: {
|
||||
sequence: 'Sequence',
|
||||
locationName: 'Location Name',
|
||||
isProcess: 'Location Type',
|
||||
locationId: 'Location Id',
|
||||
workSequenId: 'Work Sequence Id',
|
||||
equipmentMark: 'Equipment Mark',
|
||||
portAttrId: 'Port Attribute Id',
|
||||
goodsShelves: 'Goods Shelves',
|
||||
ProcessLocation: 'Process Location',
|
||||
CacheLocation: 'Cache Location',
|
||||
aShelf: 'Shelf A',
|
||||
bShelf: 'Shelf B'
|
||||
},
|
||||
cache: {
|
||||
CacheCode: 'Ports Code',
|
||||
CacheName: 'Ports Name',
|
||||
@@ -147,7 +161,10 @@ export default {
|
||||
LocationName: 'Location Name',
|
||||
anotherName: 'Another Name',
|
||||
place: 'Place',
|
||||
addCacheArea: 'add Ports Shelf'
|
||||
addCacheArea: 'add Ports Shelf',
|
||||
warning: 'Layers and Columns must be integer!',
|
||||
logisticsEquipment: 'Logistics Equipment',
|
||||
processEquipment: 'Process Equipment'
|
||||
},
|
||||
storageBox: {
|
||||
name: 'Name',
|
||||
|
||||
@@ -1,13 +1,8 @@
|
||||
/*
|
||||
* @Author: gtz
|
||||
* @Date: 2021-03-04 16:13:51
|
||||
<<<<<<< HEAD
|
||||
* @LastEditors: fzq
|
||||
* @LastEditTime: 2022-03-06 19:53:27
|
||||
=======
|
||||
* @LastEditors: zwq
|
||||
* @LastEditTime: 2022-03-04 10:13:41
|
||||
>>>>>>> develop
|
||||
* @LastEditTime: 2022-03-10 14:05:01
|
||||
* @Description: file content
|
||||
*/
|
||||
export default {
|
||||
@@ -157,7 +152,10 @@ export default {
|
||||
place: '位置',
|
||||
addCacheArea: '添加货架',
|
||||
addLocation: '添加库位',
|
||||
status: '状态'
|
||||
status: '状态',
|
||||
warning: '行列标必须为整数!',
|
||||
logisticsEquipment: '物流设备',
|
||||
processEquipment: '工艺设备'
|
||||
},
|
||||
storageBox: {
|
||||
name: '存储箱名称',
|
||||
@@ -254,10 +252,16 @@ export default {
|
||||
processLocation: {
|
||||
sequence: '顺序',
|
||||
locationName: '库位名',
|
||||
isProcess: '是否为工序准备箱',
|
||||
isProcess: '库位类型',
|
||||
locationId: '库位ID',
|
||||
workSequenId: '工序ID',
|
||||
equipmentMark: '设备标记'
|
||||
equipmentMark: '设备标记',
|
||||
portAttrId: '库位属性ID',
|
||||
goodsShelves: '货架',
|
||||
CacheLocation: '缓存区库位',
|
||||
ProcessLocation: '工序库位',
|
||||
aShelf: 'a货架',
|
||||
bShelf: 'b货架'
|
||||
},
|
||||
productPool: {
|
||||
productName: '产品名称',
|
||||
|
||||
Reference in New Issue
Block a user