载具绑定物料接口

This commit is contained in:
2024-05-30 11:19:11 +08:00
parent 745599875d
commit 260dd5d195
6 changed files with 74 additions and 2 deletions

View File

@@ -308,6 +308,7 @@ namespace Tnb.WarehouseMgr
BasMaterial basMaterial = await _db.Queryable<BasMaterial>().FirstAsync(it => it.id == input.material_id);
WmsCarryCode wmsCarryCode = new WmsCarryCode();
wmsCarryCode.create_time = DateTime.Now;
wmsCarryCode.carry_id = wmsCarryH.id;
wmsCarryCode.barcode = wmsCarryH.carry_code;
wmsCarryCode.codeqty = input.qty;