|
@@ -555,16 +555,31 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th><span class="red">*</span>资质机构商品详细信息:</th>
|
|
|
+ <th>订购方案:</th>
|
|
|
<td colspan="3">
|
|
|
- <form:textarea path="detailInfo" htmlEscape="false" class="input-xlarge required hide"/>
|
|
|
- <!-- 富文本编辑器 -->
|
|
|
- <div id="detailInfoEditor">${product.detailInfo}</div>
|
|
|
+ <div class="detailInfoEditor" style="width: 620px;">
|
|
|
+ <form:textarea path="orderInfo" class="input-xlarge hide"/>
|
|
|
+ <!-- 富文本编辑器 -->
|
|
|
+ <div id="orderInfoEditor">${product.orderInfo}</div>
|
|
|
+ </div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th><span class="red">*</span>商品详情选择:</th>
|
|
|
+ <th>服务详情:</th>
|
|
|
<td colspan="3">
|
|
|
+ <div class="detailInfoEditor" style="width: 620px;">
|
|
|
+ <form:textarea path="serviceInfo" class="input-xlarge hide"/>
|
|
|
+ <!-- 富文本编辑器 -->
|
|
|
+ <div id="serviceInfoEditor">${product.serviceInfo}</div>
|
|
|
+ </div>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th><span class="red">*</span>资质机构商品详细信息:</th>
|
|
|
+ <td colspan="1"><span style="color: red">(适用于资质机构)</span></td>
|
|
|
+ <th><span class="red">*</span>普通机构商品详细信息:</th>
|
|
|
+ <td colspan="5">
|
|
|
+ <span style="color: red">(适用于游客和个人机构,可选择是否和资质机构商品详情相同,不相同的话需要编辑内容)</span>
|
|
|
<label><input type="radio" name="productDetail"
|
|
|
value="1" ${product.productDetail == "1" ? "checked" : ""} />同资质机构商品详情<b
|
|
|
class="line">|</b></label>
|
|
@@ -573,27 +588,20 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th><span class="red">*</span>普通机构商品详细信息:</th>
|
|
|
- <td colspan="3">
|
|
|
- <form:textarea path="commonDetailInfo" htmlEscape="false" class="input-xlarge required hide"/>
|
|
|
- <!-- 富文本编辑器 -->
|
|
|
- <div id="detailInfoEditor2">${product.commonDetailInfo==""||product.commonDetailInfo==null?"若要查看更多产品信息,请注册机构会员,如有疑问请联系客服。":product.commonDetailInfo}</div>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>订购方案:</th>
|
|
|
- <td colspan="3">
|
|
|
- <form:textarea path="orderInfo" class="input-xlarge hide"/>
|
|
|
- <!-- 富文本编辑器 -->
|
|
|
- <div id="orderInfoEditor">${product.orderInfo}</div>
|
|
|
+ <th></th>
|
|
|
+ <td colspan="2">
|
|
|
+ <div class="detailInfoEditor" style="width: 620px;">
|
|
|
+ <form:textarea path="detailInfo" htmlEscape="false" class="input-xlarge required hide"/>
|
|
|
+ <!-- 富文本编辑器 -->
|
|
|
+ <div id="detailInfoEditor">${product.detailInfo}</div>
|
|
|
+ </div>
|
|
|
</td>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <th>服务详情:</th>
|
|
|
<td colspan="3">
|
|
|
- <form:textarea path="serviceInfo" class="input-xlarge hide"/>
|
|
|
- <!-- 富文本编辑器 -->
|
|
|
- <div id="serviceInfoEditor">${product.serviceInfo}</div>
|
|
|
+ <div class="detailInfoEditor" style="width: 620px;">
|
|
|
+ <form:textarea path="commonDetailInfo" htmlEscape="false" class="input-xlarge required hide"/>
|
|
|
+ <!-- 富文本编辑器 -->
|
|
|
+ <div id="detailInfoEditor2">${product.commonDetailInfo==""||product.commonDetailInfo==null?"若要查看更多产品信息,请注册机构会员,如有疑问请联系客服。":product.commonDetailInfo}</div>
|
|
|
+ </div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|