recordInfoDetail.html 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315
  1. <ion-view style="background-color:#fff" title="我的录入">
  2. <div class="bar bar-header" style="background-image: none;background-color: #5BABE6;">
  3. <div class="button button-icon icon pus_blue" ng-click="goback()"></div>
  4. <button class="button button-icon icon goback whiteGoBack noneContent" ng-click="goback()"></button>
  5. <h1 class="bar_title" style="color: #fff" ng-bind="headerName"></h1>
  6. <button class="button ion-ios-more roleActionSet" ng-click="openActionSheet()" ng-if="recordDetailInfo.ishasset"></button>
  7. </div>
  8. <ion-content class="has-header has-footer" scroll="true" delegate-handle="privateContent">
  9. <!--专利信息-->
  10. <section ng-if="act=='patentInfo'">
  11. <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
  12. <ul>
  13. <li>
  14. <span>所属单位</span>
  15. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'"/>
  16. </li>
  17. </ul>
  18. <!--专利信息-->
  19. <div ng-repeat="patentInfo in recordDetailInfo.patentInfoList track by $index" style="clear: both;">
  20. <ul>
  21. <li>
  22. <span>名称</span>
  23. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="patentInfo.intellectualpropertyname!=''?patentInfo.intellectualpropertyname:'未填写'"/>
  24. </li>
  25. <li style="height: auto;">
  26. <span>主要完成人</span>
  27. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="patentInfo.applyperson!=''?patentInfo.applyperson:'未填写'"/>
  28. </li>
  29. <li>
  30. <span>申请号/专利号</span>
  31. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="patentInfo.licensenumber!=''?patentInfo.licensenumber:'未填写'"/>
  32. </li>
  33. <li style="height: auto;">
  34. <span>备注</span>
  35. <textarea readonly="readonly" ng-model="patentInfo.remark!=''?patentInfo.remark:'未填写'" style="top: -1px;position: relative;"></textarea>
  36. </li>
  37. </ul>
  38. </div>
  39. </form>
  40. </section>
  41. <!--产品信息-->
  42. <section ng-if="act=='productInfo'">
  43. <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
  44. <!--产品信息-->
  45. <ul>
  46. <li>
  47. <span>所属单位</span>
  48. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'" ng-change="queryLikeName()"/>
  49. </li>
  50. </ul>
  51. <div ng-repeat="produceInfo in recordDetailInfo.productLkList track by $index" style="clear: both;">
  52. <ul>
  53. <li>
  54. <span>产品名称</span>
  55. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="produceInfo.productname!=''?produceInfo.productname:'未填写'"/>
  56. </li>
  57. <li style="height: auto;">
  58. <span>产品描述</span>
  59. <textarea readonly="readonly" ng-model="produceInfo.productdescription!=''?produceInfo.productdescription:'未填写'" style="top: -1px;position: relative;"></textarea>
  60. </li>
  61. <li style="height: auto;">
  62. <span>备注</span>
  63. <textarea readonly="readonly" ng-model="produceInfo.remark!=''?produceInfo.remark:'未填写'" style="top: -1px;position: relative;"></textarea>
  64. </li>
  65. </ul>
  66. </div>
  67. </form>
  68. </section>
  69. <!--人才信息-->
  70. <section ng-if="act=='personnelAbilityInfo'">
  71. <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
  72. <ul>
  73. <li>
  74. <span>所属单位</span>
  75. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'"/>
  76. </li>
  77. </ul>
  78. <!--人才信息-->
  79. <div ng-repeat="talentInfo in recordDetailInfo.highleveltalentsLkList track by $index" style="clear: both;">
  80. <ul>
  81. <li>
  82. <span>姓名</span>
  83. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="talentInfo.name!=''?talentInfo.name:'未填写'"/>
  84. </li>
  85. <li>
  86. <span>联系方式</span>
  87. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="talentInfo.tel!=''?talentInfo.tel:'未填写'"/>
  88. </li>
  89. <li>
  90. <span>职位</span>
  91. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="talentInfo.position!=''?talentInfo.position:'未填写'"/>
  92. </li>
  93. <li>
  94. <span>学位</span>
  95. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="talentInfo.academicdegreeName!=''?talentInfo.academicdegreeName:'未填写'" readonly="readonly"/>
  96. </li>
  97. <li>
  98. <span>负责工作</span>
  99. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="talentInfo.responsible!=''?talentInfo.responsible:'未填写'"/>
  100. </li>
  101. <li style="height: auto;">
  102. <span>人才简介</span>
  103. <textarea readonly="readonly" ng-model="talentInfo.about!=''?talentInfo.about:'未填写'" style="top: -1px;position: relative;"></textarea>
  104. </li>
  105. <li style="height: auto;">
  106. <span>备注</span>
  107. <textarea readonly="readonly" ng-model="talentInfo.remark!=''?talentInfo.remark:'未填写'" style="top: -1px;position: relative;"></textarea>
  108. </li>
  109. </ul>
  110. </div>
  111. </form>
  112. </section>
  113. <!--基本信息-->
  114. <section ng-if="act=='baseInfo'||act=='schoolBaseInfo'">
  115. <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
  116. <!--选择企业-->
  117. <div ng-if="act=='baseInfo'">
  118. <ul>
  119. <li style="height: auto;">
  120. <!-- 企业LOGO-->
  121. <div style="position: relative;top: 10px;" class="publisher_data">
  122. <a class="item" ng-model="organizationName" href="javascript:void(0);" style="height: 90px;line-height: 90px;border: none;padding: 0;" >
  123. <span>企业LOGO</span>
  124. <em>
  125. <img ng-src="{{imgUrl+recordDetailInfo.orglogo | imgfilter}}" onerror="javascript:this.src='./img/admin_picter.jpg';" id="editor_logo" style="right: 17px;">
  126. </em>
  127. </a>
  128. </div>
  129. </li>
  130. <li style="height: auto;min-height: 45px;">
  131. <span>企业名称</span>
  132. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'" ng-change="queryLikeName()"/>
  133. </li>
  134. <li>
  135. <span>产业领域</span>
  136. <i class="icon ion-ios-arrow-right activity_schedule_i" style="z-index: 5;top: 0;"></i>
  137. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.categoryname!=''?recordDetailInfo.categoryname:'未填写'" readonly="readonly" id="activitySchedule_state" ng-click="showIndustryStatus()"/>
  138. </li>
  139. <li>
  140. <span>联系人</span>
  141. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgcontact!=''?recordDetailInfo.orgcontact:'未填写'"/>
  142. </li>
  143. <li>
  144. <span>联系方式</span>
  145. <input type="tel" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgcontactnum!=''?recordDetailInfo.orgcontactnum:'未填写'"/>
  146. </li>
  147. <li>
  148. <span>研发机构等级</span>
  149. <input type="text" readonly="readonly" ng-model="recordDetailInfo.rdinstitutiontypename!=''?recordDetailInfo.rdinstitutiontypename:'未填写'" style="position: absolute;right: 18px;min-width: 50%;">
  150. </li>
  151. <li>
  152. <span>是否高企</span>
  153. <input type="text" readonly="readonly" ng-model="recordDetailInfo.ishighInfo" style="position: absolute;right: 18px;min-width: 50%;">
  154. </li>
  155. </ul>
  156. <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;">
  157. <a class="photo_img" ng-repeat="image in imagelist track by $index">
  158. <img src="{{image.photoName | picturefilter}}" style="width:100%;height:85px;" class="back-img" ng-click="shouBigImage(imagelist,$index)"/>
  159. </a>
  160. </ion-scroll>
  161. <ul style="margin-top: 7px;" class="upLoad_ul">
  162. <li style="height: auto;">
  163. <span>备注</span>
  164. <textarea readonly="readonly" ng-model="recordDetailInfo.remark" style="top: -1px;position: relative;"></textarea>
  165. </li>
  166. </ul>
  167. <br/>
  168. <br/>
  169. </div>
  170. <!--选择高校录入基本信息-->
  171. <div ng-if="act=='schoolBaseInfo'">
  172. <ul>
  173. <li style="height: auto;">
  174. <!-- 高校LOGO-->
  175. <div style="position: relative;top: 10px;" class="publisher_data">
  176. <a class="item" ng-model="organizationName" href="javascript:void(0);" style="height: 90px;line-height: 90px;border: none;padding: 0;">
  177. <span>高校LOGO</span>
  178. <em>
  179. <img ng-src="{{imgUrl+recordDetailInfo.orglogo | imgfilter}}" onerror="javascript:this.src='./img/admin_picter.jpg';" id="editor_logo" style="right: 17px;">
  180. </em>
  181. </a>
  182. </div>
  183. </li>
  184. <li style="height: auto;min-height: 45px;">
  185. <span>高校名称</span>
  186. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'"/>
  187. </li>
  188. <!--<li style="height: auto;">
  189. <span>高校简介</span>
  190. <textarea placeholder="请填写高校简介" readonly="readonly" ng-model="recordDetailInfo.orgcontent" style="top: -1px;position: relative;"></textarea>
  191. </li>-->
  192. <li>
  193. <span>联系方式</span>
  194. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgcontactnum!=''?recordDetailInfo.orgcontactnum:'未填写'"/>
  195. </li>
  196. <li>
  197. <span>高校类型</span>
  198. <input type="text" readonly="readonly" ng-model="recordDetailInfo.rdinstitutiontypename!=''?recordDetailInfo.rdinstitutiontypename:'未填写'" style="position: absolute;right: 18px;min-width: 50%;">
  199. </li>
  200. <li style="height: auto;">
  201. <span>备注</span>
  202. <textarea readonly="readonly" ng-model="recordDetailInfo.remark" style="top: -1px;position: relative;"></textarea>
  203. </li>
  204. </ul>
  205. <br/>
  206. <br/>
  207. </div>
  208. </form>
  209. </section>
  210. <!--成果信息-->
  211. <section ng-if="act=='schoolAchievementsInfo'">
  212. <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
  213. <ul>
  214. <li>
  215. <span>所属单位</span>
  216. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'"/>
  217. </li>
  218. </ul>
  219. <!--成果信息-->
  220. <div ng-repeat="produceInfo in recordDetailInfo.researchfindingList track by $index" style="clear: both;">
  221. <ul>
  222. <li>
  223. <span>成果名称</span>
  224. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="produceInfo.researchfindingname!=''?produceInfo.researchfindingname:'未填写'"/>
  225. </li>
  226. <li style="height: auto;">
  227. <span>成果描述</span>
  228. <textarea ng-model="produceInfo.researchdetail!=''?produceInfo.researchdetail:'未填写'" readonly="readonly" style="top: -1px;position: relative;"></textarea>
  229. </li>
  230. <li style="height: auto;">
  231. <span>备注</span>
  232. <textarea readonly="readonly" ng-model="produceInfo.remark!=''?produceInfo.remark:'未填写'" style="top: -1px;position: relative;"></textarea>
  233. </li>
  234. </ul>
  235. </div>
  236. </form>
  237. </section>
  238. <!--需求信息-->
  239. <section ng-if="act=='demandInfo'">
  240. <form name="activitySchedule_form" action="" id="activitySchedule_form" class="activitySchedule_form">
  241. <ul>
  242. <li>
  243. <span>所属单位</span>
  244. <input type="text" readonly="readonly" style="padding-right: 12px;" ng-model="recordDetailInfo.orgname!=''?recordDetailInfo.orgname:'未填写'"/>
  245. </li>
  246. </ul>
  247. <!--需求信息-->
  248. <div ng-repeat="demandInfo in recordDetailInfo.techrequirementLkList track by $index" style="clear: both;">
  249. <ul>
  250. <li>
  251. <span>需求名称</span>
  252. <input type="text" style="padding-right: 12px;" readonly="readonly" ng-model="demandInfo.techrequirementname!=''?demandInfo.techrequirementname:'未填写'"/>
  253. </li>
  254. <li>
  255. <span>需求类型</span>
  256. <input type="text" style="padding-right: 12px;" ng-model="demandInfo.techtypename!=''?demandInfo.techtypename:'未填写'" readonly="readonly"/>
  257. </li>
  258. <li>
  259. <span>合作模式</span>
  260. <input type="text" style="padding-right: 12px;" ng-model="demandInfo.cooperationmodelname!=''?demandInfo.cooperationmodelname:'未填写'" readonly="readonly"/>
  261. </li>
  262. <li>
  263. <span>投入预算(万元)</span>
  264. <input type="number" style="padding-right: 12px;" ng-model="demandInfo.capitalScale!=''?demandInfo.capitalScale:'未填写'" readonly="readonly"/>
  265. </li>
  266. <li style="height: auto;">
  267. <span>需求简介</span>
  268. <textarea ng-model="demandInfo.techrequirementdetail!=''?demandInfo.techrequirementdetail:'未填写'" style="top: -1px;position: relative;" readonly="readonly"></textarea>
  269. </li>
  270. <li style="height: auto;">
  271. <span>备注</span>
  272. <textarea readonly="readonly" ng-model="demandInfo.remark!=''?demandInfo.remark:'未填写'" style="top: -1px;position: relative;"></textarea>
  273. </li>
  274. </ul>
  275. </div>
  276. </form>
  277. </section>
  278. <!--录入的历史-->
  279. <h5 class="itemHeader" ng-if="recordHistoryInfoList!=undefined||recordHistoryInfoList.length>0">录入历史</h5>
  280. <section style="margin: 0 16px 12px" class="recordInfoListSection" ng-repeat="p in historyInterviewList track by $index" ng-if="true">
  281. <span class="reDetailPublisherInfoRight">
  282. <h3 ng-bind="p.title!=''?p.title:'信息未填写'"></h3>
  283. <em ng-bind="p.pagename"></em>
  284. </span>
  285. <span class="reDetailPublisherInfoRightF">
  286. <em><a ng-bind="p.createtime|datesubstring10"></a>录入</em>
  287. </span>
  288. <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>
  289. </section>
  290. </ion-content>
  291. <ion-footer-bar class="footer_buttonWrap">
  292. <span class="footer_button" ng-if="recordDetailInfo.organizationInfo.resourcelibrary != undefined && recordDetailInfo.organizationInfo.resourcelibrary.id > 0"
  293. ng-click="jumpResourceDetail(recordDetailInfo.organizationInfo)">查看资源</span>
  294. </ion-footer-bar>
  295. <!--图片放大区域-->
  296. <div id="rightDisplay" ng-show="bigImage" class="popover-backdrop" >
  297. <ion-slide-box auto-play="false" does-continue="false" show-pager="true" delegate-handle="slide_detail">
  298. <ion-slide ng-repeat="pic in imagelist track by $index" style="background-color:#000;">
  299. <!--<div class="viewOldImg">
  300. <span ng-if="!pic.loadsource" ng-click="viewOldImg($index);">
  301. 查看原图
  302. <em ng-bind="'('+pic.source_size+')'"></em>
  303. </span>
  304. <span ng-if="pic.loadsource">
  305. 已完成
  306. </span>
  307. </div>
  308. <div class="loadImg" ng-click="loadImg(pic);"></div>-->
  309. <div class="pinch-zoom" style="width: 100%;height:100%;">
  310. <img class="img-responsive bigimage" ng-src="{{pic.originalName| picturefilter}}" ng-click="hideBigImage()"/>
  311. </div>
  312. </ion-slide>
  313. </ion-slide-box>
  314. </div>
  315. </ion-view>