|
@@ -825,14 +825,14 @@
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <td colspan="2" style="vertical-align: top;style="width: 620px;"">
|
|
|
|
- <div class="detailInfoEditor" >
|
|
|
|
|
|
+ <td colspan="2" style="vertical-align: top;">
|
|
|
|
+ <div class="detailInfoEditor" style="width: 620px;">
|
|
<form:textarea path="detailInfo" htmlEscape="false" class="input-xlarge required hide"/>
|
|
<form:textarea path="detailInfo" htmlEscape="false" class="input-xlarge required hide"/>
|
|
<!-- 富文本编辑器 -->
|
|
<!-- 富文本编辑器 -->
|
|
<div id="detailInfoEditor">${product.detailInfo}</div>
|
|
<div id="detailInfoEditor">${product.detailInfo}</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
- <td colspan="3" style="text-align:center;style="width: 620px;"">
|
|
|
|
|
|
+ <td colspan="3" style="vertical-align: top;">
|
|
<div class="detailInfoEditor" style="width: 620px;">
|
|
<div class="detailInfoEditor" style="width: 620px;">
|
|
<form:textarea path="commonDetailInfo" htmlEscape="false" class="input-xlarge required hide"/>
|
|
<form:textarea path="commonDetailInfo" htmlEscape="false" class="input-xlarge required hide"/>
|
|
<!-- 富文本编辑器 -->
|
|
<!-- 富文本编辑器 -->
|
|
@@ -2167,8 +2167,9 @@
|
|
minBuyNumber.parent('.sku-minBuyNumber').hide();
|
|
minBuyNumber.parent('.sku-minBuyNumber').hide();
|
|
}
|
|
}
|
|
if (organize != 0) {
|
|
if (organize != 0) {
|
|
- ladderPriceFlag.parent().hide();
|
|
|
|
|
|
+ ladderPriceFlag.parent().parent().hide();
|
|
}
|
|
}
|
|
|
|
+ costCheckFlag.parent().parent().hide();
|
|
|
|
|
|
ladderPriceBox.find('.ladderPrice').each(function (index, item) {
|
|
ladderPriceBox.find('.ladderPrice').each(function (index, item) {
|
|
var ladderPrice = {}
|
|
var ladderPrice = {}
|