pages.json 40 KB

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