|
@@ -132,7 +132,7 @@
|
|
|
<tr class="text-c">
|
|
|
<td width="55">购买产品数量</td>
|
|
|
<td style="text-align: left;">
|
|
|
- <select class="my-select" name="product-shop-num" id="product-shop-num" matchSelect="下单数量|订货数量|数量" style="height: 30px;width: 180px;margin: 0px;">
|
|
|
+ <select class="my-select" name="product-shop-num" id="product-shop-num" matchSelect="下单数量|订货数量|数量|商品种类数" style="height: 30px;width: 180px;margin: 0px;">
|
|
|
<#list heads as head>
|
|
|
<option value="${head}" >${head}</option>
|
|
|
</#list>
|
|
@@ -156,7 +156,7 @@
|
|
|
<div style="float: left;line-height: 30px;color: red;">*自营店铺导单需要导入产品总额,自营店铺指淘宝,天猫,京东</div>
|
|
|
</div>-->
|
|
|
|
|
|
- <select class="my-select" name="product-shop-discount" id="product-shop-discount" matchSelect="售价|单价|折扣价|价格|金额|产品价格|下单价格|商品金额合计|量" style="height: 30px;width: 180px;margin: 0px;float: left;">
|
|
|
+ <select class="my-select" name="product-shop-discount" id="product-shop-discount" matchSelect="售价|单价|折扣价|价格|金额|产品价格|下单价格|商品金额合计|商品种类数" style="height: 30px;width: 180px;margin: 0px;float: left;">
|
|
|
<#list heads as head>
|
|
|
<option value="${head}" >${head}</option>
|
|
|
</#list>
|