138e39a9 by yangjianbin

init

1 parent 2de2447e
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
109 } 109 }
110 110
111 function rollback(id, curr, dest) { 111 function rollback(id, curr, dest) {
112 layer.prompt({title: '输入驳回理由', formType: 1}, function (pass, index) { 112 layer.prompt({title: '输入驳回理由', formType: 0}, function (pass, index) {
113 layer.close(index); 113 layer.close(index);
114 var data = { 114 var data = {
115 "destOrderStatus": dest, 115 "destOrderStatus": dest,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!