11
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user