From 7f09ba976650bb89b69572bac02657185529bbed Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 8 Sep 2023 09:22:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=E5=88=86=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 12 ++++++------ .../MaintainResultFill.vue => device/RepairFill.vue} | 0 .../EquipRepairExecute.vue => device/RepairWork.vue} | 0 pages/{modules => warehouse}/EmptyOutStore.vue | 0 pages/{modules => warehouse}/SemifinishedInStore.vue | 0 .../SemifinishedMaterSearch.vue | 0 .../{modules => warehouse}/SemifinishedOutStore.vue | 0 7 files changed, 6 insertions(+), 6 deletions(-) rename pages/{modules/MaintainResultFill.vue => device/RepairFill.vue} (100%) rename pages/{modules/EquipRepairExecute.vue => device/RepairWork.vue} (100%) rename pages/{modules => warehouse}/EmptyOutStore.vue (100%) rename pages/{modules => warehouse}/SemifinishedInStore.vue (100%) rename pages/{modules => warehouse}/SemifinishedMaterSearch.vue (100%) rename pages/{modules => warehouse}/SemifinishedOutStore.vue (100%) diff --git a/pages.json b/pages.json index d83e81c..32b54d2 100644 --- a/pages.json +++ b/pages.json @@ -25,13 +25,13 @@ } }, { - "path" : "pages/modules/SemifinishedInStore", + "path" : "pages/warehouse/SemifinishedInStore", "style": { "navigationStyle": "custom" } }, { - "path": "pages/modules/SemifinishedMaterSearch", + "path": "pages/warehouse/SemifinishedMaterSearch", "style": { "navigationStyle": "custom", "enablePullDownRefresh": true, @@ -39,13 +39,13 @@ } }, { - "path" : "pages/modules/SemifinishedOutStore", + "path" : "pages/warehouse/SemifinishedOutStore", "style": { "navigationStyle": "custom" } }, { - "path": "pages/modules/EmptyOutStore", + "path": "pages/warehouse/EmptyOutStore", "style": { "navigationStyle": "custom" } @@ -57,13 +57,13 @@ } }, { - "path": "pages/modules/EquipRepairExecute", + "path": "pages/device/RepairWork", "style": { "navigationStyle": "custom" } }, { - "path": "pages/modules/MaintainResultFill", + "path": "pages/device/RepairFill", "style": { "navigationStyle": "custom" } diff --git a/pages/modules/MaintainResultFill.vue b/pages/device/RepairFill.vue similarity index 100% rename from pages/modules/MaintainResultFill.vue rename to pages/device/RepairFill.vue diff --git a/pages/modules/EquipRepairExecute.vue b/pages/device/RepairWork.vue similarity index 100% rename from pages/modules/EquipRepairExecute.vue rename to pages/device/RepairWork.vue diff --git a/pages/modules/EmptyOutStore.vue b/pages/warehouse/EmptyOutStore.vue similarity index 100% rename from pages/modules/EmptyOutStore.vue rename to pages/warehouse/EmptyOutStore.vue diff --git a/pages/modules/SemifinishedInStore.vue b/pages/warehouse/SemifinishedInStore.vue similarity index 100% rename from pages/modules/SemifinishedInStore.vue rename to pages/warehouse/SemifinishedInStore.vue diff --git a/pages/modules/SemifinishedMaterSearch.vue b/pages/warehouse/SemifinishedMaterSearch.vue similarity index 100% rename from pages/modules/SemifinishedMaterSearch.vue rename to pages/warehouse/SemifinishedMaterSearch.vue diff --git a/pages/modules/SemifinishedOutStore.vue b/pages/warehouse/SemifinishedOutStore.vue similarity index 100% rename from pages/modules/SemifinishedOutStore.vue rename to pages/warehouse/SemifinishedOutStore.vue