有待整理
?
<div id="sqr_form" title="发明人选择" >?
</div>
?
? function OpenDiv2(_Dw,_Dh,_Desc,e) {
????$("#sqr_form").html("");
?????? $("#sqr_form").html(_Desc);
??? }
?
?
?// 初始化对话框
??????? ??$("#jsly_form").dialog({
?????autoOpen: false,
?????height: 400,
?????width: 400,
?????resizable:false,
?????modal: true,
?????buttons: {
??????"确定": function() {?
??????? $(this).dialog('close');
???????? qyqueding();
???????}
?????}
????});
????
??????????? $("#jsly").click(function(){
????????????????? getqy()
??????? ????? $('#jsly_form').dialog('open');
??????? ?????
??????? ??});