仓库-工序存储区管理

This commit is contained in:
2022-03-09 14:19:03 +08:00
parent 27786fb197
commit 238d8ba41c
7 changed files with 3465 additions and 159 deletions

View File

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

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: zwq
* @LastEditTime: 2022-03-07 09:14:33
* @LastEditTime: 2022-03-09 11:16:02
*/
export default {
visual: {
@@ -332,6 +332,7 @@ export default {
LocationName: '库位名',
LocationCode: '库位编码',
PerformTaskManual: '手动执行任务',
processStorageLink: '工序关联库位'
processStorageLink: '工序关联库位',
SelectStorageType: '选择库位类型'
}
}