9c565336d2779187daf3e473227f6fec42e41173.svn-base 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@color/white">
  7. <com.hjq.bar.TitleBar
  8. android:id="@+id/tb_vndetail_title"
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:visibility="visible"
  12. app:title="@string/report_zhuishu" />
  13. <eVVM.apk.widget.ZoomView
  14. android:id="@+id/zv_report"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent"
  17. android:layout_below="@+id/tb_vndetail_title">
  18. <LinearLayout
  19. android:layout_width="match_parent"
  20. android:layout_height="wrap_content"
  21. android:orientation="vertical"
  22. android:paddingLeft="10dp"
  23. android:paddingRight="10dp"
  24. android:paddingBottom="40dp">
  25. <RelativeLayout
  26. android:layout_width="match_parent"
  27. android:layout_height="wrap_content"
  28. android:layout_marginLeft="10dp"
  29. android:layout_marginTop="10dp"
  30. android:layout_marginRight="10dp">
  31. <ImageView
  32. android:id="@+id/iv_report_top"
  33. android:layout_width="wrap_content"
  34. android:layout_height="wrap_content"
  35. android:src="@mipmap/iv_report_top" />
  36. <TextView
  37. android:id="@+id/vndetail_tv_tt"
  38. android:layout_width="match_parent"
  39. android:layout_height="wrap_content"
  40. android:layout_alignParentRight="true"
  41. android:layout_marginLeft="25dp"
  42. android:layout_marginBottom="3dp"
  43. android:layout_toRightOf="@id/iv_report_top"
  44. android:gravity="center"
  45. android:text="请点击相关链接核实本产品证书"
  46. android:textSize="10sp" />
  47. <TextView
  48. android:id="@+id/vndetail_tv_line"
  49. android:layout_width="match_parent"
  50. android:layout_height="10dp"
  51. android:layout_below="@id/vndetail_tv_tt"
  52. android:layout_alignParentRight="true"
  53. android:layout_marginLeft="25dp"
  54. android:layout_marginRight="10dp"
  55. android:layout_toRightOf="@id/iv_report_top"
  56. android:background="#a8996e"
  57. android:text="" />
  58. <TextView
  59. android:id="@+id/vndetail_tv_title"
  60. android:layout_width="wrap_content"
  61. android:layout_height="wrap_content"
  62. android:layout_below="@id/vndetail_tv_line"
  63. android:layout_alignLeft="@+id/vndetail_tv_line"
  64. android:layout_alignParentRight="true"
  65. android:layout_marginRight="10dp"
  66. android:text="产 品 追 溯 报 告 COLD CHAIN REPORT"
  67. android:textColor="#a8996e"
  68. android:textSize="11sp"
  69. android:textStyle="bold" />
  70. <TextView
  71. android:id="@+id/vndetail_tv_vncode"
  72. android:layout_width="wrap_content"
  73. android:layout_height="wrap_content"
  74. android:layout_below="@+id/vndetail_tv_title"
  75. android:layout_alignLeft="@+id/vndetail_tv_title"
  76. android:layout_marginTop="5dp"
  77. android:layout_marginRight="10dp"
  78. android:text=""
  79. android:textColor="@color/gray"
  80. android:textSize="8sp" />
  81. <TextView
  82. android:id="@+id/vndetail_tv_vndate"
  83. android:layout_width="wrap_content"
  84. android:layout_height="wrap_content"
  85. android:layout_below="@+id/vndetail_tv_vncode"
  86. android:layout_alignLeft="@+id/vndetail_tv_title"
  87. android:layout_marginTop="2dp"
  88. android:text=""
  89. android:textColor="@color/gray"
  90. android:textSize="8sp" />
  91. </RelativeLayout>
  92. <LinearLayout
  93. android:layout_width="match_parent"
  94. android:layout_height="wrap_content"
  95. android:orientation="horizontal">
  96. <LinearLayout
  97. android:layout_width="0dp"
  98. android:layout_height="wrap_content"
  99. android:layout_weight="6"
  100. android:orientation="vertical">
  101. <TextView
  102. android:layout_width="wrap_content"
  103. android:layout_height="wrap_content"
  104. android:layout_marginTop="15dp"
  105. android:text="疫苗详情"
  106. android:textSize="8sp"
  107. android:textStyle="bold" />
  108. <LinearLayout
  109. android:layout_width="match_parent"
  110. android:layout_height="wrap_content"
  111. android:layout_marginTop="6dp"
  112. android:orientation="horizontal">
  113. <TextView
  114. android:layout_width="wrap_content"
  115. android:layout_height="wrap_content"
  116. android:text="生产企业........."
  117. android:textSize="8sp" />
  118. <TextView
  119. android:id="@+id/vndetail_tv_factoryName"
  120. android:layout_width="wrap_content"
  121. android:layout_height="wrap_content"
  122. android:textSize="8dp" />
  123. </LinearLayout>
  124. <LinearLayout
  125. android:layout_width="match_parent"
  126. android:layout_height="wrap_content"
  127. android:layout_marginTop="4dp"
  128. android:orientation="horizontal">
  129. <TextView
  130. android:layout_width="wrap_content"
  131. android:layout_height="wrap_content"
  132. android:text="GMP证书........"
  133. android:textSize="8sp" />
  134. <TextView
  135. android:id="@+id/vndetail_tv_gmpName"
  136. android:layout_width="wrap_content"
  137. android:layout_height="wrap_content"
  138. android:textSize="8sp" />
  139. </LinearLayout>
  140. <LinearLayout
  141. android:layout_width="match_parent"
  142. android:layout_height="wrap_content"
  143. android:layout_marginTop="4dp"
  144. android:orientation="horizontal">
  145. <TextView
  146. android:layout_width="wrap_content"
  147. android:layout_height="wrap_content"
  148. android:text="批签发证书....."
  149. android:textSize="8sp" />
  150. <TextView
  151. android:id="@+id/vndetail_tv_gmpPath"
  152. android:layout_width="wrap_content"
  153. android:layout_height="wrap_content"
  154. android:autoLink="all"
  155. android:text="点击查看"
  156. android:textColor="@color/blue"
  157. android:textSize="8sp" />
  158. </LinearLayout>
  159. </LinearLayout>
  160. <LinearLayout
  161. android:layout_width="0dp"
  162. android:layout_height="wrap_content"
  163. android:layout_weight="5"
  164. android:orientation="vertical">
  165. <TextView
  166. android:layout_width="wrap_content"
  167. android:layout_height="wrap_content"
  168. android:layout_marginTop="15dp"
  169. android:text="接种人员"
  170. android:textSize="8sp"
  171. android:textStyle="bold" />
  172. <LinearLayout
  173. android:layout_width="match_parent"
  174. android:layout_height="wrap_content"
  175. android:layout_marginTop="4dp"
  176. android:orientation="horizontal">
  177. <TextView
  178. android:layout_width="wrap_content"
  179. android:layout_height="wrap_content"
  180. android:text="接种单位........"
  181. android:textSize="8sp" />
  182. <TextView
  183. android:id="@+id/vndetail_tv_hospitalName"
  184. android:layout_width="wrap_content"
  185. android:layout_height="wrap_content"
  186. android:textSize="8sp" />
  187. </LinearLayout>
  188. <LinearLayout
  189. android:layout_width="match_parent"
  190. android:layout_height="wrap_content"
  191. android:layout_marginTop="4dp"
  192. android:orientation="horizontal">
  193. <TextView
  194. android:layout_width="wrap_content"
  195. android:layout_height="wrap_content"
  196. android:text="医生姓名........"
  197. android:textSize="8sp" />
  198. <TextView
  199. android:id="@+id/vndetail_tv_doctorName"
  200. android:layout_width="wrap_content"
  201. android:layout_height="wrap_content"
  202. android:textSize="8sp" />
  203. </LinearLayout>
  204. <LinearLayout
  205. android:layout_width="match_parent"
  206. android:layout_height="wrap_content"
  207. android:layout_marginTop="4dp"
  208. android:orientation="horizontal">
  209. <TextView
  210. android:layout_width="wrap_content"
  211. android:layout_height="wrap_content"
  212. android:text="联系方式........"
  213. android:textSize="8sp" />
  214. <TextView
  215. android:id="@+id/vndetail_tv_doctorTelephone"
  216. android:layout_width="wrap_content"
  217. android:layout_height="wrap_content"
  218. android:textSize="8sp" />
  219. </LinearLayout>
  220. </LinearLayout>
  221. </LinearLayout>
  222. <RelativeLayout
  223. android:layout_width="match_parent"
  224. android:layout_height="wrap_content">
  225. <ImageView
  226. android:id="@+id/vndetail_tv_chatImage"
  227. android:layout_width="match_parent"
  228. android:layout_height="wrap_content"
  229. android:layout_marginTop="20dp" />
  230. <TextView
  231. android:layout_width="wrap_content"
  232. android:layout_height="wrap_content"
  233. android:layout_marginTop="20dp"
  234. android:text="检查结果"
  235. android:textSize="10sp"
  236. android:textStyle="bold" />
  237. </RelativeLayout>
  238. <RelativeLayout
  239. android:layout_width="match_parent"
  240. android:layout_height="wrap_content">
  241. <TextView
  242. android:id="@+id/vndetail_tv_typemsg"
  243. android:layout_width="match_parent"
  244. android:layout_height="wrap_content"
  245. android:layout_marginTop="35dp"
  246. android:gravity="center_horizontal"
  247. android:text="没发现报告"
  248. android:textSize="14sp"
  249. android:textStyle="bold" />
  250. <TextView
  251. android:layout_width="wrap_content"
  252. android:layout_height="wrap_content"
  253. android:layout_marginTop="10dp"
  254. android:text="可用性分析"
  255. android:textSize="10sp"
  256. android:textStyle="bold" />
  257. </RelativeLayout>
  258. <LinearLayout
  259. android:layout_width="match_parent"
  260. android:layout_height="wrap_content"
  261. android:layout_marginTop="20dp"
  262. android:orientation="horizontal">
  263. <LinearLayout
  264. android:layout_width="0dp"
  265. android:layout_height="wrap_content"
  266. android:layout_weight="6"
  267. android:orientation="vertical"
  268. android:visibility="gone">
  269. <LinearLayout
  270. android:layout_width="match_parent"
  271. android:layout_height="wrap_content"
  272. android:orientation="horizontal">
  273. <TextView
  274. android:id="@+id/vndetail_tv_othervn1"
  275. android:layout_width="wrap_content"
  276. android:layout_height="wrap_content"
  277. android:text="点击查询......"
  278. android:textSize="8sp" />
  279. <TextView
  280. android:layout_width="wrap_content"
  281. android:layout_height="wrap_content"
  282. android:text="同批次其他疫苗冷链"
  283. android:textSize="8sp" />
  284. </LinearLayout>
  285. <LinearLayout
  286. android:layout_width="match_parent"
  287. android:layout_height="wrap_content"
  288. android:layout_marginTop="4dp"
  289. android:orientation="horizontal">
  290. <TextView
  291. android:id="@+id/vndetail_tv_othervn2"
  292. android:layout_width="wrap_content"
  293. android:layout_height="wrap_content"
  294. android:text="点击查询......"
  295. android:textSize="8sp" />
  296. <TextView
  297. android:layout_width="wrap_content"
  298. android:layout_height="wrap_content"
  299. android:text="同批次其他疫苗流向"
  300. android:textSize="8sp" />
  301. </LinearLayout>
  302. <LinearLayout
  303. android:layout_width="match_parent"
  304. android:layout_height="wrap_content"
  305. android:layout_marginTop="4dp"
  306. android:orientation="horizontal">
  307. <TextView
  308. android:id="@+id/vndetail_tv_othervn3"
  309. android:layout_width="wrap_content"
  310. android:layout_height="wrap_content"
  311. android:text="点击查询......"
  312. android:textSize="8sp" />
  313. <TextView
  314. android:layout_width="wrap_content"
  315. android:layout_height="wrap_content"
  316. android:text="同企业其他疫苗"
  317. android:textSize="8sp" />
  318. </LinearLayout>
  319. </LinearLayout>
  320. <RelativeLayout
  321. android:layout_width="0dp"
  322. android:layout_height="wrap_content"
  323. android:layout_weight="10"
  324. android:orientation="horizontal">
  325. <TextView
  326. android:id="@+id/vndetail_tv_tips"
  327. android:layout_width="wrap_content"
  328. android:layout_height="wrap_content"
  329. android:layout_marginTop="3dp"
  330. android:layout_toLeftOf="@+id/vndetail_iv_tipsimg"
  331. android:text="@string/vndeatil_tips"
  332. android:textColor="@color/gray"
  333. android:textSize="7sp" />
  334. <ImageView
  335. android:id="@+id/vndetail_iv_tipsimg"
  336. android:layout_width="50dp"
  337. android:layout_height="50dp"
  338. android:layout_alignParentRight="true"
  339. android:layout_margin="4dp"
  340. android:src="@mipmap/qr" />
  341. </RelativeLayout>
  342. </LinearLayout>
  343. <LinearLayout
  344. android:layout_width="match_parent"
  345. android:layout_height="wrap_content"
  346. android:layout_marginTop="20dp"
  347. android:orientation="horizontal">
  348. <RelativeLayout
  349. android:layout_width="0dp"
  350. android:layout_height="match_parent"
  351. android:layout_marginRight="-2dp"
  352. android:layout_weight="1"
  353. android:background="@drawable/border_report"
  354. android:orientation="vertical"
  355. android:padding="10dp">
  356. <ImageView
  357. android:layout_width="20dp"
  358. android:layout_height="wrap_content"
  359. android:layout_centerInParent="true"
  360. android:src="@mipmap/dun" />
  361. </RelativeLayout>
  362. <LinearLayout
  363. android:layout_width="0dp"
  364. android:layout_height="wrap_content"
  365. android:layout_weight="6"
  366. android:background="@drawable/border_report"
  367. android:orientation="vertical"
  368. android:padding="5dp">
  369. <TextView
  370. android:layout_width="wrap_content"
  371. android:layout_height="wrap_content"
  372. android:text="免责声明:"
  373. android:textColor="#97885c"
  374. android:textSize="8sp"
  375. android:textStyle="bold" />
  376. <ScrollView
  377. android:layout_width="wrap_content"
  378. android:layout_height="wrap_content">
  379. <TextView
  380. android:id="@+id/vndetail_tv_disclaimer"
  381. android:layout_width="wrap_content"
  382. android:layout_height="wrap_content"
  383. android:text="@string/vndeatil_disclaimer"
  384. android:textColor="#97885c"
  385. android:textSize="8sp" />
  386. </ScrollView>
  387. </LinearLayout>
  388. </LinearLayout>
  389. </LinearLayout>
  390. </eVVM.apk.widget.ZoomView>
  391. <RelativeLayout
  392. android:id="@+id/btn_ll"
  393. android:layout_width="match_parent"
  394. android:layout_height="wrap_content"
  395. android:layout_alignParentBottom="true"
  396. android:layout_centerHorizontal="true"
  397. android:background="@color/white"
  398. android:gravity="center_horizontal"
  399. android:paddingTop="5dp"
  400. android:paddingBottom="5dp"
  401. android:visibility="gone">
  402. <Button
  403. android:id="@+id/next_btn_report"
  404. android:layout_width="140dp"
  405. android:layout_height="35dp"
  406. android:layout_toRightOf="@+id/send_btn_report"
  407. android:background="@drawable/small_btn"
  408. android:paddingLeft="20dp"
  409. android:paddingRight="20dp"
  410. android:text="@string/report_confirm"
  411. android:textColor="@color/white"
  412. android:textSize="15.3sp" />
  413. </RelativeLayout>
  414. <ImageButton
  415. android:id="@+id/vndetail_bt_magnifier"
  416. android:layout_width="30dp"
  417. android:layout_height="30dp"
  418. android:layout_alignParentRight="true"
  419. android:layout_alignParentBottom="true"
  420. android:layout_marginRight="10dp"
  421. android:layout_marginBottom="5dp"
  422. android:background="@color/transparent"
  423. android:src="@mipmap/magnifier" />
  424. </RelativeLayout>