Commit a4110dbc by mayunfei

侦查指令对接DNA比中信息

parent 33322bb3
...@@ -182,6 +182,7 @@ function spyj(spsftg){ ...@@ -182,6 +182,7 @@ function spyj(spsftg){
}); });
} }
}); });
$.ajax({ $.ajax({
type: "POST",//方法类型 type: "POST",//方法类型
dataType: "json",//预期服务器返回的数据类型 dataType: "json",//预期服务器返回的数据类型
...@@ -192,9 +193,8 @@ function spyj(spsftg){ ...@@ -192,9 +193,8 @@ function spyj(spsftg){
layer.alert('审批成功',"提示",function(res){ layer.alert('审批成功',"提示",function(res){
if(res){ if(res){
if(zllxPdbz == "5002"){ if(zllxPdbz == "5002"){
var asjZbUrl="${asjZbUrl}";
$.ajax({ $.ajax({
url: asjZbUrl + "/getZczlByDnabz?xxzjbh=" + xgxxXxzjbh+"&zczlbh="+zczlbh, url: asjZbUrl+"/getZczlByDnabz?xxzjbh=" + xgxxXxzjbh+"&zczlbh="+zczlbh,
type: "POST", type: "POST",
xhrFields: { xhrFields: {
withCredentials: true withCredentials: true
......
...@@ -374,6 +374,7 @@ ...@@ -374,6 +374,7 @@
</div> </div>
</html> </html>
<script> <script>
var asjZbUrl="${asjZbUrl}";
$(document).ready(function() { $(document).ready(function() {
$('#ywlx').combotree({ $('#ywlx').combotree({
onChange: function (n, o) { onChange: function (n, o) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment