void LoadDgvFyxx(string tjbh, string tjcs) { DataTable dtFyxx = new DataTable(); dtFyxx = tjdjbiz.GetTjfyxx(tjbh, tjcs); dgvFyxx.DataSource = dtFyxx; Calc(); }