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