a598135b032d28b7ffc17c6524503b35bf5919a3.svn-base 18 KB

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