From 36e5e8c68f4e045a3bab2ba6994fc4e94a359863 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 17 May 2024 16:56:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=B0=83=E6=8B=A8=E7=BB=B4?= =?UTF-8?q?=E6=8A=A4=E5=92=8C=E6=94=B6=E8=B4=A7=E7=A1=AE=E8=AE=A4=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- pages.json | 10 +- pages/management/alloc-maintenance.vue | 204 +++++++++ pages/management/out-storage.vue | 0 pages/management/receive-confirm.vue | 548 +++++++++++++++++++++++++ 5 files changed, 762 insertions(+), 2 deletions(-) create mode 100644 pages/management/alloc-maintenance.vue delete mode 100644 pages/management/out-storage.vue create mode 100644 pages/management/receive-confirm.vue diff --git a/manifest.json b/manifest.json index 0d30e6d..25229ae 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,4 @@ -android.permission.INTERNET{ +{ "name" : "诺力三期", "appid" : "__UNI__E82B13F", "description" : "诺力三期平板系统", diff --git a/pages.json b/pages.json index 9004f59..0e9f316 100644 --- a/pages.json +++ b/pages.json @@ -21,13 +21,21 @@ } ,{ - "path" : "pages/management/out-storage", + "path" : "pages/management/alloc-maintenance", "style" : { "navigationStyle": "custom" } } + ,{ + "path" : "pages/management/receive-confirm", + "style" : + { + "navigationStyle": "custom" + } + + } ], "globalStyle": { "navigationBarTextStyle": "black", diff --git a/pages/management/alloc-maintenance.vue b/pages/management/alloc-maintenance.vue new file mode 100644 index 0000000..972b2db --- /dev/null +++ b/pages/management/alloc-maintenance.vue @@ -0,0 +1,204 @@ + + + + + diff --git a/pages/management/out-storage.vue b/pages/management/out-storage.vue deleted file mode 100644 index e69de29..0000000 diff --git a/pages/management/receive-confirm.vue b/pages/management/receive-confirm.vue new file mode 100644 index 0000000..b5becd7 --- /dev/null +++ b/pages/management/receive-confirm.vue @@ -0,0 +1,548 @@ + + + + +