Commit 2ce1edd1 authored by zhengke's avatar zhengke

修改

parent 450fc143
...@@ -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:65px; height:45px;
} }
.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>
......
...@@ -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" style="height:28px;width:150px" type="date" <el-date-picker v-model="customObj.StuBirth" size="mini" style="width:150px" type="date"
placeholder="选择日期"> placeholder="选择日期">
</el-date-picker> </el-date-picker>
</template> </template>
......
...@@ -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',
......
...@@ -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" size="mini" style="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:225px;" placeholder="接待人"> <el-select v-model="VisitMsg.ReceptionPersion" filterable style="width:230px;" size="mini" placeholder="接待人">
<el-option <el-option
v-for="item in myEmployeeList" v-for="item in myEmployeeList"
:key="item.Id" :key="item.Id"
......
...@@ -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>
......
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