|
|
@ -115,8 +115,8 @@
|
|
|
|
<td class="l noticeinfo"><i class="mustmark">*</i>启用状态</td>
|
|
|
|
<td class="l noticeinfo"><i class="mustmark">*</i>启用状态</td>
|
|
|
|
<td class="r table_radio">
|
|
|
|
<td class="r table_radio">
|
|
|
|
<span class="form_radio">
|
|
|
|
<span class="form_radio">
|
|
|
|
<label><input type="radio" name="status" value="0"> 禁用</label>
|
|
|
|
<label><input type="radio" name="status" value="0" <?php if($record && $record['status'] == 0):?>checked<?php endif;?>> 禁用</label>
|
|
|
|
<label><input type="radio" name="status" value="1" checked="checked"> 启用</label>
|
|
|
|
<label><input type="radio" name="status" value="1" <?php if(empty($record) || $record['status'] == 1):?>checked<?php endif;?>> 启用</label>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
@ -133,6 +133,16 @@
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
|
|
|
|
<td class="l noticeinfo"><i class="mustmark">*</i>是否公户</td>
|
|
|
|
|
|
|
|
<td class="r table_radio">
|
|
|
|
|
|
|
|
<span class="form_radio">
|
|
|
|
|
|
|
|
<label><input type="radio" name="is_master" value="0" <?php if(empty($record) || $record['is_master'] == 0):?>checked<?php endif;?>> 否</label>
|
|
|
|
|
|
|
|
<label><input type="radio" name="is_master" value="1" <?php if($record && $record['is_master'] == 1):?>checked<?php endif;?>> 是</label>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|
|
|
|
</td>
|
|
|
|
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</table>
|
|
|
|
<div id="merchant-detail" style="margin-top: 10px;">
|
|
|
|
<div id="merchant-detail" style="margin-top: 10px;">
|
|
|
|