Commit 4a0925dc authored by 徐州's avatar 徐州

Merge branch 'master' of http://gitlab.house365.com/xuzhou/njzsb

* 'master' of http://gitlab.house365.com/xuzhou/njzsb:
  新字段
parents b5a99189 3dab1de5
...@@ -206,6 +206,27 @@ ...@@ -206,6 +206,27 @@
<th width="15%">承诺缴费环节</th> <th width="15%">承诺缴费环节</th>
<%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%> <%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%>
<td width="35%" ><s:property value="cnjfhj"/></td> <td width="35%" ><s:property value="cnjfhj"/></td>
<th width="15%">反馈日期</th>
<%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%>
<td width="35%" ><s:property value=""/></td>
</tr>
<tr>
<th width="15%">信息录入人</th>
<%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%>
<td width="35%" ><s:property value=""/></td>
<th width="15%">复核人</th>
<%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%>
<td width="35%" ><s:property value=""/></td>
</tr>
<tr>
<th width="15%">经办备注</th>
<%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%>
<td width="35%" ><s:property value=""/></td>
</tr>
<tr>
<th width="15%">复核意见</th>
<%--<td width="35%" ><s:property value="#sfxx.cnjfhj"/></td>--%>
<td width="35%" ><s:property value=""/></td>
</tr> </tr>
</table> </table>
......
...@@ -327,11 +327,17 @@ ...@@ -327,11 +327,17 @@
<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="zzhkppjList[${st.index}].kprq" id="kprq" style="width: 140px"
type="text" class="Wdate" value="${item1.kprq}"
onfocus="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" >
</td>
</tr> </tr>
<tr> <tr>
<th width="15">缴费凭证编号</th> <th width="15">备注</th>
<td width="35%"> <td width="35%">
<input id="zslxdbh" name="rfxmsfxx.zslxdbh" style="width:90%" value="${rfxmsfxx.zslxdbh}" readonly/> <input id="zslxdbh" name="rfxmsfxx.beizhu" disabled style="width:90%" value="${rfxmsfxx.zslxdbh}" readonly/>
</td> </td>
</tr> </tr>
</table> </table>
...@@ -386,11 +392,17 @@ ...@@ -386,11 +392,17 @@
<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="zzhkppjList[${st.index}].kprq" id="kprq" style="width: 140px"
type="text" class="Wdate" value="${item1.kprq}"
onfocus="WdatePicker({dateFmt:'yyyy-MM-dd HH:mm:ss'})" >
</td>
</tr> </tr>
<tr> <tr>
<th width="15">缴费凭证编号</th> <th width="15">备注</th>
<td width="35%"> <td width="35%">
<input id="zslxdbh" name="rfxmsfxx.zslxdbh" style="width:90%" value="${rfxmsfxx.zslxdbh}" readonly/> <input id="zslxdbh" name="rfxmsfxx.beizhu" style="width:90%" value="${rfxmsfxx.zslxdbh}" readonly/>
</td> </td>
</tr> </tr>
<tr> <tr>
......
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