diff --git a/pages.json b/pages.json index 81daa19..7523619 100644 --- a/pages.json +++ b/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", diff --git a/pages/components/MaterialList.vue b/pages/components/MaterialList.vue index 6bd0a1b..98dc31f 100644 --- a/pages/components/MaterialList.vue +++ b/pages/components/MaterialList.vue @@ -4,8 +4,8 @@ 物料列表 - + 剩余 @@ -99,7 +99,7 @@ \ No newline at end of file diff --git a/pages/components/SearchList.vue b/pages/components/SearchList.vue index 8628150..1bc0e22 100644 --- a/pages/components/SearchList.vue +++ b/pages/components/SearchList.vue @@ -1,26 +1,31 @@ -