acc63e1e by Zelig

驳回理由

1 parent 56ba8855
...@@ -104,11 +104,9 @@ ...@@ -104,11 +104,9 @@
104 } 104 }
105 105
106 function rollback(id) { 106 function rollback(id) {
107 layer.confirm('确定该操作?', { 107 layer.prompt({title: '输入驳回理由', formType: 1}, function(pass, index){
108 btn: ['是','否'], 108 layer.close(index);
109 title: '确认', 109
110 icon: 3
111 }, function(){
112 var targetUrl = 'flow/unConfirmRollbackStatus/' + id; 110 var targetUrl = 'flow/unConfirmRollbackStatus/' + id;
113 $.ajax({ 111 $.ajax({
114 type: 'put', 112 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!