| @@ -381,7 +381,7 @@ | |||||
| <td colspan="27" nowrap="nowrap" class="s0" style="font-size: 1px;"> </td> | <td colspan="27" nowrap="nowrap" class="s0" style="font-size: 1px;"> </td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td rowspan="4"> | |||||
| <td rowspan="6"> | |||||
| {{outProjectInformationDetail.projectNumber == '集体资产采购类' ? '建设方':'转出方'}} | {{outProjectInformationDetail.projectNumber == '集体资产采购类' ? '建设方':'转出方'}} | ||||
| <br/>基本情况</td> | <br/>基本情况</td> | ||||
| @@ -393,7 +393,7 @@ | |||||
| <td colspan="15">{{outProjectInformationDetail.address}}</td> | <td colspan="15">{{outProjectInformationDetail.address}}</td> | ||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td colspan="7">经济类型</td> | |||||
| <td colspan="7">转出方类型</td> | |||||
| <td colspan="8">{{outProjectInformationDetail.economicType}}</td> | <td colspan="8">{{outProjectInformationDetail.economicType}}</td> | ||||
| <td colspan="6">统一社会信用代码</td> | <td colspan="6">统一社会信用代码</td> | ||||
| <td colspan="6">{{outProjectInformationDetail.areaNum}}</td> | <td colspan="6">{{outProjectInformationDetail.areaNum}}</td> | ||||
| @@ -401,8 +401,20 @@ | |||||
| <tr> | <tr> | ||||
| <td colspan="7">法人/负责人</td> | <td colspan="7">法人/负责人</td> | ||||
| <td colspan="8">{{outProjectInformationDetail.legalPerson}}</td> | <td colspan="8">{{outProjectInformationDetail.legalPerson}}</td> | ||||
| <td colspan="6">联系电话</td> | |||||
| <td colspan="6">{{outProjectInformationDetail.phone}}</td> | |||||
| <td colspan="6">身份证号</td> | |||||
| <td colspan="6">{{outProjectInformationDetail.idCardNum}}</td> | |||||
| </tr> | |||||
| <tr> | |||||
| <td colspan="7">联系电话</td> | |||||
| <td colspan="8">{{outProjectInformationDetail.phone}}</td> | |||||
| <td colspan="6"></td> | |||||
| <td colspan="6"></td> | |||||
| </tr> | |||||
| <tr> | |||||
| <td colspan="7">项目联系人</td> | |||||
| <td colspan="8">{{outProjectInformationDetail.linkPerson}}</td> | |||||
| <td colspan="6">联系人电话</td> | |||||
| <td colspan="6">{{outProjectInformationDetail.linkPhone}}</td> | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td rowspan="{{25+outProjectInformationDetail.subjectList.length}}">转出项目<br/>基本情况</td> | <td rowspan="{{25+outProjectInformationDetail.subjectList.length}}">转出项目<br/>基本情况</td> | ||||