...
|
...
|
@@ -54,7 +54,7 @@ |
|
|
</div>
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
<!--<div class="form-group"> -->
|
|
|
<!--<label class="col-sm-2 control-label" style="margin-right: 10px;">选择店铺:</label>-->
|
|
|
<!--<select id="shop" name="shopId" style="width:15%;" tabindex="-1" title="" value="<%if data%><% data.shopId %><%/if%>" class="form-control">-->
|
|
|
<!--<option value="-1">请选择店铺</option>-->
|
...
|
...
|
@@ -62,7 +62,7 @@ |
|
|
|
|
|
<input type="hidden" id="productSkn" value="<%if data%><%data.productSkn%><%/if%>">
|
|
|
<input type="hidden" id="edit-discount" value="<%if data%><%data.discount%><%/if%>">
|
|
|
</div>
|
|
|
<!--</div> -->
|
|
|
<div class="form-group">
|
|
|
<div class="col-sm-2">
|
|
|
</div>
|
...
|
...
|
|