From e22de390d2c0cbf7be6e8e293db42121054e5b24 Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Tue, 27 May 2025 10:13:42 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E4=B8=B4=E6=97=B6=E5=87=BA=E5=BA=93(?= =?UTF-8?q?=E4=B8=8D=E8=BF=87=E5=B8=90)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 + .../TemporaryStockOutNoSAPPage/index.vue | 841 ++++++++++++++++++ pages/StockOut/index.vue | 8 + 3 files changed, 857 insertions(+) create mode 100644 pages/StockOut/features/TemporaryStockOutNoSAPPage/index.vue diff --git a/pages.json b/pages.json index 2f15082..53ce6c4 100644 --- a/pages.json +++ b/pages.json @@ -678,6 +678,14 @@ "enablePullDownRefresh": false } + },{ + "path" : "pages/StockOut/features/TemporaryStockOutNoSAPPage/index", + "style" : + { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + } ], "globalStyle": { diff --git a/pages/StockOut/features/TemporaryStockOutNoSAPPage/index.vue b/pages/StockOut/features/TemporaryStockOutNoSAPPage/index.vue new file mode 100644 index 0000000..aa3ad3c --- /dev/null +++ b/pages/StockOut/features/TemporaryStockOutNoSAPPage/index.vue @@ -0,0 +1,841 @@ + + + + diff --git a/pages/StockOut/index.vue b/pages/StockOut/index.vue index 9dda3ed..5840b5e 100644 --- a/pages/StockOut/index.vue +++ b/pages/StockOut/index.vue @@ -102,6 +102,14 @@ cuIcon: '', label: '盘亏出库', id:'200008' + },{ + title: '临时出库(不过帐)', + name: 'TemporaryStockOutNoSAPPage/index', + en_name:'TemporaryStockOutNoSAPPage', + color: 'red', + cuIcon: '', + label: '临时出库(不过帐)', + id:'200009' } // { // title: '销售出库确认',