erp转库单的同步,签收逻辑修改
This commit is contained in:
@@ -2194,7 +2194,7 @@ namespace Tnb.WarehouseMgr
|
||||
|
||||
CarryCodeUnbindInput carryCodeUnbindInput = new CarryCodeUnbindInput();
|
||||
carryCodeUnbindInput.carry_id = dt.carry_id;
|
||||
await _wmsCarryUnbindService.CarryCodeUnbind(carryCodeUnbindInput);
|
||||
await _wmsCarryUnbindService.CarryCodeUnbind(carryCodeUnbindInput, _db);
|
||||
}
|
||||
}
|
||||
// 成品调拨入库
|
||||
|
||||
Reference in New Issue
Block a user