123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- <ion-view view-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">基本信息</h1>
- </div>
- <ion-content style="background-color:#f2f2f2;overflow-x:hidden;overflow-y:visible;" class="has-header has-footer">
- <header class="selectBaseInfoStyleWrap">
- <span>切换信息类型:</span>
- <em ng-click="changeInfoStyle()" class="selectEm">
- {{selectBaseInfoStyle}}
- <i ng-class="{'ion-ios-arrow-down':isTapChange,'ion-ios-arrow-up':!isTapChange}"></i>
- </em>
- </header>
- <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
- <!--选择企业-->
- <div ng-if="selectBaseInfoStyle=='企业'">
- <ul>
- <li style="height: auto;">
- <!-- 企业LOGO-->
- <div style="position: relative;top: 10px;" class="publisher_data">
- <a class="item" id = "orgname" ng-model="organizationName" href="javascript:void(0);" style="height: 90px;line-height: 90px;border: none;padding: 0;" ng-click="show_logo();">
- <span>企业LOGO</span>
- <em>
- <img ng-src="{{connEnterpriseModuleModel.orglogo | imgfilter}}" onerror="javascript:this.src='./img/admin_picter.jpg';" id="editor_logo" style="right: 17px;">
- <i class="icon ion-ios-arrow-right activity_schedule_i" style="top: 0;"></i>
- </em>
- </a>
- </div>
- </li>
- <li style="height: auto;min-height: 45px;">
- <span><sup>*</sup>企业名称</span>
- <input type="text" placeholder="请填写企业名称" style="padding-right: 12px;" ng-model="connEnterpriseModuleModel.orgname" ng-change="queryLikeName()"/>
- </li>
- <li style="height:auto;">
- <ul ng-if="isRelateUl" class="isRelateUl" style="overflow: visible;">
- <li ng-repeat="company in companylist" style="overflow: visible;">
- <span ng-bind-html="ttt(company.name)" ng-click="setCompanyName(company)"></span>
- <em class="goViewResource" ng-if="company.resourcelibrary != undefined && company.resourcelibrary.id > 0"
- ng-click="jumpResourceDetail(company)">查看资源<i class="icon ion-ios-arrow-right"></i></em>
- </li>
- </ul>
- </li>
- <li>
- <span>产业领域</span>
- <i class="icon ion-ios-arrow-right activity_schedule_i" ng-click="showIndustryStatus()" style="z-index: 5;top: 0;"></i>
- <input type="text" placeholder="请选择产业领域" style="padding-right: 12px;" ng-model="connEnterpriseModuleModel.categoryname" readonly="readonly" id="activitySchedule_state" ng-click="showIndustryStatus()"/>
- </li>
- <li>
- <span>联系人</span>
- <input type="text" placeholder="请填写联系人" style="padding-right: 12px;" ng-model="connEnterpriseModuleModel.orgcontact"/>
- </li>
- <li>
- <span>联系方式</span>
- <input type="tel" placeholder="请填写联系方式" style="padding-right: 12px;" ng-model="connEnterpriseModuleModel.orgcontactnum"/>
- </li>
- <li>
- <span>研发机构等级</span>
- <input type="text" placeholder="请选择研发机构等级" readonly="readonly" ng-click="showResearchStatus()" ng-model="connEnterpriseModuleModel.rdinstitutiontypename" style="position: absolute;right: 18px;min-width: 50%;">
- <i class="icon ion-ios-arrow-right activity_schedule_i" style="top: 0;" ng-click="showResearchStatus()"></i>
- </li>
- </ul>
- <ion-toggle ng-model="connEnterpriseModuleModel.high" ng-change="watchIsChange()" style="border: none;height: 48px;line-height: 48px;padding:0 0 0 18px;background-color: #fff;border-top: 0.5px solid rgb(230, 230, 231);" ng-checked="connEnterpriseModuleModel.high">
- 是否高企
- <span class="isactiveInfoWrap">{{connEnterpriseModuleModel.ishighInfo}}</span>
- </ion-toggle>
- <ul style="margin-top: 7px;" class="upLoad_ul">
- <li style="border-bottom: none;">
- <span>上传图片<em>已添加<i>{{imagelist.length}}</i>个</em></span>
- <a ng-click="show()">+</a>
- </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($index)"/>
- <span class="photo_delect delect_cammer" ng-click="deletePhoto($index)"></span>
- </a>
- </ion-scroll>
- <ul style="margin-top: 7px;" class="upLoad_ul">
- <li style="height: auto;">
- <span>备注</span>
- <textarea placeholder="请填写备注信息" ng-model="connEnterpriseModuleModel.remark" style="top: -1px;position: relative;"></textarea>
- </li>
- </ul>
- <br/>
- <br/>
- </div>
- <!--选择高校录入基本信息-->
- <div ng-if="selectBaseInfoStyle=='高校'">
- <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;" ng-click="show_logo();">
- <span>高校LOGO</span>
- <em>
- <img ng-src="{{imgUrl+connEnterpriseModuleModel.orglogo | imgfilter}}" onerror="javascript:this.src='./img/admin_picter.jpg';" id="editor_logo" style="right: 17px;">
- <i class="icon ion-ios-arrow-right activity_schedule_i" style="top: 0;"></i>
- </em>
- </a>
- </div>
- </li>
- <li style="height: auto;min-height: 45px;">
- <span><sup>*</sup>高校名称</span>
- <input type="text" placeholder="请填写高校名称" style="padding-right: 12px;" ng-model="connEnterpriseModuleModel.orgname" ng-change="queryLikeName()"/>
- </li>
- <li style="height:auto;">
- <ul ng-if="isRelateUl" class="isRelateUl" style="overflow: visible;">
- <li ng-repeat="company in companylist" style="overflow: visible;">
- <span ng-bind-html="ttt(company.name)" ng-click="setCompanyName(company)"></span>
- <em class="goViewResource" ng-if="company.resourcelibrary != undefined && company.resourcelibrary.id > 0"
- ng-click="jumpResourceDetail(company)">查看资源<i class="icon ion-ios-arrow-right"></i></em>
- </li>
- </ul>
- </li>
- <!--<li style="height: auto;">
- <span>高校简介</span>
- <textarea placeholder="请填写高校简介" ng-model="connEnterpriseModuleModel.orgcontent" style="top: -1px;position: relative;"></textarea>
- </li>-->
- <li>
- <span>联系方式</span>
- <input type="tel" placeholder="请填写联系方式" style="padding-right: 12px;" ng-model="connEnterpriseModuleModel.orgcontactnum"/>
- </li>
- <li>
- <span>高校类型</span>
- <input type="text" placeholder="例如211、985" readonly="readonly" ng-click="showSchtag()" ng-model="connEnterpriseModuleModel.rdinstitutiontypename" style="position: absolute;right: 18px;min-width: 50%;">
- <i class="icon ion-ios-arrow-right activity_schedule_i" style="top: 0;" ng-click="showSchtag()"></i>
- </li>
- <li style="height: auto;">
- <span>备注</span>
- <textarea placeholder="请填写备注信息" ng-model="connEnterpriseModuleModel.remark" style="top: -1px;position: relative;"></textarea>
- </li>
- </ul>
- <br/>
- <br/>
- </div>
- </form>
- </ion-content>
- <ion-footer-bar class="footer_buttonWrap">
- <span class="footer_button" ng-if="selectBaseInfoStyle=='企业'" ng-click="saveCompanyInfo()">保存企业基本信息</span>
- <span class="footer_button" ng-if="selectBaseInfoStyle=='高校'" ng-click="saveCompanyInfo()">保存高校基本信息</span>
- </ion-footer-bar>
- </ion-view>
|