acc63e1e by Zelig

驳回理由

1 parent 56ba8855
......@@ -104,11 +104,9 @@
}
function rollback(id) {
layer.confirm('确定该操作?', {
btn: ['是','否'],
title: '确认',
icon: 3
}, function(){
layer.prompt({title: '输入驳回理由', formType: 1}, function(pass, index){
layer.close(index);
var targetUrl = 'flow/unConfirmRollbackStatus/' + id;
$.ajax({
type: 'put',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!