Commit e76cd9ca authored by 罗超's avatar 罗超

新增留学就业统计

parent fd93a4dc
......@@ -57,6 +57,17 @@ export function getMyOrderPageList(data) {
data
})
}
/**
* 销售 留学就业统计
*
*/
export function getMyStudyOrderStatisticsPageList(data) {
return request({
url: '/order/GetStudyOrderPageListStatistics',
method: 'post',
data
})
}
/**
* 销售 我的订单状态
......
......@@ -158,7 +158,7 @@
Q_OrderState: 1, //查询 1正常订单 2取消订单 (默认传1 如果 选择了订单状态 则传 0)
Q_OrderBy: 2, //写死 =2
PlatformTax: 0, //平台税金
EnterID:'',//业务员
EnterID:'',//业务员id
},
//订单状态
OrderStateList: [],
......
This diff is collapsed.
......@@ -535,6 +535,11 @@ const routes = [{
component: () =>
import("pages/sale/studyOrder.vue")
},
{
path: "/sale/studyOrderStatistics", //销售 我的留学就业订单统计
component: () =>
import("pages/sale/studyOrderStatistics.vue")
},
{
path: "/sale/contractManage", //销售 合同管理
component: () =>
......
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