bug
This commit is contained in:
@@ -152,11 +152,19 @@ namespace Tnb.WarehouseMgr
|
||||
[HttpPost]
|
||||
public async Task BarCodePrint(BarCodeInput input)
|
||||
{
|
||||
;
|
||||
|
||||
if (input == null)
|
||||
{
|
||||
throw new AppFriendlyException(nameof(input), 500);
|
||||
}
|
||||
List<string> barcodes = new();
|
||||
barcodes.Add("2300100051901001211210002");
|
||||
barcodes.Add("2300100051901001211210008");
|
||||
barcodes.Add("2300100051901001211210009");
|
||||
|
||||
|
||||
base.BarCodePrint(barcodes, 1);
|
||||
try
|
||||
{
|
||||
await _db.Ado.BeginTranAsync();
|
||||
|
||||
Reference in New Issue
Block a user