pages.json 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/login/login",
  6. "style": {
  7. "navigationBarTitleText": "登录",
  8. "navigationStyle": "custom",
  9. "navigationBarTextStyle": "white"
  10. }
  11. },
  12. {
  13. "path": "pages/index/index",
  14. "style": {
  15. "navigationBarTitleText": "工作中心",
  16. "navigationStyle": "custom",
  17. "navigationBarTextStyle": "black"
  18. }
  19. },
  20. {
  21. "path": "pages/home/home",
  22. "style": {
  23. "navigationBarTitleText": "工作台",
  24. "navigationStyle": "custom",
  25. "navigationBarTextStyle": "black"
  26. }
  27. },
  28. {
  29. "path": "pages/center/center",
  30. "style": {
  31. "navigationBarTitleText": "我的",
  32. "navigationStyle": "custom",
  33. "navigationBarTextStyle": "black"
  34. }
  35. },
  36. {
  37. "path": "pages/home/myTicket/myTicket",
  38. "style": {
  39. "navigationBarTitleText": "我的工单",
  40. "navigationStyle": "custom",
  41. "navigationBarTextStyle": "white"
  42. }
  43. },
  44. {
  45. "path": "pages/home/msg/msg",
  46. "style": {
  47. "navigationBarTitleText": "我的消息",
  48. "navigationStyle": "custom",
  49. "navigationBarTextStyle": "white"
  50. }
  51. },
  52. {
  53. "path": "pages/home/wt/todo/todo",
  54. "style": {
  55. "navigationBarTitleText": "我的待办",
  56. "navigationStyle": "custom",
  57. "navigationBarTextStyle": "white"
  58. }
  59. },
  60. {
  61. "path": "pages/home/wt/done/done",
  62. "style": {
  63. "navigationBarTitleText": "我的已办",
  64. "navigationStyle": "custom",
  65. "navigationBarTextStyle": "white"
  66. }
  67. },
  68. {
  69. "path": "pages/home/wt/components/detail",
  70. "style": {
  71. "navigationBarTitleText": "流程详情",
  72. "navigationStyle": "custom",
  73. "navigationBarTextStyle": "white"
  74. }
  75. },
  76. {
  77. "path": "pages/home/wt/components/processTask",
  78. "style": {
  79. "navigationBarTitleText": "处理流程任务",
  80. "navigationStyle": "custom",
  81. "navigationBarTextStyle": "white"
  82. }
  83. },
  84. // {
  85. // "path": "pages/home/wt/components/feeApplication/taskForm",
  86. // "style": {
  87. // "navigationBarTitleText": "111",
  88. // "navigationStyle": "custom",
  89. // "navigationBarTextStyle": "white"
  90. // }
  91. // },
  92. {
  93. "path": "pages/home/backlog/result",
  94. "style": {
  95. "navigationBarTitleText": "提示",
  96. "autoBackButton": false
  97. // "navigationBarTextStyle": "white"
  98. }
  99. },
  100. {
  101. "path": "pages/home/backlog/planApproval",
  102. "style": {
  103. "navigationBarTitleText": "我的待办计划审批",
  104. "navigationStyle": "custom",
  105. "navigationBarTextStyle": "white"
  106. }
  107. },
  108. {
  109. "path": "pages/home/backlog/planNatureApproval",
  110. "style": {
  111. "navigationBarTitleText": "我的待办计划审批",
  112. "navigationStyle": "custom",
  113. "navigationBarTextStyle": "white"
  114. }
  115. },
  116. {
  117. "path": "pages/home/backlog/approve_enter",
  118. "style": {
  119. "navigationBarTitleText": "入库单审批",
  120. "navigationStyle": "custom",
  121. "navigationBarTextStyle": "white"
  122. }
  123. },
  124. {
  125. "path": "pages/home/backlog/approve_out",
  126. "style": {
  127. "navigationBarTitleText": "出库单审批",
  128. "navigationStyle": "custom",
  129. "navigationBarTextStyle": "white"
  130. }
  131. },
  132. {
  133. "path": "pages/home/backlog/approve_allot",
  134. "style": {
  135. "navigationBarTitleText": "库存调拨审批",
  136. "navigationStyle": "custom",
  137. "navigationBarTextStyle": "white"
  138. }
  139. },
  140. {
  141. "path": "pages/home/backlog/approve_approve_allot",
  142. "style": {
  143. "navigationBarTitleText": "报损报溢审批",
  144. "navigationStyle": "custom",
  145. "navigationBarTextStyle": "white"
  146. }
  147. },
  148. {
  149. "path": "pages/home/backlog/sparepartDetail",
  150. "style": {
  151. "navigationBarTitleText": "申领备品备件详情",
  152. "navigationStyle": "custom",
  153. "navigationBarTextStyle": "white"
  154. }
  155. },
  156. {
  157. "path": "pages/tour_tally/order/order",
  158. "style": {
  159. "navigationBarTitleText": "巡点检",
  160. "navigationStyle": "custom",
  161. "navigationBarTextStyle": "white"
  162. }
  163. },
  164. {
  165. "path": "pages/tour_tally/check/index",
  166. "style": {
  167. "navigationBarTitleText": "巡点检检查",
  168. "navigationStyle": "custom",
  169. "navigationBarTextStyle": "white"
  170. }
  171. },
  172. {
  173. "path": "pages/tour_tally/check/detail",
  174. "style": {
  175. "navigationBarTitleText": "巡点检检查详情",
  176. "navigationStyle": "custom",
  177. "navigationBarTextStyle": "white"
  178. }
  179. },
  180. {
  181. "path": "pages/tour_tally/accept/index",
  182. "style": {
  183. "navigationBarTitleText": "受理巡点检工单",
  184. "navigationStyle": "custom",
  185. "navigationBarTextStyle": "white"
  186. }
  187. },
  188. {
  189. "path": "pages/tour_tally/inventory/inventory",
  190. "style": {
  191. "navigationBarTitleText": "巡点检列表",
  192. "navigationStyle": "custom",
  193. "navigationBarTextStyle": "white"
  194. }
  195. },
  196. {
  197. "path": "pages/tour_tally/detail/detail",
  198. "style": {
  199. "navigationBarTitleText": "详情",
  200. "navigationStyle": "custom",
  201. "navigationBarTextStyle": "white"
  202. }
  203. },
  204. {
  205. "path": "pages/tour_tally/turn_send/turn_send",
  206. "style": {
  207. "navigationBarTitleText": "转派",
  208. "navigationStyle": "custom",
  209. "navigationBarTextStyle": "white"
  210. }
  211. },
  212. {
  213. "path": "pages/tour_tally/submitted_ministry/submitted_ministry",
  214. "style": {
  215. "navigationBarTitleText": "报工",
  216. "navigationStyle": "custom",
  217. "navigationBarTextStyle": "white"
  218. }
  219. },
  220. {
  221. "path": "pages/tour_tally/turn_send_user/turn_send_user",
  222. "style": {
  223. "navigationBarTitleText": "转派人员",
  224. "navigationStyle": "custom",
  225. "navigationBarTextStyle": "white"
  226. }
  227. },
  228. {
  229. "path": "pages/tour_tally/defects/defects",
  230. "style": {
  231. "navigationBarTitleText": "缺陷",
  232. "navigationStyle": "custom",
  233. "navigationBarTextStyle": "white"
  234. }
  235. },
  236. {
  237. "path": "pages/quantity/detail/detail",
  238. "style": {
  239. "navigationBarTitleText": "量具送检详情",
  240. "navigationStyle": "custom",
  241. "navigationBarTextStyle": "white"
  242. }
  243. },
  244. {
  245. "path": "pages/quantity/check/index",
  246. "style": {
  247. "navigationBarTitleText": "量具送检检查",
  248. "navigationStyle": "custom",
  249. "navigationBarTextStyle": "white"
  250. }
  251. },
  252. {
  253. "path": "pages/quantity/check/detail",
  254. "style": {
  255. "navigationBarTitleText": "量具送检检查详情",
  256. "navigationStyle": "custom",
  257. "navigationBarTextStyle": "white"
  258. }
  259. },
  260. {
  261. "path": "pages/maintenance/order/order",
  262. "style": {
  263. "navigationBarTitleText": "保养工单",
  264. "navigationStyle": "custom",
  265. "navigationBarTextStyle": "white"
  266. }
  267. },
  268. {
  269. "path": "pages/maintenance/check/index",
  270. "style": {
  271. "navigationBarTitleText": "保养中",
  272. "navigationStyle": "custom",
  273. "navigationBarTextStyle": "white"
  274. }
  275. },
  276. {
  277. "path": "pages/maintenance/check/detail",
  278. "style": {
  279. "navigationBarTitleText": "保养详情",
  280. "navigationStyle": "custom",
  281. "navigationBarTextStyle": "white"
  282. }
  283. },
  284. {
  285. "path": "pages/maintenance/check/register",
  286. "style": {
  287. "navigationBarTitleText": "备品备件登记",
  288. "navigationStyle": "custom",
  289. "navigationBarTextStyle": "white"
  290. }
  291. },
  292. {
  293. "path": "pages/maintenance/accept/index",
  294. "style": {
  295. "navigationBarTitleText": "受理保养工单",
  296. "navigationStyle": "custom",
  297. "navigationBarTextStyle": "white"
  298. }
  299. },
  300. {
  301. "path": "pages/maintenance/detail/detail",
  302. "style": {
  303. "navigationBarTitleText": "详情",
  304. "navigationStyle": "custom",
  305. "navigationBarTextStyle": "white"
  306. }
  307. },
  308. {
  309. "path": "pages/maintenance/turn_send/turn_send",
  310. "style": {
  311. "navigationBarTitleText": "转派",
  312. "navigationStyle": "custom",
  313. "navigationBarTextStyle": "white"
  314. }
  315. },
  316. {
  317. "path": "pages/maintenance/submitted_ministry/submitted_ministry",
  318. "style": {
  319. "navigationBarTitleText": "报工",
  320. "navigationStyle": "custom",
  321. "navigationBarTextStyle": "white"
  322. }
  323. },
  324. {
  325. "path": "pages/maintenance/turn_send_user/turn_send_user",
  326. "style": {
  327. "navigationBarTitleText": "转派人员",
  328. "navigationStyle": "custom",
  329. "navigationBarTextStyle": "white"
  330. }
  331. },
  332. {
  333. "path": "pages/maintenance/defects/defects",
  334. "style": {
  335. "navigationBarTitleText": "缺陷",
  336. "navigationStyle": "custom",
  337. "navigationBarTextStyle": "white"
  338. }
  339. },
  340. {
  341. "path": "pages/maintain_service/order/order",
  342. "style": {
  343. "navigationBarTitleText": "维修工单",
  344. "navigationStyle": "custom",
  345. "navigationBarTextStyle": "white"
  346. }
  347. },
  348. {
  349. "path": "pages/maintain_service/detail/detail",
  350. "style": {
  351. "navigationBarTitleText": "详情",
  352. "navigationStyle": "custom",
  353. "navigationBarTextStyle": "white"
  354. }
  355. },
  356. {
  357. "path": "pages/maintain_service/submitted_ministry/submitted_ministry",
  358. "style": {
  359. "navigationBarTitleText": "报工",
  360. "navigationStyle": "custom",
  361. "navigationBarTextStyle": "white"
  362. }
  363. },
  364. {
  365. "path": "pages/storage_inventory/add/add",
  366. "style": {
  367. "navigationBarTitleText": "",
  368. "enablePullDownRefresh": false
  369. }
  370. },
  371. {
  372. "path": "pages/storage_inventory/Inventory_list/Inventory_list",
  373. "style": {
  374. "navigationBarTitleText": "",
  375. "enablePullDownRefresh": false
  376. }
  377. },
  378. {
  379. "path": "pages/sparepart/order/order",
  380. "style": {
  381. "navigationBarTitleText": "备品备件",
  382. "navigationStyle": "custom",
  383. "navigationBarTextStyle": "white"
  384. }
  385. },
  386. {
  387. "path": "pages/sparepart/detail/detail",
  388. "style": {
  389. "navigationBarTitleText": "详情",
  390. "navigationStyle": "custom",
  391. "navigationBarTextStyle": "white"
  392. }
  393. },
  394. {
  395. "path": "pages/put_storage/order/index",
  396. "style": {
  397. "navigationBarTitleText": "入库台账",
  398. "navigationStyle": "custom",
  399. "navigationBarTextStyle": "white"
  400. }
  401. },
  402. {
  403. "path": "pages/put_storage/details/details",
  404. "style": {
  405. "navigationBarTitleText": "入库台账",
  406. "navigationStyle": "custom",
  407. "navigationBarTextStyle": "white"
  408. }
  409. },
  410. {
  411. "path": "pages/put_storage/add/index",
  412. "style": {
  413. "navigationBarTitleText": "新增入库单",
  414. "navigationStyle": "custom",
  415. "navigationBarTextStyle": "white"
  416. }
  417. },
  418. {
  419. "path": "pages/put_storage/linkage/index",
  420. "style": {
  421. "navigationBarTitleText": "选择备品备件",
  422. "navigationStyle": "custom",
  423. "navigationBarTextStyle": "white"
  424. }
  425. },
  426. {
  427. "path": "pages/outbound/order/index",
  428. "style": {
  429. "navigationBarTitleText": "入库台账",
  430. "navigationStyle": "custom",
  431. "navigationBarTextStyle": "white"
  432. }
  433. },
  434. {
  435. "path": "pages/outbound/details/details",
  436. "style": {
  437. "navigationBarTitleText": "入库台账",
  438. "navigationStyle": "custom",
  439. "navigationBarTextStyle": "white"
  440. }
  441. },
  442. {
  443. "path": "pages/outbound/add/index",
  444. "style": {
  445. "navigationBarTitleText": "新增入库单",
  446. "navigationStyle": "custom",
  447. "navigationBarTextStyle": "white"
  448. }
  449. },
  450. {
  451. "path": "pages/outbound/linkage/index",
  452. "style": {
  453. "navigationBarTitleText": "选择备品备件",
  454. "navigationStyle": "custom",
  455. "navigationBarTextStyle": "white"
  456. }
  457. },
  458. {
  459. "path": "pages/repair/order/order",
  460. "style": {
  461. "navigationBarTitleText": "报修管理",
  462. "navigationStyle": "custom",
  463. "navigationBarTextStyle": "white"
  464. }
  465. },
  466. {
  467. "path": "pages/repair/repair/index",
  468. "style": {
  469. "navigationBarTitleText": "报修",
  470. "navigationStyle": "custom",
  471. "navigationBarTextStyle": "white"
  472. }
  473. },
  474. {
  475. "path": "pages/repair/select_repair/index",
  476. "style": {
  477. "navigationBarTitleText": "选择设备",
  478. "navigationStyle": "custom",
  479. "navigationBarTextStyle": "white"
  480. }
  481. },
  482. {
  483. "path": "pages/repair/sparepart/index",
  484. "style": {
  485. "navigationBarTitleText": "备品备件",
  486. "navigationStyle": "custom",
  487. "navigationBarTextStyle": "white"
  488. }
  489. },
  490. {
  491. "path": "pages/promp/promp",
  492. "style": {
  493. "navigationBarTitleText": "提示",
  494. "navigationStyle": "custom",
  495. "navigationBarTextStyle": "white"
  496. }
  497. },
  498. {
  499. "path": "pages/sparepart/return/return",
  500. "style": {
  501. "navigationBarTitleText": "",
  502. "enablePullDownRefresh": false
  503. }
  504. },
  505. {
  506. "path": "pages/tour_tally/sparepart/sparepart",
  507. "style": {
  508. "navigationBarTitleText": "选择备品备件",
  509. "navigationStyle": "custom",
  510. "navigationBarTextStyle": "white"
  511. }
  512. },
  513. {
  514. "path": "pages/maintenance/sparepart/sparepart",
  515. "style": {
  516. "navigationBarTitleText": "选择备品备件",
  517. "navigationStyle": "custom",
  518. "navigationBarTextStyle": "white"
  519. }
  520. },
  521. {
  522. "path": "pages/maintenance/sparepart/sparepartDetail",
  523. "style": {
  524. "navigationBarTitleText": "备品备件详情",
  525. "navigationStyle": "custom",
  526. "navigationBarTextStyle": "white"
  527. }
  528. },
  529. {
  530. "path": "pages/maintain_service/sparepart/sparepart",
  531. "style": {
  532. "navigationBarTitleText": "选择备品备件",
  533. "navigationStyle": "custom",
  534. "navigationBarTextStyle": "white"
  535. }
  536. },
  537. {
  538. "path": "pages/maintain_service/sparepart/sparepartDetail",
  539. "style": {
  540. "navigationBarTitleText": "备品备件详情",
  541. "navigationStyle": "custom",
  542. "navigationBarTextStyle": "white"
  543. }
  544. },
  545. {
  546. "path": "pages/sparepart/sparepart/sparepart",
  547. "style": {
  548. "navigationBarTitleText": "选择备品备件",
  549. "navigationStyle": "custom",
  550. "navigationBarTextStyle": "white"
  551. }
  552. },
  553. {
  554. "path": "pages/repair/detail/detail",
  555. "style": {
  556. "navigationBarTitleText": "详情",
  557. "navigationStyle": "custom",
  558. "navigationBarTextStyle": "white"
  559. }
  560. },
  561. {
  562. "path": "pages/center/about/about",
  563. "style": {
  564. "navigationBarTitleText": "关于我们",
  565. "navigationStyle": "custom",
  566. "navigationBarTextStyle": "white"
  567. }
  568. },
  569. {
  570. "path": "pages/center/mission/mission",
  571. "style": {
  572. "navigationBarTitleText": "我的任务",
  573. "navigationStyle": "custom",
  574. "navigationBarTextStyle": "white"
  575. }
  576. },
  577. {
  578. "path": "pages/standing_book/detail/detail",
  579. "style": {
  580. "navigationBarTitleText": "台账",
  581. "navigationStyle": "custom",
  582. "navigationBarTextStyle": "white"
  583. }
  584. },
  585. {
  586. "path": "pages/work/order/order",
  587. "style": {
  588. "navigationBarTitleText": "工单管理",
  589. "navigationStyle": "custom",
  590. "navigationBarTextStyle": "white"
  591. }
  592. },
  593. {
  594. "path": "pages/molds/detail/detail",
  595. "style": {
  596. "navigationBarTitleText": "模具台账",
  597. "navigationStyle": "custom",
  598. "navigationBarTextStyle": "black"
  599. }
  600. },
  601. //---------------------仓储管理--------------------
  602. //入库台账
  603. {
  604. "path": "pages/warehouse/enterHouse/index",
  605. "style": {
  606. "navigationBarTitleText": "入库台账",
  607. "navigationStyle": "custom",
  608. "navigationBarTextStyle": "white"
  609. }
  610. },
  611. {
  612. "path": "pages/warehouse/enterHouse/details",
  613. "style": {
  614. "navigationBarTitleText": "入库详情",
  615. "navigationStyle": "custom",
  616. "navigationBarTextStyle": "white"
  617. }
  618. },
  619. {
  620. "path": "pages/warehouse/enterHouse/addStock",
  621. "style": {
  622. "navigationBarTitleText": "新增入库单",
  623. "navigationStyle": "custom",
  624. "navigationBarTextStyle": "white"
  625. }
  626. },
  627. {
  628. "path": "pages/warehouse/enterHouse/batchNumEdit",
  629. "style": {
  630. "navigationBarTitleText": "批次号信息",
  631. "navigationStyle": "custom",
  632. "navigationBarTextStyle": "white"
  633. }
  634. },
  635. {
  636. "path": "pages/warehouse/enterHouse/selectEnterType",
  637. "style": {
  638. "navigationBarTitleText": "选择入库类别",
  639. "navigationStyle": "custom",
  640. "navigationBarTextStyle": "white"
  641. }
  642. },
  643. {
  644. "path": "pages/warehouse/enterHouse/batchDetails",
  645. "style": {
  646. "navigationBarTitleText": "入库批次号详情",
  647. "navigationStyle": "custom",
  648. "navigationBarTextStyle": "white"
  649. }
  650. },
  651. {
  652. "path": "pages/warehouse/enterHouse/components/remarks",
  653. "style": {
  654. "navigationBarTitleText": "备注",
  655. "navigationStyle": "custom",
  656. "navigationBarTextStyle": "white"
  657. }
  658. },
  659. {
  660. "path": "pages/warehouse/enterHouse/detailsType",
  661. "style": {
  662. "navigationStyle": "custom",
  663. "navigationBarTextStyle": "white"
  664. }
  665. },
  666. //出库台账
  667. {
  668. "path": "pages/warehouse/outHouse/index",
  669. "style": {
  670. "navigationBarTitleText": "出库台账",
  671. "navigationStyle": "custom",
  672. "navigationBarTextStyle": "white"
  673. }
  674. },
  675. {
  676. "path": "pages/warehouse/outHouse/details",
  677. "style": {
  678. "navigationBarTitleText": "出库台账详情",
  679. "navigationStyle": "custom",
  680. "navigationBarTextStyle": "white"
  681. }
  682. },
  683. {
  684. "path": "pages/warehouse/outHouse/addStock",
  685. "style": {
  686. "navigationBarTitleText": "新增出库单",
  687. "navigationStyle": "custom",
  688. "navigationBarTextStyle": "white"
  689. }
  690. },
  691. {
  692. "path": "pages/warehouse/outHouse/selectOutType",
  693. "style": {
  694. "navigationBarTitleText": "选择出库类别",
  695. "navigationStyle": "custom",
  696. "navigationBarTextStyle": "white"
  697. }
  698. },
  699. {
  700. "path": "pages/warehouse/outHouse/selectCurSarepart",
  701. "style": {
  702. "navigationBarTitleText": "选择备品备件",
  703. "navigationStyle": "custom",
  704. "navigationBarTextStyle": "white"
  705. }
  706. },
  707. {
  708. "path": "pages/warehouse/outHouse/bucketSelect",
  709. "style": {
  710. "navigationBarTitleText": "选择桶号",
  711. "navigationStyle": "custom",
  712. "navigationBarTextStyle": "white"
  713. }
  714. },
  715. {
  716. "path": "pages/warehouse/outHouse/batchDetails",
  717. "style": {
  718. "navigationBarTitleText": "出库批次号详情",
  719. "navigationStyle": "custom",
  720. "navigationBarTextStyle": "white"
  721. }
  722. },
  723. // //物料入库
  724. // {
  725. // "path": "pages/warehouse/material/index",
  726. // "style": {
  727. // "navigationBarTitleText": "物料入库单",
  728. // "navigationStyle": "custom",
  729. // "navigationBarTextStyle": "white"
  730. // }
  731. // }, {
  732. // "path": "pages/warehouse/material/addStock",
  733. // "style": {
  734. // "navigationBarTitleText": "新增物料入库单",
  735. // "navigationStyle": "custom",
  736. // "navigationBarTextStyle": "white"
  737. // }
  738. // }, {
  739. // "path": "pages/warehouse/material/addMaterial",
  740. // "style": {
  741. // "navigationBarTitleText": "添加物料",
  742. // "navigationStyle": "custom",
  743. // "navigationBarTextStyle": "white"
  744. // }
  745. // }, {
  746. // "path": "pages/warehouse/material/regStock",
  747. // "style": {
  748. // "navigationBarTitleText": "直接登记",
  749. // "navigationStyle": "custom",
  750. // "navigationBarTextStyle": "white"
  751. // }
  752. // }, {
  753. // "path": "pages/warehouse/material/regMaterial",
  754. // "style": {
  755. // "navigationBarTitleText": "添加物料",
  756. // "navigationStyle": "custom",
  757. // "navigationBarTextStyle": "white"
  758. // }
  759. // }, {
  760. // "path": "pages/warehouse/material/details",
  761. // "style": {
  762. // "navigationBarTitleText": "详情",
  763. // "navigationStyle": "custom",
  764. // "navigationBarTextStyle": "white"
  765. // }
  766. // }, {
  767. // "path": "pages/warehouse/material/warehousReg",
  768. // "style": {
  769. // "navigationBarTitleText": "登记入库",
  770. // "navigationStyle": "custom",
  771. // "navigationBarTextStyle": "white"
  772. // }
  773. // }, {
  774. // "path": "pages/warehouse/material/warehousDetails",
  775. // "style": {
  776. // "navigationBarTitleText": "入库明细",
  777. // "navigationStyle": "custom",
  778. // "navigationBarTextStyle": "white"
  779. // }
  780. // }, {
  781. // "path": "pages/warehouse/material/warehousDetails",
  782. // "style": {
  783. // "navigationBarTitleText": "入库明细",
  784. // "navigationStyle": "custom",
  785. // "navigationBarTextStyle": "white"
  786. // }
  787. // },
  788. // //设备入库
  789. // {
  790. // "path": "pages/warehouse/equipment/index",
  791. // "style": {
  792. // "navigationBarTitleText": "设备入库单",
  793. // "navigationStyle": "custom",
  794. // "navigationBarTextStyle": "white"
  795. // }
  796. // }, {
  797. // "path": "pages/warehouse/equipment/addStock",
  798. // "style": {
  799. // "navigationBarTitleText": "新增设备入库单",
  800. // "navigationStyle": "custom",
  801. // "navigationBarTextStyle": "white"
  802. // }
  803. // }, {
  804. // "path": "pages/warehouse/equipment/addMaterial",
  805. // "style": {
  806. // "navigationBarTitleText": "新增设备入库明细",
  807. // "navigationStyle": "custom",
  808. // "navigationBarTextStyle": "white"
  809. // }
  810. // }, {
  811. // "path": "pages/warehouse/equipment/regStock",
  812. // "style": {
  813. // "navigationBarTitleText": "直接登记",
  814. // "navigationStyle": "custom",
  815. // "navigationBarTextStyle": "white"
  816. // }
  817. // }, {
  818. // "path": "pages/warehouse/equipment/regMaterial",
  819. // "style": {
  820. // "navigationBarTitleText": "添加物料",
  821. // "navigationStyle": "custom",
  822. // "navigationBarTextStyle": "white"
  823. // }
  824. // }, {
  825. // "path": "pages/warehouse/equipment/warehousReg",
  826. // "style": {
  827. // "navigationBarTitleText": "直接登记",
  828. // "navigationStyle": "custom",
  829. // "navigationBarTextStyle": "white"
  830. // }
  831. // }, {
  832. // "path": "pages/warehouse/equipment/warehousDetails",
  833. // "style": {
  834. // "navigationBarTitleText": "添加物料",
  835. // "navigationStyle": "custom",
  836. // "navigationBarTextStyle": "white"
  837. // }
  838. // }, {
  839. // "path": "pages/warehouse/equipment/details",
  840. // "style": {
  841. // "navigationBarTitleText": "添加物料",
  842. // "navigationStyle": "custom",
  843. // "navigationBarTextStyle": "white"
  844. // }
  845. // },
  846. // //设备出库
  847. // {
  848. // "path": "pages/warehouse/outbound/index",
  849. // "style": {
  850. // "navigationBarTitleText": "设备入库单",
  851. // "navigationStyle": "custom",
  852. // "navigationBarTextStyle": "white"
  853. // }
  854. // }, {
  855. // "path": "pages/warehouse/outbound/addStock",
  856. // "style": {
  857. // "navigationBarTitleText": "新增设备入库单",
  858. // "navigationStyle": "custom",
  859. // "navigationBarTextStyle": "white"
  860. // }
  861. // }, {
  862. // "path": "pages/warehouse/outbound/addMaterial",
  863. // "style": {
  864. // "navigationBarTitleText": "新增设备入库明细",
  865. // "navigationStyle": "custom",
  866. // "navigationBarTextStyle": "white"
  867. // }
  868. // }, {
  869. // "path": "pages/warehouse/outbound/regStock",
  870. // "style": {
  871. // "navigationBarTitleText": "直接登记",
  872. // "navigationStyle": "custom",
  873. // "navigationBarTextStyle": "white"
  874. // }
  875. // }, {
  876. // "path": "pages/warehouse/outbound/regMaterial",
  877. // "style": {
  878. // "navigationBarTitleText": "添加物料",
  879. // "navigationStyle": "custom",
  880. // "navigationBarTextStyle": "white"
  881. // }
  882. // }, {
  883. // "path": "pages/warehouse/outbound/warehousReg",
  884. // "style": {
  885. // "navigationBarTitleText": "直接登记",
  886. // "navigationStyle": "custom",
  887. // "navigationBarTextStyle": "white"
  888. // }
  889. // }, {
  890. // "path": "pages/warehouse/outbound/warehousDetails",
  891. // "style": {
  892. // "navigationBarTitleText": "添加物料",
  893. // "navigationStyle": "custom",
  894. // "navigationBarTextStyle": "white"
  895. // }
  896. // }, {
  897. // "path": "pages/warehouse/outbound/details",
  898. // "style": {
  899. // "navigationBarTitleText": "添加物料",
  900. // "navigationStyle": "custom",
  901. // "navigationBarTextStyle": "white"
  902. // }
  903. // },
  904. //盘点工单
  905. {
  906. "path": "pages/warehouse/workOrder/index",
  907. "style": {
  908. "navigationBarTitleText": "盘点工单",
  909. "navigationStyle": "custom",
  910. "navigationBarTextStyle": "white"
  911. }
  912. },
  913. {
  914. "path": "pages/warehouse/workOrder/inventory/inventory",
  915. "style": {
  916. "navigationBarTitleText": "盘点清单",
  917. "navigationStyle": "custom",
  918. "navigationBarTextStyle": "white",
  919. "enablePullDownRefresh": true
  920. }
  921. },
  922. {
  923. "path": "pages/warehouse/workOrder/details/details",
  924. "style": {
  925. "navigationBarTitleText": "盘点详情",
  926. "navigationStyle": "custom",
  927. "navigationBarTextStyle": "white"
  928. }
  929. },
  930. {
  931. "path": "pages/warehouse/workOrder/manualCheck/manualCheck",
  932. "style": {
  933. "navigationBarTitleText": "手动盘点",
  934. "navigationStyle": "custom",
  935. "navigationBarTextStyle": "white"
  936. }
  937. },
  938. {
  939. "path": "pages/warehouse/workOrder/scanCheck/scanCheck",
  940. "style": {
  941. "navigationBarTitleText": "扫码盘点",
  942. "navigationStyle": "custom",
  943. "navigationBarTextStyle": "white"
  944. }
  945. },
  946. {
  947. "path": "pages/warehouse/workOrder/registerOverflow/registerOverflow",
  948. "style": {
  949. "navigationBarTitleText": "登记溢出物品",
  950. "navigationStyle": "custom",
  951. "navigationBarTextStyle": "white"
  952. }
  953. },
  954. //库存调拨
  955. {
  956. "path": "pages/warehouse/inventoryAllocation/index",
  957. "style": {
  958. "navigationBarTitleText": "库存调拨",
  959. "navigationStyle": "custom",
  960. "navigationBarTextStyle": "white"
  961. }
  962. },
  963. {
  964. "path": "pages/warehouse/inventoryAllocation/edit",
  965. "style": {
  966. "navigationBarTitleText": "新建库存调拨",
  967. "navigationStyle": "custom",
  968. "navigationBarTextStyle": "white"
  969. }
  970. },
  971. {
  972. "path": "pages/warehouse/inventoryAllocation/detail",
  973. "style": {
  974. "navigationBarTitleText": "库存调拨详情",
  975. "navigationStyle": "custom",
  976. "navigationBarTextStyle": "white"
  977. }
  978. },
  979. {
  980. "path": "pages/warehouse/inventoryAllocation/preview",
  981. "style": {
  982. "navigationBarTitleText": "库存调拨预览",
  983. "navigationStyle": "custom",
  984. "navigationBarTextStyle": "white"
  985. }
  986. },
  987. {
  988. "path": "pages/warehouse/inventoryAllocation/scanView",
  989. "style": {
  990. "navigationBarTitleText": "扫码结果",
  991. "navigationStyle": "custom",
  992. "navigationBarTextStyle": "white"
  993. }
  994. },
  995. //报损报溢
  996. {
  997. "path": "pages/warehouse/reportLoss/index",
  998. "style": {
  999. "navigationBarTitleText": "报损报溢",
  1000. "navigationStyle": "custom",
  1001. "navigationBarTextStyle": "white"
  1002. }
  1003. },
  1004. {
  1005. "path": "pages/warehouse/reportLoss/edit",
  1006. "style": {
  1007. "navigationBarTitleText": "新增报损报溢",
  1008. "navigationStyle": "custom",
  1009. "navigationBarTextStyle": "white"
  1010. }
  1011. },
  1012. {
  1013. "path": "pages/warehouse/reportLoss/detail",
  1014. "style": {
  1015. "navigationBarTitleText": "报损报溢详情",
  1016. "navigationStyle": "custom",
  1017. "navigationBarTextStyle": "white"
  1018. }
  1019. },
  1020. {
  1021. "path": "pages/warehouse/reportLoss/workorderSelected",
  1022. "style": {
  1023. "navigationBarTitleText": "选择工单",
  1024. "navigationStyle": "custom",
  1025. "navigationBarTextStyle": "white"
  1026. }
  1027. },
  1028. //库存管理
  1029. {
  1030. "path": "pages/warehouse/inventory/index",
  1031. "style": {
  1032. "navigationBarTitleText": "库存查询",
  1033. "navigationStyle": "custom",
  1034. "navigationBarTextStyle": "white"
  1035. }
  1036. },
  1037. {
  1038. "path": "pages/warehouse/inventory/details/details",
  1039. "style": {
  1040. "navigationBarTitleText": "库存详情",
  1041. "navigationStyle": "custom",
  1042. "navigationBarTextStyle": "white"
  1043. }
  1044. },
  1045. {
  1046. "path": "pages/warehouse/inventory/batch/batch",
  1047. "style": {
  1048. "navigationBarTitleText": "批次明细",
  1049. "navigationStyle": "custom",
  1050. "navigationBarTextStyle": "white"
  1051. }
  1052. },
  1053. {
  1054. "path": "pages/warehouse/inventory/order/order",
  1055. "style": {
  1056. "navigationBarTitleText": "单号列表",
  1057. "navigationStyle": "custom",
  1058. "navigationBarTextStyle": "white"
  1059. }
  1060. },
  1061. //---------------------公共页面--------------------
  1062. {
  1063. "path": "pages/common/DocumentSource",
  1064. "style": {
  1065. "navigationBarTitleText": "单据来源",
  1066. "navigationStyle": "custom",
  1067. "navigationBarTextStyle": "white"
  1068. }
  1069. },
  1070. {
  1071. "path": "pages/common/DocumentFile",
  1072. "style": {
  1073. "navigationBarTitleText": "单据附件",
  1074. "navigationStyle": "custom",
  1075. "navigationBarTextStyle": "white"
  1076. }
  1077. },
  1078. {
  1079. "path": "pages/ScanCode/ScanCode",
  1080. "style": {
  1081. "navigationBarTitleText": "报修管理",
  1082. "navigationStyle": "custom",
  1083. "navigationBarTextStyle": "white"
  1084. }
  1085. },
  1086. /* 系统设置 */
  1087. {
  1088. "path": "pages/systemSettings/index",
  1089. "style": {
  1090. "navigationBarTitleText": "系统设置",
  1091. "navigationStyle": "custom",
  1092. "navigationBarTextStyle": "white"
  1093. }
  1094. },
  1095. // 设备台账
  1096. {
  1097. "path": "pages/equipment_ledger/index",
  1098. "style": {
  1099. "navigationStyle": "custom",
  1100. "navigationBarTextStyle": "white"
  1101. }
  1102. },
  1103. {
  1104. "path": "pages/equipment_ledger/basic_info/basic_info",
  1105. "style": {
  1106. "navigationBarTitleText": "基本信息",
  1107. "navigationStyle": "custom",
  1108. "navigationBarTextStyle": "white"
  1109. }
  1110. },
  1111. {
  1112. "path": "pages/equipment_ledger/correlation_model/correlation_model",
  1113. "style": {
  1114. "navigationBarTitleText": "关联模具",
  1115. "navigationStyle": "custom",
  1116. "navigationBarTextStyle": "white"
  1117. }
  1118. },
  1119. {
  1120. "path": "pages/equipment_ledger/patrol_record/patrol_record",
  1121. "style": {
  1122. "navigationBarTitleText": "巡点检记录",
  1123. "navigationStyle": "custom",
  1124. "navigationBarTextStyle": "white"
  1125. }
  1126. },
  1127. {
  1128. "path": "pages/equipment_ledger/malfunction/malfunction",
  1129. "style": {
  1130. "navigationBarTitleText": "故障记录",
  1131. "navigationStyle": "custom",
  1132. "navigationBarTextStyle": "white"
  1133. }
  1134. },
  1135. {
  1136. "path": "pages/equipment_ledger/check/check",
  1137. "style": {
  1138. "navigationBarTitleText": "盘点记录",
  1139. "navigationStyle": "custom",
  1140. "navigationBarTextStyle": "white"
  1141. }
  1142. },
  1143. {
  1144. "path": "pages/equipment_ledger/lot_data/lot_data",
  1145. "style": {
  1146. "navigationBarTitleText": "物联数据",
  1147. "navigationStyle": "custom",
  1148. "navigationBarTextStyle": "white"
  1149. }
  1150. },
  1151. // mes
  1152. {
  1153. "path": "pages/production/report/index",
  1154. "style": {
  1155. "navigationBarTitleText": "生产报工",
  1156. "navigationStyle": "custom",
  1157. "navigationBarTextStyle": "white"
  1158. }
  1159. },
  1160. {
  1161. "path": "pages/production/report/orderMsg",
  1162. "style": {
  1163. "navigationBarTitleText": "订单信息",
  1164. "navigationStyle": "custom",
  1165. "navigationBarTextStyle": "white"
  1166. }
  1167. },
  1168. {
  1169. "path": "pages/production/report/handleReport",
  1170. "style": {
  1171. "navigationBarTitleText": "工序报工",
  1172. "navigationStyle": "custom",
  1173. "navigationBarTextStyle": "white"
  1174. }
  1175. },
  1176. {
  1177. "path": "pages/production/order/index",
  1178. "style": {
  1179. "navigationBarTitleText": "生产工单",
  1180. "navigationStyle": "custom",
  1181. "navigationBarTextStyle": "white"
  1182. }
  1183. },
  1184. {
  1185. "path": "pages/production/order/detail",
  1186. "style": {
  1187. "navigationBarTitleText": " ",
  1188. "navigationStyle": "custom",
  1189. "navigationBarTextStyle": "white"
  1190. }
  1191. },
  1192. {
  1193. "path": "pages/production/order/prepare/preparation",
  1194. "style": {
  1195. "navigationBarTitleText": " ",
  1196. "navigationStyle": "custom",
  1197. "navigationBarTextStyle": "white"
  1198. }
  1199. },
  1200. {
  1201. "path": "pages/production/order/prepare/material",
  1202. "style": {
  1203. "navigationBarTitleText": "领料需求清单",
  1204. "navigationStyle": "custom",
  1205. "navigationBarTextStyle": "white"
  1206. }
  1207. },
  1208. {
  1209. "path": "pages/production/order/prepare/addpick",
  1210. "style": {
  1211. "navigationBarTitleText": "添加领料",
  1212. "navigationStyle": "custom",
  1213. "navigationBarTextStyle": "white"
  1214. }
  1215. },
  1216. {
  1217. "path": "pages/production/order/prepare/comfirm",
  1218. "style": {
  1219. "navigationBarTitleText": "领料清单确认",
  1220. "navigationStyle": "custom",
  1221. "navigationBarTextStyle": "white"
  1222. }
  1223. },
  1224. {
  1225. "path": "pages/production/execute/extrusion/index",
  1226. "style": {
  1227. "navigationBarTitleText": "成型-生产工单",
  1228. "navigationStyle": "custom",
  1229. "navigationBarTextStyle": "white"
  1230. }
  1231. },
  1232. {
  1233. "path": "pages/production/execute/extrusion/detail",
  1234. "style": {
  1235. "navigationBarTitleText": "成型-基本信息",
  1236. "navigationStyle": "custom",
  1237. "navigationBarTextStyle": "white"
  1238. }
  1239. },
  1240. {
  1241. "path": "pages/production/execute/extrusion/report",
  1242. "style": {
  1243. "navigationBarTitleText": "成型-报工",
  1244. "navigationStyle": "custom",
  1245. "navigationBarTextStyle": "white"
  1246. }
  1247. },
  1248. {
  1249. "path": "pages/production/execute/extrusion/preparation",
  1250. "style": {
  1251. "navigationBarTitleText": "成型-准备",
  1252. "navigationStyle": "custom",
  1253. "navigationBarTextStyle": "white"
  1254. }
  1255. },
  1256. {
  1257. "path": "pages/production/execute/drying/index",
  1258. "style": {
  1259. "navigationBarTitleText": "自然干燥-生产工单",
  1260. "navigationStyle": "custom",
  1261. "navigationBarTextStyle": "white"
  1262. }
  1263. },
  1264. {
  1265. "path": "pages/production/execute/drying/picking",
  1266. "style": {
  1267. "navigationBarTitleText": "自然干燥-投料",
  1268. "navigationStyle": "custom",
  1269. "navigationBarTextStyle": "white"
  1270. }
  1271. },
  1272. {
  1273. "path": "pages/production/execute/drying/report",
  1274. "style": {
  1275. "navigationBarTitleText": "自然干燥-报工",
  1276. "navigationStyle": "custom",
  1277. "navigationBarTextStyle": "white"
  1278. }
  1279. },
  1280. {
  1281. "path": "pages/production/execute/heating/index",
  1282. "style": {
  1283. "navigationBarTitleText": "升温干燥-生产工单",
  1284. "navigationStyle": "custom",
  1285. "navigationBarTextStyle": "white"
  1286. }
  1287. },
  1288. {
  1289. "path": "pages/production/execute/heating/detail",
  1290. "style": {
  1291. "navigationBarTitleText": "升温干燥-基本信息",
  1292. "navigationStyle": "custom",
  1293. "navigationBarTextStyle": "white"
  1294. }
  1295. },
  1296. {
  1297. "path": "pages/production/execute/heating/picking",
  1298. "style": {
  1299. "navigationBarTitleText": "升温干燥-投料",
  1300. "navigationStyle": "custom",
  1301. "navigationBarTextStyle": "white"
  1302. }
  1303. },
  1304. {
  1305. "path": "pages/production/execute/heating/report",
  1306. "style": {
  1307. "navigationBarTitleText": "升温干燥-报工",
  1308. "navigationStyle": "custom",
  1309. "navigationBarTextStyle": "white"
  1310. }
  1311. },
  1312. {
  1313. "path": "pages/production/execute/halfAdded/index",
  1314. "style": {
  1315. "navigationBarTitleText": "半加定长-生产工单",
  1316. "navigationStyle": "custom",
  1317. "navigationBarTextStyle": "white"
  1318. }
  1319. },
  1320. {
  1321. "path": "pages/production/execute/halfAdded/detail",
  1322. "style": {
  1323. "navigationBarTitleText": "半加定长-基本信息",
  1324. "navigationStyle": "custom",
  1325. "navigationBarTextStyle": "white"
  1326. }
  1327. },
  1328. {
  1329. "path": "pages/production/execute/halfAdded/report",
  1330. "style": {
  1331. "navigationBarTitleText": "半加定长-报工",
  1332. "navigationStyle": "custom",
  1333. "navigationBarTextStyle": "white"
  1334. }
  1335. },
  1336. {
  1337. "path": "pages/production/execute/halfAdded/picking",
  1338. "style": {
  1339. "navigationBarTitleText": "半加定长-投料",
  1340. "navigationStyle": "custom",
  1341. "navigationBarTextStyle": "white"
  1342. }
  1343. },
  1344. {
  1345. "path": "pages/production/execute/picking/index",
  1346. "style": {
  1347. "navigationBarTitleText": "领料",
  1348. "navigationStyle": "custom",
  1349. "navigationBarTextStyle": "white"
  1350. }
  1351. },
  1352. // =================== PDA =======
  1353. {
  1354. "path": "pages/pda/workOrder/index/index",
  1355. "style": {
  1356. "navigationBarTitleText": "工单列表",
  1357. "navigationStyle": "custom",
  1358. "navigationBarTextStyle": "white"
  1359. }
  1360. },
  1361. {
  1362. "path": "pages/pda/picking/index/index",
  1363. "style": {
  1364. "navigationBarTitleText": "领料",
  1365. "navigationStyle": "custom",
  1366. "navigationBarTextStyle": "white"
  1367. }
  1368. },
  1369. {
  1370. "path": "pages/pda/picking/details",
  1371. "style": {
  1372. "navigationBarTitleText": "领料",
  1373. "navigationStyle": "custom",
  1374. "navigationBarTextStyle": "white"
  1375. }
  1376. },
  1377. {
  1378. "path": "pages/pda/feeding/index/index",
  1379. "style": {
  1380. "navigationBarTitleText": "投料",
  1381. "navigationStyle": "custom",
  1382. "navigationBarTextStyle": "white"
  1383. }
  1384. },
  1385. {
  1386. "path": "pages/pda/feeding/details",
  1387. "style": {
  1388. "navigationStyle": "custom",
  1389. "navigationBarTextStyle": "white"
  1390. }
  1391. },
  1392. {
  1393. "path": "pages/pda/picking/bill/index",
  1394. "style": {
  1395. "navigationBarTitleText": "领料单",
  1396. "navigationStyle": "custom",
  1397. "navigationBarTextStyle": "white"
  1398. }
  1399. },
  1400. {
  1401. "path": "pages/pda/material_return/index/index",
  1402. "style": {
  1403. "navigationBarTitleText": "退料",
  1404. "navigationStyle": "custom",
  1405. "navigationBarTextStyle": "white"
  1406. }
  1407. },
  1408. {
  1409. "path": "pages/pda/nonconforming/index/index",
  1410. "style": {
  1411. "navigationBarTitleText": "不合格品处置",
  1412. "navigationStyle": "custom",
  1413. "navigationBarTextStyle": "white"
  1414. }
  1415. },
  1416. {
  1417. "path": "pages/pda/by_product_recovery/index/index",
  1418. "style": {
  1419. "navigationBarTitleText": "副产品回收",
  1420. "navigationStyle": "custom",
  1421. "navigationBarTextStyle": "white"
  1422. }
  1423. },
  1424. {
  1425. "path": "pages/pda/work_order_handover/index/index",
  1426. "style": {
  1427. "navigationBarTitleText": "工单交接",
  1428. "navigationStyle": "custom",
  1429. "navigationBarTextStyle": "white"
  1430. }
  1431. },
  1432. {
  1433. "path": "pages/pda/work_order_details/index/index",
  1434. "style": {
  1435. "navigationBarTitleText": "工单详情",
  1436. "navigationStyle": "custom",
  1437. "navigationBarTextStyle": "white"
  1438. }
  1439. },
  1440. {
  1441. "path": "pages/pda/work_order_details/index/index",
  1442. "style": {
  1443. "navigationBarTitleText": "",
  1444. "enablePullDownRefresh": false
  1445. }
  1446. },
  1447. {
  1448. "path": "pages/pda/workOrder/extrusionMolding/index",
  1449. "style": {
  1450. "navigationBarTitleText": "",
  1451. "navigationStyle": "custom",
  1452. "navigationBarTextStyle": "white"
  1453. }
  1454. },
  1455. {
  1456. "path": "pages/pda/workOrder/search/index",
  1457. "style": {
  1458. "navigationBarTitleText": "搜索",
  1459. "navigationStyle": "custom",
  1460. "navigationBarTextStyle": "white"
  1461. }
  1462. },
  1463. {
  1464. "path": "pages/pda/feeding/bill/index",
  1465. "style": {
  1466. "navigationStyle": "custom",
  1467. "navigationBarTextStyle": "white"
  1468. }
  1469. },
  1470. {
  1471. "path": "pages/pda/feeding/outbound/index",
  1472. "style": {
  1473. "navigationStyle": "custom",
  1474. "navigationBarTextStyle": "white"
  1475. }
  1476. },
  1477. {
  1478. "path": "pages/pda/jobBooking/index/index",
  1479. "style": {
  1480. "navigationStyle": "custom",
  1481. "navigationBarTextStyle": "white"
  1482. }
  1483. },
  1484. {
  1485. "path": "pages/pda/turnover/index/index",
  1486. "style": {
  1487. "navigationStyle": "custom",
  1488. "navigationBarTextStyle": "white"
  1489. }
  1490. },
  1491. {
  1492. "path": "pages/pda/workOrder/index/details",
  1493. "style": {
  1494. "navigationStyle": "custom",
  1495. "navigationBarTextStyle": "white"
  1496. }
  1497. },
  1498. {
  1499. "path": "pages/pda/sample/index/index",
  1500. "style": {
  1501. "navigationStyle": "custom",
  1502. "navigationBarTextStyle": "white"
  1503. }
  1504. },
  1505. {
  1506. "path": "pages/pda/sample/index/jobBooking",
  1507. "style": {
  1508. "navigationStyle": "custom",
  1509. "navigationBarTextStyle": "white"
  1510. }
  1511. },
  1512. {
  1513. "path": "pages/pda/sample/inspection/index",
  1514. "style": {
  1515. "navigationStyle": "custom",
  1516. "navigationBarTextStyle": "white"
  1517. }
  1518. },
  1519. {
  1520. "path": "pages/pda/sample/inspection/job",
  1521. "style": {
  1522. "navigationStyle": "custom",
  1523. "navigationBarTextStyle": "white"
  1524. }
  1525. },
  1526. {
  1527. "path": "pages/pda/warehousing/index",
  1528. "style": {
  1529. "navigationStyle": "custom",
  1530. "navigationBarTextStyle": "white"
  1531. }
  1532. },
  1533. {
  1534. "path": "pages/pda/feeding/single",
  1535. "style": {
  1536. "navigationStyle": "custom",
  1537. "navigationBarTextStyle": "white"
  1538. }
  1539. },
  1540. {
  1541. "path": "pages/pda/outsourcing/index/index",
  1542. "style": {
  1543. "navigationStyle": "custom",
  1544. "navigationBarTextStyle": "white"
  1545. }
  1546. },
  1547. {
  1548. "path": "pages/pda/turnover/index/quality",
  1549. "style": {
  1550. "navigationStyle": "custom",
  1551. "navigationBarTextStyle": "white"
  1552. }
  1553. }
  1554. ],
  1555. "tabBar": {
  1556. "color": "#908f8f",
  1557. "selectedColor": "#157a2c",
  1558. "borderStyle": "black",
  1559. "backgroundColor": "#ffffff",
  1560. "fontSize": "14px",
  1561. "list": [
  1562. {
  1563. "pagePath": "pages/home/home",
  1564. "iconPath": "static/tab/home.png",
  1565. "selectedIconPath": "static/tab/home_.png",
  1566. "text": "首页"
  1567. },
  1568. {
  1569. "pagePath": "pages/index/index",
  1570. "iconPath": "static/tab/waishemianban.png",
  1571. "selectedIconPath": "static/tab/waishemianban_.png",
  1572. "text": "工作"
  1573. },
  1574. {
  1575. "pagePath": "pages/center/center",
  1576. "iconPath": "static/tab/wode-wode.png",
  1577. "selectedIconPath": "static/tab/wode-wode_.png",
  1578. "text": "我的"
  1579. }
  1580. ]
  1581. },
  1582. "globalStyle": {
  1583. "navigationBarTextStyle": "black",
  1584. "navigationBarTitleText": "资产评估",
  1585. "navigationBarBackgroundColor": "#fff",
  1586. "backgroundColor": "#fff"
  1587. },
  1588. "app-plus": {
  1589. "softinputMode": "adjustPan"
  1590. }
  1591. }