Authored by caoyan

变价管理去除VIP设置

@@ -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">
@@ -176,7 +176,7 @@ @@ -176,7 +176,7 @@
176 <td width="120px"><b>说明:</b></td> 176 <td width="120px"><b>说明:</b></td>
177 <td> 177 <td>
178 1、上传文件必须是<span style="color:red;">.xlsx</span>文件<br> 178 1、上传文件必须是<span style="color:red;">.xlsx</span>文件<br>
179 - 2、Excel表头为:<span style="color: #67D267;">SKN、吊牌价、销售价、VIP折扣类型、VIP价、白金价、金卡价、银卡价</span><br> 179 + 2、Excel表头为:<span style="color: #67D267;">SKN、吊牌价、销售价</span><br>
180 3、第一行为表头内容,第二行开始为正式内容<br> 180 3、第一行为表头内容,第二行开始为正式内容<br>
181 4、每个文件控制在2500行以内<br> 181 4、每个文件控制在2500行以内<br>
182 5、<a href="/ajax/link/batchUpdatePrice" style="margin: 0; text-decoration: underline">下载样例.xlsx</a> 182 5、<a href="/ajax/link/batchUpdatePrice" style="margin: 0; text-decoration: underline">下载样例.xlsx</a>
@@ -255,11 +255,6 @@ @@ -255,11 +255,6 @@
255 <table class="table table-striped table-bordered" style="margin: 0;border: 0"> 255 <table class="table table-striped table-bordered" style="margin: 0;border: 0">
256 <tr> 256 <tr>
257 <th style="border-top: 0; border-left: 0">SKN</th> 257 <th style="border-top: 0; border-left: 0">SKN</th>
258 - <th style="border-top: 0">VIP折扣类型</th>  
259 - <th style="border-top: 0">VIP</th>  
260 - <th style="border-top: 0">白金</th>  
261 - <th style="border-top: 0">金卡</th>  
262 - <th style="border-top: 0">银卡</th>  
263 <th style="border-top: 0">学生价</th> 258 <th style="border-top: 0">学生价</th>
264 <th style="border-top: 0">建议销售价</th> 259 <th style="border-top: 0">建议销售价</th>
265 <th style="border-top: 0">销售价</th> 260 <th style="border-top: 0">销售价</th>
@@ -274,30 +269,6 @@ @@ -274,30 +269,6 @@
274 <input class="plan-id form-control" type="hidden" value="{planId}" > 269 <input class="plan-id form-control" type="hidden" value="{planId}" >
275 </td> 270 </td>
276 <td style="border-bottom: 0"> 271 <td style="border-bottom: 0">
277 - <select class="discount-select form-control" style="width: 110px">  
278 - <option value="1">正常折扣</option>  
279 - <option value="2">统一折扣</option>  
280 - <option value="3">无折扣</option>  
281 - <option value="4">固定折扣</option>  
282 - <option value="5">自定义折扣</option>  
283 - </select>  
284 - </td>  
285 -  
286 - <td style="border-bottom: 0">  
287 - <input class="vip-price form-control" type="text" value="{vip_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')">  
288 - </td>  
289 -  
290 - <td style="border-bottom: 0">  
291 - <input class="vip3-price form-control" type="text" value="{vip3_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')" disabled>  
292 - </td>  
293 - <td style="border-bottom: 0">  
294 - <input class="vip2-price form-control" type="text" value="{vip2_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')" disabled>  
295 - </td>  
296 - <td style="border-bottom: 0">  
297 - <input class="vip1-price form-control" type="text" value="{vip1_price}" onkeyup="this.value=this.value.replace(/[^\d\.]|^\./gi,'')" disabled>  
298 - </td>  
299 -  
300 - <td style="border-bottom: 0">  
301 <div class="form-inline" style="margin-bottom: 5px"> 272 <div class="form-inline" style="margin-bottom: 5px">
302 <div class="form-group"> 273 <div class="form-group">
303 <!-- <input type="radio"style="margin-left: 35%" disabled>关闭<br> --> 274 <!-- <input type="radio"style="margin-left: 35%" disabled>关闭<br> -->