11b6cfef9640d364983faa861e12b72b6b1166d9.svn-base 24 KB

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