master
ELF 4 years ago
parent 296e378501
commit 9b88e97672

@ -496,7 +496,7 @@ class PartnerController extends ThinkController
}else{
$data['validity_end_time']='';
}
$selfCompanies = M('company_info', 'tab_')->field('id,partner company_name,link_man,link_phone')->where(['status' => 1])->select();
$this->assign('selfCompanies', $selfCompanies);

@ -132,15 +132,15 @@
</table>
</div>
<div id="tab2" class="tab-pane in tab2 ">
<div id="tab2" class="tab-pane tab2 ">
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>合作方式:</td>
<td class="r">
<select name="relation[collaborate_way]" id="collaborate_way" class="select_gallery">
<option value="1" <?php if($relation['collaborate_way'] == 0):?>selected<?php endif;?>>甲方</option>
<option value="2" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>乙方</option>
<option value="1" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>甲方</option>
<option value="2" <?php if($relation['collaborate_way'] == 2):?>selected<?php endif;?>>乙方</option>
</select>
<span class="notice-text"></span>
</td>

@ -137,8 +137,8 @@
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>合作方式:</td>
<td class="r">
<select name="relation[collaborate_way]" disabled id="collaborate_way" class="select_gallery">
<option value="1" <?php if($relation['collaborate_way'] == 0):?>selected<?php endif;?>>甲方</option>
<option value="2" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>乙方</option>
<option value="1" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>甲方</option>
<option value="2" <?php if($relation['collaborate_way'] == 2):?>selected<?php endif;?>>乙方</option>
</select>
<span class="notice-text"></span>
</td>
@ -413,10 +413,11 @@
<script>
showTab();
<?php if($data['file_info']):?>
var doc = "<?=$data['file_info']?>"
var doc = <?=$data['file_info']?>
<?php else:?>
var doc
<?php endif;?>
if(!doc){
doc = [];
}

@ -133,7 +133,7 @@
width: auto;
}
.deposit-item.no-deposit {
display: none;
display: none!important;
}
</style>
@ -370,8 +370,8 @@
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>合作方式:</td>
<td class="r">
<select name="relation[collaborate_way]" id="collaborate_way" class="select_gallery">
<option value="1" <?php if($relation['collaborate_way'] == 0):?>selected<?php endif;?>>甲方</option>
<option value="2" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>乙方</option>
<option value="1" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>甲方</option>
<option value="2" <?php if($relation['collaborate_way'] == 2):?>selected<?php endif;?>>乙方</option>
</select>
<span class="notice-text"></span>
</td>

@ -381,8 +381,8 @@
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>合作方式:</td>
<td class="r">
<select name="relation[collaborate_way]" disabled id="collaborate_way" class="select_gallery">
<option value="1" <?php if($relation['collaborate_way'] == 0):?>selected<?php endif;?>>甲方</option>
<option value="2" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>乙方</option>
<option value="1" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>甲方</option>
<option value="2" <?php if($relation['collaborate_way'] == 2):?>selected<?php endif;?>>乙方</option>
</select>
<span class="notice-text"></span>
</td>

Loading…
Cancel
Save