工单打印功能修改,直接打印BarTender标签

This commit is contained in:
2025-04-14 15:48:37 +08:00
parent 38fd3febeb
commit 02a631fff8
5 changed files with 495 additions and 369 deletions

View File

@@ -65,6 +65,6 @@ namespace DOAN.Service.MES.product.IService
int WorkOrderLog(string workorder, string log, string Operator);
Task<(string, Stream)> ExportPDFByQuestPDFDemo(string[] workorderArray);
Task<CustomException> PrintTicketsByTemplate(string[] workorderArray,string path);
Task<CustomException> PrintTicketsByTemplate(ProWorkorderExportDto param);
}
}

File diff suppressed because it is too large Load Diff