Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jfV5portal
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
管理员
jfV5portal
Commits
94de09fd
Commit
94de09fd
authored
Sep 17, 2018
by
罗绍泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
办事大厅domain配置
parent
cf40a06d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
249 deletions
+5
-249
office.js
WebContent/jfcas04/js/office.js
+1
-249
office.jsp
WebContent/jfcas04/office.jsp
+1
-0
quartz_service.properties
src/quartz_service.properties
+3
-0
No files found.
WebContent/jfcas04/js/office.js
View file @
94de09fd
$
(
function
(){
document
.
domain
=
"jfbrother.com"
;
document
.
domain
=
$
(
"#office_domain"
).
val
()
;
//去掉尾部的一个div
$
(
'.index_footer'
).
next
().
remove
();
//初始化申请的块状
init_office_apply_lump
();
//渲染审批列表
init_office_examine_list
();
//渲染进度查询列表
init_office_progress_list
();
//渲染历史查询列表
init_office_history_list
();
//初始化.office_module的距离来达到满屏显示
init_office_module_bottom
();
...
...
@@ -157,250 +148,11 @@ function init_office_apply_lump(){
}
//渲染审批列表
function
init_office_examine_list
(){
//state 0 为未通过 , 1 为待审批 2 为审批中 3 为 已通过
var
infos
=
[
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'3'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'0'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'0'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'0'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'0'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'1'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'1'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'2'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'2'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'2'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'0'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'1'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
{
examine_name
:
'李惠利'
,
examine_time
:
'2018/08/15 08:23'
,
examine_state
:
'2'
,
examine_title
:
'8月17去趟水上乐园!!!'
},
];
$
(
'#office_examine'
).
bootstrapTable
(
'destroy'
).
bootstrapTable
({
/* showColumns:true,
showToggle:true,
showRefresh:true,
search:true, */
/* url: "bootstrap-table/data/data1.json", // 获取表格数据的url */
data
:
infos
,
cache
:
false
,
// 设置为 false 禁用 AJAX 数据缓存, 默认为true
/* striped: true, //表格显示条纹,默认为false */
pagination
:
true
,
// 在表格底部显示分页组件,默认false
pageList
:
[
5
,
10
,
15
,
20
],
// 设置页面可以显示的数据条数
pageSize
:
10
,
// 页面数据条数
pageNumber
:
1
,
// 首页页码,
uniqueId
:
'UUID'
,
//clickToSelect:true,//True to select checkbox or radiobox when the column is clicked.
queryParams
:
function
(
params
){
var
temp
=
{
//这里的键的名字和控制器的变量名必须一直,这边改动,控制器也需要改成一样的
// limit: params.limit, //页面大小
offset
:
params
.
offset
,
//页码
pageSize
:
this
.
pageSize
,
pageNumber
:
this
.
pageNumber
/* projectId: $("#projectId").val(),
requirement_Id:$("#requirement_Id").val(),
length: 6 */
};
return
temp
;
},
columns
:
[
/*{
checkbox: true, // 显示一个勾选框
align: 'center', // 居中显示
valign: 'middle'
}, */
{
field
:
'examine_title'
,
title
:
'申请原因'
,
align
:
'left'
,
valign
:
'middle'
,
width
:
'70%'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
'<div class="office_examine_tilte">'
+
value
+
'</div>'
;
}
},
{
field
:
'examine_state'
,
title
:
'申请状态'
,
align
:
'center'
,
valign
:
'middle'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
'0'
){
return
'<span style="color:#ff801f">未通过</span>'
;
}
else
if
(
value
==
'1'
){
return
'<span style="color:#999">待审核</span>'
;
}
else
if
(
value
==
'2'
){
return
'<span style="color:#08b9d5">审核中</span>'
;
}
else
{
return
'<span style="color:#08d55a">已通过</span>'
;
}
}
},{
field
:
'examine_time'
,
title
:
'申请时间'
,
align
:
'center'
,
valign
:
'middle'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
'<span style="color:#bbb">'
+
value
+
'</span>'
;
}
},{
field
:
'examine_name'
,
title
:
'申请人'
,
align
:
'center'
,
valign
:
'middle'
}
]
})
}
function
openEditWindow
(
businessId
){
window
.
open
(
$
(
"#procAppUrl"
).
val
()
+
'/processView_detail?businessId='
+
businessId
);
}
//渲染进度查询列表
function
init_office_progress_list
(){
var
infos
=
[
{
progress_time
:
'2018/08/15 08:23'
,
progress_title
:
'进度记录8月17去趟水上乐园!!!'
},
{
progress_time
:
'2018/08/15 08:23'
,
progress_title
:
'进度记录8月17去趟水上乐园!!!'
},
{
progress_time
:
'2018/08/15 08:23'
,
progress_title
:
'进度记录8月17去趟水上乐园!!!'
},
{
progress_time
:
'2018/08/15 08:23'
,
progress_title
:
'进度记录8月17去趟水上乐园!!!'
},
{
progress_time
:
'2018/08/15 08:23'
,
progress_title
:
'进度记录8月17去趟水上乐园!!!'
},
{
progress_time
:
'2018/08/15 08:23'
,
progress_title
:
'进度记录8月17去趟水上乐园!!!'
},
{
progress_time
:
'2018/08/15 08:23'
,
progress_title
:
'进度记录8月17去趟水上乐园!!!'
},
{
progress_time
:
'2018/08/15 08:23'
,
progress_title
:
'进度记录8月17去趟水上乐园!!!'
},
{
progress_time
:
'2018/08/15 08:23'
,
progress_title
:
'进度记录8月17去趟水上乐园!!!'
},
{
progress_time
:
'2018/08/15 08:23'
,
progress_title
:
'进度记录8月17去趟水上乐园!!!'
},
{
progress_time
:
'2018/08/15 08:23'
,
progress_title
:
'进度记录8月17去趟水上乐园!!!'
},
{
progress_time
:
'2018/08/15 08:23'
,
progress_title
:
'进度记录8月17去趟水上乐园!!!'
}
];
$
(
'#office_progress'
).
bootstrapTable
(
'destroy'
).
bootstrapTable
({
/* showColumns:true,
showToggle:true,
showRefresh:true,
search:true, */
/* url: "bootstrap-table/data/data1.json", // 获取表格数据的url */
data
:
infos
,
cache
:
false
,
// 设置为 false 禁用 AJAX 数据缓存, 默认为true
/* striped: true, //表格显示条纹,默认为false */
pagination
:
true
,
// 在表格底部显示分页组件,默认false
pageList
:
[
5
,
10
,
15
,
20
],
// 设置页面可以显示的数据条数
pageSize
:
10
,
// 页面数据条数
pageNumber
:
1
,
// 首页页码,
uniqueId
:
'UUID'
,
//clickToSelect:true,//True to select checkbox or radiobox when the column is clicked.
queryParams
:
function
(
params
){
var
temp
=
{
//这里的键的名字和控制器的变量名必须一直,这边改动,控制器也需要改成一样的
// limit: params.limit, //页面大小
offset
:
params
.
offset
,
//页码
pageSize
:
this
.
pageSize
,
pageNumber
:
this
.
pageNumber
/* projectId: $("#projectId").val(),
requirement_Id:$("#requirement_Id").val(),
length: 6 */
};
return
temp
;
},
columns
:
[
/*{
checkbox: true, // 显示一个勾选框
align: 'center', // 居中显示
valign: 'middle'
}, */
{
field
:
'progress_title'
,
title
:
'进度标题'
,
align
:
'left'
,
valign
:
'middle'
,
width
:
'82%'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
'<div class="office_examine_tilte">'
+
value
+
'</div>'
;
}
},
{
field
:
'progress_time'
,
title
:
'进度时间'
,
align
:
'right'
,
valign
:
'middle'
,
width
:
'18%'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
'<span style="color:#bbb;margin-right:23px;">'
+
value
+
'</span>'
;
}
}
]
})
}
//渲染历史查询列表
function
init_office_history_list
(){
var
infos
=
[
{
history_time
:
'2018/08/15 08:23'
,
history_title
:
'历史记录8月17去了趟水上乐园!!!'
},
{
history_time
:
'2018/08/15 08:23'
,
history_title
:
'历史记录8月17去了趟水上乐园!!!'
},
{
history_time
:
'2018/08/15 08:23'
,
history_title
:
'历史记录8月17去了趟水上乐园!!!'
},
{
history_time
:
'2018/08/15 08:23'
,
history_title
:
'历史记录8月17去了趟水上乐园!!!'
},
{
history_time
:
'2018/08/15 08:23'
,
history_title
:
'历史记录8月17去了趟水上乐园!!!'
},
{
history_time
:
'2018/08/15 08:23'
,
history_title
:
'历史记录8月17去了趟水上乐园!!!'
},
{
history_time
:
'2018/08/15 08:23'
,
history_title
:
'历史记录8月17去了趟水上乐园!!!'
},
{
history_time
:
'2018/08/15 08:23'
,
history_title
:
'历史记录8月17去了趟水上乐园!!!'
},
{
history_time
:
'2018/08/15 08:23'
,
history_title
:
'历史记录8月17去了趟水上乐园!!!'
},
{
history_time
:
'2018/08/15 08:23'
,
history_title
:
'历史记录8月17去了趟水上乐园!!!'
},
{
history_time
:
'2018/08/15 08:23'
,
history_title
:
'历史记录8月17去了趟水上乐园!!!'
},
{
history_time
:
'2018/08/15 08:23'
,
history_title
:
'历史记录8月17去了趟水上乐园!!!'
}
];
$
(
'#office_history'
).
bootstrapTable
(
'destroy'
).
bootstrapTable
({
/* showColumns:true,
showToggle:true,
showRefresh:true,
search:true, */
/* url: "bootstrap-table/data/data1.json", // 获取表格数据的url */
data
:
infos
,
cache
:
false
,
// 设置为 false 禁用 AJAX 数据缓存, 默认为true
/* striped: true, //表格显示条纹,默认为false */
pagination
:
true
,
// 在表格底部显示分页组件,默认false
pageList
:
[
5
,
10
,
15
,
20
],
// 设置页面可以显示的数据条数
pageSize
:
10
,
// 页面数据条数
pageNumber
:
1
,
// 首页页码,
uniqueId
:
'UUID'
,
//clickToSelect:true,//True to select checkbox or radiobox when the column is clicked.
queryParams
:
function
(
params
){
var
temp
=
{
//这里的键的名字和控制器的变量名必须一直,这边改动,控制器也需要改成一样的
// limit: params.limit, //页面大小
offset
:
params
.
offset
,
//页码
pageSize
:
this
.
pageSize
,
pageNumber
:
this
.
pageNumber
/* projectId: $("#projectId").val(),
requirement_Id:$("#requirement_Id").val(),
length: 6 */
};
return
temp
;
},
columns
:
[
/*{
checkbox: true, // 显示一个勾选框
align: 'center', // 居中显示
valign: 'middle'
}, */
{
field
:
'history_title'
,
title
:
'进度标题'
,
align
:
'left'
,
valign
:
'middle'
,
width
:
'82%'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
'<div class="office_examine_tilte">'
+
value
+
'</div>'
;
}
},
{
field
:
'history_time'
,
title
:
'进度时间'
,
align
:
'right'
,
valign
:
'middle'
,
width
:
'18%'
,
formatter
:
function
(
value
,
row
,
index
)
{
return
'<span style="color:#bbb;margin-right:23px;">'
+
value
+
'</span>'
;
}
}
]
})
}
function
backOfficeList
(){
$
(
"#process_content2"
).
hide
();
...
...
WebContent/jfcas04/office.jsp
View file @
94de09fd
...
...
@@ -13,6 +13,7 @@ String procApp=com.gaowj.business.util.PropUtil.getValue("lcyq_app_url", "quartz
<script
src=
"${ctx}/jfcas04/js/office.js"
></script>
</head>
<body>
<input
type=
"hidden"
id=
"office_domain"
value=
"<%=com.gaowj.business.util.PropUtil.getValue("
domain
",
"
quartz_service
",
"")
%
>
" />
<!-- 头部 -->
<jsp:include
page=
"/nav4.jsp"
></jsp:include>
...
...
src/quartz_service.properties
View file @
94de09fd
...
...
@@ -23,3 +23,6 @@ user_store_default_1gbsize = 1073741824
user_defaule_filedir
=
folder
#------------lcyqApp Url---------------------------
lcyq_app_url
=
http://localhost:8080/jfV5lcyq
#--------------domain------------------------------
#domain = jfbrother.com
domain
=
localhost
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment