123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- <%@page language="java" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>客户问题反馈</title>
- <!--框架必需start-->
- <%@include file="../../../../../../page/include1.jsp" %>
- <!--框架必需end-->
- <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/system/mapvaluecanst/CanstSelect.js"></script>
- <link rel="stylesheet" type="text/css" href="<%=path%>/scripts/webUploader/css/webuploader.css" />
- <script type="text/javascript" src="/nwyj/scripts/webUploader/webuploader.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/freamwork/com/sinosoft/system/questionsHuiZong/questionHuiZong_Resolve.js"></script>
- <style type="text/css">
- .bd{
- width: 1000px;
- margin:0 auto;
- margin-top:10px
- }
- .d_ground{
- border: 1px solid #cdcaca;
- background: white;
- width:1000px;
- }
- .title{
- height: 50px;
- /* background: #F8F8F8; */
- border-style:solid;
- border-width:1px;
- border-right:1px;
- border-left:1px;
- border-top:1px;
- border-color:#cdcaca;
- }
- .title_font{
- font-weight: bold;
- font-size: 24px;
- line-height: 45px;
- color:#3e62a0;
- }
- .button_jl{
- margin:15px 20px 0px 0px;
- float:right;
- }
- .fieldset{
- border-style:solid;
- border-width:1px;
- border-color:#cdcaca;
- margin:0px 20px 20px 20px;
- width: 935px
- }
- .legend{
- font-family:宋体;
- font-weight: bold;
- font-size:14px;
- color:#3e62a0;
- }
- .table-style{
- border-style:solid;
- border-width:1px;
- border-color:#cdcaca;
- margin:0px 20px 0px 20px;
- border-collapse:collapse;
- width: 895px;
- }
- .table-style2{
- border:1px solid #cdcaca;
- margin:0px 20px 0px 20px;
- border-collapse:collapse;
- width: 895px;
- }
- .td-font{
- font-family:宋体;
- font-size:14px;
- color:#161616;
- }
- .td-move{
- padding: 10px 5px 0px 0px;
- }
- .td-style{
- border:1px solid #cdcaca;
- border-collapse:collapse;
- padding-left: 10px
- }
- .back{
- margin:10px 0px 10px 15px;
- }
- </style>
- <script type="text/javascript">
- $(function(){
- $("#goback").hover(function(){
- $(this).attr("src","/nwyj/images/temp/back_hover.png");
- },function(){
- $(this).attr("src","/nwyj/images/temp/back.png");
- })
- });
- </script>
- </head>
-
- <body class="bd" align="center" >
- <div id="formContent" class="d_ground">
- <div class="title" align="center"><a href="javascript:;"><img id="goback" class="back" onclick="goBack()" align="left" alt="返回" title="返回" src="/nwyj/images/temp/back.png" /></a><font class="title_font" >问题反馈</font></div>
- <form id="fillForm" name="fillForm" method="post" >
- <input type="hidden" id="fd_id750" name="FD_OBJECTID750" required="true"/>
- <input type="hidden" name="classid" value="750" required="true"/>
-
- <!-- 是否反馈 -->
- <input type="hidden" name="IS_FANKUI" id="IS_FANKUI" value="1" required="true"/>
-
- <div class="button_jl">
-
- <h5 align="right" class="td-move"><span align="right" class="star">*</span><input value=" 问 题 解 决 ,提 交 " type="button" onclick="save('#fillForm')"/> </h5>
-
- </div>
- <fieldset class="fieldset">
- <legend class="legend">问题信息:</legend>
- <table class="table-style" >
- <tr>
- <td align="right" class="td-move"><span align="right" class="star"></span><span class="td-font">提交单位:</span></td>
- <td class="td-move"> <input type="text" id="SUBMIT_UNIT_750" name="SUBMIT_UNIT_750" class="validate[required]" readonly="readonly" maxlength="100" style="width: 265px;height:30px"/>
- </td>
- <td align="right" class="td-move"><span align="right" class="star"></span><span class="td-font">提交人:</span></td>
- <td class="td-move"><input type="text" id="SUBMIT_PERSION1_750" name="SUBMIT_PERSION1_750" class="validate[required]" readonly="readonly" style="width: 265px;height:30px" /></td>
- </tr>
-
- <tr>
- <td align="right" width="155px" class="td-move"><span align="right" class="star"></span><span class="td-font">提交时间:</span></td>
- <td width="280px" class="td-move" readonly="readonly">
- <input type="text" id="SUBMIT_TIME_750" name="SUBMIT_TIME_750" readonly="readonly" style="width: 265px;height:30px" />
- </td>
- <td align="right" width="80px" class="td-move"><span align="right" class="star"></span><span class="td-font">我的问题:</span></td> <br/>
- <td><textarea id="MY_QUESTION_750" name="MY_QUESTION_750" class="validate[required]" readonly="readonly" maxlength="100" style="width: 265px;height:30px" ></textarea> </td>
- </tr>
-
- <tr>
- <td align="right" class="td-move"><span align="right" class="star"></span><span class="td-font">问题描述:</span></td>
- <td ><textarea id="QUESTION_DESCRIPT_750" name="QUESTION_DESCRIPT_750" class="validate[required]" readonly="readonly" maxlength="100" style="width: 265px;height:100px"></textarea> </td>
- <td></td><td></td>
- </tr>
-
- <tr>
- <td align="right" width="80px" class="td-move"><span align="right" class="star"></span><span class="td-font">解决方法:</span></td> <br/>
- <td><textarea id="RESOLVE_METHOD_750" name="RESOLVE_METHOD_750" class="validate[required]" readonly="readonly" maxlength="100" style="width: 265px;height:100px" ></textarea> </td>
- <td align="right" width="155px" class="td-move"><span align="right" class="star"></span><span class="td-font">预计解决时间:</span></td>
- <td width="280px" class="td-move" readonly="readonly">
- <input type="text" id="RESOLVE_TIME_750" name="RESOLVE_TIME_750" readonly="readonly" style="width: 265px;height:30px" />
- </td>
- </tr>
-
- <tr>
- <td align="right" class="td-move"><span align="right" class="star"></span><span class="td-font">方案提交人:</span></td>
- <td class="td-move"><input type="text" id="SUBMIT_PERSION2_750" name="SUBMIT_PERSION2_750" class="validate[required]" readonly="readonly" style="width: 265px;height:30px" /></td>
- <td align="right" class="td-move"><span align="right" class="star"></span><span class="td-font">联系电话:</span></td>
- <td class="td-move"><input type="text" id="TEL_750" name="TEL_750" class="validate[required]" readonly="readonly" style="width: 265px;height:30px" /></td>
- </tr>
- </table>
-
- <table class="table-style" >
-
- <tr>
- <td align="right" class="td-move"><span align="right" class="star">*</span><span class="td-font">问题补充:</span></td>
- <td class="td-move"><input type="text" id="QUESTION_ADD_750" name="QUESTION_ADD_750" class="validate[required]" style="width:600px;height:100px" /></td>
- <td><span align="right" class="star">*</span><input value=" 保存并反馈 " type="button" onclick=""/> <input value=" 重 置 " type="button" onclick="resetSearch()"/></td>
- </tr>
-
- </table>
-
- </fieldset>
- </form>
- </div>
- </body>
- </html>
|