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
9db04671
Commit
9db04671
authored
Dec 31, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
临时提交
parent
a23fbae5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1168 additions
and
811 deletions
+1168
-811
quasar.conf.js
quasar.conf.js
+2
-2
courseprice-form.vue
src/components/course/courseprice-form.vue
+11
-11
manager-form.vue
src/components/school/manager/manager-form.vue
+670
-404
MainLayout.vue
src/layouts/MainLayout.vue
+485
-394
tenccc.ts
src/utils/tenccc.ts
+0
-0
No files found.
quasar.conf.js
View file @
9db04671
...
...
@@ -47,9 +47,9 @@ module.exports = function (ctx) {
vueRouterMode
:
'hash'
,
// available values: 'hash', 'history'
env
:
ctx
.
dev
?
{
// API: 'https
://localhost:5001/api',
API
:
'http
://localhost:5001/api'
,
// API: 'http://192.168.20.24:8300/api',
API
:
'http://192.168.10.46:8300/api'
,
//
API: 'http://192.168.10.46:8300/api',
// API: 'http://192.168.20.17:8017/api',
...
...
src/components/course/courseprice-form.vue
View file @
9db04671
...
...
@@ -331,34 +331,34 @@
B2CRatio
:
0
,
//直客首次报名优惠比例
B2CReNewRatio
:
0
,
//直客续费优惠比例
B2BRebateRatio
:
0
,
//一般同行首次报名返佣比例
B2BRebateRatioType
:
1
,
B2BRebateRatioType
:
3
,
B2BRebateRatioValue
:
''
,
B2BReNewRatio
:
0
,
//一般同行续费返佣比例
B2BReNewRatioType
:
1
,
B2BReNewRatioType
:
3
,
B2BReNewRatioValue
:
''
,
SchoolRebateRatio
:
0
,
//校代同行首次返佣比例
SchoolRebateRatioType
:
1
,
SchoolRebateRatioType
:
3
,
SchoolRebateRatioValue
:
''
,
SchoolReNewRatio
:
0
,
//校代同行续费返佣比例
SchoolReNewRatioType
:
1
,
SchoolReNewRatioType
:
3
,
SchoolReNewRatioValue
:
''
,
TransIntroductceRatio
:
0
,
//转介首次报名返佣比例
TransIntroductceRatioType
:
1
,
TransIntroductceRatioType
:
3
,
TransIntroductceRatioValue
:
''
,
TransIntroductceReNewRatio
:
0
,
//转介续费返佣比例
TransIntroductceReNewRatioType
:
1
,
TransIntroductceReNewRatioType
:
3
,
TransIntroductceReNewRatioValue
:
''
,
InnerRecommendRatio
:
0
,
//內推首次报名返佣比例
InnerRecommendRatioType
:
1
,
InnerRecommendRatioType
:
3
,
InnerRecommendRatioValue
:
''
,
InnerRecommendReNewRatio
:
0
,
//內推续费返佣比例
InnerRecommendReNewRatioType
:
1
,
InnerRecommendReNewRatioType
:
3
,
InnerRecommendReNewRatioValue
:
''
,
B2CRbRatio
:
0
,
//直客首次报名返佣比例
B2CRbRatioType
:
1
,
//直客首次报名返佣类型
B2CRbRatioType
:
3
,
//直客首次报名返佣类型
B2CRbRatioValue
:
""
,
// 直客首次报名返佣类型值
B2CRNRatio
:
0
,
//直客续费返佣比例
B2CRNRatioType
:
1
,
//直客续费返佣类型
B2CRNRatioType
:
3
,
//直客续费返佣类型
B2CRNRatioValue
:
""
,
//直客续费返佣类型值
},
priceList
:
[]
//价格列表
...
...
@@ -379,7 +379,7 @@
getFanyong
(){
GetCourseRebateSetList
().
then
(
res
=>
{
if
(
res
.
Code
==
1
){
this
.
CourseRebateList
=
res
.
Data
;
this
.
CourseRebateList
=
res
.
Data
.
filter
(
x
=>
x
.
Id
==
3
)
;
}
});
},
...
...
src/components/school/manager/manager-form.vue
View file @
9db04671
This diff is collapsed.
Click to expand it.
src/layouts/MainLayout.vue
View file @
9db04671
This diff is collapsed.
Click to expand it.
src/utils/tenccc.ts
0 → 100644
View file @
9db04671
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