From 29d9888a304dcf1f4fa2d54d10ae174e4b5e8b56 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 28 Oct 2022 10:57:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E8=B4=A7=E7=A1=AE=E8=AE=A4add?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 24 +++ ...eConfirmCp.vue => ProdDeliveryConfirm.vue} | 84 +++++----- pages/WarehouseManage/XuniDeliveryConfirm.vue | 153 ++++++++++++++++++ pages/home/home.vue | 2 +- utils/getData1.js | 29 +++- 5 files changed, 254 insertions(+), 38 deletions(-) rename pages/WarehouseManage/{OutStoreConfirmCp.vue => ProdDeliveryConfirm.vue} (59%) create mode 100644 pages/WarehouseManage/XuniDeliveryConfirm.vue diff --git a/pages.json b/pages.json index 43f09da..f11ea5c 100644 --- a/pages.json +++ b/pages.json @@ -96,6 +96,30 @@ "navigationStyle": "custom" } } + ,{ + "path" : "pages/WarehouseManage/ProdDeliveryConfirm", + "style": { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/WarehouseManage/XuniDeliveryConfirm", + "style": { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/WarehouseManage/EmptyInStore", + "style": { + "navigationStyle": "custom" + } + } + ,{ + "path" : "pages/WarehouseManage/EmptyOutStore", + "style": { + "navigationStyle": "custom" + } + } ,{ "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup", "style": { diff --git a/pages/WarehouseManage/OutStoreConfirmCp.vue b/pages/WarehouseManage/ProdDeliveryConfirm.vue similarity index 59% rename from pages/WarehouseManage/OutStoreConfirmCp.vue rename to pages/WarehouseManage/ProdDeliveryConfirm.vue index 4bb13c5..6a422d0 100644 --- a/pages/WarehouseManage/OutStoreConfirmCp.vue +++ b/pages/WarehouseManage/ProdDeliveryConfirm.vue @@ -1,6 +1,6 @@