Commit 0ef543c0 by 李嘉林

新增待办

parent 112dde1e
......@@ -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)
},
}
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment