2026-03-11 15:03:49 +08:00
|
|
|
{
|
2026-03-17 10:49:59 +08:00
|
|
|
"easycom": {
|
|
|
|
|
"autoscan": true,
|
|
|
|
|
"custom": {
|
|
|
|
|
"^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"pages": [
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/login/login",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "登录"
|
|
|
|
|
},
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"titleNView": false,
|
|
|
|
|
"tabBar": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": { "navigationBarTitleText": "首页" }
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/warehousing/index",
|
2026-04-14 08:46:29 +08:00
|
|
|
"style": { "navigationBarTitleText": "仓储", "navigationStyle": "custom" }
|
2026-03-17 10:49:59 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/intelligent/index",
|
2026-04-14 08:46:29 +08:00
|
|
|
"style": { "navigationBarTitleText": "智能"}
|
2026-03-17 10:49:59 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/my/index",
|
|
|
|
|
"style": { "navigationBarTitleText": "我的" }
|
2026-03-20 09:45:13 +08:00
|
|
|
},
|
2026-04-03 08:38:34 +08:00
|
|
|
|
|
|
|
|
// 仓储 - 唯一码
|
2026-03-20 09:45:13 +08:00
|
|
|
{
|
2026-04-03 08:38:34 +08:00
|
|
|
"path": "pages/warehousing/uniqueCode/issueUniqueCode/index",
|
2026-04-14 08:46:29 +08:00
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "唯一码发放",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2026-03-20 09:45:13 +08:00
|
|
|
},
|
|
|
|
|
{
|
2026-04-03 08:38:34 +08:00
|
|
|
"path": "pages/warehousing/uniqueCode/issueUniqueCode/materialSelection",
|
2026-03-20 09:45:13 +08:00
|
|
|
"style": { "navigationBarTitleText": "物料选择" }
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-04-03 08:38:34 +08:00
|
|
|
"path": "pages/warehousing/uniqueCode/myUniqueCode/index",
|
2026-04-14 08:46:29 +08:00
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "唯一码",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2026-03-20 09:45:13 +08:00
|
|
|
},
|
2026-04-23 11:19:55 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/print/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "危险废物标签打印",
|
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-03-20 09:45:13 +08:00
|
|
|
{
|
2026-04-03 08:38:34 +08:00
|
|
|
"path": "pages/warehousing/uniqueCode/myUniqueCode/detail",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "唯一码详情",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// "path": "pages/uniqueCode/bindRfid",
|
|
|
|
|
// "style": { "navigationBarTitleText": "绑定RFID" }
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
// ========== 库存信息模块 ==========
|
|
|
|
|
// {
|
|
|
|
|
// "path": "pages/inventory/checkUniqueCode",
|
|
|
|
|
// "style": { "navigationBarTitleText": "唯一码盘点" }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// "path": "pages/inventory/age",
|
|
|
|
|
// "style": { "navigationBarTitleText": "库龄查看" }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// "path": "pages/inventory/alert",
|
|
|
|
|
// "style": { "navigationBarTitleText": "库存预警" }
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
// ========== 报表模块 ==========
|
|
|
|
|
// {
|
|
|
|
|
// "path": "pages/report/daily",
|
|
|
|
|
// "style": { "navigationBarTitleText": "库存日报" }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// "path": "pages/report/monthly",
|
|
|
|
|
// "style": { "navigationBarTitleText": "库存月报" }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// "path": "pages/report/company",
|
|
|
|
|
// "style": { "navigationBarTitleText": "公司库存报表" }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// "path": "pages/report/warehouse",
|
|
|
|
|
// "style": { "navigationBarTitleText": "仓库库存报表" }
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
// ========== 申报单模块 ==========
|
|
|
|
|
// {
|
|
|
|
|
// "path": "pages/declaration/materialQuery",
|
|
|
|
|
// "style": { "navigationBarTitleText": "物资查询" }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// "path": "pages/declaration/create",
|
|
|
|
|
// "style": { "navigationBarTitleText": "申报单开单" }
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// "path": "pages/declaration/my",
|
|
|
|
|
// "style": { "navigationBarTitleText": "我的申报单" }
|
|
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
// ========== 入库单模块 ==========
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/warehousing/stockIn/create",
|
2026-04-14 08:46:29 +08:00
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "入库单开单",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2026-04-03 08:38:34 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/warehousing/stockIn/my",
|
2026-04-14 08:46:29 +08:00
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的入库单",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2026-04-03 08:38:34 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/warehousing/stockIn/components/detail",
|
|
|
|
|
"style": { "navigationBarTitleText": "详情", "navigationStyle": "custom" }
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-04-14 08:46:29 +08:00
|
|
|
"path": "pages/warehousing/stockIn/putAway",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "入库单入库",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2026-04-03 08:38:34 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/warehousing/toChooseList",
|
2026-04-14 08:46:29 +08:00
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "请选择",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2026-04-03 08:38:34 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/warehousing/stockIn/components/inbound",
|
2026-04-14 08:46:29 +08:00
|
|
|
"style": { "navigationBarTitleText": "入库", "navigationStyle": "custom" }
|
2026-04-07 10:55:39 +08:00
|
|
|
},
|
2026-04-03 08:38:34 +08:00
|
|
|
// ========== 出库单模块 ==========
|
2026-04-07 10:55:39 +08:00
|
|
|
{
|
|
|
|
|
"path": "pages/warehousing/stockOut/create",
|
2026-04-14 08:46:29 +08:00
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "出库单开单",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2026-04-07 10:55:39 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/warehousing/stockOut/my",
|
2026-04-14 08:46:29 +08:00
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我的出库单",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2026-04-07 10:55:39 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/warehousing/stockOut/outbound",
|
2026-04-14 08:46:29 +08:00
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "出库单出库",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/warehousing/stockOut/components/outAway",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "出库单出库",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/warehousing/stockOut/components/technicalEvaluation",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "技术鉴定表",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/warehousing/stockOut/components/myTechnicalEvaluation",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "我提交的技术鉴定表",
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
2026-04-07 10:55:39 +08:00
|
|
|
}
|
2026-03-17 10:49:59 +08:00
|
|
|
],
|
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"navigationBarTitleText": "智汇仓储管理",
|
|
|
|
|
"navigationBarBackgroundColor": "#F5F5F5",
|
|
|
|
|
"backgroundColor": "#F5F5F5"
|
|
|
|
|
},
|
|
|
|
|
"tabBar": {
|
2026-04-03 08:38:34 +08:00
|
|
|
"color": "#666",
|
|
|
|
|
"selectedColor": "#007AFF",
|
|
|
|
|
"backgroundColor": "#fff",
|
|
|
|
|
"borderStyle": "black",
|
|
|
|
|
"height": "50px",
|
2026-03-17 10:49:59 +08:00
|
|
|
"list": [
|
|
|
|
|
{
|
2026-04-03 08:38:34 +08:00
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
"text": "首页",
|
|
|
|
|
"iconPath": "static/icon/home.png",
|
2026-03-17 10:49:59 +08:00
|
|
|
"selectedIconPath": "static/icon/home-active.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/warehousing/index",
|
|
|
|
|
"text": "仓储",
|
|
|
|
|
"iconPath": "static/icon/warehousing.png",
|
|
|
|
|
"selectedIconPath": "static/icon/warehousing-active.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/intelligent/index",
|
|
|
|
|
"text": "智能",
|
|
|
|
|
"iconPath": "static/icon/intelligent.png",
|
|
|
|
|
"selectedIconPath": "static/icon/intelligent-active.png"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/my/index",
|
|
|
|
|
"text": "我的",
|
|
|
|
|
"iconPath": "static/icon/my.png",
|
|
|
|
|
"selectedIconPath": "static/icon/my-active.png"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"uniIdRouter": {}
|
2026-03-11 15:03:49 +08:00
|
|
|
}
|