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 @@
+
+
+
+
+
+ {{ tips }}
+
+
+
+
+
+
+
+
+ 专业部:
+ {{ displayListItem(item, 'DeptNo') }}
+
+
+ 专业:
+ {{ displayListItem(item, 'MajorNo') }}
+
+
+ 班级:
+ {{ displayListItem(item, 'ClassNo') }}
+
+
+ 宿舍楼:
+ {{ displayListItem(item, 'Dormitory') }}
+
+
+ 单元:
+ {{ displayListItem(item, 'Unit') }}
+
+
+ 楼层:
+ {{ displayListItem(item, 'Floor') }}
+
+
+ 寝室号:
+ {{ displayListItem(item, 'RId') }}
+
+
+ 学生姓名:
+ {{ displayListItem(item, 'F_CreateAccount') }}
+
+
+
+ 损坏描述:
+ {{ displayListItem(item, 'DamageDescribe') }}
+
+
+ 日期:
+ {{ displayListItem(item, 'F_CreateDate') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置查询条件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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