From b16dd22d708474aa1d4d86db56b4763148e3f369 Mon Sep 17 00:00:00 2001 From: zx Date: Tue, 7 Apr 2026 10:55:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=85=A5=E5=BA=93=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E4=BB=A5=E5=8F=8A=E5=87=BA=E5=BA=93=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 31 ++- pages/components/MaterialList.vue | 11 +- pages/components/Navigation.vue | 124 +++++++--- pages/components/SearchList.vue | 90 +++---- pages/until.js | 8 + .../warehousing/StockIn/components/detail.vue | 14 +- .../StockIn/components/inbound.vue | 23 +- pages/warehousing/StockIn/create.vue | 18 +- pages/warehousing/StockIn/my.vue | 1 + pages/warehousing/StockOut/create.vue | 231 ++++++++++++++++++ pages/warehousing/StockOut/my.vue | 8 + pages/warehousing/StockOut/outbound.vue | 10 + pages/warehousing/index.vue | 58 +++-- .../uniqueCode/issueUniqueCode/index.vue | 27 +- .../uniqueCode/myUniqueCode/detail.vue | 15 +- .../uniqueCode/myUniqueCode/index.vue | 11 +- 16 files changed, 514 insertions(+), 166 deletions(-) create mode 100644 pages/warehousing/StockOut/create.vue create mode 100644 pages/warehousing/StockOut/my.vue create mode 100644 pages/warehousing/StockOut/outbound.vue 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 @@ -