pages.json 36 KB

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