载具绑定物料
This commit is contained in:
@@ -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 绑定记录表
|
||||
|
||||
Reference in New Issue
Block a user