diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp index 938031704..fb14250f1 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessProjectTempInfo.jsp @@ -58,7 +58,7 @@ dwTemp.Style = "2";//freeform dwTemp.setGroupHidden("0020"); dwTemp.genHTMLObjectWindow(CurPage.getParameter("FlowUnid")); - dwTemp.replaceColumn("customer_info", "", CurPage.getObjectWindowOutput()); + dwTemp.replaceColumn("customer_info", "", CurPage.getObjectWindowOutput()); String sButtons[][] = { {"ReadOnly".equals(rightType)?"false":"true","","Button","保存","保存","save()","","","","btn_icon_saveNew",""}, {"true","","Button","资料清单","资料清单","openFileList()","","","","btn_icon_saveNew",""} diff --git a/src/com/ample/esb/common/ParamDataUtils.java b/src/com/ample/esb/common/ParamDataUtils.java index 515f9bcac..2734be941 100644 --- a/src/com/ample/esb/common/ParamDataUtils.java +++ b/src/com/ample/esb/common/ParamDataUtils.java @@ -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"; + } + }