master
ELF 4 years ago
parent 296e378501
commit 9b88e97672

@ -132,15 +132,15 @@
</table> </table>
</div> </div>
<div id="tab2" class="tab-pane in tab2 "> <div id="tab2" class="tab-pane tab2 ">
<table border="0" cellspacing="0" cellpadding="0"> <table border="0" cellspacing="0" cellpadding="0">
<tbody> <tbody>
<tr> <tr>
<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[collaborate_way]" id="collaborate_way" class="select_gallery"> <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="1" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>甲方</option>
<option value="2" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>乙方</option> <option value="2" <?php if($relation['collaborate_way'] == 2):?>selected<?php endif;?>>乙方</option>
</select> </select>
<span class="notice-text"></span> <span class="notice-text"></span>
</td> </td>

@ -137,8 +137,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[collaborate_way]" disabled id="collaborate_way" class="select_gallery"> <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="1" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>甲方</option>
<option value="2" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>乙方</option> <option value="2" <?php if($relation['collaborate_way'] == 2):?>selected<?php endif;?>>乙方</option>
</select> </select>
<span class="notice-text"></span> <span class="notice-text"></span>
</td> </td>
@ -413,10 +413,11 @@
<script> <script>
showTab(); showTab();
<?php if($data['file_info']):?> <?php if($data['file_info']):?>
var doc = "<?=$data['file_info']?>" var doc = <?=$data['file_info']?>
<?php else:?> <?php else:?>
var doc var doc
<?php endif;?> <?php endif;?>
if(!doc){ if(!doc){
doc = []; doc = [];
} }

@ -133,7 +133,7 @@
width: auto; width: auto;
} }
.deposit-item.no-deposit { .deposit-item.no-deposit {
display: none; display: none!important;
} }
</style> </style>
@ -370,8 +370,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[collaborate_way]" id="collaborate_way" class="select_gallery"> <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="1" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>甲方</option>
<option value="2" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>乙方</option> <option value="2" <?php if($relation['collaborate_way'] == 2):?>selected<?php endif;?>>乙方</option>
</select> </select>
<span class="notice-text"></span> <span class="notice-text"></span>
</td> </td>

@ -381,8 +381,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[collaborate_way]" disabled id="collaborate_way" class="select_gallery"> <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="1" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>甲方</option>
<option value="2" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>乙方</option> <option value="2" <?php if($relation['collaborate_way'] == 2):?>selected<?php endif;?>>乙方</option>
</select> </select>
<span class="notice-text"></span> <span class="notice-text"></span>
</td> </td>

Loading…
Cancel
Save