?? productlist_in.aspx
字號:
<%@ Page language="c#" Codebehind="productList_In.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.user.storage.productList_In" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>productList_In</title>
<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" type="text/javascript">
function confirmInStorage(menuStr)
{
if(window.confirm('確定該產品入庫嗎?'))
{
window.showModalDialog('selectModalDialog.aspx?product_shouldInConfirm.aspx?id='+menuStr,'','dialogWidth:10px;dialogHeight:10px;help:yes;scroll:no;status:no');
}
window.location.href = location.href;
}
function RandomNum()
{
var today = new Date();
var yy = eval(today.getYear())+'';
var mon = eval(today.getMonth()) + '';
//mm=(mm.length>1)?mm:0+mm;
var dd = eval(today.getDate()) + '';
var hh = eval(today.getHours()) + '';
var mm = eval(today.getMinutes()) + '';
var ss = eval(today.getSeconds()) +'';
var vrand = Math.round(Math.random()*1000000);
//var vrand1 = Math.round(Math.random()*1000000);
//alert(ss.length);
if(mon.length==1)
{
mon = '0' + mon;
// alert(mon);
}
//alert(yy + mon + dd + hh + mm + ss + vrand);
return yy + mon +dd + "-" + hh + mm + ss + "-" + vrand;
}
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">
<form id="Form1" method="post" runat="server">
<table height="5">
<tr>
<td></td>
</tr>
</table>
<table width="100%" height="98%" border="0" cellpadding="0" cellspacing="0" class="hTable_cro">
<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" id="storageTable">
<tr>
<td height="20" colspan="8" align="center" background="../../Image/titleLine.gif" class="whitFont">收貨歷史記錄</td>
</tr>
<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>
<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")%>')">
<td width="106" class="table_botLine "> </td>
<td width="110" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"outstorageID")%>
</td>
<td width="167" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"productName")%>
</td>
<td width="189" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"productType")%>
</td>
<td width="160" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"productSpec")%>
<td width="221" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"inwhere")%>
<td width="154" class="table_botLine table_leftLine"> <%#DataBinder.Eval(Container.DataItem,"productNum")%>
</td>
<td width="123" class="table_botLine table_leftLine " align="center"> </td>
</tr>
</ItemTemplate>
</asp:repeater>
</table>
</td>
</tr>
</table>
</form>
</body>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -