|
@ -10,11 +10,23 @@ |
|
|
<body> |
|
|
<body> |
|
|
<form id="form1" runat="server"> |
|
|
<form id="form1" runat="server"> |
|
|
<f:PageManager runat="server" AutoSizePanelID="Panel1" /> |
|
|
<f:PageManager runat="server" AutoSizePanelID="Panel1" /> |
|
|
<f:Panel ID="Panel1" runat="server" Title="" AutoScroll="True"> |
|
|
<f:Panel ID="Panel1" runat="server" Title="" Layout="VBox" BoxConfigAlign="Stretch" BoxConfigPosition="Start" > |
|
|
|
|
|
|
|
|
<Items> |
|
|
<Items> |
|
|
<f:Button ID="Button1" runat="server" EnablePostBack="True" Text="刷新" Icon="Reload" OnClientClick="location.reload();"/> |
|
|
|
|
|
<f:Form runat="server" Title=""> |
|
|
<f:Form runat="server"> |
|
|
|
|
|
<Toolbars> |
|
|
|
|
|
<f:Toolbar ID="Toolbar1" runat="server"> |
|
|
|
|
|
<Items> |
|
|
|
|
|
<f:Button ID="Button1" runat="server" EnablePostBack="True" Text="刷新" Icon="Reload" OnClientClick="location.reload();" /> |
|
|
|
|
|
</Items> |
|
|
|
|
|
</f:Toolbar> |
|
|
|
|
|
</Toolbars> |
|
|
|
|
|
</f:Form> |
|
|
|
|
|
|
|
|
|
|
|
<f:GroupPanel runat="server" ID="gp1" Layout="HBox"> |
|
|
|
|
|
<Items> |
|
|
|
|
|
<f:Form runat="server" Title=""> |
|
|
<Items> |
|
|
<Items> |
|
|
<f:FormRow runat="server" ColumnWidths="15% 15% 15% 15% "> |
|
|
<f:FormRow runat="server" ColumnWidths="15% 15% 15% 15% "> |
|
|
<Items> |
|
|
<Items> |
|
@ -45,8 +57,11 @@ |
|
|
</f:FormRow> |
|
|
</f:FormRow> |
|
|
</Items> |
|
|
</Items> |
|
|
</f:Form> |
|
|
</f:Form> |
|
|
|
|
|
</Items> |
|
|
|
|
|
</f:GroupPanel> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<f:Grid ID="Grid_V_TB_ASK_DETAIL_PO" ShowBorder="true" ShowHeader="true" PageSize="15" BoxFlex="1" CssClass="maingrid" |
|
|
<f:Grid ID="Grid_V_TB_ASK_DETAIL_PO" ShowBorder="true" ShowHeader="true" BoxFlex="1" CssClass="maingrid" |
|
|
runat="server" DataKeyNames="UID,PoBillNum,ModType_DESC,AskBillNum,VendName,VendId,BeginTime,PoLine,PartCode,PartDesc,VendPartCode,PoUnit,Price,AskQty,ShippedQty,ReceivedQty,ArriveQty,EndTime,Site_Desc,Buyer,BuyerPhone" |
|
|
runat="server" DataKeyNames="UID,PoBillNum,ModType_DESC,AskBillNum,VendName,VendId,BeginTime,PoLine,PartCode,PartDesc,VendPartCode,PoUnit,Price,AskQty,ShippedQty,ReceivedQty,ArriveQty,EndTime,Site_Desc,Buyer,BuyerPhone" |
|
|
IsDatabasePaging="True" AllowPaging="True" |
|
|
IsDatabasePaging="True" AllowPaging="True" |
|
|
EnableRowSelectEvent="True" AutoScroll="True" |
|
|
EnableRowSelectEvent="True" AutoScroll="True" |
|
|