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
2b7857ab
Commit
2b7857ab
authored
Oct 14, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、库内退库确认换成线边库退库确认2、台账退库确认换成ERP退库确认
parent
4672c187
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
my-task.vue
...ns/dee-task-center/src/views/home/compontents/my-task.vue
+7
-7
No files found.
applications/dee-task-center/src/views/home/compontents/my-task.vue
View file @
2b7857ab
...
...
@@ -136,12 +136,12 @@ export default {
appId
:
1626782774851
},
{
taskType
:
'
库内
退库确认'
,
taskType
:
'
线边库
退库确认'
,
type
:
'ERP_StockBackConfirm'
,
appId
:
1626782774851
},
{
taskType
:
'
台账
退库确认'
,
taskType
:
'
ERP
退库确认'
,
type
:
'ERP_InventoryBackConfirm'
,
appId
:
1626782774851
},
...
...
@@ -293,11 +293,11 @@ export default {
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?subTypeName=InternalStockBackRequest`
,
{}).
then
(
res
=>
{
this
.
$set
(
this
.
quickAccessList
[
index
],
'taskCount'
,
res
.
items
)
})
}
else
if
(
item
.
taskType
===
'
台账
退库确认'
)
{
}
else
if
(
item
.
taskType
===
'
ERP
退库确认'
)
{
post
(
`/ErpRetirementRequest/searchBackTaskCount?subTypeName=InventoryStockBackRequest`
,
{}).
then
(
res
=>
{
this
.
$set
(
this
.
quickAccessList
[
index
],
'taskCount'
,
res
.
items
)
})
...
...
@@ -354,7 +354,7 @@ export default {
}
})
this
.
$store
.
dispatch
(
'app/closeSideBar'
,
false
)
}
else
if
([
'准备工出库调整'
,
'操作工物料确认'
,
'配套退库申请'
,
'配套退库确认'
,
'
库内退库确认'
,
'领用出库确认'
,
'入库台账确认'
,
'台账
退库确认'
].
includes
(
item
.
taskType
))
{
}
else
if
([
'准备工出库调整'
,
'操作工物料确认'
,
'配套退库申请'
,
'配套退库确认'
,
'
线边库退库确认'
,
'领用出库确认'
,
'入库台账确认'
,
'ERP
退库确认'
].
includes
(
item
.
taskType
))
{
let
pageNo
=
''
switch
(
item
.
taskType
)
{
case
'准备工出库调整'
:
...
...
@@ -369,10 +369,10 @@ export default {
case
'配套退库确认'
:
pageNo
=
'102e307a-342e-4786-8a9a-a50465ab1721'
break
case
'
库内
退库确认'
:
case
'
线边库
退库确认'
:
pageNo
=
'219cf48e-020a-4048-85d7-d5c2b83537f4'
break
case
'
台账
退库确认'
:
case
'
ERP
退库确认'
:
pageNo
=
'b9c04cfc-95b4-4584-ba31-c1c52a4d0047'
break
case
'入库台账确认'
:
...
...
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