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
8e3b9056
Commit
8e3b9056
authored
May 11, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加移库出库确认批量签审界面
parent
4e6b66e2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
index.vue
...low/task-center/myPlanTask/inStorageMoveExamine/index.vue
+1
-1
taskList.vue
...er/src/views/workflow/task-center/myPlanTask/taskList.vue
+1
-0
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/inStorageMoveExamine/index.vue
View file @
8e3b9056
...
...
@@ -37,7 +37,7 @@ export default {
immediate
:
true
,
deep
:
true
,
handler
(
val
)
{
if
(
val
===
'InStorageMoveAuditing'
)
{
if
(
val
===
'InStorageMoveAuditing'
||
val
===
'OutStorageMoveConfirm'
)
{
this
.
layKey
=
'batchSign_InStorageMoveAuditing'
}
else
{
this
.
layKey
=
'batchSign_inStorageMoveExamine'
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/taskList.vue
View file @
8e3b9056
...
...
@@ -45,6 +45,7 @@ export default {
InstructionIdentificationBatchInfo
:
()
=>
import
(
'./instructionIdentificationBatch'
),
// 指令标识不编辑
ReturnToFactoryBatch
:
()
=>
import
(
'./returnToFactoryBatch'
),
// 返厂处理
InStorageMoveAuditing
:
()
=>
import
(
'./inStorageMoveExamine'
),
// 移库入库库房审核
OutStorageMoveConfirm
:
()
=>
import
(
'./inStorageMoveExamine'
),
// 移库出库确认
InStorageMoveExamine
:
()
=>
import
(
'./inStorageMoveExamine'
),
// 移库入库库房确认
InStorageTkdBackCraftsmenExamin
:
()
=>
import
(
'./inStorageTkdBackCraftsmenExamin'
),
// 退库单退库工艺审核
InStorageTkdBackDesignerExamin
:
()
=>
import
(
'./inStorageTkdBackDesignerExamin'
),
// 退库单退库设计审核
...
...
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