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
d4a1b701
Commit
d4a1b701
authored
Sep 19, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配套退库确认待办查询接口修改
parent
9c08a38d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
my-task.vue
...ns/dee-task-center/src/views/home/compontents/my-task.vue
+8
-7
No files found.
applications/dee-task-center/src/views/home/compontents/my-task.vue
View file @
d4a1b701
...
@@ -235,7 +235,7 @@ export default {
...
@@ -235,7 +235,7 @@ export default {
get
(
`/indexTask/task/ProdTask`
,
{}).
then
(
res
=>
{
get
(
`/indexTask/task/ProdTask`
,
{}).
then
(
res
=>
{
this
.
$set
(
this
.
quickAccessList
[
index
],
'taskCount'
,
res
.
items
.
count
)
this
.
$set
(
this
.
quickAccessList
[
index
],
'taskCount'
,
res
.
items
.
count
)
})
})
}
else
if
(
item
.
taskType
===
'准备工出库调整'
||
item
.
taskType
===
'操作工确认'
||
item
.
taskType
===
'配套退库确认'
)
{
}
else
if
(
item
.
taskType
===
'准备工出库调整'
||
item
.
taskType
===
'操作工确认'
)
{
post
(
`/ErpSorting/currentUserSortingTaskCount`
,
{}).
then
(
res
=>
{
post
(
`/ErpSorting/currentUserSortingTaskCount`
,
{}).
then
(
res
=>
{
let
resKey
=
''
let
resKey
=
''
switch
(
item
.
taskType
)
{
switch
(
item
.
taskType
)
{
...
@@ -245,9 +245,6 @@ export default {
...
@@ -245,9 +245,6 @@ export default {
case
'操作工确认'
:
case
'操作工确认'
:
resKey
=
'操作工任务数量'
resKey
=
'操作工任务数量'
break
break
case
'配套退库确认'
:
resKey
=
'自动配套退库任务'
break
default
:
default
:
break
break
}
}
...
@@ -259,8 +256,8 @@ export default {
...
@@ -259,8 +256,8 @@ export default {
'items'
:
[
'items'
:
[
{
{
'fieldName'
:
'state'
,
'fieldName'
:
'state'
,
'operator'
:
'
EQ
'
,
'operator'
:
'
IN
'
,
'value'
:
'Apply'
'value'
:
[
'Apply'
,
'Back'
]
},
},
{
{
'fieldName'
:
'subTypeName'
,
'fieldName'
:
'subTypeName'
,
...
@@ -277,8 +274,12 @@ export default {
...
@@ -277,8 +274,12 @@ export default {
}).
then
(
res
=>
{
}).
then
(
res
=>
{
this
.
$set
(
this
.
quickAccessList
[
index
],
'taskCount'
,
res
.
items
)
this
.
$set
(
this
.
quickAccessList
[
index
],
'taskCount'
,
res
.
items
)
})
})
}
else
if
(
item
.
taskType
===
'配套退库确认'
)
{
post
(
`/ErpRetirementRequest/searchBackTaskCount?subTypeName=MatchStockBackRequest`
,
{}).
then
(
res
=>
{
this
.
$set
(
this
.
quickAccessList
[
index
],
'taskCount'
,
res
.
items
)
})
}
else
if
(
item
.
taskType
===
'库内退库确认'
)
{
}
else
if
(
item
.
taskType
===
'库内退库确认'
)
{
post
(
`/ErpRetirementRequest/searchBackTaskCount`
,
{}).
then
(
res
=>
{
post
(
`/ErpRetirementRequest/searchBackTaskCount
?subTypeName=InternalStockBackRequest
`
,
{}).
then
(
res
=>
{
this
.
$set
(
this
.
quickAccessList
[
index
],
'taskCount'
,
res
.
items
)
this
.
$set
(
this
.
quickAccessList
[
index
],
'taskCount'
,
res
.
items
)
})
})
}
else
if
(
item
.
taskType
===
'入库台账确认'
)
{
}
else
if
(
item
.
taskType
===
'入库台账确认'
)
{
...
...
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