instocktype

This commit is contained in:
2025-07-04 09:26:29 +08:00
parent b93988c894
commit 0189deea95
3 changed files with 6 additions and 1 deletions

View File

@@ -178,6 +178,7 @@ namespace WMS.Web.Domain.Services
bool isRollback = false;
bool isTransaction = false;
//1.添加入库单同步金蝶在save方法里面进行
// var save_result = await this.ShelfSave(instock, InstockType.Purchase, loginInfo, isTransaction);
var save_result = await this.ShelfSave(instock, InstockType.Purchase, loginInfo, isTransaction);
if (!save_result.IsSuccess) isRollback = true;