Effect demo

image.png

accomplish

$(".btn-check-back").on('click',function() {
var that = this;
var ids = Table.api.selectedids(table);
Layer.prompt({title: __('Please enter the time (unit: minutes)'), formType: 0}, function (value, index){
Backend.api.ajax({
url: "dy/task_order/multi?action=mback&m=" + value + "&ids=" + ids,
data: $(that).closest("form").serialize()
},function() {
$(".btn-refresh").trigger("click");
Layer.close(index);
});

});
});
Likes(0)

Comment list count 0 Comments

No Comments

WeChat Self-Service

WeChat Consult

TaoBao

support@elephdev.com

发表
评论
Go
Top