8153409dea198f575dec8a38c8993d76b628595b.svn-base 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711
  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: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="40dp">
  26. <RelativeLayout
  27. android:layout_width="match_parent"
  28. android:layout_height="wrap_content"
  29. android:layout_marginLeft="10dp"
  30. android:layout_marginTop="2dp"
  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_tt"
  39. android:layout_width="match_parent"
  40. android:layout_height="wrap_content"
  41. android:layout_alignParentRight="true"
  42. android:layout_marginLeft="25dp"
  43. android:layout_marginBottom="2dp"
  44. android:layout_toRightOf="@id/iv_report_top"
  45. android:gravity="center"
  46. android:text="产品追溯报告"
  47. android:textSize="10sp" />
  48. <TextView
  49. android:id="@+id/vndetail_tv_line"
  50. android:layout_width="match_parent"
  51. android:layout_height="10dp"
  52. android:layout_below="@id/vndetail_tv_tt"
  53. android:layout_alignParentRight="true"
  54. android:layout_marginLeft="25dp"
  55. android:layout_marginRight="10dp"
  56. android:layout_toRightOf="@id/iv_report_top"
  57. android:background="#a8996e"
  58. android:text="" />
  59. <TextView
  60. android:id="@+id/vndetail_tv_title"
  61. android:layout_width="wrap_content"
  62. android:layout_height="wrap_content"
  63. android:layout_below="@id/vndetail_tv_tt"
  64. android:layout_alignLeft="@+id/vndetail_tv_line"
  65. android:layout_alignParentRight="true"
  66. android:layout_marginRight="10dp"
  67. android:background="#a8996e"
  68. android:text=" CARGO TRACK REPORT"
  69. android:textColor="#ffffff"
  70. android:textSize="11sp"
  71. android:textStyle="bold" />
  72. <TextView
  73. android:id="@+id/vndetail_tv_vncode"
  74. android:layout_width="wrap_content"
  75. android:layout_height="wrap_content"
  76. android:layout_below="@+id/vndetail_tv_title"
  77. android:layout_alignLeft="@+id/vndetail_tv_title"
  78. android:layout_marginTop="5dp"
  79. android:layout_marginRight="10dp"
  80. android:text=""
  81. android:textColor="@color/gray"
  82. android:textSize="8sp" />
  83. <TextView
  84. android:id="@+id/vndetail_tv_vndate"
  85. android:layout_width="wrap_content"
  86. android:layout_height="wrap_content"
  87. android:layout_below="@+id/vndetail_tv_vncode"
  88. android:layout_alignLeft="@+id/vndetail_tv_title"
  89. android:layout_marginTop="2dp"
  90. android:text=""
  91. android:textColor="@color/gray"
  92. android:textSize="8sp" />
  93. </RelativeLayout>
  94. <LinearLayout
  95. android:layout_width="match_parent"
  96. android:layout_height="wrap_content"
  97. android:orientation="horizontal">
  98. <LinearLayout
  99. android:layout_width="0dp"
  100. android:layout_height="wrap_content"
  101. android:layout_weight="6"
  102. android:orientation="vertical">
  103. <TextView
  104. android:id="@+id/vntype"
  105. android:layout_width="wrap_content"
  106. android:layout_height="wrap_content"
  107. android:layout_marginTop="6dp"
  108. android:text="受种人员"
  109. android:textSize="8sp"
  110. android:textStyle="bold" />
  111. <LinearLayout
  112. android:id="@+id/ll_shouzhongrenyuan"
  113. android:layout_width="wrap_content"
  114. android:layout_height="wrap_content"
  115. android:orientation="vertical">
  116. <LinearLayout
  117. android:layout_width="match_parent"
  118. android:layout_height="wrap_content"
  119. android:layout_marginTop="6dp"
  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_vnname"
  128. android:layout_width="wrap_content"
  129. android:layout_height="wrap_content"
  130. android:textSize="8dp" />
  131. </LinearLayout>
  132. <LinearLayout
  133. android:layout_width="match_parent"
  134. android:layout_height="wrap_content"
  135. android:layout_marginTop="2dp"
  136. android:orientation="horizontal">
  137. <TextView
  138. android:layout_width="wrap_content"
  139. android:layout_height="wrap_content"
  140. android:text="性别..............."
  141. android:textSize="8sp" />
  142. <TextView
  143. android:id="@+id/vndetail_tv_vnsex"
  144. android:layout_width="wrap_content"
  145. android:layout_height="wrap_content"
  146. android:textSize="8dp" />
  147. </LinearLayout>
  148. <LinearLayout
  149. android:layout_width="match_parent"
  150. android:layout_height="wrap_content"
  151. android:layout_marginTop="2dp"
  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_vnbirthday"
  160. android:layout_width="wrap_content"
  161. android:layout_height="wrap_content"
  162. android:textSize="8dp" />
  163. </LinearLayout>
  164. <LinearLayout
  165. android:layout_width="match_parent"
  166. android:layout_height="wrap_content"
  167. android:layout_marginTop="2dp"
  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_vncodeid"
  176. android:layout_width="wrap_content"
  177. android:layout_height="wrap_content"
  178. android:textSize="8dp" />
  179. </LinearLayout>
  180. <LinearLayout
  181. android:layout_width="match_parent"
  182. android:layout_height="wrap_content"
  183. android:layout_marginTop="2dp"
  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_vnjianhuren"
  192. android:layout_width="wrap_content"
  193. android:layout_height="wrap_content"
  194. android:textSize="8dp" />
  195. </LinearLayout>
  196. <LinearLayout
  197. android:layout_width="match_parent"
  198. android:layout_height="wrap_content"
  199. android:layout_marginTop="2dp"
  200. android:orientation="horizontal">
  201. <TextView
  202. android:layout_width="wrap_content"
  203. android:layout_height="wrap_content"
  204. android:text="联系方式........."
  205. android:textSize="8sp" />
  206. <TextView
  207. android:id="@+id/vndetail_tv_vnphone"
  208. android:layout_width="wrap_content"
  209. android:layout_height="wrap_content"
  210. android:textSize="8dp" />
  211. </LinearLayout>
  212. </LinearLayout>
  213. <LinearLayout
  214. android:id="@+id/ll_yumiaoxiangqing"
  215. android:layout_width="wrap_content"
  216. android:layout_height="wrap_content"
  217. android:orientation="vertical"
  218. android:visibility="gone">
  219. <LinearLayout
  220. android:layout_width="match_parent"
  221. android:layout_height="wrap_content"
  222. android:layout_marginTop="3dp"
  223. android:orientation="horizontal">
  224. <TextView
  225. android:layout_width="wrap_content"
  226. android:layout_height="wrap_content"
  227. android:text="疫苗名称........."
  228. android:textSize="8sp" />
  229. <TextView
  230. android:id="@+id/vndetail_tv_ymname"
  231. android:layout_width="wrap_content"
  232. android:layout_height="wrap_content"
  233. android:textSize="8dp" />
  234. </LinearLayout>
  235. <LinearLayout
  236. android:layout_width="match_parent"
  237. android:layout_height="wrap_content"
  238. android:layout_marginTop="2dp"
  239. android:orientation="horizontal">
  240. <TextView
  241. android:layout_width="wrap_content"
  242. android:layout_height="wrap_content"
  243. android:text="疫苗规格........."
  244. android:textSize="8sp" />
  245. <TextView
  246. android:id="@+id/vndetail_tv_vnsc"
  247. android:layout_width="wrap_content"
  248. android:layout_height="wrap_content"
  249. android:textSize="8dp" />
  250. </LinearLayout>
  251. <LinearLayout
  252. android:layout_width="match_parent"
  253. android:layout_height="wrap_content"
  254. android:layout_marginTop="2dp"
  255. android:orientation="horizontal">
  256. <TextView
  257. android:layout_width="wrap_content"
  258. android:layout_height="wrap_content"
  259. android:text="生产企业........."
  260. android:textSize="8sp" />
  261. <TextView
  262. android:id="@+id/vndetail_tv_factoryName"
  263. android:layout_width="wrap_content"
  264. android:layout_height="wrap_content"
  265. android:textSize="8dp" />
  266. </LinearLayout>
  267. <LinearLayout
  268. android:layout_width="match_parent"
  269. android:layout_height="wrap_content"
  270. android:layout_marginTop="2dp"
  271. android:orientation="horizontal">
  272. <TextView
  273. android:layout_width="wrap_content"
  274. android:layout_height="wrap_content"
  275. android:text="GMP证书........"
  276. android:textSize="8sp" />
  277. <TextView
  278. android:id="@+id/vndetail_tv_gmpName"
  279. android:layout_width="wrap_content"
  280. android:layout_height="wrap_content"
  281. android:textSize="8sp" />
  282. </LinearLayout>
  283. <LinearLayout
  284. android:layout_width="match_parent"
  285. android:layout_height="wrap_content"
  286. android:layout_marginTop="2dp"
  287. android:orientation="horizontal">
  288. <TextView
  289. android:layout_width="wrap_content"
  290. android:layout_height="wrap_content"
  291. android:text="批签发证书....."
  292. android:textSize="8sp" />
  293. <TextView
  294. android:id="@+id/vndetail_tv_gmpPath"
  295. android:layout_width="wrap_content"
  296. android:layout_height="wrap_content"
  297. android:autoLink="all"
  298. android:text="点击查看"
  299. android:textColor="@color/blue"
  300. android:textSize="8sp" />
  301. </LinearLayout>
  302. <LinearLayout
  303. android:layout_width="match_parent"
  304. android:layout_height="wrap_content"
  305. android:layout_marginTop="2dp"
  306. android:orientation="horizontal">
  307. <TextView
  308. android:layout_width="wrap_content"
  309. android:layout_height="wrap_content"
  310. android:text="生产日期........."
  311. android:textSize="8sp" />
  312. <TextView
  313. android:id="@+id/vndetail_tv_vncreatdate"
  314. android:layout_width="wrap_content"
  315. android:layout_height="wrap_content"
  316. android:textSize="8dp" />
  317. </LinearLayout>
  318. <LinearLayout
  319. android:layout_width="match_parent"
  320. android:layout_height="wrap_content"
  321. android:layout_marginTop="2dp"
  322. android:orientation="horizontal">
  323. <TextView
  324. android:layout_width="wrap_content"
  325. android:layout_height="wrap_content"
  326. android:text="有效期 ............"
  327. android:textSize="8sp" />
  328. <TextView
  329. android:id="@+id/vndetail_tv_vnvalid"
  330. android:layout_width="wrap_content"
  331. android:layout_height="wrap_content"
  332. android:textSize="8dp" />
  333. </LinearLayout>
  334. </LinearLayout>
  335. </LinearLayout>
  336. <LinearLayout
  337. android:layout_width="0dp"
  338. android:layout_height="wrap_content"
  339. android:layout_weight="5"
  340. android:orientation="vertical">
  341. <TextView
  342. android:layout_width="wrap_content"
  343. android:layout_height="wrap_content"
  344. android:layout_marginTop="3dp"
  345. android:text="接种人员"
  346. android:textSize="8sp"
  347. android:textStyle="bold" />
  348. <LinearLayout
  349. android:layout_width="match_parent"
  350. android:layout_height="wrap_content"
  351. android:layout_marginTop="4dp"
  352. android:orientation="horizontal">
  353. <TextView
  354. android:layout_width="wrap_content"
  355. android:layout_height="wrap_content"
  356. android:text="接种单位........"
  357. android:textSize="8sp" />
  358. <TextView
  359. android:id="@+id/vndetail_tv_hospitalName"
  360. android:layout_width="wrap_content"
  361. android:layout_height="wrap_content"
  362. android:textSize="8sp" />
  363. </LinearLayout>
  364. <LinearLayout
  365. android:layout_width="match_parent"
  366. android:layout_height="wrap_content"
  367. android:layout_marginTop="4dp"
  368. android:orientation="horizontal">
  369. <TextView
  370. android:layout_width="wrap_content"
  371. android:layout_height="wrap_content"
  372. android:text="医生姓名........"
  373. android:textSize="8sp" />
  374. <TextView
  375. android:id="@+id/vndetail_tv_doctorName"
  376. android:layout_width="wrap_content"
  377. android:layout_height="wrap_content"
  378. android:textSize="8sp" />
  379. </LinearLayout>
  380. <LinearLayout
  381. android:layout_width="match_parent"
  382. android:layout_height="wrap_content"
  383. android:layout_marginTop="4dp"
  384. android:orientation="horizontal">
  385. <TextView
  386. android:layout_width="wrap_content"
  387. android:layout_height="wrap_content"
  388. android:text="联系方式............"
  389. android:textSize="8sp" />
  390. <TextView
  391. android:id="@+id/vndetail_tv_doctorTelephone"
  392. android:layout_width="wrap_content"
  393. android:layout_height="wrap_content"
  394. android:textSize="8sp" />
  395. </LinearLayout>
  396. </LinearLayout>
  397. </LinearLayout>
  398. <TextView
  399. android:layout_width="wrap_content"
  400. android:layout_height="wrap_content"
  401. android:layout_gravity="center"
  402. android:text="冷链温度追溯"
  403. android:textColor="#a8996e"
  404. android:textSize="12sp" />
  405. <ImageView
  406. android:id="@+id/vndetail_tv_chatImage"
  407. android:layout_width="match_parent"
  408. android:layout_height="wrap_content"
  409. android:layout_marginTop="3dp" />
  410. <LinearLayout
  411. android:layout_width="match_parent"
  412. android:layout_height="wrap_content"
  413. android:orientation="horizontal"
  414. android:weightSum="5">
  415. <TextView
  416. android:id="@+id/vn_type"
  417. android:layout_width="0dp"
  418. android:layout_height="wrap_content"
  419. android:layout_weight="1.9"
  420. android:textSize="7sp"
  421. android:textStyle="bold" />
  422. <TextView
  423. android:id="@+id/vn_tips"
  424. android:layout_width="0dp"
  425. android:layout_height="wrap_content"
  426. android:layout_weight="3.1"
  427. android:textSize="7sp" />
  428. </LinearLayout>
  429. <LinearLayout
  430. android:layout_width="match_parent"
  431. android:layout_height="wrap_content"
  432. android:layout_marginTop="6dp"
  433. android:orientation="horizontal">
  434. <LinearLayout
  435. android:layout_width="0dp"
  436. android:layout_height="wrap_content"
  437. android:layout_weight="6"
  438. android:orientation="vertical">
  439. <LinearLayout
  440. android:layout_width="match_parent"
  441. android:layout_height="wrap_content"
  442. android:orientation="horizontal">
  443. <TextView
  444. android:id="@+id/vndetail_tv_othervn1"
  445. android:layout_width="wrap_content"
  446. android:layout_height="wrap_content"
  447. android:text="点击查询......"
  448. android:textSize="8sp" />
  449. <TextView
  450. android:layout_width="wrap_content"
  451. android:layout_height="wrap_content"
  452. android:text="同批次其他疫苗冷链"
  453. android:textSize="8sp" />
  454. </LinearLayout>
  455. <LinearLayout
  456. android:layout_width="match_parent"
  457. android:layout_height="wrap_content"
  458. android:layout_marginTop="4dp"
  459. android:orientation="horizontal">
  460. <TextView
  461. android:id="@+id/vndetail_tv_othervn2"
  462. android:layout_width="wrap_content"
  463. android:layout_height="wrap_content"
  464. android:text="点击查询......"
  465. android:textSize="8sp" />
  466. <TextView
  467. android:layout_width="wrap_content"
  468. android:layout_height="wrap_content"
  469. android:text="同批次其他疫苗流向"
  470. android:textSize="8sp" />
  471. </LinearLayout>
  472. <LinearLayout
  473. android:layout_width="match_parent"
  474. android:layout_height="wrap_content"
  475. android:layout_marginTop="4dp"
  476. android:orientation="horizontal">
  477. <TextView
  478. android:id="@+id/vndetail_tv_othervn3"
  479. android:layout_width="wrap_content"
  480. android:layout_height="wrap_content"
  481. android:text="点击查询......"
  482. android:textSize="8sp" />
  483. <TextView
  484. android:layout_width="wrap_content"
  485. android:layout_height="wrap_content"
  486. android:text="同企业其他疫苗"
  487. android:textSize="8sp" />
  488. </LinearLayout>
  489. </LinearLayout>
  490. <RelativeLayout
  491. android:layout_width="0dp"
  492. android:layout_height="wrap_content"
  493. android:layout_weight="10"
  494. android:orientation="horizontal">
  495. <ScrollView
  496. android:layout_width="wrap_content"
  497. android:layout_height="55dp"
  498. android:layout_toLeftOf="@+id/vndetail_iv_tipsimg">
  499. <TextView
  500. android:id="@+id/vndetail_tv_tips"
  501. android:layout_width="wrap_content"
  502. android:layout_height="wrap_content"
  503. android:text="@string/vndeatil_tips"
  504. android:textColor="@color/gray"
  505. android:textSize="7sp" />
  506. </ScrollView>
  507. <ImageView
  508. android:id="@+id/vndetail_iv_tipsimg"
  509. android:layout_width="50dp"
  510. android:layout_height="50dp"
  511. android:layout_alignParentRight="true"
  512. android:layout_margin="4dp"
  513. android:src="@mipmap/qr" />
  514. </RelativeLayout>
  515. </LinearLayout>
  516. <LinearLayout
  517. android:layout_width="match_parent"
  518. android:layout_height="71dp"
  519. android:layout_marginTop="8dp"
  520. android:orientation="horizontal">
  521. <RelativeLayout
  522. android:layout_width="0dp"
  523. android:layout_height="match_parent"
  524. android:layout_marginRight="-2dp"
  525. android:layout_weight="1"
  526. android:background="@drawable/border_report"
  527. android:orientation="vertical"
  528. android:padding="10dp">
  529. <ImageView
  530. android:layout_width="20dp"
  531. android:layout_height="wrap_content"
  532. android:layout_centerInParent="true"
  533. android:src="@mipmap/dun" />
  534. </RelativeLayout>
  535. <LinearLayout
  536. android:layout_width="0dp"
  537. android:layout_height="wrap_content"
  538. android:layout_weight="6"
  539. android:background="@drawable/border_report"
  540. android:orientation="vertical"
  541. android:padding="5dp">
  542. <TextView
  543. android:layout_width="wrap_content"
  544. android:layout_height="wrap_content"
  545. android:text="免责声明:"
  546. android:textColor="#97885c"
  547. android:textSize="8sp"
  548. android:textStyle="bold" />
  549. <ScrollView
  550. android:layout_width="wrap_content"
  551. android:layout_height="wrap_content">
  552. <TextView
  553. android:id="@+id/vndetail_tv_disclaimer"
  554. android:layout_width="wrap_content"
  555. android:layout_height="wrap_content"
  556. android:text="@string/vndeatil_disclaimer"
  557. android:textColor="#97885c"
  558. android:textSize="8sp" />
  559. </ScrollView>
  560. </LinearLayout>
  561. </LinearLayout>
  562. </LinearLayout>
  563. </eVVM.apk.widget.ZoomView>
  564. <RelativeLayout
  565. android:layout_width="match_parent"
  566. android:layout_height="wrap_content"
  567. android:layout_alignParentBottom="true"
  568. android:layout_centerHorizontal="true"
  569. android:background="@color/white"
  570. android:gravity="center_horizontal"
  571. android:paddingTop="5dp"
  572. android:paddingBottom="5dp">
  573. <Button
  574. android:id="@+id/send_btn_report"
  575. android:layout_width="140dp"
  576. android:layout_height="35dp"
  577. android:background="@drawable/small_btn"
  578. android:paddingLeft="20dp"
  579. android:paddingRight="20dp"
  580. android:text="@string/report_fuhe"
  581. android:textColor="@color/white"
  582. android:textSize="15.3sp" />
  583. </RelativeLayout>
  584. <ImageButton
  585. android:id="@+id/vndetail_bt_magnifier"
  586. android:layout_width="30dp"
  587. android:layout_height="30dp"
  588. android:layout_alignParentRight="true"
  589. android:layout_alignParentBottom="true"
  590. android:layout_marginRight="10dp"
  591. android:layout_marginBottom="5dp"
  592. android:background="@color/transparent"
  593. android:src="@mipmap/magnifier" />
  594. </RelativeLayout>