|
@@ -326,7 +326,7 @@
|
|
|
<label class="layui-form-label"><span class="required">*</span>是否上架:</label>
|
|
|
<div class="layui-input-block">
|
|
|
<input type="radio" name="goods_state" value="1" title="立刻上架" {if $goods_info['goods_state'] == 1 }checked{/if}>
|
|
|
- <input type="radio" name="goods_state" value="0" title="放入仓库" {if $goods_info['goods_state'] == 0 }checked{/if}>
|
|
|
+<!-- <input type="radio" name="goods_state" value="0" title="放入仓库" {if $goods_info['goods_state'] == 0 }checked{/if}>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -473,10 +473,10 @@
|
|
|
<ul></ul>
|
|
|
</div>
|
|
|
|
|
|
- <div class="item" data-level="3">
|
|
|
- <!--后续做搜索-->
|
|
|
- <ul></ul>
|
|
|
- </div>
|
|
|
+<!-- <div class="item" data-level="3">-->
|
|
|
+<!-- <!–后续做搜索–>-->
|
|
|
+<!-- <ul></ul>-->
|
|
|
+<!-- </div>-->
|
|
|
|
|
|
</div>
|
|
|
|