This commit is contained in:
parent
5634fea10b
commit
da23e72a7f
|
|
@ -206,7 +206,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
Button3.Hidden = true;
|
Button3.Hidden = true;
|
||||||
//合计
|
//合计
|
||||||
OutPutSummaryGrid9();
|
OutPutSummaryGrid9();
|
||||||
Grid9.FindColumn("Delete1").Hidden = true;
|
Grid1.FindColumn("Delete1").Hidden = true;
|
||||||
Grid9.FindColumn("Delete9").Hidden = true;
|
Grid9.FindColumn("Delete9").Hidden = true;
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
@ -3594,6 +3594,7 @@ namespace FineUIPro.Web.CQMS.ManageReportNew
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void OutPutSummaryGrid9()
|
void OutPutSummaryGrid9()
|
||||||
{
|
{
|
||||||
|
if (Grid9.DataSource == null) { return; }
|
||||||
DataTable source = ObjectToTable(Grid9.DataSource);
|
DataTable source = ObjectToTable(Grid9.DataSource);
|
||||||
int Quantity1Total = 0, Quantity2Total = 0, Quantity3Total = 0, Quantity4Total = 0;
|
int Quantity1Total = 0, Quantity2Total = 0, Quantity3Total = 0, Quantity4Total = 0;
|
||||||
if (source != null)
|
if (source != null)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
||||||
<UseIISExpress>true</UseIISExpress>
|
<UseIISExpress>true</UseIISExpress>
|
||||||
<Use64BitIISExpress />
|
<Use64BitIISExpress />
|
||||||
<IISExpressSSLPort />
|
<IISExpressSSLPort />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue