Commit 9e3bf8aa authored by Mac's avatar Mac

1

parent 169c3f10
......@@ -86,7 +86,7 @@
{{item.UnitPrice}}元
<q-popup-proxy>
<q-banner>
<div style="margin-top:20px;">
<div style="margin-top:20px;" class="achievements-proxy">
<table class="socialTable">
<tr>
<td style="width:100px;" v-if="item.JJList&&item.JJList.length>0" :rowspan="item.JJList.length+2">平均上课率</td>
......@@ -94,7 +94,7 @@
</tr>
<tr>
<td></td>
<td v-for="(x,j) in item.JJFullRate" @click="getColEdit(item,j)" style="width:100px;">
<td v-for="(x,j) in item.JJFullRate" style="width:100px;">
<div class="Classdel_Div">{{x.StartValue}}%-{{x.EndValue}}%</div>
</td>
</tr>
......@@ -133,7 +133,7 @@
>预计课时费调涨</span> <span style="cursor: pointer;text-decoration:underline;">{{item.AddHourFee}}元</span>
<q-popup-proxy>
<q-banner>
<div style="margin-top:20px;">
<div style="margin-top:20px;" class="achievements-proxy">
<table class="socialTable">
<tr>
<td style="width:100px;" v-if="item.KSList&&item.KSList.length>0" :rowspan="item.KSList.length+2">平均上课率</td>
......@@ -141,7 +141,7 @@
</tr>
<tr>
<td></td>
<td v-for="(x,j) in item.KSFullRate" @click="getColEdit(item,j)" style="width:100px;">
<td v-for="(x,j) in item.KSFullRate" style="width:100px;">
<div class="Classdel_Div">{{x.StartValue}}%-{{x.EndValue}}%</div>
</td>
</tr>
......@@ -552,4 +552,23 @@
.achievements .price-popup{border-radius: 4px;}
.achievements .Remark-l{
flex: 1;padding: 10px 15px 10px 10px;background: #E1EAF5;border-radius: 4px;font-size: 14px;color: #F28C1D;position: relative}
.achievements-proxy tr th {
background: #fff;
height: 40px;
font-size: 14px;
color: #333;
border: 1px solid #E6E6E6
}
.achievements-proxy tr {
background: #fff;
text-align: center;
height: 40px;
}
.achievements-proxy tr td {
font-size: 12px;
border: 1px solid #E5E5E5;
}
</style>
......@@ -482,7 +482,15 @@
position: 'top'
})
this.getList()
this.dialog = false
this.dialog = false;
this.enrollMsg={//清空数据
ClassId:0,
GuestNum:1,
Unit_Price:0,//成交单价
PreferPrice:0,//应收总额
OrderSource:0,//客人来源 枚举
SaleRemark:'',//备注
}
}
}).catch(() => {
......
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