yusijie
2023-04-01 01bb4cc6da9641e41d24f6ac7dea6e84cb8ba768
WebTM/views/³µ¼ä¹ÜÀí/¹¤ÐòÁ÷ת¿¨/Sc_ProcessSendWorkList.html
@@ -266,7 +266,7 @@
                        option = {
                            elem: '#mainTable'
                            , toolbar: '#toolbarDemo'
                            , height: 800
                            , height: 'full-50'
                            , page: true //开启分页
                            , limit: 50
                            , limits: [50, 500, 5000, 20000]
@@ -450,9 +450,11 @@
            if (checkStatus.data.length >= 1) {
                var rows = [];
                var arr = [];
                var ieid = [];
                for (var i = 0; i < data.length; i++) {
                    rows.push(data[i].hmainid.toString());
                    arr.push(data[i].hentryid.toString());
                    ieid.push(data[i].hmainid.toString() + data[i].hentryid.toString())
                }
                layer.open({
@@ -462,7 +464,7 @@
                    , shade: 0.6 //遮罩透明度
                    , maxmin: false //允许全屏最小化
                    , anim: 0 //0-6的动画形式,-1不开启
                    , content: ['../../BaseSet/SRM_OpenTmpList _GXPG.html?linterid=' + rows.toString() + '&MyMsg=' + rows.toString() + '&Type=HProcSendWork' + '&entryid=' + arr.toString(), 'yes']
                    , content: ['../../BaseSet/SRM_OpenTmpList_GXPG.html?linterid=' + rows.toString() + '&MyMsg=' + rows.toString() + '&Type=HProcSendWork' + '&ieid=' + ieid.toString(), 'yes']
                    , resize: false
                })
            }