Commit a4110dbc by mayunfei

侦查指令对接DNA比中信息

parent 33322bb3
......@@ -182,6 +182,7 @@ function spyj(spsftg){
});
}
});
$.ajax({
type: "POST",//方法类型
dataType: "json",//预期服务器返回的数据类型
......@@ -192,9 +193,8 @@ function spyj(spsftg){
layer.alert('审批成功',"提示",function(res){
if(res){
if(zllxPdbz == "5002"){
var asjZbUrl="${asjZbUrl}";
$.ajax({
url: asjZbUrl + "/getZczlByDnabz?xxzjbh=" + xgxxXxzjbh+"&zczlbh="+zczlbh,
url: asjZbUrl+"/getZczlByDnabz?xxzjbh=" + xgxxXxzjbh+"&zczlbh="+zczlbh,
type: "POST",
xhrFields: {
withCredentials: true
......
......@@ -374,6 +374,7 @@
</div>
</html>
<script>
var asjZbUrl="${asjZbUrl}";
$(document).ready(function() {
$('#ywlx').combotree({
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