routine update

This commit is contained in:
yubaolee
2018-03-28 14:39:24 +08:00
parent 82c1519648
commit a39b6c1552
10 changed files with 454 additions and 382 deletions

View File

@@ -69,7 +69,7 @@
layer.open({
type: 2,
area: ['600px', '500px'], //宽高
area: ['750px', '550px'], //宽高
maxmin: true, //开启最大化最小化按钮
title: title,
content: '/flowInstances/edit?id=' + data.Id,
@@ -142,7 +142,7 @@
layer.open({
type: 2,
area: ['600px', '500px'], //宽高
area: ['750px', '550px'], //宽高
maxmin: true, //开启最大化最小化按钮
title: '处理流程',
content: '/flowInstances/Verification?id=' + data[0].Id,