Browse Source

3

branch_ccpg_220107
44673626 3 years ago
parent
commit
57ce21165d
  1. 7
      src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/HQ_H/HQ_H_Platform.cs

7
src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/HQ_H/HQ_H_Platform.cs

@ -24,7 +24,7 @@ namespace Win.Sfs.SettleAccount.Entities.HQ_H
public HQ_H_Platform(Guid Id,string materialVoucherNo,string externalKanbanNumber, public HQ_H_Platform(Guid Id,string materialVoucherNo,string externalKanbanNumber,
string kanbanNumber, string year,string factory,DateTime acceptanceDate, string kanbanNumber, string year,string factory,DateTime acceptanceDate,
string period, string version,string kanBan,string supplier,string storageLocation,string storageLocationDesc, string period, string version,string kanBan,string supplier,string storageLocation,string storageLocationDesc,
string materialCode) : base(Id) string materialCode,string acceptanceNo, decimal qty, decimal price, decimal amt) : base(Id)
{ {
MaterialVoucherNo = materialVoucherNo; MaterialVoucherNo = materialVoucherNo;
KanbanNumber = kanbanNumber; KanbanNumber = kanbanNumber;
@ -39,8 +39,13 @@ namespace Win.Sfs.SettleAccount.Entities.HQ_H
Supplier = supplier; Supplier = supplier;
StorageLocation = storageLocation; StorageLocation = storageLocation;
StorageLocationDesc = storageLocationDesc; StorageLocationDesc = storageLocationDesc;
AcceptanceNo = acceptanceNo;
Qty = qty;
Price = price;
Amt = amt;
} }
//验收单号 外部单号 物料凭证号 物料凭证日期 物料凭证记账日期 看板编号 外部看板编号 物料号 物料描述 数量 单价 金额 //验收单号 外部单号 物料凭证号 物料凭证日期 物料凭证记账日期 看板编号 外部看板编号 物料号 物料描述 数量 单价 金额
//工厂 备注 创建者 创建时间 修改人 修改时间 公司 验收单号 外部单号 发票号 会计年度 金额 计划员 存储地点 //工厂 备注 创建者 创建时间 修改人 修改时间 公司 验收单号 外部单号 发票号 会计年度 金额 计划员 存储地点
//存储地点描述 状态 验收单日期 供应商 录入人 录入人描述 看板号 //存储地点描述 状态 验收单日期 供应商 录入人 录入人描述 看板号

Loading…
Cancel
Save