|
@@ -302,6 +302,7 @@ $(".systemwindow").on('click', "#bdbbprintks", function() {
|
|
|
let obj = {}
|
|
let obj = {}
|
|
|
obj.id = $(".boundtj input[name='id']").val();
|
|
obj.id = $(".boundtj input[name='id']").val();
|
|
|
obj.type = $(".boundtj select[name='type']").val();
|
|
obj.type = $(".boundtj select[name='type']").val();
|
|
|
|
|
+ escDo();
|
|
|
$.post("/transfer/ycrk", obj, function(a){
|
|
$.post("/transfer/ycrk", obj, function(a){
|
|
|
if(a.success){
|
|
if(a.success){
|
|
|
layx.confirm('提示',a.msg,null,{
|
|
layx.confirm('提示',a.msg,null,{
|
|
@@ -310,7 +311,7 @@ $(".systemwindow").on('click', "#bdbbprintks", function() {
|
|
|
label:'确定',
|
|
label:'确定',
|
|
|
callback:function(id, button, event){
|
|
callback:function(id, button, event){
|
|
|
layx.destroy(id);
|
|
layx.destroy(id);
|
|
|
- escDo();
|
|
|
|
|
|
|
+
|
|
|
$(".search span").click();
|
|
$(".search span").click();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -322,7 +323,6 @@ $(".systemwindow").on('click', "#bdbbprintks", function() {
|
|
|
{
|
|
{
|
|
|
label:'确定',
|
|
label:'确定',
|
|
|
callback:function(id, button, event){
|
|
callback:function(id, button, event){
|
|
|
- escDo();
|
|
|
|
|
layx.destroy(id);
|
|
layx.destroy(id);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|