11
This commit is contained in:
parent
05946076a5
commit
96b6a8b04e
@ -191,6 +191,13 @@ namespace MyCode.Project.Domain.Message.Response.InvoiceOrder
|
|||||||
/// Nullable:True
|
/// Nullable:True
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string FDEMANDBILLNO { get; set; }
|
public string FDEMANDBILLNO { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
/// Desc:备注
|
||||||
|
/// Default:
|
||||||
|
/// Nullable:True
|
||||||
|
/// </summary>
|
||||||
|
public string Remark { get; set; }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -293,7 +293,7 @@ namespace MyCode.Project.Services.Implementation
|
|||||||
for (int i = 0; i < baoShu; i++)
|
for (int i = 0; i < baoShu; i++)
|
||||||
{
|
{
|
||||||
|
|
||||||
string FBarCode = $@"{orderItem.MaterialCode}*{act.CuseQty.ToString("F2")}*{orderItem.FBillNo}*{orderItem.FSupplierLot}";
|
string FBarCode = $@"{orderItem.MaterialCode}*{act.CuseQty.ToString("F2")}*{order.FBillNo}*{orderItem.FSupplierLot}";
|
||||||
TiaoMaList tiaoMa = new TiaoMaList();
|
TiaoMaList tiaoMa = new TiaoMaList();
|
||||||
tiaoMa = AutoMapperHelper.AutoMappToSingle<TiaoMaList, InvoiceOrderItem>(orderItem);
|
tiaoMa = AutoMapperHelper.AutoMappToSingle<TiaoMaList, InvoiceOrderItem>(orderItem);
|
||||||
tiaoMa.Id = Guid.NewGuid();
|
tiaoMa.Id = Guid.NewGuid();
|
||||||
@ -309,7 +309,7 @@ namespace MyCode.Project.Services.Implementation
|
|||||||
}
|
}
|
||||||
if (yu > 0)
|
if (yu > 0)
|
||||||
{
|
{
|
||||||
string FBarCode = $@"{orderItem.MaterialCode}*{decimal.Parse(yu.ToString()).ToString("F2")}*{orderItem.FBillNo}*{orderItem.FSupplierLot}";
|
string FBarCode = $@"{orderItem.MaterialCode}*{decimal.Parse(yu.ToString()).ToString("F2")}*{order.FBillNo}*{orderItem.FSupplierLot}";
|
||||||
TiaoMaList tiaoMa = new TiaoMaList();
|
TiaoMaList tiaoMa = new TiaoMaList();
|
||||||
tiaoMa = AutoMapperHelper.AutoMappToSingle<TiaoMaList, InvoiceOrderItem>(orderItem);
|
tiaoMa = AutoMapperHelper.AutoMappToSingle<TiaoMaList, InvoiceOrderItem>(orderItem);
|
||||||
tiaoMa.Id = Guid.NewGuid();
|
tiaoMa.Id = Guid.NewGuid();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user