Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
0ef543c0
Commit
0ef543c0
authored
Feb 20, 2024
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增待办
parent
112dde1e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
src/api/wly.js
+2
-2
src/components/common/WLYToDoList.vue
+15
-1
No files found.
src/api/wly.js
View file @
0ef543c0
...
...
@@ -2,6 +2,6 @@ import { requestPOST, requestGET } from "@/utils/request.js";
export
default
{
selectToDoList
(
options
)
{
return
requestPOST
(
`
${
process
.
env
.
BASE_URL
}
/innerApi/wlyService/packageRestaurant/market/selectToDoList`
,
options
)
},
return
requestPOST
(
`
${
process
.
env
.
BASE_URL
}
/innerApi/wlyService/packageRestaurant/market/selectToDoList`
,
options
)
},
}
src/components/common/WLYToDoList.vue
View file @
0ef543c0
...
...
@@ -41,7 +41,19 @@ export default {
label
:
"待大区确认"
,
count
:
0
,
link
:
"/#/pages/advanceOrder/index?getMixId=1&noLogin=true&advanceOrderStatus=secondSignature"
,
}
},
{
id
:
3
,
label
:
"待部门主管审核"
,
count
:
0
,
link
:
"/#/pages/advanceOrder/index?getMixId=1&noLogin=true&advanceOrderStatus=waitManagerApprove"
,
},
{
id
:
4
,
label
:
"待渠道部审核"
,
count
:
0
,
link
:
"/#/pages/advanceOrder/index?getMixId=1&noLogin=true&advanceOrderStatus=waitChannelApprove"
,
},
]
}
},
...
...
@@ -68,6 +80,8 @@ export default {
this
.
list
[
0
].
count
=
Number
(
res
.
data
.
data
.
countBooking
);
this
.
list
[
1
].
count
=
Number
(
res
.
data
.
data
.
countMealSecondConfirm
);
this
.
list
[
2
].
count
=
Number
(
res
.
data
.
data
.
countMealSecondSignature
);
this
.
list
[
3
].
count
=
Number
(
res
.
data
.
data
.
countDeptHeadConfirm
);
this
.
list
[
4
].
count
=
Number
(
res
.
data
.
data
.
countQdConfirm
);
}
if
(
res
.
data
.
data
.
total
>
0
)
{
this
.
show
=
true
;
...
...
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