diff --git a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfoSecond.jsp b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfoSecond.jsp
index 08d9179ce..e46dad979 100644
--- a/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfoSecond.jsp
+++ b/WebContent/Tenwa/Lease/DistributorManage/DistributorApproval/LDistributorInfoSecond.jsp
@@ -83,7 +83,7 @@ function saveproj_name(){
}
//省市
- function selectRegionCode(){
+/* function selectRegionCode(){
var area_code = getItemValue(0,getRow(),"DISTRIBUTOR_ADDRESS");
AsDialog.PopView("/Common/ToolsA/AreaVFrame.jsp","AreaCode="+area_code,"dialogWidth=850px;dialogHeight=450px;center:yes;status:no;statusbar:no",function(sAreaCodeInfo){
//增加清空功能的判断
@@ -103,6 +103,43 @@ function saveproj_name(){
}
}
},'请选择省市');
+ } */
+
+ var province="";//定义一个全局变量
+ // 选择省份
+ function selectProvinceCode(){
+ AsDialog.OpenSelector("selectProvinceCode","","dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
+ function(sReturn){
+ if(!sReturn||sReturn=="_CANCEL_"||sReturn==""){
+ //alert(getHtmlMessage('1'));//请选择一条信息!
+ return;
+ }
+ sReturn = sReturn.split("@");
+// alert(sReturn[1]);
+ setItemValue(0,0,"provinces",sReturn[1]);
+ province=sReturn[0];
+ setCertType();
+ },"请选择省份",'');
+ }
+ // 选择市区
+ function selectCityCode(){
+ //alert("参数:"+province);
+ if(province=="" || province==null){
+ alert("请先选择省份。");
+ return;
+ }else{
+ AsDialog.OpenSelector("selectCityCode","province,"+province,"dialogWidth=" + parseInt(window.screen.width * 0.4) + "px dialogHeight=" + parseInt(window.screen.height * 0.5) + "px",
+ function(sReturn){
+
+ if(!sReturn||sReturn=="_CANCEL_"||sReturn==""){
+ //alert(getHtmlMessage('1'));//请选择一条信息!
+ return;
+ }
+ sReturn = sReturn.split("@");
+ setItemValue(0,0,"DISTRIBUTOR_ADDRESS",sReturn[0]);//地区区号
+ setItemValue(0,0,"DISTRIBUTOR_ADDRESSNAME",sReturn[1]);//地区
+ },"请选择地区",'');
+ }
}
<%@ include file="/Frame/resources/include/include_end.jspf"%>
\ No newline at end of file
diff --git a/WebContent/WEB-INF/etc/jbo/jbo_comm.xml b/WebContent/WEB-INF/etc/jbo/jbo_comm.xml
index 740c4979c..11b59a18d 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_comm.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_comm.xml
@@ -687,6 +687,7 @@
+
@@ -714,6 +715,7 @@
+
diff --git a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml
index 84cfd532c..77c817422 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_customer.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_customer.xml
@@ -494,92 +494,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -2647,5 +2562,107 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WebContent/WEB-INF/etc/jbo/jbo_prd.xml b/WebContent/WEB-INF/etc/jbo/jbo_prd.xml
index 4f0d80d73..41ffc93e2 100644
--- a/WebContent/WEB-INF/etc/jbo/jbo_prd.xml
+++ b/WebContent/WEB-INF/etc/jbo/jbo_prd.xml
@@ -72,6 +72,11 @@
+
+
+
+
+