eventDetail.wxml 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <wxs src="../../utils/util.wxs" module="tools" />
  2. <image class='banner' mode="widthFix" src="{{info.img}}"></image>
  3. <view class="info">
  4. <view>{{info.name}}</view>
  5. <text>主办单位:{{info.organizer_info.name}}</text>
  6. <text>主讲人:{{info.speaker}}</text>
  7. <text>时间:{{info.begin_time}}—{{info.end_time}} </text>
  8. <text>地址:{{info.city}}{{info.address}}</text>
  9. </view>
  10. <view class="content">
  11. <view class="tt">会议简介</view>
  12. <view class="p {{zk1==1?'':'sq'}}">
  13. {{info.desc}}
  14. </view>
  15. <text bindtap="sq1" class="zksq" wx:if='{{zk1}}'>收起</text>
  16. <text bindtap="zk1" class="zksq" wx:if='{{!zk1}}'>展开</text>
  17. </view>
  18. <view class="content">
  19. <view class="tt">{{info.organizer_info.name}}</view>
  20. <view class="p {{zk2==1?'':'sq'}}">
  21. {{info.organizer_info.desc}}
  22. </view>
  23. <text bindtap="sq2" class="zksq" wx:if='{{zk2}}'>收起</text>
  24. <text bindtap="zk2" class="zksq" wx:if='{{!zk2}}'>展开</text>
  25. </view>
  26. <view>
  27. <view class="tt">会议内容</view>
  28. <!-- <editor style="margin:10px 0;padding:0 10px;" read-only="{{true}}" id="editor" class="ql-container">
  29. </editor> -->
  30. <view class="content">
  31. <rich-text nodes='{{info.content}}'></rich-text>
  32. </view>
  33. </view>
  34. <view class="hotel" wx:if='{{info.hotel.name}}'>
  35. <view class="tt">酒店信息</view>
  36. <image style="width:100%;" mode="widthFix" src="{{info.hotel.imgs[0]}}"></image>
  37. <view>{{info.hotel.name}}</view>
  38. <view>地址:{{info.hotel.address}} <text class="map" bindtap="map">查看地图</text></view>
  39. <view>联系电话:{{info.hotel.telephone}}</view>
  40. <view class="room">
  41. <image src="{{info.room.imgs[0]}}"></image>
  42. <view>
  43. <view>{{info.room.name}}</view>
  44. <view><text>{{info.room.room_area}}m²</text> <text>{{info.room.enable_number}}人入住</text></view>
  45. <view>剩余数量:{{info.room.room_number}}</view>
  46. </view>
  47. </view>
  48. </view>
  49. <button wx:if='{{info.is_signup && !info.is_user_signuped}}' bindtap="open" class="post">我要报名</button>
  50. <button wx:if='{{info.is_signup && info.is_user_signuped}}' disabled="true" class="post">已报名</button>
  51. <view class="bg" wx:if='{{show}}'>
  52. <form wx:if='{{page==1}}' class="form" bindsubmit='submit'>
  53. <image bindtap='close' class='close' mode="widthFix" src="../images/close.png"></image>
  54. <view class="form_tt">请填写报名信息</view>
  55. <view class="item">
  56. <label>姓名:</label><input name='name' placeholder-style='color:#999;' placeholder="请输入姓名"></input>
  57. </view>
  58. <view class="item" wx:if='{{tools.indexOf(info.signup_fields, "sex")}}'>
  59. <label>性别:</label>
  60. <picker name='sex' bindchange="bindSexChange" value="{{sex}}" range="{{sex_array}}">
  61. <view class="picker">
  62. <text wx:if='{{sex<0}}'>请选择</text>
  63. {{sex_array[sex]}}
  64. </view>
  65. </picker>
  66. </view>
  67. <view class="item" wx:if='{{tools.indexOf(info.signup_fields, "age")}}'>
  68. <label>年龄:</label><input name='age' placeholder-style='color:#999;' placeholder="请输入年龄"></input>
  69. </view>
  70. <view class="item" wx:if='{{tools.indexOf(info.signup_fields, "job")}}'>
  71. <label>职务:</label><input name='job' placeholder-style='color:#999;' placeholder="请输入职务"></input>
  72. </view>
  73. <view class="item" wx:if='{{tools.indexOf(info.signup_fields, "title")}}'>
  74. <label>职称:</label><input name='title' placeholder-style='color:#999;' placeholder="请输入职称"></input>
  75. </view>
  76. <view class="item" wx:if='{{tools.indexOf(info.signup_fields, "company")}}'>
  77. <label>所属单位:</label>
  78. <picker name='is_caos' bindchange="bindPickerChange" value="{{job}}" range="{{job_array}}">
  79. <view class="picker">
  80. {{job_array[job]}}
  81. </view>
  82. </picker>
  83. </view>
  84. <view class="item" wx:if='{{tools.indexOf(info.signup_fields, "company")}}'>
  85. <label>单位名称:</label>
  86. <input wx:if='{{job==0}}' name='company' placeholder-style='color:#999;' placeholder="请输入单位名称"></input>
  87. <picker wx:else mode="multiSelector" bindchange="bindMultiPickerChange" range-key='value'
  88. bindcolumnchange="bindMultiPickerColumnChange" value="{{index}}" range="{{list}}">
  89. <view class="picker">
  90. {{list[0][index[0]].value}} {{list[1][index[1]].value}} {{list[2][index[2]].value}}
  91. </view>
  92. </picker>
  93. </view>
  94. <view class="item">
  95. <label>手机号:</label><input bindinput="phoneChange" name='phone' placeholder-style='color:#999;' placeholder="请输入手机号"></input><text bindtap="sendcode" class="code">发送验证码</text>
  96. </view>
  97. <view class="item">
  98. <label>验证码:</label><input name='code' placeholder-style='color:#999;' placeholder="请输入验证码"></input>
  99. </view>
  100. <view class="item" wx:if='{{tools.indexOf(info.signup_fields, "email")}}'>
  101. <label>邮箱:</label><input name='email' placeholder-style='color:#999;' placeholder="请输入邮箱"></input>
  102. </view>
  103. <text class="ts">温馨提示</text>
  104. <text class="ts">报名成功后工作人员会尽快与您取得联系</text>
  105. <button formType="submit" class="post">提交报名信息</button>
  106. </form>
  107. <view class="form form1" wx:if='{{page==2}}'>
  108. <view class="form_tt">提示</view>
  109. <view class="tips">您的报名信息已提交成功,请尽快缴纳会议费。
  110. <text>(!参会人员需先缴纳会议费,才能预订酒店住房)</text>
  111. </view>
  112. <view class="form_info">
  113. <text>{{info.sign_note}}</text>
  114. <!-- <text>会议费有以下2种方式付款:</text>
  115. <text>(1)转账汇款(公对公转账)。备注:姓名+29次年会转账汇款信息:</text>
  116. <text>单位名称:中国科学院文献情报中心</text>
  117. <text>账号:0200 00450908 8129 221</text>
  118. <text>开户行:北京工行海淀西区支行</text>
  119. <text>(2)支票(仅限北京参会代表)。</text> -->
  120. </view>
  121. <button bindtap="next" class="post">下一步</button>
  122. </view>
  123. <form class="form form2" wx:if='{{page==3}}' bindsubmit='submit1'>
  124. <view class="form_tt">上传入住凭证</view>
  125. <view class="upload" bindtap="upload">
  126. <block wx:if='{{!proof_img}}'>
  127. <image mode="widthFix" src="../images/up.png"></image>
  128. (上传银行汇款凭证或其他财务转账证明)
  129. </block>
  130. <image class="proof_img" wx:else mode="heightFix" src="{{proof_img}}"></image>
  131. </view>
  132. <view class="item">
  133. <label style="width:105rpx;">支付方式</label>
  134. <radio-group name='paytype'>
  135. <radio value="1">汇款</radio>
  136. <radio style="margin-left:10px;" value="2">支票</radio>
  137. </radio-group>
  138. </view>
  139. <view class="item">
  140. <label style="width:105rpx;">发票种类:</label>
  141. <radio-group name='billtype'>
  142. <radio value="1">增值税普通发票</radio>
  143. <radio style="margin-left:8px;" value="2">增值税专用发票</radio>
  144. </radio-group>
  145. </view>
  146. <view class="item">
  147. <label>发票抬头:</label><input name='billhead'></input>
  148. </view>
  149. <view class="item">
  150. <label>纳税人识别号:</label><input name='billno'></input>
  151. </view>
  152. <view class="item">
  153. <label>注册地址(专票必填):</label><input name='billaddress'></input>
  154. </view>
  155. <view class="item">
  156. <label>注册电话(专票必填):</label><input name='billphone'></input>
  157. </view>
  158. <view class="item">
  159. <label>开户行(专票必填):</label><input name='billbank'></input>
  160. </view>
  161. <view class="item">
  162. <label>银行帐号(专票必填):</label><input name='billbankno'></input>
  163. </view>
  164. <view class="btns">
  165. <button formType="submit">提交信息</button>
  166. <button bindtap="skip" class="success">跳过</button>
  167. </view>
  168. </form>
  169. <view class="form form1" style="height:600rpx;" wx:if='{{page==4}}'>
  170. <view class="form_tt">提示</view>
  171. <view class="suc">凭证上传成功</view>
  172. <view class="form_info">
  173. <text>待文献情报中心财务部门确认收到会议费后,系统将发送授权码至报名手机。</text>
  174. <text>请您凭授权码登录报名系统预订酒店住房。</text>
  175. </view>
  176. <!-- <button bindtap="sure" class="post">关闭</button> -->
  177. <button bindtap="home" class="post">确认</button>
  178. </view>
  179. <view wx:if='{{page==5}}' class="bg end" style="background:#F1F1F1;">
  180. <icon type="success" size='72'></icon>
  181. <view>恭喜您报名成功</view>
  182. <view class="form_info">请您准时参加会议,到达会议地点届时将会有我方工作人员安排您的入住</view>
  183. <button bindtap="home" class="post">确认</button>
  184. </view>
  185. </view>