修改为bar模板打印
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user