Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zbgl
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
马超
zbgl
Commits
683b0569
Commit
683b0569
authored
Sep 17, 2022
by
马超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
值班
parent
a9e3f218
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
6 deletions
+10
-6
web/jsp/zbgl/pbgl/selectUser-t.jsp
web/jsp/zbgl/pbgl/selectUser-t.jsp
+1
-0
web/jsp/zbgl/pbgl/viewUser-t.jsp
web/jsp/zbgl/pbgl/viewUser-t.jsp
+1
-0
web/jsp/zbglBgs/holiday/editUser-t.jsp
web/jsp/zbglBgs/holiday/editUser-t.jsp
+4
-4
web/jsp/zbglBgs/pbgl/selectUser-t.jsp
web/jsp/zbglBgs/pbgl/selectUser-t.jsp
+1
-0
web/jsp/zbglBgs/pbgl/viewUser-t.jsp
web/jsp/zbglBgs/pbgl/viewUser-t.jsp
+1
-0
web/jsp/zbglBgs/pbmx/list-t.jsp
web/jsp/zbglBgs/pbmx/list-t.jsp
+1
-1
web/jsp/zbglBgs/zbjs/list-t.jsp
web/jsp/zbglBgs/zbjs/list-t.jsp
+1
-1
No files found.
web/jsp/zbgl/pbgl/selectUser-t.jsp
View file @
683b0569
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
}
}
String
year
=
pub
.
trimNull
(
request
.
getParameter
(
"year"
));
String
year
=
pub
.
trimNull
(
request
.
getParameter
(
"year"
));
String
zb_type
=
pub
.
trimNull
(
request
.
getParameter
(
"zb_type"
));
String
zb_type
=
pub
.
trimNull
(
request
.
getParameter
(
"zb_type"
));
zb_type
=
java
.
net
.
URLDecoder
.
decode
(
zb_type
,
"UTF-8"
);
String
action
=
pub
.
trimNull
(
request
.
getParameter
(
"action"
));
String
action
=
pub
.
trimNull
(
request
.
getParameter
(
"action"
));
StringBuffer
sql
=
new
StringBuffer
();
StringBuffer
sql
=
new
StringBuffer
();
List
list
=
new
ArrayList
();
List
list
=
new
ArrayList
();
...
...
web/jsp/zbgl/pbgl/viewUser-t.jsp
View file @
683b0569
...
@@ -133,6 +133,7 @@
...
@@ -133,6 +133,7 @@
document
.
form1
.
submit
();
document
.
form1
.
submit
();
}
}
function
editUser
(
year
,
zb_type
)
{
function
editUser
(
year
,
zb_type
)
{
zb_type
=
encodeURI
(
encodeURI
(
zb_type
));
var
url
=
'
./selectUser-t.jsp?year=
'
+
year
+
"
&zb_type=
"
+
zb_type
;
var
url
=
'
./selectUser-t.jsp?year=
'
+
year
+
"
&zb_type=
"
+
zb_type
;
var
abc
=
layer
.
open
({
var
abc
=
layer
.
open
({
title
:
'
选择人员
'
,
title
:
'
选择人员
'
,
...
...
web/jsp/zbglBgs/holiday/editUser-t.jsp
View file @
683b0569
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
<label
class=
"form-label col-xs-4 col-sm-2"
>
<label
class=
"form-label col-xs-4 col-sm-2"
>
<span
class=
"c-red"
>
*
</span>
日期
:
<span
class=
"c-red"
>
*
</span>
日期
:
</label>
</label>
<div
class=
"formControls col-xs-
8
col-sm-4"
>
<div
class=
"formControls col-xs-
4
col-sm-4"
>
<input
type=
"text"
autocomplete=
"off"
class=
"input-text Wdate"
onclick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
name=
"h_day"
id=
"h_day"
value=
"
<%=
pub
.
trimNull
((
String
)
ht
.
get
(
"h_day"
))
%>
"
>
<input
type=
"text"
autocomplete=
"off"
class=
"input-text Wdate"
onclick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
name=
"h_day"
id=
"h_day"
value=
"
<%=
pub
.
trimNull
((
String
)
ht
.
get
(
"h_day"
))
%>
"
>
</div>
</div>
</div>
</div>
...
@@ -84,9 +84,9 @@
...
@@ -84,9 +84,9 @@
<label
class=
"form-label col-xs-4 col-sm-2"
>
<label
class=
"form-label col-xs-4 col-sm-2"
>
<span
class=
"c-red"
>
*
</span>
休息日
:
<span
class=
"c-red"
>
*
</span>
休息日
:
</label>
</label>
<div
class=
"formControls col-xs-
8
col-sm-4"
>
<div
class=
"formControls col-xs-
4
col-sm-4"
>
<input
type=
"text"
style=
"width: 4
5
%;"
autocomplete=
"off"
class=
"input-text Wdate"
onclick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
name=
"b_time"
id=
"b_time"
value=
"
<%=
pub
.
trimNull
((
String
)
ht
.
get
(
"b_time"
))
%>
"
>
<input
type=
"text"
style=
"width: 4
7
%;"
autocomplete=
"off"
class=
"input-text Wdate"
onclick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
name=
"b_time"
id=
"b_time"
value=
"
<%=
pub
.
trimNull
((
String
)
ht
.
get
(
"b_time"
))
%>
"
>
-
<input
type=
"text"
style=
"width: 4
5
%;"
autocomplete=
"off"
class=
"input-text Wdate"
onclick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
name=
"e_time"
id=
"e_time"
value=
"
<%=
pub
.
trimNull
((
String
)
ht
.
get
(
"e_time"
))
%>
"
>
-
<input
type=
"text"
style=
"width: 4
8
%;"
autocomplete=
"off"
class=
"input-text Wdate"
onclick=
"WdatePicker({dateFmt:'yyyy-MM-dd'})"
name=
"e_time"
id=
"e_time"
value=
"
<%=
pub
.
trimNull
((
String
)
ht
.
get
(
"e_time"
))
%>
"
>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
web/jsp/zbglBgs/pbgl/selectUser-t.jsp
View file @
683b0569
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
}
}
String
year
=
pub
.
trimNull
(
request
.
getParameter
(
"year"
));
String
year
=
pub
.
trimNull
(
request
.
getParameter
(
"year"
));
String
zb_type
=
pub
.
trimNull
(
request
.
getParameter
(
"zb_type"
));
String
zb_type
=
pub
.
trimNull
(
request
.
getParameter
(
"zb_type"
));
zb_type
=
java
.
net
.
URLDecoder
.
decode
(
zb_type
,
"UTF-8"
);
String
action
=
pub
.
trimNull
(
request
.
getParameter
(
"action"
));
String
action
=
pub
.
trimNull
(
request
.
getParameter
(
"action"
));
StringBuffer
sql
=
new
StringBuffer
();
StringBuffer
sql
=
new
StringBuffer
();
List
list
=
new
ArrayList
();
List
list
=
new
ArrayList
();
...
...
web/jsp/zbglBgs/pbgl/viewUser-t.jsp
View file @
683b0569
...
@@ -133,6 +133,7 @@
...
@@ -133,6 +133,7 @@
document
.
form1
.
submit
();
document
.
form1
.
submit
();
}
}
function
editUser
(
year
,
zb_type
)
{
function
editUser
(
year
,
zb_type
)
{
zb_type
=
encodeURI
(
encodeURI
(
zb_type
));
var
url
=
'
./selectUser-t.jsp?year=
'
+
year
+
"
&zb_type=
"
+
zb_type
;
var
url
=
'
./selectUser-t.jsp?year=
'
+
year
+
"
&zb_type=
"
+
zb_type
;
var
abc
=
layer
.
open
({
var
abc
=
layer
.
open
({
title
:
'
选择人员
'
,
title
:
'
选择人员
'
,
...
...
web/jsp/zbglBgs/pbmx/list-t.jsp
View file @
683b0569
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<div
class=
"left-tree"
>
<div
class=
"left-tree"
>
<button
class=
"btn btn-success"
onclick=
"optMx('add');"
style=
"text-align:center;float:left;"
>
<button
class=
"btn btn-success"
onclick=
"optMx('add');"
style=
"text-align:center;float:left;"
>
新建
</button>
新建
</button>
<button
class=
"btn btn-success"
onclick=
"updateMx();"
style=
"text-align:center;float:left;margin-left:
2
0px;"
>
<button
class=
"btn btn-success"
onclick=
"updateMx();"
style=
"text-align:center;float:left;margin-left:
1
0px;"
>
修改
</button>
修改
</button>
<button
class=
"btn btn-success"
onclick=
"delMx();"
style=
"text-align:center;float:right;"
>
<button
class=
"btn btn-success"
onclick=
"delMx();"
style=
"text-align:center;float:right;"
>
删除
</button>
删除
</button>
...
...
web/jsp/zbglBgs/zbjs/list-t.jsp
View file @
683b0569
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
<div
class=
"left-tree"
>
<div
class=
"left-tree"
>
<button
class=
"btn btn-success"
onclick=
"optMx('add');"
style=
"text-align:center;float:left;"
>
<button
class=
"btn btn-success"
onclick=
"optMx('add');"
style=
"text-align:center;float:left;"
>
新建
</button>
新建
</button>
<button
class=
"btn btn-success"
onclick=
"updateMx();"
style=
"text-align:center;float:left;margin-left:
2
0px;"
>
<button
class=
"btn btn-success"
onclick=
"updateMx();"
style=
"text-align:center;float:left;margin-left:
1
0px;"
>
修改
</button>
修改
</button>
<button
class=
"btn btn-success"
onclick=
"delMx();"
style=
"text-align:center;float:right;"
>
<button
class=
"btn btn-success"
onclick=
"delMx();"
style=
"text-align:center;float:right;"
>
删除
</button>
删除
</button>
...
...
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