更新-仓库-工序

This commit is contained in:
2022-03-09 15:19:23 +08:00
parent 02ac7ee486
commit 6b6eb66145
4 changed files with 52 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: zwq
* @LastEditTime: 2022-03-09 14:24:45
* @LastEditTime: 2022-03-09 15:14:15
* @Description: file content
*/
export default {
@@ -320,6 +320,7 @@ export default {
LocationCode: 'Location Code',
PerformTaskManual: 'Perform Task Manual',
processStorageLink: 'Process Storage Link',
SelectStorageType: 'Select Storage Type'
SelectStorageType: 'Select Storage Type',
LocationStorageSetting: 'Location Storage Setting'
}
}

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: zwq
* @LastEditTime: 2022-03-09 14:24:03
* @LastEditTime: 2022-03-09 15:14:07
*/
export default {
visual: {
@@ -334,6 +334,7 @@ export default {
LocationCode: '库位编码',
PerformTaskManual: '手动执行任务',
processStorageLink: '工序关联库位',
SelectStorageType: '选择库位类型'
SelectStorageType: '选择库位类型',
LocationStorageSetting: '库位存储箱设置'
}
}