Commit e86abc9d by 潘际乾

上下浮动限额

parent a820247d
default $lidgrp\cbs\max\amt order 1000
{
Platform.disable($lidgrp\cbs\max\amt);
$lidgrp\cbs\max\amt = $cbsmod\xrtmod.amtRnd( Platform.numAdd($lidgrp\cbs\nom1\amt.getValue() , ( Platform.numMul($lidgrp\cbs\nom1\amt.getValue() , ( $lidgrp\rec\nomtop.getValue() / 100 )) )), $lidgrp\cbs\max\cur.getValue() );
$lidgrp\cbs\max\amt = $cbsmod\xrtmod.amtRnd( Platform.numAdd($lidgrp\cbs\nom1\amt.getValue() , ( Platform.numMul($lidgrp\cbs\nom1\amt.getValue() , ( Platform.numDiv($lidgrp\rec\nomtop.getValue() , 100) )) )), $lidgrp\cbs\max\cur.getValue() );
}
\ No newline at end of file
default $lidgrp\cbs\max\amt order 950
{
Platform.disable($lidgrp\cbs\max\amt);
$lidgrp\cbs\max\amt = $\cbsmod\xrtmod.amtRnd( Platform.numMul($lidgrp\cbs\nom1\amt.getValue() , ( 1 + ( $lidgrp\rec\nomtop.getValue() / 100 ) )), $lidgrp\cbs\nom1\cur.getValue() );
$lidgrp\cbs\max\amt = $\cbsmod\xrtmod.amtRnd( Platform.numMul($lidgrp\cbs\nom1\amt.getValue() , ( Platform.numAdd(1 , ( Platform.numDiv($lidgrp\rec\nomtop.getValue() , 100) )) )), $lidgrp\cbs\nom1\cur.getValue() );
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment