|
|
|
@ -203,7 +203,20 @@
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l noticeinfo">市场总监信息展示:</td>
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
<span class="form_radio table_btn">
|
|
|
|
|
<label>
|
|
|
|
|
<input type="radio" class="inp_radio" value="1" name="marketing_director_show" >展示
|
|
|
|
|
</label>
|
|
|
|
|
<label>
|
|
|
|
|
<input type="radio" class="inp_radio" value="2" name="marketing_director_show" checked> 隐藏
|
|
|
|
|
</label>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
</table>
|
|
|
|
|
<table border="1" style="width: 600px;text-align: center;" cellspacing="0" cellpadding="0" id="docShow">
|
|
|
|
@ -313,7 +326,9 @@
|
|
|
|
|
"bank_name":["nocheck","银行名称不能为空"],
|
|
|
|
|
"bank_address":["nocheck","银行开户网点不能为空"],
|
|
|
|
|
"content":["nocheck"],
|
|
|
|
|
"status":["nocheck","","radio"]
|
|
|
|
|
"status":["nocheck","","radio"],
|
|
|
|
|
"service_agreement_show":["nocheck","","select"],
|
|
|
|
|
"marketing_director_show":["nocheck","","radio"],
|
|
|
|
|
}
|
|
|
|
|
var cres = CIC.checkAddInput(obj);
|
|
|
|
|
if(!cres){
|
|
|
|
|