| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
- "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
- "^ut-(.*)": "@/src/components/ut-$1/ut-$1.vue",
- "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
- }
- },
- "pages": [
- //开发完成后需要删除的页面
- {
- "path": "pages/plant/base/index",
- "style": {
- "navigationBarTitleText": "种植端基地"
- }
- },
- // 种植端仓储与放行
- {
- "path": "pages/plant/storage/index",
- "style": {
- "navigationBarTitleText": "种植端仓储与放行"
- }
- },
- // 种植端加工与包装
- {
- "path": "pages/plant/processing/index",
- "style": {
- "navigationBarTitleText": "种植端加工与包装"
- }
- },
- // 种植端更多
- {
- "path": "pages/plant/more/index",
- "style": {
- "navigationBarTitleText": "种植端更多"
- }
- },
- // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页"
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "用户登录"
- }
- },
- {
- "path": "pages/plant/port/index",
- "style": {
- "navigationBarTitleText": "种植端种养殖"
- }
- },
- //>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
- {
- "path": "pages/production/index",
- "style": {
- "navigationBarTitleText": "生产端"
- }
- }
- ],
- "subPackages": [
- {
- // 基地分包
- "root": "plant/base",
- "pages": [
- {
- "path": "base-list/index",
- "style": {
- "navigationBarTitleText": "基地列表"
- }
- },
- {
- "path": "base-detail/index",
- "style": {
- "navigationBarTitleText": "基地详情"
- }
- },
- {
- "path": "base-edit/index",
- "style": {
- "navigationBarTitleText": "编辑基地"
- }
- },
- {
- "path": "base-map/index",
- "style": {
- "navigationBarTitleText": "基地地图"
- }
- },
- // GAP基地信息
- {
- "path": "gap-base-info/index",
- "style": {
- "navigationBarTitleText": "GAP基地信息"
- }
- },
- // 添加Gap基地信息添加
- {
- "path": "gap-base-info-edit/index",
- "style": {
- "navigationBarTitleText": "添加GAP基地信息"
- }
- },
- // GAP基地详情
- {
- "path": "gap-base-info-detail/index",
- "style": {
- "navigationBarTitleText": "GAP基地详情"
- }
- },
- // 标记三无一全基地
- {
- "path": "mark-base/index",
- "style": {
- "navigationBarTitleText": "标记基地"
- }
- },
- // 标记三无一全基地详情
- {
- "path": "mark-base-detail/index",
- "style": {
- "navigationBarTitleText": "标记基地详情"
- }
- }
- ]
- },
- // 主营物种
- {
- "root": "plant/species",
- "pages": [
- {
- "path": "config/index",
- "style": {
- "navigationBarTitleText": "配置主营物种"
- }
- }
- ]
- },
- // 种养殖
- {
- "root": "plant/port",
- "pages": [
- {
- "path": "port-create/index",
- "style": {
- "navigationBarTitleText": "创建种养殖任务"
- }
- },
- {
- "path": "port-detail/index",
- "style": {
- "navigationBarTitleText": "种养殖任务列表"
- }
- },
- {
- "path": "port-supervise/index",
- "style": {
- "navigationBarTitleText": "管理列表"
- }
- },
- {
- "path": "supervise/supervise-plant-create/index",
- "style": {
- "navigationBarTitleText": "添加种植管理记录"
- }
- },
- {
- "path": "supervise/supervise-breeding-create/index",
- "style": {
- "navigationBarTitleText": "添加繁育管理记录"
- }
- },
- {
- "path": "supervise/supervise-plant-detail/index",
- "style": {
- "navigationBarTitleText": "种植管理记录详情"
- }
- },
- {
- "path": "supervise/supervise-raising-create/index",
- "style": {
- "navigationBarTitleText": "添加饲养管理记录"
- }
- },
- {
- "path": "supervise/supervise-material-create/index",
- "style": {
- "navigationBarTitleText": "投入物料记录"
- }
- },
- {
- "path": "supervise/supervise-material-detail/index",
- "style": {
- "navigationBarTitleText": "投入物料记录详情"
- }
- },
- {
- "path": "port-listinfo/index",
- "style": {
- "navigationBarTitleText": "种源信息列表"
- }
- },
- {
- "path": "port-harvest/index",
- "style": {
- "navigationBarTitleText": "采收管理列表"
- }
- },
- {
- "path": "port-harvest-create/index",
- "style": {
- "navigationBarTitleText": "新增采收入库"
- }
- },
- {
- "path": "port-harvest-detail/index",
- "style": {
- "navigationBarTitleText": "采收管理详情"
- }
- }
- ]
- },
- // 库存
- {
- "root": "plant/storage",
- "pages": [
- // 库房管理
- {
- "path": "storage-room/list/index",
- "style": {
- "navigationBarTitleText": "库房管理"
- }
- },
- // 新增库房
- {
- "path": "storage-room/edit/index",
- "style": {
- "navigationBarTitleText": "新增库房"
- }
- },
- // 库房详情
- {
- "path": "storage-room/detail/index",
- "style": {
- "navigationBarTitleText": "库房详情"
- }
- },
- // 种源库
- {
- "path": "seed-source/list/index",
- "style": {
- "navigationBarTitleText": "种源库"
- }
- },
- // 种源库详情
- {
- "path": "seed-source/detail/index",
- "style": {
- "navigationBarTitleText": "种源详情"
- }
- },
- // 新增种源入库
- {
- "path": "seed-source/add/index",
- "style": {
- "navigationBarTitleText": "新增种源入库"
- }
- },
- // 添加种源信息
- {
- "path": "seed-source/info-edit/index",
- "style": {
- "navigationBarTitleText": "添加种源信息"
- }
- },
- // 修改种源信息,单条
- {
- "path": "seed-source/info-update/index",
- "style": {
- "navigationBarTitleText": "修改种源信息"
- }
- },
- // 农资库
- {
- "path": "agro-product/list/index",
- "style": {
- "navigationBarTitleText": "农资库"
- }
- },
- // 新增农资入库
- {
- "path": "agro-product/add/index",
- "style": {
- "navigationBarTitleText": "新增农资入库"
- }
- },
- // 添加农资信息
- {
- "path": "agro-product/info-edit/index",
- "style": {
- "navigationBarTitleText": "添加农资信息"
- }
- },
- // 农资详情
- {
- "path": "agro-product/detail/index",
- "style": {
- "navigationBarTitleText": "农资详情"
- }
- },
- // 修改农资信息,单条
- {
- "path": "agro-product/info-update/index",
- "style": {
- "navigationBarTitleText": "修改农资信息"
- }
- },
- // 出入库清单
- {
- "path": "stock-list/index",
- "style": {
- "navigationBarTitleText": "农资出入库清单"
- }
- },
- // 库存耗损登记
- {
- "path": "loss-register/index",
- "style": {
- "navigationBarTitleText": "农资库存损耗登记"
- }
- },
- // 鲜货库
- {
- "path": "fresh-goods/list/index",
- "style": {
- "navigationBarTitleText": "鲜货库"
- }
- },
- // 鲜货详情
- {
- "path": "fresh-goods/detail/index",
- "style": {
- "navigationBarTitleText": "鲜货详情"
- }
- },
- // 新增鲜货入库
- {
- "path": "fresh-goods/add/index",
- "style": {
- "navigationBarTitleText": "新增鲜货入库"
- }
- },
- // 新增鲜货入库信息
- {
- "path": "fresh-goods/info-edit/index",
- "style": {
- "navigationBarTitleText": "新增鲜货入库信息"
- }
- },
- // 修改鲜货信息,单条
- {
- "path": "fresh-goods/info-update/index",
- "style": {
- "navigationBarTitleText": "修改鲜货信息"
- }
- },
- // 药材库
- {
- "path": "medicine/list/index",
- "style": {
- "navigationBarTitleText": "药材库"
- }
- },
- // 药材使用记录
- {
- "path": "medicine/use-record/index",
- "style": {
- "navigationBarTitleText": "药材使用记录"
- }
- },
- //成品库
- {
- "path": "finished-product/list/index",
- "style": {
- "navigationBarTitleText": "成品库"
- }
- },
- {
- "path": "finished-product/detail/index",
- "style": {
- "navigationBarTitleText": "成品详情"
- }
- },
- // 修改成品信息,单条
- {
- "path": "finished-product/info-update/index",
- "style": {
- "navigationBarTitleText": "修改成品信息"
- }
- },
- // 销售登记成功
- {
- "path": "finished-product/sales-registration/index",
- "style": {
- "navigationBarTitleText": "销售登记成功"
- }
- },
- // 成品销售登记
- {
- "path": "finished-product/sales-register/index",
- "style": {
- "navigationBarTitleText": "成品销售登记"
- }
- },
- // 选择销售批次
- {
- "path": "finished-product/select-sales-batch/index",
- "style": {
- "navigationBarTitleText": "选择销售批次"
- }
- },
- // 销售登记记录清单
- {
- "path": "finished-product/sales-record-list/index",
- "style": {
- "navigationBarTitleText": "销售登记记录清单"
- }
- }
- ]
- },
- //加工
- {
- "root": "plant/processing",
- "pages": [
- {
- "path": "processing-create/index",
- "style": {
- "navigationBarTitleText": "创建加工任务"
- }
- },
- //加工任务详情列表
- {
- "path": "processing-detail-list/index",
- "style": {
- "navigationBarTitleText": "加工任务详情"
- }
- },
- //加工任务首页
- {
- "path": "processing-index/index",
- "style": {
- "navigationBarTitleText": "加工任务首页"
- }
- },
- //单个/批量入库
- {
- "path": "processing-depstock/index",
- "style": {
- "navigationBarTitleText": "单个/批量入库"
- }
- },
- // 加工任务详情
- {
- "path": "processing-detail/index",
- "style": {
- "navigationBarTitleText": "任务信息详情"
- }
- }
- ]
- },
- // 包装
- {
- "root": "plant/packaging",
- "pages": [
- // 包装任务列表
- {
- "path": "list/index",
- "style": {
- "navigationBarTitleText": "包装任务列表"
- }
- },
- {
- "path": "create/index",
- "style": {
- "navigationBarTitleText": "创建包装任务"
- }
- },
- // 修改包装任务
- {
- "path": "edit/index",
- "style": {
- "navigationBarTitleText": "修改包装任务"
- }
- },
- // 包装任务详情
- {
- "path": "detail/index",
- "style": {
- "navigationBarTitleText": "包装任务详情"
- }
- },
- // 选择任务包装的对象
- {
- "path": "select-object/index",
- "style": {
- "navigationBarTitleText": "选择包装对象"
- }
- },
- // 批量关联
- {
- "path": "batch-link/index",
- "style": {
- "navigationBarTitleText": "批量关联"
- }
- }
- ]
- },
- // 打印
- {
- "root": "plant/print",
- "pages": [
- // 自行打印
- {
- "path": "print-self/index",
- "style": {
- "navigationBarTitleText": "自行打印"
- }
- },
- // 区间打印
- {
- "path": "print-range/index",
- "style": {
- "navigationBarTitleText": "区间打印"
- }
- },
- // 全部打印
- {
- "path": "print-all/index",
- "style": {
- "navigationBarTitleText": "全部打印"
- }
- }
- ]
- },
- // 导出和代打追溯码
- {
- "root": "plant/export-print",
- "pages": [
- // 导出追溯码
- {
- "path": "export/index",
- "style": {
- "navigationBarTitleText": "导出追溯码",
- "componentPlaceholder": {
- "check-info-pack": "view"
- }
- }
- },
- // 找人代打追溯码
- {
- "path": "print-for-other/index",
- "style": {
- "navigationBarTitleText": "找人代打追溯码"
- }
- }
- ]
- },
- // 往来单位管理
- {
- "root": "plant/contact-unit",
- "pages": [
- {
- "path": "unit-list/index",
- "style": {
- "navigationBarTitleText": "往来单位管理"
- }
- },
- {
- "path": "unit-edit/index",
- "style": {
- "navigationBarTitleText": "新增往来单位信息"
- }
- },
- {
- "path": "unit-detail/index",
- "style": {
- "navigationBarTitleText": "往来单位详情"
- }
- }
- ]
- },
- {
- "root": "tools",
- "pages": [
- {
- "path": "map-draw-area/index",
- "style": {
- "navigationBarTitleText": "地图绘制面积图",
- "disableScroll": true,
- "enablePullDownRefresh": false,
- "navigationStyle": "default"
- }
- },
- // 选择企业人员
- {
- "path": "select-cpy-member/index",
- "style": {
- "navigationBarTitleText": "选择企业成员"
- }
- },
- // 选择获评品种
- {
- "path": "select-medicine/index",
- "style": {
- "navigationBarTitleText": "选择获评品种"
- }
- },
- // 选择GAP获评信息
- {
- "path": "select-gap-info/index",
- "style": {
- "navigationBarTitleText": "选择GAP获评信息"
- }
- },
- {
- "path": "por-torganism/index",
- "style": {
- "navigationBarTitleText": "选择动植物类型"
- }
- },
- // 选择操作地块
- {
- "path": "supervise-plot/index",
- "style": {
- "navigationBarTitleText": "选择操作地块"
- }
- },
- // 选择操作个体
- {
- "path": "supervise-individual/index",
- "style": {
- "navigationBarTitleText": "选择操作个体"
- }
- },
- // 选择农资
- {
- "path": "supervise-material/index",
- "style": {
- "navigationBarTitleText": "选择农资"
- }
- },
- // 选择操作时间
- {
- "path": "species-info/index",
- "style": {
- "navigationBarTitleText": "选择种源信息"
- }
- },
- {
- "path": "pro-process-steps/index",
- "style": {
- "navigationBarTitleText": "选择加工工艺信息"
- }
- },
- //选择加工原料
- {
- "path": "species-info-process/index",
- "style": {
- "navigationBarTitleText": "选择加工原料"
- }
- },
- // 选择销售批次
- {
- "path": "sales-registration/index",
- "style": {
- "navigationBarTitleText": "请选择要销售的批次"
- }
- },
- // 选择规格等级
- {
- "path": "specification-level/index",
- "style": {
- "navigationBarTitleText": "选择规格等级",
- "navigationStyle": "custom"
- }
- },
- // 传入html地址
- {
- "path": "view-html/index",
- "style": {
- "navigationBarTitleText": "view-html页面",
- "navigationStyle": "custom"
- }
- },
- // 选择追溯码码段
- {
- "path": "select-code-section/index",
- "style": {
- "navigationBarTitleText": "选择追溯码码段"
- }
- },
- // 打开预览view-web-view
- {
- "path": "webview/index",
- "style": {
- "navigationBarTitleText": "预览webview页面",
- "navigationStyle": "custom"
- }
- },
- // 选择培养架具体位置
- {
- "path": "select-cultivation-location/index",
- "style": {
- "navigationBarTitleText": "选择培养架具体位置"
- }
- },
- // 部分选择培养架部位
- {
- "path": "select-layers-amount/index",
- "style": {
- "navigationBarTitleText": "部分选择培养架部位"
- }
- }
- ]
- },
- // 审核端分包
- {
- "root": "audit/plant",
- "pages": [
- {
- "path": "base/audit-list/index",
- "style": {
- "navigationBarTitleText": "基地审核列表"
- }
- },
- {
- "path": "base/audit-detail/index",
- "style": {
- "navigationBarTitleText": "基地审核详情"
- }
- }
- ]
- },
- // 码管理分包
- {
- "root": "plant/code",
- "pages": [
- {
- "path": "code-list/index",
- "style": {
- "navigationBarTitleText": "码生成及管理"
- }
- },
- // 追溯码查询
- {
- "path": "code-query/index",
- "style": {
- "navigationBarTitleText": "追溯码查询"
- }
- },
- {
- "path": "code-detail-list/index",
- "style": {
- "navigationBarTitleText": "码详情"
- }
- }
- ]
- },
- // 企业风采配置
- {
- "root": "plant/cor-style",
- "pages": [
- {
- "path": "index/index",
- "style": {
- "navigationBarTitleText": "企业风采配置"
- }
- },
- {
- "path": "create/index",
- "style": {
- "navigationBarTitleText": "新增企业风采配置"
- }
- }
- ]
- }
- ],
- "tabBar": {
- "custom": true,
- "list": [
- {
- "pagePath": "pages/plant/base/index"
- },
- {
- "pagePath": "pages/plant/port/index"
- },
- {
- "pagePath": "pages/plant/storage/index"
- },
- {
- "pagePath": "pages/plant/processing/index"
- },
- {
- "pagePath": "pages/plant/more/index"
- }
- ]
- },
- "globalStyle": {
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "中药材种植全链条追溯系统",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "rpxCalcMaxDeviceWidth": 1920,
- "rpxCalcBaseDeviceWidth": 375,
- "rpxCalcIncludeWidth": 750
- }
- }
|