This commit is contained in:
2025-06-17 10:37:50 +08:00
parent 7828dcc618
commit aa59d9b452
4 changed files with 17 additions and 2 deletions

View File

@@ -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)