修改为bar模板打印

This commit is contained in:
小魔仙
2025-04-10 13:42:12 +08:00
parent 8fd6ae9efb
commit 6c0087e871
4 changed files with 79 additions and 9 deletions

View File

@@ -10,6 +10,7 @@ using Microsoft.AspNetCore.Mvc;
using DOAN.Model.MES.base_;
using DOAN.Model.MES.base_.Dto;
using SqlSugar;
using Infrastructure;
@@ -64,5 +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);
}
}