修复bug

This commit is contained in:
18942506660
2024-01-03 10:13:32 +08:00
parent cadf8dbab6
commit 32418f4ed1
9 changed files with 35 additions and 15 deletions

View File

@@ -19,6 +19,10 @@ namespace WMS.Web.Core.Dto.Erp
/// </summary>
public string StockCode { get; set; }
/// <summary>
/// 子仓库(跟金蝶交互字段)
/// </summary>
public int Erp_SubStockId { get; set; }
/// <summary>
/// 数量
/// </summary>
public decimal Qty { get; set; }

View File

@@ -65,10 +65,10 @@ namespace WMS.Web.Core.Dto.Erp.TakeStock
public class ErpTakeStockDetailsSaveDto
{
/// <summary>
/// 库存状态 KCZT001
/// 库存状态 KCZT01_SYS
/// </summary>
[JsonProperty("FStockStatusId")]
public ErpNumberDto FStockStatusId { get; set; } = new ErpNumberDto("KCZT001");
public ErpNumberDto FStockStatusId { get; set; } = new ErpNumberDto("KCZT01_SYS");
/// <summary>
/// 货主类型: 默认为业务组织 BD_OwnerOrg
/// </summary>