master
ELF 4 years ago
parent 53f2649d9a
commit 1fbb9f097e

@ -190,10 +190,10 @@
<td class="r table_radio"> <td class="r table_radio">
<span class="form_radio table_btn"> <span class="form_radio table_btn">
<label> <label>
<input type="radio" value="1" name="relation[is_payment]" checked="checked"> <input type="radio" value="1" name="relation[is_payment]" <?php if($relation['is_payment'] == 1):?>checked<?php endif;?>>
</label> </label>
<label> <label>
<input type="radio" value="2" name="relation[is_payment]"> <input type="radio" value="2" name="relation[is_payment]" <?php if($relation['is_payment'] == 2):?>checked<?php endif;?>>
</label> </label>
</span> </span>
<span class="notice-text">选择否将不能进行线上打款</span> <span class="notice-text">选择否将不能进行线上打款</span>
@ -203,8 +203,8 @@
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>收款方:</td> <td class="l"><i class="mustmark" style="margin-left:-7px">*</i>收款方:</td>
<td class="r"> <td class="r">
<select name="relation[collection]" id="collection" class="select_gallery"> <select name="relation[collection]" id="collection" class="select_gallery">
<option value="1" >甲方</option> <option value="1" <?php if($relation['collection'] == 1):?>selected<?php endif;?>>甲方</option>
<option value="2" selected>乙方</option> <option value="2" <?php if($relation['collection'] == 2):?>selected<?php endif;?>>乙方</option>
</select> </select>
<span class="notice-text"></span> <span class="notice-text"></span>
</td> </td>

Loading…
Cancel
Save