Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
njzsb
Project
Project
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
徐州
njzsb
Commits
b1559814
Commit
b1559814
authored
Nov 18, 2022
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
160f64d8
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
Fstzs_Add.jsp
WebRoot/WEB-INF/pages/fstzs/Fstzs_Add.jsp
+1
-1
Fstzs_Yjh.jsp
WebRoot/WEB-INF/pages/fstzs/Fstzs_Yjh.jsp
+1
-1
Fstzs_Yjk.jsp
WebRoot/WEB-INF/pages/fstzs/Fstzs_Yjk.jsp
+1
-1
FstzsAction.java
src/com/jshx/fstzs/web/FstzsAction.java
+9
-1
No files found.
WebRoot/WEB-INF/pages/fstzs/Fstzs_Add.jsp
View file @
b1559814
...
...
@@ -75,7 +75,7 @@
<form
name=
"myform1"
method=
"post"
enctype=
"multipart/form-data"
>
<s:token
/>
<input
type=
"hidden"
name=
"flag"
value=
"${flag}"
>
<input
type=
"hidden"
name=
"
rfx
m.id"
value=
"${fstzsXm.id}"
>
<input
type=
"hidden"
name=
"
fstzsX
m.id"
value=
"${fstzsXm.id}"
>
<div
class=
"cell"
style=
"width: 100%"
>
<table
width=
"100%"
border=
"0"
class=
"ta-tb"
>
...
...
WebRoot/WEB-INF/pages/fstzs/Fstzs_Yjh.jsp
View file @
b1559814
...
...
@@ -180,7 +180,7 @@
<td
width=
"12%"
style=
"border-right: none;position: relative"
>
<input
name=
"rfxmsfxx.fkTime"
id=
"kprq"
style=
"width: 90%"
type=
"text"
class=
"Wdate"
value=
"${item1.kprq}"
onfocus=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
datatype=
"*1-30"
errormsg=
'此项为必填'
>
<span
style=
"position:
relativ
e;right: -8px"
>
-
</span>
<span
style=
"position:
absolut
e;right: -8px"
>
-
</span>
</td>
<td
width=
"12%"
style=
"border-left: none"
>
<input
name=
"rfxmsfxx.fkTime"
id=
"kprq1"
style=
"width:90%"
...
...
WebRoot/WEB-INF/pages/fstzs/Fstzs_Yjk.jsp
View file @
b1559814
...
...
@@ -124,7 +124,7 @@
<td
width=
"12%"
style=
"border-right: none;position: relative"
>
<input
name=
"rfxmsfxx.fkTime"
id=
"kprq"
style=
"width: 90%"
type=
"text"
class=
"Wdate"
value=
"${item1.kprq}"
onfocus=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
datatype=
"*1-30"
errormsg=
'此项为必填'
>
<span
style=
"position:
relativ
e;right: -8px"
>
-
</span>
<span
style=
"position:
absolut
e;right: -8px"
>
-
</span>
</td>
<td
width=
"12%"
style=
"border-left: none"
>
<input
name=
"rfxmsfxx.fkTime"
id=
"kprq1"
style=
"width:90%"
...
...
src/com/jshx/fstzs/web/FstzsAction.java
View file @
b1559814
...
...
@@ -177,7 +177,7 @@ public class FstzsAction extends BaseAction {
*/
public
String
addFstzs
()
{
if
(
"add"
.
equals
(
flag
))
{
FstzsXm
dbXm
=
fstzsXmService
.
getById
(
id
);
FstzsXm
dbXm
=
fstzsXmService
.
getById
(
fstzsXm
.
getId
()
);
//更新数据库项目状态
dbXm
.
setStatus
(
1
);
//状态改为已生成、待复核
dbXm
.
setJbr
(
this
.
getLoginUser
().
getDisplayName
());
...
...
@@ -245,4 +245,12 @@ public class FstzsAction extends BaseAction {
public
void
setId
(
String
id
)
{
this
.
id
=
id
;
}
public
String
getFlag
()
{
return
flag
;
}
public
void
setFlag
(
String
flag
)
{
this
.
flag
=
flag
;
}
}
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