diff --git a/WebContent/Tenwa/Core/FlowInstanceTrack/FlowInstanceTrack.jsp b/WebContent/Tenwa/Core/FlowInstanceTrack/FlowInstanceTrack.jsp index fb7a22b43..55f67eebc 100644 --- a/WebContent/Tenwa/Core/FlowInstanceTrack/FlowInstanceTrack.jsp +++ b/WebContent/Tenwa/Core/FlowInstanceTrack/FlowInstanceTrack.jsp @@ -36,7 +36,7 @@ String ros = "true"; if("业务申请分担".equals(soft)){ ros = "false"; - doTemp.appendJboWhere(" O.flow_name='业务申请流程' and O.PHASENAME='信审专员初审'"); + doTemp.appendJboWhere(" O.flow_name='业务申请流程' and O.PHASENAME='信审初审'"); }; if("付款业务分担".equals(soft)){ ros = "false"; diff --git a/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp b/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp index 1a2acae15..00e5beb97 100644 --- a/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp +++ b/WebContent/Tenwa/Core/SystemConfig/OwnConfig/BOwnAccount/BOwnAccount.jsp @@ -110,8 +110,7 @@ return; } sReturn = sReturn.split("@"); - setItemValue(0,0,"own_id", sReturn[0]); - setItemValue(0,0,"own_name", sReturn[1]); + setItemValue(0,0,"own_id", sReturn[2]); setItemValue(0,0,"acc_name", sReturn[1]); },"请选择出租人","company"); } diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceInfo.jsp index c4e1f688c..e619bf66e 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBAssetTransferRegistration/PoundageMaintenanceInfo.jsp @@ -54,14 +54,7 @@ function getChargeWay(status){ var chargeChannel=getItemValue(0,0,"charge_channel"); var chargeWay=getItemValue(0,0,"CHARGE_WAY"); - var sql="select itemno,itemname from code_library where codeno='charge_way' "; - if("web"== chargeChannel){ - sql = sql + " AND ( itemno='AutoBuckle' OR itemno='Collection') "; - }else if("wx"== chargeChannel){ - sql = sql + " AND ( itemno='UnionPay' OR itemno='WXPay') "; - }else{ - sql = sql + " AND itemno='' "; - } + var sql="select itemno,itemname from code_library where codeno='charge_way' AND attribute1='"+chargeChannel+"' "; initSelectOption(sql,"itemname","itemno","CHARGE_WAY"); if(status=="edit"){ setItemValue(0,0,"CHARGE_WAY",chargeWay); diff --git a/WebContent/Tenwa/Lease/Flow/Contract/ContractOnhire/ContractOnhireApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Contract/ContractOnhire/ContractOnhireApplyList.jsp index bff71969c..a3012394e 100644 --- a/WebContent/Tenwa/Lease/Flow/Contract/ContractOnhire/ContractOnhireApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Contract/ContractOnhire/ContractOnhireApplyList.jsp @@ -38,7 +38,7 @@ } else { - var mes=sReturnInfos[1]; + var mes=sReturnInfos[0]; alert(mes); } reloadSelf(); diff --git a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/VIActualFundPlanList.jsp b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/VIActualFundPlanList.jsp index e7e27dccd..dc73663a0 100644 --- a/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/VIActualFundPlanList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Fund/ActualPayment/VIActualFundPlanList.jsp @@ -31,7 +31,7 @@ AsDebug.showMessage("提示","请选择一行数据","","",true); return; } - if(confirm('确实要删除吗?')){ + if(confirm('是否确认退回经销商?')){ var result = RunJavaMethodTrans("com.tenwa.flow.fund.fundcollection.FundIncomeMethod","paymentReturn","CONTRACT_ID="+contractid); if("success" == result){ AsDebug.showMessage("提示","操作成功!","","",true); diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessCancelApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessCancelApplyList.jsp index 8438eb07e..d75801deb 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessCancelApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessCancelApplyList.jsp @@ -33,7 +33,7 @@ } else { - var mes=sReturnInfos[1]; + var mes=sReturnInfos[0]; alert(mes); } reloadSelf(); diff --git a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessChangeApplyList.jsp b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessChangeApplyList.jsp index 14b5da44c..8f6cafa62 100644 --- a/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessChangeApplyList.jsp +++ b/WebContent/Tenwa/Lease/Flow/Project/BusinessApplication/BusinessChangeApplyList.jsp @@ -40,7 +40,7 @@ } else { - var mes=sReturnInfos[1]; + var mes=sReturnInfos[0]; alert(mes); } reloadSelf();