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 a0ab245d5..dcc1e046b 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
@@ -47,8 +47,9 @@
"disableScroll": true
}
},
-
- { "path": "pages/weixinLogin",
+
+ {
+ "path": "pages/weixinLogin",
"style": {
"navigationStyle": "custom",
"disableScroll": true
@@ -930,6 +931,19 @@
"navigationBarTitleText": "实盘结果录入"
}
},
+ //经费开支
+ {
+ "path": "pages/AssetManagementSystem/FundsApply/list",
+ "style": {
+ "navigationBarTitleText": "经费开支"
+ }
+ },
+ {
+ "path": "pages/AssetManagementSystem/FundsApply/single",
+ "style": {
+ "navigationBarTitleText": "经费开支"
+ }
+ },
//新生信息完善
{
"path": "pages/welcome/list",
@@ -1062,13 +1076,12 @@
}
},
{
- "path" : "pages/LR_OAModule/noticeExamine",
- "style" :
- {
- "navigationBarTitleText": "通知公告",
- "enablePullDownRefresh": false
- }
- },
+ "path": "pages/LR_OAModule/noticeExamine",
+ "style": {
+ "navigationBarTitleText": "通知公告",
+ "enablePullDownRefresh": false
+ }
+ },
//寝室日常考核管理
{
"path": "pages/LogisticsManagement/Acc_DailyAssess/list",
@@ -1173,8 +1186,8 @@
"navigationBarTitleText": "详情"
}
}
-
- ],
+
+ ],
// 全局样式
"globalStyle": {
@@ -1199,11 +1212,11 @@
"iconPath": "static/img-bar/tab-home.png",
"selectedIconPath": "static/img-bar/tab-home-active.png",
"text": "首页"
- // }, {
- // "pagePath": "pages/msg",
- // "iconPath": "static/img-bar/tab-msg.png",
- // "selectedIconPath": "static/img-bar/tab-msg-active.png",
- // "text": "消息"
+ // }, {
+ // "pagePath": "pages/msg",
+ // "iconPath": "static/img-bar/tab-msg.png",
+ // "selectedIconPath": "static/img-bar/tab-msg-active.png",
+ // "text": "消息"
},
{
"pagePath": "pages/contact",
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/list.vue
new file mode 100644
index 000000000..00970a14d
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/list.vue
@@ -0,0 +1,292 @@
+
+
+
+
+
+ {{ tips }}
+
+
+
+
+
+
+
+
+ 时间:
+
+ {{ displayListItem(item, 'StartTime') }} - {{ displayListItem(item, 'EndTime') }}
+
+
+
+ 值班人:
+
+ {{ displayListItem(item, 'F_RealName') }}
+
+
+
+ 备注:
+ {{ displayListItem(item, 'Remark') }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置查询条件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/single.vue
new file mode 100644
index 000000000..f55367a6f
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/AssetManagementSystem/FundsApply/single.vue
@@ -0,0 +1,513 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 明细操作
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 保存
+
+
+ 编辑本页
+
+
+ 取消编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+