48 lines
1.1 KiB
JavaScript
48 lines
1.1 KiB
JavaScript
/*
|
|
* @Author: gtz
|
|
* @Date: 2021-04-22 19:48:46
|
|
* @LastEditors: fzq
|
|
* @LastEditTime: 2022-03-18 14:50:00
|
|
* @Description: file content
|
|
*/
|
|
|
|
export default {
|
|
reportList: {
|
|
reportName: 'Report name',
|
|
reportSort: 'Report Sort',
|
|
createTime: 'Create Date',
|
|
operation: 'Operation',
|
|
storageBoxNumber: 'StorageBox Number',
|
|
queryFiltering: 'Query Filtering',
|
|
storageBoxReport: 'StorageBoxReport'
|
|
},
|
|
inventory: {
|
|
code: 'Code',
|
|
status: 'Status',
|
|
inprocessCode: 'Inprocess Code',
|
|
nextprocessCode: 'Next Process Code',
|
|
currentLocation: 'Current Location',
|
|
storeTime: 'Store Time',
|
|
orderName: 'Order Name',
|
|
substrateDetails: 'Substrate Details',
|
|
viewSubstrates: 'View Substrates',
|
|
manual: 'Manual',
|
|
downl: 'Download'
|
|
},
|
|
substrate: {
|
|
substrateCode: 'SubstrateCode',
|
|
location: 'Location',
|
|
storeTime: 'Store Time',
|
|
substrateStatus: 'Substrate Status',
|
|
editSubstrate: 'Edit Substrate',
|
|
interCode: 'Inter Code',
|
|
subStorageStatus: 'Sub Storage Status',
|
|
load: 'Load',
|
|
unload: 'Unload',
|
|
machineHandID: 'Machine Hand ID'
|
|
},
|
|
reportSort: {
|
|
all: 'All'
|
|
}
|
|
}
|