增加流程状态转换列表

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

@@ -165,18 +165,13 @@ function detail() {
id: 'detailDlg',
url: '/GoodsApplies/Detail?id=' + selected.Id,
title: '进度详情',
width: 800,
height: 600,
width: 900,
height: 700,
mask:true
});
$(document)
.on('bjui.beforeCloseDialog',
function(e) {
var $dialog = $(e.target);
if ($dialog.id == "detailDlg") {
$(document).on('bjui.beforeCloseDialog',function(e) {
list.reload();
}
});
});
}
function add() {

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) {