|
|
|
@ -149,16 +149,16 @@
|
|
|
|
|
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>甲方公司类型:</td>
|
|
|
|
|
<td class="l" style="width: 50px;">
|
|
|
|
|
<select name="part_a_type" id="part_a_type" class="select_gallery" disabled>
|
|
|
|
|
<option value="2" <?php if($relation['collaborate_way'] == 2):?>selected<?php endif;?>>上游CP公司</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;?>>上游CP公司</option>
|
|
|
|
|
<option value="1" <?php if($relation['collaborate_way'] == 2):?>selected<?php endif;?>>己方公司</option>
|
|
|
|
|
</select>
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|
</td>
|
|
|
|
|
<td class="l" style="width: 100px;"><i class="mustmark" >*</i>乙方公司类型:</td>
|
|
|
|
|
<td class="r">
|
|
|
|
|
<select name="part_b_type" id="part_b_type" class="select_gallery" disabled>
|
|
|
|
|
<option value="1" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>上游CP公司</option>
|
|
|
|
|
<option value="2" <?php if($relation['collaborate_way'] == 2):?>selected<?php endif;?>>己方公司</option>
|
|
|
|
|
<option value="1" <?php if($relation['collaborate_way'] == 2):?>selected<?php endif;?>>上游CP公司</option>
|
|
|
|
|
<option value="2" <?php if($relation['collaborate_way'] == 1):?>selected<?php endif;?>>己方公司</option>
|
|
|
|
|
</select>
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|
</td>
|
|
|
|
@ -176,7 +176,7 @@
|
|
|
|
|
<span class="notice-text"></span>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>-->
|
|
|
|
|
<?php if($relation['collaborate_way'] == 1):?>
|
|
|
|
|
<?php if($relation['collaborate_way'] == 2):?>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>甲方公司:</td>
|
|
|
|
|
<td class="l" style="width: 50px;">
|
|
|
|
@ -196,7 +196,7 @@
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<?php endif;?>
|
|
|
|
|
<?php if($relation['collaborate_way'] == 2):?>
|
|
|
|
|
<?php if($relation['collaborate_way'] == 1):?>
|
|
|
|
|
<tr>
|
|
|
|
|
<td class="l"><i class="mustmark" style="margin-left:-7px">*</i>甲方公司:</td>
|
|
|
|
|
<td class="l" style="width: 50px;">
|
|
|
|
|