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);
});

});
});
点赞(0)

评论列表 共有 0 评论

暂无评论

微信服务号

微信客服

淘宝店铺

support@elephdev.com

发表
评论
Go
顶部