📄 mydeskweb.aspx
字号:
<%@ Register TagPrefix="dotnetcharting" Namespace="dotnetCHARTING" Assembly="dotnetCHARTING" %>
<%@ Page language="c#" Codebehind="myDeskWeb.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.user.myDeskWeb" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>myDeskWeb</title>
<META http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<link href="../styCss/sty1.css" rel="stylesheet" type="text/css">
<link href="../styCss/fontsty.css" rel="stylesheet" type="text/css">
<script language="javascript">
var SelEmpl = '';
function SelectEmpl(eid)
{
if (SelEmpl != '')
{
document.all['NM'+SelEmpl].style.backgroundColor = '';
document.all['NM'+SelEmpl].style.color = '';
}
SelEmpl = eid;
document.all['NM'+eid].style.backgroundColor = 'gold';
document.all['NM'+SelEmpl].style.color = 'black';
//------------------------------------
var returnValue1="";
var reportID = "";
var TableRows=document.Form1.all["storageTable"].rows;
var ids = eid-1;
if(TableRows[ids].cells[0].childNodes[0].tagName=="INPUT")
{
returnValue1 = TableRows[ids].cells[0].childNodes[0].value;
}
}
</script>
</HEAD>
<body MS_POSITIONING="GridLayout" topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">
<form id="Form1" method="post" runat="server">
<table height="5">
<tr>
<td></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="772" height="317" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="227" height="226" valign="top"><table width="98%" height="98%" border="0" cellspacing="0" class="table_cro">
<tr>
<td height="20" background="../Image/titleLine.gif" class="whitFont"> 待审批的任务</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> 待审批的收货单: <font color="#ff0000">
<asp:Label ID="getProductListNum" runat="server"></asp:Label>
</font> 条</td>
</tr>
<tr>
<td> 未读系统内邮件:<font color="#ff0000">
<asp:Label ID="emailNum_SystemIn" runat="server"></asp:Label>
</font>封</td>
</tr>
<tr>
<td> 未读Internet邮件:<font color="#ff0000"> 0 </font>封
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="545" valign="top"><table width="99%" height="98%" border="0" cellpadding="0" cellspacing="0" class="table_cro">
<tr>
<td background="../Image/titleLine.gif" height="20" class="whitFont"> 待入库产品</td>
</tr>
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<asp:repeater id="inStorageListRp" runat="server">
<HeaderTemplate>
<tr class="table_botLine" align="center">
<td class="table_botLine table_topLine">发货编号</td>
<td class="table_botLine table_leftLine table_topLine">产品名称</td>
<td class="table_botLine table_leftLine table_topLine">产品型号</td>
<td class="table_botLine table_leftLine table_topLine">产品规格</td>
<td class="table_botLine table_leftLine table_topLine">数 量</td>
<td class="table_botLine table_leftLine table_topLine">日期</td>
</tr>
</HeaderTemplate>
<ItemTemplate>
<!--<tr id="NM<%#DataBinder.Eval(Container.DataItem,"formID")%>" onMouseOver="this.bgColor='LemonChiffon'" onMouseOut="this.bgColor=''" onClick="javascript:SelectEmpl('<%#DataBinder.Eval(Container.DataItem,"formID")%>')" >-->
<tr>
<td width="79" class="table_botLine "> <%#DataBinder.Eval(Container.DataItem,"outstorageID")%>
</td>
<td width="113" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"productName")%>
</td>
<td width="100" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"productType")%>
</td>
<td width="79" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"productSpec")%>
<td width="68" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"productNum")%>
</td>
<td width="68" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"crrdate")%>
</td>
</tr>
</ItemTemplate>
</asp:repeater>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><table width="770" border="0" cellpadding="0" cellspacing="0" class="table_cro">
<tr>
<td background="../Image/titleLine.gif" class="whitFont">本周销售量走势图</td>
</tr>
<tr>
<td>
<dotnetCHARTING:Chart id="saleChart" runat="server" Width="770px">
<TitleBox Position="Left"></TitleBox>
<DefaultSeries Type="Column"></DefaultSeries>
<DefaultTitleBox Visible="True"></DefaultTitleBox>
<DefaultLegendBox Visible="True" CornerBottomRight="Cut">
<HeaderEntry SortOrder="-1" Visible="False" Value="Value" Name="Name">
<DividerLine Color="Gray"></DividerLine>
<LabelStyle Font="Arial, 8pt, style=Bold"></LabelStyle>
</HeaderEntry>
</DefaultLegendBox>
</dotnetCHARTING:Chart></td>
</tr>
<tr>
<td background="../Image/titleLine.gif" class="whitFont">库存产品统计分析</td>
</tr>
<tr>
<td>
<dotnetCHARTING:Chart id="storageChart" runat="server" Width="770px">
<TitleBox Position="Left"></TitleBox>
<DefaultSeries Type="Column"></DefaultSeries>
<DefaultTitleBox Visible="True"></DefaultTitleBox>
<DefaultLegendBox Visible="True" CornerBottomRight="Cut">
<HeaderEntry SortOrder="-1" Visible="False" Value="Value" Name="Name">
<DividerLine Color="Gray"></DividerLine>
<LabelStyle Font="Arial, 8pt, style=Bold"></LabelStyle>
</HeaderEntry>
</DefaultLegendBox>
</dotnetCHARTING:Chart></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -