提交当前本机最新程序

This commit is contained in:
cyf
2026-07-16 16:05:38 +08:00
parent 43ae774164
commit 6be6607a40
47 changed files with 7895 additions and 811 deletions
@@ -2913,7 +2913,7 @@ namespace Lskj.Control
int[] rows = this.bandedGridView.GetSelectedRows();
// 只判断单元格数目,允许同行多单元格选中
this.pl_buttom.Visible = cells.Length > 1;
this.pl_buttom.Visible = cells.Length > 1 && rows.Length > 1;
if (this.pl_buttom.Visible)
{