Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TFMOM
TF-MOM-WEB
Commits
dcc54612
Commit
dcc54612
authored
Nov 08, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
领用出库流程增加准备工领料和工人领料确认节点
parent
2bc50d8a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
taskList.vue
...er/src/views/workflow/task-center/myPlanTask/taskList.vue
+3
-1
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/taskList.vue
View file @
dcc54612
...
@@ -24,7 +24,9 @@ export default {
...
@@ -24,7 +24,9 @@ export default {
OutStorageOutConfirm
:
()
=>
import
(
'./outStorageOutConfirm'
),
// 供外出库确认
OutStorageOutConfirm
:
()
=>
import
(
'./outStorageOutConfirm'
),
// 供外出库确认
ERPOutStorageUseApply
:
()
=>
import
(
'./outStorageUseApply'
),
// 领用出库申请(申请)
ERPOutStorageUseApply
:
()
=>
import
(
'./outStorageUseApply'
),
// 领用出库申请(申请)
ERPOutStorageUseExamine
:
()
=>
import
(
'./outStorageUseExamine'
),
// 领用出库审核(工艺员审核)
ERPOutStorageUseExamine
:
()
=>
import
(
'./outStorageUseExamine'
),
// 领用出库审核(工艺员审核)
ERPOutStorageUseConfirm
:
()
=>
import
(
'./ERP_OutStorageUseConfirm'
),
// 领用出库确认(换件领用-准备工确认)
ERPOutStorageUseConfirm
:
()
=>
import
(
'./ERP_OutStorageUseConfirm'
),
// 领用出库-准备工确认
ERPOutStorageUseZBGLL
:
()
=>
import
(
'./ERP_OutStorageUseConfirm'
),
// 领用出库-准备工领料
ERPOutStorageUseGRLL
:
()
=>
import
(
'./ERP_OutStorageUseConfirm'
),
// 领用出库-工人领料
InStorageMatchBackApply
:
()
=>
import
(
'./inStorageMatchBackApply'
),
// 配套退库申请
InStorageMatchBackApply
:
()
=>
import
(
'./inStorageMatchBackApply'
),
// 配套退库申请
InStorageMatchBackExamin
:
()
=>
import
(
'./inStorageMatchBackExamine'
),
// 配套退库审核
InStorageMatchBackExamin
:
()
=>
import
(
'./inStorageMatchBackExamine'
),
// 配套退库审核
InStorageMatchBackConfirm
:
()
=>
import
(
'./inStorageMatchBackConfirm'
),
// 配套退库确认
InStorageMatchBackConfirm
:
()
=>
import
(
'./inStorageMatchBackConfirm'
),
// 配套退库确认
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment