Dockingdetails.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  1. <ion-view>
  2. <ion-header-bar align-title="center">
  3. <div class="button button-icon icon pus_blue" ng-click="goback()"></div>
  4. <button class="button button-icon icon goback" ng-click="goback()"></button>
  5. <h3 class="DockingTheme_h3">对接详情</h3>
  6. <button class="button ShengButton" ng-click="openActionSheet()" ng-if="creator!=0"></button>
  7. </ion-header-bar>
  8. <ion-content class="has-header" overflow-scroll="true" scroll="true">
  9. <div class="Dockingdetails_header">
  10. <h4 ng-bind="conninfo.title" style="padding: 0 14px;"></h4>
  11. </div>
  12. <h6 class="resourceBuilder" style="padding: 0 13px;">
  13. <span class="resourceBuilder-span-img">
  14. <img ng-src="{{imgUrl+user.photo}}" onerror="javascript:this.src='./img/admin_picter.jpg';" ng-if="conninfo.creator!=0">
  15. <img src="./img/icon.png" ng-if="conninfo.creator==0">
  16. </span>
  17. <!--<span class="resourceBuilder-span-img"><img src="{{imgUrl+user.photo}}" onerror="javascript:this.src='./img/admin_picter.jpg';"></span>-->
  18. <span class="resourceBuilder-span-theme">{{conninfo.creator ==0?"普适科技":user.userName}}<br><a href="#" ng-bind="conninfo.conntime"></a></span>
  19. </h6>
  20. <ion-scroll scroll="true" has-bouncing="true" direction="x" scrollbar-x="false" class="Dockingdetails_img" ng-if="picturelist.length>0" style="padding: 0 12px;border-bottom: 4px solid #ebebeb;">
  21. <a ng-repeat="pic in picturelist track by $index">
  22. <div back-img="{{pic.photo_name | picturefilter}}" onerror="javascript:this.src='./img/admin_picter.jpg';" style="width:102px;height:104px;" ng-click="shouBigImage($index)"></div>
  23. </a>
  24. </ion-scroll>
  25. <!--begin-->
  26. <div style="display:block;background-color: #fff;margin-top:0px;padding-top: 12px;border-bottom: 4px solid #ebebeb;" class="cardForm DockingTheme hideCardBreif" ng-repeat="card in cardlist track by $index" ng-show="card.synchrotype!=4">
  27. <div class="parentWrapCard cardSpanBreif">
  28. <a ng-if="card.name!=undefined&&card.name.length>0">
  29. <span style="width: auto;">单位信息</span>
  30. <input type="text" name="cardAddress" readonly="readonly" style="background-color: #fff;width: 75%;" ng-model="card.name"/>
  31. <!--<i class="ion-ios-arrow-right"></i>-->
  32. </a>
  33. <a ng-if="card.contactsrt!=undefined&&card.contactsrt.length>0">
  34. <span style="width: auto;">人员信息</span>
  35. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;width: 75%;" ng-model="card.contactsrt"/>
  36. </a>
  37. <a style="" ng-if="card.themelist[0].title!=undefined">
  38. <span style="width: auto;">对接主题</span>
  39. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;width: 75%;" ng-model="card.themelist[0].title"/>
  40. </a>
  41. <a style="" ng-if="card.productlist[0].productname!=undefined">
  42. <span style="width: 18.5%;">产品</span>
  43. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;width: 75%;" ng-model="card.productlist[0].productname"/>
  44. </a>
  45. <a style="" ng-if="card.iur1list[0].cooperateschool!=undefined">
  46. <span style="width: auto;">产学研经历</span>
  47. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;width: 75%;" ng-model="card.iur1list[0].cooperateschool"/>
  48. </a>
  49. <a style="padding-bottom: 13px;" ng-if="card.iur2list[0].productname!=undefined">
  50. <span style="width: auto;">重大科研项目</span>
  51. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;width: 70%;padding-left: 14px !important;" ng-model="card.iur2list[0].productname"/>
  52. </a>
  53. <a style="padding-bottom: 13px;" ng-if="card.calendarlist[0].name!=undefined">
  54. <span style="width: auto;">历年申报项目</span>
  55. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;width: 70%;padding-left:0 !important;" ng-model="card.calendarlist[0].name"/>
  56. </a>
  57. </div>
  58. <!--<span class="cardDelect" ng-click="cardDelect($index)"></span>-->
  59. <div class="showCardWrap cardSpanBreif">
  60. <div class="showCardBreif">
  61. <h1>单位信息</h1>
  62. <form class="cardForm">
  63. <a ng-if="card.name!=undefined&&card.name.length>0">
  64. <span>名称</span>
  65. <input type="text" readonly="readonly" name="cardName" ng-model="card.name" style="background-color: #fff;"/>
  66. </a>
  67. <a ng-if="card.categoryid!=0">
  68. <span>行业</span>
  69. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;"
  70. ng-model="category[card.categoryid]"/>
  71. <!--<i class="ion-ios-arrow-right"></i>-->
  72. </a>
  73. <a ng-if="card.categorydetail!=undefined&&card.categorydetail!=''">
  74. <span style="padding-left: 12px;">领域</span>
  75. <input type="text" name="cardAddress" readonly="readonly" ng-model="card.categorydetail" style="background-color: #fff;padding-left: 30px;"/>
  76. </a>
  77. <a ng-if="card.type!=-1">
  78. <span>类型</span>
  79. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;"
  80. ng-model="companytype[card.type+1]"/>
  81. <!--<i class="ion-ios-arrow-right"></i>-->
  82. </a>
  83. <a ng-if="card.address!=undefined&&card.address.length>0">
  84. <span>地址</span>
  85. <input type="text" name="cardAddress" readonly="readonly" ng-model="card.address" style="background-color: #fff;"/>
  86. </a>
  87. <a ng-if="card.presentation!=undefined&&card.presentation.length>0">
  88. <span>简介</span>
  89. <textarea class="cardBrief" ng-bind="card.presentation" readonly="readonly" style="background-color: #fff;"></textarea>
  90. </a>
  91. </form>
  92. </div>
  93. <div class="showCardBreif" ng-if="card.personlist.length>0">
  94. <h1>人员信息</h1>
  95. <p class="cardForm" ng-repeat="person in card.personlist track by $index">
  96. <!-- <div >-->
  97. <a>
  98. <span>姓名</span>
  99. <input type="text" name="peopleName" readonly="readonly" style="background-color: #fff;" ng-model="person.contact"/>
  100. </a>
  101. <a ng-if="person.phone!=undefined&&person.phone.length>0" ng-click="openTel(person.phone)">
  102. <span>手机</span>
  103. <input type="text" name="cardPhone" readonly="readonly" style="background-color: #fff;" ng-model="person.phone"/>
  104. </a>
  105. <a ng-if="person.email!=undefined&&person.email.length>0">
  106. <span>邮箱</span>
  107. <input type="text" name="cardEmail" readonly="readonly" style="background-color: #fff;" ng-model="person.email"/>
  108. </a>
  109. <a ng-if="person.rank!=undefined&&person.rank.length>0">
  110. <span>职位</span>
  111. <input type="text" name="cardPosition" readonly="readonly" style="background-color: #fff;" ng-model="person.rank"/>
  112. </a>
  113. <a ng-if="person.categoryid!=0">
  114. <span>领域</span>
  115. <input type="text" name="cardArea" readonly="readonly" style="background-color: #fff;" ng-model="category[person.categoryid]"/>
  116. <!--<i class="ion-ios-arrow-right"></i>-->
  117. </a>
  118. <a ng-if="person.introduce!=undefined&&person.introduce.length>0">
  119. <span>简介</span>
  120. <textarea class="cardBrief" ng-bind="person.introduce" readonly="readonly" style="background-color: #fff;"></textarea>
  121. </a>
  122. <!-- </div>-->
  123. </p>
  124. </div>
  125. <div class="showCardBreif" ng-if="card.themelist.length>0">
  126. <h1>对接主题</h1>
  127. <form class="cardForm">
  128. <div ng-repeat="theme in card.themelist">
  129. <a ng-if="theme.type!=0">
  130. <span>类型</span>
  131. <input type="text" name="cardAddress" readonly="readonly" style="background-color: #fff;" ng-model="themetype[theme.type]"/>
  132. <!--<i class="ion-ios-arrow-right"></i>-->
  133. </a>
  134. <a ng-if="theme.title!=undefined&&theme.title.length>0">
  135. <span>名称</span>
  136. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;" ng-model="theme.title"/>
  137. </a>
  138. <a ng-if="theme.content!=undefined&&theme.content.length>0">
  139. <span>简介</span>
  140. <textarea class="cardBrief" ng-bind="theme.content" readonly="readonly" style="background-color: #fff;"></textarea>
  141. </a>
  142. </div>
  143. </form>
  144. </div>
  145. <!--产品-->
  146. <div class="showCardBreif cardSpanBreif" ng-if="card.productlist.length>0">
  147. <h1>产品</h1>
  148. <form class="cardForm">
  149. <div ng-repeat="product in card.productlist">
  150. <a ng-if="product.productname!=undefined&&product.productname.length>0">
  151. <span style="width: 80px;">产品名称</span>
  152. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;" ng-model="product.productname"/>
  153. </a>
  154. <a ng-if="product.productdescription!=undefined&&product.productdescription.length>0">
  155. <span style="width: 80px;">产品内容</span>
  156. <textarea class="cardBrief" ng-bind="product.productdescription" readonly="readonly" style="background-color: #fff;"></textarea>
  157. </a>
  158. </div>
  159. </form>
  160. </div>
  161. <!--产学研经历-->
  162. <div class="showCardBreif cardSpanBreif" ng-if="card.iur1list.length>0">
  163. <h1>产学研经历</h1>
  164. <form class="cardForm">
  165. <div ng-repeat="iur1 in card.iur1list">
  166. <a ng-if="iur1.cooperateschool!=undefined&&iur1.cooperateschool.length>0">
  167. <span style="width: 80px;">合作单位</span>
  168. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;" ng-model="iur1.cooperateschool"/>
  169. </a>
  170. <a ng-if="iur1.cooperatedetail!=undefined&&iur1.cooperatedetail.length>0">
  171. <span style="width: 80px;">合作内容</span>
  172. <textarea class="cardBrief" ng-bind="iur1.cooperatedetail" readonly="readonly" style="background-color: #fff;"></textarea>
  173. </a>
  174. </div>
  175. </form>
  176. </div>
  177. <!--重大科研项目-->
  178. <div class="showCardBreif cardSpanBreif" ng-if="card.iur2list.length>0">
  179. <h1>重大科研项目</h1>
  180. <form class="cardForm">
  181. <div ng-repeat="iur2 in card.iur2list">
  182. <a ng-if="iur2.productyear!=undefined&&iur2.productyear.length>0">
  183. <span style="width: 80px;">年份</span>
  184. <textarea class="cardBrief" ng-bind="iur2.productyear" readonly="readonly" style="background-color: #fff;height: 35px;line-height: 35px;"></textarea>
  185. </a>
  186. <a ng-if="iur2.productname!=productname&&iur2.productname.length>0">
  187. <span style="width: 80px;">项目名称</span>
  188. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;" ng-model="iur2.productname"/>
  189. </a>
  190. </div>
  191. </form>
  192. </div>
  193. <!--历年申报项目-->
  194. <div class="showCardBreif cardSpanBreif" ng-if="card.calendarlist.length>0">
  195. <h1>历年申报项目</h1>
  196. <form class="cardForm">
  197. <div ng-repeat="yearproject in card.calendarlist">
  198. <a ng-if="yearproject.year!=undefined&&yearproject.year.length>0">
  199. <span style="width: 20%;">项目年份</span>
  200. <textarea class="cardBrief" ng-bind="yearproject.year" readonly="readonly" style="background-color: #fff;height: 35px;min-height: 35px;"></textarea>
  201. </a>
  202. <a ng-if="yearproject.name!=productname&&yearproject.name.length>0">
  203. <span style="width: 20%;">项目名称</span>
  204. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;" ng-model="yearproject.name"/>
  205. </a>
  206. <a ng-if="yearproject.money!=undefined&&yearproject.money!=0">
  207. <span style="width: 20%;">项目金额</span>
  208. <input type="text" name="cardIndustry" readonly="readonly" style="background-color: #fff;" ng-model="yearproject.money" class="yearprojectMoney"/>
  209. <b class="yearprojectMoney_b">(万元)</b>
  210. </a>
  211. <a ng-if="yearproject.description!=undefined&&yearproject.description.length>0">
  212. <span style="width: 20%;">项目简介</span>
  213. <textarea class="cardBrief" ng-bind="yearproject.description" readonly="readonly" style="background-color: #fff;"></textarea>
  214. </a>
  215. </div>
  216. </form>
  217. </div>
  218. </div>
  219. <button class="downArrow changeArrowButton" ng-click="showMoreCard($index)"></button>
  220. </div>
  221. <!--end-->
  222. <p style="font-size: 17px;line-height: 29px;margin-top: 10px;padding: 0 12px;text-align: justify;" ng-bind-html="content"></p>
  223. <!--相关资源-->
  224. <h6 style="position: relative;" ng-if="relativelist!=undefined&&relativelist.length>0">
  225. <span class="resource_relative">相关资源:</span>
  226. <span class="resource_relative_right" ng-click="getRelativeResource()"><i class="synUpload_blue"></i>换一换</span>
  227. </h6>
  228. <a class="item item-thumbnail-right item-text-wrap push_home_a resourceContent" style="min-height: 110px;width: 95%;" ng-repeat="relative in relativelist track by $index">
  229. <img ng-src="{{imgUrl+relative.logo}}" onerror="javascript:this.src='./img/admin_picter.jpg';" style="width: 74px;;height:65px;position: absolute;top: 15px;left:12px;">
  230. <div class="resourceList" ng-click="goRelativeResource(relative)">
  231. <h3 class="pus_h1 resourceH3 new_push_h1" style="height: 39px;line-height: 30px;" ng-bind="relative.title"></h3>
  232. <span class="ownerResource">发布者:<small ng-bind="relative.creatorname"></small></span>
  233. <p class="lab_sub" style="width: 100%;float:left;top:0px;">
  234. <span class="lab_one" ><i></i><small ng-bind="relative.commcount"></small></span>
  235. <span class="lab_two" ><i></i><small ng-bind="relative.visitcount"></small></span>
  236. <span class="lab_three"><span class="favourate"><i></i><small ng-bind="relative.favourcount"></small></span></span>
  237. <span class="lab_five" ng-bind="relative.publishTime"></span>
  238. </p>
  239. </div>
  240. <button class="resource_detail_button" ng-click="goResourceMatch(relative)" ng-if="relative.type == '1'">匹配更多需求>></button>
  241. <button class="resource_detail_button" ng-click="goResourceMatch(relative)" ng-if="relative.type == '2'">匹配更多成果>></button>
  242. <button class="resource_detail_button" ng-click="goResourceMatch(relative)" ng-if="relative.type == '6'">匹配更多企业>></button>
  243. <button class="resource_detail_button" ng-click="goResourceMatch(relative)" ng-if="relative.type == '8'">匹配更多人才>></button>
  244. </a>
  245. <a class="item item-thumbnail-right item-text-wrap push_home_a resourceContent" style="min-height: 110px;" ng-if="relativerecord!=undefined">
  246. <img ng-src="{{imgUrl+relativerecord.logo}}" onerror="javascript:this.src='./img/admin_picter.jpg';" style="width: 74px;;height:65px;position: absolute;top: 15px;left:12px;">
  247. <div class="resourceList" ng-click="goRelativeResource(relativerecord)">
  248. <h3 class="pus_h1 resourceH3 new_push_h1" style="height: 39px;line-height: 30px;">
  249. <span class="new_folder_span">{{relativerecord.title}}</span>
  250. <b class="addlist_subtext addlist_subtext_on new_folder_flag" ng-if="relativerecord.flag==1"></b>
  251. </h3>
  252. <span class="ownerResource">发布者:<small ng-bind="relativerecord.creatorname"></small></span>
  253. <p class="lab_sub" style="width: 100%;float:left;top:0px;">
  254. <span class="lab_one"><i></i><small ng-bind="relativerecord.commcount"></small></span>
  255. <span class="lab_two"><i></i><small ng-bind="relativerecord.visitcount"></small></span>
  256. <span class="lab_three"><span class="favourate"><i></i><small ng-bind="relativerecord.favourcount"></small></span></span>
  257. <span class="lab_five" ng-bind="relativerecord.publishTime"></span>
  258. </p>
  259. </div>
  260. <button class="resource_detail_button" ng-click="goResourceMatch(relativerecord)">匹配更多记录>></button>
  261. </a>
  262. </ion-content>
  263. <!--图片放大区域-->
  264. <div id="rightDisplay" ng-show="bigImage" class="popover-backdrop" >
  265. <ion-slide-box auto-play="false" does-continue="false" show-pager="true" delegate-handle="slide_detail">
  266. <ion-slide ng-repeat="pic in picturelist track by $index" style="background-color:#000;">
  267. <span class="picIndex" ng-if="picturelisttt.length>1"><em>{{nowIndex}}</em>/{{totalIndex}}</span>
  268. <div class="viewOldImg">
  269. <span ng-if="!pic.loadsource" ng-click="viewOldImg($index);">
  270. 查看原图
  271. <em ng-bind="'('+pic.source_size+')'" ng-if="pic.source_size!=undefined&&pic.source_size.length>0"></em>
  272. </span>
  273. <span ng-if="pic.loadsource">
  274. 已完成
  275. </span>
  276. </div>
  277. <div class="pinch-zoom" style="width: 100%;height:100%;">
  278. <img class="img-responsive bigimage" ng-if="!pic.loadsource" ng-src="{{pic.original_name | picturefilter}}" ng-click="hideBigImage()"/>
  279. <img class="img-responsive bigimage" ng-if="pic.loadsource" ng-src="{{pic.source_name | picturefilter}}" ng-click="hideBigImage()"/>
  280. </div>
  281. </ion-slide>
  282. </ion-slide-box>
  283. </div>
  284. </ion-view>