pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. // index/index 登录页
  5. {
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "账号管理"
  9. }
  10. },
  11. {
  12. "path": "pages/dashboard/index",
  13. "style": {
  14. "navigationBarTitleText": "控制台"
  15. }
  16. },
  17. {
  18. "path": "pages/equipmentList/index",
  19. "style": {
  20. "navigationBarTitleText": "绑定设备"
  21. }
  22. },
  23. {
  24. "path": "pages/productionPlan/index",
  25. "style": {
  26. "navigationBarTitleText": "生产计划单"
  27. // "enablePullDownRefresh": true
  28. }
  29. },
  30. {
  31. "path": "pages/productionPlan/details",
  32. "style": {
  33. "navigationBarTitleText": "查箱号",
  34. "onReachBottomDistance": 100
  35. }
  36. },
  37. {
  38. "path": "pages/assistDaywork/index",
  39. "style": {
  40. "navigationBarTitleText": "集中报工",
  41. "onReachBottomDistance": 100
  42. }
  43. },
  44. {
  45. "path": "pages/outsourceProductionPlan/index",
  46. "style": {
  47. "navigationBarTitleText": "生产计划单"
  48. // "enablePullDownRefresh": true
  49. }
  50. },
  51. {
  52. "path": "pages/sortProductionPlan/details",
  53. "style": {
  54. "navigationBarTitleText": "查箱号",
  55. "onReachBottomDistance": 100
  56. }
  57. },
  58. {
  59. "path": "pages/batchReporting/index",
  60. "style": {
  61. "navigationBarTitleText": "批次报工"
  62. // "enablePullDownRefresh": true
  63. }
  64. },
  65. {
  66. "path": "pages/batchReportingOutsource/index",
  67. "style": {
  68. "navigationBarTitleText": "批次报工"
  69. // "enablePullDownRefresh": true
  70. }
  71. },
  72. {
  73. "path": "pages/addNewBatch/index",
  74. "style": {
  75. "navigationBarTitleText": "添加新批次"
  76. }
  77. },
  78. {
  79. "path": "pages/reportingForWork/index",
  80. "style": {
  81. "navigationBarTitleText": "报工记录"
  82. }
  83. },
  84. {
  85. "path": "pages/assistReportingForWork/index",
  86. "style": {
  87. "navigationBarTitleText": "报工记录"
  88. }
  89. },
  90. {
  91. "path": "pages/reportingForInnerWork/index",
  92. "style": {
  93. "navigationBarTitleText": "报工记录"
  94. }
  95. },
  96. {
  97. "path": "pages/reportHistory/index",
  98. "style": {
  99. "navigationBarTitleText": "历史报工记录"
  100. }
  101. },
  102. {
  103. "path": "pages/handlingList/index",
  104. "style": {
  105. "navigationBarTitleText": "搬运列表"
  106. }
  107. },
  108. {
  109. "path": "pages/startTurnover/index",
  110. "style": {
  111. "navigationBarTitleText": "开始周转"
  112. }
  113. },
  114. {
  115. "path": "pages/changeBox/index",
  116. "style": {
  117. "navigationBarTitleText": "换箱"
  118. }
  119. },
  120. {
  121. "path": "pages/recerptSfprod/index",
  122. "style": {
  123. "navigationBarTitleText": "领取确认"
  124. }
  125. },
  126. {
  127. "path": "pages/fastProductionPlan/index",
  128. "style": {
  129. "navigationBarTitleText": "快速报工"
  130. }
  131. },
  132. {
  133. "path": "pages/sortProductionPlan/index",
  134. "style": {
  135. "navigationBarTitleText": "分选报工"
  136. // "enablePullDownRefresh": true
  137. }
  138. },
  139. {
  140. "path": "pages/sortInnerProductionPlan/index",
  141. "style": {
  142. "navigationBarTitleText": "分选报工"
  143. // "enablePullDownRefresh": true
  144. }
  145. },
  146. {
  147. "path": "pages/sortBatchReporting/index",
  148. "style": {
  149. "navigationBarTitleText": "分选报工"
  150. // "enablePullDownRefresh": true
  151. }
  152. },
  153. {
  154. "path": "pages/sortBatchInnerReporting/index",
  155. "style": {
  156. "navigationBarTitleText": "分选报工"
  157. // "enablePullDownRefresh": true
  158. }
  159. },
  160. {
  161. "path": "pages/sorting/form",
  162. "style": {
  163. "navigationBarTitleText": "分选报工"
  164. }
  165. },
  166. {
  167. "path": "pages/sorting/options",
  168. "style": {
  169. "navigationBarTitleText": "检查项选择"
  170. }
  171. },
  172. {
  173. "path": "pages/sorting/technicianOptions",
  174. "style": {
  175. "navigationBarTitleText": "技术负责人"
  176. }
  177. },
  178. {
  179. "path": "pages/sorting/specialOptions",
  180. "style": {
  181. "navigationBarTitleText": "检查项选择"
  182. }
  183. },
  184. {
  185. "path": "pages/sorting/storageRetrieval",
  186. "style": {
  187. "navigationBarTitleText": "分选报工"
  188. }
  189. },
  190. {
  191. "path": "pages/sorting/consultation",
  192. "style": {
  193. "navigationBarTitleText": "分选报工"
  194. }
  195. },
  196. {
  197. "path": "pages/sortingOutsource/form",
  198. "style": {
  199. "navigationBarTitleText": "分选报工"
  200. }
  201. },
  202. {
  203. "path": "pages/sortingOutsource/options",
  204. "style": {
  205. "navigationBarTitleText": "检查项选择"
  206. }
  207. },
  208. {
  209. "path": "pages/sortingOutsource/technicianOptions",
  210. "style": {
  211. "navigationBarTitleText": "技术负责人"
  212. }
  213. },
  214. {
  215. "path": "pages/sortingOutsource/specialOptions",
  216. "style": {
  217. "navigationBarTitleText": "检查项选择"
  218. }
  219. },
  220. {
  221. "path": "pages/sortingOutsource/storageRetrieval",
  222. "style": {
  223. "navigationBarTitleText": "分选报工"
  224. }
  225. },
  226. {
  227. "path": "pages/sortingOutsource/consultation",
  228. "style": {
  229. "navigationBarTitleText": "分选报工"
  230. }
  231. },
  232. {
  233. "path": "pages/processInspection/consultation",
  234. "style": {
  235. "navigationBarTitleText": "序检",
  236. "cache": false
  237. }
  238. },
  239. {
  240. "path": "pages/processInspection/index",
  241. "style": {
  242. "navigationBarTitleText": "序检"
  243. }
  244. },
  245. {
  246. "path": "pages/processInspection/form",
  247. "style": {
  248. "navigationBarTitleText": "序检"
  249. }
  250. },
  251. {
  252. "path": "pages/processInspection/scan",
  253. "style": {
  254. "navigationBarTitleText": "序检"
  255. }
  256. },
  257. {
  258. "path": "pages/outsourcedInspection/index",
  259. "style": {
  260. "navigationBarTitleText": "外协检查",
  261. "onReachBottomDistance": 100
  262. }
  263. },
  264. {
  265. "path": "pages/outsourcedInspection/relate",
  266. "style": {
  267. "navigationBarTitleText": "外协检查-关联批次"
  268. }
  269. },
  270. {
  271. "path": "pages/outsourcedInspection/form",
  272. "style": {
  273. "navigationBarTitleText": "外协检查"
  274. }
  275. },
  276. {
  277. "path": "pages/outsourcedInspection/scan",
  278. "style": {
  279. "navigationBarTitleText": "外协检查"
  280. }
  281. },
  282. {
  283. "path": "pages/outsourcedInspection/options",
  284. "style": {
  285. "navigationBarTitleText": "检查项选择"
  286. }
  287. },
  288. {
  289. "path": "pages/outsourcedInspection/consultation",
  290. "style": {
  291. "navigationBarTitleText": "外协检查",
  292. "cache": false
  293. }
  294. },
  295. {
  296. "path": "pages/outsourcedInspection/technicianOptions",
  297. "style": {
  298. "navigationBarTitleText": "技术负责人"
  299. }
  300. },
  301. {
  302. "path": "pages/outsourcedReturnCheck/index",
  303. "style": {
  304. "navigationBarTitleText": "外协发出验箱"
  305. }
  306. },
  307. {
  308. "path": "pages/outsourcedReturnCheck/carriers",
  309. "style": {
  310. "navigationBarTitleText": "箱号详情"
  311. }
  312. },
  313. {
  314. "path": "pages/switchDept/index",
  315. "style": {
  316. "navigationBarTitleText": "更换工段加工"
  317. }
  318. },
  319. {
  320. "path": "pages/changeInspectionBox/index",
  321. "style": {
  322. "navigationBarTitleText": "检查换箱"
  323. }
  324. },
  325. {
  326. "path": "pages/drawingMenu/index",
  327. "style": {
  328. "navigationBarTitleText": "本序图纸"
  329. }
  330. },
  331. {
  332. "path": "pages/pdfviewer/index",
  333. "style": {
  334. "navigationBarTitleText": "PDF播放器",
  335. "app-plus": {
  336. "bounce": "none"
  337. }
  338. }
  339. },
  340. {
  341. "path": "pages/outsourcedDrawingMenu/index",
  342. "style": {
  343. "navigationBarTitleText": "图纸信息"
  344. }
  345. },
  346. {
  347. "path": "pages/queryLotInfo/index",
  348. "style": {
  349. "navigationBarTitleText": "查询批次信息"
  350. }
  351. },
  352. {
  353. "path": "pages/innerTurnover/index",
  354. "style": {
  355. "navigationBarTitleText": "内部周转"
  356. }
  357. },
  358. {
  359. "path": "pages/firstInspection/scan",
  360. "style": {
  361. "navigationBarTitleText": "首件检"
  362. }
  363. },
  364. {
  365. "path": "pages/firstInspection/reviewScan",
  366. "style": {
  367. "navigationBarTitleText": "首件检"
  368. }
  369. },
  370. {
  371. "path": "pages/firstInspection/options",
  372. "style": {
  373. "navigationBarTitleText": "首件检"
  374. }
  375. },
  376. {
  377. "path": "pages/firstInspection/form",
  378. "style": {
  379. "navigationBarTitleText": "首件检"
  380. }
  381. },
  382. {
  383. "path": "pages/firstInspection/instrumentRoomForm",
  384. "style": {
  385. "navigationBarTitleText": "仪器室检"
  386. }
  387. },
  388. {
  389. "path": "pages/firstInspection/instrumentOptions",
  390. "style": {
  391. "navigationBarTitleText": "仪器室检"
  392. }
  393. },
  394. {
  395. "path": "pages/firstInspection/index",
  396. "style": {
  397. "navigationBarTitleText": "首件检",
  398. "onReachBottomDistance": 100
  399. }
  400. },
  401. {
  402. "path": "pages/firstInspection/consultation",
  403. "style": {
  404. "navigationBarTitleText": "首件检"
  405. }
  406. },
  407. {
  408. "path": "pages/onSiteInspection/index",
  409. "style": {
  410. "navigationBarTitleText": "巡检",
  411. "onReachBottomDistance": 100
  412. }
  413. },
  414. {
  415. "path": "pages/onSiteInspection/scan",
  416. "style": {
  417. "navigationBarTitleText": "巡检"
  418. }
  419. },
  420. {
  421. "path": "pages/onSiteInspection/form",
  422. "style": {
  423. "navigationBarTitleText": "巡检"
  424. }
  425. },
  426. {
  427. "path": "pages/onSiteInspection/options",
  428. "style": {
  429. "navigationBarTitleText": "检查项"
  430. }
  431. },
  432. {
  433. "path": "pages/onSiteInspection/consultation",
  434. "style": {
  435. "navigationBarTitleText": "咨询"
  436. }
  437. },
  438. {
  439. "path": "pages/deliveryInspection/index",
  440. "style": {
  441. "navigationBarTitleText": "交检",
  442. "onReachBottomDistance": 100
  443. }
  444. },
  445. {
  446. "path": "pages/deliveryInspection/scan",
  447. "style": {
  448. "navigationBarTitleText": "交检"
  449. }
  450. },
  451. {
  452. "path": "pages/deliveryInspection/form",
  453. "style": {
  454. "navigationBarTitleText": "交检"
  455. }
  456. },
  457. {
  458. "path": "pages/deliveryInspection/options",
  459. "style": {
  460. "navigationBarTitleText": "检查项"
  461. }
  462. },
  463. {
  464. "path": "pages/deliveryInspection/consultation",
  465. "style": {
  466. "navigationBarTitleText": "咨询"
  467. }
  468. },
  469. {
  470. "path": "pages/takeStock/index",
  471. "style": {
  472. "navigationBarTitleText": "盘点"
  473. }
  474. },
  475. {
  476. "path": "pages/takeStock/details",
  477. "style": {
  478. "navigationBarTitleText": "盘点明细"
  479. }
  480. },
  481. {
  482. "path": "pages/auxiliaryDaywork/index",
  483. "style": {
  484. "navigationBarTitleText": "辅助工序报工"
  485. }
  486. },
  487. {
  488. "path": "pages/auxiliaryDaywork/form",
  489. "style": {
  490. "navigationBarTitleText": "辅助工序报工"
  491. }
  492. },
  493. {
  494. "path": "pages/auxiliaryDaywork/scan",
  495. "style": {
  496. "navigationBarTitleText": "辅助工序报工"
  497. }
  498. }, {
  499. "path": "pages/deliveryExamine/index",
  500. "style": {
  501. "navigationBarTitleText": "交检审核"
  502. }
  503. },
  504. {
  505. "path": "pages/deliveryExamine/form",
  506. "style": {
  507. "navigationBarTitleText": "交检审核"
  508. }
  509. },
  510. {
  511. "path": "pages/instrumentRoomInspection/index",
  512. "style": {
  513. "navigationBarTitleText": "仪器室检",
  514. "onReachBottomDistance": 100
  515. }
  516. },
  517. {
  518. "path": "pages/instrumentRoomInspection/form",
  519. "style": {
  520. "navigationBarTitleText": "仪器室检"
  521. }
  522. },
  523. {
  524. "path": "pages/instrumentRoomInspection/options",
  525. "style": {
  526. "navigationBarTitleText": "检查项"
  527. }
  528. },
  529. {
  530. "path": "pages/instrumentRoomInspection/consultation",
  531. "style": {
  532. "navigationBarTitleText": "咨询"
  533. }
  534. },
  535. {
  536. "path": "pages/processInspectionReceive/form",
  537. "style": {
  538. "navigationBarTitleText": "检测信息"
  539. }
  540. },
  541. {
  542. "path": "pages/factoryInspection/consultation",
  543. "style": {
  544. "navigationBarTitleText": "咨询"
  545. }
  546. },
  547. {
  548. "path": "pages/factoryInspection/index",
  549. "style": {
  550. "navigationBarTitleText": "出厂检",
  551. "onReachBottomDistance": 100
  552. }
  553. },
  554. {
  555. "path": "pages/factoryInspection/options",
  556. "style": {
  557. "navigationBarTitleText": "检查项"
  558. }
  559. },
  560. {
  561. "path": "pages/factoryInspection/technicianOptions",
  562. "style": {
  563. "navigationBarTitleText": "技术负责人"
  564. }
  565. },
  566. {
  567. "path": "pages/onSiteInspection/technicianOptions",
  568. "style": {
  569. "navigationBarTitleText": "技术负责人"
  570. }
  571. },
  572. {
  573. "path": "pages/firstInspection/technicianOptions",
  574. "style": {
  575. "navigationBarTitleText": "技术负责人"
  576. }
  577. },
  578. {
  579. "path": "pages/instrumentRoomInspection/technicianOptions",
  580. "style": {
  581. "navigationBarTitleText": "技术负责人"
  582. }
  583. },
  584. {
  585. "path": "pages/deliveryInspection/technicianOptions",
  586. "style": {
  587. "navigationBarTitleText": "技术负责人"
  588. }
  589. },
  590. {
  591. "path": "pages/factoryInspection/form",
  592. "style": {
  593. "navigationBarTitleText": "出厂检"
  594. }
  595. },
  596. {
  597. "path": "pages/factoryInspection/scan",
  598. "style": {
  599. "navigationBarTitleText": "出厂检"
  600. }
  601. },
  602. {
  603. "path": "pages/inspectionDetails/form",
  604. "style": {
  605. "navigationBarTitleText": "检查详情"
  606. }
  607. },
  608. {
  609. "path": "pages/inspectionDetails/index",
  610. "style": {
  611. "navigationBarTitleText": "检查列表",
  612. "onReachBottomDistance": 100
  613. }
  614. },
  615. {
  616. "path": "pages/notification/index",
  617. "style": {
  618. "navigationBarTitleText": "",
  619. "enablePullDownRefresh": false,
  620. "navigationStyle": "custom",
  621. "app-plus": {
  622. "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
  623. "background": "transparent", // 背景透明
  624. "backgroundColor": "transparent", // 背景透明
  625. "webviewBGTransparent": true,
  626. "mask": "none",
  627. "popGesture": "none", // 关闭IOS屏幕左边滑动关闭当前页面的功能
  628. "bounce": "none" // 将回弹属性关掉
  629. }
  630. }
  631. }
  632. ],
  633. "globalStyle": {
  634. "navigationBarTextStyle": "black",
  635. "navigationBarTitleText": "uni-app",
  636. "navigationBarBackgroundColor": "rgba(255, 255, 255, 1)",
  637. "backgroundColor": "#F8F8F8"
  638. },
  639. "uniIdRouter": {},
  640. "condition": { //模式配置,仅开发期间生效
  641. "current": 0, //当前激活的模式(list 的索引项)
  642. "list": [{
  643. "name": "", //模式名称
  644. "path": "pages/index/index",
  645. "query": "" //启动参数,在页面的onLoad函数里面得到
  646. }]
  647. }
  648. }