|
|
@ -82,11 +82,11 @@
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>公司性质:</td>
|
|
|
|
<td class="l">公司性质:</td>
|
|
|
|
<td class="r" >
|
|
|
|
<td class="r" >
|
|
|
|
<div class="input-list input-list-server search_label_rehab" style="margin:0;">
|
|
|
|
<div class="input-list input-list-server search_label_rehab" style="margin:0;">
|
|
|
|
<select id="company_type" name="company_type" class="select_gallery" style="width: 215px;">
|
|
|
|
<select id="company_type" name="company_type" class="select_gallery" style="width: 215px;">
|
|
|
|
<option value="">请选择公司性质</option>
|
|
|
|
<!-- <option value="">请选择公司性质</option> -->
|
|
|
|
<option value="1" <if condition="$data['company_type'] eq 1">selected
|
|
|
|
<option value="1" <if condition="$data['company_type'] eq 1">selected
|
|
|
|
</if>>公司</option>
|
|
|
|
</if>>公司</option>
|
|
|
|
<option value="2" <if condition="$data.company_type eq 2">selected
|
|
|
|
<option value="2" <if condition="$data.company_type eq 2">selected
|
|
|
@ -100,7 +100,7 @@
|
|
|
|
<td class="r" >
|
|
|
|
<td class="r" >
|
|
|
|
<div class="input-list input-list-server search_label_rehab" style="margin:0;">
|
|
|
|
<div class="input-list input-list-server search_label_rehab" style="margin:0;">
|
|
|
|
<select id="is_sign_contact" name="is_sign_contact" class="select_gallery" style="width: 215px;">
|
|
|
|
<select id="is_sign_contact" name="is_sign_contact" class="select_gallery" style="width: 215px;">
|
|
|
|
<option value="">请选择是否签署合同</option>
|
|
|
|
<!-- <option value="">请选择是否签署合同</option> -->
|
|
|
|
<option value="0" <if condition="$data['is_sign_contact'] eq 0">selected
|
|
|
|
<option value="0" <if condition="$data['is_sign_contact'] eq 0">selected
|
|
|
|
</if>>否</option>
|
|
|
|
</if>>否</option>
|
|
|
|
<option value="1" <if condition="$data['is_sign_contact'] eq 1">selected
|
|
|
|
<option value="1" <if condition="$data['is_sign_contact'] eq 1">selected
|
|
|
@ -110,11 +110,11 @@
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>团体归属:</td>
|
|
|
|
<td class="l">团体归属:</td>
|
|
|
|
<td class="r" >
|
|
|
|
<td class="r" >
|
|
|
|
<div class="input-list input-list-server search_label_rehab" style="margin:0;">
|
|
|
|
<div class="input-list input-list-server search_label_rehab" style="margin:0;">
|
|
|
|
<select id="company_belong" name="company_belong" class="select_gallery" style="width: 215px;">
|
|
|
|
<select id="company_belong" name="company_belong" class="select_gallery" style="width: 215px;">
|
|
|
|
<option value="">请选择团体归属</option>
|
|
|
|
<!-- <option value="">请选择团体归属</option> -->
|
|
|
|
<volist name=":getCompanyBlong()" id="vo">
|
|
|
|
<volist name=":getCompanyBlong()" id="vo">
|
|
|
|
<option value="{$vo.id}" <php> if($data['company_belong'] !='' && $vo['id'] == $data['company_belong'])echo selected;</php>>{$vo.name}</option>
|
|
|
|
<option value="{$vo.id}" <php> if($data['company_belong'] !='' && $vo['id'] == $data['company_belong'])echo selected;</php>>{$vo.name}</option>
|
|
|
|
</volist>
|
|
|
|
</volist>
|
|
|
@ -124,13 +124,13 @@
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>联系结算人:</td>
|
|
|
|
<td class="l">联系结算人:</td>
|
|
|
|
<td class="r" >
|
|
|
|
<td class="r" >
|
|
|
|
<input type="text" class="txt " name="settlement_contact" value="{$data.settlement_contact}" placeholder="请输入结算联系人">
|
|
|
|
<input type="text" class="txt " name="settlement_contact" value="{$data.settlement_contact}" placeholder="请输入结算联系人">
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>联系电话:</td>
|
|
|
|
<td class="l">联系电话:</td>
|
|
|
|
<td class="r" >
|
|
|
|
<td class="r" >
|
|
|
|
<input type="text" class="txt " name="contact_phone" value="{$data.contact_phone}" placeholder="请输入联系电话">
|
|
|
|
<input type="text" class="txt " name="contact_phone" value="{$data.contact_phone}" placeholder="请输入联系电话">
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
@ -166,7 +166,7 @@
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td class="l"><i class="mustmark" style="margin-left:-7px"></i>备注:</td>
|
|
|
|
<td class="l">备注:</td>
|
|
|
|
<td class="r" >
|
|
|
|
<td class="r" >
|
|
|
|
<input type="text" class="txt " name="content" value="{$data.content}" placeholder="">
|
|
|
|
<input type="text" class="txt " name="content" value="{$data.content}" placeholder="">
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|