This commit is contained in:
2025-06-06 11:44:23 +08:00
parent 3e5e8d77f6
commit f585db00c0
2 changed files with 4 additions and 4 deletions

View File

@@ -282,7 +282,7 @@ namespace MyCode.Project.Services.Implementation
{
t.SupplierId = order.SupplierId;
t.SupplierName = order.SupplierName;
t.Fdemandbillno = purchaseOrderItem.F_TSPR_Text_qtr1;
t.Fdemandbillno = purchaseOrderItem.FDEMANDBILLNO;
t.Remart = purchaseOrderItem.Remark;
});
@@ -318,7 +318,7 @@ namespace MyCode.Project.Services.Implementation
tiaoMa.SupplierId = order.SupplierId;
tiaoMa.SupplierName = order.SupplierName;
tiaoMa.InvoceOrderItemId = orderItem.Id;
tiaoMa.Fdemandbillno = purchaseOrderItem.F_TSPR_Text_qtr1;
tiaoMa.Fdemandbillno = purchaseOrderItem.FDEMANDBILLNO;
tiaoMa.Remart = purchaseOrderItem.Remark;
addList.Add(tiaoMa);
}
@@ -336,7 +336,7 @@ namespace MyCode.Project.Services.Implementation
tiaoMa.SupplierId = order.SupplierId;
tiaoMa.SupplierName = order.SupplierName;
tiaoMa.InvoceOrderItemId = orderItem.Id;
tiaoMa.Fdemandbillno = purchaseOrderItem.F_TSPR_Text_qtr1;
tiaoMa.Fdemandbillno = purchaseOrderItem.FDEMANDBILLNO;
tiaoMa.Remart = purchaseOrderItem.Remark;
addList.Add(tiaoMa);
}