入库申请,新增条码打印功能

This commit is contained in:
yang.lee
2023-12-17 20:30:24 +08:00
parent 1a5e38b9d9
commit 0888719b39
4 changed files with 85 additions and 12 deletions

View File

@@ -328,6 +328,7 @@ namespace Tnb.WarehouseMgr
catch (Exception ex)
{
tcs.SetException(ex);
throw ex;
Logger.Error("条码打印时出现错误", ex);
}
finally