Commit 1737577d authored by 徐州's avatar 徐州

新增日期

parent c8122c04
...@@ -104,8 +104,7 @@ ...@@ -104,8 +104,7 @@
left: 590px; left: 590px;
top: 130px; top: 130px;
font-size: 24px; font-size: 24px;
color: red; color: #a43635;
font-weight: bolder;
} }
/*内部使用*/ /*内部使用*/
.f40 { .f40 {
......
...@@ -384,6 +384,13 @@ ...@@ -384,6 +384,13 @@
<td width="35%"> <td width="35%">
<input id="cnjfhj" name="rfxmsfxx.cnjfhj" style="width:90%" value="${rfxmsfxx.cnjfhj}" readonly/> <input id="cnjfhj" name="rfxmsfxx.cnjfhj" style="width:90%" value="${rfxmsfxx.cnjfhj}" readonly/>
</td> </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>
<tr> <tr>
<th width="15">备注</th> <th width="15">备注</th>
......
...@@ -376,7 +376,7 @@ public class RfxmAction extends BaseAction ...@@ -376,7 +376,7 @@ public class RfxmAction extends BaseAction
s.setUpdateTime(rfxm.getYzTime()); s.setUpdateTime(rfxm.getYzTime());
try { try {
double b = Double.parseDouble(s.getYjjemx()); 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()); s.setZslxdbh(s.getSfxmlxdbh());
} else { } else {
s.setZslxdbh(""); s.setZslxdbh("");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment