0
This commit is contained in:
parent
54a469d968
commit
90046c7165
@ -216,6 +216,7 @@ namespace GZ_KD_Parino.Sal_Order
|
||||
var historyOrder = saleOrderService.GetHistoryOrder(saleOrgId, custId, F_BONId, materialId, date);
|
||||
if (historyOrder == null)
|
||||
{
|
||||
item["F_LSDJ"] = 0m;
|
||||
continue;
|
||||
}
|
||||
var historyUnitPrice = Convert.ToDecimal(historyOrder["FTAXPRICE"]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user