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: '销售出库确认',