11
This commit is contained in:
@@ -292,6 +292,7 @@ namespace MyCode.Project.Services.Implementation
|
||||
t.SupplierName = order.SupplierName;
|
||||
t.Fdemandbillno = purchaseOrderItem.FDEMANDBILLNO;
|
||||
t.Remart = purchaseOrderItem.Remark;
|
||||
t.FBILLTYPEID = order.FBILLTYPEID;
|
||||
});
|
||||
|
||||
|
||||
@@ -328,6 +329,7 @@ namespace MyCode.Project.Services.Implementation
|
||||
tiaoMa.InvoceOrderItemId = orderItem.Id;
|
||||
tiaoMa.Fdemandbillno = purchaseOrderItem.FDEMANDBILLNO;
|
||||
tiaoMa.Remart = purchaseOrderItem.Remark;
|
||||
tiaoMa.FBILLTYPEID = order.FBILLTYPEID;
|
||||
addList.Add(tiaoMa);
|
||||
}
|
||||
if (yu > 0)
|
||||
@@ -346,6 +348,7 @@ namespace MyCode.Project.Services.Implementation
|
||||
tiaoMa.InvoceOrderItemId = orderItem.Id;
|
||||
tiaoMa.Fdemandbillno = purchaseOrderItem.FDEMANDBILLNO;
|
||||
tiaoMa.Remart = purchaseOrderItem.Remark;
|
||||
tiaoMa.FBILLTYPEID = order.FBILLTYPEID;
|
||||
addList.Add(tiaoMa);
|
||||
}
|
||||
if (addList.Count > 0)
|
||||
|
||||
Reference in New Issue
Block a user