载具绑定物料

This commit is contained in:
2024-05-30 11:32:45 +08:00
parent 260dd5d195
commit 892d758dbf
4 changed files with 27 additions and 19 deletions

View File

@@ -326,6 +326,9 @@ namespace Tnb.WarehouseMgr
wmsCarryCode.location_id = input.location_id;
wmsCarryCode.location_code = input.location_code;
wmsCarryCode.code_batch = input.code_batch;
wmsCarryCode.unit_id = input.unit_id;
wmsCarryCode.unit_code = input.unit_code;
wmsCarryCode.create_id = input.create_id;
await _db.Insertable<WmsCarryCode>(wmsCarryCode).ExecuteCommandAsync();
// todo 绑定记录表