show in special audit status
Showing
1 changed file
with
5 additions
and
3 deletions
@@ -206,7 +206,7 @@ | @@ -206,7 +206,7 @@ | ||
206 | <a class="btn btn-primary btn-xs" href="javascript:;" id="addBrands">添加品牌</a> | 206 | <a class="btn btn-primary btn-xs" href="javascript:;" id="addBrands">添加品牌</a> |
207 | [[/if]] | 207 | [[/if]] |
208 | [[if useRange==3]] | 208 | [[if useRange==3]] |
209 | - <a class="btn btn-primary btn-xs" href="javascript:;" id="importPrds">导入商品</a> | 209 | + <a class="btn btn-primary btn-xs" href="javascript:;" id="importPrds" [[if status==1]] disabled [[/if]]>导入商品</a> |
210 | [[/if]] | 210 | [[/if]] |
211 | [[if useRange==2]] | 211 | [[if useRange==2]] |
212 | <a class="btn btn-primary btn-xs" href="javascript:;" id="addShop">添加店铺</a> | 212 | <a class="btn btn-primary btn-xs" href="javascript:;" id="addShop">添加店铺</a> |
@@ -256,9 +256,11 @@ | @@ -256,9 +256,11 @@ | ||
256 | <div class="form-group"> | 256 | <div class="form-group"> |
257 | <label class="col-sm-2 control-label">指定商品</label> | 257 | <label class="col-sm-2 control-label">指定商品</label> |
258 | <div class="col-sm-4"> | 258 | <div class="col-sm-4"> |
259 | - <textarea name="productLimit" class="form-control observe" prompt="SKN除外" data-field="productLimit" | ||
260 | - placeholder="skn用英文逗号分隔" style="resize: none">[[productLimit]]</textarea> | 259 | + <textarea name="productLimit" class="form-control observe" prompt="指定商品" data-field="productLimit" |
260 | + placeholder="skn用英文逗号分隔" style="resize: none" [[if status==1]] disabled [[/if]]>[[productLimit]]</textarea> | ||
261 | + [[if status==2]] | ||
261 | <a class="btn btn-primary btn-xs" style="margin:10px 0px 0px 200px;" href="javascript:;" id="cleanPrdLimit" [[if !productLimit]] disabled [[/if]]>清除所有</a> | 262 | <a class="btn btn-primary btn-xs" style="margin:10px 0px 0px 200px;" href="javascript:;" id="cleanPrdLimit" [[if !productLimit]] disabled [[/if]]>清除所有</a> |
263 | + [[/if]] | ||
262 | </div> | 264 | </div> |
263 | </div> | 265 | </div> |
264 | [[/if]] | 266 | [[/if]] |
-
Please register or login to post a comment