29d67c48bb110f41f7f2be7579fdc32be68c5298.svn-base 17 KB

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