'修改bug'
This commit is contained in:
@@ -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