mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-11-10 03:14:45 +08:00
流程跳转
This commit is contained in:
@@ -139,7 +139,6 @@ function del() {
|
||||
$.getJSON('/GoodsApplies/Delete?Id=' + selected.Id, function (data) {
|
||||
if (data.statusCode == "200") {
|
||||
list.reload();
|
||||
ztree.reload();
|
||||
}
|
||||
else {
|
||||
$(this).alertmsg('warn', data.message);
|
||||
@@ -179,4 +178,4 @@ function refresh() {
|
||||
list.reload();
|
||||
}
|
||||
|
||||
//@@ sourceURL=StockManager.js
|
||||
//@@ sourceURL=goodsApply.js
|
||||
@@ -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