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
b206bb2b
Commit
b206bb2b
authored
Mar 26, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
移库入库增加批量操作审核操作,原来的审核节点变为确认节点
parent
36deb26d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
5 deletions
+19
-5
index.vue
...low/task-center/myPlanTask/inStorageMoveExamine/index.vue
+17
-4
taskList.vue
...er/src/views/workflow/task-center/myPlanTask/taskList.vue
+2
-1
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/inStorageMoveExamine/index.vue
View file @
b206bb2b
<!--
<!--
* @Author: gjn
* @Author: gjn
* @Date: 2024-03-05 13:49:39
* @Date: 2024-03-05 13:49:39
* @Description:移库入库库房审核
* @Description:移库入库库房审核
/确认
-->
-->
<
template
>
<
template
>
<div
class=
"inStorageMoveExamine"
>
<div
class=
"inStorageMoveExamine"
>
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
ref=
"applyTable"
ref=
"applyTable"
class=
"list-table"
class=
"list-table"
:basic-data=
"
{ selectData,selectionRows }"
:basic-data=
"
{ selectData,selectionRows }"
:lay-config="{ typeName: 'InStorageMoveItem', layKey:
'batchSign_inStorageMoveExamine'
}"
:lay-config="{ typeName: 'InStorageMoveItem', layKey:
layKey
}"
@selectionChange="selectionChange"
@selectionChange="selectionChange"
/>
/>
</div>
</div>
...
@@ -27,11 +27,24 @@ export default {
...
@@ -27,11 +27,24 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
selectionRows
:
[]
selectionRows
:
[],
layKey
:
'batchSign_inStorageMoveExamine'
}
}
},
},
computed
:
{},
computed
:
{},
watch
:
{},
watch
:
{
'selectData.router'
:
{
immediate
:
true
,
deep
:
true
,
handler
(
val
)
{
if
(
val
===
'InStorageMoveAuditing'
)
{
this
.
layKey
=
'batchSign_InStorageMoveAuditing'
}
else
{
this
.
layKey
=
'batchSign_inStorageMoveExamine'
}
}
}
},
created
()
{},
created
()
{},
mounted
()
{
mounted
()
{
this
.
$bus
.
$on
(
'refreshUseItemConfirm'
,
(
data
)
=>
{
this
.
$bus
.
$on
(
'refreshUseItemConfirm'
,
(
data
)
=>
{
...
...
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/taskList.vue
View file @
b206bb2b
...
@@ -44,7 +44,8 @@ export default {
...
@@ -44,7 +44,8 @@ export default {
InstructionIdentificationBatch
:
()
=>
import
(
'./instructionIdentificationBatch'
),
// 指令标识
InstructionIdentificationBatch
:
()
=>
import
(
'./instructionIdentificationBatch'
),
// 指令标识
InstructionIdentificationBatchInfo
:
()
=>
import
(
'./instructionIdentificationBatch'
),
// 指令标识不编辑
InstructionIdentificationBatchInfo
:
()
=>
import
(
'./instructionIdentificationBatch'
),
// 指令标识不编辑
ReturnToFactoryBatch
:
()
=>
import
(
'./returnToFactoryBatch'
),
// 返厂处理
ReturnToFactoryBatch
:
()
=>
import
(
'./returnToFactoryBatch'
),
// 返厂处理
InStorageMoveExamine
:
()
=>
import
(
'./inStorageMoveExamine'
)
// 移库入库库房审核
InStorageMoveAuditing
:
()
=>
import
(
'./inStorageMoveExamine'
),
// 移库入库库房审核
InStorageMoveExamine
:
()
=>
import
(
'./inStorageMoveExamine'
)
// 移库入库库房确认
},
},
props
:
{
props
:
{
...
...
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