c2b8161a8a91c6dcb37eaddc12d9200dde71eb68.svn-base 19 KB

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