驳回理由
Showing
1 changed file
with
3 additions
and
5 deletions
| ... | @@ -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', | ... | ... |
-
Please register or sign in to post a comment