?? billofbuyprint.ascx
字號:
<%@ Register TagPrefix="cc2" Namespace="xImageButton" Assembly="xImageButton" %>
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="BillOfBuyPrint.ascx.cs" Inherits="Storage.BillPrint.ASCX.BillOfBuyPrint" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="100%" cellSpacing="0" cellPadding="0" background="../images/button/in.gif"
border="0" class="noprint">
<tr>
<td width="30"><IMG src="../images/button/left.gif" width="27"></td>
<td><span class="STYLE1"><asp:label id="lblCaption" runat="server">采購單</asp:label></span></td>
<td width="60"><FONT face="宋體"><cc2:mouseimage id="miPreview" runat="server" ChangeImgUrl="../images/button/btnPreview_2.gif" returnImgUrl="../images/button/btnPreview.gif"
ImageUrl="../../images/button/btnPreview.gif"></cc2:mouseimage></FONT></td>
<td width="60"><FONT face="宋體"><cc2:mouseimage id="miPrintSetup" runat="server" ChangeImgUrl="../images/button/btnPrintsetup_2.gif"
returnImgUrl="../images/button/btnPrintsetup.gif" ImageUrl="../../images/button/btnPrintsetup.gif"></cc2:mouseimage></FONT></td>
<td width="60"><FONT face="宋體"><cc2:mouseimage id="miPrint" runat="server" ChangeImgUrl="../images/button/btnPrint_2.gif" returnImgUrl="../images/button/btnPrint.gif"
ImageUrl="../../images/button/btnPrint.gif"></cc2:mouseimage></FONT></td>
<td width="60"><FONT face="宋體"><cc2:mouseimage id="miClose" runat="server" ChangeImgUrl="../images/button/btnClose_2.gif" returnImgUrl="../images/button/btnClose.gif"
ImageUrl="../../images/button/btnClose.gif"></cc2:mouseimage></FONT></td>
</tr>
</table>
<table border="0" align="center" width="90%">
<tr>
<td align="center">
<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
<tr>
<td height="35" width="25%" align="center" valign="middle">
<asp:Image id="imgLogo" runat="server"></asp:Image></td>
<td height="35" width="50%" align="center">
<P align="center">
<asp:Label id="lblTitle" runat="server" Font-Bold="True" Font-Size="Large"> 采購單</asp:Label></P>
<P><FONT face="宋體"></FONT> </P>
</td>
<td height="35" width="25%" align="center">
<b>
<asp:Label id="lblOrderNo" runat="server" ForeColor="Red" Font-Size="Small">采購單編號</asp:Label></b></td>
</tr>
</table>
<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
<tr>
<td><b> 供應商:
<asp:TextBox id="txCustomerName" runat="server" Width="160px" Font-Bold="True" ReadOnly="True">客戶名稱</asp:TextBox>
聯系電話:
<asp:TextBox id="txTel" runat="server" Width="100px" Font-Bold="True" ReadOnly="True">聯系電話</asp:TextBox>
采購日期:
<asp:TextBox id="txBuyDate" runat="server" Width="100px" Font-Bold="True" ReadOnly="True">采購日期</asp:TextBox>
</b>
</td>
</tr>
<tr>
<td><b><FONT face="宋體">采購員:
<asp:TextBox id="txBuyer" runat="server" Font-Bold="True" ReadOnly="True" Width="100px"></asp:TextBox> 申請部門:
<asp:TextBox id="txDept" runat="server" Font-Bold="True" ReadOnly="True" Width="100px"></asp:TextBox> 申請人:
<asp:TextBox id="txApplyer" runat="server" Font-Bold="True" ReadOnly="True" Width="100px"></asp:TextBox> 申請時間:
<asp:TextBox id="txAppleDate" runat="server" Font-Bold="True" ReadOnly="True" Width="100px"></asp:TextBox></FONT></b>
</td>
</tr>
<tr>
<td><b> 供應商詳細地址:
<asp:TextBox id="txCsrAddr" runat="server" Width="512px" Font-Bold="True" ReadOnly="True">地址</asp:TextBox>
</b>
</td>
</tr>
</table>
<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
<tr>
<td align="center" valign="top" width="100%">
<asp:DataGrid id="dgList" runat="server" AutoGenerateColumns="False" Width="100%" BorderColor="Black"
BorderWidth="1px">
<ItemStyle Height="30px"></ItemStyle>
<HeaderStyle Font-Size="Medium" Font-Bold="True" HorizontalAlign="Center"></HeaderStyle>
<Columns>
<asp:BoundColumn DataField="GoodsCode" ReadOnly="True" HeaderText="產品編號">
<HeaderStyle Font-Bold="True" Width="14%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="GoodsName" ReadOnly="True" HeaderText="產品名稱">
<HeaderStyle Font-Bold="True" Width="12%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Color" ReadOnly="True" HeaderText="顏 色">
<HeaderStyle Font-Bold="True" Width="9%"></HeaderStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="UnitName" ReadOnly="True" HeaderText="單 位">
<HeaderStyle Font-Bold="True" Width="8%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Nums" ReadOnly="True" HeaderText="數 量">
<HeaderStyle Font-Bold="True" Width="10%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Price" ReadOnly="True" HeaderText="單 價" DataFormatString="{0} 元 ">
<HeaderStyle Font-Bold="True" Width="10%"></HeaderStyle>
<ItemStyle HorizontalAlign="Right"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="SubMoney" ReadOnly="True" HeaderText="金 額" DataFormatString="{0}元">
<HeaderStyle Font-Bold="True" Width="12%"></HeaderStyle>
<ItemStyle HorizontalAlign="Right"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Rate" ReadOnly="True" HeaderText="折扣率" DataFormatString="{0}%">
<HeaderStyle Font-Bold="True" Width="5%"></HeaderStyle>
<ItemStyle HorizontalAlign="Center"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="FactMoney" ReadOnly="True" HeaderText="實際金額" DataFormatString="{0}元 ">
<HeaderStyle Font-Bold="True" Width="12%"></HeaderStyle>
<ItemStyle HorizontalAlign="Right"></ItemStyle>
</asp:BoundColumn>
<asp:BoundColumn DataField="Memo" ReadOnly="True" HeaderText="備注">
<HeaderStyle Font-Bold="True" Width="15%"></HeaderStyle>
</asp:BoundColumn>
</Columns>
</asp:DataGrid>
</td>
</tr>
</table>
<table border="0" width="100%" bordercolorlight="#000000" bordercolordark="#ffffff" cellspacing="0">
<tr>
<td><b>預收訂金:
<asp:TextBox id="txUpfrontMoney" runat="server" Width="100px" Font-Bold="True" ReadOnly="True"></asp:TextBox>元
收款方式:
<asp:TextBox id="txGatheringType" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>
出納:
<asp:TextBox id="txPayouter" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>
審核:
<asp:TextBox id="txCheckMan" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>
</b>
</td>
</tr>
<tr>
<td>
<b>制 單:
<asp:TextBox id="txMakeBillMan" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>
庫 管:
<asp:TextBox id="txStoreMan" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox> 質
檢:
<asp:TextBox id="txQualityMan" Font-Bold="True" runat="server" Width="100px" ReadOnly="True"></asp:TextBox>
備注:
<asp:TextBox id="txMemo" runat="server" Font-Bold="True" ReadOnly="True" Width="100px"></asp:TextBox>
</b>
</td>
</tr>
</table>
</td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -