feat(clgl)条码打印修改

This commit is contained in:
2026-06-24 09:59:56 +08:00
parent 75d7c48ff2
commit efa5c91aa1
15 changed files with 410 additions and 12 deletions
+2 -2
View File
@@ -1,4 +1,5 @@
using BLL;
using FastReport;
using Model;
using System;
using System.Collections.Generic;
@@ -433,8 +434,7 @@ namespace FineUIPro.Web.CLGL
{
BindDetailGrid(Grid1.SelectedRowID);
}
private void Print(string Id)
private void Print(string Id)
{
BLL.FastReportService.ResetData();
if (string.IsNullOrEmpty(Id))