e828f7ebecfcd9f37e989f4cfadb829686e2d87b.svn-base 21 KB

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