Commit 62bc4d8a by wangguangchao

liaallg修改

parent 78b0e313
...@@ -5,7 +5,7 @@ default $acc2 order 1000 ...@@ -5,7 +5,7 @@ default $acc2 order 1000
if( Platform.isEmpty( $oldflg ) ) if( Platform.isEmpty( $oldflg ) )
{ {
if( Platform.compareTo($amt.getValue() , 0)>0 && ( ! Platform.isEmpty( $rol ) ) ) if( Platform.compareTo($amt.getValue() , 0)>0 && ( ! Platform.isEmpty( $rol ) ) )
{ {/**
// enable account only of more than one option // enable account only of more than one option
if( Platform.isEmpty( Platform.getLine( actval.getValue(), 2 ) ) ) if( Platform.isEmpty( Platform.getLine( actval.getValue(), 2 ) ) )
{ {
...@@ -20,6 +20,7 @@ default $acc2 order 1000 ...@@ -20,6 +20,7 @@ default $acc2 order 1000
Platform.resetModified( $acc2.getValue() ); Platform.resetModified( $acc2.getValue() );
$acc2 = Platform.getLine( actval, 1 ); $acc2 = Platform.getLine( actval, 1 );
} }
**/
} }
else else
{ {
......
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