'基础+报表'

This commit is contained in:
Fanzink
2022-03-05 19:43:42 +08:00
parent b5081ba279
commit 82f44b5a62
20 changed files with 1198 additions and 166 deletions

View File

@@ -1,8 +1,8 @@
/*
* @Author: gtz
* @Date: 2021-04-22 19:48:46
* @LastEditors: gtz
* @LastEditTime: 2021-04-27 12:13:25
* @LastEditors: fzq
* @LastEditTime: 2022-03-05 18:24:15
* @Description: file content
*/
@@ -11,7 +11,27 @@ export default {
reportName: '报表名称',
reportSort: '报表分类',
createTime: '添加时间',
operation: '操作'
operation: '操作',
storageBoxNumber: '存储箱号',
queryFiltering: '查询过滤'
},
inventory: {
code: '存储箱号',
status: '存储箱状态',
inprocessCode: '完成工序',
nextprocessCode: '下一个工序',
currentLocation: '当前库位',
storeTime: '存放时间',
orderName: '工单名',
substrateDetails: '详情基板',
viewSubstrates: '查看基板'
},
substrate: {
substrateCode: '基板编码',
location: '当前位置',
storeTime: '入库时间',
substrateStatus: '基板状态',
editSubstrate: '编辑基板'
},
reportSort: {
all: '全部'