/
ivan
/
ModMas
Обзор
Документация
Войти
/
ivan
/
ModMas
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ModuleMaster/fi/gr_by_gtd.aspx
48 строк
2 KB
i.krivokon
Initial commit
13 мар 2026, 13:49
13 мар 2026, 13:49
00d9fb6
Код
Авторство
О чём код?
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="gr_by_gtd.aspx.vb" Inherits="FI_gr_by_gtd" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <link href="../Styles/page.css" rel="stylesheet" /> <title>GR By GTD from WMS</title> </head> <body> <form id="form1" runat="server"> <div style="text-align: center;"> GTD No:<asp:TextBox ID="gtd" runat="server" Height="16px" Width="206px"></asp:TextBox><asp:Button ID="search" runat="server" Text="Search" /> </div> <hr /> <div style="text-align: center;"> <asp:GridView ID="report" runat="server" CellPadding="4" ForeColor="#333333" style="margin: 0 auto;" AutoGenerateColumns="False"> <AlternatingRowStyle BackColor="White" ForeColor="#284775" /> <Columns> <asp:BoundField DataField="BOENO" HeaderText="GTD" /> <asp:BoundField DataField="INVNO" HeaderText="Invoice" /> <asp:BoundField DataField="MATNR" HeaderText="Material" /> <asp:BoundField DataField="EBELN" HeaderText="PO" /> <asp:BoundField DataField="EBELP" HeaderText="Item" /> <asp:BoundField DataField="MENGE" HeaderText="Qty" /> <asp:BoundField DataField="MEINS" HeaderText="UoM" /> <asp:BoundField DataField="FRBNR" HeaderText="Truck no" /> <asp:BoundField DataField="MBLNR" HeaderText="GR Doc" /> <asp:BoundField DataField="MJAHR" HeaderText="Year" /> <asp:BoundField DataField="WMS_MBLNR" HeaderText="WMS Gr Doc" /> <asp:BoundField DataField="WMS_MENGE" HeaderText="WMS Qty" /> </Columns> <EditRowStyle BackColor="#999999" /> <FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" /> <HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" /> <PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" /> <RowStyle BackColor="#F7F6F3" ForeColor="#333333" /> <SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" /> <SortedAscendingCellStyle BackColor="#E9E7E2" /> <SortedAscendingHeaderStyle BackColor="#506C8C" /> <SortedDescendingCellStyle BackColor="#FFFDF8" /> <SortedDescendingHeaderStyle BackColor="#6F8DAE" /> </asp:GridView> </div> </form> </body> </html>