|
@@ -95,7 +95,7 @@ |
|
@@ -95,7 +95,7 @@ |
95
|
<td width="120px"><b>说明:</b></td>
|
95
|
<td width="120px"><b>说明:</b></td>
|
96
|
<td>
|
96
|
<td>
|
97
|
1、上传文件必须是<span style="color:red;">.xlsx</span>文件<br>
|
97
|
1、上传文件必须是<span style="color:red;">.xlsx</span>文件<br>
|
98
|
- 2、Excel表头为:<span style="color: #67D267;">SKN、吊牌价、销售价、VIP折扣类型、VIP价、白金价、金卡价、银卡价</span><br>
|
98
|
+ 2、Excel表头为:<span style="color: #67D267;">SKN、吊牌价、销售价</span><br>
|
99
|
3、第一行为表头内容,第二行开始为正式内容<br>
|
99
|
3、第一行为表头内容,第二行开始为正式内容<br>
|
100
|
4、每个文件控制在2500行以内<br>
|
100
|
4、每个文件控制在2500行以内<br>
|
101
|
5、<a href="/ajax/link/batchUpdatePrice" style="margin: 0; text-decoration: underline">下载样例.xlsx</a>
|
101
|
5、<a href="/ajax/link/batchUpdatePrice" style="margin: 0; text-decoration: underline">下载样例.xlsx</a>
|
|
@@ -144,8 +144,6 @@ |
|
@@ -144,8 +144,6 @@ |
144
|
<table class="table table-striped table-bordered" style="margin: 0;border: 0">
|
144
|
<table class="table table-striped table-bordered" style="margin: 0;border: 0">
|
145
|
<tr>
|
145
|
<tr>
|
146
|
<th style="border-top: 0; border-left: 0">销售价</th>
|
146
|
<th style="border-top: 0; border-left: 0">销售价</th>
|
147
|
- <th style="border-top: 0">VIP折扣类型</th>
|
|
|
148
|
- <th style="border-top: 0">会员价</th>
|
|
|
149
|
<th style="border-top: 0">学生价</th>
|
147
|
<th style="border-top: 0">学生价</th>
|
150
|
<th style="border-top: 0">价格生效时间</th>
|
148
|
<th style="border-top: 0">价格生效时间</th>
|
151
|
<th style="border-top: 0">进货价</th>
|
149
|
<th style="border-top: 0">进货价</th>
|
|
@@ -158,41 +156,6 @@ |
|
@@ -158,41 +156,6 @@ |
158
|
<input class="sale-price form-control" type="text" value="{sales_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')">
|
156
|
<input class="sale-price form-control" type="text" value="{sales_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')">
|
159
|
</td>
|
157
|
</td>
|
160
|
<td style="border-bottom: 0">
|
158
|
<td style="border-bottom: 0">
|
161
|
- <select class="discount-select form-control" style="width: 110px">
|
|
|
162
|
- <option value="1">正常折扣</option>
|
|
|
163
|
- <option value="2">统一折扣</option>
|
|
|
164
|
- <option value="3">无折扣</option>
|
|
|
165
|
- <option value="4">固定折扣</option>
|
|
|
166
|
- <option value="5">自定义折扣</option>
|
|
|
167
|
- </select>
|
|
|
168
|
- </td>
|
|
|
169
|
- <td style="border-bottom: 0">
|
|
|
170
|
- <div class="form-inline" style="margin-bottom: 5px">
|
|
|
171
|
- <div class="form-group">
|
|
|
172
|
- <label style="width: 60px; text-align: right">VIP价:</label>
|
|
|
173
|
- <input class="vip-price form-control" type="text" value="{vip_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')">
|
|
|
174
|
- </div>
|
|
|
175
|
- </div>
|
|
|
176
|
- <div class="form-inline" style="margin-bottom: 5px">
|
|
|
177
|
- <div class="form-group">
|
|
|
178
|
- <label style="width: 60px; text-align: right">白金价:</label>
|
|
|
179
|
- <input class="vip3-price form-control" type="text" value="{vip3_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')" disabled>
|
|
|
180
|
- </div>
|
|
|
181
|
- </div>
|
|
|
182
|
- <div class="form-inline" style="margin-bottom: 5px">
|
|
|
183
|
- <div class="form-group">
|
|
|
184
|
- <label style="width: 60px; text-align: right">金卡价:</label>
|
|
|
185
|
- <input class="vip2-price form-control" type="text" value="{vip2_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')" disabled>
|
|
|
186
|
- </div>
|
|
|
187
|
- </div>
|
|
|
188
|
- <div class="form-inline">
|
|
|
189
|
- <div class="form-group">
|
|
|
190
|
- <label style="width: 60px; text-align: right">银卡价:</label>
|
|
|
191
|
- <input class="vip1-price form-control" type="text" value="{vip1_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')" disabled>
|
|
|
192
|
- </div>
|
|
|
193
|
- </div>
|
|
|
194
|
- </td>
|
|
|
195
|
- <td style="border-bottom: 0">
|
|
|
196
|
<input class="student_price form-control" type="text" value="{student_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')" disabled>
|
159
|
<input class="student_price form-control" type="text" value="{student_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')" disabled>
|
197
|
</td>
|
160
|
</td>
|
198
|
<td class="form-inline" style="border-bottom: 0">
|
161
|
<td class="form-inline" style="border-bottom: 0">
|