Commit 9c503c7d by jianglong

修改crtsel

parent 2fdf184d
...@@ -29,6 +29,7 @@ public class CrtselResource { ...@@ -29,6 +29,7 @@ public class CrtselResource {
} }
/** /**
* 处理按钮查看能够进行的交易 * 处理按钮查看能够进行的交易
*/ */
......
...@@ -79,8 +79,8 @@ public class CrtselServiceImpl implements CrtselService { ...@@ -79,8 +79,8 @@ public class CrtselServiceImpl implements CrtselService {
} }
} else if ("O".equals(crdgrp.getRec().getClrtyp())) { } else if ("O".equals(crdgrp.getRec().getClrtyp())) {
//汇出清算 //汇出清算
String[] crTraArray = {"CRTCTF"}; String[] crTraArray = {"CRTCBK", "CRTCTF"};
String[] crButArray = {"转汇清算"}; String[] crButArray = {"退汇清算", "转汇清算"};
String isAllowed = ""; String isAllowed = "";
for (int i = 0; i < crTraArray.length; i++) { for (int i = 0; i < crTraArray.length; i++) {
TrncodVo trncodVo = new TrncodVo(crTraArray[i], crButArray[i], isAllowed, "Y", ""); TrncodVo trncodVo = new TrncodVo(crTraArray[i], crButArray[i], isAllowed, "Y", "");
......
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