📄 i_mydeskweb.aspx
字号:
<%@ Page language="c#" Codebehind="i_myDeskWeb.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.i.i_myDeskWeb" %>
<%@ Register TagPrefix="dotnetcharting" Namespace="dotnetCHARTING" Assembly="dotnetCHARTING" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>i_myDeskWeb</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="../styCss/sty1.css" type="text/css" rel="stylesheet">
<LINK href="../styCss/fontsty.css" type="text/css" rel="stylesheet">
<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 bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table height="5">
<tr>
<td></td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<table cellSpacing="0" cellPadding="0" width="750" border="0">
<tr>
<td vAlign="top" width="227" height="226">
<table class="table_cro" height="98%" cellSpacing="0" width="98%" border="0">
<tr>
<td class="whitFont" background="../Image/titleLine.gif" height="20"> 待审批的任务</td>
</tr>
<tr>
<td vAlign="top">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<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 vAlign="top" width="545">
<table class="table_cro" height="98%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td class="whitFont" background="../Image/titleLine.gif" height="20"> 新销售记录</td>
</tr>
<tr>
<td vAlign="top">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<asp:repeater id="saleListRp" 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="70" class="table_botLine "> <%#DataBinder.Eval(Container.DataItem,"saleID")%>
</td>
<td width="125" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"productName")%>
</td>
<td width="72" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"productType")%>
</td>
<td width="59" align="center" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"productNum")%>
<td width="137" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"cus")%>...
</td>
<td width="75" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"crrdate")%>
</td>
</tr>
</ItemTemplate>
</asp:repeater></table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td vAlign="top" colSpan="2">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td vAlign="top">
<table class="table_cro" cellSpacing="0" cellPadding="0" width="750" border="0">
<tr>
<td class="whitFont" background="../Image/titleLine.gif"> 销售量走势图</td>
</tr>
<tr>
<td><dotnetcharting:chart id="saleChart" runat="server" Width="750px">
<TitleBox Orientation="Top" Position="Left"></TitleBox>
<DefaultSeries Type="Column"></DefaultSeries>
<DefaultTitleBox Visible="True" Orientation="Top" Position="Right"></DefaultTitleBox>
<DefaultLegendBox Visible="True" Orientation="Right" CornerBottomRight="Cut" Position="Right">
<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>
<tr>
<td vAlign="top">
<table class="table_cro" cellSpacing="0" cellPadding="0" width="750" border="0">
<tr>
<td class="whitFont" background="../Image/titleLine.gif"> 产品库存分析统计</td>
</tr>
<tr>
<td>
<dotnetcharting:chart id="storageChart" runat="server" Width="750px">
<TitleBox Orientation="TopLeft" Position="Left"></TitleBox>
<DefaultSeries Type="Column"></DefaultSeries>
<DefaultTitleBox Visible="True" Orientation="TopLeft"></DefaultTitleBox>
<DefaultLegendBox Visible="True" Orientation="TopLeft" 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 + -