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
719d0f09
Commit
719d0f09
authored
Dec 18, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改设置
parent
3af1bbec
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
11 deletions
+39
-11
classFee.vue
src/components/course/classFee.vue
+9
-2
studentFee.vue
src/components/course/studentFee.vue
+9
-2
socialclass.vue
src/pages/course/socialclass.vue
+11
-4
studentClass.vue
src/pages/course/studentClass.vue
+10
-3
No files found.
src/components/course/classFee.vue
View file @
719d0f09
...
...
@@ -45,7 +45,7 @@
<div>
<div
class=
"col"
style=
"display:flex;margin-top:20px;"
>
<div>
<q-select
class=
"q-pb-lg q-pr-lg"
style=
"width:
30
0px;"
multiple
clearable
filled
stack-label
use-input
use-chips
<q-select
class=
"q-pb-lg q-pr-lg"
style=
"width:
45
0px;"
multiple
clearable
filled
stack-label
use-input
use-chips
option-value=
"CTypeId"
option-label=
"CTypeName"
v-model=
"tempSchool"
ref=
"PostId"
:options=
"DropDownList"
label=
"班级类型"
:dense=
"false"
emit-value
map-options
>
</q-select>
...
...
@@ -534,6 +534,9 @@
this
.
setTeachMsg
.
Id
=
res
.
Data
.
Id
;
this
.
setTeachMsg
.
BasicMoney
=
res
.
Data
.
BasicMoney
;
this
.
setTeachMsg
.
BasicHour
=
res
.
Data
.
BasicHour
;
if
(
res
.
Data
.
ClassTypeIdList
){
this
.
tempSchool
=
res
.
Data
.
ClassTypeIdList
;
}
}
})
},
...
...
@@ -552,7 +555,11 @@
},
//保存上部
saveClass
()
{
this
.
setTeachMsg
.
ClassTypeIds
=
this
.
tempSchool
.
toString
();
if
(
this
.
tempSchool
){
this
.
setTeachMsg
.
ClassTypeIds
=
this
.
tempSchool
.
toString
();
}
else
{
this
.
setTeachMsg
.
ClassTypeIds
=
''
;
}
SetTeachingRewardsBase
(
this
.
setTeachMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
$q
.
notify
({
...
...
src/components/course/studentFee.vue
View file @
719d0f09
...
...
@@ -45,7 +45,7 @@
<div>
<div
class=
"col"
style=
"display:flex;margin-top:20px;"
>
<div>
<q-select
class=
"q-pb-lg q-pr-lg"
style=
"width:
30
0px;"
multiple
clearable
filled
stack-label
use-input
use-chips
<q-select
class=
"q-pb-lg q-pr-lg"
style=
"width:
45
0px;"
multiple
clearable
filled
stack-label
use-input
use-chips
option-value=
"CTypeId"
option-label=
"CTypeName"
v-model=
"tempSchool"
ref=
"PostId"
:options=
"DropDownList"
label=
"班级类型"
:dense=
"false"
emit-value
map-options
>
</q-select>
...
...
@@ -534,6 +534,9 @@
this
.
setTeachMsg
.
Id
=
res
.
Data
.
Id
;
this
.
setTeachMsg
.
BasicMoney
=
res
.
Data
.
BasicMoney
;
this
.
setTeachMsg
.
BasicHour
=
res
.
Data
.
BasicHour
;
if
(
res
.
Data
.
ClassTypeIdList
){
this
.
tempSchool
=
res
.
Data
.
ClassTypeIdList
;
}
}
})
},
...
...
@@ -552,7 +555,11 @@
},
//保存上部
saveClass
()
{
this
.
setTeachMsg
.
ClassTypeIds
=
this
.
tempSchool
.
toString
();
if
(
this
.
tempSchool
){
this
.
setTeachMsg
.
ClassTypeIds
=
this
.
tempSchool
.
toString
();
}
else
{
this
.
setTeachMsg
.
ClassTypeIds
=
''
;
}
SetTeachingRewardsBase
(
this
.
setTeachMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
$q
.
notify
({
...
...
src/pages/course/socialclass.vue
View file @
719d0f09
...
...
@@ -44,14 +44,14 @@
<
template
>
<div
class=
"page-body"
>
<q-tabs
v-model=
"tabCheck"
narrow-indicator
dense
align=
"left"
class=
"text-primary"
>
<q-tab
:ripple=
"false"
name=
"first"
label=
"奖金设置"
/>
<q-tab
:ripple=
"false"
name=
"first"
label=
"奖金设置"
@
click=
"getBaseDropInfo"
/>
<q-tab
:ripple=
"false"
name=
"second"
label=
"课时费设置"
/>
</q-tabs>
<template
v-if=
"tabCheck=='first'"
>
<div
style=
"margin-top:20px;"
>
<div
class=
"col"
style=
"display:flex;"
>
<div>
<q-select
class=
"q-pb-lg q-pr-lg"
style=
"width:
30
0px;"
multiple
clearable
filled
stack-label
use-input
<q-select
class=
"q-pb-lg q-pr-lg"
style=
"width:
45
0px;"
multiple
clearable
filled
stack-label
use-input
use-chips
option-value=
"CTypeId"
option-label=
"CTypeName"
v-model=
"tempSchool"
ref=
"PostId"
:options=
"DropDownList"
label=
"班级类型"
:dense=
"false"
emit-value
map-options
>
</q-select>
...
...
@@ -544,6 +544,9 @@
this
.
setTeachMsg
.
Id
=
res
.
Data
.
Id
;
this
.
setTeachMsg
.
BasicMoney
=
res
.
Data
.
BasicMoney
;
this
.
setTeachMsg
.
BasicHour
=
res
.
Data
.
BasicHour
;
if
(
res
.
Data
.
ClassTypeIdList
){
this
.
tempSchool
=
res
.
Data
.
ClassTypeIdList
;
}
}
})
},
...
...
@@ -562,7 +565,11 @@
},
//保存上部
saveClass
()
{
this
.
setTeachMsg
.
ClassTypeIds
=
this
.
tempSchool
.
toString
();
if
(
this
.
tempSchool
){
this
.
setTeachMsg
.
ClassTypeIds
=
this
.
tempSchool
.
toString
();
}
else
{
this
.
setTeachMsg
.
ClassTypeIds
=
''
;
}
SetTeachingRewardsBase
(
this
.
setTeachMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
$q
.
notify
({
...
...
@@ -593,7 +600,7 @@
}
})
}
}
,
}
}
</
script
>
...
...
src/pages/course/studentClass.vue
View file @
719d0f09
...
...
@@ -44,14 +44,14 @@
<
template
>
<div
class=
"page-body"
>
<q-tabs
v-model=
"tabCheck"
narrow-indicator
dense
align=
"left"
class=
"text-primary"
>
<q-tab
:ripple=
"false"
name=
"first"
label=
"奖金设置"
/>
<q-tab
:ripple=
"false"
name=
"first"
label=
"奖金设置"
@
click=
"getBaseDropInfo"
/>
<q-tab
:ripple=
"false"
name=
"second"
label=
"课时费设置"
/>
</q-tabs>
<template
v-if=
"tabCheck=='first'"
>
<div
style=
"margin-top:20px;"
>
<div
class=
"col"
style=
"display:flex;"
>
<div>
<q-select
class=
"q-pb-lg q-pr-lg"
style=
"width:
30
0px;"
multiple
clearable
filled
stack-label
use-input
<q-select
class=
"q-pb-lg q-pr-lg"
style=
"width:
45
0px;"
multiple
clearable
filled
stack-label
use-input
use-chips
option-value=
"CTypeId"
option-label=
"CTypeName"
v-model=
"tempSchool"
ref=
"PostId"
:options=
"DropDownList"
label=
"班级类型"
:dense=
"false"
emit-value
map-options
>
</q-select>
...
...
@@ -544,6 +544,9 @@
this
.
setTeachMsg
.
Id
=
res
.
Data
.
Id
;
this
.
setTeachMsg
.
BasicMoney
=
res
.
Data
.
BasicMoney
;
this
.
setTeachMsg
.
BasicHour
=
res
.
Data
.
BasicHour
;
if
(
res
.
Data
.
ClassTypeIdList
){
this
.
tempSchool
=
res
.
Data
.
ClassTypeIdList
;
}
}
})
},
...
...
@@ -562,7 +565,11 @@
},
//保存上部
saveClass
()
{
this
.
setTeachMsg
.
ClassTypeIds
=
this
.
tempSchool
.
toString
();
if
(
this
.
tempSchool
){
this
.
setTeachMsg
.
ClassTypeIds
=
this
.
tempSchool
.
toString
();
}
else
{
this
.
setTeachMsg
.
ClassTypeIds
=
''
;
}
SetTeachingRewardsBase
(
this
.
setTeachMsg
).
then
(
res
=>
{
if
(
res
.
Code
==
1
)
{
this
.
$q
.
notify
({
...
...
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