6cf2dcfb84325591dfdf8dff51882b47f92eb926.svn-base 17 KB

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