增加流程状态转换列表

This commit is contained in:
yubaolee
2016-09-07 11:11:34 +08:00
parent 96e8eec1e7
commit 0c82f7b8c3
20 changed files with 499 additions and 38 deletions

View File

@@ -1,6 +1,5 @@
var schemecode = 'SimpleWF';
var wfdesigner = undefined;
console.log("detail");
function wfdesignerRedraw() {
var data;
@@ -9,7 +8,6 @@ function wfdesignerRedraw() {
data = wfdesigner.data;
wfdesigner.destroy();
}
console.log(QueryString.id); //取不到值??
var processid = $("#processId").val();
wfdesigner = new WorkflowDesigner({
@@ -18,7 +16,7 @@ function wfdesignerRedraw() {
renderTo: 'wfdesigner',
imagefolder: '/images/',
graphwidth: 800,
graphheight: 600
graphheight: 500
});
if (data == undefined) {