pages.json 9.8 KB

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