| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- <%@ page language="java" import="java.util.*" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
- <%@include file="/context/mytags.jsp"%>
- <!DOCTYPE html>
- <html>
- <head>
- <title>系统bug管理</title>
- <t:base type="jquery,easyui,tools,DatePicker"></t:base>
- <script src="plug-in/layer/layer.js"></script>
- <script>
- function btn_ok(){
- $("#btnsub").click();
- }
- function callback(data){
-
-
- if(data.success){
- layer.alert(data.msg, function(index){
- window.location.href="tSSysbugController.do?list"
- layer.close(index);
- });
- }
- else{
- layer.alert(data.msg);
- }
- }
- </script>
- <script type="text/javascript">
- //编写自定义JS代码
- </script>
- </head>
- <body>
- <t:formvalid formid="formobj" dialog="false" usePlugin="password" layout="table" action="tSSysbugController.do?doUpdate" tiptype="1" callback="callback">
- <input id="id" name="id" type="hidden" value="${tSSysbugPage.id }"/>
- <table style="width: 600px;" cellpadding="0" cellspacing="1" class="formtable">
- <tr>
- <td align="right">
- <label class="Validform_label">
- 缺陷类型:
- </label>
- </td>
- <td class="value">
- <t:dictSelect field="bugType" type="list" typeGroupCode="bug_type" datatype="*" defaultVal="${tSSysbugPage.bugType}" hasLabel="false" title="缺陷类型"></t:dictSelect>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">缺陷类型</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- 紧急程度:
- </label>
- </td>
- <td class="value">
- <t:dictSelect field="bugLevel" type="list" typeGroupCode="bug_level" datatype="*" defaultVal="${tSSysbugPage.bugLevel}" hasLabel="false" title="紧急程度"></t:dictSelect>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">紧急程度</label>
- </td>
- </tr>
- <tr>
- <td align="right">
- <label class="Validform_label">
- 登陆人账号:
- </label>
- </td>
- <td class="value" colspan="3">
- <input id="loginPerson1" name="loginPerson1" type="hidden" value='${tSSysbugPage.loginPerson1}'/>
- <input name="userName" class="inputxt" id="userName" readonly="readonly" value='${tSSysbugPage.loginPerson1Username}'/>
- <t:choose hiddenName="loginPerson1" hiddenid="id" left="50%" fun="" width="670" height="450" url="correctionController.do?userWorkflow&type=samelevel_transfer" name="userList1" icon="icon-select" title="选择登录人" textname="userName" isclear="true" isInit="true"></t:choose>
- <span class="Validform_checktip"></span>
- </td>
- </tr>
- <!-- <tr> -->
- <!-- <td align="right"> -->
- <!-- <label class="Validform_label"> -->
- <!-- 登陆人1: -->
- <!-- </label> -->
- <!-- </td> -->
- <!-- <td class="value"> -->
- <%-- <input id="loginPerson1" name="loginPerson1" type="text" style="width: 150px" datatype="*" ignore="checked" value='${tSSysbugPage.loginPerson1}'/> --%>
- <!-- <span class="Validform_checktip"></span> -->
- <!-- <label class="Validform_label" style="display: none;">登陆人1</label> -->
- <!-- </td> -->
- <!-- <td align="right"> -->
- <!-- <label class="Validform_label"> -->
- <!-- 登陆人2: -->
- <!-- </label> -->
- <!-- </td> -->
- <!-- <td class="value"> -->
- <%-- <input id="loginPerson2" name="loginPerson2" type="text" style="width: 150px" ignore="ignore" value='${tSSysbugPage.loginPerson2}'/> --%>
- <!-- <span class="Validform_checktip"></span> -->
- <!-- <label class="Validform_label" style="display: none;">登陆人2</label> -->
- <!-- </td> -->
- <!-- </tr> -->
- <tr>
- <td align="right">
- <label class="Validform_label">
- 涉及的员工:
- </label>
- </td>
- <td class="value" >
- <input id="bugPerson1" name="bugPerson1" type="hidden" value='${tSSysbugPage.bugPerson1}'/>
- <input name="realName" class="inputxt" id="bugPerson1realName" readonly="readonly" value='${tSSysbugPage.bugPerson1Realname}'/>
- <t:choose hiddenName="bugPerson1" hiddenid="id" left="50%" fun="" width="670" height="450" url="correctionController.do?userWorkflow&type=samelevel_transfer" name="userList1" icon="icon-select" title="选择涉及人" textname="realName" isclear="true" isInit="true"></t:choose>
- <span class="Validform_checktip"></span>
- </td>
- </tr>
- <!-- <tr> -->
- <!-- <td align="right"> -->
- <!-- <label class="Validform_label"> -->
- <!-- 涉及人1: -->
- <!-- </label> -->
- <!-- </td> -->
- <!-- <td class="value"> -->
- <%-- <input id="bugPerson1" name="bugPerson1" type="text" style="width: 150px" ignore="ignore" value='${tSSysbugPage.bugPerson1}'/> --%>
- <!-- <span class="Validform_checktip"></span> -->
- <!-- <label class="Validform_label" style="display: none;">涉及人1</label> -->
- <!-- </td> -->
- <!-- <td align="right"> -->
- <!-- <label class="Validform_label"> -->
- <!-- 涉及人2: -->
- <!-- </label> -->
- <!-- </td> -->
- <!-- <td class="value"> -->
- <%-- <input id="bugPerson2" name="bugPerson2" type="text" style="width: 150px" ignore="ignore" value='${tSSysbugPage.bugPerson2}'/> --%>
- <!-- <span class="Validform_checktip"></span> -->
- <!-- <label class="Validform_label" style="display: none;">涉及人2</label> -->
- <!-- </td> -->
- <!-- </tr> -->
- <tr>
- <!-- <TD ALIGN="RIGHT"> -->
- <!-- <LABEL CLASS="VALIDFORM_LABEL"> -->
- <!-- 解决人: -->
- <!-- </LABEL> -->
- <!-- </TD> -->
- <!-- <TD CLASS="VALUE"> -->
- <%-- <INPUT ID="CODER" NAME="CODER" TYPE="TEXT" STYLE="WIDTH: 150PX" DATATYPE="*" IGNORE="CHECKED" VALUE='${TSSYSBUGPAGE.CODER}'/> --%>
- <!-- <SPAN CLASS="VALIDFORM_CHECKTIP"></SPAN> -->
- <!-- <LABEL CLASS="VALIDFORM_LABEL" STYLE="DISPLAY: NONE;">解决人</LABEL> -->
- <!-- </TD> -->
-
- <td align="right">
- <label class="Validform_label">
- 解决时间:
- </label>
- </td>
- <td class="value">
- <input id="endTime" name="endTime" type="text" style="width: 150px" class="Wdate" onClick="WdatePicker()" ignore="checked" value='<fmt:formatDate value='${tSSysbugPage.endTime}' type="date" pattern="yyyy-MM-dd"/>'/>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">解决时间</label>
- </td>
- </tr>
- <!-- <tr> -->
- <!-- <td align="right"> -->
- <!-- <label class="Validform_label"> -->
- <!-- 当前状态: -->
- <!-- </label> -->
- <!-- </td> -->
- <!-- <td class="value"> -->
- <%-- <t:dictSelect field="status" type="list" typeGroupCode="bug_status" datatype="*" defaultVal="${tSSysbugPage.status}" hasLabel="false" title="当前状态"></t:dictSelect> --%>
- <!-- <span class="Validform_checktip"></span> -->
- <!-- <label class="Validform_label" style="display: none;">当前状态</label> -->
- <!-- </td> -->
- <!-- <td align="right"> -->
- <!-- <label class="Validform_label"> -->
- <!-- 附件: -->
- <!-- </label> -->
- <!-- </td> -->
- <!-- <td class="value"> -->
- <%-- <input id="attachment" name="attachment" type="text" style="width: 150px" ignore="ignore" value='${tSSysbugPage.attachment}'/> --%>
- <!-- <span class="Validform_checktip"></span> -->
- <!-- <label class="Validform_label" style="display: none;">附件</label> -->
- <!-- </td> -->
- <!-- </tr> -->
- <!-- <tr> -->
- <!-- <td align="right"> -->
- <!-- <label class="Validform_label"> -->
- <!-- 其它信息: -->
- <!-- </label> -->
- <!-- </td> -->
- <!-- <td class="value"> -->
- <%-- <input id="other" name="other" type="text" style="width: 150px" ignore="ignore" value='${tSSysbugPage.other}'/> --%>
- <!-- <span class="Validform_checktip"></span> -->
- <!-- <label class="Validform_label" style="display: none;">其它信息</label> -->
- <!-- </td> -->
- <!-- <td align="right"> -->
- <!-- <label class="Validform_label"> -->
- <!-- </label> -->
- <!-- </td> -->
- <!-- <td class="value"> -->
- <!-- </td> -->
- <!-- </tr> -->
- <tr>
- <td align="right">
- <label class="Validform_label">
- 问题描述:
- </label>
- </td>
- <td class="value" colspan="3" >
- <textarea id="description" style="width:600px;height:100px" class="inputxt" rows="6" name="description" datatype="*" ignore="checked" >${tSSysbugPage.description}</textarea>
- <span class="Validform_checktip"></span>
- <label class="Validform_label" style="display: none;">问题描述</label>
- </td>
- </tr>
- <!-- <tr> -->
- <!-- <td align="right"> -->
- <!-- <label class="Validform_label"> -->
- <!-- 结果反馈: -->
- <!-- </label> -->
- <!-- </td> -->
- <!-- <td class="value" colspan="3" > -->
- <%-- <textarea id="feedback" style="width:600px;" class="inputxt" rows="6" name="feedback" ignore="ignore" >${tSSysbugPage.feedback}</textarea> --%>
- <!-- <span class="Validform_checktip"></span> -->
- <!-- <label class="Validform_label" style="display: none;">结果反馈</label> -->
- <!-- </td> -->
- <!-- </tr> -->
-
- <tr>
- <td height="50px" align="center" colspan="4" >
- <a style="margin-left:80px" href="#" class="easyui-linkbutton l-btn" plain="true" iconcls="icon-le-back" onclick="history.go(-1)">返回</a>
- <div style="display:none"><input type="submit" id ="btnsub" value=""/></div>
- <a href="#" class="easyui-linkbutton l-btn" iconcls="icon-le-ok" onclick="btn_ok()">提交</a>
- </td>
- </tr>
- </table>
- </t:formvalid>
- </body>
- <script src = "webpage/cn/com/lzt/sysbug/tSSysbug.js"></script>
|