diff --git a/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp b/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp index b9850587f..bb180dc91 100644 --- a/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp +++ b/WebContent/Common/WorkFlow/FlowSubmitDialog.jsp @@ -229,6 +229,10 @@ } var phaseOpinion=getPhaseOpinion(); var nodeType=getNextPhaseNodeType(phaseOpinion); + if(nodeType==null||nodeType==""){ + alert("请选择下一步处理人员!"); + return ; + } var phaseAction=getFlowUser(); if(nodeType.indexOf("JOIN")>=0){ //并行合并判断是否选人 diff --git a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp index c0f6b1b07..9e5d84992 100644 --- a/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp +++ b/WebContent/Tenwa/Lease/Flow/Comm/LBEquipment_Car/LBEquipmentInfo.jsp @@ -212,9 +212,9 @@ }else{ if(typeof(sAreaCodeInfo) != "undefined" && sAreaCodeInfo != ""){ sAreaCodeInfo = sAreaCodeInfo.split('@'); - //sAreaCodeValue = sAreaCodeInfo[0];//-- 行政区划代码 + sAreaCodeValue = sAreaCodeInfo[0].substring(0,4);//-- 行政区划代码 sAreaCodeName = sAreaCodeInfo[1];//--行政区划名称 - //setItemValue(0,getRow(),"province",sAreaCodeValue); + setItemValue(0,getRow(),"retainfield1",sAreaCodeValue); //setItemValue(0,getRow(),"provincename",sAreaCodeName); setItemValue(0,getRow(),"zone",sAreaCodeName); }