From a0a714213c82589b875976bdc17bad2316fa26b9 Mon Sep 17 00:00:00 2001
From: dyy <807692433@qq.com>
Date: Tue, 20 Sep 2022 15:36:00 +0800
Subject: [PATCH] =?UTF-8?q?app2.0=EF=BC=9A=E5=AE=BF=E8=88=8D=E7=89=A9?=
=?UTF-8?q?=E5=93=81=E6=8D=9F=E5=9D=8F=E4=B8=8A=E6=8A=A5=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../LearunApp-2.2.0/pages.json | 13 +
.../Acc_GoodsDemage/list.vue | 409 ++++++++++++++++++
.../Acc_GoodsDemage/single.vue | 386 +++++++++++++++++
3 files changed, 808 insertions(+)
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Acc_GoodsDemage/list.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/LogisticsManagement/Acc_GoodsDemage/single.vue
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