pages.json 9.2 KB

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