`
shelllgd
  • 浏览: 30058 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

个人存档

阅读更多
 document.getElementById("khmc").value ="";
	 document.getElementById("khmc1").value ="";
	  var url='<%=request.getContextPath()%>/khgl/khinforAction.do?operFlag=select';
			var sStyle = 'scrollbar:no;dialogWidth:1024px;dialogHeight:600px;status:no;center:yes;resizable:yes';
			var sValue = showModalDialog(url, '', sStyle);
			if (sValue != null) {
				listCustomer = sValue;				
				document.getElementById("htkhid").value = listCustomer[0][0];
				document.getElementById("khmc").value = listCustomer[0][1];
				document.getElementById("khmc1").value = listCustomer[0][1];
			}

primaryKey.value = param1;
			dispFlag.value = param3;
				var url = 'htgl/contractInforAction.do?operFlag=read&primaryKey=' + primaryKey.value + '&dispFlag=' + dispFlag.value;
				var sStyle = 'scrollbar:no;dialogWidth:900px;dialogHeight:600px;status:no;center:yes;resizable:yes';
				openModalDialog(url, '', sStyle);
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics