...
|
...
|
@@ -55,8 +55,9 @@ |
|
|
<input type="radio" name="appType" value="1"/>是</label>
|
|
|
<label class="radio-inline">
|
|
|
<input type="radio" name="appType" value="0"/>否</label>
|
|
|
<span class="red" style="margin-left: 10px;">注:BLK店铺,店铺内商品默认全部为BLK商品,创建商品时会自动加上BLK标识</span>
|
|
|
</div>
|
|
|
<input type="hidden" id="appType" value="<%data.appType%>" for="radio" required>
|
|
|
<input type="hidden" id="appType" value="<%data.appType%>" for="radio" required placeholder="BLK标识">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
<div class="col-sm-1 control-label">
|
...
|
...
|
|