c67c1aebfa9ee252546805b5e86b0037db19394f.svn-base 19 KB

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