|
@@ -270,7 +270,7 @@
|
|
|
<font color="red">已下线</font>
|
|
|
</c:if>
|
|
|
<c:if test="${newCmShop.status eq 92}">
|
|
|
- <font color="red" <c:if test="${not empty newCmShop.auditNote}">onclick="alertx('审核未通过原因:'+'${newCmShop.auditNote}')"</c:if> style="cursor:pointer" >审核未通过</font>
|
|
|
+ <font color="red" <c:if test="${not empty newCmShop.auditNote}">onclick="alertx('审核未通过原因:'+'${newCmShop.auditNote}')"</c:if> style="cursor:pointer;text-decoration: underline" >审核未通过</font>
|
|
|
</c:if>
|
|
|
|
|
|
<c:if test="${newCmShop.status eq 90}">
|
|
@@ -766,12 +766,11 @@ function auditShop(shopId,userId,townID,address,name,linkMan,contractMobile) {
|
|
|
+ " <div class='bd-row'>"
|
|
|
+ " <span><font color='red'>*</font>原因:</span>"
|
|
|
+ " <div class='auditCheckBox'>"
|
|
|
- + " <label><input name='auditCheckBox' type='checkbox' value='营业执照图片模糊'><span>营业执照图片模糊</span></label>"
|
|
|
- + " <label><input name='auditCheckBox' type='checkbox' value='营业执照编号错误'><span>营业执照编号错误</span></label>"
|
|
|
- + " <label><input name='auditCheckBox' type='checkbox' value='公司名称敏感'><span>公司名称敏感</span></label>"
|
|
|
- + " <label><input name='auditCheckBox' type='checkbox' value='生产许可证错误'><span>生产许可证错误</span></label>"
|
|
|
- + " <label><input name='auditCheckBox' type='checkbox' value='卫生许可证错误'><span>卫生许可证错误</span></label>"
|
|
|
- + " <label><input name='auditCheckBox' type='checkbox' value='税务许可证错误'><span>税务许可证错误</span></label>"
|
|
|
+ + " <label><input name='auditCheckBox' type='checkbox' value='入驻资质不达标'><span>入驻资质不达标</span></label>"
|
|
|
+ + " <label><input name='auditCheckBox' type='checkbox' value='品牌评估不通过'><span>品牌评估不通过</span></label>"
|
|
|
+ + " <label><input name='auditCheckBox' type='checkbox' value='相关证照不清晰'><span>相关证照不清晰</span></label>"
|
|
|
+ + " <label><input name='auditCheckBox' type='checkbox' value='企业经营异常'><span>企业经营异常</span></label>"
|
|
|
+ + " <label><input name='auditCheckBox' type='checkbox' value='其他'><span>其他</span></label>"
|
|
|
+ " </div>"
|
|
|
+ " </div>"
|
|
|
+ " <div class='bd-row'>"
|