mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-21 02:57:54 +08:00
流程跳转
This commit is contained in:
@@ -35,6 +35,15 @@ function wfdesignerRedraw() {
|
||||
|
||||
wfdesignerRedraw();
|
||||
|
||||
|
||||
$(function () {
|
||||
$(".btn-cmd")
|
||||
.on("click", function () { //执行命令
|
||||
$.post("/GoodsApplies/ExeCmd?id=" +$("#processId").val() +"&cmd=" +$(this).val() ,
|
||||
{ name: "John", time: "2pm" },
|
||||
function (data) {
|
||||
console.log("Data Loaded: " + data);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
//@@ sourceURL=processDetail.js
|
Reference in New Issue
Block a user