| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663 |
- {
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "工作中心",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "工作台",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/center/center",
- "style": {
- "navigationBarTitleText": "我的",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/home/myTicket/myTicket",
- "style": {
- "navigationBarTitleText": "我的工单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/msg/msg",
- "style": {
- "navigationBarTitleText": "我的消息",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/wt/todo/todo",
- "style": {
- "navigationBarTitleText": "我的待办",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/wt/done/done",
- "style": {
- "navigationBarTitleText": "我的已办",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/wt/components/detail",
- "style": {
- "navigationBarTitleText": "流程详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/wt/components/processTask",
- "style": {
- "navigationBarTitleText": "处理流程任务",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- // {
- // "path": "pages/home/wt/components/feeApplication/taskForm",
- // "style": {
- // "navigationBarTitleText": "111",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // },
- {
- "path": "pages/home/backlog/result",
- "style": {
- "navigationBarTitleText": "提示",
- "autoBackButton": false
- // "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/backlog/planApproval",
- "style": {
- "navigationBarTitleText": "我的待办计划审批",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/backlog/planNatureApproval",
- "style": {
- "navigationBarTitleText": "我的待办计划审批",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/backlog/approve_enter",
- "style": {
- "navigationBarTitleText": "入库单审批",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/backlog/approve_out",
- "style": {
- "navigationBarTitleText": "出库单审批",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/backlog/approve_allot",
- "style": {
- "navigationBarTitleText": "库存调拨审批",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/backlog/approve_approve_allot",
- "style": {
- "navigationBarTitleText": "报损报溢审批",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/home/backlog/sparepartDetail",
- "style": {
- "navigationBarTitleText": "申领备品备件详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/tour_tally/order/order",
- "style": {
- "navigationBarTitleText": "巡点检",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/tour_tally/check/index",
- "style": {
- "navigationBarTitleText": "巡点检检查",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/tour_tally/check/detail",
- "style": {
- "navigationBarTitleText": "巡点检检查详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/tour_tally/accept/index",
- "style": {
- "navigationBarTitleText": "受理巡点检工单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/tour_tally/inventory/inventory",
- "style": {
- "navigationBarTitleText": "巡点检列表",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/tour_tally/detail/detail",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/tour_tally/turn_send/turn_send",
- "style": {
- "navigationBarTitleText": "转派",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/tour_tally/submitted_ministry/submitted_ministry",
- "style": {
- "navigationBarTitleText": "报工",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/tour_tally/turn_send_user/turn_send_user",
- "style": {
- "navigationBarTitleText": "转派人员",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/tour_tally/defects/defects",
- "style": {
- "navigationBarTitleText": "缺陷",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/quantity/detail/detail",
- "style": {
- "navigationBarTitleText": "量具送检详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/quantity/check/index",
- "style": {
- "navigationBarTitleText": "量具送检检查",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/quantity/check/detail",
- "style": {
- "navigationBarTitleText": "量具送检检查详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenance/order/order",
- "style": {
- "navigationBarTitleText": "保养工单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenance/check/index",
- "style": {
- "navigationBarTitleText": "保养中",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenance/check/detail",
- "style": {
- "navigationBarTitleText": "保养详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenance/check/register",
- "style": {
- "navigationBarTitleText": "备品备件登记",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenance/accept/index",
- "style": {
- "navigationBarTitleText": "受理保养工单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenance/detail/detail",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenance/turn_send/turn_send",
- "style": {
- "navigationBarTitleText": "转派",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenance/submitted_ministry/submitted_ministry",
- "style": {
- "navigationBarTitleText": "报工",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenance/turn_send_user/turn_send_user",
- "style": {
- "navigationBarTitleText": "转派人员",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenance/defects/defects",
- "style": {
- "navigationBarTitleText": "缺陷",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- // {
- // "path": "pages/maintain_service/order/order",
- // "style": {
- // "navigationBarTitleText": "维修工单",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // },
- // {
- // "path": "pages/maintain_service/detail/detail",
- // "style": {
- // "navigationBarTitleText": "详情",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // },
- // {
- // "path": "pages/maintain_service/submitted_ministry/submitted_ministry",
- // "style": {
- // "navigationBarTitleText": "报工",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // },
- // {
- // "path": "pages/maintain_service/sparepart/sparepart",
- // "style": {
- // "navigationBarTitleText": "选择备品备件",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // },
- // {
- // "path": "pages/maintain_service/sparepart/sparepartDetail",
- // "style": {
- // "navigationBarTitleText": "备品备件详情",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // },
- {
- "path": "pages/maintenanceWorkorder/order/order",
- "style": {
- "navigationBarTitleText": "维修工单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenanceWorkorder/detail/detail",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenanceWorkorder/submitted_ministry/submitted_ministry",
- "style": {
- "navigationBarTitleText": "报工",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenanceWorkorder/sparepart/sparepartList",
- "style": {
- "navigationBarTitleText": "选择备品备件",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenanceWorkorder/sparepart/sparepartDetail",
- "style": {
- "navigationBarTitleText": "备品备件详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/storage_inventory/add/add",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/storage_inventory/Inventory_list/Inventory_list",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/sparepart/order/order",
- "style": {
- "navigationBarTitleText": "备品备件",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/sparepart/detail/detail",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/put_storage/order/index",
- "style": {
- "navigationBarTitleText": "入库台账",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/put_storage/details/details",
- "style": {
- "navigationBarTitleText": "入库台账",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/put_storage/add/index",
- "style": {
- "navigationBarTitleText": "新增入库单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/put_storage/linkage/index",
- "style": {
- "navigationBarTitleText": "选择备品备件",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/outbound/order/index",
- "style": {
- "navigationBarTitleText": "入库台账",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/outbound/details/details",
- "style": {
- "navigationBarTitleText": "入库台账",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/outbound/add/index",
- "style": {
- "navigationBarTitleText": "新增入库单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/outbound/linkage/index",
- "style": {
- "navigationBarTitleText": "选择备品备件",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/repair/order/order",
- "style": {
- "navigationBarTitleText": "报修管理",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/repair/repair/index",
- "style": {
- "navigationBarTitleText": "报修",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/repair/repair/selectEquipment",
- "style": {
- "navigationBarTitleText": "选择设备",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/repair/select_repair/index",
- "style": {
- "navigationBarTitleText": "选择设备",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/repair/sparepart/index",
- "style": {
- "navigationBarTitleText": "备品备件",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/promp/promp",
- "style": {
- "navigationBarTitleText": "提示",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/sparepart/return/return",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/tour_tally/sparepart/sparepart",
- "style": {
- "navigationBarTitleText": "选择备品备件",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenance/sparepart/sparepart",
- "style": {
- "navigationBarTitleText": "选择备品备件",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/maintenance/sparepart/sparepartDetail",
- "style": {
- "navigationBarTitleText": "备品备件详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/sparepart/sparepart/sparepart",
- "style": {
- "navigationBarTitleText": "选择备品备件",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/repair/detail/detail",
- "style": {
- "navigationBarTitleText": "详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/center/about/about",
- "style": {
- "navigationBarTitleText": "关于我们",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/center/mission/mission",
- "style": {
- "navigationBarTitleText": "我的任务",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/standing_book/detail/detail",
- "style": {
- "navigationBarTitleText": "台账",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/work/order/order",
- "style": {
- "navigationBarTitleText": "工单管理",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/molds/detail/detail",
- "style": {
- "navigationBarTitleText": "模具台账",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- },
- //---------------------仓储管理--------------------
- //入库台账
- {
- "path": "pages/warehouse/enterHouse/index",
- "style": {
- "navigationBarTitleText": "入库台账",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/enterHouse/details",
- "style": {
- "navigationBarTitleText": "入库详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/enterHouse/addStock",
- "style": {
- "navigationBarTitleText": "新增入库单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/enterHouse/batchNumEdit",
- "style": {
- "navigationBarTitleText": "批次号信息",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/enterHouse/selectEnterType",
- "style": {
- "navigationBarTitleText": "选择入库类别",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/enterHouse/batchDetails",
- "style": {
- "navigationBarTitleText": "入库批次号详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/enterHouse/components/remarks",
- "style": {
- "navigationBarTitleText": "备注",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/enterHouse/detailsType",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- //出库台账
- {
- "path": "pages/warehouse/outHouse/index",
- "style": {
- "navigationBarTitleText": "出库台账",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/outHouse/details",
- "style": {
- "navigationBarTitleText": "出库台账详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/outHouse/addStock",
- "style": {
- "navigationBarTitleText": "新增出库单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/outHouse/selectOutType",
- "style": {
- "navigationBarTitleText": "选择出库类别",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/outHouse/selectCurSarepart",
- "style": {
- "navigationBarTitleText": "选择备品备件",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/outHouse/bucketSelect",
- "style": {
- "navigationBarTitleText": "选择桶号",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/outHouse/batchDetails",
- "style": {
- "navigationBarTitleText": "出库批次号详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- // //物料入库
- // {
- // "path": "pages/warehouse/material/index",
- // "style": {
- // "navigationBarTitleText": "物料入库单",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/material/addStock",
- // "style": {
- // "navigationBarTitleText": "新增物料入库单",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/material/addMaterial",
- // "style": {
- // "navigationBarTitleText": "添加物料",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/material/regStock",
- // "style": {
- // "navigationBarTitleText": "直接登记",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/material/regMaterial",
- // "style": {
- // "navigationBarTitleText": "添加物料",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/material/details",
- // "style": {
- // "navigationBarTitleText": "详情",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/material/warehousReg",
- // "style": {
- // "navigationBarTitleText": "登记入库",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/material/warehousDetails",
- // "style": {
- // "navigationBarTitleText": "入库明细",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/material/warehousDetails",
- // "style": {
- // "navigationBarTitleText": "入库明细",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // },
- // //设备入库
- // {
- // "path": "pages/warehouse/equipment/index",
- // "style": {
- // "navigationBarTitleText": "设备入库单",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/equipment/addStock",
- // "style": {
- // "navigationBarTitleText": "新增设备入库单",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/equipment/addMaterial",
- // "style": {
- // "navigationBarTitleText": "新增设备入库明细",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/equipment/regStock",
- // "style": {
- // "navigationBarTitleText": "直接登记",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/equipment/regMaterial",
- // "style": {
- // "navigationBarTitleText": "添加物料",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/equipment/warehousReg",
- // "style": {
- // "navigationBarTitleText": "直接登记",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/equipment/warehousDetails",
- // "style": {
- // "navigationBarTitleText": "添加物料",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/equipment/details",
- // "style": {
- // "navigationBarTitleText": "添加物料",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // },
- // //设备出库
- // {
- // "path": "pages/warehouse/outbound/index",
- // "style": {
- // "navigationBarTitleText": "设备入库单",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/outbound/addStock",
- // "style": {
- // "navigationBarTitleText": "新增设备入库单",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/outbound/addMaterial",
- // "style": {
- // "navigationBarTitleText": "新增设备入库明细",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/outbound/regStock",
- // "style": {
- // "navigationBarTitleText": "直接登记",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/outbound/regMaterial",
- // "style": {
- // "navigationBarTitleText": "添加物料",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/outbound/warehousReg",
- // "style": {
- // "navigationBarTitleText": "直接登记",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/outbound/warehousDetails",
- // "style": {
- // "navigationBarTitleText": "添加物料",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // }, {
- // "path": "pages/warehouse/outbound/details",
- // "style": {
- // "navigationBarTitleText": "添加物料",
- // "navigationStyle": "custom",
- // "navigationBarTextStyle": "white"
- // }
- // },
- //盘点工单
- {
- "path": "pages/warehouse/workOrder/index",
- "style": {
- "navigationBarTitleText": "盘点工单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/workOrder/inventory/inventory",
- "style": {
- "navigationBarTitleText": "盘点清单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/warehouse/workOrder/details/details",
- "style": {
- "navigationBarTitleText": "盘点详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/workOrder/manualCheck/manualCheck",
- "style": {
- "navigationBarTitleText": "手动盘点",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/workOrder/scanCheck/scanCheck",
- "style": {
- "navigationBarTitleText": "扫码盘点",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/workOrder/registerOverflow/registerOverflow",
- "style": {
- "navigationBarTitleText": "登记溢出物品",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- //库存调拨
- {
- "path": "pages/warehouse/inventoryAllocation/index",
- "style": {
- "navigationBarTitleText": "库存调拨",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/inventoryAllocation/edit",
- "style": {
- "navigationBarTitleText": "新建库存调拨",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/inventoryAllocation/detail",
- "style": {
- "navigationBarTitleText": "库存调拨详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/inventoryAllocation/preview",
- "style": {
- "navigationBarTitleText": "库存调拨预览",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/inventoryAllocation/scanView",
- "style": {
- "navigationBarTitleText": "扫码结果",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- //报损报溢
- {
- "path": "pages/warehouse/reportLoss/index",
- "style": {
- "navigationBarTitleText": "报损报溢",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/reportLoss/edit",
- "style": {
- "navigationBarTitleText": "新增报损报溢",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/reportLoss/detail",
- "style": {
- "navigationBarTitleText": "报损报溢详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/reportLoss/workorderSelected",
- "style": {
- "navigationBarTitleText": "选择工单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- //库存管理
- {
- "path": "pages/warehouse/inventory/index",
- "style": {
- "navigationBarTitleText": "库存查询",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/inventory/details/details",
- "style": {
- "navigationBarTitleText": "库存详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/inventory/batch/batch",
- "style": {
- "navigationBarTitleText": "批次明细",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/warehouse/inventory/order/order",
- "style": {
- "navigationBarTitleText": "单号列表",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- //---------------------公共页面--------------------
- {
- "path": "pages/common/DocumentSource",
- "style": {
- "navigationBarTitleText": "单据来源",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/common/DocumentFile",
- "style": {
- "navigationBarTitleText": "单据附件",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/ScanCode/ScanCode",
- "style": {
- "navigationBarTitleText": "报修管理",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- /* 系统设置 */
- {
- "path": "pages/systemSettings/index",
- "style": {
- "navigationBarTitleText": "系统设置",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- // 设备台账
- {
- "path": "pages/equipment_ledger/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/equipment_ledger/basic_info/basic_info",
- "style": {
- "navigationBarTitleText": "基本信息",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/equipment_ledger/correlation_model/correlation_model",
- "style": {
- "navigationBarTitleText": "关联模具",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/equipment_ledger/patrol_record/patrol_record",
- "style": {
- "navigationBarTitleText": "巡点检记录",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/equipment_ledger/malfunction/malfunction",
- "style": {
- "navigationBarTitleText": "故障记录",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/equipment_ledger/check/check",
- "style": {
- "navigationBarTitleText": "盘点记录",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/equipment_ledger/lot_data/lot_data",
- "style": {
- "navigationBarTitleText": "物联数据",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- // mes
- {
- "path": "pages/production/report/index",
- "style": {
- "navigationBarTitleText": "生产报工",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/report/orderMsg",
- "style": {
- "navigationBarTitleText": "订单信息",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/report/handleReport",
- "style": {
- "navigationBarTitleText": "工序报工",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/order/index",
- "style": {
- "navigationBarTitleText": "生产工单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/order/detail",
- "style": {
- "navigationBarTitleText": " ",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/order/prepare/preparation",
- "style": {
- "navigationBarTitleText": " ",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/order/prepare/material",
- "style": {
- "navigationBarTitleText": "领料需求清单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/order/prepare/addpick",
- "style": {
- "navigationBarTitleText": "添加领料",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/order/prepare/comfirm",
- "style": {
- "navigationBarTitleText": "领料清单确认",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/extrusion/index",
- "style": {
- "navigationBarTitleText": "成型-生产工单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/extrusion/detail",
- "style": {
- "navigationBarTitleText": "成型-基本信息",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/extrusion/report",
- "style": {
- "navigationBarTitleText": "成型-报工",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/extrusion/preparation",
- "style": {
- "navigationBarTitleText": "成型-准备",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/drying/index",
- "style": {
- "navigationBarTitleText": "自然干燥-生产工单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/drying/picking",
- "style": {
- "navigationBarTitleText": "自然干燥-投料",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/drying/report",
- "style": {
- "navigationBarTitleText": "自然干燥-报工",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/heating/index",
- "style": {
- "navigationBarTitleText": "升温干燥-生产工单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/heating/detail",
- "style": {
- "navigationBarTitleText": "升温干燥-基本信息",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/heating/picking",
- "style": {
- "navigationBarTitleText": "升温干燥-投料",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/heating/report",
- "style": {
- "navigationBarTitleText": "升温干燥-报工",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/halfAdded/index",
- "style": {
- "navigationBarTitleText": "半加定长-生产工单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/halfAdded/detail",
- "style": {
- "navigationBarTitleText": "半加定长-基本信息",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/halfAdded/report",
- "style": {
- "navigationBarTitleText": "半加定长-报工",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/halfAdded/picking",
- "style": {
- "navigationBarTitleText": "半加定长-投料",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/production/execute/picking/index",
- "style": {
- "navigationBarTitleText": "领料",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- // =================== PDA =======
- {
- "path": "pages/pda/workOrder/index/index",
- "style": {
- "navigationBarTitleText": "工单列表",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/picking/index/index",
- "style": {
- "navigationBarTitleText": "领料",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/picking/details",
- "style": {
- "navigationBarTitleText": "领料",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/feeding/index/index",
- "style": {
- "navigationBarTitleText": "投料",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/feeding/details",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/picking/bill/index",
- "style": {
- "navigationBarTitleText": "领料单",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/material_return/index/index",
- "style": {
- "navigationBarTitleText": "退料",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/nonconforming/index/index",
- "style": {
- "navigationBarTitleText": "不合格品处置",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/by_product_recovery/index/index",
- "style": {
- "navigationBarTitleText": "副产品回收",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/work_order_handover/index/index",
- "style": {
- "navigationBarTitleText": "工单交接",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/work_order_details/index/index",
- "style": {
- "navigationBarTitleText": "工单详情",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/work_order_details/index/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/pda/workOrder/extrusionMolding/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/workOrder/search/index",
- "style": {
- "navigationBarTitleText": "搜索",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/feeding/bill/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/feeding/outbound/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/jobBooking/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/turnover/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/workOrder/index/details",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/sample/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/sample/index/jobBooking",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/sample/inspection/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/sample/inspection/job",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/warehousing/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/feeding/single",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/outsourcing/index/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/pda/turnover/index/quality",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- }
- ],
- "tabBar": {
- "color": "#908f8f",
- "selectedColor": "#157a2c",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "fontSize": "14px",
- "list": [
- {
- "pagePath": "pages/home/home",
- "iconPath": "static/tab/home.png",
- "selectedIconPath": "static/tab/home_.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tab/waishemianban.png",
- "selectedIconPath": "static/tab/waishemianban_.png",
- "text": "工作"
- },
- {
- "pagePath": "pages/center/center",
- "iconPath": "static/tab/wode-wode.png",
- "selectedIconPath": "static/tab/wode-wode_.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "资产评估",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff"
- },
- "app-plus": {
- "softinputMode": "adjustPan"
- }
- }
|