提交代码

This commit is contained in:
2025-03-11 10:33:08 +08:00
parent 579525b168
commit a2f83201f3
8 changed files with 778 additions and 0 deletions
@@ -217,5 +217,17 @@ where qc.QuantityCompletionId=(select top 1 QuantityCompletionId from[JDGL_Quant
BindGrid();
}
#endregion
#region
/// <summary>
/// 图形分析按钮
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void btnChart_Click(object sender, EventArgs e)
{
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("QuantityCompletionChart.aspx?ProjectId={0}", this.CurrUser.LoginProjectId, "导入 - ")));
}
#endregion
}
}