|
@@ -226,6 +226,7 @@
|
|
|
<tr class="text-c" id="table1">
|
|
|
<th style="text-align: center;" width="30" >产品名称</th>
|
|
|
<th style="text-align: center;" width="30" >产品颜色</th>
|
|
|
+ <th style="text-align: center;" width="30" >69码</th>
|
|
|
<th style="text-align: center;" width="10">供应价格</th>
|
|
|
<th style="text-align: center;" width="10">供应渠道对象</th>
|
|
|
<th style="text-align: center;" width="5">操作</th>
|
|
@@ -243,6 +244,7 @@
|
|
|
<input type="hidden" class="input-text dealerProductStoreIds" value="${dealerProduct.dealerProductStoreIds!''}" >
|
|
|
<td class="productName">${dealerProduct.productName!''}</td>
|
|
|
<td class="colorName">${dealerProduct.colorName!''}</td>
|
|
|
+ <td class="colorName">${dealerProduct.colorBar!''}</td>
|
|
|
<td>
|
|
|
<input type="text" style="text-align: center;" class="input-text input-number decimal_input dealProdPrice" value="${((dealerProduct.dealProdPrice/100)?string("0.##"))!''}" onkeyup="keyFunDecimal($(this),9999999,0)" myMinVal="0" myMaxVal="9999999">
|
|
|
</td>
|