仓库管理-工序库位关联

This commit is contained in:
2022-03-11 16:38:54 +08:00
parent e7629a6ea0
commit 7fd51b5211
11 changed files with 149 additions and 90 deletions

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: zwq
* @LastEditTime: 2022-03-11 08:28:27
* @LastEditTime: 2022-03-11 10:55:37
* @Description: file content
*/
export default {
@@ -255,7 +255,7 @@ export default {
entryType: 'Manual/Automatic',
automatic: 'automatic',
manual: 'Manual',
workOrderId: 'workOrderId'
workOrderName: 'Work Order Name'
},
productPool: {
productName: 'Product Name',

View File

@@ -2,7 +2,7 @@
* @Author: gtz
* @Date: 2021-03-04 16:13:51
* @LastEditors: zwq
* @LastEditTime: 2022-03-11 08:28:40
* @LastEditTime: 2022-03-11 10:55:25
*/
export default {
visual: {
@@ -247,7 +247,7 @@ export default {
entryType: '手动/自动',
automatic: '自动',
manual: '手动',
workOrderId: '工单名称'
workOrderName: '工单名称'
},
processLocation: {
sequence: '顺序',