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
2ce1edd1
Commit
2ce1edd1
authored
Dec 15, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
450fc143
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
21 deletions
+21
-21
courseprice-form.vue
src/components/course/courseprice-form.vue
+12
-12
student-left.vue
src/components/school/student/student-left.vue
+1
-1
student-shiting.vue
src/components/school/student/student-shiting.vue
+3
-4
student-visit.vue
src/components/school/student/student-visit.vue
+4
-4
student-yuefang.vue
src/components/school/student/student-yuefang.vue
+1
-0
No files found.
src/components/course/courseprice-form.vue
View file @
2ce1edd1
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
background-color
:
rgb
(
238
,
238
,
239
);
background-color
:
rgb
(
238
,
238
,
239
);
}
}
.coursePrice_table
tr
{
.coursePrice_table
tr
{
height
:
6
5px
;
height
:
4
5px
;
}
}
.course_Line
{
.course_Line
{
width
:
3px
;
width
:
3px
;
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
卖价
卖价
</td>
</td>
<td
colspan=
"2"
>
<td
colspan=
"2"
>
<q-input
filled
stack-label
maxlength=
"8"
style=
"padding-bottom:0;width:390px;margin-left:10px;"
:dense=
"false"
v-model=
"priceObj.courseObj.SellPrice"
<q-input
filled
stack-label
maxlength=
"8"
style=
"padding-bottom:0;width:390px;margin-left:10px;"
dense
v-model=
"priceObj.courseObj.SellPrice"
ref=
"SellPrice"
label=
"卖价"
ref=
"SellPrice"
label=
"卖价"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'SellPrice')"
:rules=
"[val => !!val || '请填写卖价']"
/>
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'SellPrice')"
:rules=
"[val => !!val || '请填写卖价']"
/>
</td>
</td>
...
@@ -62,14 +62,14 @@
...
@@ -62,14 +62,14 @@
直客优惠
直客优惠
</td>
</td>
<td>
<td>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"priceObj.courseObj.B2CRatio"
ref=
"B2CRatio"
<q-input
filled
stack-label
dense
v-model=
"priceObj.courseObj.B2CRatio"
ref=
"B2CRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'B2CRatio'),getPrePrice(1)"
suffix=
"%"
/>
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'B2CRatio'),getPrePrice(1)"
suffix=
"%"
/>
</td>
</td>
<td
style=
"width:100px;text-align:center;"
>
<td
style=
"width:100px;text-align:center;"
>
{{
getPrePrice
(
1
)
}}
{{
getPrePrice
(
1
)
}}
</td>
</td>
<td>
<td>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"priceObj.courseObj.B2CReNewRatio"
ref=
"B2CReNewRatio"
<q-input
filled
stack-label
dense
v-model=
"priceObj.courseObj.B2CReNewRatio"
ref=
"B2CReNewRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'B2CReNewRatio'),getPrePrice(2)"
suffix=
"%"
/>
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'B2CReNewRatio'),getPrePrice(2)"
suffix=
"%"
/>
</td>
</td>
<td
style=
"width:100px;text-align:center;"
>
<td
style=
"width:100px;text-align:center;"
>
...
@@ -103,14 +103,14 @@
...
@@ -103,14 +103,14 @@
一般同行
一般同行
</td>
</td>
<td>
<td>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"priceObj.courseObj.B2BRebateRatio"
<q-input
filled
stack-label
dense
v-model=
"priceObj.courseObj.B2BRebateRatio"
ref=
"B2BRebateRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'B2BRebateRatio'),getShouBAO(3)"
suffix=
"%"
/>
ref=
"B2BRebateRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'B2BRebateRatio'),getShouBAO(3)"
suffix=
"%"
/>
</td>
</td>
<td
style=
"text-align:center;width:100px;"
>
<td
style=
"text-align:center;width:100px;"
>
{{
getShouBAO
(
3
)
}}
{{
getShouBAO
(
3
)
}}
</td>
</td>
<td>
<td>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"priceObj.courseObj.B2BReNewRatio"
ref=
"B2BReNewRatio"
<q-input
filled
stack-label
dense
v-model=
"priceObj.courseObj.B2BReNewRatio"
ref=
"B2BReNewRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'B2BReNewRatio'),getShouBAO(4)"
suffix=
"%"
/>
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'B2BReNewRatio'),getShouBAO(4)"
suffix=
"%"
/>
</td>
</td>
<td
style=
"text-align:center;width:100px;"
>
<td
style=
"text-align:center;width:100px;"
>
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
校代
校代
</td>
</td>
<td>
<td>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"priceObj.courseObj.SchoolRebateRatio"
<q-input
filled
stack-label
dense
v-model=
"priceObj.courseObj.SchoolRebateRatio"
ref=
"SchoolRebateRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'SchoolRebateRatio'),getShouBAO(5)"
ref=
"SchoolRebateRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'SchoolRebateRatio'),getShouBAO(5)"
suffix=
"%"
/>
suffix=
"%"
/>
</td>
</td>
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
{{
getShouBAO
(
5
)
}}
{{
getShouBAO
(
5
)
}}
</td>
</td>
<td>
<td>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"priceObj.courseObj.SchoolReNewRatio"
<q-input
filled
stack-label
dense
v-model=
"priceObj.courseObj.SchoolReNewRatio"
ref=
"SchoolReNewRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'SchoolReNewRatio'),getShouBAO(6)"
suffix=
"%"
/>
ref=
"SchoolReNewRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'SchoolReNewRatio'),getShouBAO(6)"
suffix=
"%"
/>
</td>
</td>
<td
style=
"text-align:center;"
>
<td
style=
"text-align:center;"
>
...
@@ -142,7 +142,7 @@
...
@@ -142,7 +142,7 @@
转介
转介
</td>
</td>
<td>
<td>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"priceObj.courseObj.TransIntroductceRatio"
<q-input
filled
stack-label
dense
v-model=
"priceObj.courseObj.TransIntroductceRatio"
ref=
"TransIntroductceRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'TransIntroductceRatio'),getShouBAO(7)"
ref=
"TransIntroductceRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'TransIntroductceRatio'),getShouBAO(7)"
suffix=
"%"
/>
suffix=
"%"
/>
</td>
</td>
...
@@ -150,7 +150,7 @@
...
@@ -150,7 +150,7 @@
{{
getShouBAO
(
7
)
}}
{{
getShouBAO
(
7
)
}}
</td>
</td>
<td>
<td>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"priceObj.courseObj.TransIntroductceReNewRatio"
<q-input
filled
stack-label
dense
v-model=
"priceObj.courseObj.TransIntroductceReNewRatio"
ref=
"TransIntroductceReNewRatio"
ref=
"TransIntroductceReNewRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'TransIntroductceReNewRatio'),getShouBAO(8)"
suffix=
"%"
/>
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'TransIntroductceReNewRatio'),getShouBAO(8)"
suffix=
"%"
/>
</td>
</td>
...
@@ -163,7 +163,7 @@
...
@@ -163,7 +163,7 @@
内推
内推
</td>
</td>
<td>
<td>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"priceObj.courseObj.InnerRecommendRatio"
<q-input
filled
stack-label
dense
v-model=
"priceObj.courseObj.InnerRecommendRatio"
ref=
"InnerRecommendRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'InnerRecommendRatio'),getShouBAO(9)"
ref=
"InnerRecommendRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'InnerRecommendRatio'),getShouBAO(9)"
suffix=
"%"
/>
suffix=
"%"
/>
</td>
</td>
...
@@ -171,7 +171,7 @@
...
@@ -171,7 +171,7 @@
{{
getShouBAO
(
9
)
}}
{{
getShouBAO
(
9
)
}}
</td>
</td>
<td>
<td>
<q-input
filled
stack-label
:dense=
"false"
v-model=
"priceObj.courseObj.InnerRecommendReNewRatio"
<q-input
filled
stack-label
dense
v-model=
"priceObj.courseObj.InnerRecommendReNewRatio"
ref=
"InnerRecommendReNewRatio"
ref=
"InnerRecommendReNewRatio"
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'InnerRecommendReNewRatio'),getShouBAO(10)"
suffix=
"%"
/>
@
keyup
.
native=
"checkPrice(priceObj.courseObj, 'InnerRecommendReNewRatio'),getShouBAO(10)"
suffix=
"%"
/>
</td>
</td>
...
...
src/components/school/student/student-left.vue
View file @
2ce1edd1
...
@@ -137,7 +137,7 @@
...
@@ -137,7 +137,7 @@
<div
class=
"item_value"
>
<div
class=
"item_value"
>
<q-field
filled
dense
>
<q-field
filled
dense
>
<template
v-slot:control
>
<template
v-slot:control
>
<el-date-picker
v-model=
"customObj.StuBirth"
s
tyle=
"height:28px;
width:150px"
type=
"date"
<el-date-picker
v-model=
"customObj.StuBirth"
s
ize=
"mini"
style=
"
width:150px"
type=
"date"
placeholder=
"选择日期"
>
placeholder=
"选择日期"
>
</el-date-picker>
</el-date-picker>
</
template
>
</
template
>
...
...
src/components/school/student/student-shiting.vue
View file @
2ce1edd1
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
background
:
transparent
!important
;
background
:
transparent
!important
;
border
:
0
!important
;
border
:
0
!important
;
padding-right
:
0
!important
;
padding-right
:
0
!important
;
height
:
28px
!important
;
}
}
</
style
>
</
style
>
<
template
>
<
template
>
...
@@ -19,21 +18,21 @@
...
@@ -19,21 +18,21 @@
<q-field
filled
class=
"q-pb-lg q-pr-lg"
dense
>
<q-field
filled
class=
"q-pb-lg q-pr-lg"
dense
>
<template
v-slot:control
>
<template
v-slot:control
>
<el-date-picker
v-model=
"addMsg.ClassDate"
ref=
"ClassDate"
:rules=
"[val => !!val || '请选择预约日期']"
<el-date-picker
v-model=
"addMsg.ClassDate"
ref=
"ClassDate"
:rules=
"[val => !!val || '请选择预约日期']"
style=
"
height:28px;width:228px
"
type=
"date"
placeholder=
"预约日期"
>
style=
"
width:230px"
size=
"mini
"
type=
"date"
placeholder=
"预约日期"
>
</el-date-picker>
</el-date-picker>
</
template
>
</
template
>
</q-field>
</q-field>
<div
class=
"Student_Date col-6 q-pr-lg"
>
<div
class=
"Student_Date col-6 q-pr-lg"
>
<q-field
filled
class=
"q-pb-lg"
dense
>
<q-field
filled
class=
"q-pb-lg"
dense
>
<
template
v-slot:control
>
<
template
v-slot:control
>
<el-time-select
v-model=
"addMsg.ClassTime"
size=
"
small
"
ref=
"ClassTime"
style=
"width:50%"
:picker-options=
"
{
<el-time-select
v-model=
"addMsg.ClassTime"
size=
"
mini
"
ref=
"ClassTime"
style=
"width:50%"
:picker-options=
"
{
start: '09:00',
start: '09:00',
step: '00:15',
step: '00:15',
end: '21:00',
end: '21:00',
maxTime:addMsg.EndTime
maxTime:addMsg.EndTime
}" placeholder="预约开始时间">
}" placeholder="预约开始时间">
</el-time-select>
</el-time-select>
<el-time-select
v-model=
"addMsg.EndTime"
size=
"
small
"
dense
ref=
"EndTime"
style=
"width:50%"
:picker-options=
"
{
<el-time-select
v-model=
"addMsg.EndTime"
size=
"
mini
"
dense
ref=
"EndTime"
style=
"width:50%"
:picker-options=
"
{
start: '09:00',
start: '09:00',
step: '00:15',
step: '00:15',
end: '21:00',
end: '21:00',
...
...
src/components/school/student/student-visit.vue
View file @
2ce1edd1
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
.studentDate
.el-input__inner
{
.studentDate
.el-input__inner
{
background-color
:
transparent
;
background-color
:
transparent
;
border
:
0
;
border
:
0
;
height
:
28px
!important
;
/* height: 28px!important; */
}
}
.el-select-dropdown
{
.el-select-dropdown
{
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
v-model=
"VisitMsg.School_Id"
:options=
"schoolList"
emit-value
map-options
label=
"到访校区"
/>
v-model=
"VisitMsg.School_Id"
:options=
"schoolList"
emit-value
map-options
label=
"到访校区"
/>
<q-field
filled
class=
"q-pb-lg"
dense
>
<q-field
filled
class=
"q-pb-lg"
dense
>
<template
v-slot:control
>
<template
v-slot:control
>
<el-date-picker
v-model=
"VisitMsg.Date"
style=
"height:28px;width:228px"
type=
"date"
placeholder=
"到访日期"
>
<el-date-picker
v-model=
"VisitMsg.Date"
s
ize=
"mini"
s
tyle=
"height:28px;width:228px"
type=
"date"
placeholder=
"到访日期"
>
</el-date-picker>
</el-date-picker>
</
template
>
</
template
>
</q-field>
</q-field>
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<div
class=
"row warp studentDate"
>
<div
class=
"row warp studentDate"
>
<q-field
filled
class=
"q-pb-lg q-pr-lg"
dense
>
<q-field
filled
class=
"q-pb-lg q-pr-lg"
dense
>
<
template
v-slot:control
>
<
template
v-slot:control
>
<el-time-select
v-model=
"VisitMsg.VisitTime"
size=
"
small"
ref=
"ClassTime"
style=
"width:230px"
:picker-options=
"
{
<el-time-select
v-model=
"VisitMsg.VisitTime"
size=
"
mini"
ref=
"ClassTime"
style=
"width:230px"
:picker-options=
"
{
start: '09:00',
start: '09:00',
step: '00:15',
step: '00:15',
end: '21:00',
end: '21:00',
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
</q-field>
</q-field>
<q-field
filled
class=
"q-pb-lg"
dense
>
<q-field
filled
class=
"q-pb-lg"
dense
>
<
template
v-slot:control
>
<
template
v-slot:control
>
<el-select
v-model=
"VisitMsg.ReceptionPersion"
filterable
style=
"width:2
25px;
"
placeholder=
"接待人"
>
<el-select
v-model=
"VisitMsg.ReceptionPersion"
filterable
style=
"width:2
30px;"
size=
"mini
"
placeholder=
"接待人"
>
<el-option
<el-option
v-for=
"item in myEmployeeList"
v-for=
"item in myEmployeeList"
:key=
"item.Id"
:key=
"item.Id"
...
...
src/components/school/student/student-yuefang.vue
View file @
2ce1edd1
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
<el-date-picker
<el-date-picker
v-model=
"yueMsg.AppointmentTime"
v-model=
"yueMsg.AppointmentTime"
type=
"datetime"
type=
"datetime"
size=
"mini"
style=
"width:228px"
style=
"width:228px"
placeholder=
"选择约访日期时间!"
>
placeholder=
"选择约访日期时间!"
>
</el-date-picker>
</el-date-picker>
...
...
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