3de6d46770dbac5c9200195e6fb44a784e90c782.svn-base 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:orientation="vertical"
  8. tools:context=".ui.report.vndetail.VnReportDetailActivity">
  9. <com.hjq.bar.TitleBar
  10. android:id="@+id/tb_vndetail_title"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content" />
  13. <ScrollView
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content">
  16. <LinearLayout
  17. android:layout_width="match_parent"
  18. android:layout_height="wrap_content"
  19. android:background="@color/white"
  20. android:orientation="vertical">
  21. <LinearLayout
  22. android:layout_width="match_parent"
  23. android:layout_height="wrap_content"
  24. android:layout_marginLeft="10dp"
  25. android:layout_marginRight="10dp"
  26. android:orientation="vertical">
  27. <ImageView
  28. android:layout_width="match_parent"
  29. android:layout_height="wrap_content"
  30. android:src="@mipmap/iv_report_top" />
  31. <TextView
  32. android:id="@+id/vndetail_tv_vncode"
  33. android:layout_width="wrap_content"
  34. android:layout_height="wrap_content"
  35. android:layout_marginTop="8dp"
  36. android:text="evvm Code 10000003"
  37. android:textSize="12sp" />
  38. <TextView
  39. android:id="@+id/vndetail_tv_vndate"
  40. android:layout_width="wrap_content"
  41. android:layout_height="wrap_content"
  42. android:layout_marginTop="8dp"
  43. android:text="2019-06-04 21:24:33"
  44. android:textColor="@color/gray"
  45. android:textSize="12sp" />
  46. <TextView
  47. android:layout_width="match_parent"
  48. android:layout_height="1dp"
  49. android:layout_marginTop="25dp"
  50. android:background="@color/black10" />
  51. <TextView
  52. android:layout_width="wrap_content"
  53. android:layout_height="wrap_content"
  54. android:layout_marginTop="15dp"
  55. android:text="疫苗详情"
  56. android:textSize="17dp"
  57. android:textStyle="bold" />
  58. <LinearLayout
  59. android:orientation="horizontal"
  60. android:layout_marginTop="18dp"
  61. android:layout_width="match_parent"
  62. android:layout_height="wrap_content">
  63. <TextView
  64. android:layout_width="wrap_content"
  65. android:layout_height="wrap_content"
  66. android:layout_marginRight="50dp"
  67. android:text="生产企业" />
  68. <TextView
  69. android:id="@+id/vndetail_tv_factoryName"
  70. android:layout_width="wrap_content"
  71. android:layout_height="wrap_content"
  72. android:text="北京北生研生物制品有限公司" />
  73. </LinearLayout>
  74. <LinearLayout
  75. android:orientation="horizontal"
  76. android:layout_marginTop="8dp"
  77. android:layout_width="match_parent"
  78. android:layout_height="wrap_content">
  79. <TextView
  80. android:layout_width="wrap_content"
  81. android:layout_height="wrap_content"
  82. android:layout_marginRight="50dp"
  83. android:text="GMP证书" />
  84. <TextView
  85. android:id="@+id/vndetail_tv_gmpName"
  86. android:layout_width="wrap_content"
  87. android:layout_height="wrap_content"
  88. android:text="GMP证书 " />
  89. </LinearLayout>
  90. <LinearLayout
  91. android:orientation="horizontal"
  92. android:layout_marginTop="8dp"
  93. android:layout_width="match_parent"
  94. android:layout_height="wrap_content">
  95. <TextView
  96. android:layout_width="wrap_content"
  97. android:layout_height="wrap_content"
  98. android:layout_marginRight="36dp"
  99. android:text="批签发证书" />
  100. <TextView
  101. android:textColor="@color/blue"
  102. android:id="@+id/vndetail_tv_gmpPath"
  103. android:layout_width="wrap_content"
  104. android:layout_height="wrap_content"
  105. android:autoLink="all"
  106. android:text="点击查看" />
  107. </LinearLayout>
  108. <TextView
  109. android:layout_width="match_parent"
  110. android:layout_height="1dp"
  111. android:layout_marginTop="15dp"
  112. android:background="@color/black10" />
  113. <TextView
  114. android:layout_width="wrap_content"
  115. android:layout_height="wrap_content"
  116. android:layout_marginTop="15dp"
  117. android:text="接种人员"
  118. android:textSize="17dp"
  119. android:textStyle="bold" />
  120. <LinearLayout
  121. android:orientation="horizontal"
  122. android:layout_marginTop="18dp"
  123. android:layout_width="match_parent"
  124. android:layout_height="wrap_content">
  125. <TextView
  126. android:layout_width="wrap_content"
  127. android:layout_height="wrap_content"
  128. android:layout_marginRight="50dp"
  129. android:text="接种单位" />
  130. <TextView
  131. android:id="@+id/vndetail_tv_hospitalName"
  132. android:layout_width="wrap_content"
  133. android:layout_height="wrap_content"
  134. android:text="大兴人民医院" />
  135. </LinearLayout>
  136. <LinearLayout
  137. android:orientation="horizontal"
  138. android:layout_marginTop="10dp"
  139. android:layout_width="match_parent"
  140. android:layout_height="wrap_content">
  141. <TextView
  142. android:layout_width="wrap_content"
  143. android:layout_height="wrap_content"
  144. android:layout_marginRight="50dp"
  145. android:text="医生姓名" />
  146. <TextView
  147. android:id="@+id/vndetail_tv_doctorName"
  148. android:layout_width="wrap_content"
  149. android:layout_height="wrap_content"
  150. android:text="医生姓名 " />
  151. </LinearLayout>
  152. <LinearLayout
  153. android:orientation="horizontal"
  154. android:layout_marginTop="10dp"
  155. android:layout_width="match_parent"
  156. android:layout_height="wrap_content">
  157. <TextView
  158. android:layout_width="wrap_content"
  159. android:layout_height="wrap_content"
  160. android:layout_marginRight="50dp"
  161. android:text="联系方式" />
  162. <TextView
  163. android:id="@+id/vndetail_tv_doctorTelephone"
  164. android:layout_width="wrap_content"
  165. android:layout_height="wrap_content"
  166. android:text="联系方式 " />
  167. </LinearLayout>
  168. <TextView
  169. android:layout_width="match_parent"
  170. android:layout_height="1dp"
  171. android:layout_marginTop="13dp"
  172. android:background="@color/black10" />
  173. <ImageView
  174. android:id="@+id/vndetail_tv_chatImage"
  175. android:layout_width="match_parent"
  176. android:layout_height="wrap_content"
  177. android:layout_marginTop="25dp" />
  178. <TextView
  179. android:layout_width="match_parent"
  180. android:layout_height="1dp"
  181. android:layout_marginTop="20dp"
  182. android:background="@color/black10" />
  183. <LinearLayout
  184. android:orientation="horizontal"
  185. android:layout_marginTop="30dp"
  186. android:layout_width="match_parent"
  187. android:layout_height="wrap_content">
  188. <TextView
  189. android:id="@+id/vndetail_tv_othervn1"
  190. android:layout_width="wrap_content"
  191. android:layout_height="wrap_content"
  192. android:layout_marginRight="40dp"
  193. android:text="点击查询" />
  194. <TextView
  195. android:layout_width="wrap_content"
  196. android:layout_height="wrap_content"
  197. android:text="同批次其他疫苗冷链 " />
  198. </LinearLayout>
  199. <LinearLayout
  200. android:orientation="horizontal"
  201. android:layout_marginTop="10dp"
  202. android:layout_width="match_parent"
  203. android:layout_height="wrap_content">
  204. <TextView
  205. android:id="@+id/vndetail_tv_othervn2"
  206. android:layout_width="wrap_content"
  207. android:layout_height="wrap_content"
  208. android:layout_marginRight="40dp"
  209. android:text="点击查询" />
  210. <TextView
  211. android:layout_width="wrap_content"
  212. android:layout_height="wrap_content"
  213. android:text="同批次其他疫苗冷链 " />
  214. </LinearLayout>
  215. <LinearLayout
  216. android:orientation="horizontal"
  217. android:layout_marginTop="10dp"
  218. android:layout_width="match_parent"
  219. android:layout_height="wrap_content">
  220. <TextView
  221. android:id="@+id/vndetail_tv_othervn3"
  222. android:layout_width="wrap_content"
  223. android:layout_height="wrap_content"
  224. android:layout_marginRight="40dp"
  225. android:text="点击查询" />
  226. <TextView
  227. android:layout_width="wrap_content"
  228. android:layout_height="wrap_content"
  229. android:text="同批次其他疫苗冷链 " />
  230. </LinearLayout>
  231. <LinearLayout
  232. android:layout_width="match_parent"
  233. android:layout_height="wrap_content"
  234. android:layout_marginTop="25dp"
  235. android:orientation="horizontal">
  236. <ImageView
  237. android:id="@+id/vndetail_iv_tipsimg"
  238. android:layout_width="60dp"
  239. android:layout_height="60dp"
  240. android:src="@mipmap/ic_launcher" />
  241. <TextView
  242. android:id="@+id/vndetail_tv_tips"
  243. android:layout_width="wrap_content"
  244. android:layout_height="wrap_content"
  245. android:layout_marginLeft="30dp"
  246. android:text="@string/vndeatil_tips"
  247. android:textColor="@color/gray"
  248. android:textSize="12sp" />
  249. </LinearLayout>
  250. </LinearLayout>
  251. <LinearLayout
  252. android:layout_marginTop="30dp"
  253. android:layout_width="match_parent"
  254. android:layout_height="wrap_content"
  255. android:paddingLeft="10dp"
  256. android:paddingRight="10dp"
  257. android:background="#F0F5FF"
  258. android:orientation="vertical">
  259. <TextView
  260. android:layout_width="wrap_content"
  261. android:layout_height="wrap_content"
  262. android:layout_marginTop="30dp"
  263. android:text="免责声明:"
  264. android:textSize="15sp"
  265. android:textStyle="bold" />
  266. <TextView
  267. android:id="@+id/vndetail_tv_disclaimer"
  268. android:layout_width="wrap_content"
  269. android:layout_height="wrap_content"
  270. android:layout_marginTop="10dp"
  271. android:layout_marginBottom="20dp"
  272. android:text="@string/vndeatil_disclaimer"
  273. android:textColor="@color/gray"
  274. android:textSize="12sp" />
  275. </LinearLayout>
  276. </LinearLayout>
  277. </ScrollView>
  278. </LinearLayout>