|
|
|
@ -94,7 +94,11 @@
|
|
|
|
|
<td class="r">
|
|
|
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
|
|
|
<select id="first_partner_id" name="partner_id" class="select_gallery">
|
|
|
|
|
<option value="">请选择合作公司</option>
|
|
|
|
|
<option value="0" selected>海南万盟天下科技有限公司</option>
|
|
|
|
|
<volist name=":getPartner()" id="vo">
|
|
|
|
|
<option partner-id="{$vo.id}" value="{$vo.id}" <if condition="$vo.id eq $_GET['partner_id']">selected=selected</if>>{$vo.partner}</option>
|
|
|
|
|
</volist>
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
</td>
|
|
|
|
@ -137,7 +141,7 @@
|
|
|
|
|
<div class="input-list input-list-game search_label_rehab">
|
|
|
|
|
<select id="second_partner_id" name="partner_id" class="select_gallery">
|
|
|
|
|
<option value="">请选择合作公司</option>
|
|
|
|
|
|
|
|
|
|
<option value="0">海南万盟天下科技有限公司</option>
|
|
|
|
|
<volist name=":getPartner()" id="vo">
|
|
|
|
|
<option partner-id="{$vo.id}" value="{$vo.id}" <if condition="$vo.id eq $_GET['partner_id']">selected=selected</if>>{$vo.partner}</option>
|
|
|
|
|
</volist>
|
|
|
|
|