pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/homePage/homePage", //上班和登录页面
  6. "style": {
  7. "h5": {
  8. "titleNView": false
  9. }
  10. }
  11. },
  12. {
  13. "path": "pages/bindUser/bindUser", //绑定账号页面
  14. "style": {
  15. "h5": {
  16. "titleNView": false
  17. }
  18. }
  19. },
  20. {
  21. "path": "pages/setDept/setDept", //设置科室界面
  22. "style": {
  23. "h5": {
  24. "titleNView": false
  25. }
  26. }
  27. },
  28. {
  29. "path": "pages/receiptpage/receiptpage", //列表
  30. "style": {
  31. "h5": {
  32. "titleNView": false
  33. }
  34. }
  35. },
  36. {
  37. "path": "pages/receipt_infopage/receipt_infopage", //列表详情
  38. "style": {
  39. "h5": {
  40. "titleNView": false
  41. }
  42. }
  43. },
  44. {
  45. "path": "pages/scanning_code/scanning_code",
  46. "style": {
  47. "h5": {
  48. "titleNView": false
  49. }
  50. }
  51. },
  52. {
  53. "path": "pages/scanning_Result/scanning_Result", //大扫描结果->错误
  54. "style": {
  55. "h5": {
  56. "titleNView": false
  57. }
  58. }
  59. },
  60. {
  61. "path": "pages/scanning_big_Result/scanning_big_Result", //大扫描结果->错误->new
  62. "style": {
  63. "h5": {
  64. "titleNView": false
  65. }
  66. }
  67. },
  68. {
  69. "path": "pages/scanning_result_seimin/scanning_result_seimin", //药包扫描----知道了
  70. "style": {
  71. "h5": {
  72. "titleNView": false
  73. }
  74. }
  75. },
  76. {
  77. "path": "pages/scanning_B/scanning_B", //大扫描->标本结果->正确,错误
  78. "style": {
  79. "h5": {
  80. "titleNView": false
  81. }
  82. }
  83. },
  84. {
  85. "path": "pages/scanning_ins/scanning_ins", //大扫描->患者(陪检,转运)
  86. "style": {
  87. "h5": {
  88. "titleNView": false
  89. }
  90. }
  91. },
  92. {
  93. "path": "pages/shortcutbuildOrders/shortcutbuildOrders",
  94. "style": {
  95. "h5": {
  96. "titleNView": false
  97. }
  98. }
  99. },
  100. {
  101. "path": "pages/specimenChecking/specimenChecking",
  102. "style": {
  103. "h5": {
  104. "titleNView": false
  105. },
  106. "enablePullDownRefresh": true
  107. }
  108. },
  109. {
  110. "path": "pages/scanning_all/scanning_all", //大扫描->科室->正确
  111. "style": {
  112. "h5": {
  113. "titleNView": false
  114. }
  115. }
  116. },
  117. {
  118. "path": "pages/scanning_djInfo/scanning_djInfo",
  119. "style": {
  120. "h5": {
  121. "titleNView": false
  122. }
  123. }
  124. },
  125. {
  126. "path": "pages/scanning_djEnd/scanning_djEnd",
  127. "style": {
  128. "h5": {
  129. "titleNView": false
  130. }
  131. }
  132. },
  133. {
  134. "path": "pages/scanning/scanning",
  135. "style": {
  136. "h5": {
  137. "titleNView": false
  138. }
  139. }
  140. },
  141. {
  142. "path": "pages/scanning_orderSign/scanning_orderSign",
  143. "style": {
  144. "h5": {
  145. "titleNView": false
  146. }
  147. }
  148. },
  149. {
  150. "path": "pages/scanning_insEnd/scanning_insEnd",
  151. "style": {
  152. "h5": {
  153. "titleNView": false
  154. }
  155. }
  156. },
  157. {
  158. "path": "pages/my_list/my_list", //我的页面列表
  159. "style": {
  160. "h5": {
  161. "titleNView": false
  162. }
  163. }
  164. },
  165. {
  166. "path": "pages/mypage/mypage", //我的页面
  167. "style": {
  168. "h5": {
  169. "titleNView": false
  170. }
  171. }
  172. },
  173. {
  174. "path": "pages/pharmacy/pharmacy",
  175. "style": {
  176. "h5": {
  177. "titleNView": false
  178. }
  179. }
  180. },
  181. {
  182. "path": "pages/patientInformationList/patientInformationList", //患者信息列表
  183. "style": {
  184. "h5": {
  185. "titleNView": false
  186. }
  187. }
  188. },
  189. {
  190. "path": "pages/patientInformationInfo/patientInformationInfo", //患者信息详情
  191. "style": {
  192. "h5": {
  193. "titleNView": false
  194. }
  195. }
  196. },
  197. {
  198. "path": "pages/bloodSelect/bloodSelect", //选择血制品
  199. "style": {
  200. "h5": {
  201. "titleNView": false
  202. }
  203. }
  204. },
  205. {
  206. "path": "pages/inspectList/inspectList", //检查信息列表
  207. "style": {
  208. "h5": {
  209. "titleNView": false
  210. }
  211. }
  212. },
  213. {
  214. "path": "pages/search/search", //搜索
  215. "style": {
  216. "h5": {
  217. "titleNView": false
  218. }
  219. }
  220. },
  221. {
  222. "path": "pages/pharmacyDetails/pharmacyDetails",
  223. "style": {
  224. "h5": {
  225. "titleNView": false
  226. }
  227. }
  228. },
  229. {
  230. "path": "pages/settingCode/settingCode",
  231. "style": {
  232. "h5": {
  233. "titleNView": false
  234. }
  235. }
  236. },
  237. {
  238. "path": "pages/noScanSpecimen/noScanSpecimen",
  239. "style": {
  240. "h5": {
  241. "titleNView": false
  242. }
  243. }
  244. },
  245. {
  246. "path": "pages/scanning_drug/scanning_drug",
  247. "style": {
  248. "h5": {
  249. "titleNView": false
  250. }
  251. }
  252. },
  253. {
  254. "path": "pages/specimenCheckingDetail/specimenCheckingDetail",
  255. "style": {
  256. "h5": {
  257. "titleNView": false
  258. },
  259. "enablePullDownRefresh": true
  260. }
  261. },
  262. {
  263. "path": "pages/specimenDetail/specimenDetail",
  264. "style": {
  265. "h5": {
  266. "titleNView": false
  267. },
  268. "enablePullDownRefresh": true
  269. }
  270. },
  271. {
  272. "path": "pages/checkAfterScanning/checkAfterScanning",
  273. "style": {
  274. "h5": {
  275. "titleNView": false
  276. },
  277. "enablePullDownRefresh": false
  278. }
  279. },
  280. {
  281. "path": "pages/checkAfterBigScreen/checkAfterBigScreen",
  282. "style": {
  283. "h5": {
  284. "titleNView": false
  285. },
  286. "enablePullDownRefresh": false
  287. }
  288. },
  289. {
  290. "path": "pages/scannedDepartmentSpecimens/scannedDepartmentSpecimens",
  291. "style": {
  292. "h5": {
  293. "titleNView": false
  294. },
  295. "enablePullDownRefresh": true
  296. }
  297. },
  298. {
  299. "path": "pages/specimenCheckingEnd/specimenCheckingEnd",
  300. "style": {
  301. "h5": {
  302. "titleNView": false
  303. },
  304. "enablePullDownRefresh": true
  305. }
  306. },
  307. {
  308. "path": "pages/scannedDepartmentSpecimensDetail/scannedDepartmentSpecimensDetail",
  309. "style": {
  310. "h5": {
  311. "titleNView": false
  312. }
  313. }
  314. },
  315. {
  316. "path": "pages/specimenCheckingEndDetail/specimenCheckingEndDetail",
  317. "style": {
  318. "h5": {
  319. "titleNView": false
  320. }
  321. }
  322. },
  323. {
  324. "path": "pages/scanning_nucleicAcid/scanning_nucleicAcid",
  325. "style": {
  326. "h5": {
  327. "titleNView": false
  328. }
  329. }
  330. },
  331. {
  332. "path": "pages/promptPage/promptPage",
  333. "style": {
  334. "h5": {
  335. "titleNView": false
  336. }
  337. }
  338. }, {
  339. "path": "pages/scanning_blood/scanning_blood",
  340. "style": {
  341. "h5": {
  342. "titleNView": false
  343. }
  344. }
  345. }, {
  346. "path": "pages/scanning_blood_process/scanning_blood_process",
  347. "style": {
  348. "h5": {
  349. "titleNView": false
  350. }
  351. }
  352. }, {
  353. "path": "pages/check_blood/check_blood",
  354. "style": {
  355. "h5": {
  356. "titleNView": false
  357. }
  358. }
  359. }, {
  360. "path": "pages/blood_list/blood_list",
  361. "style": {
  362. "h5": {
  363. "titleNView": false
  364. }
  365. }
  366. }, {
  367. "path": "pages/signIn_blood/signIn_blood",
  368. "style": {
  369. "h5": {
  370. "titleNView": false
  371. }
  372. }
  373. }, {
  374. "path": "pages/searchMuti/searchMuti",
  375. "style": {
  376. "h5": {
  377. "titleNView": false
  378. }
  379. }
  380. }, {
  381. "path": "pages/drugsBagHistory/drugsBagHistory",
  382. "style": {
  383. "h5": {
  384. "titleNView": false
  385. },
  386. "enablePullDownRefresh": true
  387. }
  388. }, {
  389. "path": "pages/otherCompleteOrder/otherCompleteOrder",
  390. "style": {
  391. "h5": {
  392. "titleNView": false
  393. }
  394. }
  395. }, {
  396. "path": "pages/formManagementWechat/formManagementWechat",
  397. "style": {
  398. "h5": {
  399. "titleNView": false
  400. }
  401. }
  402. }, {
  403. "path": "pages/formManagementBuilding/formManagementBuilding",
  404. "style": {
  405. "h5": {
  406. "titleNView": false
  407. }
  408. }
  409. }, {
  410. "path": "pages/formManagementDept/formManagementDept",
  411. "style": {
  412. "h5": {
  413. "titleNView": false
  414. }
  415. }
  416. }, {
  417. "path": "pages/transportationProcessRemarks/transportationProcessRemarks",
  418. "style": {
  419. "h5": {
  420. "titleNView": false
  421. }
  422. }
  423. }, {
  424. "path": "pages/drugBatches/drugBatches",
  425. "style": {
  426. "h5": {
  427. "titleNView": false
  428. }
  429. }
  430. }, {
  431. "path": "pages/quickOrderAcceptanceWx/quickOrderAcceptanceWx",
  432. "style": {
  433. "h5": {
  434. "titleNView": false
  435. }
  436. }
  437. }, {
  438. "path": "pages/result_error/result_error",
  439. "style": {
  440. "h5": {
  441. "titleNView": false
  442. }
  443. }
  444. }, {
  445. "path": "pages/newBlood/startOrderSignBlood/startOrderSignBlood",
  446. "style": {
  447. "h5": {
  448. "titleNView": false
  449. }
  450. }
  451. },
  452. {
  453. "path": "pages/newBlood/startOrderSignBloodDetail/startOrderSignBloodDetail",
  454. "style": {
  455. "h5": {
  456. "titleNView": false
  457. }
  458. }
  459. }, {
  460. "path": "pages/newBlood/endOrderSignBlood/endOrderSignBlood",
  461. "style": {
  462. "h5": {
  463. "titleNView": false
  464. }
  465. }
  466. }, {
  467. "path": "pages/orderSignBloodDetail/orderSignBloodDetail",
  468. "style": {
  469. "h5": {
  470. "titleNView": false
  471. }
  472. }
  473. }, {
  474. "path": "pages/quiltWashing/quiltWashingGetSignIn/quiltWashingGetSignIn",
  475. "style": {
  476. "h5": {
  477. "titleNView": false
  478. }
  479. }
  480. }, {
  481. "path": "pages/quiltWashing/quiltWashingSendSelectDept/quiltWashingSendSelectDept",
  482. "style": {
  483. "h5": {
  484. "titleNView": false
  485. }
  486. }
  487. }, {
  488. "path": "pages/quiltWashing/quiltWashingSendHandover/quiltWashingSendHandover",
  489. "style": {
  490. "h5": {
  491. "titleNView": false
  492. }
  493. }
  494. }, {
  495. "path": "pages/quiltWashing/quiltWashingSendsendHandover/quiltWashingSendsendHandover",
  496. "style": {
  497. "h5": {
  498. "titleNView": false
  499. }
  500. }
  501. }, {
  502. "path": "pages/quiltWashing/quiltWashingGetEndCheck/quiltWashingGetEndCheck",
  503. "style": {
  504. "h5": {
  505. "titleNView": false
  506. }
  507. }
  508. }, {
  509. "path": "pages/quiltWashing/quiltWashingException/quiltWashingException",
  510. "style": {
  511. "h5": {
  512. "titleNView": false
  513. }
  514. }
  515. }, {
  516. "path": "pages/quiltWashing/quiltWashingSendSignIn/quiltWashingSendSignIn",
  517. "style": {
  518. "h5": {
  519. "titleNView": false
  520. }
  521. }
  522. }, {
  523. "path": "pages/specimenHandoverNew/specimenHandoverNew",
  524. "style": {
  525. "h5": {
  526. "titleNView": false
  527. }
  528. }
  529. }, {
  530. "path": "pages/specimenOrderComplete/specimenOrderComplete",
  531. "style": {
  532. "h5": {
  533. "titleNView": false
  534. }
  535. }
  536. }, {
  537. "path": "pages/outpatient/outpatientStartSignIn/outpatientStartSignIn",
  538. "style": {
  539. "h5": {
  540. "titleNView": false
  541. }
  542. }
  543. }, {
  544. "path": "pages/outpatient/outpatientEndSignIn/outpatientEndSignIn",
  545. "style": {
  546. "h5": {
  547. "titleNView": false
  548. }
  549. }
  550. }, {
  551. "path": "pages/outpatient/outpatientEndTaskType/outpatientEndTaskType",
  552. "style": {
  553. "h5": {
  554. "titleNView": false
  555. }
  556. }
  557. }, {
  558. "path": "pages/outpatient/outpatientEndTaskTypeSuccess/outpatientEndTaskTypeSuccess",
  559. "style": {
  560. "h5": {
  561. "titleNView": false
  562. }
  563. }
  564. }, {
  565. "path": "pages/outpatient/outpatientEndComplete/outpatientEndComplete",
  566. "style": {
  567. "h5": {
  568. "titleNView": false
  569. }
  570. }
  571. },
  572. {
  573. "path": "pages/medicalWaste/medicalWasteBind/medicalWasteBind",//医废绑定
  574. "style": {
  575. "h5": {
  576. "titleNView": false
  577. }
  578. }
  579. },
  580. {
  581. "path": "pages/medicalWaste/medicalWasteBindCheck/medicalWasteBindCheck",//医废绑定-回收核对
  582. "style": {
  583. "h5": {
  584. "titleNView": false
  585. }
  586. }
  587. },
  588. {
  589. "path": "pages/medicalWaste/medicalWasteDetail/medicalWasteDetail", //医废详情
  590. "style": {
  591. "h5": {
  592. "titleNView": false
  593. }
  594. }
  595. },
  596. {
  597. "path": "pages/medicalWaste/medicalWasteSignIn/medicalWasteSignIn", //医废入库
  598. "style": {
  599. "h5": {
  600. "titleNView": false
  601. }
  602. }
  603. },
  604. {
  605. "path": "pages/medicalWaste/medicalWasteSignInList/medicalWasteSignInList", //医废入库-详情
  606. "style": {
  607. "h5": {
  608. "titleNView": false
  609. }
  610. }
  611. },
  612. {
  613. "path": "pages/medicalWaste/medicalWasteSelect/medicalWasteSelect", //医废出库-选择医废类型
  614. "style": {
  615. "h5": {
  616. "titleNView": false
  617. }
  618. }
  619. },
  620. {
  621. "path": "pages/medicalWaste/medicalWasteSignOut/medicalWasteSignOut", //医废出库
  622. "style": {
  623. "h5": {
  624. "titleNView": false
  625. }
  626. }
  627. },
  628. {
  629. "path": "pages/specimenPort/specimenPort", //标本间列表
  630. "style": {
  631. "h5": {
  632. "titleNView": false
  633. }
  634. }
  635. },
  636. {
  637. "path": "pages/specimenPort/detail", //标本间详情
  638. "style": {
  639. "h5": {
  640. "titleNView": false
  641. }
  642. }
  643. },
  644. {
  645. "path": "pages/specimenPort/scan", //标本间扫描页
  646. "style": {
  647. "h5": {
  648. "titleNView": false
  649. }
  650. }
  651. },
  652. {
  653. "path": "pages/newDrug/detail", //新药品-药品详情
  654. "style": {
  655. "h5": {
  656. "titleNView": false
  657. }
  658. }
  659. },
  660. {
  661. "path": "pages/newDrug/list", //新药品-药品列表
  662. "style": {
  663. "h5": {
  664. "titleNView": false
  665. }
  666. }
  667. },
  668. {
  669. "path": "pages/newDrug/createOrder/createOrder", //新药品-创建工单
  670. "style": {
  671. "h5": {
  672. "titleNView": false
  673. }
  674. }
  675. },
  676. {
  677. "path": "pages/newDrug/continueScanning/continueScanning", //新药品-继续扫描
  678. "style": {
  679. "h5": {
  680. "titleNView": false
  681. }
  682. }
  683. },
  684. {
  685. "path": "pages/newDrug/checkPage/checkPage", //新药品-核对交接
  686. "style": {
  687. "h5": {
  688. "titleNView": false
  689. }
  690. }
  691. },
  692. {
  693. "path": "pages/newDrug/photoRetention/photoRetention", //新药品-照片留存
  694. "style": {
  695. "h5": {
  696. "titleNView": false
  697. }
  698. }
  699. },
  700. {
  701. "path": "pages/newSendBack/sendBackPatient/sendBackPatient", //批量送回患者-添加患者
  702. "style": {
  703. "h5": {
  704. "titleNView": false
  705. }
  706. }
  707. },
  708. {
  709. "path": "pages/newSendBack/sendBackOrder/sendBackOrder", //批量送回患者-工单核对
  710. "style": {
  711. "h5": {
  712. "titleNView": false
  713. }
  714. }
  715. }
  716. ],
  717. "globalStyle": {
  718. "navigationBarTextStyle": "black",
  719. "navigationBarBackgroundColor": "#F8F8F8",
  720. "backgroundColor": "#F8F8F8"
  721. }
  722. }