pages.json 12 KB

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