| 
									
										
										
										
											2024-03-06 20:48:05 +08:00
										 |  |  | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Charts.aspx.cs" Inherits="wms_Charts" %> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2024-05-27 10:40:55 +08:00
										 |  |  | <%@ Register assembly="DevExpress.XtraCharts.v16.2.Web, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a"  namespace="DevExpress.XtraCharts.Web" tagprefix="dx" %> | 
					
						
							| 
									
										
										
										
											2024-03-06 20:48:05 +08:00
										 |  |  | <%@ Register assembly="DevExpress.XtraCharts.v16.2, Version=16.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.XtraCharts" tagprefix="dx" %> | 
					
						
							|  |  |  | <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> | 
					
						
							|  |  |  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <html xmlns="http://www.w3.org/1999/xhtml"> | 
					
						
							|  |  |  | <head runat="server"> | 
					
						
							|  |  |  |     <title></title> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <style> | 
					
						
							|  |  |  |     #warp{width:99%;height:99%;background:#000;} | 
					
						
							|  |  |  |     </style> | 
					
						
							|  |  |  | </head> | 
					
						
							|  |  |  | <body  id="warp"> | 
					
						
							|  |  |  |     <form id="form1" runat="server"> | 
					
						
							|  |  |  |       | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <asp:ScriptManager ID="ScriptManager1" runat="server" EnableScriptGlobalization="True" | 
					
						
							|  |  |  |             EnableScriptLocalization="True" AsyncPostBackTimeout="180"> | 
					
						
							|  |  |  |         </asp:ScriptManager> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <div> | 
					
						
							|  |  |  |      <asp:UpdatePanel ID="UpdatePanel1" runat="server"> | 
					
						
							|  |  |  |                                     <ContentTemplate> | 
					
						
							|  |  |  |                                          | 
					
						
							|  |  |  |                               | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |    <table width="99%" height="100%"  align="center"   > | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |      <tr><td  align="center"  style="border-style: none; border-color: inherit; border-width: 0;  font-size: 36pt;  | 
					
						
							|  |  |  |                           background:inherit;  color: White; width:100%; text-align:center;" >  | 
					
						
							|  |  |  |                <br />  | 
					
						
							|  |  |  |                 得牛WMS任务看板  | 
					
						
							|  |  |  |                 | 
					
						
							|  |  |  |              <br /> | 
					
						
							|  |  |  |           </td> | 
					
						
							|  |  |  |           </tr> | 
					
						
							|  |  |  |     <tr> | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |     <td align="left"> <input name="thetime" style="border-style: none; border-color: inherit; border-width: 0;  font-size: 36pt;  | 
					
						
							|  |  |  |                           background:inherit;  color: White; width:100%; text-align:center;"     /> | 
					
						
							|  |  |  |      </td> | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |     </tr> | 
					
						
							|  |  |  |      <tr><td  >   </td></tr> | 
					
						
							|  |  |  |          <tr><td align="center"> <dx:WebChartControl ID="WebChartPartTasks" runat="server"  | 
					
						
							|  |  |  |                   AppearanceNameSerializable="Pastel Kit" BackColor="Black"  | 
					
						
							|  |  |  |                   CrosshairEnabled="True" Height="260px" PaletteName="Pastel Kit"  | 
					
						
							|  |  |  |                   Width="2340px"> <BorderOptions Color="63, 63, 63"   /> | 
					
						
							|  |  |  |                   <DiagramSerializable> | 
					
						
							|  |  |  |                       <dx:XYDiagram> | 
					
						
							|  |  |  |                           <axisx Color="White" InterlacedColor="White" Title-Text=""  | 
					
						
							|  |  |  |                               Title-Visibility="Default" Visibility="True"  | 
					
						
							|  |  |  |                               visibleinpanesserializable="-1"> | 
					
						
							|  |  |  |                               <InterlacedFillStyle FillMode="Solid"> | 
					
						
							|  |  |  |                               </InterlacedFillStyle> | 
					
						
							|  |  |  |                               <Tickmarks MinorVisible="False" /> | 
					
						
							|  |  |  |                               <Label BackColor="Black" Font="仿宋, 22pt, style=Bold" TextColor="255, 255, 255"> | 
					
						
							|  |  |  |                               </Label> | 
					
						
							|  |  |  |                           </axisx> | 
					
						
							|  |  |  |                           <axisy Visibility="False" visibleinpanesserializable="-1"  | 
					
						
							|  |  |  |                               Title-Visibility="Default"> | 
					
						
							|  |  |  |                               <Tickmarks MinorVisible="False" Visible="False" /> | 
					
						
							|  |  |  |                               <GridLines Visible="False"> | 
					
						
							|  |  |  |                               </GridLines> | 
					
						
							|  |  |  |                           </axisy> | 
					
						
							|  |  |  |                           <DefaultPane BackColor="0, 0, 0" Weight="2" BorderVisible="False"> | 
					
						
							|  |  |  |                               <FillStyle FillMode="Solid"> | 
					
						
							|  |  |  |                               </FillStyle> | 
					
						
							|  |  |  |                               <Shadow Color="Black" /> | 
					
						
							|  |  |  |                           </DefaultPane> | 
					
						
							|  |  |  |                       </dx:XYDiagram> | 
					
						
							|  |  |  |                   </DiagramSerializable> | 
					
						
							|  |  |  |                   <Legend Name="Default Legend" Visibility="True" AlignmentHorizontal="Left"  | 
					
						
							|  |  |  |                       BackColor="Black" MarkerVisible="False" TextColor="255, 255, 255"  | 
					
						
							|  |  |  |                       TextVisible="False" AlignmentVertical="Center"  | 
					
						
							|  |  |  |                  Direction="LeftToRight"> | 
					
						
							|  |  |  |                       <Border Color="255, 255, 255" Visibility="False" /> | 
					
						
							|  |  |  |                       <Padding Bottom="1" Left="1" Right="1" Top="1" /> | 
					
						
							|  |  |  |                       <Margins Bottom="1" Left="1" Right="1" Top="1" /> | 
					
						
							|  |  |  |                       <Title Font="黑体, 20pt, style=Bold" Text="货区任务" TextColor="255, 255, 255"  | 
					
						
							|  |  |  |                           Visible="True" Alignment="Near" WordWrap="True"> | 
					
						
							|  |  |  |                           <Margins Bottom="0" Left="0" Right="0" Top="0" /> | 
					
						
							|  |  |  |                       </Title></Legend> | 
					
						
							|  |  |  |                   <SeriesSerializable> | 
					
						
							|  |  |  |                       <dx:Series LabelsVisibility="True" Name="任务数" ShowInLegend="False"> | 
					
						
							|  |  |  |                           <Points> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="验收" Values="60"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="2" Values="50"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="3" Values="100"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="4" Values="60"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="5" Values="100"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                           </Points> | 
					
						
							|  |  |  |                           <viewserializable> | 
					
						
							|  |  |  |                               <dx:SideBySideStackedBarSeriesView BarWidth="0.5" Color="221, 217, 195"> | 
					
						
							|  |  |  |                                   <FillStyle FillMode="Hatch"> | 
					
						
							|  |  |  |                                       <OptionsSerializable> | 
					
						
							|  |  |  |                                           <dx:HatchFillOptions Color2="0, 0, 0" /> | 
					
						
							|  |  |  |                                       </OptionsSerializable> | 
					
						
							|  |  |  |                                   </FillStyle> | 
					
						
							|  |  |  |                               </dx:SideBySideStackedBarSeriesView> | 
					
						
							|  |  |  |                           </viewserializable> | 
					
						
							|  |  |  |                           <LabelSerializable> | 
					
						
							|  |  |  |                               <dx:StackedBarSeriesLabel BackColor="0, 0, 0" Font="Tahoma, 18pt, style=Bold"  | 
					
						
							|  |  |  |                                   Indent="1" Position="TopInside" TextColor="255, 255, 255"> | 
					
						
							|  |  |  |                               </dx:StackedBarSeriesLabel> | 
					
						
							|  |  |  |                           </LabelSerializable> | 
					
						
							|  |  |  |                       </dx:Series> | 
					
						
							|  |  |  |                       <dx:Series Name="完成数"> | 
					
						
							|  |  |  |                           <Points> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="验收" Values="50"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="2" Values="30"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="3" Values="20"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="4" Values="30"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="5" Values="40"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                           </Points> | 
					
						
							|  |  |  |                           <ViewSerializable> | 
					
						
							|  |  |  |                               <dx:StackedBarSeriesView BarWidth="0.5" Color="240, 0, 0" ColorEach="True"> | 
					
						
							|  |  |  |                                   <Border Color="240, 0, 0" Visibility="False" /> | 
					
						
							|  |  |  |                                   <FillStyle FillMode="Gradient"> | 
					
						
							|  |  |  |                                       <OptionsSerializable> | 
					
						
							|  |  |  |                                           <dx:RectangleGradientFillOptions GradientMode="BottomToTop" /> | 
					
						
							|  |  |  |                                       </OptionsSerializable> | 
					
						
							|  |  |  |                                   </FillStyle> | 
					
						
							|  |  |  |                               </dx:StackedBarSeriesView> | 
					
						
							|  |  |  |                           </ViewSerializable> | 
					
						
							|  |  |  |                           <LabelSerializable> | 
					
						
							|  |  |  |                               <dx:StackedBarSeriesLabel Font="Tahoma, 5pt, style=Bold"> | 
					
						
							|  |  |  |                               </dx:StackedBarSeriesLabel> | 
					
						
							|  |  |  |                           </LabelSerializable> | 
					
						
							|  |  |  |                       </dx:Series> | 
					
						
							|  |  |  |                   </SeriesSerializable> | 
					
						
							|  |  |  |                   <SeriesTemplate> | 
					
						
							|  |  |  |                       <ViewSerializable> | 
					
						
							|  |  |  |                           <dx:StackedBarSeriesView> | 
					
						
							|  |  |  |                           </dx:StackedBarSeriesView> | 
					
						
							|  |  |  |                       </ViewSerializable> | 
					
						
							|  |  |  |                   </SeriesTemplate> | 
					
						
							|  |  |  |                   <Titles> | 
					
						
							|  |  |  |                       <dx:ChartTitle Font="黑体, 22pt, style=Bold" Text="任务一览"  | 
					
						
							|  |  |  |                           TextColor="255, 255, 255" Visibility="False" /> | 
					
						
							|  |  |  |                   </Titles> | 
					
						
							|  |  |  |               </dx:WebChartControl> </td></tr> | 
					
						
							|  |  |  |     <tr>  | 
					
						
							|  |  |  |     <td align="center"> | 
					
						
							|  |  |  |    | 
					
						
							|  |  |  |      <table  ><tr> | 
					
						
							|  |  |  |       | 
					
						
							|  |  |  |         <td valign="top"> | 
					
						
							|  |  |  |                <dx:WebChartControl ID="WebChartEmpTasks" runat="server"  | 
					
						
							|  |  |  |                   AppearanceNameSerializable="Pastel Kit" BackColor="Black"  | 
					
						
							|  |  |  |                   CrosshairEnabled="True" Height="640px" PaletteName="Pastel Kit"  | 
					
						
							|  |  |  |                   Width="420px" onobjectselected="WebChartEmpTasks_ObjectSelected"> | 
					
						
							|  |  |  |                    <BorderOptions Color="63, 63, 63" /> | 
					
						
							|  |  |  |                   <DiagramSerializable> | 
					
						
							|  |  |  |                       <dx:XYDiagram Rotated="True"> | 
					
						
							|  |  |  |                           <axisx Color="White" InterlacedColor="White" Title-Text=""  | 
					
						
							|  |  |  |                               Title-Visibility="True" Visibility="True" visibleinpanesserializable="-1"> | 
					
						
							|  |  |  |                               <InterlacedFillStyle FillMode="Solid"> | 
					
						
							|  |  |  |                               </InterlacedFillStyle> | 
					
						
							|  |  |  |                               <Tickmarks MinorVisible="False" /> | 
					
						
							|  |  |  |                               <Label BackColor="Black" Font="仿宋, 20pt, style=Bold" TextColor="255, 255, 255"> | 
					
						
							|  |  |  |                                   <Border Color="Aqua" Visibility="False" /> | 
					
						
							|  |  |  |                               </Label> | 
					
						
							|  |  |  |                           </axisx> | 
					
						
							|  |  |  |                           <axisy Visibility="False" visibleinpanesserializable="-1"> | 
					
						
							|  |  |  |                               <Tickmarks MinorVisible="False" Visible="False" /> | 
					
						
							|  |  |  |                               <GridLines Visible="False"> | 
					
						
							|  |  |  |                               </GridLines> | 
					
						
							|  |  |  |                           </axisy> | 
					
						
							|  |  |  |                           <DefaultPane BackColor="0, 0, 0" Weight="2" BorderVisible="False"> | 
					
						
							|  |  |  |                               <FillStyle FillMode="Solid"> | 
					
						
							|  |  |  |                               </FillStyle> | 
					
						
							|  |  |  |                               <Shadow Color="Black" /> | 
					
						
							|  |  |  |                           </DefaultPane> | 
					
						
							|  |  |  |                       </dx:XYDiagram> | 
					
						
							|  |  |  |                   </DiagramSerializable> | 
					
						
							|  |  |  |                   <Legend Name="Default Legend" Visibility="True" AlignmentHorizontal="Center"  | 
					
						
							|  |  |  |                       BackColor="0, 0, 0" Font="黑体, 22pt, style=Bold" MarkerVisible="False"  | 
					
						
							|  |  |  |                       TextColor="255, 255, 255" TextVisible="False"  | 
					
						
							|  |  |  |                        AlignmentVertical="TopOutside"> | 
					
						
							|  |  |  |                       <Border Visibility="False" /> | 
					
						
							|  |  |  |                       <Title Font="黑体, 22pt, style=Bold" Text="今日绩效" Visible="True"></Title></Legend> | 
					
						
							|  |  |  |                   <SeriesSerializable> | 
					
						
							|  |  |  |                       <dx:Series LabelsVisibility="True" Name="完成数"> | 
					
						
							|  |  |  |                           <Points> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="验收" Values="50"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="2" Values="30"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="3" Values="20"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="4" Values="30"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="5" Values="40"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                           </Points> | 
					
						
							|  |  |  |                           <viewserializable> | 
					
						
							|  |  |  |                               <dx:StackedBarSeriesView BarWidth="0.5" Color="240, 0, 0" ColorEach="True"> | 
					
						
							|  |  |  |                                   <Border Color="240, 0, 0" Visibility="False" /> | 
					
						
							|  |  |  |                                   <FillStyle FillMode="Gradient"> | 
					
						
							|  |  |  |                                       <OptionsSerializable> | 
					
						
							|  |  |  |                                           <dx:RectangleGradientFillOptions GradientMode="BottomToTop" /> | 
					
						
							|  |  |  |                                       </OptionsSerializable> | 
					
						
							|  |  |  |                                   </FillStyle> | 
					
						
							|  |  |  |                               </dx:StackedBarSeriesView> | 
					
						
							|  |  |  |                           </viewserializable> | 
					
						
							|  |  |  |                           <LabelSerializable> | 
					
						
							|  |  |  |                               <dx:StackedBarSeriesLabel Font="Tahoma, 18pt, style=Bold"> | 
					
						
							|  |  |  |                               </dx:StackedBarSeriesLabel> | 
					
						
							|  |  |  |                           </LabelSerializable> | 
					
						
							|  |  |  |                       </dx:Series> | 
					
						
							|  |  |  |                       <dx:Series LabelsVisibility="True" Name="任务数" ShowInLegend="False"  | 
					
						
							|  |  |  |                           Visible="False"> | 
					
						
							|  |  |  |                           <Points> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="验收" Values="60"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="2" Values="50"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="3" Values="100"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="4" Values="60"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="5" Values="100"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                           </Points> | 
					
						
							|  |  |  |                           <ViewSerializable> | 
					
						
							|  |  |  |                               <dx:SideBySideStackedBarSeriesView BarWidth="0.5" Color="221, 217, 195"> | 
					
						
							|  |  |  |                                   <FillStyle FillMode="Hatch"> | 
					
						
							|  |  |  |                                       <OptionsSerializable> | 
					
						
							|  |  |  |                                           <dx:HatchFillOptions Color2="Black" /> | 
					
						
							|  |  |  |                                       </OptionsSerializable> | 
					
						
							|  |  |  |                                   </FillStyle> | 
					
						
							|  |  |  |                               </dx:SideBySideStackedBarSeriesView> | 
					
						
							|  |  |  |                           </ViewSerializable> | 
					
						
							|  |  |  |                           <LabelSerializable> | 
					
						
							|  |  |  |                               <dx:StackedBarSeriesLabel BackColor="Black" Font="Tahoma, 18pt, style=Bold"  | 
					
						
							|  |  |  |                                   Indent="1" Position="TopInside" TextColor="White"> | 
					
						
							|  |  |  |                               </dx:StackedBarSeriesLabel> | 
					
						
							|  |  |  |                           </LabelSerializable> | 
					
						
							|  |  |  |                       </dx:Series> | 
					
						
							|  |  |  |                   </SeriesSerializable> | 
					
						
							|  |  |  |                   <SeriesTemplate> | 
					
						
							|  |  |  |                       <ViewSerializable> | 
					
						
							|  |  |  |                           <dx:StackedBarSeriesView> | 
					
						
							|  |  |  |                           </dx:StackedBarSeriesView> | 
					
						
							|  |  |  |                       </ViewSerializable> | 
					
						
							|  |  |  |                   </SeriesTemplate> | 
					
						
							|  |  |  |                   <Titles> | 
					
						
							|  |  |  |                       <dx:ChartTitle Font="黑体, 22pt, style=Bold" Text="当日绩效"  | 
					
						
							|  |  |  |                           TextColor="255, 255, 255" Visibility="False" /> | 
					
						
							|  |  |  |                   </Titles> | 
					
						
							|  |  |  |               </dx:WebChartControl> | 
					
						
							|  |  |  |                    | 
					
						
							|  |  |  |                <dx:WebChartControl ID="WebChartLocs" runat="server"  | 
					
						
							|  |  |  |                       AppearanceNameSerializable="Pastel Kit" BackColor="Black"  | 
					
						
							|  |  |  |                       CrosshairEnabled="True" Height="320px" PaletteName="Pastel Kit"  | 
					
						
							|  |  |  |                    Width="420px"> | 
					
						
							|  |  |  |                        <BorderOptions Color="63, 63, 63" /> | 
					
						
							|  |  |  |                       <DiagramSerializable> | 
					
						
							|  |  |  |                           <dx:XYDiagram Rotated="True"> | 
					
						
							|  |  |  |                               <axisx Color="White" InterlacedColor="White" Title-Text=""  | 
					
						
							|  |  |  |                                   Title-Visibility="True" Visibility="True" visibleinpanesserializable="-1"> | 
					
						
							|  |  |  |                                   <InterlacedFillStyle FillMode="Solid"> | 
					
						
							|  |  |  |                                   </InterlacedFillStyle> | 
					
						
							|  |  |  |                                   <Tickmarks MinorVisible="False" /> | 
					
						
							|  |  |  |                                   <Label BackColor="Black"  Font="仿宋, 20pt, style=Bold" TextColor="255, 255, 255"> | 
					
						
							|  |  |  |                                   </Label> | 
					
						
							|  |  |  |                                   <VisualRange Auto="False" MaxValueSerializable="5" MinValueSerializable="验收" /> | 
					
						
							|  |  |  |                                   <WholeRange Auto="False" MaxValueSerializable="5" MinValueSerializable="验收" /> | 
					
						
							|  |  |  |                               </axisx> | 
					
						
							|  |  |  |                               <axisy Visibility="False" visibleinpanesserializable="-1"> | 
					
						
							|  |  |  |                                   <Tickmarks MinorVisible="False" Visible="False" /> | 
					
						
							|  |  |  |                                   <Label Visible="False"> | 
					
						
							|  |  |  |                                   </Label> | 
					
						
							|  |  |  |                                   <GridLines Visible="False"> | 
					
						
							|  |  |  |                                   </GridLines> | 
					
						
							|  |  |  |                               </axisy> | 
					
						
							|  |  |  |                               <DefaultPane BackColor="0, 0, 0" Weight="2" BorderVisible="False"> | 
					
						
							|  |  |  |                                   <FillStyle FillMode="Solid"> | 
					
						
							|  |  |  |                                   </FillStyle> | 
					
						
							|  |  |  |                                   <Shadow Color="Black" /> | 
					
						
							|  |  |  |                               </DefaultPane> | 
					
						
							|  |  |  |                           </dx:XYDiagram> | 
					
						
							|  |  |  |                       </DiagramSerializable> | 
					
						
							|  |  |  |                       <Legend AlignmentHorizontal="Center" BackColor="Black" MarkerVisible="False"  | 
					
						
							|  |  |  |                           Name="Default Legend" TextVisible="False" Visibility="True" Font="黑体, 18pt"  | 
					
						
							|  |  |  |                            AlignmentVertical="TopOutside"> | 
					
						
							|  |  |  |                           <Border Visibility="False" /> | 
					
						
							|  |  |  |                           <Title Font="黑体, 18pt, style=Bold" Text="库位使用百分比" TextColor="255, 255, 255"  | 
					
						
							|  |  |  |                               Visible="True"></Title></Legend> | 
					
						
							|  |  |  |                       <SeriesSerializable> | 
					
						
							|  |  |  |                           <dx:Series LabelsVisibility="True" Name="完成数"> | 
					
						
							|  |  |  |                               <Points> | 
					
						
							|  |  |  |                                   <dx:SeriesPoint ArgumentSerializable="验收" Values="6.21"> | 
					
						
							|  |  |  |                                   </dx:SeriesPoint> | 
					
						
							|  |  |  |                                   <dx:SeriesPoint ArgumentSerializable="2" Values="0.27"> | 
					
						
							|  |  |  |                                   </dx:SeriesPoint> | 
					
						
							|  |  |  |                                   <dx:SeriesPoint ArgumentSerializable="3" Values="0"> | 
					
						
							|  |  |  |                                   </dx:SeriesPoint> | 
					
						
							|  |  |  |                                   <dx:SeriesPoint ArgumentSerializable="4" Values="0"> | 
					
						
							|  |  |  |                                   </dx:SeriesPoint> | 
					
						
							|  |  |  |                                   <dx:SeriesPoint ArgumentSerializable="5" Values="0"> | 
					
						
							|  |  |  |                                   </dx:SeriesPoint> | 
					
						
							|  |  |  |                               </Points> | 
					
						
							|  |  |  |                               <viewserializable> | 
					
						
							|  |  |  |                                   <dx:StackedBarSeriesView BarWidth="0.5" Color="240, 0, 0" ColorEach="True"> | 
					
						
							|  |  |  |                                       <Border Color="240, 0, 0" Visibility="False" /> | 
					
						
							|  |  |  |                                       <FillStyle FillMode="Gradient"> | 
					
						
							|  |  |  |                                           <OptionsSerializable> | 
					
						
							|  |  |  |                                               <dx:RectangleGradientFillOptions GradientMode="BottomToTop" /> | 
					
						
							|  |  |  |                                           </OptionsSerializable> | 
					
						
							|  |  |  |                                       </FillStyle> | 
					
						
							|  |  |  |                                   </dx:StackedBarSeriesView> | 
					
						
							|  |  |  |                               </viewserializable> | 
					
						
							|  |  |  |                               <LabelSerializable> | 
					
						
							|  |  |  |                                   <dx:StackedBarSeriesLabel Font="Tahoma, 18pt, style=Bold"> | 
					
						
							|  |  |  |                                   </dx:StackedBarSeriesLabel> | 
					
						
							|  |  |  |                               </LabelSerializable> | 
					
						
							|  |  |  |                           </dx:Series> | 
					
						
							|  |  |  |                           <dx:Series LabelsVisibility="True" Name="任务数" ShowInLegend="False"  | 
					
						
							|  |  |  |                               Visible="False"> | 
					
						
							|  |  |  |                               <Points> | 
					
						
							|  |  |  |                                   <dx:SeriesPoint ArgumentSerializable="验收" Values="60"> | 
					
						
							|  |  |  |                                   </dx:SeriesPoint> | 
					
						
							|  |  |  |                                   <dx:SeriesPoint ArgumentSerializable="2" Values="50"> | 
					
						
							|  |  |  |                                   </dx:SeriesPoint> | 
					
						
							|  |  |  |                                   <dx:SeriesPoint ArgumentSerializable="3" Values="100"> | 
					
						
							|  |  |  |                                   </dx:SeriesPoint> | 
					
						
							|  |  |  |                                   <dx:SeriesPoint ArgumentSerializable="4" Values="60"> | 
					
						
							|  |  |  |                                   </dx:SeriesPoint> | 
					
						
							|  |  |  |                                   <dx:SeriesPoint ArgumentSerializable="5" Values="100"> | 
					
						
							|  |  |  |                                   </dx:SeriesPoint> | 
					
						
							|  |  |  |                               </Points> | 
					
						
							|  |  |  |                               <ViewSerializable> | 
					
						
							|  |  |  |                                   <dx:SideBySideStackedBarSeriesView BarWidth="0.5" Color="221, 217, 195"> | 
					
						
							|  |  |  |                                       <FillStyle FillMode="Hatch"> | 
					
						
							|  |  |  |                                           <OptionsSerializable> | 
					
						
							|  |  |  |                                               <dx:HatchFillOptions Color2="Black" /> | 
					
						
							|  |  |  |                                           </OptionsSerializable> | 
					
						
							|  |  |  |                                       </FillStyle> | 
					
						
							|  |  |  |                                   </dx:SideBySideStackedBarSeriesView> | 
					
						
							|  |  |  |                               </ViewSerializable> | 
					
						
							|  |  |  |                               <LabelSerializable> | 
					
						
							|  |  |  |                                   <dx:StackedBarSeriesLabel Font="Tahoma, 18pt, style=Bold" BackColor="Black"  | 
					
						
							|  |  |  |                                       Indent="1" Position="TopInside" TextColor="White"> | 
					
						
							|  |  |  |                                   </dx:StackedBarSeriesLabel> | 
					
						
							|  |  |  |                               </LabelSerializable> | 
					
						
							|  |  |  |                           </dx:Series> | 
					
						
							|  |  |  |                       </SeriesSerializable> | 
					
						
							|  |  |  |                       <SeriesTemplate> | 
					
						
							|  |  |  |                           <ViewSerializable> | 
					
						
							|  |  |  |                               <dx:StackedBarSeriesView> | 
					
						
							|  |  |  |                               </dx:StackedBarSeriesView> | 
					
						
							|  |  |  |                           </ViewSerializable> | 
					
						
							|  |  |  |                       </SeriesTemplate> | 
					
						
							|  |  |  |                       <Titles> | 
					
						
							|  |  |  |                           <dx:ChartTitle Font="黑体, 22pt, style=Bold" Text="货位使用"  | 
					
						
							|  |  |  |                               TextColor="255, 255, 255" Visibility="False" /> | 
					
						
							|  |  |  |                       </Titles> | 
					
						
							|  |  |  |                   </dx:WebChartControl> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         </td> | 
					
						
							|  |  |  |       | 
					
						
							|  |  |  |    <td   valign="top">  | 
					
						
							|  |  |  |      | 
					
						
							|  |  |  |               | 
					
						
							|  |  |  |               <dx:WebChartControl ID="WebChartTasks" runat="server"  | 
					
						
							|  |  |  |                   AppearanceNameSerializable="Pastel Kit" BackColor="Black"  | 
					
						
							|  |  |  |                   CrosshairEnabled="True" Height="640px" PaletteName="Pastel Kit"  | 
					
						
							|  |  |  |                   Width="1500px"> <BorderOptions Color="63, 63, 63"   /> | 
					
						
							|  |  |  |                   <DiagramSerializable> | 
					
						
							|  |  |  |                       <dx:XYDiagram> | 
					
						
							|  |  |  |                           <axisx Color="White" InterlacedColor="White" Title-Text=""  | 
					
						
							|  |  |  |                               Title-Visibility="Default" Visibility="True"  | 
					
						
							|  |  |  |                               visibleinpanesserializable="-1"> | 
					
						
							|  |  |  |                               <InterlacedFillStyle FillMode="Solid"> | 
					
						
							|  |  |  |                               </InterlacedFillStyle> | 
					
						
							|  |  |  |                               <Tickmarks MinorVisible="False" /> | 
					
						
							|  |  |  |                               <Label BackColor="Black" Font="仿宋, 22pt, style=Bold" TextColor="255, 255, 255"> | 
					
						
							|  |  |  |                               </Label> | 
					
						
							|  |  |  |                           </axisx> | 
					
						
							|  |  |  |                           <axisy Visibility="False" visibleinpanesserializable="-1"  | 
					
						
							|  |  |  |                               Title-Visibility="Default"> | 
					
						
							|  |  |  |                               <Tickmarks MinorVisible="False" Visible="False" /> | 
					
						
							|  |  |  |                               <GridLines Visible="False"> | 
					
						
							|  |  |  |                               </GridLines> | 
					
						
							|  |  |  |                           </axisy> | 
					
						
							|  |  |  |                           <DefaultPane BackColor="0, 0, 0" Weight="2" BorderVisible="False"> | 
					
						
							|  |  |  |                               <FillStyle FillMode="Solid"> | 
					
						
							|  |  |  |                               </FillStyle> | 
					
						
							|  |  |  |                               <Shadow Color="Black" /> | 
					
						
							|  |  |  |                           </DefaultPane> | 
					
						
							|  |  |  |                       </dx:XYDiagram> | 
					
						
							|  |  |  |                   </DiagramSerializable> | 
					
						
							|  |  |  |                   <Legend Name="Default Legend" Visibility="True" AlignmentHorizontal="Left"  | 
					
						
							|  |  |  |                       BackColor="Black" MarkerVisible="False" TextColor="255, 255, 255"  | 
					
						
							|  |  |  |                       TextVisible="False" AlignmentVertical="Center" Direction="LeftToRight"> | 
					
						
							|  |  |  |                       <Border Color="255, 255, 255" Visibility="False" /> | 
					
						
							|  |  |  |                       <Title Font="黑体, 22pt, style=Bold" Text="出库单据" TextColor="255, 255, 255"  | 
					
						
							|  |  |  |                           Visible="True" Alignment="Near" WordWrap="True"> | 
					
						
							|  |  |  |                           <Margins Bottom="0" Left="0" Right="0" Top="0" /> | 
					
						
							|  |  |  |                       </Title></Legend> | 
					
						
							|  |  |  |                   <SeriesSerializable> | 
					
						
							|  |  |  |                       <dx:Series Name="任务数" LabelsVisibility="True"> | 
					
						
							|  |  |  |                           <Points> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="验收" Values="60"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="2" Values="50"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="3" Values="100"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="4" Values="60"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="5" Values="100"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                           </Points> | 
					
						
							|  |  |  |                           <viewserializable> | 
					
						
							|  |  |  |                               <dx:SideBySideStackedBarSeriesView BarWidth="0.5" Color="221, 217, 195"> | 
					
						
							|  |  |  |                                   <Border Visibility="True" /> | 
					
						
							|  |  |  |                                   <FillStyle FillMode="Hatch"> | 
					
						
							|  |  |  |                                       <OptionsSerializable> | 
					
						
							|  |  |  |                                           <dx:HatchFillOptions Color2="0, 0, 0" /> | 
					
						
							|  |  |  |                                       </OptionsSerializable> | 
					
						
							|  |  |  |                                   </FillStyle> | 
					
						
							|  |  |  |                               </dx:SideBySideStackedBarSeriesView> | 
					
						
							|  |  |  |                           </viewserializable> | 
					
						
							|  |  |  |                           <LabelSerializable> | 
					
						
							|  |  |  |                               <dx:StackedBarSeriesLabel BackColor="0, 0, 0" Font="Tahoma, 18pt, style=Bold"  | 
					
						
							|  |  |  |                                   Indent="1" Position="TopInside" TextColor="255, 255, 255"> | 
					
						
							|  |  |  |                                   <Border Visibility="False" /> | 
					
						
							|  |  |  |                               </dx:StackedBarSeriesLabel> | 
					
						
							|  |  |  |                           </LabelSerializable> | 
					
						
							|  |  |  |                       </dx:Series> | 
					
						
							| 
									
										
										
										
											2024-05-27 10:40:55 +08:00
										 |  |  |                       <dx:Series Name="完成数"  LabelsVisibility="False"> | 
					
						
							| 
									
										
										
										
											2024-03-06 20:48:05 +08:00
										 |  |  |                           <Points> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="验收" Values="50"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="2" Values="30"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="3" Values="20"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="4" Values="30"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                               <dx:SeriesPoint ArgumentSerializable="5" Values="40"> | 
					
						
							|  |  |  |                               </dx:SeriesPoint> | 
					
						
							|  |  |  |                           </Points> | 
					
						
							|  |  |  |                           <ViewSerializable> | 
					
						
							|  |  |  |                               <dx:StackedBarSeriesView BarWidth="0.5" Color="240, 0, 0" ColorEach="True"> | 
					
						
							|  |  |  |                                   <Border Color="240, 0, 0" Visibility="False" /> | 
					
						
							|  |  |  |                                   <FillStyle FillMode="Gradient"> | 
					
						
							|  |  |  |                                       <OptionsSerializable> | 
					
						
							|  |  |  |                                           <dx:RectangleGradientFillOptions GradientMode="BottomToTop" /> | 
					
						
							|  |  |  |                                       </OptionsSerializable> | 
					
						
							|  |  |  |                                   </FillStyle> | 
					
						
							|  |  |  |                               </dx:StackedBarSeriesView> | 
					
						
							|  |  |  |                           </ViewSerializable> | 
					
						
							|  |  |  |                           <LabelSerializable> | 
					
						
							|  |  |  |                               <dx:StackedBarSeriesLabel Font="Tahoma, 10pt, style=bold"> | 
					
						
							|  |  |  |                               </dx:StackedBarSeriesLabel> | 
					
						
							|  |  |  |                           </LabelSerializable> | 
					
						
							|  |  |  |                       </dx:Series> | 
					
						
							|  |  |  |                   </SeriesSerializable> | 
					
						
							|  |  |  |                   <SeriesTemplate> | 
					
						
							|  |  |  |                       <ViewSerializable> | 
					
						
							|  |  |  |                           <dx:StackedBarSeriesView> | 
					
						
							|  |  |  |                           </dx:StackedBarSeriesView> | 
					
						
							|  |  |  |                       </ViewSerializable> | 
					
						
							|  |  |  |                   </SeriesTemplate> | 
					
						
							|  |  |  |                   <Titles> | 
					
						
							|  |  |  |                       <dx:ChartTitle Font="黑体, 22pt, style=Bold" Text="任务一览"  | 
					
						
							|  |  |  |                           TextColor="255, 255, 255" Visibility="False" /> | 
					
						
							|  |  |  |                   </Titles> | 
					
						
							|  |  |  |               </dx:WebChartControl>  | 
					
						
							|  |  |  |                | 
					
						
							|  |  |  |                <dx:WebChartControl ID="WebChartInOutLines" runat="server" BackColor="Black"  | 
					
						
							|  |  |  |               CrosshairEnabled="True" Height="320px" Width="1500px"> | 
					
						
							|  |  |  |                    <BorderOptions Color="63, 63, 63" /> | 
					
						
							|  |  |  |               <DiagramSerializable> | 
					
						
							|  |  |  |                   <dx:XYDiagram> | 
					
						
							|  |  |  |                       <axisx Visibility="True" visibleinpanesserializable="-1" Color="255, 255, 255"  | 
					
						
							|  |  |  |                           InterlacedColor="255, 255, 255" Title-Font="黑体, 18pt, style=Bold"  | 
					
						
							|  |  |  |                           Title-Text="" Title-TextColor="255, 255, 255"  | 
					
						
							|  |  |  |                           Title-Visibility="True"> | 
					
						
							|  |  |  |                           <Tickmarks MinorVisible="False" /> | 
					
						
							|  |  |  |                           <Label Font="黑体, 12pt" TextColor="255, 255, 255"> | 
					
						
							|  |  |  |                           </Label> | 
					
						
							|  |  |  |                           <GridLines Visible="True"> | 
					
						
							|  |  |  |                           </GridLines> | 
					
						
							|  |  |  |                       </axisx> | 
					
						
							|  |  |  |                       <axisy Visibility="False" visibleinpanesserializable="-1"> | 
					
						
							|  |  |  |                       </axisy> | 
					
						
							|  |  |  |                       <DefaultPane BackColor="0, 0, 0"> | 
					
						
							|  |  |  |                       </DefaultPane> | 
					
						
							|  |  |  |                   </dx:XYDiagram> | 
					
						
							|  |  |  |               </DiagramSerializable> | 
					
						
							|  |  |  |               <Legend AlignmentHorizontal="Center" BackColor="Black"  | 
					
						
							|  |  |  |                   Font="黑体, 18pt, style=Bold" MarkerSize="30, 26" Name="Default Legend"  | 
					
						
							|  |  |  |                   TextColor="255, 255, 255" AlignmentVertical="Center"> | 
					
						
							|  |  |  |                   <Border Visibility="False" /> | 
					
						
							|  |  |  |                   <Title Font="黑体, 18pt, style=Bold"></Title></Legend> | 
					
						
							|  |  |  |               <SeriesSerializable> | 
					
						
							|  |  |  |                   <dx:Series LabelsVisibility="True" Name="出库订单行数"> | 
					
						
							|  |  |  |                       <Points> | 
					
						
							|  |  |  |                           <dx:SeriesPoint ArgumentSerializable="2023/11/8 0:00:00" Values="500"> | 
					
						
							|  |  |  |                           </dx:SeriesPoint> | 
					
						
							|  |  |  |                           <dx:SeriesPoint ArgumentSerializable="2023/10/1 0:00:00" Values="200"> | 
					
						
							|  |  |  |                           </dx:SeriesPoint> | 
					
						
							|  |  |  |                       </Points> | 
					
						
							|  |  |  |                       <ViewSerializable> | 
					
						
							|  |  |  |                           <dx:LineSeriesView Color="255, 255, 0" MarkerVisibility="True"> | 
					
						
							|  |  |  |                               <LineStyle Thickness="5" /> | 
					
						
							|  |  |  |                               <LineMarkerOptions Size="18" Color="255, 255, 0" Kind="Diamond"> | 
					
						
							|  |  |  |                               </LineMarkerOptions> | 
					
						
							|  |  |  |                           </dx:LineSeriesView> | 
					
						
							|  |  |  |                       </ViewSerializable> | 
					
						
							|  |  |  |                       <LabelSerializable> | 
					
						
							|  |  |  |                           <dx:PointSeriesLabel Font="黑体, 14pt, style=Bold" BackColor="Black"  | 
					
						
							|  |  |  |                               TextColor="White" TextPattern="{V}"> | 
					
						
							|  |  |  |                               <Border Visibility="False" Color="White" Thickness="4" /> | 
					
						
							|  |  |  |                           </dx:PointSeriesLabel> | 
					
						
							|  |  |  |                       </LabelSerializable> | 
					
						
							|  |  |  |                   </dx:Series> | 
					
						
							|  |  |  |                   <dx:Series LabelsVisibility="True" Name="入库订单行数"> | 
					
						
							|  |  |  |                       <Points> | 
					
						
							|  |  |  |                           <dx:SeriesPoint ArgumentSerializable="2023-10-1" Values="100"> | 
					
						
							|  |  |  |                           </dx:SeriesPoint> | 
					
						
							|  |  |  |                           <dx:SeriesPoint ArgumentSerializable="2023/11/8 0:00:00" Values="200"> | 
					
						
							|  |  |  |                           </dx:SeriesPoint> | 
					
						
							|  |  |  |                       </Points> | 
					
						
							|  |  |  |                       <viewserializable> | 
					
						
							|  |  |  |                           <dx:LineSeriesView Color="240, 0, 0" MarkerVisibility="True"> | 
					
						
							|  |  |  |                               <LineStyle Thickness="5" /> | 
					
						
							|  |  |  |                               <LineMarkerOptions Color="240, 0, 0" Size="12"> | 
					
						
							|  |  |  |                               </LineMarkerOptions> | 
					
						
							|  |  |  |                           </dx:LineSeriesView> | 
					
						
							|  |  |  |                       </viewserializable> | 
					
						
							|  |  |  |                       <LabelSerializable> | 
					
						
							|  |  |  |                           <dx:PointSeriesLabel Font="Tahoma, 14pt, style=Bold" LineVisibility="True"> | 
					
						
							|  |  |  |                               <Border Visibility="False" /> | 
					
						
							|  |  |  |                           </dx:PointSeriesLabel> | 
					
						
							|  |  |  |                       </LabelSerializable> | 
					
						
							|  |  |  |                   </dx:Series> | 
					
						
							|  |  |  |               </SeriesSerializable> | 
					
						
							|  |  |  |           </dx:WebChartControl> | 
					
						
							|  |  |  |              | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         </td> | 
					
						
							|  |  |  |         <td valign="top">   | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |            <dx:WebChartControl ID="WebChartOutOrders" runat="server"  | 
					
						
							|  |  |  |               AppearanceNameSerializable="Pastel Kit" BackColor="Black"  | 
					
						
							|  |  |  |               CrosshairEnabled="True" Height="320px" PaletteName="Pastel Kit" Width="420px"> | 
					
						
							|  |  |  |                <BorderOptions Color="63, 63, 63" /> | 
					
						
							|  |  |  |                    <Legend Name="Default Legend" Visibility="True"  | 
					
						
							|  |  |  |                       BackColor="Black" MarkerVisible="False" TextColor="255, 255, 255"  | 
					
						
							|  |  |  |                       TextVisible="False" Direction="LeftToRight"  | 
					
						
							|  |  |  |                    AlignmentHorizontal="Center"> | 
					
						
							|  |  |  |                       <Border Color="255, 255, 255" Visibility="False" /> | 
					
						
							|  |  |  |                       <Title Font="黑体, 18pt, style=Bold" Text="出库单据" TextColor="255, 255, 255"  | 
					
						
							|  |  |  |                           Visible="True" Alignment="Near"> | 
					
						
							|  |  |  |                           <Margins Bottom="0" Left="0" Right="0" Top="0" /> | 
					
						
							|  |  |  |                       </Title></Legend> | 
					
						
							|  |  |  |               <SeriesSerializable> | 
					
						
							|  |  |  |                   <dx:Series Name="Series 1" LegendTextPattern="{V}"> | 
					
						
							|  |  |  |                       <Points> | 
					
						
							|  |  |  |                           <dx:SeriesPoint ArgumentSerializable="未到货" SeriesPointID="0" Values="20"> | 
					
						
							|  |  |  |                           </dx:SeriesPoint> | 
					
						
							|  |  |  |                           <dx:SeriesPoint ArgumentSerializable="完成验收" SeriesPointID="1" Values="30"> | 
					
						
							|  |  |  |                           </dx:SeriesPoint> | 
					
						
							|  |  |  |                           <dx:SeriesPoint ArgumentSerializable="完成上架" SeriesPointID="2" Values="30"> | 
					
						
							|  |  |  |                           </dx:SeriesPoint> | 
					
						
							|  |  |  |                           <dx:SeriesPoint ArgumentSerializable="正在验收" SeriesPointID="3" Values="1"> | 
					
						
							|  |  |  |                           </dx:SeriesPoint> | 
					
						
							|  |  |  |                       </Points> | 
					
						
							|  |  |  |                       <ViewSerializable> | 
					
						
							|  |  |  |                           <dx:DoughnutSeriesView> | 
					
						
							|  |  |  |                               | 
					
						
							|  |  |  |                           </dx:DoughnutSeriesView> | 
					
						
							|  |  |  |                       </ViewSerializable> | 
					
						
							|  |  |  |                       <LabelSerializable> | 
					
						
							|  |  |  |                           <dx:DoughnutSeriesLabel Font="华文中宋, 22pt" LineVisibility="True"  | 
					
						
							|  |  |  |                               Position="Inside" TextPattern="{A}{V}"> | 
					
						
							|  |  |  |                               <Border Visibility="True" /> | 
					
						
							|  |  |  |                           </dx:DoughnutSeriesLabel> | 
					
						
							|  |  |  |                       </LabelSerializable> | 
					
						
							|  |  |  |                   </dx:Series> | 
					
						
							|  |  |  |               </SeriesSerializable> | 
					
						
							|  |  |  |           </dx:WebChartControl> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |             <dx:WebChartControl ID="WebChartInOrders" runat="server"  | 
					
						
							|  |  |  |               AppearanceNameSerializable="Pastel Kit" BackColor="Black"  | 
					
						
							|  |  |  |               CrosshairEnabled="True" Height="320px" PaletteName="Pastel Kit" Width="420px"> | 
					
						
							|  |  |  |                 <BorderOptions Color="63, 63, 63" /> | 
					
						
							|  |  |  |               <Legend Name="Default Legend" Visibility="True"  | 
					
						
							|  |  |  |                       BackColor="Black" MarkerVisible="False" TextColor="255, 255, 255"  | 
					
						
							|  |  |  |                       TextVisible="False" Direction="LeftToRight" AlignmentHorizontal="Center"> | 
					
						
							|  |  |  |                       <Border Color="255, 255, 255" Visibility="False" /> | 
					
						
							|  |  |  |                       <Title Font="黑体, 18pt, style=Bold" Text="入库单据" TextColor="255, 255, 255"  | 
					
						
							|  |  |  |                           Visible="True" Alignment="Near"> | 
					
						
							|  |  |  |                           <Margins Bottom="0" Left="0" Right="0" Top="0" /> | 
					
						
							|  |  |  |                       </Title></Legend> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |               <SeriesSerializable> | 
					
						
							|  |  |  |                   <dx:Series Name="Series 1" LabelsVisibility="True" LegendTextPattern="{V}"> | 
					
						
							|  |  |  |                       <Points> | 
					
						
							|  |  |  |                           <dx:SeriesPoint ArgumentSerializable="未到货" SeriesPointID="0" Values="20"> | 
					
						
							|  |  |  |                           </dx:SeriesPoint> | 
					
						
							|  |  |  |                           <dx:SeriesPoint ArgumentSerializable="完成验收" SeriesPointID="1" Values="30"> | 
					
						
							|  |  |  |                           </dx:SeriesPoint> | 
					
						
							|  |  |  |                           <dx:SeriesPoint ArgumentSerializable="完成上架" SeriesPointID="2" Values="30"> | 
					
						
							|  |  |  |                           </dx:SeriesPoint> | 
					
						
							|  |  |  |                           <dx:SeriesPoint ArgumentSerializable="正在验收" SeriesPointID="3" Values="1"> | 
					
						
							|  |  |  |                           </dx:SeriesPoint> | 
					
						
							|  |  |  |                       </Points> | 
					
						
							|  |  |  |                       <ViewSerializable> | 
					
						
							|  |  |  |                           <dx:DoughnutSeriesView> | 
					
						
							|  |  |  |                                | 
					
						
							|  |  |  |                           </dx:DoughnutSeriesView> | 
					
						
							|  |  |  |                       </ViewSerializable> | 
					
						
							|  |  |  |                       <LabelSerializable> | 
					
						
							|  |  |  |                           <dx:DoughnutSeriesLabel Font="华文宋体, 22pt" LineVisibility="False"  | 
					
						
							|  |  |  |                               Position="Inside" TextPattern="{A}{V}" TextAlignment="Near"> | 
					
						
							|  |  |  |                               <Border Visibility="True" /> | 
					
						
							|  |  |  |                           </dx:DoughnutSeriesLabel> | 
					
						
							|  |  |  |                       </LabelSerializable> | 
					
						
							|  |  |  |                   </dx:Series> | 
					
						
							|  |  |  |               </SeriesSerializable> | 
					
						
							|  |  |  |           </dx:WebChartControl> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          | 
					
						
							|  |  |  |               | 
					
						
							|  |  |  |               <dx:WebChartControl ID="WebChartStatePie" runat="server"  | 
					
						
							|  |  |  |                 AppearanceNameSerializable="Pastel Kit" BackColor="Black"  | 
					
						
							|  |  |  |                 CrosshairEnabled="True" Height="320px" PaletteName="Pastel Kit"  | 
					
						
							|  |  |  |                 Width="420px"> | 
					
						
							|  |  |  |                   <BorderOptions Color="63, 63, 63" /> | 
					
						
							|  |  |  |                   <DiagramSerializable> | 
					
						
							|  |  |  |                       <dx:SimpleDiagram LabelsResolveOverlappingMinIndent="-5"> | 
					
						
							|  |  |  |                       </dx:SimpleDiagram> | 
					
						
							|  |  |  |                   </DiagramSerializable> | 
					
						
							|  |  |  |                 <Legend Name="Default Legend" Visibility="True"  | 
					
						
							|  |  |  |                       BackColor="Black" MarkerVisible="False" TextColor="255, 255, 255"  | 
					
						
							|  |  |  |                       TextVisible="False" Direction="LeftToRight" AlignmentHorizontal="Center"> | 
					
						
							|  |  |  |                       <Border Color="255, 255, 255" Visibility="False" /> | 
					
						
							|  |  |  |                       <Title Font="黑体, 18pt, style=Bold" Text="任务汇总" TextColor="255, 255, 255"  | 
					
						
							|  |  |  |                           Visible="True" Alignment="Near"> | 
					
						
							|  |  |  |                           <Margins Bottom="0" Left="0" Right="0" Top="0" /> | 
					
						
							|  |  |  |                       </Title></Legend> | 
					
						
							|  |  |  |                 <SeriesSerializable> | 
					
						
							|  |  |  |                     <dx:Series Name="Series 1" LegendTextPattern="{V}"> | 
					
						
							|  |  |  |                         <Points> | 
					
						
							|  |  |  |                             <dx:SeriesPoint ArgumentSerializable="a  " SeriesPointID="0" Values="20"> | 
					
						
							|  |  |  |                             </dx:SeriesPoint> | 
					
						
							|  |  |  |                             <dx:SeriesPoint ArgumentSerializable="b  " SeriesPointID="1" Values="30"> | 
					
						
							|  |  |  |                             </dx:SeriesPoint> | 
					
						
							|  |  |  |                             <dx:SeriesPoint ArgumentSerializable="c  " SeriesPointID="2" Values="30"> | 
					
						
							|  |  |  |                             </dx:SeriesPoint> | 
					
						
							|  |  |  |                             <dx:SeriesPoint ArgumentSerializable="d  " SeriesPointID="3" Values="1"> | 
					
						
							|  |  |  |                             </dx:SeriesPoint> | 
					
						
							|  |  |  |                         </Points> | 
					
						
							|  |  |  |                         <ViewSerializable> | 
					
						
							|  |  |  |                             <dx:PieSeriesView> | 
					
						
							|  |  |  |                                  | 
					
						
							|  |  |  |                             </dx:PieSeriesView> | 
					
						
							|  |  |  |                         </ViewSerializable> | 
					
						
							|  |  |  |                         <LabelSerializable> | 
					
						
							|  |  |  |                             <dx:PieSeriesLabel Font="华文宋体, 22pt, style=Bold" LineVisibility="True" Position="Inside"  | 
					
						
							|  |  |  |                                 TextPattern="{A}" ResolveOverlappingMode="Default"> | 
					
						
							|  |  |  |                                 <Border Visibility="True" /> | 
					
						
							|  |  |  |                             </dx:PieSeriesLabel> | 
					
						
							|  |  |  |                         </LabelSerializable> | 
					
						
							|  |  |  |                     </dx:Series> | 
					
						
							|  |  |  |                 </SeriesSerializable> | 
					
						
							|  |  |  |             </dx:WebChartControl> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          | 
					
						
							|  |  |  |               | 
					
						
							|  |  |  |          </td> | 
					
						
							|  |  |  |           | 
					
						
							|  |  |  |          </tr> | 
					
						
							|  |  |  |        </table> | 
					
						
							|  |  |  |     </td> | 
					
						
							|  |  |  |      </tr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     </table> | 
					
						
							|  |  |  |                                        | 
					
						
							|  |  |  |                                     </ContentTemplate> | 
					
						
							|  |  |  |                                 </asp:UpdatePanel> | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |     </form> | 
					
						
							|  |  |  |      <script language="JavaScript"> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          function showDate() { | 
					
						
							|  |  |  |              now = new Date();   | 
					
						
							|  |  |  |              document.form1.thetime.value = now.toLocaleString(); | 
					
						
							|  |  |  |              | 
					
						
							|  |  |  |              setTimeout("showDate()", 1000); | 
					
						
							|  |  |  |          } | 
					
						
							|  |  |  |          showDate(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          function updateCharts() { | 
					
						
							|  |  |  |              var theForm = document.forms['form1']; | 
					
						
							|  |  |  |              if (!theForm) { | 
					
						
							|  |  |  |                  theForm = document.form1; | 
					
						
							|  |  |  |              } | 
					
						
							|  |  |  |              theForm.submit(); | 
					
						
							|  |  |  |              setTimeout("updateCharts()",60000); | 
					
						
							|  |  |  |          } | 
					
						
							|  |  |  |          // updateCharts(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |           setTimeout(" location.reload()", 60000); | 
					
						
							|  |  |  |          // -------> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          var prm = Sys.WebForms.PageRequestManager.getInstance(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          prm.add_initializeRequest(InitializeRequest); | 
					
						
							|  |  |  |          prm.add_endRequest(EndRequest); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          function InitializeRequest(sender, args) { | 
					
						
							|  |  |  |              $get('Container').style.cursor = 'wait'; | 
					
						
							|  |  |  |          } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |          function EndRequest(sender, args) { | 
					
						
							|  |  |  |              $get('Container').style.cursor = 'auto'; | 
					
						
							|  |  |  |          } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         | 
					
						
							|  |  |  |         | 
					
						
							|  |  |  |        </script> | 
					
						
							|  |  |  | </body> | 
					
						
							|  |  |  | </html> |