完善入库跳转以及出库创建页面
This commit is contained in:
31
pages.json
31
pages.json
@@ -107,11 +107,11 @@
|
||||
// ========== 入库单模块 ==========
|
||||
{
|
||||
"path": "pages/warehousing/stockIn/create",
|
||||
"style": { "navigationBarTitleText": "入库单开单" }
|
||||
"style": { "navigationBarTitleText": "入库单开单" , "navigationStyle": "custom"}
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockIn/my",
|
||||
"style": { "navigationBarTitleText": "我的入库单" }
|
||||
"style": { "navigationBarTitleText": "我的入库单", "navigationStyle": "custom" }
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockIn/components/detail",
|
||||
@@ -128,21 +128,20 @@
|
||||
{
|
||||
"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": "出库单出库" }
|
||||
// }
|
||||
{
|
||||
"path": "pages/warehousing/stockOut/create",
|
||||
"style": { "navigationBarTitleText": "出库单开单" }
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockOut/my",
|
||||
"style": { "navigationBarTitleText": "我的出库单" }
|
||||
},
|
||||
{
|
||||
"path": "pages/warehousing/stockOut/outbound",
|
||||
"style": { "navigationBarTitleText": "出库单出库" }
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
|
||||
Reference in New Issue
Block a user