pages.json 38 KB

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