📄 _dailyop_task_show.php
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="./templates/oa.css" type="text/css">
<script Language=JavaScript src="./scripts/Popcalendar.js"></script>
<script language="JavaScript" src="./scripts/bgColor.js"></script>
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
<title>任务详细信息</title>
<style type="text/css">
<!--
body { font-size: 12px; font-family: "宋体"; background-color: #E4E4E4; cursor: default;
scrollbar-face-color: #DBE4F0 ; scrollbar-shadow-color: #6999E3 ; scrollbar-darkshadow-color: #ffffff ; scrollbar-highlight-color: #AAC7F6; scrollbar-3dlight-color: #ffffff ; scrollbar-track-color: transparent ; scrollbar-arrow-color: #5272F3
}
-->
</style>
</head>
<Script Language=javascript>
<!--
var strLocation = "";
//----修改修改员工信息----
function btEditUser_onsub(id)
{
window.dialogArguments.strLocation = "dailyop.php?action=task&sysaction=add&id="+id;
window.dialogArguments.applyFromDialog();
window.close();
}
function btAddEmp_submit(id)
{
MyForm.action = "dailyop.php?action=task&sysaction=show&addnote=1&id="+id;
document.MyForm.btAddEmp.disabled = true;
//window.dialogArguments.applyFromDialog();
MyForm.submit();
}
//---取消员工,即将IsActive字段置为3---
function btCancelEmp_submit(id)
{
var Msg
Msg = window.confirm("确信删除该信息吗?单击“确定”删除,否则“取消”!");
if (Msg)
{
MyForm.action = "dailyop.php?action=task&sysaction=del&id="+id;
MyForm.submit();
window.close();
}
}
//-->
</Script>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<form name=MyForm id=MyForm method=Post>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" align="center">
<table border="0" cellspacing="0" cellpadding="0" align="left" width="100%">
<tr>
<td class="pageHeaderBG_TheDailyWork" valign="top">
<table cellpadding="0" cellspacing="0" border="0">
<td class="pageHeader" nowrap><img src="./images/arrow_yellow.gif" width="12" height="11" hspace="8">(
任务安排 - 任务详细信息 )</td>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td bgcolor="#999999" height="1"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF" height="1"></td>
</tr>
</table>
<table width="100%" cellpadding="0" border="0" cellspacing="0">
<tr align="center">
<td bgcolor="#F0F0F0">
<!-- 内容区开始 -->
<input type=hidden name=id value="<?=$tas_t['id']?>">
<table width="85%" border="0"cellspacing="0" cellpadding="3" bordercolor="#FFFFFF" bordercolordark="#DFDFBD">
<tr>
<td align="right" width="15%" nowrap class="Shadow_white">创建人:</td>
<td align="left" nowrap class="Result"><?=$tas_t['admin']?></td>
<td align="right" nowrap class="Shadow_white">创建时间:</td>
<td align="left" nowrap class="Result"><?=$tas_t['time']?></td>
</tr>
<tr>
<td align="right" nowrap class="Shadow_white">任务主题:</td>
<td align="left" nowrap class="Result" colspan=3><?=$tas_t['title']?></td>
</tr>
<tr>
<td align="right" nowrap class="Shadow_white" valign=top>详细描述:</td>
<td align="left" nowrap colspan=3>
<textarea style="color: #0000CC; WIDTH: 100%; cursor: default; border: 1px #c0c0c0 solid; HEIGHT: 100px; BACKGROUND-COLOR: #F0F0F0; overflow:auto" name="txaBulMemo" readonly><?=$tas_t['des']?></textarea></td>
</tr>
<tr>
<td align="right" nowrap class="Shadow_white">开始时间:</td>
<td align="left" nowrap class="Result"><?=$tas_t['tdate']?> <?=$tas_t['stime']?></td>
<td align="right" nowrap class="Shadow_white">结束时间:</td>
<td align="left" nowrap class="Result"><?=$tas_t['tdate2']?> <?=$tas_t['etime']?></td>
</tr>
<tr>
<td align="right" nowrap class="Shadow_white">预先提醒:</td>
<td align="left" nowrap class="Result" colspan=3><?=$tas_t['awoke']?></td>
</tr>
<tr>
<td align="right" nowrap class="Shadow_white">任务状态:</td>
<td align="left" nowrap class="Result" style="color:red"><?=$tas_t['state']?></td>
<td align="right" nowrap class="Shadow_white">完成进度:</td>
<td align="left" nowrap class="Result" style="color:red"><?=$tas_t['plan']?>%</td>
</tr>
<tr>
<td align="right" nowrap class="Shadow_white">分 配 给:</td>
<td align="left" class="Result" colspan="3"><?=$tas_t['executant']?></td>
</tr>
</table>
<br>
<!-- 内容区结束 -->
</td>
</tr>
</table>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF" height="1"></td>
</tr>
<tr>
<td align="center" height="40">
<input type="button" value=" 修 改 " class="button" name="btEditUser" onClick="btEditUser_onsub(<?=$tas_t['id']?>)" onMouseOver="onButton(this);" onMouseOut="offButton(this);">
<input type="reset" value=" 删 除 " class="button" name="btCancel" onClick="btCancelEmp_submit(<?=$tas_t['id']?>);" onMouseOver="onButton(this);" onMouseOut="offButton(this);">
<input type="button" value=" 关 闭 " class="button" name="btReturn" onClick="window.close()" onMouseOver="onButton(this);" onMouseOut="offButton(this);">
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -