luanhui 8 years ago
parent
commit
8b5efdd310
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      B3QingDaoWanFu/TypeIOCs/StatPayBLTypeIoc.cs

+ 5
- 1
B3QingDaoWanFu/TypeIOCs/StatPayBLTypeIoc.cs View File

@ -21,8 +21,12 @@ namespace BWP.B3QingDaoWanFu.TypeIOCs
{
public void Invoke(IDmoContext context, StatPay dmo)
{
if (dmo.ActualPrice.HasValue && dmo.ActualPrice != 0)
//自定义单价
if (dmo.UpdateActualPrice)
{
return;
}
if (dmo.PurchaseType == .)
{
dmo.ActualMoney = (dmo.ShackMoney.EToDecimal() ?? 0) + (dmo.JingJianFee.EToDecimal() ?? 0) - (dmo.DiscontMoney.EToDecimal() ?? 0);


Loading…
Cancel
Save