check bugs

This commit is contained in:
yubaolee 2018-04-02 17:16:26 +08:00
parent e47acf9ff2
commit a631e15d7e
4 changed files with 4 additions and 6 deletions

View File

@ -22,9 +22,7 @@
<th lay-data="{field:'Id', width:150}">主键Id</th>
<th lay-data="{field:'SchemeCode', width:150}">流程编号</th>
<th lay-data="{field:'SchemeName', width:150}">流程名称</th>
<th lay-data="{field:'SchemeVersion', width:150}">流程内容版本</th>
<th lay-data="{field:'FrmType', width:150}">表单类型</th>
<th lay-data="{field:'AuthorizeType', width:150}">模板权限类型0所有人,1指定成员</th>
<th lay-data="{field:'SchemeVersion', width:150}">流程版本</th>
<th lay-data="{field:'SortCode', width:150}">排序码</th>
<th lay-data="{field:'Disabled', width:150}">有效</th>
<th lay-data="{field:'Description', width:150}">备注</th>

View File

@ -2,7 +2,7 @@
base: "/js/"
}).use(['form', 'vue', 'ztree', 'layer', 'utils', 'element', 'jquery', 'table', 'droptree', 'openauth', 'flow/gooflow', 'flowlayout'], function () {
var form = layui.form, element = layui.element,
layer = (top == undefined || top.layer === undefined )? layui.layer : top.layer,
layer = layui.layer,
$ = layui.jquery;
var table = layui.table;
var openauth = layui.openauth;

View File

@ -3,7 +3,7 @@ layui.config({
base: "/js/"
}).use(['form', 'vue', 'ztree', 'layer', 'utils', 'element', 'jquery', 'table', 'droptree', 'openauth', 'flow/gooflow', 'flowlayout'], function () {
var form = layui.form, element = layui.element,
layer = (top == undefined || top.layer === undefined )? layui.layer : top.layer,
layer = layui.layer,
$ = layui.jquery;
var thiswin = (top == undefined) ? window : top.window;
var table = layui.table;

View File

@ -1,7 +1,7 @@
layui.config({
base: "/js/"
}).use(['form', 'vue', 'ztree', 'layer', 'element', 'jquery', 'utils'], function () {
var layer = (top == undefined || top.layer === undefined )? layui.layer : top.layer,
var layer = layui.layer,
$ = layui.jquery;
var form = layui.form;
var users = []; //节点的执行人