Commit 78b0e313 by 潘际乾

弹框

parent e86abc9d
...@@ -42,14 +42,14 @@ void gridEtyLoad(IStream argstg,String argtds,IModule argrec,String argetyins,St ...@@ -42,14 +42,14 @@ void gridEtyLoad(IStream argstg,String argtds,IModule argrec,String argetyins,St
} }
Argument<Integer> cntLowBox = new Argument<>("",0); Argument<Integer> cntLowBox = new Argument<>("",0);
Platform.cacheRead( cntLow, "stgmod", argtds, "Low-Limit" ); Platform.cacheRead( cntLow, "stgmod", argtds, "Low-Limit" );
cntLow = cntLowBox.value; //cntLow = cntLowBox.value;
if( Platform.errorCode() != tdCacheNotFound ) if( Platform.errorCode() != tdCacheNotFound )
{ {
Platform.reraise(); Platform.reraise();
} }
Argument<Integer> cntMaxBox = new Argument<>("",0); Argument<Integer> cntMaxBox = new Argument<>("",0);
Platform.cacheRead( cntMax, "stgmod", argtds, "Max-Limit" ); Platform.cacheRead( cntMax, "stgmod", argtds, "Max-Limit" );
cntMax = cntMaxBox.value; //cntMax = cntMaxBox.value;
if( Platform.errorCode() != tdCacheNotFound ) if( Platform.errorCode() != tdCacheNotFound )
{ {
Platform.reraise(); Platform.reraise();
......
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