项目查询

This commit is contained in:
58261 2018-09-26 09:59:46 +08:00
parent 7a0ed90286
commit 163d9b632f

View File

@ -54,11 +54,12 @@ function viewAllFlowAttachment(){
function viewAllproject(){
var sUrl = "/Tenwa/Lease/App/InformationTable/InfoView.jsp";
var sPara = getItemValue(0,getRow(0),'id');
var FlowUnid=getItemValue(0,getRow(0),'FLOWUNID');
if(typeof(sPara)=="undefined" || sPara.length==0 ){
alert("参数不能为空!");
return ;
}
var sparm='ProjectId='+sPara+"&ShowType=flow_project_sum&RightType=ReadOnly&IsHistory=false";
var sparm='ProjectId='+sPara+"&ShowType=flow_project_sum&RightType=ReadOnly&IsHistory=false"+'&FlowUnid='+FlowUnid;
AsControl.OpenTab(sUrl,sparm,{title:'项目基本信息【'+ getItemValue(0,getRow(0),'PROJECT_NO')+'】'});
}
</script>