入库流程对接完毕

This commit is contained in:
zx
2026-04-03 08:38:34 +08:00
parent dde27ed688
commit ce6d5e5d6e
42 changed files with 3028 additions and 936 deletions

View File

@@ -32,22 +32,117 @@
"path": "pages/my/index",
"style": { "navigationBarTitleText": "我的" }
},
// 仓储 - 唯一码
{
"path": "pages/uniqueCode/issueUniqueCode/index",
"path": "pages/warehousing/uniqueCode/issueUniqueCode/index",
"style": { "navigationBarTitleText": "唯一码发放" }
},
{
"path": "pages/uniqueCode/issueUniqueCode/materialSelection",
"path": "pages/warehousing/uniqueCode/issueUniqueCode/materialSelection",
"style": { "navigationBarTitleText": "物料选择" }
},
{
"path": "pages/uniqueCode/myUniqueCode/index",
"path": "pages/warehousing/uniqueCode/myUniqueCode/index",
"style": { "navigationBarTitleText": "唯一码" }
},
{
"path": "pages/uniqueCode/myUniqueCode/detail",
"style": { "navigationBarTitleText": "唯一码详情" }
"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",
"style": { "navigationBarTitleText": "入库单开单" }
},
{
"path": "pages/warehousing/stockIn/my",
"style": { "navigationBarTitleText": "我的入库单" }
},
{
"path": "pages/warehousing/stockIn/components/detail",
"style": { "navigationBarTitleText": "详情", "navigationStyle": "custom" }
},
{
"path": "pages/warehousing/stockIn/putaway",
"style": { "navigationBarTitleText": "入库单入库" }
},
{
"path": "pages/warehousing/toChooseList",
"style": { "navigationBarTitleText": "请选择" }
},
{
"path": "pages/warehousing/stockIn/components/inbound",
"style": { "navigationBarTitleText": "入库" }
}
// ========== 出库单模块 ==========
// {
// "path": "pages/stockOut/create",
// "style": { "navigationBarTitleText": "出库单开单" }
// },
// {
// "path": "pages/stockOut/my",
// "style": { "navigationBarTitleText": "我的出库单" }
// },
// {
// "path": "pages/stockOut/warehousing",
// "style": { "navigationBarTitleText": "出库单出库" }
// }
],
"globalStyle": {
"navigationBarTextStyle": "black",
@@ -55,18 +150,17 @@
"navigationBarBackgroundColor": "#F5F5F5",
"backgroundColor": "#F5F5F5"
},
// 底部 tabBar 核心配置
"tabBar": {
"color": "#666", // 未选中文字颜色
"selectedColor": "#007AFF", // 选中文字颜色
"backgroundColor": "#fff", // 导航栏背景色
"borderStyle": "black", // 上边框样式black/white
"height": "50px", // 导航栏高度App 端建议 50px 左右)
"color": "#666",
"selectedColor": "#007AFF",
"backgroundColor": "#fff",
"borderStyle": "black",
"height": "50px",
"list": [
{
"pagePath": "pages/index/index", // 必须和 pages 中的路径一致
"text": "首页", // 底部文字
"iconPath": "static/icon/home.png", // 未选中图标(建议 28x28px
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/icon/home.png",
"selectedIconPath": "static/icon/home-active.png"
},
{