0885697e by yangjianbin

init

1 parent 21f3c7fa
......@@ -116,7 +116,6 @@
}
setTimeout(function () {
if (!data.code) {
table.fnDraw();
layer_close();
}
}, 500);
......
......@@ -146,7 +146,7 @@
title: '资料转移',
icon: 3
}, function(){
var targetUrl = 'flow/confirm2NextStatus';
var targetUrl = 'flow/confirm2NextStatus' + "<?=$id?>";;
var data = {
"opinion": "",
"orderStatus": "<?=$applyOrderVO->status?>"
......@@ -168,7 +168,6 @@
}
setTimeout(function () {
if (!data.code) {
table.fnDraw();
layer_close();
}
}, 500);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!