diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json index 4f49600f8..51e472b60 100644 --- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json @@ -1058,6 +1058,19 @@ "style": { "navigationBarTitleText": "详情" } + }, + //宿舍物品损坏上报 + { + "path": "pages/LogisticsManagement/Acc_GoodsDemage/list", + "style": { + "navigationBarTitleText": "宿舍物品损坏上报" + } + }, + { + "path": "pages/LogisticsManagement/Acc_GoodsDemage/single", + "style": { + "navigationBarTitleText": "详情" + } } diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Acc_GoodsDemage/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Acc_GoodsDemage/list.vue new file mode 100644 index 000000000..1b9237e75 --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Acc_GoodsDemage/list.vue @@ -0,0 +1,409 @@ + + + + + + + \ No newline at end of file diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Acc_GoodsDemage/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Acc_GoodsDemage/single.vue new file mode 100644 index 000000000..388c2531d --- /dev/null +++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Acc_GoodsDemage/single.vue @@ -0,0 +1,386 @@ + + + + \ No newline at end of file