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);
}

View File

@ -455,7 +455,7 @@ namespace MyCode.Project.Services.Implementation
purchaseOrderItem.MSSSupplierLot = item["FLot"];
purchaseOrderItem.SpecificationModel = item["FMaterialId.FSpecification"];
purchaseOrderItem.F_TSPR_Text_qtr1 = item["F_TSPR_Text_qtr1"];
purchaseOrderItem.FDEMANDBILLNO = item["FBILLTYPEID.FName"];
purchaseOrderItem.FDEMANDBILLNO = item["FDEMANDBILLNO"];
purchaseOrderItem.freceiveorgId = item["FReceiveOrgId"];
purchaseOrderItem.ReceiveorgCode = item["FReceiveOrgId.FNumber"];
purchaseOrderItem.ReceiveorgName = item["FReceiveOrgId.FNAME"];