123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315 |
- <ion-view style="background-color:#fff" title="我的录入">
- <div class="bar bar-header" style="background-image: none;background-color: #5BABE6;">
- <div class="button button-icon icon pus_blue" ng-click="goback()"></div>
- <button class="button button-icon icon goback whiteGoBack noneContent" ng-click="goback()"></button>
- <h1 class="bar_title" style="color: #fff" ng-bind="headerName"></h1>
- <button class="button ion-ios-more roleActionSet" ng-click="openActionSheet()" ng-if="recordDetailInfo.ishasset"></button>
- </div>
- <ion-content class="has-header has-footer" scroll="true" delegate-handle="privateContent">
- <!--专利信息-->
- <section ng-if="act=='patentInfo'">
- <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
- <ul>
- <li>
- <span>所属单位</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'"/>
- </li>
- </ul>
- <!--专利信息-->
- <div ng-repeat="patentInfo in recordDetailInfo.patentInfoList track by $index" style="clear: both;">
- <ul>
- <li>
- <span>名称</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="patentInfo.intellectualpropertyname!=''?patentInfo.intellectualpropertyname:'未填写'"/>
- </li>
- <li style="height: auto;">
- <span>主要完成人</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="patentInfo.applyperson!=''?patentInfo.applyperson:'未填写'"/>
- </li>
- <li>
- <span>申请号/专利号</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="patentInfo.licensenumber!=''?patentInfo.licensenumber:'未填写'"/>
- </li>
- <li style="height: auto;">
- <span>备注</span>
- <textarea readonly="readonly" ng-model="patentInfo.remark!=''?patentInfo.remark:'未填写'" style="top: -1px;position: relative;"></textarea>
- </li>
- </ul>
- </div>
- </form>
- </section>
- <!--产品信息-->
- <section ng-if="act=='productInfo'">
- <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
- <!--产品信息-->
- <ul>
- <li>
- <span>所属单位</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'" ng-change="queryLikeName()"/>
- </li>
- </ul>
- <div ng-repeat="produceInfo in recordDetailInfo.productLkList track by $index" style="clear: both;">
- <ul>
- <li>
- <span>产品名称</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="produceInfo.productname!=''?produceInfo.productname:'未填写'"/>
- </li>
- <li style="height: auto;">
- <span>产品描述</span>
- <textarea readonly="readonly" ng-model="produceInfo.productdescription!=''?produceInfo.productdescription:'未填写'" style="top: -1px;position: relative;"></textarea>
- </li>
- <li style="height: auto;">
- <span>备注</span>
- <textarea readonly="readonly" ng-model="produceInfo.remark!=''?produceInfo.remark:'未填写'" style="top: -1px;position: relative;"></textarea>
- </li>
- </ul>
- </div>
- </form>
- </section>
- <!--人才信息-->
- <section ng-if="act=='personnelAbilityInfo'">
- <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
- <ul>
- <li>
- <span>所属单位</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'"/>
- </li>
- </ul>
- <!--人才信息-->
- <div ng-repeat="talentInfo in recordDetailInfo.highleveltalentsLkList track by $index" style="clear: both;">
- <ul>
- <li>
- <span>姓名</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="talentInfo.name!=''?talentInfo.name:'未填写'"/>
- </li>
- <li>
- <span>联系方式</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="talentInfo.tel!=''?talentInfo.tel:'未填写'"/>
- </li>
- <li>
- <span>职位</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="talentInfo.position!=''?talentInfo.position:'未填写'"/>
- </li>
- <li>
- <span>学位</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="talentInfo.academicdegreeName!=''?talentInfo.academicdegreeName:'未填写'" readonly="readonly"/>
- </li>
- <li>
- <span>负责工作</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="talentInfo.responsible!=''?talentInfo.responsible:'未填写'"/>
- </li>
- <li style="height: auto;">
- <span>人才简介</span>
- <textarea readonly="readonly" ng-model="talentInfo.about!=''?talentInfo.about:'未填写'" style="top: -1px;position: relative;"></textarea>
- </li>
- <li style="height: auto;">
- <span>备注</span>
- <textarea readonly="readonly" ng-model="talentInfo.remark!=''?talentInfo.remark:'未填写'" style="top: -1px;position: relative;"></textarea>
- </li>
- </ul>
- </div>
- </form>
- </section>
- <!--基本信息-->
- <section ng-if="act=='baseInfo'||act=='schoolBaseInfo'">
- <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
- <!--选择企业-->
- <div ng-if="act=='baseInfo'">
- <ul>
- <li style="height: auto;">
- <!-- 企业LOGO-->
- <div style="position: relative;top: 10px;" class="publisher_data">
- <a class="item" ng-model="organizationName" href="javascript:void(0);" style="height: 90px;line-height: 90px;border: none;padding: 0;" >
- <span>企业LOGO</span>
- <em>
- <img ng-src="{{imgUrl+recordDetailInfo.orglogo | imgfilter}}" onerror="javascript:this.src='./img/admin_picter.jpg';" id="editor_logo" style="right: 17px;">
- </em>
- </a>
- </div>
- </li>
- <li style="height: auto;min-height: 45px;">
- <span>企业名称</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'" ng-change="queryLikeName()"/>
- </li>
- <li>
- <span>产业领域</span>
- <i class="icon ion-ios-arrow-right activity_schedule_i" style="z-index: 5;top: 0;"></i>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.categoryname!=''?recordDetailInfo.categoryname:'未填写'" readonly="readonly" id="activitySchedule_state" ng-click="showIndustryStatus()"/>
- </li>
- <li>
- <span>联系人</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgcontact!=''?recordDetailInfo.orgcontact:'未填写'"/>
- </li>
- <li>
- <span>联系方式</span>
- <input type="tel" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgcontactnum!=''?recordDetailInfo.orgcontactnum:'未填写'"/>
- </li>
- <li>
- <span>研发机构等级</span>
- <input type="text" readonly="readonly" ng-model="recordDetailInfo.rdinstitutiontypename!=''?recordDetailInfo.rdinstitutiontypename:'未填写'" style="position: absolute;right: 18px;min-width: 50%;">
- </li>
- <li>
- <span>是否高企</span>
- <input type="text" readonly="readonly" ng-model="recordDetailInfo.ishighInfo" style="position: absolute;right: 18px;min-width: 50%;">
- </li>
- </ul>
- <ion-scroll scroll="true" has-bouncing="true" direction="x" scrollbar-x="false" delegate-handle="scrollimage" class="photo_div" ng-show="imagelist.length>0" style="overflow-x:hidden;overflow-y:hidden;">
- <a class="photo_img" ng-repeat="image in imagelist track by $index">
- <img src="{{image.photoName | picturefilter}}" style="width:100%;height:85px;" class="back-img" ng-click="shouBigImage(imagelist,$index)"/>
- </a>
- </ion-scroll>
- <ul style="margin-top: 7px;" class="upLoad_ul">
- <li style="height: auto;">
- <span>备注</span>
- <textarea readonly="readonly" ng-model="recordDetailInfo.remark" style="top: -1px;position: relative;"></textarea>
- </li>
- </ul>
- <br/>
- <br/>
- </div>
- <!--选择高校录入基本信息-->
- <div ng-if="act=='schoolBaseInfo'">
- <ul>
- <li style="height: auto;">
- <!-- 高校LOGO-->
- <div style="position: relative;top: 10px;" class="publisher_data">
- <a class="item" ng-model="organizationName" href="javascript:void(0);" style="height: 90px;line-height: 90px;border: none;padding: 0;">
- <span>高校LOGO</span>
- <em>
- <img ng-src="{{imgUrl+recordDetailInfo.orglogo | imgfilter}}" onerror="javascript:this.src='./img/admin_picter.jpg';" id="editor_logo" style="right: 17px;">
- </em>
- </a>
- </div>
- </li>
- <li style="height: auto;min-height: 45px;">
- <span>高校名称</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'"/>
- </li>
- <!--<li style="height: auto;">
- <span>高校简介</span>
- <textarea placeholder="请填写高校简介" readonly="readonly" ng-model="recordDetailInfo.orgcontent" style="top: -1px;position: relative;"></textarea>
- </li>-->
- <li>
- <span>联系方式</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgcontactnum!=''?recordDetailInfo.orgcontactnum:'未填写'"/>
- </li>
- <li>
- <span>高校类型</span>
- <input type="text" readonly="readonly" ng-model="recordDetailInfo.rdinstitutiontypename!=''?recordDetailInfo.rdinstitutiontypename:'未填写'" style="position: absolute;right: 18px;min-width: 50%;">
- </li>
- <li style="height: auto;">
- <span>备注</span>
- <textarea readonly="readonly" ng-model="recordDetailInfo.remark" style="top: -1px;position: relative;"></textarea>
- </li>
- </ul>
- <br/>
- <br/>
- </div>
- </form>
- </section>
- <!--成果信息-->
- <section ng-if="act=='schoolAchievementsInfo'">
- <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
- <ul>
- <li>
- <span>所属单位</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'"/>
- </li>
- </ul>
- <!--成果信息-->
- <div ng-repeat="produceInfo in recordDetailInfo.researchfindingList track by $index" style="clear: both;">
- <ul>
- <li>
- <span>成果名称</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="produceInfo.researchfindingname!=''?produceInfo.researchfindingname:'未填写'"/>
- </li>
- <li style="height: auto;">
- <span>成果描述</span>
- <textarea ng-model="produceInfo.researchdetail!=''?produceInfo.researchdetail:'未填写'" readonly="readonly" style="top: -1px;position: relative;"></textarea>
- </li>
- <li style="height: auto;">
- <span>备注</span>
- <textarea readonly="readonly" ng-model="produceInfo.remark!=''?produceInfo.remark:'未填写'" style="top: -1px;position: relative;"></textarea>
- </li>
- </ul>
- </div>
- </form>
- </section>
- <!--需求信息-->
- <section ng-if="act=='demandInfo'">
- <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
- <ul>
- <li>
- <span>所属单位</span>
- <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'"/>
- </li>
- </ul>
- <!--需求信息-->
- <div ng-repeat="demandInfo in recordDetailInfo.techrequirementLkList track by $index" style="clear: both;">
- <ul>
- <li>
- <span>需求名称</span>
- <input type="text" style="padding-right: 12px;" readonly="readonly" ng-model="demandInfo.techrequirementname!=''?demandInfo.techrequirementname:'未填写'"/>
- </li>
- <li>
- <span>需求类型</span>
- <input type="text" style="padding-right: 12px;" ng-model="demandInfo.techtypename!=''?demandInfo.techtypename:'未填写'" readonly="readonly"/>
- </li>
- <li>
- <span>合作模式</span>
- <input type="text" style="padding-right: 12px;" ng-model="demandInfo.cooperationmodelname!=''?demandInfo.cooperationmodelname:'未填写'" readonly="readonly"/>
- </li>
- <li>
- <span>投入预算(万元)</span>
- <input type="number" style="padding-right: 12px;" ng-model="demandInfo.capitalScale!=''?demandInfo.capitalScale:'未填写'" readonly="readonly"/>
- </li>
- <li style="height: auto;">
- <span>需求简介</span>
- <textarea ng-model="demandInfo.techrequirementdetail!=''?demandInfo.techrequirementdetail:'未填写'" style="top: -1px;position: relative;" readonly="readonly"></textarea>
- </li>
- <li style="height: auto;">
- <span>备注</span>
- <textarea readonly="readonly" ng-model="demandInfo.remark!=''?demandInfo.remark:'未填写'" style="top: -1px;position: relative;"></textarea>
- </li>
- </ul>
- </div>
- </form>
- </section>
- <!--录入的历史-->
- <h5 class="itemHeader" ng-if="recordHistoryInfoList!=undefined||recordHistoryInfoList.length>0">录入历史</h5>
- <section style="margin: 0 16px 12px" class="recordInfoListSection" ng-repeat="p in historyInterviewList track by $index" ng-if="true">
- <span class="reDetailPublisherInfoRight">
- <h3 ng-bind="p.title!=''?p.title:'信息未填写'"></h3>
- <em ng-bind="p.pagename"></em>
- </span>
- <span class="reDetailPublisherInfoRightF">
- <em><a ng-bind="p.createtime|datesubstring10"></a>录入</em>
- </span>
- <em class="goViewResource" style="bottom: 10px;" ng-click="goDetail(p.id)" ng-if="p.id != recordDetailInfo.id">查看<i class="icon ion-ios-arrow-right"></i></em>
- </section>
- </ion-content>
- <ion-footer-bar class="footer_buttonWrap">
- <span class="footer_button" ng-if="recordDetailInfo.organizationInfo.resourcelibrary != undefined && recordDetailInfo.organizationInfo.resourcelibrary.id > 0"
- ng-click="jumpResourceDetail(recordDetailInfo.organizationInfo)">查看资源</span>
- </ion-footer-bar>
- <!--图片放大区域-->
- <div id="rightDisplay" ng-show="bigImage" class="popover-backdrop" >
- <ion-slide-box auto-play="false" does-continue="false" show-pager="true" delegate-handle="slide_detail">
- <ion-slide ng-repeat="pic in imagelist track by $index" style="background-color:#000;">
- <!--<div class="viewOldImg">
- <span ng-if="!pic.loadsource" ng-click="viewOldImg($index);">
- 查看原图
- <em ng-bind="'('+pic.source_size+')'"></em>
- </span>
- <span ng-if="pic.loadsource">
- 已完成
- </span>
- </div>
- <div class="loadImg" ng-click="loadImg(pic);"></div>-->
- <div class="pinch-zoom" style="width: 100%;height:100%;">
- <img class="img-responsive bigimage" ng-src="{{pic.originalName| picturefilter}}" ng-click="hideBigImage()"/>
- </div>
- </ion-slide>
- </ion-slide-box>
- </div>
- </ion-view>
|