...
|
...
|
@@ -144,7 +144,6 @@ |
|
|
<table class="table table-striped table-bordered" style="margin: 0;border: 0">
|
|
|
<tr>
|
|
|
<th style="border-top: 0; border-left: 0">销售价</th>
|
|
|
<th style="border-top: 0;">学生价</th>
|
|
|
<th style="border-top: 0">VIP折扣类型</th>
|
|
|
<th style="border-top: 0">VIP价</th>
|
|
|
<th style="border-top: 0">白金价</th>
|
...
|
...
|
@@ -160,9 +159,6 @@ |
|
|
<td style="border-bottom: 0; border-left: 0">
|
|
|
<input class="sale-price form-control" type="text" value="{sales_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')">
|
|
|
</td>
|
|
|
<td style="border-bottom: 0; border-left: 0">
|
|
|
<input class="student-price form-control" type="text" value="{student_price}" disabled>
|
|
|
</td>
|
|
|
<td style="border-bottom: 0">
|
|
|
<select class="discount-select form-control" style="width: 110px">
|
|
|
<option value="1">正常折扣</option>
|
...
|
...
|
@@ -231,7 +227,6 @@ |
|
|
<tr>
|
|
|
<th>吊牌价</th>
|
|
|
<th>销售价</th>
|
|
|
<th>学生价</th>
|
|
|
<th>价格生效-<font color="green">开始时间</font></th>
|
|
|
<th>价格生效-<font color="red">结束时间</font></th>
|
|
|
<th>变价时间</th>
|
...
|
...
|
@@ -245,7 +240,6 @@ |
|
|
<tr>
|
|
|
<td>[[item.retailPrice]]</td>
|
|
|
<td>[[item.salesPrice]]</td>
|
|
|
<td>[[item.studentPrice]]</td>
|
|
|
<td>[[item.effectiveTime]]</td>
|
|
|
<td>[[item.changePriceEndTime]]</td>
|
|
|
<td>[[item.createTime]]</td>
|
...
|
...
|
|