Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
罗超
confucius
Commits
e76cd9ca
Commit
e76cd9ca
authored
Apr 22, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增留学就业统计
parent
fd93a4dc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
368 additions
and
1 deletion
+368
-1
sale.js
src/api/sale/sale.js
+11
-0
orderStatistics.vue
src/pages/sale/orderStatistics.vue
+1
-1
studyOrderStatistics.vue
src/pages/sale/studyOrderStatistics.vue
+351
-0
routes.js
src/router/routes.js
+5
-0
No files found.
src/api/sale/sale.js
View file @
e76cd9ca
...
...
@@ -57,6 +57,17 @@ export function getMyOrderPageList(data) {
data
})
}
/**
* 销售 留学就业统计
*
*/
export
function
getMyStudyOrderStatisticsPageList
(
data
)
{
return
request
({
url
:
'/order/GetStudyOrderPageListStatistics'
,
method
:
'post'
,
data
})
}
/**
* 销售 我的订单状态
...
...
src/pages/sale/orderStatistics.vue
View file @
e76cd9ca
...
...
@@ -158,7 +158,7 @@
Q_OrderState
:
1
,
//查询 1正常订单 2取消订单 (默认传1 如果 选择了订单状态 则传 0)
Q_OrderBy
:
2
,
//写死 =2
PlatformTax
:
0
,
//平台税金
EnterID
:
''
,
//业务员
EnterID
:
''
,
//业务员
id
},
//订单状态
OrderStateList
:
[],
...
...
src/pages/sale/studyOrderStatistics.vue
0 → 100644
View file @
e76cd9ca
This diff is collapsed.
Click to expand it.
src/router/routes.js
View file @
e76cd9ca
...
...
@@ -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
:
()
=>
...
...
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