采购到货

This commit is contained in:
2024-07-25 15:03:47 +08:00
parent 65eed56fad
commit 599f0f5226
5 changed files with 124 additions and 5 deletions

View File

@@ -1138,7 +1138,7 @@ namespace Tnb.ProductionMgr
return result.IsSuccess ? $"新增单位{insertUnit.Count}条" : result.ErrorMessage;
}
return msg;
return "新增单位0条";
}
/// <summary>
@@ -1260,6 +1260,7 @@ namespace Tnb.ProductionMgr
table_id = basSupplier.id,
table_name = "bas_supplier",
supplier_id = erpBdSupplier.ID,
supplier_vid = erpBdSupplier.VID,
create_time = DateTime.Now,
erp_modify_time = erpBdSupplier.MODIFIEDTIME,
};