复审意见展示

This commit is contained in:
zzk 2023-09-10 17:48:06 +08:00
parent ae73c5c5e0
commit 10b16ea5a8

View File

@ -46,7 +46,14 @@
}else{
isShowButton=true;
}
//复审意见展示
if("业务申请流程".equals(flowName)&&("0040".equals(phaseNo)||"0050".equals(phaseNo)||"0060".equals(phaseNo)||"0070".equals(phaseNo)||"0080".equals(phaseNo))){
doTemp.setVisible("VETO",true);
}else {
doTemp.setVisible("VETO",false);
}
if(("业务申请流程".equals(flowName)||"业务变更流程".equals(flowName))&&("0030".equals(phaseNo)||"0040".equals(phaseNo)||"0050".equals(phaseNo)||"0060".equals(phaseNo)||"0070".equals(phaseNo))){
dwTemp.getDataObject().setVisible("subjectname", true);
}else {
@ -592,6 +599,16 @@
$('#SECONDOPINION').append(sReturn);
}
});
//拒单理由
var vo = getItemValue(0,0,"secondchoice");
console.log("========================"+vo);
if(vo=="0010"||vo=="0040"){
showItem(0,"VETO");
setItemRequired(0,"VETO",true);
}else {
hideItem(0,"VETO");
setItemRequired(0,"VETO",false);
}
}
function changeThirdChoice(){//根据信审意见,遍历相应的下拉选项
@ -649,6 +666,8 @@
$('#THIRDOPINION').append(sReturn);
}
});
}
function save(){