|
@@ -22,7 +22,7 @@
|
|
|
$.post($.app+"/xmxxgl/selectXzqh?pid="+'${jyr.szgk.xzqh}',{
|
|
|
},function(data) {
|
|
|
var str = "";
|
|
|
- str+="<select class='xzqhselectpicker' id='xzqh' onchange='checkxzqh()' >";
|
|
|
+ str+="<select class='xzqhselectpicker' id='xzqh' name='xzqh' >";
|
|
|
str+="<option></option>";
|
|
|
if(data){
|
|
|
for(var i=0;i<data.length;i++){
|
|
@@ -34,7 +34,7 @@
|
|
|
$("#xzqhsel").append(str);
|
|
|
|
|
|
$('.xzqhselectpicker').selectpicker({
|
|
|
- width:'92.5%%'
|
|
|
+ width:'92.5%'
|
|
|
});
|
|
|
}
|
|
|
}, "json");
|
|
@@ -63,21 +63,6 @@
|
|
|
}) */
|
|
|
});
|
|
|
|
|
|
- function checkxzqh(){
|
|
|
- $.ajax({
|
|
|
- url:$.app+"/xmxxgl/getXmbh",
|
|
|
- data:{xzqh:$('#xzqh').val()},
|
|
|
- type:"post",
|
|
|
- dataType:"json",
|
|
|
- success:function(data){//ajax返回的数据
|
|
|
- if (data.success) {
|
|
|
- $('#xmbm').val(data.attrs.xmbm);
|
|
|
- }else {
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
- });
|
|
|
- }
|
|
|
|
|
|
function showgk(){
|
|
|
initgkSelect('gksel',xmxxgl.detail.gk,$('.szdselectpicker').val(),"showgq",'80%');
|
|
@@ -119,7 +104,7 @@
|
|
|
<div class="apply_fill">
|
|
|
<form id="addform" method="post" enctype="multipart/form-data">
|
|
|
<input type="hidden" class="form-control" name="fjids" id="fjids">
|
|
|
- <table class="apply" cellpadding="0" cellspacing="0">
|
|
|
+ <table class="apply" cellpadding="0" cellspacing="0" style="table-layout: fixed;">
|
|
|
<tr>
|
|
|
<th><span class="needwrite">*</span>行政区划: </th>
|
|
|
<td colspan="3">
|