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
1737577d
Commit
1737577d
authored
Sep 29, 2022
by
徐州
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增日期
parent
c8122c04
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
Jfzm_view.jsp
WebRoot/WEB-INF/pages/jfzm/Jfzm_view.jsp
+1
-2
Rfxm_Sfxx_View.jsp
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_View.jsp
+7
-0
RfxmAction.java
src/com/jshx/rfxm/web/RfxmAction.java
+1
-1
No files found.
WebRoot/WEB-INF/pages/jfzm/Jfzm_view.jsp
View file @
1737577d
...
...
@@ -104,8 +104,7 @@
left
:
590px
;
top
:
130px
;
font-size
:
24px
;
color
:
red
;
font-weight
:
bolder
;
color
:
#a43635
;
}
/*内部使用*/
.f40
{
...
...
WebRoot/WEB-INF/pages/rfxm/Rfxm_Sfxx_View.jsp
View file @
1737577d
...
...
@@ -384,6 +384,13 @@
<td
width=
"35%"
>
<input
id=
"cnjfhj"
name=
"rfxmsfxx.cnjfhj"
style=
"width:90%"
value=
"${rfxmsfxx.cnjfhj}"
readonly
/>
</td>
<th
width=
"15"
>
反馈日期
</th>
<td
width=
"35%"
>
<input
style=
"width: 75%;"
disabled
name=
"rfxmsfxx.fkTime"
id=
"fkTime"
style=
"width: 140px"
type=
"text"
class=
"Wdate"
value=
"${rfxmsfxx.fkTime}"
onfocus=
"WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})"
>
</td>
</tr>
<tr>
<th
width=
"15"
>
备注
</th>
...
...
src/com/jshx/rfxm/web/RfxmAction.java
View file @
1737577d
...
...
@@ -376,7 +376,7 @@ public class RfxmAction extends BaseAction
s
.
setUpdateTime
(
rfxm
.
getYzTime
());
try
{
double
b
=
Double
.
parseDouble
(
s
.
getYjjemx
());
if
(
b
!=
0
&&
s
.
getStatus
()
!=
null
&&
s
.
getStatus
()
>
1
)
{
if
(
b
!=
0
&&
s
.
getStatus
()
!=
null
&&
s
.
getStatus
()
>
1
&&
s
.
getStatus
()
!=
3
)
{
s
.
setZslxdbh
(
s
.
getSfxmlxdbh
());
}
else
{
s
.
setZslxdbh
(
""
);
...
...
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