Commit 7f010e17 authored by 罗超's avatar 罗超

提交报价单修改

parent b75a6b0b
...@@ -37,8 +37,8 @@ ...@@ -37,8 +37,8 @@
<th style="text-align:left;">课程名称</th> <th style="text-align:left;">课程名称</th>
<th>课时</th> <th>课时</th>
<th>原价</th> <th>原价</th>
<th>折扣价</th>
<th>人数</th> <th>人数</th>
<th>折扣价</th>
<th>优惠内容</th> <th>优惠内容</th>
</tr> </tr>
</thead> </thead>
...@@ -49,10 +49,14 @@ ...@@ -49,10 +49,14 @@
<span>{{item.CourseName}}</span> <span>{{item.CourseName}}</span>
</td> </td>
<td>{{item.ClassHours}} 课时</td> <td>{{item.ClassHours}} 课时</td>
<td>{{item.OriginalPrice}}</td> <td>{{item.OriginalPrice.toFixed(2)}}</td>
<td>{{item.DiscountPrice}}</td>
<td>{{item.JoinNum}}</td> <td>{{item.JoinNum}}</td>
<td class="remark-font">{{item.Remark}}</td> <td>{{item.ActualPrice.toFixed(2)}}</td>
<td class="remark-font">
<div v-for="(x,i) in item.Remark.split('^')" :key="i">
{{x}}
</div>
</td>
<!-- <td class="remark-font"> <!-- <td class="remark-font">
<div>双人报名享70折优惠</div> <div>双人报名享70折优惠</div>
</td> --> </td> -->
...@@ -71,7 +75,7 @@ ...@@ -71,7 +75,7 @@
</div> </div>
<div class="row q-pb-xl"> <div class="row q-pb-xl">
<div class="col-3 quo-font f14">微信:</div> <div class="col-3 quo-font f14">微信:</div>
<div class="col-3 quo-font f14 text-right">{{model.CreateWeChatNo}}</div> <div class="col-3 quo-font f14 text-right">{{model.CreateWeChatNo}}</div><!-- TODO: 完成微信管理功能 -->
</div> </div>
</div> </div>
<div class="col text-right" <div class="col text-right"
...@@ -80,7 +84,7 @@ ...@@ -80,7 +84,7 @@
合计金额 合计金额
</div> </div>
<div style="font-family:Poppins,Helvetica,sans-serif;font-size:26px;" class="text-weight-bold"> <div style="font-family:Poppins,Helvetica,sans-serif;font-size:26px;" class="text-weight-bold">
{{model.TotalPrice}} {{model.TotalPrice.toFixed(2)}}
</div> </div>
<div class="remark-font" <div class="remark-font"
style="padding-bottom: 3rem;margin-bottom: 4rem;border-bottom:1px solid #ebedf3;"> style="padding-bottom: 3rem;margin-bottom: 4rem;border-bottom:1px solid #ebedf3;">
......
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