风控中台对接-新增通过地址编码查询的方法
This commit is contained in:
parent
5f4416806c
commit
69ac7ae767
@ -58,7 +58,7 @@
|
||||
dwTemp.Style = "2";//freeform
|
||||
dwTemp.setGroupHidden("0020");
|
||||
dwTemp.genHTMLObjectWindow(CurPage.getParameter("FlowUnid"));
|
||||
dwTemp.replaceColumn("customer_info", "<iframe type='iframe' id='frame_list' name=\"frame_list\" width=\"100%\" height=\"500px\" frameborder=\"0\" src=\""+sWebRootPath+userll+compClientID+"&sPhaseNo="+sPhaseNo+"\"></iframe>", CurPage.getObjectWindowOutput());
|
||||
dwTemp.replaceColumn("customer_info", "<iframe type='iframe' id='frame_list' name=\"frame_list\" width=\"100%\" height=\"1200px\" frameborder=\"0\" src=\""+sWebRootPath+userll+compClientID+"&sPhaseNo="+sPhaseNo+"\"></iframe>", CurPage.getObjectWindowOutput());
|
||||
String sButtons[][] = {
|
||||
{"ReadOnly".equals(rightType)?"false":"true","","Button","괏닸","괏닸","save()","","","","btn_icon_saveNew",""},
|
||||
{"true","","Button","栗죕헌데","栗죕헌데","openFileList()","","","","btn_icon_saveNew",""}
|
||||
|
||||
@ -26,4 +26,35 @@ public class ParamDataUtils {
|
||||
return "002";
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 根据系统地址编码和字典编码获取北财地址编码
|
||||
* @param codeNo
|
||||
* @param itemNo
|
||||
* @return
|
||||
*/
|
||||
public static String queryMapBcProvinceCode(String codeNo, String itemNo){
|
||||
return "002";
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据系统地址编码和字典编码获取北财地址编码
|
||||
* @param codeNo
|
||||
* @param itemNo
|
||||
* @return
|
||||
*/
|
||||
public static String queryMapBcCityCode(String codeNo, String itemNo){
|
||||
return "002";
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据系统地址编码和字典编码获取北财地址编码
|
||||
* @param codeNo
|
||||
* @param itemNo
|
||||
* @return
|
||||
*/
|
||||
public static String queryMapBcCountyCode(String codeNo, String itemNo){
|
||||
return "002";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user