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