erp转库单的同步,签收逻辑修改

This commit is contained in:
2024-07-04 16:34:04 +08:00
parent 7d9abfd6c8
commit 9ea9b4378d
11 changed files with 285 additions and 80 deletions

View File

@@ -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);
}
}
// 成品调拨入库