d6d682544da66cb73c6421f22fa205736e4958c3.svn-base 16 KB

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