eoss-ui 0.7.84 → 0.7.85
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/calogin.js +233 -233
- package/lib/eoss-ui.common.js +952 -952
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +280 -280
- package/lib/handler.js +4 -4
- package/lib/icons.js +1 -1
- package/lib/index.js +1 -1
- package/lib/login.js +9 -9
- package/lib/main.js +320 -320
- package/lib/qr-code.js +13 -13
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity-top.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/package.json +161 -161
- package/packages/.DS_Store +0 -0
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/.DS_Store +0 -0
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +992 -992
- package/packages/data-table/src/main.vue +1840 -1840
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/.DS_Store +0 -0
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow/src/component/Circulate.vue +417 -417
- package/packages/flow/src/component/CommonOpinions.vue +376 -376
- package/packages/flow/src/component/CustomPreset.vue +324 -324
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +244 -244
- package/packages/flow/src/component/Preset.vue +257 -257
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/SortFlow.vue +110 -110
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +761 -761
- package/packages/flow/src/form.vue +123 -123
- package/packages/flow/src/freeStartFlow.vue +2855 -2855
- package/packages/flow/src/main.vue +4135 -4135
- package/packages/flow/src/processForm.vue +1671 -1671
- package/packages/flow/src/processReject.vue +309 -309
- package/packages/flow/src/reset.vue +946 -946
- package/packages/flow/src/startTaskRead.vue +695 -695
- package/packages/flow/src/supervise.vue +159 -159
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +727 -727
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1803 -1803
- package/packages/form/.DS_Store +0 -0
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3901 -3901
- package/packages/form/src/table.vue +1512 -1512
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +496 -496
- package/packages/icon/.DS_Store +0 -0
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +104 -104
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/icon.json +1 -1
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/.DS_Store +0 -0
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +2087 -2087
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/.DS_Store +0 -0
- package/packages/main/index.js +5 -5
- package/packages/main/src/.DS_Store +0 -0
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +273 -273
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +158 -158
- package/packages/main/src/simplicity/index.vue +2328 -2328
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +276 -276
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +401 -401
- package/packages/main/src/simplicityTop/apps.vue +388 -388
- package/packages/main/src/simplicityTop/avatar.vue +82 -82
- package/packages/main/src/simplicityTop/handler.vue +215 -215
- package/packages/main/src/simplicityTop/index.vue +2618 -2618
- package/packages/main/src/simplicityTop/lists.vue +84 -84
- package/packages/main/src/simplicityTop/menu-list.vue +135 -135
- package/packages/main/src/simplicityTop/message.vue +293 -293
- package/packages/main/src/simplicityTop/notice.vue +222 -222
- package/packages/main/src/simplicityTop/router-page.vue +45 -45
- package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
- package/packages/main/src/simplicityTop/user.vue +259 -259
- package/packages/main/src/simplicityTop/userinfo.vue +401 -401
- package/packages/menu/.DS_Store +0 -0
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +595 -595
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/.DS_Store +0 -0
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +782 -782
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1036 -1036
- package/packages/selector-panel/src/selection.vue +174 -174
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +170 -170
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/base.css +1 -0
- package/packages/theme-chalk/lib/button-group.css +1 -0
- package/packages/theme-chalk/lib/button.css +1 -0
- package/packages/theme-chalk/lib/calendar.css +1 -0
- package/packages/theme-chalk/lib/calogin.css +0 -0
- package/packages/theme-chalk/lib/card.css +1 -0
- package/packages/theme-chalk/lib/cascader.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +1 -0
- package/packages/theme-chalk/lib/clients.css +1 -0
- package/packages/theme-chalk/lib/data-table-form.css +1 -0
- package/packages/theme-chalk/lib/data-table.css +1 -0
- package/packages/theme-chalk/lib/date-picker.css +1 -0
- package/packages/theme-chalk/lib/dialog.css +1 -0
- package/packages/theme-chalk/lib/enable-drag.css +1 -0
- package/packages/theme-chalk/lib/enterprise.css +1 -0
- package/packages/theme-chalk/lib/error-page.css +1 -0
- package/packages/theme-chalk/lib/flow-chart.css +0 -0
- package/packages/theme-chalk/lib/flow-group.css +1 -0
- package/packages/theme-chalk/lib/flow-list.css +1 -0
- package/packages/theme-chalk/lib/flow.css +1 -0
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/form.css +1 -0
- package/packages/theme-chalk/lib/handle-user.css +1 -0
- package/packages/theme-chalk/lib/handler.css +1 -0
- package/packages/theme-chalk/lib/icon.css +1 -0
- package/packages/theme-chalk/lib/icons.css +1 -0
- package/packages/theme-chalk/lib/index.css +1 -0
- package/packages/theme-chalk/lib/input-number.css +0 -0
- package/packages/theme-chalk/lib/input.css +1 -0
- package/packages/theme-chalk/lib/label.css +1 -0
- package/packages/theme-chalk/lib/layout.css +1 -0
- package/packages/theme-chalk/lib/login.css +1 -0
- package/packages/theme-chalk/lib/main.css +1 -0
- package/packages/theme-chalk/lib/menu.css +1 -0
- package/packages/theme-chalk/lib/nav.css +1 -0
- package/packages/theme-chalk/lib/notify.css +0 -0
- package/packages/theme-chalk/lib/page.css +1 -0
- package/packages/theme-chalk/lib/pagination.css +1 -0
- package/packages/theme-chalk/lib/player.css +1 -0
- package/packages/theme-chalk/lib/qr-code.css +1 -0
- package/packages/theme-chalk/lib/radio-group.css +1 -0
- package/packages/theme-chalk/lib/retrial-auth.css +1 -0
- package/packages/theme-chalk/lib/select-ganged.css +1 -0
- package/packages/theme-chalk/lib/select.css +1 -0
- package/packages/theme-chalk/lib/selector-panel.css +1 -0
- package/packages/theme-chalk/lib/selector.css +1 -0
- package/packages/theme-chalk/lib/simplicity-top.css +1 -0
- package/packages/theme-chalk/lib/simplicity.css +1 -0
- package/packages/theme-chalk/lib/sizer.css +1 -0
- package/packages/theme-chalk/lib/steps.css +1 -0
- package/packages/theme-chalk/lib/switch.css +1 -0
- package/packages/theme-chalk/lib/table-form.css +0 -0
- package/packages/theme-chalk/lib/tabs-panel.css +0 -0
- package/packages/theme-chalk/lib/tabs.css +1 -0
- package/packages/theme-chalk/lib/tips.css +1 -0
- package/packages/theme-chalk/lib/toolbar.css +1 -0
- package/packages/theme-chalk/lib/tree-group.css +1 -0
- package/packages/theme-chalk/lib/tree.css +1 -0
- package/packages/theme-chalk/lib/upload.css +1 -0
- package/packages/theme-chalk/lib/wujie.css +0 -0
- package/packages/theme-chalk/lib/wxlogin.css +1 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/flow.scss +373 -373
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/src/form.scss +501 -501
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +3452 -1612
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +664 -664
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +114 -114
- package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
- package/packages/theme-chalk/src/simplicity.scss +1403 -1403
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/.DS_Store +0 -0
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1344 -1344
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +146 -146
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/.DS_Store +0 -0
- package/src/config/api.js +340 -340
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- package/src/utils/.DS_Store +0 -0
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- package/packages/theme-chalk/gulpfile.js +0 -25
package/lib/eoss-ui.common.js
CHANGED
|
@@ -192,7 +192,7 @@ module.exports = require("vuedraggable");
|
|
|
192
192
|
/* 14 */
|
|
193
193
|
/***/ (function(module) {
|
|
194
194
|
|
|
195
|
-
module.exports = JSON.parse("[\"solid-huiyi\",\"solid-gongzuotai\",\"solid-menhu\",\"solid-gongwenguanli\",\"solid-tongxunlu\",\"solid-qingshibaogao\",\"solid-wenjiangongxiang\",\"solid-shiwuxitong\",\"solid-wendangxiezuo\",\"solid-youxiang\",\"solid-jishitongxun\",\"solid-liaotian\",\"solid-yunwendang\",\"solid-wps\",\"solid-feiyongbaoxiao\",\"solid-daibanshixiang\",\"solid-guanzhu\",\"solid-gongwenkanban\",\"solid-daidengji\",\"solid-banlizhongxin\",\"solid-zaibanfawen\",\"solid-yibanshixiang\",\"solid-daiqiangongwen\",\"solid-shouye\",\"solid-zaibanshouwen\",\"solid-mobanguanli\",\"solid-guanjianzi\",\"solid-yibanfawen\",\"solid-yibangongwen\",\"solid-shouwenguidang\",\"solid-gongwentongji\",\"solid-huishouzhan\",\"solid-bianhaoguanli\",\"solid-banjieshouwen\",\"solid-chehuigongwen\",\"solid-gerenqianming\",\"solid-shouwendengji\",\"solid-zaixianshouwen\",\"solid-gongwenshezhi\",\"solid-wenzhongguanli\",\"solid-shoufawentongji\",\"solid-kanwuguanli\",\"solid-wangshangtiaocha\",\"solid-lanmuguanli\",\"solid-wangzhanzhuce\",\"solid-mokuaiguanli\",\"solid-gonggao\",\"solid-xinjianwenjuan\",\"solid-qikanguanli\",\"solid-lanmuxinxi\",\"solid-wenjianxiazai\",\"solid-wenjuanguanli\",\"solid-wenjianguanli\",\"solid-gongxiangxinxiku\",\"solid-tianxiewenjuan\",\"solid-wenjuanmobanku\",\"solid-dianziqikan\",\"solid-menhuguanggao\",\"solid-xiazaizhongxin\",\"solid-fenleiguanli\",\"solid-dingshibiaodan\",\"solid-xinjianshiwu\",\"solid-banjieshiwu\",\"solid-caogaoxiang\",\"solid-xinjianqingshibaogao\",\"solid-yitijiao\",\"solid-xinjianbumenfawen\",\"solid-zaibanqingshibaogao\",\"solid-yibanqingshibaogao\",\"solid-huiyijiyao\",\"solid-huiyiguanli\",\"solid-yishanghui\",\"solid-yuyueguanli\",\"solid-daishanghui\",\"solid-weishanghui\",\"solid-suoyouhuiyi\",\"solid-weiqianshou\",\"solid-chaoshiweiqianshou\",\"solid-weiqueren\",\"solid-huiyikanban\",\"solid-huiyiqianshou\",\"solid-yiqianshou\",\"solid-yiqueren\",\"solid-huiyishiguanli\",\"solid-yitiguanli\",\"solid-huiyibiaodanpeizhi\",\"solid-huiyileixing\",\"solid-huiyichengban\",\"solid-yijieshu\",\"solid-yitishenhe\",\"solid-yuebaoxiafa\",\"solid-nianzhongbiangeng\",\"solid-nianzhongbiangengjihua\",\"solid-yixiangku\",\"solid-xiafa\",\"solid-wanchengtianbao\",\"solid-touziwancheng\",\"solid-touzijihua\",\"solid-huizong\",\"solid-lixiangku\",\"solid-niandujihua\",\"solid-yuebao\",\"solid-touzijihuatianbao\",\"solid-yuebaotianbao\",\"solid-zhongzhiku\",\"solid-touzixiangmuku\",\"solid-touziku\",\"solid-zongtiku\",\"solid-touzibiangengxiafa\",\"solid-buluku\",\"solid-touzijihuaxiafa\",\"solid-touzitongji\",\"solid-yuebaoguanli\",\"solid-touziyuebao\",\"solid-neirongbiangeng\",\"solid-shoufukuantaizhang\",\"solid-ziliaofangwen\",\"solid-wodejieyue\",\"solid-wodebiangeng\",\"solid-wodebuchongxieyi\",\"solid-wenjianmoban\",\"solid-shoupiaoweifukuan\",\"solid-shoufukuanguanli\",\"solid-ziliao\",\"solid-lishihetongdengji\",\"solid-shoupiaoguanli\",\"solid-hetongtongji\",\"solid-hetongjieyue\",\"solid-buchongxieyiguanli\",\"solid-hetongzhongzhi\",\"solid-hetongqianding\",\"solid-hetongguanli\",\"solid-wodehetong\",\"solid-fukuanjihua\",\"solid-hetongbiangeng\",\"solid-hetongpingjia\",\"solid-ziliaoguanli\",\"solid-hetongguidang\",\"solid-jieduanjihua\",\"solid-shoufukuanjihua\",\"solid-shoukuanjihua\",\"solid-hetongshezhi\",\"solid-hetonglvhang\",\"solid-jieyueguanli\",\"solid-hetongtaizhang\",\"solid-buchongxieyi\",\"solid-guidang\",\"solid-hetongzhongjie\",\"solid-fukuanguanli\",\"solid-hetongwanjie\",\"solid-bianhaopeizhi\",\"solid-biangeng\",\"solid-wendangsousuo\",\"solid-gerenwenjian\",\"solid-zhongyaowenjian\",\"solid-lingdaojianghua\",\"solid-bumenwenjian\",\"solid-gongsiwenjian\",\"solid-qitadanwei\",\"solid-changyonglianxiren\",\"solid-qunzuguanli\",\"solid-dianhuabo\",\"solid-duanxin\",\"solid-zhibanchaxun\",\"solid-zhibanpeizhi\",\"solid-zhibanfankui\",\"solid-zhibandanwei\",\"solid-zhibanxiangqing\",\"solid-zhibanshezhi\",\"solid-zhibanqingkuang\",\"solid-zhibantongji\",\"solid-jituanbanjieshencha\",\"solid-jituanzaibanshencha\",\"solid-shiwuliebiao\",\"solid-huishou\",\"solid-yichangzhengwen\",\"solid-zaibanshiwu\",\"solid-banjieshiwu1\",\"solid-lishishiwu\",\"solid-yichangfujian\",\"solid-fasong\",\"solid-daiban\",\"solid-yiban\",\"jia\",\"zhuomian\",\"tupian\",\"zhankai\",\"zhuyi\",\"suoxiao\",\"shangchuanwenjian\",\"qun\",\"xiazai\",\"xiaoxi\",\"xinjian\",\"yuyin\",\"circle-you\",\"suofang\",\"shuaxin\",\"circle-jian\",\"shujuku\",\"shezhi\",\"shanchu\",\"lishijilu\",\"queren\",\"circle-zuo\",\"shouji\",\"shenhe\",\"shijian\",\"quanping\",\"zhuyi-copy\",\"liucheng\",\"circle-shang\",\"guanbiyulan\",\"jian\",\"circle-xia\",\"you\",\"paixu\",\"qiehuan\",\"fujian\",\"peizhi\",\"chuanru\",\"jiankong\",\"jinzhi\",\"shang\",\"dianhua\",\"fanhui\",\"zuo\",\"dingwei\",\"fangda\",\"chuanchu\",\"diannao\",\"fenxiang\",\"xia\",\"duibi\",\"fuzhi\",\"baocuo\",\"bianji\",\"chehui\",\"chakanxiangqing\",\"bangzhu\",\"yingyong\",\"qingganfenxi\",\"shangchuan\",\"xinxi\",\"shouqi\",\"guanlianyuedu\",\"zan\",\"zhongxinshangchuan\",\"sousuo\",\"yonghu\",\"zhuye\",\"yulan\",\"WiFi\",\"qiye\",\"lianjie\",\"zhaiyao\",\"fengxianshibie\",\"pad\",\"jiucuo\",\"jianpan\",\"gexinghua\",\"guanbi\",\"circle-jia\",\"solid-yusuanxitong\",\"solid-shuzijijian\",\"solid-laodonghetong\",\"solid-anquanshengchan\",\"solid-cashenfenrenzheng\",\"houtaiguanli\",\"solid-hebingxitong\",\"solid-zhibanguanli\",\"EAS\",\"solid-caiwu\",\"solid-frame\",\"solid-touziguanli\",\"solid-xinxifabu\",\"solid-caiwugongxiang\",\"solid-chanquanxitong\",\"solid-zhicheng\",\"solid-keyan\",\"solid-gongsizhidu\",\"solid-quanxianguanli\",\"solid-qunzu\",\"solid-wancheng\",\"solid-zuo\",\"youjian\",\"solid-yonghu\",\"solid-iPad\",\"saoma\",\"dayin\",\"solid-tupian\",\"solid-shouji\",\"solid-shenhe\",\"solid-zan\",\"solid-zhuyi\",\"solid-yuyin\",\"bofang\",\"solid-shijian\",\"solid-youjian\",\"solid-dayin\",\"solid-xinxi\",\"solid-you\",\"solid-shang\",\"solid-xiangji\",\"solid-jiankong\",\"solid-zanting\",\"solid-jianpan\",\"solid-xia\",\"solid-bangzhu\",\"solid-guanbi\",\"solid-diannao\",\"solid-jia\",\"solid-jian\",\"solid-dingwei\",\"tuozhuai\",\"message\",\"follow-selected\",\"follow\",\"shu-qiye\",\"shu-jituan\",\"shu-bumen\",\"email\",\"phone\",\"zuoji\",\"solid-qiye\",\"more\",\"gengduo\",\"lanmu\",\"monitor\",\"anzhuo\",\"pingguo\",\"erweima\",\"huawei\",\"mima\",\"yanzhengma\",\"rili\",\"shoushizuo\",\"shoushiyou\",\"shoushishang\",\"shoushixia\",\"tuichu\",\"dingding\",\"application\",\"weixin\",\"shengyinwenjian\",\"word\",\"kebofangwenjian\",\"upan\",\"Excel\",\"ppt\",\"weizhiwenjian\",\"txt\",\"yasuobao\",\"pdf\",\"sousuorenyuan\",\"juqiangongwen\",\"chaoyou\",\"chaozuo\",\"chaoshang\",\"chaoxia\",\"jiazai\",\"fabu\",\"baocun\",\"biaoge\",\"biaogeshezhi\",\"wenzishezhi\",\"tuodong\",\"biaoti\",\"xiantiao\",\"huanhangfu\",\"biaoqian\",\"xiugai\",\"wenzi\",\"duoxuan\",\"bianhao\",\"danxuan\",\"xialakuang\",\"wenbenyu\",\"wenbenkuang\",\"a-01kongzhimianban\",\"qingsao\",\"qiehuangangwei\",\"code\",\"jianqiebanjilu\",\"chuizhiduiqi\",\"shanchuwanqudian\",\"juzhongduiqi\",\"jianqie\",\"tianjiawanqudian\",\"fuzhi1\",\"huanyuanbili\",\"jindu\",\"solid-baocun\",\"chanpinxianjishurenyuanguanli\",\"solid-xiaoxi\",\"arrow-right\",\"gou\",\"arrow-left\",\"es-icon-circle-guanbi\"]");
|
|
195
|
+
module.exports = JSON.parse("[\"zuomian\",\"monitor\",\"maximize\",\"pointer-up\",\"pointer-left\",\"pointer-down\",\"tri-down\",\"retrograde\",\"rainfall\",\"caveat\",\"print\",\"alarm\",\"table\",\"duigouquan\",\"bumen\",\"mm\",\"accelerate\",\"quanping\",\"password\",\"qing\",\"kaifa\",\"daoru\",\"piaochongicon\",\"instructions\",\"notice\",\"wifi\",\"tishicuo\",\"minganciguanli\",\"switch-off\",\"switch-on\",\"narrow\",\"yidongduan\",\"web\",\"upload\",\"message\",\"go-back\",\"close\",\"shujutongji\",\"folder\",\"edit\",\"enter\",\"dian\",\"wendu\",\"shangwu\",\"shenbao\",\"magnifier\",\"project-add\",\"xiexian\",\"caidan\",\"tupian\",\"yinyu\",\"wenhao\",\"template\",\"daiban\",\"set\",\"zhengwen\",\"cuowu\",\"chenggong\",\"indent\",\"increase\",\"ziliaoku\",\"tuichu\",\"quit\",\"leaf\",\"refresh\",\"statistic\",\"gengduo\",\"lvyou\",\"mail\",\"user\",\"zhishi\",\"weizhi\",\"jinggao\",\"zuzhijigou\",\"xue\",\"fenxiang\",\"jinrong\",\"shanchu\",\"jianhao\",\"jiahao\",\"yinzhang\",\"renyuanqiehuan\",\"gouxuanzhong1\",\"circle\",\"fuxuankuang1\",\"fangkuang\",\"application\",\"wenjianjia\",\"jiaren\",\"xiugai\",\"duanxinguanli\",\"workbench\",\"rizhi\",\"gongwen\",\"qingshi\",\"shiwu\",\"official\",\"baogao\",\"document\",\"wodeyouxiang\",\"ziliaojiaohuan\",\"denglu\",\"podium\",\"fangkuai\",\"xuewei\",\"duoyun\",\"pm\",\"xiajia\",\"huanbao\",\"dunpai\",\"shu\",\"gongzuozheng\",\"more\",\"fenlei\",\"delete\",\"fengsu\",\"bar\",\"yuanqu\",\"duomeiti\",\"youjian\",\"qiye\",\"zuixinzixun\",\"biaoge\",\"omit\",\"diaotou\",\"jiantou-left\",\"jiantou-right\",\"jiantou-up\",\"roles\",\"jiantou-next\",\"chijiuhuacunchu\",\"zhuanhuan\",\"cloudy\",\"form\",\"wuye\",\"tri-up\",\"pointer-right\",\"bianji\",\"tri-right\",\"tri-left\",\"daimaguanli\",\"jiankong\",\"kaifazhong\",\"fujian\",\"bingtu\",\"zhuzhuangtu\",\"lose\",\"rmb\",\"move\",\"xiazai\",\"yiban\",\"laoshi\",\"clear\",\"jinyong\",\"yunxing\",\"weihu\",\"chakan\",\"pifu\",\"ren\",\"gouwuche\",\"loading2\",\"yulan\",\"ziliao\",\"yidong\",\"fenxiang11\",\"kaoqin\",\"change\",\"shidu\",\"portfolio\",\"info\",\"yanjing\",\"laba\",\"camera\",\"xitongxiaoxi\",\"xitongguanli\",\"webduan\",\"wagnz\",\"group\",\"shengqian\",\"jiantou-prev\",\"attention\",\"look\",\"guanzhu\",\"daikuan\",\"tubiao\",\"duigou\",\"star\",\"dayin\",\"xinzeng\",\"reduce\",\"goup\",\"calendar\",\"tree\",\"yingyong\",\"caution\",\"zhuanfa\",\"add\",\"zongtiqixian\",\"daochu\",\"gongwu\",\"ihouse\",\"chilun\",\"weixiu\",\"chengguo\",\"trophy\",\"duiwu\",\"qiehuanjiaose\",\"door\",\"shebei\",\"fangjian\",\"microscope\",\"huaxue\",\"shiyanshianquan\",\"shiyan\",\"qiyexinxi\",\"yewuxinxi\",\"lab\",\"shiyanguanli\",\"yuqing\",\"big-screen\",\"signal-search\",\"database\",\"star-mark\",\"cng\",\"professor\",\"informatization\",\"code\",\"science\",\"price\",\"xunhuan\",\"savings\",\"administration\",\"aid\",\"biao\",\"line\",\"xietong\",\"jingzheng\",\"enterprise\",\"datatable\",\"toubiao\",\"bingdu\",\"keji2\",\"qiyeku5\",\"touzi5\",\"zijinliu\",\"zhishichanquan3\",\"kejifuwu2\",\"zhishichanquan2\",\"zijinanquan\",\"kejifuwu1\",\"geju\",\"yiqingfangkong\",\"kejifuwu\",\"anquanfangkong\",\"shujufuwu\",\"shujuceng\",\"shujugongxiang\",\"flows\",\"setup\",\"shujulian\",\"caiwujianguan\",\"caiwuliushui\",\"mubiaogeju\",\"juxing\",\"fuwuqi\",\"touzijigou\",\"xiezilou\",\"jianzhu\",\"logo\",\"touzhi\",\"zijin\",\"fintech\",\"touzixiangmu\",\"library\",\"touziguanli\",\"zhongda\",\"ziyuan\",\"shujutai\",\"shujudongtai\",\"bank\",\"shujuzhongxin\",\"zhongyaomubiao\",\"touzishijian\",\"caiwuguanli\",\"mingzhong\",\"touzishenpi\",\"jingzhenggeju\",\"property\",\"keji\",\"qiyeku\",\"zhongyaojihui\",\"touzilicai\",\"zhishichanquan\",\"touzi\",\"tzz\",\"menu\",\"xiangmushu\",\"pdf\",\"jiazai\",\"gongsi\",\"rise\",\"jbxx\",\"zwxx\",\"jypx\",\"jcgl\",\"ndkh\",\"grjl\",\"shgx\",\"gou\",\"shijian\",\"fukuan\",\"guoji\",\"shoukuan\",\"down\",\"gongzuotai\",\"gaigedongtai\",\"xitongshezhi\",\"relation\",\"zuzhirenshi\",\"kaohepingjia\",\"caiwujiandu\",\"sanzhongyida\",\"mima\",\"xianshi\",\"zhanghao\",\"bangongshi\",\"checked\",\"checke\",\"help\",\"kuoda\",\"banli\",\"xiaoxi\",\"shouqicaidan\",\"shouqicaidan-right\",\"smile\",\"tongzhi\",\"guanji\",\"shuaxin\",\"guiji\",\"tianjiawenjianjia\",\"yunxiazai\",\"del\",\"touzifangan\",\"zongheguanli\",\"sanzhongyida_mian\",\"gongwenguanli1\",\"heguiguanli\",\"jingyingfenxi\",\"txl\",\"diannao\",\"renliziyuan\",\"caiwuxitong\",\"shiwuguanli\",\"shouye\",\"bangongyongpin\",\"sidebar\",\"zhidulashi\",\"log\",\"fawenguanli\",\"huiyiguanli\",\"zuzhishishi\",\"gongwenqianshou\",\"jinxiupeixun\",\"gongwenbao\",\"jiaohuan\",\"daibanshixiang\",\"richeng\",\"tongxunlu\",\"yongche\",\"yanzheng\",\"daibanxinxi\",\"shuben\",\"fanfu\",\"guangbo\",\"shuzhuangtu\",\"bengqiye\",\"tongguo\",\"dengdai\",\"cross\",\"daichuli\",\"zhenggai\",\"shouli\",\"shujuhecha\",\"guanli\",\"paper-file\",\"wenjian\",\"dakaiwenjian\",\"yewu\",\"jiance\",\"jiheguanli\",\"jinru\",\"arrow-right\",\"lingdao\",\"rencai\",\"prev\",\"next\",\"jianpan\",\"qrcode\",\"bohui\",\"homepage\",\"download\",\"gantanhao\",\"dingding\",\"weixin\",\"pad\",\"ios\",\"android\",\"txt\",\"doc\",\"audioo\",\"video\",\"zip\",\"shuru\",\"duanxin\",\"saoma\",\"youxiang\",\"word\",\"excel\",\"fileword\",\"picture\",\"ppt\",\"ca\",\"usb-key\",\"wenjianjiadakai\",\"yingyonglan\",\"home\",\"tiyanxinban\",\"shiyongjiuban\",\"zhuomian\",\"scan\",\"youbian\",\"zuobian\",\"saomadenglu\",\"zhanghaodenglu\",\"zhengfangti\",\"tingzhi\",\"youxiangdenglu\",\"duanxindenglu\",\"liaotian\",\"zhixiangyou\",\"zhixiangshang\",\"zhixiangxia\",\"zhixiangzuo\",\"HarmonyOs\",\"juqian\",\"shendusikao\",\"fensizengchang\",\"daimakuai\",\"stop\",\"fuzhi\",\"shujumenhu\",\"follow-selected\",\"solid-gonggao\",\"message1\",\"solid-xinjianwenjuan\",\"tuozhuai\",\"solid-qikanguanli\",\"solid-guanbi\",\"solid-lanmuxinxi\",\"solid-diannao\",\"solid-wenjianxiazai\",\"solid-jia\",\"solid-wenjuanguanli\",\"solid-jian\",\"solid-wenjianguanli\",\"solid-dingwei\",\"solid-gongxiangxinxiku\",\"bofang\",\"solid-tianxiewenjuan\",\"solid-shijian\",\"solid-wenjuanmobanku\",\"solid-youjian\",\"solid-dianziqikan\",\"solid-dayin\",\"solid-menhuguanggao\",\"solid-xinxi\",\"solid-xiazaizhongxin\",\"solid-you\",\"solid-fenleiguanli\",\"solid-shang\",\"solid-kanwuguanli\",\"solid-xiangji\",\"solid-wangshangtiaocha\",\"solid-jiankong\",\"solid-lanmuguanli\",\"solid-zanting\",\"solid-wangzhanzhuce\",\"solid-jianpan\",\"solid-mokuaiguanli\",\"solid-xia\",\"solid-mobanguanli\",\"solid-bangzhu\",\"solid-guanjianzi\",\"solid-yonghu\",\"solid-yibanfawen\",\"solid-iPad\",\"solid-yibangongwen\",\"saoma1\",\"solid-shouwenguidang\",\"dayin1\",\"solid-gongwentongji\",\"solid-tupian\",\"solid-huishouzhan\",\"solid-shouji\",\"solid-bianhaoguanli\",\"solid-shenhe\",\"solid-banjieshouwen\",\"solid-zan\",\"solid-chehuigongwen\",\"solid-zhuyi\",\"solid-gerenqianming\",\"solid-yuyin\",\"solid-shouwendengji\",\"solid-qunzu\",\"solid-zaixianshouwen\",\"solid-wancheng\",\"solid-gongwenshezhi\",\"solid-zuo\",\"solid-wenzhongguanli\",\"youjian1\",\"solid-shoufawentongji\",\"solid-caiwugongxiang\",\"solid-feiyongbaoxiao\",\"solid-chanquanxitong\",\"solid-daibanshixiang\",\"solid-zhicheng\",\"solid-guanzhu\",\"solid-keyan\",\"solid-gongwenkanban\",\"solid-gongsizhidu\",\"solid-daidengji\",\"solid-quanxianguanli\",\"solid-banlizhongxin\",\"solid-shuzijijian\",\"solid-zaibanfawen\",\"solid-laodonghetong\",\"solid-yibanshixiang\",\"solid-anquanshengchan\",\"solid-daiqiangongwen\",\"solid-cashenfenrenzheng\",\"solid-shouye\",\"houtaiguanli\",\"solid-zaibanshouwen\",\"solid-hebingxitong\",\"solid-youxiang\",\"solid-zhibanguanli\",\"solid-jishitongxun\",\"EAS\",\"solid-liaotian\",\"solid-caiwu\",\"solid-yunwendang\",\"solid-frame\",\"solid-wps\",\"solid-touziguanli\",\"solid-huiyi\",\"solid-xinxifabu\",\"solid-gongzuotai\",\"solid-yusuanxitong\",\"solid-menhu\",\"guanbi\",\"solid-gongwenguanli\",\"circle-jia\",\"solid-tongxunlu\",\"gexinghua\",\"solid-qingshibaogao\",\"fengxianshibie\",\"solid-wenjiangongxiang\",\"pad1\",\"solid-shiwuxitong\",\"jiucuo\",\"solid-wendangxiezuo\",\"jianpan1\",\"zhaiyao\",\"yingyong1\",\"qingganfenxi\",\"shangchuan\",\"xinxi\",\"shouqi\",\"guanlianyuedu\",\"zan\",\"zhongxinshangchuan\",\"sousuo\",\"yonghu\",\"zhuye\",\"yulan1\",\"WiFi\",\"qiye1\",\"lianjie\",\"jia\",\"zhuomian1\",\"tupian1\",\"zhankai\",\"zhuyi\",\"suoxiao\",\"shangchuanwenjian\",\"qun\",\"xiazai1\",\"xiaoxi1\",\"xinjian\",\"yuyin\",\"circle-you\",\"suofang\",\"shuaxin1\",\"circle-jian\",\"shujuku\",\"shezhi\",\"shanchu1\",\"lishijilu\",\"queren\",\"circle-zuo\",\"shouji\",\"shenhe\",\"shijian1\",\"quanping1\",\"liucheng\",\"circle-shang\",\"guanbiyulan\",\"jian\",\"circle-xia\",\"you\",\"paixu\",\"qiehuan\",\"fujian1\",\"peizhi\",\"chuanru\",\"jiankong1\",\"jinzhi\",\"shang\",\"dianhua\",\"fanhui\",\"zuo\",\"dingwei\",\"fangda\",\"chuanchu\",\"diannao1\",\"fenxiang1\",\"xia\",\"duibi\",\"fuzhi1\",\"baocuo\",\"bianji1\",\"chehui\",\"chakanxiangqing\",\"bangzhu\",\"solid-daiban\",\"solid-yiban\",\"solid-fasong\",\"solid-shiwuliebiao\",\"solid-huishou\",\"solid-yichangzhengwen\",\"solid-zaibanshiwu\",\"solid-banjieshiwu1\",\"solid-lishishiwu\",\"solid-yichangfujian\",\"solid-jituanbanjieshencha\",\"solid-jituanzaibanshencha\",\"solid-zhibanfankui\",\"solid-zhibandanwei\",\"solid-zhibanxiangqing\",\"solid-zhibanshezhi\",\"solid-zhibanqingkuang\",\"solid-zhibantongji\",\"solid-duanxin\",\"solid-zhibanchaxun\",\"solid-zhibanpeizhi\",\"solid-qitadanwei\",\"solid-changyonglianxiren\",\"solid-qunzuguanli\",\"solid-dianhuabo\",\"solid-wendangsousuo\",\"solid-gerenwenjian\",\"solid-zhongyaowenjian\",\"solid-lingdaojianghua\",\"solid-bumenwenjian\",\"solid-gongsiwenjian\",\"yiyaojiankang\",\"solid-buchongxieyi\",\"chanrongjiehe\",\"solid-guidang\",\"xianjinzhizao\",\"solid-hetongzhongjie\",\"gaoduanhuagong\",\"solid-fukuanguanli\",\"zonghenengyuan\",\"solid-hetongwanjie\",\"guanzhu1\",\"solid-bianhaopeizhi\",\"xiajiang\",\"solid-biangeng\",\"shangsheng\",\"solid-hetongtongji\",\"xinhao\",\"solid-hetongjieyue\",\"circle-guanbi\",\"solid-buchongxieyiguanli\",\"arrow-right1\",\"solid-hetongzhongzhi\",\"gou1\",\"solid-hetongqianding\",\"arrow-left\",\"solid-hetongguanli\",\"solid-xiaoxi\",\"solid-wodehetong\",\"chanpinxianjishurenyuanguanli\",\"solid-fukuanjihua\",\"solid-baocun\",\"solid-hetongbiangeng\",\"jindu\",\"solid-hetongpingjia\",\"chuizhiduiqi\",\"solid-ziliaoguanli\",\"shanchuwanqudian\",\"solid-hetongguidang\",\"juzhongduiqi\",\"solid-jieduanjihua\",\"jianqie\",\"solid-shoufukuanjihua\",\"tianjiawanqudian\",\"solid-shoukuanjihua\",\"fuzhi11\",\"solid-hetongshezhi\",\"huanyuanbili\",\"solid-hetonglvhang\",\"jianqiebanjilu\",\"solid-jieyueguanli\",\"code1\",\"solid-hetongtaizhang\",\"qiehuangangwei\",\"solid-neirongbiangeng\",\"zhuyi-copy\",\"solid-shoufukuantaizhang\",\"qingsao\",\"solid-ziliaofangwen\",\"a-01kongzhimianban\",\"solid-wodejieyue\",\"xialakuang\",\"solid-wodebiangeng\",\"wenbenyu\",\"solid-wodebuchongxieyi\",\"wenbenkuang\",\"solid-wenjianmoban\",\"wenzi\",\"solid-shoupiaoweifukuan\",\"duoxuan\",\"solid-shoufukuanguanli\",\"bianhao\",\"solid-ziliao\",\"danxuan\",\"solid-lishihetongdengji\",\"xiugai1\",\"solid-shoupiaoguanli\",\"biaoqian\",\"solid-touziyuebao\",\"huanhangfu\",\"solid-xiafa\",\"xiantiao\",\"solid-wanchengtianbao\",\"biaoti\",\"solid-touziwancheng\",\"tuodong\",\"solid-touzijihua\",\"biaoge1\",\"solid-huizong\",\"biaogeshezhi\",\"solid-lixiangku\",\"wenzishezhi\",\"solid-niandujihua\",\"baocun\",\"solid-yuebao\",\"fabu\",\"solid-touzijihuatianbao\",\"chaoyou\",\"solid-yuebaotianbao\",\"chaozuo\",\"solid-zhongzhiku\",\"chaoshang\",\"solid-touzixiangmuku\",\"chaoxia\",\"solid-touziku\",\"jiazai1\",\"solid-zongtiku\",\"juqiangongwen\",\"solid-touzibiangengxiafa\",\"sousuorenyuan\",\"solid-buluku\",\"excel1\",\"solid-touzijihuaxiafa\",\"ppt1\",\"solid-touzitongji\",\"weizhiwenjian\",\"solid-yuebaoguanli\",\"txt1\",\"solid-yuebaoxiafa\",\"zip1\",\"solid-nianzhongbiangeng\",\"pdf1\",\"solid-nianzhongbiangengjihua\",\"audio\",\"solid-yixiangku\",\"word1\",\"solid-suoyouhuiyi\",\"video1\",\"solid-weiqianshou\",\"upan\",\"solid-chaoshiweiqianshou\",\"dingding1\",\"solid-weiqueren\",\"application1\",\"solid-huiyikanban\",\"weixin1\",\"solid-huiyiqianshou\",\"tuichu1\",\"solid-yiqianshou\",\"shoushizuo\",\"solid-yiqueren\",\"shoushiyou\",\"solid-huiyishiguanli\",\"shoushishang\",\"solid-yitiguanli\",\"shoushixia\",\"solid-huiyibiaodanpeizhi\",\"rili\",\"solid-huiyileixing\",\"mima1\",\"solid-huiyichengban\",\"yanzhengma\",\"solid-yijieshu\",\"solid-monitor\",\"solid-yitishenhe\",\"anzhuo\",\"solid-huiyijiyao\",\"pingguo\",\"solid-huiyiguanli\",\"erweima\",\"solid-yishanghui\",\"huawei\",\"solid-yuyueguanli\",\"more1\",\"solid-daishanghui\",\"gengduo1\",\"solid-weishanghui\",\"lanmu\",\"solid-xinjianqingshibaogao\",\"solid-qiye\",\"solid-yitijiao\",\"email\",\"solid-xinjianbumenfawen\",\"phone\",\"solid-zaibanqingshibaogao\",\"zuoji\",\"solid-yibanqingshibaogao\",\"shu-qiye\",\"solid-dingshibiaodan\",\"shu-jituan\",\"solid-xinjianshiwu\",\"shu-bumen\",\"solid-banjieshiwu\",\"follow\",\"solid-caogaoxiang\"]");
|
|
196
196
|
|
|
197
197
|
/***/ }),
|
|
198
198
|
/* 15 */
|
|
@@ -253,7 +253,7 @@ module.exports = require("lodash");
|
|
|
253
253
|
|
|
254
254
|
exports = module.exports = __webpack_require__(24)(false);
|
|
255
255
|
// Module
|
|
256
|
-
exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\
|
|
256
|
+
exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
|
|
257
257
|
|
|
258
258
|
|
|
259
259
|
|
|
@@ -6833,8 +6833,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
|
|
|
6833
6833
|
|
|
6834
6834
|
function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
6835
6835
|
|
|
6836
|
-
/**
|
|
6837
|
-
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
6836
|
+
/**
|
|
6837
|
+
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
6838
6838
|
*/
|
|
6839
6839
|
var CA_ExtInterface = function () {
|
|
6840
6840
|
function CA_ExtInterface() {
|
|
@@ -6847,11 +6847,11 @@ var CA_ExtInterface = function () {
|
|
|
6847
6847
|
this.init();
|
|
6848
6848
|
}
|
|
6849
6849
|
|
|
6850
|
-
/**
|
|
6851
|
-
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
6852
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
6853
|
-
* @param {Object} target - 目标对象
|
|
6854
|
-
* @param {Object} options - 新的选项对象
|
|
6850
|
+
/**
|
|
6851
|
+
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
6852
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
6853
|
+
* @param {Object} target - 目标对象
|
|
6854
|
+
* @param {Object} options - 新的选项对象
|
|
6855
6855
|
*/
|
|
6856
6856
|
|
|
6857
6857
|
|
|
@@ -6866,8 +6866,8 @@ var CA_ExtInterface = function () {
|
|
|
6866
6866
|
}
|
|
6867
6867
|
};
|
|
6868
6868
|
|
|
6869
|
-
/**
|
|
6870
|
-
* 检查当前会话的 WebSocket URL
|
|
6869
|
+
/**
|
|
6870
|
+
* 检查当前会话的 WebSocket URL
|
|
6871
6871
|
*/
|
|
6872
6872
|
|
|
6873
6873
|
|
|
@@ -6881,8 +6881,8 @@ var CA_ExtInterface = function () {
|
|
|
6881
6881
|
}
|
|
6882
6882
|
};
|
|
6883
6883
|
|
|
6884
|
-
/**
|
|
6885
|
-
* 检查是否使用 ActiveX
|
|
6884
|
+
/**
|
|
6885
|
+
* 检查是否使用 ActiveX
|
|
6886
6886
|
*/
|
|
6887
6887
|
|
|
6888
6888
|
|
|
@@ -6894,11 +6894,11 @@ var CA_ExtInterface = function () {
|
|
|
6894
6894
|
}
|
|
6895
6895
|
};
|
|
6896
6896
|
|
|
6897
|
-
/**
|
|
6898
|
-
* 扩展发送消息并等待响应
|
|
6899
|
-
* @param {string} operatorCmd - 操作命令
|
|
6900
|
-
* @param {string} sendMsg - 发送的消息
|
|
6901
|
-
* @returns {string} 响应消息
|
|
6897
|
+
/**
|
|
6898
|
+
* 扩展发送消息并等待响应
|
|
6899
|
+
* @param {string} operatorCmd - 操作命令
|
|
6900
|
+
* @param {string} sendMsg - 发送的消息
|
|
6901
|
+
* @returns {string} 响应消息
|
|
6902
6902
|
*/
|
|
6903
6903
|
|
|
6904
6904
|
|
|
@@ -6908,11 +6908,11 @@ var CA_ExtInterface = function () {
|
|
|
6908
6908
|
return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
|
|
6909
6909
|
};
|
|
6910
6910
|
|
|
6911
|
-
/**
|
|
6912
|
-
* 发送消息并等待响应
|
|
6913
|
-
* @param {string} wsurl - WebSocket URL
|
|
6914
|
-
* @param {string} sendMsg - 发送的消息
|
|
6915
|
-
* @returns {string} 响应消息
|
|
6911
|
+
/**
|
|
6912
|
+
* 发送消息并等待响应
|
|
6913
|
+
* @param {string} wsurl - WebSocket URL
|
|
6914
|
+
* @param {string} sendMsg - 发送的消息
|
|
6915
|
+
* @returns {string} 响应消息
|
|
6916
6916
|
*/
|
|
6917
6917
|
|
|
6918
6918
|
|
|
@@ -6936,9 +6936,9 @@ var CA_ExtInterface = function () {
|
|
|
6936
6936
|
return ResultMsg;
|
|
6937
6937
|
};
|
|
6938
6938
|
|
|
6939
|
-
/**
|
|
6940
|
-
* 配置选项
|
|
6941
|
-
* @param {Object} extendOption - 扩展选项
|
|
6939
|
+
/**
|
|
6940
|
+
* 配置选项
|
|
6941
|
+
* @param {Object} extendOption - 扩展选项
|
|
6942
6942
|
*/
|
|
6943
6943
|
|
|
6944
6944
|
|
|
@@ -6948,8 +6948,8 @@ var CA_ExtInterface = function () {
|
|
|
6948
6948
|
}
|
|
6949
6949
|
};
|
|
6950
6950
|
|
|
6951
|
-
/**
|
|
6952
|
-
* 初始化
|
|
6951
|
+
/**
|
|
6952
|
+
* 初始化
|
|
6953
6953
|
*/
|
|
6954
6954
|
|
|
6955
6955
|
|
|
@@ -6957,9 +6957,9 @@ var CA_ExtInterface = function () {
|
|
|
6957
6957
|
this.isUseActioveX();
|
|
6958
6958
|
};
|
|
6959
6959
|
|
|
6960
|
-
/**
|
|
6961
|
-
* 返回客户端的版本
|
|
6962
|
-
* @returns {string} 客户端版本
|
|
6960
|
+
/**
|
|
6961
|
+
* 返回客户端的版本
|
|
6962
|
+
* @returns {string} 客户端版本
|
|
6963
6963
|
*/
|
|
6964
6964
|
|
|
6965
6965
|
|
|
@@ -6972,13 +6972,13 @@ var CA_ExtInterface = function () {
|
|
|
6972
6972
|
}
|
|
6973
6973
|
};
|
|
6974
6974
|
|
|
6975
|
-
/**
|
|
6976
|
-
* 下载客户端程序并安装
|
|
6977
|
-
* @param {string} bstrURL - 下载地址
|
|
6978
|
-
* @param {string} bstrHashValue - 哈希值
|
|
6979
|
-
* @param {boolean} bSync - 是否同步安装
|
|
6980
|
-
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6981
|
-
* @returns {number} 安装结果
|
|
6975
|
+
/**
|
|
6976
|
+
* 下载客户端程序并安装
|
|
6977
|
+
* @param {string} bstrURL - 下载地址
|
|
6978
|
+
* @param {string} bstrHashValue - 哈希值
|
|
6979
|
+
* @param {boolean} bSync - 是否同步安装
|
|
6980
|
+
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6981
|
+
* @returns {number} 安装结果
|
|
6982
6982
|
*/
|
|
6983
6983
|
|
|
6984
6984
|
|
|
@@ -6992,11 +6992,11 @@ var CA_ExtInterface = function () {
|
|
|
6992
6992
|
}
|
|
6993
6993
|
};
|
|
6994
6994
|
|
|
6995
|
-
/**
|
|
6996
|
-
* 获取硬件指纹信息
|
|
6997
|
-
* @param {number} dwSign - 签名
|
|
6998
|
-
* @param {string} strGateWayIP - 网关 IP
|
|
6999
|
-
* @returns {string} 硬件指纹信息
|
|
6995
|
+
/**
|
|
6996
|
+
* 获取硬件指纹信息
|
|
6997
|
+
* @param {number} dwSign - 签名
|
|
6998
|
+
* @param {string} strGateWayIP - 网关 IP
|
|
6999
|
+
* @returns {string} 硬件指纹信息
|
|
7000
7000
|
*/
|
|
7001
7001
|
|
|
7002
7002
|
|
|
@@ -7010,12 +7010,12 @@ var CA_ExtInterface = function () {
|
|
|
7010
7010
|
}
|
|
7011
7011
|
};
|
|
7012
7012
|
|
|
7013
|
-
/**
|
|
7014
|
-
* 设置转发策略和代填策略
|
|
7015
|
-
* @param {string} strProxyPolicy - 转发策略
|
|
7016
|
-
* @param {string} strSSOPolicy - 代填策略
|
|
7017
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7018
|
-
* @returns {number} 设置结果
|
|
7013
|
+
/**
|
|
7014
|
+
* 设置转发策略和代填策略
|
|
7015
|
+
* @param {string} strProxyPolicy - 转发策略
|
|
7016
|
+
* @param {string} strSSOPolicy - 代填策略
|
|
7017
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7018
|
+
* @returns {number} 设置结果
|
|
7019
7019
|
*/
|
|
7020
7020
|
|
|
7021
7021
|
|
|
@@ -7029,11 +7029,11 @@ var CA_ExtInterface = function () {
|
|
|
7029
7029
|
}
|
|
7030
7030
|
};
|
|
7031
7031
|
|
|
7032
|
-
/**
|
|
7033
|
-
* 启动认证信息模块
|
|
7034
|
-
* @param {string} strFileName - 文件名
|
|
7035
|
-
* @param {string} strXmlData - XML 数据
|
|
7036
|
-
* @returns {string} 认证信息
|
|
7032
|
+
/**
|
|
7033
|
+
* 启动认证信息模块
|
|
7034
|
+
* @param {string} strFileName - 文件名
|
|
7035
|
+
* @param {string} strXmlData - XML 数据
|
|
7036
|
+
* @returns {string} 认证信息
|
|
7037
7037
|
*/
|
|
7038
7038
|
|
|
7039
7039
|
|
|
@@ -7047,10 +7047,10 @@ var CA_ExtInterface = function () {
|
|
|
7047
7047
|
}
|
|
7048
7048
|
};
|
|
7049
7049
|
|
|
7050
|
-
/**
|
|
7051
|
-
* 打开 BS 应用
|
|
7052
|
-
* @param {string} strUrl - 应用 URL
|
|
7053
|
-
* @returns {number} 打开结果
|
|
7050
|
+
/**
|
|
7051
|
+
* 打开 BS 应用
|
|
7052
|
+
* @param {string} strUrl - 应用 URL
|
|
7053
|
+
* @returns {number} 打开结果
|
|
7054
7054
|
*/
|
|
7055
7055
|
|
|
7056
7056
|
|
|
@@ -7064,12 +7064,12 @@ var CA_ExtInterface = function () {
|
|
|
7064
7064
|
}
|
|
7065
7065
|
};
|
|
7066
7066
|
|
|
7067
|
-
/**
|
|
7068
|
-
* 打开 CS 应用
|
|
7069
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7070
|
-
* @param {string} strAppFlag - 应用标识
|
|
7071
|
-
* @param {string} strAppPath - 应用路径
|
|
7072
|
-
* @returns {number} 打开结果
|
|
7067
|
+
/**
|
|
7068
|
+
* 打开 CS 应用
|
|
7069
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7070
|
+
* @param {string} strAppFlag - 应用标识
|
|
7071
|
+
* @param {string} strAppPath - 应用路径
|
|
7072
|
+
* @returns {number} 打开结果
|
|
7073
7073
|
*/
|
|
7074
7074
|
|
|
7075
7075
|
|
|
@@ -7083,13 +7083,13 @@ var CA_ExtInterface = function () {
|
|
|
7083
7083
|
}
|
|
7084
7084
|
};
|
|
7085
7085
|
|
|
7086
|
-
/**
|
|
7087
|
-
* 设置自动更新策略
|
|
7088
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7089
|
-
* @param {number} nGatewayPort - 网关端口
|
|
7090
|
-
* @param {string} strUserToken - 用户令牌
|
|
7091
|
-
* @param {number} updatedelay - 更新延迟
|
|
7092
|
-
* @returns {number} 设置结果
|
|
7086
|
+
/**
|
|
7087
|
+
* 设置自动更新策略
|
|
7088
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7089
|
+
* @param {number} nGatewayPort - 网关端口
|
|
7090
|
+
* @param {string} strUserToken - 用户令牌
|
|
7091
|
+
* @param {number} updatedelay - 更新延迟
|
|
7092
|
+
* @returns {number} 设置结果
|
|
7093
7093
|
*/
|
|
7094
7094
|
|
|
7095
7095
|
|
|
@@ -7103,10 +7103,10 @@ var CA_ExtInterface = function () {
|
|
|
7103
7103
|
}
|
|
7104
7104
|
};
|
|
7105
7105
|
|
|
7106
|
-
/**
|
|
7107
|
-
* 获取客户端 IP
|
|
7108
|
-
* @param {string} strGatewayIP - 网关 IP
|
|
7109
|
-
* @returns {string} 客户端 IP
|
|
7106
|
+
/**
|
|
7107
|
+
* 获取客户端 IP
|
|
7108
|
+
* @param {string} strGatewayIP - 网关 IP
|
|
7109
|
+
* @returns {string} 客户端 IP
|
|
7110
7110
|
*/
|
|
7111
7111
|
|
|
7112
7112
|
|
|
@@ -7120,10 +7120,10 @@ var CA_ExtInterface = function () {
|
|
|
7120
7120
|
}
|
|
7121
7121
|
};
|
|
7122
7122
|
|
|
7123
|
-
/**
|
|
7124
|
-
* 登出网关
|
|
7125
|
-
* @param {string} strServerIP - 服务器 IP
|
|
7126
|
-
* @returns {number} 登出结果
|
|
7123
|
+
/**
|
|
7124
|
+
* 登出网关
|
|
7125
|
+
* @param {string} strServerIP - 服务器 IP
|
|
7126
|
+
* @returns {number} 登出结果
|
|
7127
7127
|
*/
|
|
7128
7128
|
|
|
7129
7129
|
|
|
@@ -7137,11 +7137,11 @@ var CA_ExtInterface = function () {
|
|
|
7137
7137
|
}
|
|
7138
7138
|
};
|
|
7139
7139
|
|
|
7140
|
-
/**
|
|
7141
|
-
* 运行安装包
|
|
7142
|
-
* @param {number} lRunType - 运行类型
|
|
7143
|
-
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
7144
|
-
* @returns {number} 运行结果
|
|
7140
|
+
/**
|
|
7141
|
+
* 运行安装包
|
|
7142
|
+
* @param {number} lRunType - 运行类型
|
|
7143
|
+
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
7144
|
+
* @returns {number} 运行结果
|
|
7145
7145
|
*/
|
|
7146
7146
|
|
|
7147
7147
|
|
|
@@ -7155,9 +7155,9 @@ var CA_ExtInterface = function () {
|
|
|
7155
7155
|
}
|
|
7156
7156
|
};
|
|
7157
7157
|
|
|
7158
|
-
/**
|
|
7159
|
-
* 获取下载进度
|
|
7160
|
-
* @returns {number} 下载进度
|
|
7158
|
+
/**
|
|
7159
|
+
* 获取下载进度
|
|
7160
|
+
* @returns {number} 下载进度
|
|
7161
7161
|
*/
|
|
7162
7162
|
|
|
7163
7163
|
|
|
@@ -7171,9 +7171,9 @@ var CA_ExtInterface = function () {
|
|
|
7171
7171
|
}
|
|
7172
7172
|
};
|
|
7173
7173
|
|
|
7174
|
-
/**
|
|
7175
|
-
* 是否安装完成
|
|
7176
|
-
* @returns {boolean} 安装完成状态
|
|
7174
|
+
/**
|
|
7175
|
+
* 是否安装完成
|
|
7176
|
+
* @returns {boolean} 安装完成状态
|
|
7177
7177
|
*/
|
|
7178
7178
|
|
|
7179
7179
|
|
|
@@ -7187,11 +7187,11 @@ var CA_ExtInterface = function () {
|
|
|
7187
7187
|
}
|
|
7188
7188
|
};
|
|
7189
7189
|
|
|
7190
|
-
/**
|
|
7191
|
-
* 初始化签包对象
|
|
7192
|
-
* @param {string} strAlgType - 算法类型
|
|
7193
|
-
* @param {string} strAuxParam - 辅助参数
|
|
7194
|
-
* @returns {number} 初始化结果
|
|
7190
|
+
/**
|
|
7191
|
+
* 初始化签包对象
|
|
7192
|
+
* @param {string} strAlgType - 算法类型
|
|
7193
|
+
* @param {string} strAuxParam - 辅助参数
|
|
7194
|
+
* @returns {number} 初始化结果
|
|
7195
7195
|
*/
|
|
7196
7196
|
|
|
7197
7197
|
|
|
@@ -7205,10 +7205,10 @@ var CA_ExtInterface = function () {
|
|
|
7205
7205
|
}
|
|
7206
7206
|
};
|
|
7207
7207
|
|
|
7208
|
-
/**
|
|
7209
|
-
* 设置摘要算法
|
|
7210
|
-
* @param {string} strDigestAlg - 摘要算法
|
|
7211
|
-
* @returns {number} 设置结果
|
|
7208
|
+
/**
|
|
7209
|
+
* 设置摘要算法
|
|
7210
|
+
* @param {string} strDigestAlg - 摘要算法
|
|
7211
|
+
* @returns {number} 设置结果
|
|
7212
7212
|
*/
|
|
7213
7213
|
|
|
7214
7214
|
|
|
@@ -7222,10 +7222,10 @@ var CA_ExtInterface = function () {
|
|
|
7222
7222
|
}
|
|
7223
7223
|
};
|
|
7224
7224
|
|
|
7225
|
-
/**
|
|
7226
|
-
* 设置单证书是否弹出对话框
|
|
7227
|
-
* @param {number} isChoose - 是否弹出对话框
|
|
7228
|
-
* @returns {number} 设置结果
|
|
7225
|
+
/**
|
|
7226
|
+
* 设置单证书是否弹出对话框
|
|
7227
|
+
* @param {number} isChoose - 是否弹出对话框
|
|
7228
|
+
* @returns {number} 设置结果
|
|
7229
7229
|
*/
|
|
7230
7230
|
|
|
7231
7231
|
|
|
@@ -7239,11 +7239,11 @@ var CA_ExtInterface = function () {
|
|
|
7239
7239
|
}
|
|
7240
7240
|
};
|
|
7241
7241
|
|
|
7242
|
-
/**
|
|
7243
|
-
* 添加证书过滤条件
|
|
7244
|
-
* @param {number} ulType - 过滤类型
|
|
7245
|
-
* @param {string} strValue - 过滤值
|
|
7246
|
-
* @returns {number} 添加结果
|
|
7242
|
+
/**
|
|
7243
|
+
* 添加证书过滤条件
|
|
7244
|
+
* @param {number} ulType - 过滤类型
|
|
7245
|
+
* @param {string} strValue - 过滤值
|
|
7246
|
+
* @returns {number} 添加结果
|
|
7247
7247
|
*/
|
|
7248
7248
|
|
|
7249
7249
|
|
|
@@ -7257,9 +7257,9 @@ var CA_ExtInterface = function () {
|
|
|
7257
7257
|
}
|
|
7258
7258
|
};
|
|
7259
7259
|
|
|
7260
|
-
/**
|
|
7261
|
-
* 清除所有过滤条件
|
|
7262
|
-
* @returns {number} 清除结果
|
|
7260
|
+
/**
|
|
7261
|
+
* 清除所有过滤条件
|
|
7262
|
+
* @returns {number} 清除结果
|
|
7263
7263
|
*/
|
|
7264
7264
|
|
|
7265
7265
|
|
|
@@ -7273,10 +7273,10 @@ var CA_ExtInterface = function () {
|
|
|
7273
7273
|
}
|
|
7274
7274
|
};
|
|
7275
7275
|
|
|
7276
|
-
/**
|
|
7277
|
-
* P1 签名
|
|
7278
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
7279
|
-
* @returns {string} 签名结果
|
|
7276
|
+
/**
|
|
7277
|
+
* P1 签名
|
|
7278
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
7279
|
+
* @returns {string} 签名结果
|
|
7280
7280
|
*/
|
|
7281
7281
|
|
|
7282
7282
|
|
|
@@ -7290,10 +7290,10 @@ var CA_ExtInterface = function () {
|
|
|
7290
7290
|
}
|
|
7291
7291
|
};
|
|
7292
7292
|
|
|
7293
|
-
/**
|
|
7294
|
-
* P1 签名字符串
|
|
7295
|
-
* @param {string} strValue - 待签名的字符串
|
|
7296
|
-
* @returns {string} 签名结果
|
|
7293
|
+
/**
|
|
7294
|
+
* P1 签名字符串
|
|
7295
|
+
* @param {string} strValue - 待签名的字符串
|
|
7296
|
+
* @returns {string} 签名结果
|
|
7297
7297
|
*/
|
|
7298
7298
|
|
|
7299
7299
|
|
|
@@ -7307,12 +7307,12 @@ var CA_ExtInterface = function () {
|
|
|
7307
7307
|
}
|
|
7308
7308
|
};
|
|
7309
7309
|
|
|
7310
|
-
/**
|
|
7311
|
-
* P7 签名
|
|
7312
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
7313
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
7314
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
7315
|
-
* @returns {string} 签名结果
|
|
7310
|
+
/**
|
|
7311
|
+
* P7 签名
|
|
7312
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
7313
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
7314
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
7315
|
+
* @returns {string} 签名结果
|
|
7316
7316
|
*/
|
|
7317
7317
|
|
|
7318
7318
|
|
|
@@ -7326,12 +7326,12 @@ var CA_ExtInterface = function () {
|
|
|
7326
7326
|
}
|
|
7327
7327
|
};
|
|
7328
7328
|
|
|
7329
|
-
/**
|
|
7330
|
-
* P7 签名字符串
|
|
7331
|
-
* @param {string} strValue - 待签名的字符串
|
|
7332
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
7333
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
7334
|
-
* @returns {string} 签名结果
|
|
7329
|
+
/**
|
|
7330
|
+
* P7 签名字符串
|
|
7331
|
+
* @param {string} strValue - 待签名的字符串
|
|
7332
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
7333
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
7334
|
+
* @returns {string} 签名结果
|
|
7335
7335
|
*/
|
|
7336
7336
|
|
|
7337
7337
|
|
|
@@ -7345,9 +7345,9 @@ var CA_ExtInterface = function () {
|
|
|
7345
7345
|
}
|
|
7346
7346
|
};
|
|
7347
7347
|
|
|
7348
|
-
/**
|
|
7349
|
-
* 释放签名对象
|
|
7350
|
-
* @returns {number} 释放结果
|
|
7348
|
+
/**
|
|
7349
|
+
* 释放签名对象
|
|
7350
|
+
* @returns {number} 释放结果
|
|
7351
7351
|
*/
|
|
7352
7352
|
|
|
7353
7353
|
|
|
@@ -7361,9 +7361,9 @@ var CA_ExtInterface = function () {
|
|
|
7361
7361
|
}
|
|
7362
7362
|
};
|
|
7363
7363
|
|
|
7364
|
-
/**
|
|
7365
|
-
* 获取签名版本
|
|
7366
|
-
* @returns {string} 签名版本
|
|
7364
|
+
/**
|
|
7365
|
+
* 获取签名版本
|
|
7366
|
+
* @returns {string} 签名版本
|
|
7367
7367
|
*/
|
|
7368
7368
|
|
|
7369
7369
|
|
|
@@ -7377,9 +7377,9 @@ var CA_ExtInterface = function () {
|
|
|
7377
7377
|
}
|
|
7378
7378
|
};
|
|
7379
7379
|
|
|
7380
|
-
/**
|
|
7381
|
-
* 获取签名证书
|
|
7382
|
-
* @returns {string} 签名证书
|
|
7380
|
+
/**
|
|
7381
|
+
* 获取签名证书
|
|
7382
|
+
* @returns {string} 签名证书
|
|
7383
7383
|
*/
|
|
7384
7384
|
|
|
7385
7385
|
|
|
@@ -7393,9 +7393,9 @@ var CA_ExtInterface = function () {
|
|
|
7393
7393
|
}
|
|
7394
7394
|
};
|
|
7395
7395
|
|
|
7396
|
-
/**
|
|
7397
|
-
* 获取错误码
|
|
7398
|
-
* @returns {number} 错误码
|
|
7396
|
+
/**
|
|
7397
|
+
* 获取错误码
|
|
7398
|
+
* @returns {number} 错误码
|
|
7399
7399
|
*/
|
|
7400
7400
|
|
|
7401
7401
|
|
|
@@ -7409,9 +7409,9 @@ var CA_ExtInterface = function () {
|
|
|
7409
7409
|
}
|
|
7410
7410
|
};
|
|
7411
7411
|
|
|
7412
|
-
/**
|
|
7413
|
-
* 获取错误信息
|
|
7414
|
-
* @returns {string} 错误信息
|
|
7412
|
+
/**
|
|
7413
|
+
* 获取错误信息
|
|
7414
|
+
* @returns {string} 错误信息
|
|
7415
7415
|
*/
|
|
7416
7416
|
|
|
7417
7417
|
|
|
@@ -7425,9 +7425,9 @@ var CA_ExtInterface = function () {
|
|
|
7425
7425
|
}
|
|
7426
7426
|
};
|
|
7427
7427
|
|
|
7428
|
-
/**
|
|
7429
|
-
* 销毁认证对象
|
|
7430
|
-
* @returns {number} 销毁结果
|
|
7428
|
+
/**
|
|
7429
|
+
* 销毁认证对象
|
|
7430
|
+
* @returns {number} 销毁结果
|
|
7431
7431
|
*/
|
|
7432
7432
|
|
|
7433
7433
|
|
|
@@ -7441,9 +7441,9 @@ var CA_ExtInterface = function () {
|
|
|
7441
7441
|
}
|
|
7442
7442
|
};
|
|
7443
7443
|
|
|
7444
|
-
/**
|
|
7445
|
-
* 获取证书类型
|
|
7446
|
-
* @returns {string} 证书类型
|
|
7444
|
+
/**
|
|
7445
|
+
* 获取证书类型
|
|
7446
|
+
* @returns {string} 证书类型
|
|
7447
7447
|
*/
|
|
7448
7448
|
|
|
7449
7449
|
|
|
@@ -7457,9 +7457,9 @@ var CA_ExtInterface = function () {
|
|
|
7457
7457
|
}
|
|
7458
7458
|
};
|
|
7459
7459
|
|
|
7460
|
-
/**
|
|
7461
|
-
* 获取签名摘要算法
|
|
7462
|
-
* @returns {string} 签名摘要算法
|
|
7460
|
+
/**
|
|
7461
|
+
* 获取签名摘要算法
|
|
7462
|
+
* @returns {string} 签名摘要算法
|
|
7463
7463
|
*/
|
|
7464
7464
|
|
|
7465
7465
|
|
|
@@ -7473,11 +7473,11 @@ var CA_ExtInterface = function () {
|
|
|
7473
7473
|
}
|
|
7474
7474
|
};
|
|
7475
7475
|
|
|
7476
|
-
/**
|
|
7477
|
-
* 使能调用序列
|
|
7478
|
-
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
7479
|
-
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
7480
|
-
* @returns {number} 使能结果
|
|
7476
|
+
/**
|
|
7477
|
+
* 使能调用序列
|
|
7478
|
+
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
7479
|
+
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
7480
|
+
* @returns {number} 使能结果
|
|
7481
7481
|
*/
|
|
7482
7482
|
|
|
7483
7483
|
|
|
@@ -7491,9 +7491,9 @@ var CA_ExtInterface = function () {
|
|
|
7491
7491
|
}
|
|
7492
7492
|
};
|
|
7493
7493
|
|
|
7494
|
-
/**
|
|
7495
|
-
* 清空调用序列结果
|
|
7496
|
-
* @returns {number} 清空调用序列结果
|
|
7494
|
+
/**
|
|
7495
|
+
* 清空调用序列结果
|
|
7496
|
+
* @returns {number} 清空调用序列结果
|
|
7497
7497
|
*/
|
|
7498
7498
|
|
|
7499
7499
|
|
|
@@ -7507,9 +7507,9 @@ var CA_ExtInterface = function () {
|
|
|
7507
7507
|
}
|
|
7508
7508
|
};
|
|
7509
7509
|
|
|
7510
|
-
/**
|
|
7511
|
-
* 获取调用序列结果
|
|
7512
|
-
* @returns {string} 调用序列结果
|
|
7510
|
+
/**
|
|
7511
|
+
* 获取调用序列结果
|
|
7512
|
+
* @returns {string} 调用序列结果
|
|
7513
7513
|
*/
|
|
7514
7514
|
|
|
7515
7515
|
|
|
@@ -7523,12 +7523,12 @@ var CA_ExtInterface = function () {
|
|
|
7523
7523
|
}
|
|
7524
7524
|
};
|
|
7525
7525
|
|
|
7526
|
-
/**
|
|
7527
|
-
* 客户端安全策略检查
|
|
7528
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7529
|
-
* @param {number} usGatewayPort - 网关端口
|
|
7530
|
-
* @param {string} strSecurityPolicys - 安全策略
|
|
7531
|
-
* @returns {boolean} 检查结果
|
|
7526
|
+
/**
|
|
7527
|
+
* 客户端安全策略检查
|
|
7528
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7529
|
+
* @param {number} usGatewayPort - 网关端口
|
|
7530
|
+
* @param {string} strSecurityPolicys - 安全策略
|
|
7531
|
+
* @returns {boolean} 检查结果
|
|
7532
7532
|
*/
|
|
7533
7533
|
|
|
7534
7534
|
|
|
@@ -7542,9 +7542,9 @@ var CA_ExtInterface = function () {
|
|
|
7542
7542
|
}
|
|
7543
7543
|
};
|
|
7544
7544
|
|
|
7545
|
-
/**
|
|
7546
|
-
* 获取通讯协议版本
|
|
7547
|
-
* @returns {string} 通讯协议版本
|
|
7545
|
+
/**
|
|
7546
|
+
* 获取通讯协议版本
|
|
7547
|
+
* @returns {string} 通讯协议版本
|
|
7548
7548
|
*/
|
|
7549
7549
|
|
|
7550
7550
|
|
|
@@ -7558,13 +7558,13 @@ var CA_ExtInterface = function () {
|
|
|
7558
7558
|
}
|
|
7559
7559
|
};
|
|
7560
7560
|
|
|
7561
|
-
/**
|
|
7562
|
-
* 修改 Key 的 Pin 码
|
|
7563
|
-
* @param {string} strCertSn - 证书序列号
|
|
7564
|
-
* @param {number} lPinCodeType - Pin 码类型
|
|
7565
|
-
* @param {string} strCurPinCode - 当前 Pin 码
|
|
7566
|
-
* @param {string} strNewPinCode - 新 Pin 码
|
|
7567
|
-
* @returns {number} 修改结果
|
|
7561
|
+
/**
|
|
7562
|
+
* 修改 Key 的 Pin 码
|
|
7563
|
+
* @param {string} strCertSn - 证书序列号
|
|
7564
|
+
* @param {number} lPinCodeType - Pin 码类型
|
|
7565
|
+
* @param {string} strCurPinCode - 当前 Pin 码
|
|
7566
|
+
* @param {string} strNewPinCode - 新 Pin 码
|
|
7567
|
+
* @returns {number} 修改结果
|
|
7568
7568
|
*/
|
|
7569
7569
|
|
|
7570
7570
|
|
|
@@ -7578,10 +7578,10 @@ var CA_ExtInterface = function () {
|
|
|
7578
7578
|
}
|
|
7579
7579
|
};
|
|
7580
7580
|
|
|
7581
|
-
/**
|
|
7582
|
-
* 等待策略设置完毕
|
|
7583
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7584
|
-
* @returns {number} 等待结果
|
|
7581
|
+
/**
|
|
7582
|
+
* 等待策略设置完毕
|
|
7583
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7584
|
+
* @returns {number} 等待结果
|
|
7585
7585
|
*/
|
|
7586
7586
|
|
|
7587
7587
|
|
|
@@ -7595,10 +7595,10 @@ var CA_ExtInterface = function () {
|
|
|
7595
7595
|
}
|
|
7596
7596
|
};
|
|
7597
7597
|
|
|
7598
|
-
/**
|
|
7599
|
-
* 获取会话 Token
|
|
7600
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7601
|
-
* @returns {string} 会话 Token
|
|
7598
|
+
/**
|
|
7599
|
+
* 获取会话 Token
|
|
7600
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7601
|
+
* @returns {string} 会话 Token
|
|
7602
7602
|
*/
|
|
7603
7603
|
|
|
7604
7604
|
|
|
@@ -7612,9 +7612,9 @@ var CA_ExtInterface = function () {
|
|
|
7612
7612
|
}
|
|
7613
7613
|
};
|
|
7614
7614
|
|
|
7615
|
-
/**
|
|
7616
|
-
* 获取控件版本
|
|
7617
|
-
* @returns {string} 控件版本
|
|
7615
|
+
/**
|
|
7616
|
+
* 获取控件版本
|
|
7617
|
+
* @returns {string} 控件版本
|
|
7618
7618
|
*/
|
|
7619
7619
|
|
|
7620
7620
|
|
|
@@ -7628,10 +7628,10 @@ var CA_ExtInterface = function () {
|
|
|
7628
7628
|
}
|
|
7629
7629
|
};
|
|
7630
7630
|
|
|
7631
|
-
/**
|
|
7632
|
-
* 设置语言资源
|
|
7633
|
-
* @param {string} strLanguage - 语言资源
|
|
7634
|
-
* @returns {number} 设置结果
|
|
7631
|
+
/**
|
|
7632
|
+
* 设置语言资源
|
|
7633
|
+
* @param {string} strLanguage - 语言资源
|
|
7634
|
+
* @returns {number} 设置结果
|
|
7635
7635
|
*/
|
|
7636
7636
|
|
|
7637
7637
|
|
|
@@ -7645,12 +7645,12 @@ var CA_ExtInterface = function () {
|
|
|
7645
7645
|
}
|
|
7646
7646
|
};
|
|
7647
7647
|
|
|
7648
|
-
/**
|
|
7649
|
-
* 获取用户属性
|
|
7650
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7651
|
-
* @param {string} strAppFlag - 应用标识
|
|
7652
|
-
* @param {string} strAttributeName - 属性名称
|
|
7653
|
-
* @returns {string} 用户属性值
|
|
7648
|
+
/**
|
|
7649
|
+
* 获取用户属性
|
|
7650
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7651
|
+
* @param {string} strAppFlag - 应用标识
|
|
7652
|
+
* @param {string} strAttributeName - 属性名称
|
|
7653
|
+
* @returns {string} 用户属性值
|
|
7654
7654
|
*/
|
|
7655
7655
|
|
|
7656
7656
|
|
|
@@ -7664,9 +7664,9 @@ var CA_ExtInterface = function () {
|
|
|
7664
7664
|
}
|
|
7665
7665
|
};
|
|
7666
7666
|
|
|
7667
|
-
/**
|
|
7668
|
-
* 获取签名加密 PIN 码
|
|
7669
|
-
* @returns {string} 签名加密 PIN 码
|
|
7667
|
+
/**
|
|
7668
|
+
* 获取签名加密 PIN 码
|
|
7669
|
+
* @returns {string} 签名加密 PIN 码
|
|
7670
7670
|
*/
|
|
7671
7671
|
|
|
7672
7672
|
|
|
@@ -7679,20 +7679,20 @@ var CA_ExtInterface = function () {
|
|
|
7679
7679
|
return result.value;
|
|
7680
7680
|
}
|
|
7681
7681
|
};
|
|
7682
|
-
/*
|
|
7683
|
-
*曙光四川CA
|
|
7684
|
-
*'SOF_GetUserList' 证书列表
|
|
7685
|
-
*'SOF_ExportUserCert' 导出证书
|
|
7686
|
-
*'SOF_GetCertInfo': 获取证书信息
|
|
7687
|
-
*'SOF_GenRandom': 生成随机数
|
|
7688
|
-
*'SOF_SignData': 获取证书签名
|
|
7689
|
-
*'SOF_Login': 登录证书
|
|
7690
|
-
*'SOF_GetPinRetryCount': 剩余次数
|
|
7682
|
+
/*
|
|
7683
|
+
*曙光四川CA
|
|
7684
|
+
*'SOF_GetUserList' 证书列表
|
|
7685
|
+
*'SOF_ExportUserCert' 导出证书
|
|
7686
|
+
*'SOF_GetCertInfo': 获取证书信息
|
|
7687
|
+
*'SOF_GenRandom': 生成随机数
|
|
7688
|
+
*'SOF_SignData': 获取证书签名
|
|
7689
|
+
*'SOF_Login': 登录证书
|
|
7690
|
+
*'SOF_GetPinRetryCount': 剩余次数
|
|
7691
7691
|
*/
|
|
7692
|
-
/**
|
|
7693
|
-
*
|
|
7694
|
-
* 获取webSocket消息
|
|
7695
|
-
* @returns {string}
|
|
7692
|
+
/**
|
|
7693
|
+
*
|
|
7694
|
+
* 获取webSocket消息
|
|
7695
|
+
* @returns {string}
|
|
7696
7696
|
*/
|
|
7697
7697
|
|
|
7698
7698
|
|
|
@@ -7728,10 +7728,10 @@ var CA_ExtInterface = function () {
|
|
|
7728
7728
|
};
|
|
7729
7729
|
});
|
|
7730
7730
|
};
|
|
7731
|
-
/**
|
|
7732
|
-
*
|
|
7733
|
-
* base64解码
|
|
7734
|
-
* @returns {string} base64解码后的字符串
|
|
7731
|
+
/**
|
|
7732
|
+
*
|
|
7733
|
+
* base64解码
|
|
7734
|
+
* @returns {string} base64解码后的字符串
|
|
7735
7735
|
*/
|
|
7736
7736
|
|
|
7737
7737
|
|
|
@@ -7766,10 +7766,10 @@ var CA_ExtInterface = function () {
|
|
|
7766
7766
|
val = this.utf8_decode(val);
|
|
7767
7767
|
return val;
|
|
7768
7768
|
};
|
|
7769
|
-
/**
|
|
7770
|
-
*
|
|
7771
|
-
* base64编码
|
|
7772
|
-
* @returns {string} base64编码后的字符串
|
|
7769
|
+
/**
|
|
7770
|
+
*
|
|
7771
|
+
* base64编码
|
|
7772
|
+
* @returns {string} base64编码后的字符串
|
|
7773
7773
|
*/
|
|
7774
7774
|
|
|
7775
7775
|
|
|
@@ -7802,10 +7802,10 @@ var CA_ExtInterface = function () {
|
|
|
7802
7802
|
}
|
|
7803
7803
|
return val;
|
|
7804
7804
|
};
|
|
7805
|
-
/**
|
|
7806
|
-
*
|
|
7807
|
-
* utf8解码
|
|
7808
|
-
* @returns {string} utf8解码后的字符串
|
|
7805
|
+
/**
|
|
7806
|
+
*
|
|
7807
|
+
* utf8解码
|
|
7808
|
+
* @returns {string} utf8解码后的字符串
|
|
7809
7809
|
*/
|
|
7810
7810
|
|
|
7811
7811
|
|
|
@@ -7834,10 +7834,10 @@ var CA_ExtInterface = function () {
|
|
|
7834
7834
|
}
|
|
7835
7835
|
return string;
|
|
7836
7836
|
};
|
|
7837
|
-
/**
|
|
7838
|
-
*
|
|
7839
|
-
* utf8编码
|
|
7840
|
-
* @returns {string} utf8编码后的字符串
|
|
7837
|
+
/**
|
|
7838
|
+
*
|
|
7839
|
+
* utf8编码
|
|
7840
|
+
* @returns {string} utf8编码后的字符串
|
|
7841
7841
|
*/
|
|
7842
7842
|
|
|
7843
7843
|
|
|
@@ -32139,21 +32139,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
32139
32139
|
return validSate;
|
|
32140
32140
|
},
|
|
32141
32141
|
|
|
32142
|
-
/**
|
|
32143
|
-
* changeOpinion
|
|
32144
|
-
* @desc:监听意见变化
|
|
32145
|
-
* @author liufan
|
|
32146
|
-
* @date 2022年10月28日
|
|
32142
|
+
/**
|
|
32143
|
+
* changeOpinion
|
|
32144
|
+
* @desc:监听意见变化
|
|
32145
|
+
* @author liufan
|
|
32146
|
+
* @date 2022年10月28日
|
|
32147
32147
|
**/
|
|
32148
32148
|
changeOpinion: function changeOpinion() {
|
|
32149
32149
|
this.$emit('change', this.form.value);
|
|
32150
32150
|
},
|
|
32151
32151
|
|
|
32152
|
-
/**
|
|
32153
|
-
* getCommonOpion
|
|
32154
|
-
* @desc:获取意见
|
|
32155
|
-
* @author liufan
|
|
32156
|
-
* @date 2022年5月25日
|
|
32152
|
+
/**
|
|
32153
|
+
* getCommonOpion
|
|
32154
|
+
* @desc:获取意见
|
|
32155
|
+
* @author liufan
|
|
32156
|
+
* @date 2022年5月25日
|
|
32157
32157
|
**/
|
|
32158
32158
|
getCommonOpion: function getCommonOpion() {
|
|
32159
32159
|
var _this = this;
|
|
@@ -32182,24 +32182,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
32182
32182
|
});
|
|
32183
32183
|
},
|
|
32184
32184
|
|
|
32185
|
-
/**
|
|
32186
|
-
* upDate
|
|
32187
|
-
* @desc:修改常用语
|
|
32188
|
-
* @author liufan
|
|
32189
|
-
* @param {Object} val 修改值
|
|
32190
|
-
* @date 2022年5月25日
|
|
32185
|
+
/**
|
|
32186
|
+
* upDate
|
|
32187
|
+
* @desc:修改常用语
|
|
32188
|
+
* @author liufan
|
|
32189
|
+
* @param {Object} val 修改值
|
|
32190
|
+
* @date 2022年5月25日
|
|
32191
32191
|
**/
|
|
32192
32192
|
upDate: function upDate(val) {
|
|
32193
32193
|
this.FormData.id = val.id;
|
|
32194
32194
|
this.addVisible = true;
|
|
32195
32195
|
},
|
|
32196
32196
|
|
|
32197
|
-
/**
|
|
32198
|
-
* selectChange
|
|
32199
|
-
* @desc:常用语选择
|
|
32200
|
-
* @author liufan
|
|
32201
|
-
* @param {String} val 选中值
|
|
32202
|
-
* @date 2022年5月25日
|
|
32197
|
+
/**
|
|
32198
|
+
* selectChange
|
|
32199
|
+
* @desc:常用语选择
|
|
32200
|
+
* @author liufan
|
|
32201
|
+
* @param {String} val 选中值
|
|
32202
|
+
* @date 2022年5月25日
|
|
32203
32203
|
**/
|
|
32204
32204
|
selectChange: function selectChange(val) {
|
|
32205
32205
|
var _this2 = this;
|
|
@@ -32218,12 +32218,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
32218
32218
|
});
|
|
32219
32219
|
},
|
|
32220
32220
|
|
|
32221
|
-
/**
|
|
32222
|
-
* del
|
|
32223
|
-
* @desc:删除常用语
|
|
32224
|
-
* @author liufan
|
|
32225
|
-
* @param {Object} val 删除的数据
|
|
32226
|
-
* @date 2022年5月25日
|
|
32221
|
+
/**
|
|
32222
|
+
* del
|
|
32223
|
+
* @desc:删除常用语
|
|
32224
|
+
* @author liufan
|
|
32225
|
+
* @param {Object} val 删除的数据
|
|
32226
|
+
* @date 2022年5月25日
|
|
32227
32227
|
**/
|
|
32228
32228
|
del: function del(val) {
|
|
32229
32229
|
var _this3 = this;
|
|
@@ -32265,12 +32265,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
32265
32265
|
}).catch(function (e) {});
|
|
32266
32266
|
},
|
|
32267
32267
|
|
|
32268
|
-
/**
|
|
32269
|
-
* submit
|
|
32270
|
-
* @desc:新增/编辑意见保存
|
|
32271
|
-
* @author liufan
|
|
32272
|
-
* @param {Object} val 保存数据
|
|
32273
|
-
* @date 2022年5月25日
|
|
32268
|
+
/**
|
|
32269
|
+
* submit
|
|
32270
|
+
* @desc:新增/编辑意见保存
|
|
32271
|
+
* @author liufan
|
|
32272
|
+
* @param {Object} val 保存数据
|
|
32273
|
+
* @date 2022年5月25日
|
|
32274
32274
|
**/
|
|
32275
32275
|
submit: function submit(val) {
|
|
32276
32276
|
var _this4 = this;
|
|
@@ -36085,11 +36085,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
36085
36085
|
});
|
|
36086
36086
|
},
|
|
36087
36087
|
|
|
36088
|
-
/**
|
|
36089
|
-
* isMultiple
|
|
36090
|
-
* @desc:是否多选
|
|
36091
|
-
* @author liufan
|
|
36092
|
-
* @date 2022年9月13日
|
|
36088
|
+
/**
|
|
36089
|
+
* isMultiple
|
|
36090
|
+
* @desc:是否多选
|
|
36091
|
+
* @author liufan
|
|
36092
|
+
* @date 2022年9月13日
|
|
36093
36093
|
**/
|
|
36094
36094
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
36095
36095
|
var multiple = false;
|
|
@@ -40302,11 +40302,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
40302
40302
|
});
|
|
40303
40303
|
},
|
|
40304
40304
|
|
|
40305
|
-
/**
|
|
40306
|
-
* isMultiple
|
|
40307
|
-
* @desc:是否多选
|
|
40308
|
-
* @author liufan
|
|
40309
|
-
* @date 2022年9月13日
|
|
40305
|
+
/**
|
|
40306
|
+
* isMultiple
|
|
40307
|
+
* @desc:是否多选
|
|
40308
|
+
* @author liufan
|
|
40309
|
+
* @date 2022年9月13日
|
|
40310
40310
|
**/
|
|
40311
40311
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
40312
40312
|
var multiple = false;
|
|
@@ -44895,11 +44895,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44895
44895
|
});
|
|
44896
44896
|
},
|
|
44897
44897
|
|
|
44898
|
-
/**
|
|
44899
|
-
* saveInfo
|
|
44900
|
-
* @desc:暂存
|
|
44901
|
-
* @author liufan
|
|
44902
|
-
* @date 2022年9月9日
|
|
44898
|
+
/**
|
|
44899
|
+
* saveInfo
|
|
44900
|
+
* @desc:暂存
|
|
44901
|
+
* @author liufan
|
|
44902
|
+
* @date 2022年9月9日
|
|
44903
44903
|
**/
|
|
44904
44904
|
saveInfo: function saveInfo(type, btn) {
|
|
44905
44905
|
var _this6 = this;
|
|
@@ -44961,11 +44961,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44961
44961
|
});
|
|
44962
44962
|
},
|
|
44963
44963
|
|
|
44964
|
-
/**
|
|
44965
|
-
* rejectBtn
|
|
44966
|
-
* @desc:点击驳回
|
|
44967
|
-
* @author liufan
|
|
44968
|
-
* @date 2022年5月25日
|
|
44964
|
+
/**
|
|
44965
|
+
* rejectBtn
|
|
44966
|
+
* @desc:点击驳回
|
|
44967
|
+
* @author liufan
|
|
44968
|
+
* @date 2022年5月25日
|
|
44969
44969
|
**/
|
|
44970
44970
|
rejectBtn: function rejectBtn() {
|
|
44971
44971
|
var _this8 = this;
|
|
@@ -44983,11 +44983,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44983
44983
|
}
|
|
44984
44984
|
},
|
|
44985
44985
|
|
|
44986
|
-
/**
|
|
44987
|
-
* taskReadBtn
|
|
44988
|
-
* @desc:点击分阅
|
|
44989
|
-
* @author liufan
|
|
44990
|
-
* @date 2022年5月25日
|
|
44986
|
+
/**
|
|
44987
|
+
* taskReadBtn
|
|
44988
|
+
* @desc:点击分阅
|
|
44989
|
+
* @author liufan
|
|
44990
|
+
* @date 2022年5月25日
|
|
44991
44991
|
**/
|
|
44992
44992
|
taskReadBtn: function taskReadBtn() {
|
|
44993
44993
|
var _this9 = this;
|
|
@@ -45006,11 +45006,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45006
45006
|
}
|
|
45007
45007
|
},
|
|
45008
45008
|
|
|
45009
|
-
/**
|
|
45010
|
-
* getFind
|
|
45011
|
-
* @desc:获取通知方式
|
|
45012
|
-
* @author liufan
|
|
45013
|
-
* @date 2022年5月25日
|
|
45009
|
+
/**
|
|
45010
|
+
* getFind
|
|
45011
|
+
* @desc:获取通知方式
|
|
45012
|
+
* @author liufan
|
|
45013
|
+
* @date 2022年5月25日
|
|
45014
45014
|
**/
|
|
45015
45015
|
getFind: function getFind() {
|
|
45016
45016
|
var _this10 = this;
|
|
@@ -45065,12 +45065,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45065
45065
|
});
|
|
45066
45066
|
},
|
|
45067
45067
|
|
|
45068
|
-
/**
|
|
45069
|
-
* endFlows
|
|
45070
|
-
* @desc:直接办结
|
|
45071
|
-
* @author liufan
|
|
45072
|
-
* @param {Object} res 直接办结数据
|
|
45073
|
-
* @date 2022年5月25日
|
|
45068
|
+
/**
|
|
45069
|
+
* endFlows
|
|
45070
|
+
* @desc:直接办结
|
|
45071
|
+
* @author liufan
|
|
45072
|
+
* @param {Object} res 直接办结数据
|
|
45073
|
+
* @date 2022年5月25日
|
|
45074
45074
|
**/
|
|
45075
45075
|
endFlows: function endFlows(res) {
|
|
45076
45076
|
var _this12 = this;
|
|
@@ -45124,12 +45124,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45124
45124
|
}).catch(function (e) {});
|
|
45125
45125
|
},
|
|
45126
45126
|
|
|
45127
|
-
/**
|
|
45128
|
-
* goView
|
|
45129
|
-
* @desc:更多流程按钮操作
|
|
45130
|
-
* @author liufan
|
|
45131
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
45132
|
-
* @date 2022年5月25日
|
|
45127
|
+
/**
|
|
45128
|
+
* goView
|
|
45129
|
+
* @desc:更多流程按钮操作
|
|
45130
|
+
* @author liufan
|
|
45131
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
45132
|
+
* @date 2022年5月25日
|
|
45133
45133
|
**/
|
|
45134
45134
|
goView: function goView(res) {
|
|
45135
45135
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -45214,11 +45214,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45214
45214
|
// isCanStartSubFlow
|
|
45215
45215
|
},
|
|
45216
45216
|
|
|
45217
|
-
/**
|
|
45218
|
-
* toTakeAdvice
|
|
45219
|
-
* @desc:征求意见
|
|
45220
|
-
* @author liufan
|
|
45221
|
-
* @date 2022年9月29日
|
|
45217
|
+
/**
|
|
45218
|
+
* toTakeAdvice
|
|
45219
|
+
* @desc:征求意见
|
|
45220
|
+
* @author liufan
|
|
45221
|
+
* @date 2022年9月29日
|
|
45222
45222
|
**/
|
|
45223
45223
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
45224
45224
|
var _this14 = this;
|
|
@@ -45262,11 +45262,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45262
45262
|
});
|
|
45263
45263
|
},
|
|
45264
45264
|
|
|
45265
|
-
/**
|
|
45266
|
-
* toStartDraf
|
|
45267
|
-
* @desc: 稿件递送、联合审核、复核
|
|
45268
|
-
* @author liufan
|
|
45269
|
-
* @date 2022年9月29日
|
|
45265
|
+
/**
|
|
45266
|
+
* toStartDraf
|
|
45267
|
+
* @desc: 稿件递送、联合审核、复核
|
|
45268
|
+
* @author liufan
|
|
45269
|
+
* @date 2022年9月29日
|
|
45270
45270
|
**/
|
|
45271
45271
|
toStartDraf: function toStartDraf(res) {
|
|
45272
45272
|
var _this16 = this;
|
|
@@ -45280,11 +45280,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45280
45280
|
}
|
|
45281
45281
|
},
|
|
45282
45282
|
|
|
45283
|
-
/**
|
|
45284
|
-
* toSendMsg
|
|
45285
|
-
* @desc:核稿通知
|
|
45286
|
-
* @author liufan
|
|
45287
|
-
* @date 2022年9月29日
|
|
45283
|
+
/**
|
|
45284
|
+
* toSendMsg
|
|
45285
|
+
* @desc:核稿通知
|
|
45286
|
+
* @author liufan
|
|
45287
|
+
* @date 2022年9月29日
|
|
45288
45288
|
**/
|
|
45289
45289
|
toSendMsg: function toSendMsg(res) {
|
|
45290
45290
|
var _this17 = this;
|
|
@@ -45298,11 +45298,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45298
45298
|
}
|
|
45299
45299
|
},
|
|
45300
45300
|
|
|
45301
|
-
/**
|
|
45302
|
-
* toTaskReadAndEnd
|
|
45303
|
-
* @desc:分阅并办结
|
|
45304
|
-
* @author liufan
|
|
45305
|
-
* @date 2022年9月29日
|
|
45301
|
+
/**
|
|
45302
|
+
* toTaskReadAndEnd
|
|
45303
|
+
* @desc:分阅并办结
|
|
45304
|
+
* @author liufan
|
|
45305
|
+
* @date 2022年9月29日
|
|
45306
45306
|
**/
|
|
45307
45307
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
45308
45308
|
var _this18 = this;
|
|
@@ -45320,11 +45320,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45320
45320
|
}
|
|
45321
45321
|
},
|
|
45322
45322
|
|
|
45323
|
-
/**
|
|
45324
|
-
* rejectAndEnd
|
|
45325
|
-
* @desc:驳回并办结
|
|
45326
|
-
* @author liufan
|
|
45327
|
-
* @date 2022年9月29日
|
|
45323
|
+
/**
|
|
45324
|
+
* rejectAndEnd
|
|
45325
|
+
* @desc:驳回并办结
|
|
45326
|
+
* @author liufan
|
|
45327
|
+
* @date 2022年9月29日
|
|
45328
45328
|
**/
|
|
45329
45329
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
45330
45330
|
var _this19 = this;
|
|
@@ -45379,11 +45379,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45379
45379
|
});
|
|
45380
45380
|
},
|
|
45381
45381
|
|
|
45382
|
-
/**
|
|
45383
|
-
* toTransfer
|
|
45384
|
-
* @desc:转办
|
|
45385
|
-
* @author liufan
|
|
45386
|
-
* @date 2022年9月29日
|
|
45382
|
+
/**
|
|
45383
|
+
* toTransfer
|
|
45384
|
+
* @desc:转办
|
|
45385
|
+
* @author liufan
|
|
45386
|
+
* @date 2022年9月29日
|
|
45387
45387
|
**/
|
|
45388
45388
|
toTransfer: function toTransfer(res) {
|
|
45389
45389
|
var _this21 = this;
|
|
@@ -45399,11 +45399,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45399
45399
|
}
|
|
45400
45400
|
},
|
|
45401
45401
|
|
|
45402
|
-
/**
|
|
45403
|
-
* getNodeInfo
|
|
45404
|
-
* @desc:获取节点信息
|
|
45405
|
-
* @author liufan
|
|
45406
|
-
* @date 2022年5月25日
|
|
45402
|
+
/**
|
|
45403
|
+
* getNodeInfo
|
|
45404
|
+
* @desc:获取节点信息
|
|
45405
|
+
* @author liufan
|
|
45406
|
+
* @date 2022年5月25日
|
|
45407
45407
|
**/
|
|
45408
45408
|
getNodeInfo: function getNodeInfo() {
|
|
45409
45409
|
var _this22 = this;
|
|
@@ -45502,12 +45502,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45502
45502
|
});
|
|
45503
45503
|
},
|
|
45504
45504
|
|
|
45505
|
-
/**
|
|
45506
|
-
* selecNext
|
|
45507
|
-
* @desc:下步节点变化时更新数据
|
|
45508
|
-
* @author liufan
|
|
45509
|
-
* @param {String} val 当前选中值
|
|
45510
|
-
* @date 2022年5月25日
|
|
45505
|
+
/**
|
|
45506
|
+
* selecNext
|
|
45507
|
+
* @desc:下步节点变化时更新数据
|
|
45508
|
+
* @author liufan
|
|
45509
|
+
* @param {String} val 当前选中值
|
|
45510
|
+
* @date 2022年5月25日
|
|
45511
45511
|
**/
|
|
45512
45512
|
selecNext: function selecNext(val, type, isDef) {
|
|
45513
45513
|
var _this23 = this;
|
|
@@ -45616,11 +45616,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45616
45616
|
if (isDef !== true) this.getNodeInfo();
|
|
45617
45617
|
},
|
|
45618
45618
|
|
|
45619
|
-
/**
|
|
45620
|
-
* isMultiple
|
|
45621
|
-
* @desc:是否多选
|
|
45622
|
-
* @author liufan
|
|
45623
|
-
* @date 2022年9月13日
|
|
45619
|
+
/**
|
|
45620
|
+
* isMultiple
|
|
45621
|
+
* @desc:是否多选
|
|
45622
|
+
* @author liufan
|
|
45623
|
+
* @date 2022年9月13日
|
|
45624
45624
|
**/
|
|
45625
45625
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
45626
45626
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -45652,11 +45652,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45652
45652
|
}
|
|
45653
45653
|
},
|
|
45654
45654
|
|
|
45655
|
-
/**
|
|
45656
|
-
* getHedInfo
|
|
45657
|
-
* @desc:获取审核页面数据
|
|
45658
|
-
* @author liufan
|
|
45659
|
-
* @date 2022年5月25日
|
|
45655
|
+
/**
|
|
45656
|
+
* getHedInfo
|
|
45657
|
+
* @desc:获取审核页面数据
|
|
45658
|
+
* @author liufan
|
|
45659
|
+
* @date 2022年5月25日
|
|
45660
45660
|
**/
|
|
45661
45661
|
getHedInfo: function getHedInfo() {
|
|
45662
45662
|
var _this24 = this;
|
|
@@ -45892,13 +45892,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45892
45892
|
});
|
|
45893
45893
|
},
|
|
45894
45894
|
|
|
45895
|
-
/**
|
|
45896
|
-
* closeProcess
|
|
45897
|
-
* @desc:关闭弹窗
|
|
45898
|
-
* @author liufan
|
|
45899
|
-
* @param {boolean} val 当前是否办理流程
|
|
45900
|
-
* @param {String} type 当前点击的弹窗类型
|
|
45901
|
-
* @date 2022年5月25日
|
|
45895
|
+
/**
|
|
45896
|
+
* closeProcess
|
|
45897
|
+
* @desc:关闭弹窗
|
|
45898
|
+
* @author liufan
|
|
45899
|
+
* @param {boolean} val 当前是否办理流程
|
|
45900
|
+
* @param {String} type 当前点击的弹窗类型
|
|
45901
|
+
* @date 2022年5月25日
|
|
45902
45902
|
**/
|
|
45903
45903
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
45904
45904
|
if (closeParent) {
|
|
@@ -45915,23 +45915,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45915
45915
|
}
|
|
45916
45916
|
},
|
|
45917
45917
|
|
|
45918
|
-
/**
|
|
45919
|
-
* selectChange
|
|
45920
|
-
* @desc:常用语选择
|
|
45921
|
-
* @author liufan
|
|
45922
|
-
* @param {String} val 选中值
|
|
45923
|
-
* @date 2022年5月25日
|
|
45918
|
+
/**
|
|
45919
|
+
* selectChange
|
|
45920
|
+
* @desc:常用语选择
|
|
45921
|
+
* @author liufan
|
|
45922
|
+
* @param {String} val 选中值
|
|
45923
|
+
* @date 2022年5月25日
|
|
45924
45924
|
**/
|
|
45925
45925
|
selectChange: function selectChange(val) {
|
|
45926
45926
|
this.value = val;
|
|
45927
45927
|
},
|
|
45928
45928
|
|
|
45929
|
-
/**
|
|
45930
|
-
* upDate
|
|
45931
|
-
* @desc:修改常用语
|
|
45932
|
-
* @author liufan
|
|
45933
|
-
* @param {Object} val 修改值
|
|
45934
|
-
* @date 2022年5月25日
|
|
45929
|
+
/**
|
|
45930
|
+
* upDate
|
|
45931
|
+
* @desc:修改常用语
|
|
45932
|
+
* @author liufan
|
|
45933
|
+
* @param {Object} val 修改值
|
|
45934
|
+
* @date 2022年5月25日
|
|
45935
45935
|
**/
|
|
45936
45936
|
upDate: function upDate(val) {
|
|
45937
45937
|
this.FormData.id = val.id;
|
|
@@ -45939,11 +45939,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45939
45939
|
},
|
|
45940
45940
|
|
|
45941
45941
|
|
|
45942
|
-
/**
|
|
45943
|
-
* getProcess
|
|
45944
|
-
* @desc:获取选择流程
|
|
45945
|
-
* @author liufan
|
|
45946
|
-
* @date 2022年5月25日
|
|
45942
|
+
/**
|
|
45943
|
+
* getProcess
|
|
45944
|
+
* @desc:获取选择流程
|
|
45945
|
+
* @author liufan
|
|
45946
|
+
* @date 2022年5月25日
|
|
45947
45947
|
**/
|
|
45948
45948
|
getProcess: function getProcess() {
|
|
45949
45949
|
var _this25 = this;
|
|
@@ -45997,11 +45997,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45997
45997
|
});
|
|
45998
45998
|
},
|
|
45999
45999
|
|
|
46000
|
-
/**
|
|
46001
|
-
* getPendedhistoryList
|
|
46002
|
-
* @desc:获取流程列表
|
|
46003
|
-
* @author liufan
|
|
46004
|
-
* @date 2022年5月25日
|
|
46000
|
+
/**
|
|
46001
|
+
* getPendedhistoryList
|
|
46002
|
+
* @desc:获取流程列表
|
|
46003
|
+
* @author liufan
|
|
46004
|
+
* @date 2022年5月25日
|
|
46005
46005
|
**/
|
|
46006
46006
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
46007
46007
|
var _this26 = this;
|
|
@@ -46033,12 +46033,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46033
46033
|
},
|
|
46034
46034
|
|
|
46035
46035
|
// 提交流程
|
|
46036
|
-
/**
|
|
46037
|
-
* subProcess
|
|
46038
|
-
* @desc:提交流程
|
|
46039
|
-
* @author liufan
|
|
46040
|
-
* @param {String} formName 当前form表单ref值
|
|
46041
|
-
* @date 2022年5月25日
|
|
46036
|
+
/**
|
|
46037
|
+
* subProcess
|
|
46038
|
+
* @desc:提交流程
|
|
46039
|
+
* @author liufan
|
|
46040
|
+
* @param {String} formName 当前form表单ref值
|
|
46041
|
+
* @date 2022年5月25日
|
|
46042
46042
|
**/
|
|
46043
46043
|
subProcess: function subProcess(val) {
|
|
46044
46044
|
var _this27 = this;
|
|
@@ -49942,11 +49942,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49942
49942
|
});
|
|
49943
49943
|
},
|
|
49944
49944
|
|
|
49945
|
-
/**
|
|
49946
|
-
* saveInfo
|
|
49947
|
-
* @desc:暂存
|
|
49948
|
-
* @author liufan
|
|
49949
|
-
* @date 2022年9月9日
|
|
49945
|
+
/**
|
|
49946
|
+
* saveInfo
|
|
49947
|
+
* @desc:暂存
|
|
49948
|
+
* @author liufan
|
|
49949
|
+
* @date 2022年9月9日
|
|
49950
49950
|
**/
|
|
49951
49951
|
saveInfo: function saveInfo(type, btn) {
|
|
49952
49952
|
var _this13 = this;
|
|
@@ -50008,11 +50008,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50008
50008
|
});
|
|
50009
50009
|
},
|
|
50010
50010
|
|
|
50011
|
-
/**
|
|
50012
|
-
* rejectBtn
|
|
50013
|
-
* @desc:点击驳回
|
|
50014
|
-
* @author liufan
|
|
50015
|
-
* @date 2022年5月25日
|
|
50011
|
+
/**
|
|
50012
|
+
* rejectBtn
|
|
50013
|
+
* @desc:点击驳回
|
|
50014
|
+
* @author liufan
|
|
50015
|
+
* @date 2022年5月25日
|
|
50016
50016
|
**/
|
|
50017
50017
|
rejectBtn: function rejectBtn() {
|
|
50018
50018
|
var _this15 = this;
|
|
@@ -50030,11 +50030,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50030
50030
|
}
|
|
50031
50031
|
},
|
|
50032
50032
|
|
|
50033
|
-
/**
|
|
50034
|
-
* taskReadBtn
|
|
50035
|
-
* @desc:点击分阅
|
|
50036
|
-
* @author liufan
|
|
50037
|
-
* @date 2022年5月25日
|
|
50033
|
+
/**
|
|
50034
|
+
* taskReadBtn
|
|
50035
|
+
* @desc:点击分阅
|
|
50036
|
+
* @author liufan
|
|
50037
|
+
* @date 2022年5月25日
|
|
50038
50038
|
**/
|
|
50039
50039
|
taskReadBtn: function taskReadBtn() {
|
|
50040
50040
|
var _this16 = this;
|
|
@@ -50053,11 +50053,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50053
50053
|
}
|
|
50054
50054
|
},
|
|
50055
50055
|
|
|
50056
|
-
/**
|
|
50057
|
-
* getFind
|
|
50058
|
-
* @desc:获取通知方式
|
|
50059
|
-
* @author liufan
|
|
50060
|
-
* @date 2022年5月25日
|
|
50056
|
+
/**
|
|
50057
|
+
* getFind
|
|
50058
|
+
* @desc:获取通知方式
|
|
50059
|
+
* @author liufan
|
|
50060
|
+
* @date 2022年5月25日
|
|
50061
50061
|
**/
|
|
50062
50062
|
getFind: function getFind() {
|
|
50063
50063
|
var _this17 = this;
|
|
@@ -50123,12 +50123,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50123
50123
|
});
|
|
50124
50124
|
},
|
|
50125
50125
|
|
|
50126
|
-
/**
|
|
50127
|
-
* endFlows
|
|
50128
|
-
* @desc:直接办结
|
|
50129
|
-
* @author liufan
|
|
50130
|
-
* @param {Object} res 直接办结数据
|
|
50131
|
-
* @date 2022年5月25日
|
|
50126
|
+
/**
|
|
50127
|
+
* endFlows
|
|
50128
|
+
* @desc:直接办结
|
|
50129
|
+
* @author liufan
|
|
50130
|
+
* @param {Object} res 直接办结数据
|
|
50131
|
+
* @date 2022年5月25日
|
|
50132
50132
|
**/
|
|
50133
50133
|
endFlows: function endFlows(res) {
|
|
50134
50134
|
var _this19 = this;
|
|
@@ -50183,12 +50183,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50183
50183
|
}).catch(function (e) {});
|
|
50184
50184
|
},
|
|
50185
50185
|
|
|
50186
|
-
/**
|
|
50187
|
-
* goView
|
|
50188
|
-
* @desc:更多流程按钮操作
|
|
50189
|
-
* @author liufan
|
|
50190
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
50191
|
-
* @date 2022年5月25日
|
|
50186
|
+
/**
|
|
50187
|
+
* goView
|
|
50188
|
+
* @desc:更多流程按钮操作
|
|
50189
|
+
* @author liufan
|
|
50190
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
50191
|
+
* @date 2022年5月25日
|
|
50192
50192
|
**/
|
|
50193
50193
|
goView: function goView(res) {
|
|
50194
50194
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -50275,11 +50275,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50275
50275
|
// isCanStartSubFlow
|
|
50276
50276
|
},
|
|
50277
50277
|
|
|
50278
|
-
/**
|
|
50279
|
-
* toTakeAdvice
|
|
50280
|
-
* @desc:征求意见
|
|
50281
|
-
* @author liufan
|
|
50282
|
-
* @date 2022年9月29日
|
|
50278
|
+
/**
|
|
50279
|
+
* toTakeAdvice
|
|
50280
|
+
* @desc:征求意见
|
|
50281
|
+
* @author liufan
|
|
50282
|
+
* @date 2022年9月29日
|
|
50283
50283
|
**/
|
|
50284
50284
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
50285
50285
|
var _this21 = this;
|
|
@@ -50323,11 +50323,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50323
50323
|
});
|
|
50324
50324
|
},
|
|
50325
50325
|
|
|
50326
|
-
/**
|
|
50327
|
-
* toStartDraf
|
|
50328
|
-
* @desc: 稿件递送、联合审核、复核
|
|
50329
|
-
* @author liufan
|
|
50330
|
-
* @date 2022年9月29日
|
|
50326
|
+
/**
|
|
50327
|
+
* toStartDraf
|
|
50328
|
+
* @desc: 稿件递送、联合审核、复核
|
|
50329
|
+
* @author liufan
|
|
50330
|
+
* @date 2022年9月29日
|
|
50331
50331
|
**/
|
|
50332
50332
|
toStartDraf: function toStartDraf(res) {
|
|
50333
50333
|
var _this23 = this;
|
|
@@ -50341,11 +50341,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50341
50341
|
}
|
|
50342
50342
|
},
|
|
50343
50343
|
|
|
50344
|
-
/**
|
|
50345
|
-
* toSendMsg
|
|
50346
|
-
* @desc:核稿通知
|
|
50347
|
-
* @author liufan
|
|
50348
|
-
* @date 2022年9月29日
|
|
50344
|
+
/**
|
|
50345
|
+
* toSendMsg
|
|
50346
|
+
* @desc:核稿通知
|
|
50347
|
+
* @author liufan
|
|
50348
|
+
* @date 2022年9月29日
|
|
50349
50349
|
**/
|
|
50350
50350
|
toSendMsg: function toSendMsg(res) {
|
|
50351
50351
|
var _this24 = this;
|
|
@@ -50359,11 +50359,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50359
50359
|
}
|
|
50360
50360
|
},
|
|
50361
50361
|
|
|
50362
|
-
/**
|
|
50363
|
-
* toTaskReadAndEnd
|
|
50364
|
-
* @desc:分阅并办结
|
|
50365
|
-
* @author liufan
|
|
50366
|
-
* @date 2022年9月29日
|
|
50362
|
+
/**
|
|
50363
|
+
* toTaskReadAndEnd
|
|
50364
|
+
* @desc:分阅并办结
|
|
50365
|
+
* @author liufan
|
|
50366
|
+
* @date 2022年9月29日
|
|
50367
50367
|
**/
|
|
50368
50368
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
50369
50369
|
var _this25 = this;
|
|
@@ -50381,11 +50381,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50381
50381
|
}
|
|
50382
50382
|
},
|
|
50383
50383
|
|
|
50384
|
-
/**
|
|
50385
|
-
* rejectAndEnd
|
|
50386
|
-
* @desc:驳回并办结
|
|
50387
|
-
* @author liufan
|
|
50388
|
-
* @date 2022年9月29日
|
|
50384
|
+
/**
|
|
50385
|
+
* rejectAndEnd
|
|
50386
|
+
* @desc:驳回并办结
|
|
50387
|
+
* @author liufan
|
|
50388
|
+
* @date 2022年9月29日
|
|
50389
50389
|
**/
|
|
50390
50390
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
50391
50391
|
var _this26 = this;
|
|
@@ -50441,11 +50441,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50441
50441
|
});
|
|
50442
50442
|
},
|
|
50443
50443
|
|
|
50444
|
-
/**
|
|
50445
|
-
* toTransfer
|
|
50446
|
-
* @desc:转办
|
|
50447
|
-
* @author liufan
|
|
50448
|
-
* @date 2022年9月29日
|
|
50444
|
+
/**
|
|
50445
|
+
* toTransfer
|
|
50446
|
+
* @desc:转办
|
|
50447
|
+
* @author liufan
|
|
50448
|
+
* @date 2022年9月29日
|
|
50449
50449
|
**/
|
|
50450
50450
|
toTransfer: function toTransfer(res) {
|
|
50451
50451
|
var _this28 = this;
|
|
@@ -50464,11 +50464,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50464
50464
|
this.nextNode.customLimitTime = val;
|
|
50465
50465
|
},
|
|
50466
50466
|
|
|
50467
|
-
/**
|
|
50468
|
-
* getNodeInfo
|
|
50469
|
-
* @desc:获取节点信息
|
|
50470
|
-
* @author liufan
|
|
50471
|
-
* @date 2022年5月25日
|
|
50467
|
+
/**
|
|
50468
|
+
* getNodeInfo
|
|
50469
|
+
* @desc:获取节点信息
|
|
50470
|
+
* @author liufan
|
|
50471
|
+
* @date 2022年5月25日
|
|
50472
50472
|
**/
|
|
50473
50473
|
getNodeInfo: function getNodeInfo() {
|
|
50474
50474
|
var _this29 = this;
|
|
@@ -50576,12 +50576,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50576
50576
|
});
|
|
50577
50577
|
},
|
|
50578
50578
|
|
|
50579
|
-
/**
|
|
50580
|
-
* selecNext
|
|
50581
|
-
* @desc:下步节点变化时更新数据
|
|
50582
|
-
* @author liufan
|
|
50583
|
-
* @param {String} val 当前选中值
|
|
50584
|
-
* @date 2022年5月25日
|
|
50579
|
+
/**
|
|
50580
|
+
* selecNext
|
|
50581
|
+
* @desc:下步节点变化时更新数据
|
|
50582
|
+
* @author liufan
|
|
50583
|
+
* @param {String} val 当前选中值
|
|
50584
|
+
* @date 2022年5月25日
|
|
50585
50585
|
**/
|
|
50586
50586
|
selecNext: function selecNext(val, type, isDef) {
|
|
50587
50587
|
var _this30 = this;
|
|
@@ -50713,11 +50713,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50713
50713
|
this.getNodeInfo();
|
|
50714
50714
|
},
|
|
50715
50715
|
|
|
50716
|
-
/**
|
|
50717
|
-
* isMultiple
|
|
50718
|
-
* @desc:是否多选
|
|
50719
|
-
* @author liufan
|
|
50720
|
-
* @date 2022年9月13日
|
|
50716
|
+
/**
|
|
50717
|
+
* isMultiple
|
|
50718
|
+
* @desc:是否多选
|
|
50719
|
+
* @author liufan
|
|
50720
|
+
* @date 2022年9月13日
|
|
50721
50721
|
**/
|
|
50722
50722
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
50723
50723
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -50749,11 +50749,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50749
50749
|
}
|
|
50750
50750
|
},
|
|
50751
50751
|
|
|
50752
|
-
/**
|
|
50753
|
-
* getHedInfo
|
|
50754
|
-
* @desc:获取审核页面数据
|
|
50755
|
-
* @author liufan
|
|
50756
|
-
* @date 2022年5月25日
|
|
50752
|
+
/**
|
|
50753
|
+
* getHedInfo
|
|
50754
|
+
* @desc:获取审核页面数据
|
|
50755
|
+
* @author liufan
|
|
50756
|
+
* @date 2022年5月25日
|
|
50757
50757
|
**/
|
|
50758
50758
|
getHedInfo: function getHedInfo() {
|
|
50759
50759
|
var _this31 = this;
|
|
@@ -51059,13 +51059,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51059
51059
|
});
|
|
51060
51060
|
},
|
|
51061
51061
|
|
|
51062
|
-
/**
|
|
51063
|
-
* closeProcess
|
|
51064
|
-
* @desc:关闭弹窗
|
|
51065
|
-
* @author liufan
|
|
51066
|
-
* @param {boolean} val 当前是否办理流程
|
|
51067
|
-
* @param {String} type 当前点击的弹窗类型
|
|
51068
|
-
* @date 2022年5月25日
|
|
51062
|
+
/**
|
|
51063
|
+
* closeProcess
|
|
51064
|
+
* @desc:关闭弹窗
|
|
51065
|
+
* @author liufan
|
|
51066
|
+
* @param {boolean} val 当前是否办理流程
|
|
51067
|
+
* @param {String} type 当前点击的弹窗类型
|
|
51068
|
+
* @date 2022年5月25日
|
|
51069
51069
|
**/
|
|
51070
51070
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
51071
51071
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -51085,23 +51085,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51085
51085
|
}
|
|
51086
51086
|
},
|
|
51087
51087
|
|
|
51088
|
-
/**
|
|
51089
|
-
* selectChange
|
|
51090
|
-
* @desc:常用语选择
|
|
51091
|
-
* @author liufan
|
|
51092
|
-
* @param {String} val 选中值
|
|
51093
|
-
* @date 2022年5月25日
|
|
51088
|
+
/**
|
|
51089
|
+
* selectChange
|
|
51090
|
+
* @desc:常用语选择
|
|
51091
|
+
* @author liufan
|
|
51092
|
+
* @param {String} val 选中值
|
|
51093
|
+
* @date 2022年5月25日
|
|
51094
51094
|
**/
|
|
51095
51095
|
selectChange: function selectChange(val) {
|
|
51096
51096
|
this.value = val;
|
|
51097
51097
|
},
|
|
51098
51098
|
|
|
51099
|
-
/**
|
|
51100
|
-
* upDate
|
|
51101
|
-
* @desc:修改常用语
|
|
51102
|
-
* @author liufan
|
|
51103
|
-
* @param {Object} val 修改值
|
|
51104
|
-
* @date 2022年5月25日
|
|
51099
|
+
/**
|
|
51100
|
+
* upDate
|
|
51101
|
+
* @desc:修改常用语
|
|
51102
|
+
* @author liufan
|
|
51103
|
+
* @param {Object} val 修改值
|
|
51104
|
+
* @date 2022年5月25日
|
|
51105
51105
|
**/
|
|
51106
51106
|
upDate: function upDate(val) {
|
|
51107
51107
|
this.FormData.id = val.id;
|
|
@@ -51109,11 +51109,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51109
51109
|
},
|
|
51110
51110
|
|
|
51111
51111
|
|
|
51112
|
-
/**
|
|
51113
|
-
* getProcess
|
|
51114
|
-
* @desc:获取选择流程
|
|
51115
|
-
* @author liufan
|
|
51116
|
-
* @date 2022年5月25日
|
|
51112
|
+
/**
|
|
51113
|
+
* getProcess
|
|
51114
|
+
* @desc:获取选择流程
|
|
51115
|
+
* @author liufan
|
|
51116
|
+
* @date 2022年5月25日
|
|
51117
51117
|
**/
|
|
51118
51118
|
getProcess: function getProcess(val) {
|
|
51119
51119
|
var _this32 = this;
|
|
@@ -51173,11 +51173,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51173
51173
|
});
|
|
51174
51174
|
},
|
|
51175
51175
|
|
|
51176
|
-
/**
|
|
51177
|
-
* getPendedhistoryList
|
|
51178
|
-
* @desc:获取流程列表
|
|
51179
|
-
* @author liufan
|
|
51180
|
-
* @date 2022年5月25日
|
|
51176
|
+
/**
|
|
51177
|
+
* getPendedhistoryList
|
|
51178
|
+
* @desc:获取流程列表
|
|
51179
|
+
* @author liufan
|
|
51180
|
+
* @date 2022年5月25日
|
|
51181
51181
|
**/
|
|
51182
51182
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
51183
51183
|
var _this33 = this;
|
|
@@ -51248,12 +51248,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51248
51248
|
beforeSubProcess: function beforeSubProcess() {},
|
|
51249
51249
|
|
|
51250
51250
|
// 提交流程
|
|
51251
|
-
/**
|
|
51252
|
-
* subProcess
|
|
51253
|
-
* @desc:提交流程
|
|
51254
|
-
* @author liufan
|
|
51255
|
-
* @param {String} formName 当前form表单ref值
|
|
51256
|
-
* @date 2022年5月25日
|
|
51251
|
+
/**
|
|
51252
|
+
* subProcess
|
|
51253
|
+
* @desc:提交流程
|
|
51254
|
+
* @author liufan
|
|
51255
|
+
* @param {String} formName 当前form表单ref值
|
|
51256
|
+
* @date 2022年5月25日
|
|
51257
51257
|
**/
|
|
51258
51258
|
subProcess: function subProcess(val, type) {
|
|
51259
51259
|
var _this35 = this;
|
|
@@ -55211,12 +55211,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55211
55211
|
}
|
|
55212
55212
|
},
|
|
55213
55213
|
|
|
55214
|
-
/**
|
|
55215
|
-
* handleFormSubmit
|
|
55216
|
-
* @desc:删除节点点击事件
|
|
55217
|
-
* @param {Object} formData 点击删除的form数据
|
|
55218
|
-
* @author liufan
|
|
55219
|
-
* @date 2022年11月29日
|
|
55214
|
+
/**
|
|
55215
|
+
* handleFormSubmit
|
|
55216
|
+
* @desc:删除节点点击事件
|
|
55217
|
+
* @param {Object} formData 点击删除的form数据
|
|
55218
|
+
* @author liufan
|
|
55219
|
+
* @date 2022年11月29日
|
|
55220
55220
|
**/
|
|
55221
55221
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
55222
55222
|
var _this9 = this;
|
|
@@ -55252,12 +55252,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55252
55252
|
});
|
|
55253
55253
|
},
|
|
55254
55254
|
|
|
55255
|
-
/**
|
|
55256
|
-
* del
|
|
55257
|
-
* @desc:展示删除弹窗
|
|
55258
|
-
* @param {String} id 当前点击数据id
|
|
55259
|
-
* @author liufan
|
|
55260
|
-
* @date 2022年11月29日
|
|
55255
|
+
/**
|
|
55256
|
+
* del
|
|
55257
|
+
* @desc:展示删除弹窗
|
|
55258
|
+
* @param {String} id 当前点击数据id
|
|
55259
|
+
* @author liufan
|
|
55260
|
+
* @date 2022年11月29日
|
|
55261
55261
|
**/
|
|
55262
55262
|
del: function del(id, type) {
|
|
55263
55263
|
this.modalType = type;
|
|
@@ -55265,36 +55265,36 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55265
55265
|
this.showDel = true;
|
|
55266
55266
|
},
|
|
55267
55267
|
|
|
55268
|
-
/**
|
|
55269
|
-
* handleCurrentChange
|
|
55270
|
-
* @desc:监听页码变化
|
|
55271
|
-
* @param {String} val 当前页
|
|
55272
|
-
* @author liufan
|
|
55273
|
-
* @date 2022年11月29日
|
|
55268
|
+
/**
|
|
55269
|
+
* handleCurrentChange
|
|
55270
|
+
* @desc:监听页码变化
|
|
55271
|
+
* @param {String} val 当前页
|
|
55272
|
+
* @author liufan
|
|
55273
|
+
* @date 2022年11月29日
|
|
55274
55274
|
**/
|
|
55275
55275
|
handleCurrentChange: function handleCurrentChange(val) {
|
|
55276
55276
|
this.currentPage = val;
|
|
55277
55277
|
this.getPressList();
|
|
55278
55278
|
},
|
|
55279
55279
|
|
|
55280
|
-
/**
|
|
55281
|
-
* handleSizeChange
|
|
55282
|
-
* @desc:监听每页数据显示数量变化
|
|
55283
|
-
* @param {String} val 每页展示数量
|
|
55284
|
-
* @author liufan
|
|
55285
|
-
* @date 2022年11月29日
|
|
55280
|
+
/**
|
|
55281
|
+
* handleSizeChange
|
|
55282
|
+
* @desc:监听每页数据显示数量变化
|
|
55283
|
+
* @param {String} val 每页展示数量
|
|
55284
|
+
* @author liufan
|
|
55285
|
+
* @date 2022年11月29日
|
|
55286
55286
|
**/
|
|
55287
55287
|
handleSizeChange: function handleSizeChange(val) {
|
|
55288
55288
|
this.pageSize = val;
|
|
55289
55289
|
this.getPressList();
|
|
55290
55290
|
},
|
|
55291
55291
|
|
|
55292
|
-
/**
|
|
55293
|
-
* sortChange
|
|
55294
|
-
* @desc:监听排序变化
|
|
55295
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
55296
|
-
* @author liufan
|
|
55297
|
-
* @date 2022年11月29日
|
|
55292
|
+
/**
|
|
55293
|
+
* sortChange
|
|
55294
|
+
* @desc:监听排序变化
|
|
55295
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
55296
|
+
* @author liufan
|
|
55297
|
+
* @date 2022年11月29日
|
|
55298
55298
|
**/
|
|
55299
55299
|
sortChange: function sortChange(info) {
|
|
55300
55300
|
var prop = info.prop,
|
|
@@ -55305,11 +55305,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55305
55305
|
this.getPressList();
|
|
55306
55306
|
},
|
|
55307
55307
|
|
|
55308
|
-
/**
|
|
55309
|
-
* getPressList
|
|
55310
|
-
* @desc:催办列表数据
|
|
55311
|
-
* @author liufan
|
|
55312
|
-
* @date 2022年11月29日
|
|
55308
|
+
/**
|
|
55309
|
+
* getPressList
|
|
55310
|
+
* @desc:催办列表数据
|
|
55311
|
+
* @author liufan
|
|
55312
|
+
* @date 2022年11月29日
|
|
55313
55313
|
**/
|
|
55314
55314
|
getPressList: function getPressList() {
|
|
55315
55315
|
var _this10 = this;
|
|
@@ -55339,12 +55339,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55339
55339
|
});
|
|
55340
55340
|
},
|
|
55341
55341
|
|
|
55342
|
-
/**
|
|
55343
|
-
* goPress
|
|
55344
|
-
* @desc:催办列表查看
|
|
55345
|
-
* @param {String} id 催办列表id
|
|
55346
|
-
* @author liufan
|
|
55347
|
-
* @date 2022年11月29日
|
|
55342
|
+
/**
|
|
55343
|
+
* goPress
|
|
55344
|
+
* @desc:催办列表查看
|
|
55345
|
+
* @param {String} id 催办列表id
|
|
55346
|
+
* @author liufan
|
|
55347
|
+
* @date 2022年11月29日
|
|
55348
55348
|
**/
|
|
55349
55349
|
goPress: function goPress(id) {
|
|
55350
55350
|
this.historyId = id;
|
|
@@ -55352,23 +55352,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55352
55352
|
this.getPressList();
|
|
55353
55353
|
},
|
|
55354
55354
|
|
|
55355
|
-
/**
|
|
55356
|
-
* showFile
|
|
55357
|
-
* @desc:附件查看
|
|
55358
|
-
* @param {String} ownId 附件id
|
|
55359
|
-
* @author liufan
|
|
55360
|
-
* @date 2022年11月29日
|
|
55355
|
+
/**
|
|
55356
|
+
* showFile
|
|
55357
|
+
* @desc:附件查看
|
|
55358
|
+
* @param {String} ownId 附件id
|
|
55359
|
+
* @author liufan
|
|
55360
|
+
* @date 2022年11月29日
|
|
55361
55361
|
**/
|
|
55362
55362
|
showFile: function showFile(ownId) {
|
|
55363
55363
|
this.wfpendingid = ownId;
|
|
55364
55364
|
this.showFileList = true;
|
|
55365
55365
|
},
|
|
55366
55366
|
|
|
55367
|
-
/**
|
|
55368
|
-
* handleChange
|
|
55369
|
-
* @desc:切换排序方式
|
|
55370
|
-
* @author liufan
|
|
55371
|
-
* @date 2022年11月22日
|
|
55367
|
+
/**
|
|
55368
|
+
* handleChange
|
|
55369
|
+
* @desc:切换排序方式
|
|
55370
|
+
* @author liufan
|
|
55371
|
+
* @date 2022年11月22日
|
|
55372
55372
|
**/
|
|
55373
55373
|
handleChange: function handleChange(key, value) {
|
|
55374
55374
|
if (value) {
|
|
@@ -55418,11 +55418,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55418
55418
|
}))();
|
|
55419
55419
|
},
|
|
55420
55420
|
|
|
55421
|
-
/**
|
|
55422
|
-
* getFlowList
|
|
55423
|
-
* @desc:获取流程列表
|
|
55424
|
-
* @author liufan
|
|
55425
|
-
* @date 2022年11月22日
|
|
55421
|
+
/**
|
|
55422
|
+
* getFlowList
|
|
55423
|
+
* @desc:获取流程列表
|
|
55424
|
+
* @author liufan
|
|
55425
|
+
* @date 2022年11月22日
|
|
55426
55426
|
**/
|
|
55427
55427
|
getFlowList: function getFlowList(type) {
|
|
55428
55428
|
var _this12 = this;
|
|
@@ -55496,12 +55496,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55496
55496
|
});
|
|
55497
55497
|
},
|
|
55498
55498
|
|
|
55499
|
-
/**
|
|
55500
|
-
* handleClick
|
|
55501
|
-
* @desc:表单点击事件
|
|
55502
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
55503
|
-
* @author liufan
|
|
55504
|
-
* @date 2022年11月10日
|
|
55499
|
+
/**
|
|
55500
|
+
* handleClick
|
|
55501
|
+
* @desc:表单点击事件
|
|
55502
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
55503
|
+
* @author liufan
|
|
55504
|
+
* @date 2022年11月10日
|
|
55505
55505
|
**/
|
|
55506
55506
|
handleClick: function handleClick(val) {
|
|
55507
55507
|
var _this13 = this;
|
|
@@ -55547,13 +55547,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55547
55547
|
}
|
|
55548
55548
|
},
|
|
55549
55549
|
|
|
55550
|
-
/**
|
|
55551
|
-
* getCodeValue
|
|
55552
|
-
* @desc:获取代码表过滤后的值
|
|
55553
|
-
* @param {String} value 展示数据的代码值
|
|
55554
|
-
* @param {String} type 代码表类型
|
|
55555
|
-
* @author liufan
|
|
55556
|
-
* @date 2022年11月10日
|
|
55550
|
+
/**
|
|
55551
|
+
* getCodeValue
|
|
55552
|
+
* @desc:获取代码表过滤后的值
|
|
55553
|
+
* @param {String} value 展示数据的代码值
|
|
55554
|
+
* @param {String} type 代码表类型
|
|
55555
|
+
* @author liufan
|
|
55556
|
+
* @date 2022年11月10日
|
|
55557
55557
|
**/
|
|
55558
55558
|
getCodeValue: function getCodeValue(value, type) {
|
|
55559
55559
|
var val = this[type].filter(function (item) {
|
|
@@ -55562,12 +55562,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55562
55562
|
return val[0].shortName;
|
|
55563
55563
|
},
|
|
55564
55564
|
|
|
55565
|
-
/**
|
|
55566
|
-
* getSysInfo
|
|
55567
|
-
* @desc:获取代码表
|
|
55568
|
-
* @param {String} code 编码code值
|
|
55569
|
-
* @author liufan
|
|
55570
|
-
* @date 2022年11月10日
|
|
55565
|
+
/**
|
|
55566
|
+
* getSysInfo
|
|
55567
|
+
* @desc:获取代码表
|
|
55568
|
+
* @param {String} code 编码code值
|
|
55569
|
+
* @author liufan
|
|
55570
|
+
* @date 2022年11月10日
|
|
55571
55571
|
**/
|
|
55572
55572
|
getSysInfo: function getSysInfo(code) {
|
|
55573
55573
|
var _this14 = this;
|
|
@@ -55589,11 +55589,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55589
55589
|
}).catch(function (e) {});
|
|
55590
55590
|
},
|
|
55591
55591
|
|
|
55592
|
-
/**
|
|
55593
|
-
* getListInfo
|
|
55594
|
-
* @desc:获取预设列表数据
|
|
55595
|
-
* @author liufan
|
|
55596
|
-
* @date 2022年11月10日
|
|
55592
|
+
/**
|
|
55593
|
+
* getListInfo
|
|
55594
|
+
* @desc:获取预设列表数据
|
|
55595
|
+
* @author liufan
|
|
55596
|
+
* @date 2022年11月10日
|
|
55597
55597
|
**/
|
|
55598
55598
|
getListInfo: function getListInfo() {
|
|
55599
55599
|
var _this15 = this;
|
|
@@ -55928,8 +55928,8 @@ handle_user_src_main.install = function (Vue) {
|
|
|
55928
55928
|
};
|
|
55929
55929
|
|
|
55930
55930
|
/* harmony default export */ var handle_user = (handle_user_src_main);
|
|
55931
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=
|
|
55932
|
-
var
|
|
55931
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=793406e8&
|
|
55932
|
+
var mainvue_type_template_id_793406e8_render = function () {
|
|
55933
55933
|
var _vm = this
|
|
55934
55934
|
var _h = _vm.$createElement
|
|
55935
55935
|
var _c = _vm._self._c || _h
|
|
@@ -56176,11 +56176,11 @@ var mainvue_type_template_id_b00db1c0_render = function () {
|
|
|
56176
56176
|
2
|
|
56177
56177
|
)
|
|
56178
56178
|
}
|
|
56179
|
-
var
|
|
56180
|
-
|
|
56179
|
+
var mainvue_type_template_id_793406e8_staticRenderFns = []
|
|
56180
|
+
mainvue_type_template_id_793406e8_render._withStripped = true
|
|
56181
56181
|
|
|
56182
56182
|
|
|
56183
|
-
// CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=
|
|
56183
|
+
// CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=793406e8&
|
|
56184
56184
|
|
|
56185
56185
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=script&lang=js&
|
|
56186
56186
|
var handler_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -56427,7 +56427,7 @@ var _props;
|
|
|
56427
56427
|
default: function _default() {
|
|
56428
56428
|
return {
|
|
56429
56429
|
type: 'notice',
|
|
56430
|
-
icon: 'es-icon-
|
|
56430
|
+
icon: 'es-icon-xiaoxi1',
|
|
56431
56431
|
title: '通知消息'
|
|
56432
56432
|
};
|
|
56433
56433
|
}
|
|
@@ -56445,7 +56445,7 @@ var _props;
|
|
|
56445
56445
|
default: function _default() {
|
|
56446
56446
|
return {
|
|
56447
56447
|
type: 'quit',
|
|
56448
|
-
icon: 'es-icon-
|
|
56448
|
+
icon: 'es-icon-tuichu1',
|
|
56449
56449
|
title: '退出'
|
|
56450
56450
|
};
|
|
56451
56451
|
}
|
|
@@ -56639,8 +56639,8 @@ var _props;
|
|
|
56639
56639
|
|
|
56640
56640
|
var handler_src_main_component = normalizeComponent(
|
|
56641
56641
|
packages_handler_src_mainvue_type_script_lang_js_,
|
|
56642
|
-
|
|
56643
|
-
|
|
56642
|
+
mainvue_type_template_id_793406e8_render,
|
|
56643
|
+
mainvue_type_template_id_793406e8_staticRenderFns,
|
|
56644
56644
|
false,
|
|
56645
56645
|
null,
|
|
56646
56646
|
null,
|
|
@@ -58197,8 +58197,8 @@ layout_src_main.install = function (Vue) {
|
|
|
58197
58197
|
};
|
|
58198
58198
|
|
|
58199
58199
|
/* harmony default export */ var packages_layout = (layout_src_main);
|
|
58200
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=
|
|
58201
|
-
var
|
|
58200
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=45b4dd07&
|
|
58201
|
+
var mainvue_type_template_id_45b4dd07_render = function () {
|
|
58202
58202
|
var _vm = this
|
|
58203
58203
|
var _h = _vm.$createElement
|
|
58204
58204
|
var _c = _vm._self._c || _h
|
|
@@ -59472,7 +59472,7 @@ var mainvue_type_template_id_29583bfe_render = function () {
|
|
|
59472
59472
|
)
|
|
59473
59473
|
: _vm._e()
|
|
59474
59474
|
}
|
|
59475
|
-
var
|
|
59475
|
+
var mainvue_type_template_id_45b4dd07_staticRenderFns = [
|
|
59476
59476
|
function () {
|
|
59477
59477
|
var _vm = this
|
|
59478
59478
|
var _h = _vm.$createElement
|
|
@@ -59487,10 +59487,10 @@ var mainvue_type_template_id_29583bfe_staticRenderFns = [
|
|
|
59487
59487
|
])
|
|
59488
59488
|
},
|
|
59489
59489
|
]
|
|
59490
|
-
|
|
59490
|
+
mainvue_type_template_id_45b4dd07_render._withStripped = true
|
|
59491
59491
|
|
|
59492
59492
|
|
|
59493
|
-
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=
|
|
59493
|
+
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=45b4dd07&
|
|
59494
59494
|
|
|
59495
59495
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=325dc074&
|
|
59496
59496
|
var resetPasswordvue_type_template_id_325dc074_render = function () {
|
|
@@ -60613,7 +60613,7 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
|
|
|
60613
60613
|
}, {
|
|
60614
60614
|
type: '3',
|
|
60615
60615
|
name: '手机扫码登录',
|
|
60616
|
-
icon: 'es-icon-
|
|
60616
|
+
icon: 'es-icon-qrcode',
|
|
60617
60617
|
tips: '扫码登录在这里',
|
|
60618
60618
|
background: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAAAoCAYAAAA2cfJIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyMi40IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZFRTVERTUxQzRDMzExRUY4NkFGQ0U2RDY3NEFERkI0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZFRTVERTUyQzRDMzExRUY4NkFGQ0U2RDY3NEFERkI0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkVFNURFNEZDNEMzMTFFRjg2QUZDRTZENjc0QURGQjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkVFNURFNTBDNEMzMTFFRjg2QUZDRTZENjc0QURGQjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64XoEfAAAB/UlEQVR42uycOUsDQRiG99vdHJ4JHhFN1EhEQkBsRVACghBbKytBf4OiNrZipQHtRLASsbJIQDQGBVHBysIDAxIvPBCCGpO4ZvwWrCT+gZ33gWV2mam+95mZPWDpcGZYCYQjY4oQs0Y+lxDF4qcCLAFpWrVud/QqRJOpZHy55Jjn3dUODv/oJXU+krm9vkPZrIXL29JU2x5aIaIeluDyb7/KxyDP/C2Eb00yd+l7znfHzLlUvymAk5f9LEplXYRhPHHT8J8AQGIgAAQAEABAAAABAAQAEABAAAABAAQAEABYAiGKBW66A+FIGQSQkIfTk3UjnzM/+G2zBDUQQDK+C3kjfZic+cp+XPHlPkvQCgGk2waESB/vRfNvmdivBJ0QQEJuTw7Wsq/PS7/bQRgCSEjh4/2GlwTNXAAggGS4m9uaXT7/vEI0mkrGExBAIqoafZ6ato5FIprg8DdxDyAR5bUed317KEqqusDhr+ApQCLsFZXOhlDXPGnaBoc/h/cAkuEJdg2pmp7i0+m/fRBAAnjPt3FzxrNfQAAAAQAEABAAQAAAASAAgAAAAgAIAGQVIEeqWo5SWBfSdQ83j/8JENMdzgGXz+9FqayH+ZMozrefT+Ol+nXzz1GBcGS8LhBcdvv8iaJhPKJsFlnebTavbnf0KURTnPNFqTE/AgwAPZCY5D/YjJ4AAAAASUVORK5CYII='
|
|
60619
60619
|
}];
|
|
@@ -60881,23 +60881,23 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
|
|
|
60881
60881
|
1: { type: '1', icon: 'es-icon-upan', name: '证书登录' },
|
|
60882
60882
|
3: {
|
|
60883
60883
|
type: '3',
|
|
60884
|
-
icon: 'es-icon-
|
|
60884
|
+
icon: 'es-icon-saoma1',
|
|
60885
60885
|
icon2: '',
|
|
60886
60886
|
name: '扫码登录'
|
|
60887
60887
|
},
|
|
60888
60888
|
6: { type: '6', icon: 'es-icon-solid-duanxin', name: '短信登录' },
|
|
60889
|
-
7: { type: '7', icon: 'es-icon-
|
|
60890
|
-
9: { type: '9', icon: 'es-icon-
|
|
60889
|
+
7: { type: '7', icon: 'es-icon-dingding1', name: '钉钉扫码登录' },
|
|
60890
|
+
9: { type: '9', icon: 'es-icon-weixin1', name: '微信扫码登录' },
|
|
60891
60891
|
11: { type: '11', icon: 'es-icon-youjian', name: '邮箱登录' },
|
|
60892
60892
|
12: { type: '12', icon: 'es-icon-jianpan', name: '账号登录' //双因素
|
|
60893
60893
|
} } : {
|
|
60894
|
-
0: { type: '0', icon: 'es-icon-monitor', name: '账号登录' },
|
|
60894
|
+
0: { type: '0', icon: 'es-icon-solid-monitor', name: '账号登录' },
|
|
60895
60895
|
1: {
|
|
60896
60896
|
type: '1',
|
|
60897
60897
|
icon: 'es-icon-solid-cashenfenrenzheng',
|
|
60898
60898
|
name: '证书登录'
|
|
60899
60899
|
},
|
|
60900
|
-
3: { type: '3', icon: 'es-icon-
|
|
60900
|
+
3: { type: '3', icon: 'es-icon-qrcode', name: '扫码登录' },
|
|
60901
60901
|
6: { type: '6', icon: 'es-icon-solid-duanxin', name: '短信登录' },
|
|
60902
60902
|
7: { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
|
|
60903
60903
|
9: { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
|
|
@@ -60906,7 +60906,7 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
|
|
|
60906
60906
|
icon: 'es-icon-youjian',
|
|
60907
60907
|
name: '邮箱登录'
|
|
60908
60908
|
},
|
|
60909
|
-
12: { type: '12', icon: 'es-icon-monitor', name: '账号登录' //双因素
|
|
60909
|
+
12: { type: '12', icon: 'es-icon-solid-monitor', name: '账号登录' //双因素
|
|
60910
60910
|
} };
|
|
60911
60911
|
},
|
|
60912
60912
|
icons: function icons() {
|
|
@@ -62099,8 +62099,8 @@ var mainvue_type_script_lang_js_params = utils_util.getParams();
|
|
|
62099
62099
|
|
|
62100
62100
|
var login_src_main_component = normalizeComponent(
|
|
62101
62101
|
packages_login_src_mainvue_type_script_lang_js_,
|
|
62102
|
-
|
|
62103
|
-
|
|
62102
|
+
mainvue_type_template_id_45b4dd07_render,
|
|
62103
|
+
mainvue_type_template_id_45b4dd07_staticRenderFns,
|
|
62104
62104
|
false,
|
|
62105
62105
|
null,
|
|
62106
62106
|
null,
|
|
@@ -62267,8 +62267,8 @@ mainvue_type_template_id_48272c28_render._withStripped = true
|
|
|
62267
62267
|
|
|
62268
62268
|
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=48272c28&
|
|
62269
62269
|
|
|
62270
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
62271
|
-
var
|
|
62270
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=3a1d1142&scoped=true&
|
|
62271
|
+
var simplicityvue_type_template_id_3a1d1142_scoped_true_render = function () {
|
|
62272
62272
|
var _vm = this
|
|
62273
62273
|
var _h = _vm.$createElement
|
|
62274
62274
|
var _c = _vm._self._c || _h
|
|
@@ -63034,11 +63034,11 @@ var simplicityvue_type_template_id_1a880c76_scoped_true_render = function () {
|
|
|
63034
63034
|
),
|
|
63035
63035
|
])
|
|
63036
63036
|
}
|
|
63037
|
-
var
|
|
63038
|
-
|
|
63037
|
+
var simplicityvue_type_template_id_3a1d1142_scoped_true_staticRenderFns = []
|
|
63038
|
+
simplicityvue_type_template_id_3a1d1142_scoped_true_render._withStripped = true
|
|
63039
63039
|
|
|
63040
63040
|
|
|
63041
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
63041
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=3a1d1142&scoped=true&
|
|
63042
63042
|
|
|
63043
63043
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
|
|
63044
63044
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -65096,10 +65096,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
|
|
|
65096
65096
|
this.$emit('click', res);
|
|
65097
65097
|
},
|
|
65098
65098
|
|
|
65099
|
-
/**
|
|
65100
|
-
* @desc:获取气泡提醒
|
|
65101
|
-
* @author huangbo
|
|
65102
|
-
* @date 2024年9月7日
|
|
65099
|
+
/**
|
|
65100
|
+
* @desc:获取气泡提醒
|
|
65101
|
+
* @author huangbo
|
|
65102
|
+
* @date 2024年9月7日
|
|
65103
65103
|
**/
|
|
65104
65104
|
getBadge: function getBadge(res) {
|
|
65105
65105
|
var num = res.tips || 0;
|
|
@@ -69162,7 +69162,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69162
69162
|
title: 'IM'
|
|
69163
69163
|
}, {
|
|
69164
69164
|
type: 'index',
|
|
69165
|
-
icon: 'es-icon-
|
|
69165
|
+
icon: 'es-icon-zhuomian1',
|
|
69166
69166
|
title: '门户'
|
|
69167
69167
|
}, {
|
|
69168
69168
|
type: 'home',
|
|
@@ -69170,7 +69170,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69170
69170
|
title: '首页'
|
|
69171
69171
|
}, {
|
|
69172
69172
|
type: 'notice',
|
|
69173
|
-
icon: 'es-icon-
|
|
69173
|
+
icon: 'es-icon-xiaoxi1',
|
|
69174
69174
|
title: '消息'
|
|
69175
69175
|
}, {
|
|
69176
69176
|
type: 'set',
|
|
@@ -69178,7 +69178,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69178
69178
|
title: '设置'
|
|
69179
69179
|
}, {
|
|
69180
69180
|
type: 'quit',
|
|
69181
|
-
icon: 'es-icon-
|
|
69181
|
+
icon: 'es-icon-tuichu1',
|
|
69182
69182
|
title: '退出'
|
|
69183
69183
|
}];
|
|
69184
69184
|
}
|
|
@@ -69498,10 +69498,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69498
69498
|
this.$refs.user.handleSelect(res);
|
|
69499
69499
|
},
|
|
69500
69500
|
|
|
69501
|
-
/**
|
|
69502
|
-
* @desc:匹配路由
|
|
69503
|
-
* @author huangbo
|
|
69504
|
-
* @date 2024年9月7日
|
|
69501
|
+
/**
|
|
69502
|
+
* @desc:匹配路由
|
|
69503
|
+
* @author huangbo
|
|
69504
|
+
* @date 2024年9月7日
|
|
69505
69505
|
**/
|
|
69506
69506
|
hasRouter: function hasRouter(res, url, code) {
|
|
69507
69507
|
if (!url) {
|
|
@@ -69545,10 +69545,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69545
69545
|
return false;
|
|
69546
69546
|
},
|
|
69547
69547
|
|
|
69548
|
-
/**
|
|
69549
|
-
* @desc:获取初始数据
|
|
69550
|
-
* @author huangbo
|
|
69551
|
-
* @date 2024年9月7日
|
|
69548
|
+
/**
|
|
69549
|
+
* @desc:获取初始数据
|
|
69550
|
+
* @author huangbo
|
|
69551
|
+
* @date 2024年9月7日
|
|
69552
69552
|
**/
|
|
69553
69553
|
init: function init(results, first) {
|
|
69554
69554
|
this.setConfig(results);
|
|
@@ -69557,10 +69557,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69557
69557
|
}
|
|
69558
69558
|
},
|
|
69559
69559
|
|
|
69560
|
-
/**
|
|
69561
|
-
* @desc:设置用户配置及信息
|
|
69562
|
-
* @author huangbo
|
|
69563
|
-
* @date 2024年9月7日
|
|
69560
|
+
/**
|
|
69561
|
+
* @desc:设置用户配置及信息
|
|
69562
|
+
* @author huangbo
|
|
69563
|
+
* @date 2024年9月7日
|
|
69564
69564
|
**/
|
|
69565
69565
|
setConfig: function setConfig(results) {
|
|
69566
69566
|
localStorage.setItem('mainConfig', JSON.stringify(results));
|
|
@@ -69728,10 +69728,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69728
69728
|
}
|
|
69729
69729
|
},
|
|
69730
69730
|
|
|
69731
|
-
/**
|
|
69732
|
-
* @desc:获取所有应用
|
|
69733
|
-
* @author huangbo
|
|
69734
|
-
* @date 2024年9月7日
|
|
69731
|
+
/**
|
|
69732
|
+
* @desc:获取所有应用
|
|
69733
|
+
* @author huangbo
|
|
69734
|
+
* @date 2024年9月7日
|
|
69735
69735
|
**/
|
|
69736
69736
|
getApplications: function getApplications() {
|
|
69737
69737
|
var _this2 = this;
|
|
@@ -69779,10 +69779,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69779
69779
|
});
|
|
69780
69780
|
},
|
|
69781
69781
|
|
|
69782
|
-
/**
|
|
69783
|
-
* @desc:获取菜单列表
|
|
69784
|
-
* @author huangbo
|
|
69785
|
-
* @date 2024年9月7日
|
|
69782
|
+
/**
|
|
69783
|
+
* @desc:获取菜单列表
|
|
69784
|
+
* @author huangbo
|
|
69785
|
+
* @date 2024年9月7日
|
|
69786
69786
|
**/
|
|
69787
69787
|
getMenus: function getMenus(loading) {
|
|
69788
69788
|
var _this3 = this;
|
|
@@ -69815,10 +69815,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69815
69815
|
});
|
|
69816
69816
|
},
|
|
69817
69817
|
|
|
69818
|
-
/**
|
|
69819
|
-
* @desc:处理菜单列表
|
|
69820
|
-
* @author huangbo
|
|
69821
|
-
* @date 2024年9月7日
|
|
69818
|
+
/**
|
|
69819
|
+
* @desc:处理菜单列表
|
|
69820
|
+
* @author huangbo
|
|
69821
|
+
* @date 2024年9月7日
|
|
69822
69822
|
**/
|
|
69823
69823
|
renderMenus: function renderMenus(res) {
|
|
69824
69824
|
this.menus = res;
|
|
@@ -69914,10 +69914,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69914
69914
|
}
|
|
69915
69915
|
},
|
|
69916
69916
|
|
|
69917
|
-
/**
|
|
69918
|
-
* @desc:设置页面加载类型
|
|
69919
|
-
* @author huangbo
|
|
69920
|
-
* @date 2024年9月7日
|
|
69917
|
+
/**
|
|
69918
|
+
* @desc:设置页面加载类型
|
|
69919
|
+
* @author huangbo
|
|
69920
|
+
* @date 2024年9月7日
|
|
69921
69921
|
**/
|
|
69922
69922
|
setIframeType: function setIframeType(res) {
|
|
69923
69923
|
var url = res.url;
|
|
@@ -69973,10 +69973,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69973
69973
|
return res;
|
|
69974
69974
|
},
|
|
69975
69975
|
|
|
69976
|
-
/**
|
|
69977
|
-
* @desc:获取菜单
|
|
69978
|
-
* @author huangbo
|
|
69979
|
-
* @date 2024年9月7日
|
|
69976
|
+
/**
|
|
69977
|
+
* @desc:获取菜单
|
|
69978
|
+
* @author huangbo
|
|
69979
|
+
* @date 2024年9月7日
|
|
69980
69980
|
**/
|
|
69981
69981
|
getMenu: function getMenu(menus, res, key) {
|
|
69982
69982
|
if (Array.isArray(menus)) {
|
|
@@ -70005,10 +70005,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70005
70005
|
return false;
|
|
70006
70006
|
},
|
|
70007
70007
|
|
|
70008
|
-
/**
|
|
70009
|
-
* @desc:获取菜单第一条数据
|
|
70010
|
-
* @author huangbo
|
|
70011
|
-
* @date 2024年9月7日
|
|
70008
|
+
/**
|
|
70009
|
+
* @desc:获取菜单第一条数据
|
|
70010
|
+
* @author huangbo
|
|
70011
|
+
* @date 2024年9月7日
|
|
70012
70012
|
**/
|
|
70013
70013
|
getFirst: function getFirst(obj) {
|
|
70014
70014
|
if (!obj) {
|
|
@@ -70027,10 +70027,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70027
70027
|
}
|
|
70028
70028
|
},
|
|
70029
70029
|
|
|
70030
|
-
/**
|
|
70031
|
-
* @desc:遍历设置菜单气泡提醒
|
|
70032
|
-
* @author huangbo
|
|
70033
|
-
* @date 2024年9月7日
|
|
70030
|
+
/**
|
|
70031
|
+
* @desc:遍历设置菜单气泡提醒
|
|
70032
|
+
* @author huangbo
|
|
70033
|
+
* @date 2024年9月7日
|
|
70034
70034
|
**/
|
|
70035
70035
|
setTips: function setTips(obj) {
|
|
70036
70036
|
var _this4 = this;
|
|
@@ -70101,10 +70101,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70101
70101
|
}
|
|
70102
70102
|
},
|
|
70103
70103
|
|
|
70104
|
-
/**
|
|
70105
|
-
* @desc:获取气泡提醒
|
|
70106
|
-
* @author huangbo
|
|
70107
|
-
* @date 2024年9月7日
|
|
70104
|
+
/**
|
|
70105
|
+
* @desc:获取气泡提醒
|
|
70106
|
+
* @author huangbo
|
|
70107
|
+
* @date 2024年9月7日
|
|
70108
70108
|
**/
|
|
70109
70109
|
getBadge: function getBadge(res) {
|
|
70110
70110
|
var num = res.tips || 0;
|
|
@@ -70118,10 +70118,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70118
70118
|
};
|
|
70119
70119
|
},
|
|
70120
70120
|
|
|
70121
|
-
/**
|
|
70122
|
-
* @desc:开启weosocket
|
|
70123
|
-
* @author huangbo
|
|
70124
|
-
* @date 2024年9月7日
|
|
70121
|
+
/**
|
|
70122
|
+
* @desc:开启weosocket
|
|
70123
|
+
* @author huangbo
|
|
70124
|
+
* @date 2024年9月7日
|
|
70125
70125
|
**/
|
|
70126
70126
|
initWebSocket: function initWebSocket() {
|
|
70127
70127
|
var _this6 = this;
|
|
@@ -70170,10 +70170,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70170
70170
|
});
|
|
70171
70171
|
},
|
|
70172
70172
|
|
|
70173
|
-
/**
|
|
70174
|
-
* @desc:显示用户信息
|
|
70175
|
-
* @author huangbo
|
|
70176
|
-
* @date 2024年9月7日
|
|
70173
|
+
/**
|
|
70174
|
+
* @desc:显示用户信息
|
|
70175
|
+
* @author huangbo
|
|
70176
|
+
* @date 2024年9月7日
|
|
70177
70177
|
**/
|
|
70178
70178
|
showUserInfo: function showUserInfo() {
|
|
70179
70179
|
if (this.showUser === false) {
|
|
@@ -70181,19 +70181,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70181
70181
|
}
|
|
70182
70182
|
},
|
|
70183
70183
|
|
|
70184
|
-
/**
|
|
70185
|
-
* @desc:删除更多应用菜单点击
|
|
70186
|
-
* @author huangbo
|
|
70187
|
-
* @date 2024年9月7日
|
|
70184
|
+
/**
|
|
70185
|
+
* @desc:删除更多应用菜单点击
|
|
70186
|
+
* @author huangbo
|
|
70187
|
+
* @date 2024年9月7日
|
|
70188
70188
|
**/
|
|
70189
70189
|
handleDelete: function handleDelete(index) {
|
|
70190
70190
|
this.newApps.splice(index, 1);
|
|
70191
70191
|
},
|
|
70192
70192
|
|
|
70193
|
-
/**
|
|
70194
|
-
* @desc:储存更多应用菜单点击
|
|
70195
|
-
* @author huangbo
|
|
70196
|
-
* @date 2024年9月7日
|
|
70193
|
+
/**
|
|
70194
|
+
* @desc:储存更多应用菜单点击
|
|
70195
|
+
* @author huangbo
|
|
70196
|
+
* @date 2024年9月7日
|
|
70197
70197
|
**/
|
|
70198
70198
|
handlerClickApps: function handlerClickApps(res) {
|
|
70199
70199
|
if (res.permission === false) {
|
|
@@ -70206,10 +70206,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70206
70206
|
this.handlerClickApp(res);
|
|
70207
70207
|
},
|
|
70208
70208
|
|
|
70209
|
-
/**
|
|
70210
|
-
* @desc:侧边应用菜单点击
|
|
70211
|
-
* @author huangbo
|
|
70212
|
-
* @date 2024年9月7日
|
|
70209
|
+
/**
|
|
70210
|
+
* @desc:侧边应用菜单点击
|
|
70211
|
+
* @author huangbo
|
|
70212
|
+
* @date 2024年9月7日
|
|
70213
70213
|
**/
|
|
70214
70214
|
handlerClickApp: function handlerClickApp(res) {
|
|
70215
70215
|
this.showMsg = false;
|
|
@@ -70298,10 +70298,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70298
70298
|
}
|
|
70299
70299
|
},
|
|
70300
70300
|
|
|
70301
|
-
/**
|
|
70302
|
-
* @desc:显示Drawer界面
|
|
70303
|
-
* @author huangbo
|
|
70304
|
-
* @date 2024年9月7日
|
|
70301
|
+
/**
|
|
70302
|
+
* @desc:显示Drawer界面
|
|
70303
|
+
* @author huangbo
|
|
70304
|
+
* @date 2024年9月7日
|
|
70305
70305
|
**/
|
|
70306
70306
|
handlerSetDrawer: function handlerSetDrawer(res, type) {
|
|
70307
70307
|
var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
|
|
@@ -70321,19 +70321,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70321
70321
|
}
|
|
70322
70322
|
},
|
|
70323
70323
|
|
|
70324
|
-
/**
|
|
70325
|
-
* @desc:关闭Drawer界面
|
|
70326
|
-
* @author huangbo
|
|
70327
|
-
* @date 2024年9月7日
|
|
70324
|
+
/**
|
|
70325
|
+
* @desc:关闭Drawer界面
|
|
70326
|
+
* @author huangbo
|
|
70327
|
+
* @date 2024年9月7日
|
|
70328
70328
|
**/
|
|
70329
70329
|
handleCloseDrawer: function handleCloseDrawer() {
|
|
70330
70330
|
this.drawer = { visible: false };
|
|
70331
70331
|
},
|
|
70332
70332
|
|
|
70333
|
-
/**
|
|
70334
|
-
* @desc:菜单点击
|
|
70335
|
-
* @author huangbo
|
|
70336
|
-
* @date 2024年9月7日
|
|
70333
|
+
/**
|
|
70334
|
+
* @desc:菜单点击
|
|
70335
|
+
* @author huangbo
|
|
70336
|
+
* @date 2024年9月7日
|
|
70337
70337
|
**/
|
|
70338
70338
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
70339
70339
|
utils_util.ajax({
|
|
@@ -70382,19 +70382,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70382
70382
|
},
|
|
70383
70383
|
|
|
70384
70384
|
|
|
70385
|
-
/**
|
|
70386
|
-
* @desc:用户详情请求成功
|
|
70387
|
-
* @author huangbo
|
|
70388
|
-
* @date 2024年9月7日
|
|
70385
|
+
/**
|
|
70386
|
+
* @desc:用户详情请求成功
|
|
70387
|
+
* @author huangbo
|
|
70388
|
+
* @date 2024年9月7日
|
|
70389
70389
|
**/
|
|
70390
70390
|
handleSuccess: function handleSuccess(res) {
|
|
70391
70391
|
this.simpleUserInfo = res.simpleUserInfo;
|
|
70392
70392
|
},
|
|
70393
70393
|
|
|
70394
|
-
/**
|
|
70395
|
-
* @desc:修改用户配置
|
|
70396
|
-
* @author huangbo
|
|
70397
|
-
* @date 2024年9月7日
|
|
70394
|
+
/**
|
|
70395
|
+
* @desc:修改用户配置
|
|
70396
|
+
* @author huangbo
|
|
70397
|
+
* @date 2024年9月7日
|
|
70398
70398
|
**/
|
|
70399
70399
|
handleChangeConfig: function handleChangeConfig(name, res) {
|
|
70400
70400
|
if (name == 'userHeadUrl') {
|
|
@@ -70410,10 +70410,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70410
70410
|
}
|
|
70411
70411
|
},
|
|
70412
70412
|
|
|
70413
|
-
/**
|
|
70414
|
-
* @desc:关闭webSocket
|
|
70415
|
-
* @author huangbo
|
|
70416
|
-
* @date 2024年9月7日
|
|
70413
|
+
/**
|
|
70414
|
+
* @desc:关闭webSocket
|
|
70415
|
+
* @author huangbo
|
|
70416
|
+
* @date 2024年9月7日
|
|
70417
70417
|
**/
|
|
70418
70418
|
handlerClose: function handlerClose() {
|
|
70419
70419
|
if (this.webSocket) {
|
|
@@ -70421,10 +70421,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70421
70421
|
}
|
|
70422
70422
|
},
|
|
70423
70423
|
|
|
70424
|
-
/**
|
|
70425
|
-
* @desc:刷新选中iframe页签
|
|
70426
|
-
* @author huangbo
|
|
70427
|
-
* @date 2024年9月7日
|
|
70424
|
+
/**
|
|
70425
|
+
* @desc:刷新选中iframe页签
|
|
70426
|
+
* @author huangbo
|
|
70427
|
+
* @date 2024年9月7日
|
|
70428
70428
|
**/
|
|
70429
70429
|
handleRefresh: function handleRefresh(arg) {
|
|
70430
70430
|
var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
|
|
@@ -70461,10 +70461,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70461
70461
|
}
|
|
70462
70462
|
},
|
|
70463
70463
|
|
|
70464
|
-
/**
|
|
70465
|
-
* @desc:删除iframe
|
|
70466
|
-
* @author huangbo
|
|
70467
|
-
* @date 2024年9月7日
|
|
70464
|
+
/**
|
|
70465
|
+
* @desc:删除iframe
|
|
70466
|
+
* @author huangbo
|
|
70467
|
+
* @date 2024年9月7日
|
|
70468
70468
|
**/
|
|
70469
70469
|
handleRemove: function handleRemove(name) {
|
|
70470
70470
|
var len = this.tabs.length - 1;
|
|
@@ -70481,10 +70481,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70481
70481
|
}
|
|
70482
70482
|
},
|
|
70483
70483
|
|
|
70484
|
-
/**
|
|
70485
|
-
* @desc:tabs鼠标右键事件
|
|
70486
|
-
* @author huangbo
|
|
70487
|
-
* @date 2024年9月7日
|
|
70484
|
+
/**
|
|
70485
|
+
* @desc:tabs鼠标右键事件
|
|
70486
|
+
* @author huangbo
|
|
70487
|
+
* @date 2024年9月7日
|
|
70488
70488
|
**/
|
|
70489
70489
|
handleContextmenu: function handleContextmenu(tabs, e) {
|
|
70490
70490
|
var disabled = {};
|
|
@@ -70509,10 +70509,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70509
70509
|
window.addEventListener('click', this.closeTabsEvents);
|
|
70510
70510
|
},
|
|
70511
70511
|
|
|
70512
|
-
/**
|
|
70513
|
-
* @desc:tabs页签事件
|
|
70514
|
-
* @author huangbo
|
|
70515
|
-
* @date 2024年9月7日
|
|
70512
|
+
/**
|
|
70513
|
+
* @desc:tabs页签事件
|
|
70514
|
+
* @author huangbo
|
|
70515
|
+
* @date 2024年9月7日
|
|
70516
70516
|
**/
|
|
70517
70517
|
handleTabsEvents: function handleTabsEvents(num) {
|
|
70518
70518
|
if (this.pane !== null) {
|
|
@@ -70523,10 +70523,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70523
70523
|
},
|
|
70524
70524
|
|
|
70525
70525
|
|
|
70526
|
-
/**
|
|
70527
|
-
* @desc:关闭页签事件面板
|
|
70528
|
-
* @author huangbo
|
|
70529
|
-
* @date 2024年9月7日
|
|
70526
|
+
/**
|
|
70527
|
+
* @desc:关闭页签事件面板
|
|
70528
|
+
* @author huangbo
|
|
70529
|
+
* @date 2024年9月7日
|
|
70530
70530
|
**/
|
|
70531
70531
|
closeTabsEvents: function closeTabsEvents(e) {
|
|
70532
70532
|
if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
|
|
@@ -70536,10 +70536,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70536
70536
|
},
|
|
70537
70537
|
|
|
70538
70538
|
|
|
70539
|
-
/**
|
|
70540
|
-
* @desc:tabs页签点击事件
|
|
70541
|
-
* @author huangbo
|
|
70542
|
-
* @date 2024年9月7日
|
|
70539
|
+
/**
|
|
70540
|
+
* @desc:tabs页签点击事件
|
|
70541
|
+
* @author huangbo
|
|
70542
|
+
* @date 2024年9月7日
|
|
70543
70543
|
**/
|
|
70544
70544
|
handleTabClick: function handleTabClick() {
|
|
70545
70545
|
this.active = '';
|
|
@@ -70547,10 +70547,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70547
70547
|
this.showMenu = false;
|
|
70548
70548
|
},
|
|
70549
70549
|
|
|
70550
|
-
/**
|
|
70551
|
-
* @desc:handler工具栏点击事件
|
|
70552
|
-
* @author huangbo
|
|
70553
|
-
* @date 2024年9月7日
|
|
70550
|
+
/**
|
|
70551
|
+
* @desc:handler工具栏点击事件
|
|
70552
|
+
* @author huangbo
|
|
70553
|
+
* @date 2024年9月7日
|
|
70554
70554
|
**/
|
|
70555
70555
|
handleClick: function handleClick(res) {
|
|
70556
70556
|
var type = res.type,
|
|
@@ -70631,10 +70631,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70631
70631
|
this.$emit('handler-click', res);
|
|
70632
70632
|
},
|
|
70633
70633
|
|
|
70634
|
-
/**
|
|
70635
|
-
* @desc:退出登录
|
|
70636
|
-
* @author huangbo
|
|
70637
|
-
* @date 2024年9月7日
|
|
70634
|
+
/**
|
|
70635
|
+
* @desc:退出登录
|
|
70636
|
+
* @author huangbo
|
|
70637
|
+
* @date 2024年9月7日
|
|
70638
70638
|
**/
|
|
70639
70639
|
handleQuit: function handleQuit() {
|
|
70640
70640
|
var _this7 = this;
|
|
@@ -70709,10 +70709,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70709
70709
|
}).catch(function (e) {});
|
|
70710
70710
|
},
|
|
70711
70711
|
|
|
70712
|
-
/**
|
|
70713
|
-
* @desc:主题、消息回调
|
|
70714
|
-
* @author huangbo
|
|
70715
|
-
* @date 2024年9月7日
|
|
70712
|
+
/**
|
|
70713
|
+
* @desc:主题、消息回调
|
|
70714
|
+
* @author huangbo
|
|
70715
|
+
* @date 2024年9月7日
|
|
70716
70716
|
**/
|
|
70717
70717
|
handleChange: function handleChange(res) {
|
|
70718
70718
|
var type = res.type,
|
|
@@ -70728,10 +70728,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70728
70728
|
}
|
|
70729
70729
|
},
|
|
70730
70730
|
|
|
70731
|
-
/**
|
|
70732
|
-
* @desc:菜单布局样式切换
|
|
70733
|
-
* @author huangbo
|
|
70734
|
-
* @date 2024年9月7日
|
|
70731
|
+
/**
|
|
70732
|
+
* @desc:菜单布局样式切换
|
|
70733
|
+
* @author huangbo
|
|
70734
|
+
* @date 2024年9月7日
|
|
70735
70735
|
**/
|
|
70736
70736
|
handleLayout: function handleLayout(res, active) {
|
|
70737
70737
|
if (active) {
|
|
@@ -70741,10 +70741,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70741
70741
|
this.$emit('chang-layout', res, active);
|
|
70742
70742
|
},
|
|
70743
70743
|
|
|
70744
|
-
/**
|
|
70745
|
-
* @desc:消息修改总数
|
|
70746
|
-
* @author huangbo
|
|
70747
|
-
* @date 2024年9月7日
|
|
70744
|
+
/**
|
|
70745
|
+
* @desc:消息修改总数
|
|
70746
|
+
* @author huangbo
|
|
70747
|
+
* @date 2024年9月7日
|
|
70748
70748
|
**/
|
|
70749
70749
|
handleMenuTips: function handleMenuTips(id, num) {
|
|
70750
70750
|
if (num) {
|
|
@@ -70755,10 +70755,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70755
70755
|
}
|
|
70756
70756
|
},
|
|
70757
70757
|
|
|
70758
|
-
/**
|
|
70759
|
-
* @desc:处理即时消息
|
|
70760
|
-
* @author huangbo
|
|
70761
|
-
* @date 2024年9月7日
|
|
70758
|
+
/**
|
|
70759
|
+
* @desc:处理即时消息
|
|
70760
|
+
* @author huangbo
|
|
70761
|
+
* @date 2024年9月7日
|
|
70762
70762
|
**/
|
|
70763
70763
|
handleOpened: function handleOpened(res) {
|
|
70764
70764
|
var _this8 = this;
|
|
@@ -70886,18 +70886,18 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
70886
70886
|
|
|
70887
70887
|
var simplicity_component = normalizeComponent(
|
|
70888
70888
|
src_simplicityvue_type_script_lang_js_,
|
|
70889
|
-
|
|
70890
|
-
|
|
70889
|
+
simplicityvue_type_template_id_3a1d1142_scoped_true_render,
|
|
70890
|
+
simplicityvue_type_template_id_3a1d1142_scoped_true_staticRenderFns,
|
|
70891
70891
|
false,
|
|
70892
70892
|
null,
|
|
70893
|
-
"
|
|
70893
|
+
"3a1d1142",
|
|
70894
70894
|
null
|
|
70895
70895
|
|
|
70896
70896
|
)
|
|
70897
70897
|
|
|
70898
70898
|
/* harmony default export */ var simplicity = (simplicity_component.exports);
|
|
70899
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=
|
|
70900
|
-
var
|
|
70899
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/index.vue?vue&type=template&id=ed17eba0&scoped=true&
|
|
70900
|
+
var simplicityTopvue_type_template_id_ed17eba0_scoped_true_render = function () {
|
|
70901
70901
|
var _vm = this
|
|
70902
70902
|
var _h = _vm.$createElement
|
|
70903
70903
|
var _c = _vm._self._c || _h
|
|
@@ -71464,11 +71464,11 @@ var simplicityTopvue_type_template_id_2f60d352_scoped_true_render = function ()
|
|
|
71464
71464
|
1
|
|
71465
71465
|
)
|
|
71466
71466
|
}
|
|
71467
|
-
var
|
|
71468
|
-
|
|
71467
|
+
var simplicityTopvue_type_template_id_ed17eba0_scoped_true_staticRenderFns = []
|
|
71468
|
+
simplicityTopvue_type_template_id_ed17eba0_scoped_true_render._withStripped = true
|
|
71469
71469
|
|
|
71470
71470
|
|
|
71471
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=
|
|
71471
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicityTop/index.vue?vue&type=template&id=ed17eba0&scoped=true&
|
|
71472
71472
|
|
|
71473
71473
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/avatar.vue?vue&type=template&id=30391b69&scoped=true&
|
|
71474
71474
|
var avatarvue_type_template_id_30391b69_scoped_true_render = function () {
|
|
@@ -71619,8 +71619,8 @@ var simplicityTop_avatar_component = normalizeComponent(
|
|
|
71619
71619
|
)
|
|
71620
71620
|
|
|
71621
71621
|
/* harmony default export */ var simplicityTop_avatar = (simplicityTop_avatar_component.exports);
|
|
71622
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=
|
|
71623
|
-
var
|
|
71622
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=faeac066&scoped=true&
|
|
71623
|
+
var handlervue_type_template_id_faeac066_scoped_true_render = function () {
|
|
71624
71624
|
var _vm = this
|
|
71625
71625
|
var _h = _vm.$createElement
|
|
71626
71626
|
var _c = _vm._self._c || _h
|
|
@@ -71738,11 +71738,11 @@ var handlervue_type_template_id_45fffc05_scoped_true_render = function () {
|
|
|
71738
71738
|
2
|
|
71739
71739
|
)
|
|
71740
71740
|
}
|
|
71741
|
-
var
|
|
71742
|
-
|
|
71741
|
+
var handlervue_type_template_id_faeac066_scoped_true_staticRenderFns = []
|
|
71742
|
+
handlervue_type_template_id_faeac066_scoped_true_render._withStripped = true
|
|
71743
71743
|
|
|
71744
71744
|
|
|
71745
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=
|
|
71745
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicityTop/handler.vue?vue&type=template&id=faeac066&scoped=true&
|
|
71746
71746
|
|
|
71747
71747
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicityTop/handler.vue?vue&type=script&lang=js&
|
|
71748
71748
|
var simplicityTop_handlervue_type_script_lang_js_data;
|
|
@@ -71856,7 +71856,7 @@ var simplicityTop_handlervue_type_script_lang_js_data;
|
|
|
71856
71856
|
icon: 'es-icon-yonghu'
|
|
71857
71857
|
}, {
|
|
71858
71858
|
type: 'notice',
|
|
71859
|
-
icon: 'es-icon-
|
|
71859
|
+
icon: 'es-icon-xiaoxi1',
|
|
71860
71860
|
text: '消息'
|
|
71861
71861
|
}, {
|
|
71862
71862
|
type: 'set',
|
|
@@ -71864,7 +71864,7 @@ var simplicityTop_handlervue_type_script_lang_js_data;
|
|
|
71864
71864
|
text: '设置'
|
|
71865
71865
|
}, {
|
|
71866
71866
|
type: 'quit',
|
|
71867
|
-
icon: 'es-icon-
|
|
71867
|
+
icon: 'es-icon-tuichu1',
|
|
71868
71868
|
text: '退出'
|
|
71869
71869
|
}]
|
|
71870
71870
|
};
|
|
@@ -71962,11 +71962,11 @@ var simplicityTop_handlervue_type_script_lang_js_data;
|
|
|
71962
71962
|
|
|
71963
71963
|
var simplicityTop_handler_component = normalizeComponent(
|
|
71964
71964
|
src_simplicityTop_handlervue_type_script_lang_js_,
|
|
71965
|
-
|
|
71966
|
-
|
|
71965
|
+
handlervue_type_template_id_faeac066_scoped_true_render,
|
|
71966
|
+
handlervue_type_template_id_faeac066_scoped_true_staticRenderFns,
|
|
71967
71967
|
false,
|
|
71968
71968
|
null,
|
|
71969
|
-
"
|
|
71969
|
+
"faeac066",
|
|
71970
71970
|
null
|
|
71971
71971
|
|
|
71972
71972
|
)
|
|
@@ -74213,7 +74213,7 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
74213
74213
|
title: 'IM'
|
|
74214
74214
|
}, {
|
|
74215
74215
|
type: 'index',
|
|
74216
|
-
icon: 'es-icon-
|
|
74216
|
+
icon: 'es-icon-zhuomian1',
|
|
74217
74217
|
title: '门户'
|
|
74218
74218
|
}, {
|
|
74219
74219
|
type: 'home',
|
|
@@ -74221,11 +74221,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
74221
74221
|
title: '首页'
|
|
74222
74222
|
}, {
|
|
74223
74223
|
type: 'notice',
|
|
74224
|
-
icon: 'es-icon-
|
|
74224
|
+
icon: 'es-icon-xiaoxi1',
|
|
74225
74225
|
title: '消息'
|
|
74226
74226
|
}, {
|
|
74227
74227
|
type: 'quit',
|
|
74228
|
-
icon: 'es-icon-
|
|
74228
|
+
icon: 'es-icon-tuichu1',
|
|
74229
74229
|
title: '退出'
|
|
74230
74230
|
}, {
|
|
74231
74231
|
type: 'set',
|
|
@@ -74776,8 +74776,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
74776
74776
|
this.currentPage = this.setIframeType(this.fourthTabs[0]);
|
|
74777
74777
|
},
|
|
74778
74778
|
|
|
74779
|
-
/**
|
|
74780
|
-
* queryChildMenu: 查询左侧我的提醒和我的快捷菜单
|
|
74779
|
+
/**
|
|
74780
|
+
* queryChildMenu: 查询左侧我的提醒和我的快捷菜单
|
|
74781
74781
|
*/
|
|
74782
74782
|
queryChildMenuData: function queryChildMenuData() {
|
|
74783
74783
|
var _this2 = this;
|
|
@@ -74896,8 +74896,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
74896
74896
|
}))();
|
|
74897
74897
|
},
|
|
74898
74898
|
|
|
74899
|
-
/**
|
|
74900
|
-
* getVoteMeetingNum: 查询会议数量
|
|
74899
|
+
/**
|
|
74900
|
+
* getVoteMeetingNum: 查询会议数量
|
|
74901
74901
|
*/
|
|
74902
74902
|
getVoteMeetingNum: function getVoteMeetingNum() {
|
|
74903
74903
|
var _this5 = this;
|
|
@@ -74922,8 +74922,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
74922
74922
|
});
|
|
74923
74923
|
},
|
|
74924
74924
|
|
|
74925
|
-
/**
|
|
74926
|
-
* getShareFilesReceiveCountNew: 查询待接收文件数量
|
|
74925
|
+
/**
|
|
74926
|
+
* getShareFilesReceiveCountNew: 查询待接收文件数量
|
|
74927
74927
|
*/
|
|
74928
74928
|
getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
|
|
74929
74929
|
var _this6 = this;
|
|
@@ -74948,8 +74948,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
74948
74948
|
},
|
|
74949
74949
|
|
|
74950
74950
|
|
|
74951
|
-
/**
|
|
74952
|
-
* getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
|
|
74951
|
+
/**
|
|
74952
|
+
* getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
|
|
74953
74953
|
*/
|
|
74954
74954
|
getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
|
|
74955
74955
|
var _this7 = this;
|
|
@@ -74977,8 +74977,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
74977
74977
|
});
|
|
74978
74978
|
},
|
|
74979
74979
|
|
|
74980
|
-
/**
|
|
74981
|
-
* getIndexCount: 查询待办任务数量
|
|
74980
|
+
/**
|
|
74981
|
+
* getIndexCount: 查询待办任务数量
|
|
74982
74982
|
*/
|
|
74983
74983
|
getIndexCount: function getIndexCount() {
|
|
74984
74984
|
var _this8 = this;
|
|
@@ -75009,10 +75009,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75009
75009
|
this.$refs.user.handleSelect(res);
|
|
75010
75010
|
},
|
|
75011
75011
|
|
|
75012
|
-
/**
|
|
75013
|
-
* @desc:匹配路由
|
|
75014
|
-
* @author huangbo
|
|
75015
|
-
* @date 2024年9月7日
|
|
75012
|
+
/**
|
|
75013
|
+
* @desc:匹配路由
|
|
75014
|
+
* @author huangbo
|
|
75015
|
+
* @date 2024年9月7日
|
|
75016
75016
|
**/
|
|
75017
75017
|
hasRouter: function hasRouter(res, url, code) {
|
|
75018
75018
|
if (!url) {
|
|
@@ -75056,10 +75056,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75056
75056
|
return false;
|
|
75057
75057
|
},
|
|
75058
75058
|
|
|
75059
|
-
/**
|
|
75060
|
-
* @desc:获取初始数据
|
|
75061
|
-
* @author huangbo
|
|
75062
|
-
* @date 2024年9月7日
|
|
75059
|
+
/**
|
|
75060
|
+
* @desc:获取初始数据
|
|
75061
|
+
* @author huangbo
|
|
75062
|
+
* @date 2024年9月7日
|
|
75063
75063
|
**/
|
|
75064
75064
|
init: function init(results) {
|
|
75065
75065
|
this.setConfig(results);
|
|
@@ -75070,10 +75070,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75070
75070
|
// }
|
|
75071
75071
|
},
|
|
75072
75072
|
|
|
75073
|
-
/**
|
|
75074
|
-
* @desc:设置用户配置及信息
|
|
75075
|
-
* @author huangbo
|
|
75076
|
-
* @date 2024年9月7日
|
|
75073
|
+
/**
|
|
75074
|
+
* @desc:设置用户配置及信息
|
|
75075
|
+
* @author huangbo
|
|
75076
|
+
* @date 2024年9月7日
|
|
75077
75077
|
**/
|
|
75078
75078
|
setConfig: function setConfig(results) {
|
|
75079
75079
|
localStorage.setItem('mainConfig', JSON.stringify(results));
|
|
@@ -75237,8 +75237,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75237
75237
|
}
|
|
75238
75238
|
},
|
|
75239
75239
|
|
|
75240
|
-
/**
|
|
75241
|
-
* @desc:获取用户自定义菜单
|
|
75240
|
+
/**
|
|
75241
|
+
* @desc:获取用户自定义菜单
|
|
75242
75242
|
**/
|
|
75243
75243
|
getUseCommonMenu: function getUseCommonMenu() {
|
|
75244
75244
|
var _this9 = this;
|
|
@@ -75268,10 +75268,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75268
75268
|
});
|
|
75269
75269
|
},
|
|
75270
75270
|
|
|
75271
|
-
/**
|
|
75272
|
-
* @desc:获取所有应用
|
|
75273
|
-
* @author huangbo
|
|
75274
|
-
* @date 2024年9月7日
|
|
75271
|
+
/**
|
|
75272
|
+
* @desc:获取所有应用
|
|
75273
|
+
* @author huangbo
|
|
75274
|
+
* @date 2024年9月7日
|
|
75275
75275
|
**/
|
|
75276
75276
|
getApplications: function getApplications() {
|
|
75277
75277
|
var _this10 = this;
|
|
@@ -75319,10 +75319,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75319
75319
|
});
|
|
75320
75320
|
},
|
|
75321
75321
|
|
|
75322
|
-
/**
|
|
75323
|
-
* @desc:获取菜单列表
|
|
75324
|
-
* @author huangbo
|
|
75325
|
-
* @date 2024年9月7日
|
|
75322
|
+
/**
|
|
75323
|
+
* @desc:获取菜单列表
|
|
75324
|
+
* @author huangbo
|
|
75325
|
+
* @date 2024年9月7日
|
|
75326
75326
|
**/
|
|
75327
75327
|
getMenus: function getMenus(loading) {
|
|
75328
75328
|
var _this11 = this;
|
|
@@ -75349,10 +75349,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75349
75349
|
});
|
|
75350
75350
|
},
|
|
75351
75351
|
|
|
75352
|
-
/**
|
|
75353
|
-
* @desc:处理菜单列表
|
|
75354
|
-
* @author huangbo
|
|
75355
|
-
* @date 2024年9月7日
|
|
75352
|
+
/**
|
|
75353
|
+
* @desc:处理菜单列表
|
|
75354
|
+
* @author huangbo
|
|
75355
|
+
* @date 2024年9月7日
|
|
75356
75356
|
**/
|
|
75357
75357
|
renderMenus: function renderMenus(res) {
|
|
75358
75358
|
// // console.log(res, 'renderMenus');
|
|
@@ -75398,9 +75398,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75398
75398
|
// console.log(this.currentPage, 'currentPage');
|
|
75399
75399
|
},
|
|
75400
75400
|
|
|
75401
|
-
/**
|
|
75402
|
-
* 更新myRemind中各项的权限状态
|
|
75403
|
-
* @param {Array} menus - 完整的菜单列表
|
|
75401
|
+
/**
|
|
75402
|
+
* 更新myRemind中各项的权限状态
|
|
75403
|
+
* @param {Array} menus - 完整的菜单列表
|
|
75404
75404
|
*/
|
|
75405
75405
|
updateRemindPermission: function updateRemindPermission(menus) {
|
|
75406
75406
|
// 创建一个Set存储所有菜单的id,方便快速查找
|
|
@@ -75428,10 +75428,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75428
75428
|
});
|
|
75429
75429
|
},
|
|
75430
75430
|
|
|
75431
|
-
/**
|
|
75432
|
-
* @desc:设置页面加载类型
|
|
75433
|
-
* @author huangbo
|
|
75434
|
-
* @date 2024年9月7日
|
|
75431
|
+
/**
|
|
75432
|
+
* @desc:设置页面加载类型
|
|
75433
|
+
* @author huangbo
|
|
75434
|
+
* @date 2024年9月7日
|
|
75435
75435
|
**/
|
|
75436
75436
|
setIframeType: function setIframeType(res) {
|
|
75437
75437
|
var url = res.url;
|
|
@@ -75488,10 +75488,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75488
75488
|
return res;
|
|
75489
75489
|
},
|
|
75490
75490
|
|
|
75491
|
-
/**
|
|
75492
|
-
* @desc:获取菜单
|
|
75493
|
-
* @author huangbo
|
|
75494
|
-
* @date 2024年9月7日
|
|
75491
|
+
/**
|
|
75492
|
+
* @desc:获取菜单
|
|
75493
|
+
* @author huangbo
|
|
75494
|
+
* @date 2024年9月7日
|
|
75495
75495
|
**/
|
|
75496
75496
|
getMenu: function getMenu(menus, res, key) {
|
|
75497
75497
|
if (Array.isArray(menus)) {
|
|
@@ -75520,10 +75520,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75520
75520
|
return false;
|
|
75521
75521
|
},
|
|
75522
75522
|
|
|
75523
|
-
/**
|
|
75524
|
-
* @desc:获取菜单第一条数据
|
|
75525
|
-
* @author huangbo
|
|
75526
|
-
* @date 2024年9月7日
|
|
75523
|
+
/**
|
|
75524
|
+
* @desc:获取菜单第一条数据
|
|
75525
|
+
* @author huangbo
|
|
75526
|
+
* @date 2024年9月7日
|
|
75527
75527
|
**/
|
|
75528
75528
|
getFirst: function getFirst(obj) {
|
|
75529
75529
|
if (!obj) {
|
|
@@ -75542,10 +75542,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75542
75542
|
}
|
|
75543
75543
|
},
|
|
75544
75544
|
|
|
75545
|
-
/**
|
|
75546
|
-
* @desc:遍历设置菜单气泡提醒
|
|
75547
|
-
* @author huangbo
|
|
75548
|
-
* @date 2024年9月7日
|
|
75545
|
+
/**
|
|
75546
|
+
* @desc:遍历设置菜单气泡提醒
|
|
75547
|
+
* @author huangbo
|
|
75548
|
+
* @date 2024年9月7日
|
|
75549
75549
|
**/
|
|
75550
75550
|
setTips: function setTips(obj) {
|
|
75551
75551
|
var _this12 = this;
|
|
@@ -75610,10 +75610,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75610
75610
|
}
|
|
75611
75611
|
},
|
|
75612
75612
|
|
|
75613
|
-
/**
|
|
75614
|
-
* @desc:获取气泡提醒
|
|
75615
|
-
* @author huangbo
|
|
75616
|
-
* @date 2024年9月7日
|
|
75613
|
+
/**
|
|
75614
|
+
* @desc:获取气泡提醒
|
|
75615
|
+
* @author huangbo
|
|
75616
|
+
* @date 2024年9月7日
|
|
75617
75617
|
**/
|
|
75618
75618
|
getBadge: function getBadge(res) {
|
|
75619
75619
|
var num = res.tips || 0;
|
|
@@ -75627,10 +75627,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75627
75627
|
};
|
|
75628
75628
|
},
|
|
75629
75629
|
|
|
75630
|
-
/**
|
|
75631
|
-
* @desc:开启weosocket
|
|
75632
|
-
* @author huangbo
|
|
75633
|
-
* @date 2024年9月7日
|
|
75630
|
+
/**
|
|
75631
|
+
* @desc:开启weosocket
|
|
75632
|
+
* @author huangbo
|
|
75633
|
+
* @date 2024年9月7日
|
|
75634
75634
|
**/
|
|
75635
75635
|
initWebSocket: function initWebSocket() {
|
|
75636
75636
|
var _this14 = this;
|
|
@@ -75698,10 +75698,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75698
75698
|
});
|
|
75699
75699
|
},
|
|
75700
75700
|
|
|
75701
|
-
/**
|
|
75702
|
-
* @desc:显示用户信息
|
|
75703
|
-
* @author huangbo
|
|
75704
|
-
* @date 2024年9月7日
|
|
75701
|
+
/**
|
|
75702
|
+
* @desc:显示用户信息
|
|
75703
|
+
* @author huangbo
|
|
75704
|
+
* @date 2024年9月7日
|
|
75705
75705
|
**/
|
|
75706
75706
|
showUserInfo: function showUserInfo() {
|
|
75707
75707
|
if (this.showUser === false) {
|
|
@@ -75709,19 +75709,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75709
75709
|
}
|
|
75710
75710
|
},
|
|
75711
75711
|
|
|
75712
|
-
/**
|
|
75713
|
-
* @desc:删除更多应用菜单点击
|
|
75714
|
-
* @author huangbo
|
|
75715
|
-
* @date 2024年9月7日
|
|
75712
|
+
/**
|
|
75713
|
+
* @desc:删除更多应用菜单点击
|
|
75714
|
+
* @author huangbo
|
|
75715
|
+
* @date 2024年9月7日
|
|
75716
75716
|
**/
|
|
75717
75717
|
handleDelete: function handleDelete(index) {
|
|
75718
75718
|
this.newApps.splice(index, 1);
|
|
75719
75719
|
},
|
|
75720
75720
|
|
|
75721
|
-
/**
|
|
75722
|
-
* @desc:显示Drawer界面
|
|
75723
|
-
* @author huangbo
|
|
75724
|
-
* @date 2024年9月7日
|
|
75721
|
+
/**
|
|
75722
|
+
* @desc:显示Drawer界面
|
|
75723
|
+
* @author huangbo
|
|
75724
|
+
* @date 2024年9月7日
|
|
75725
75725
|
**/
|
|
75726
75726
|
handlerSetDrawer: function handlerSetDrawer(res, type) {
|
|
75727
75727
|
var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
|
|
@@ -75741,28 +75741,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75741
75741
|
}
|
|
75742
75742
|
},
|
|
75743
75743
|
|
|
75744
|
-
/**
|
|
75745
|
-
* @desc:关闭Drawer界面
|
|
75746
|
-
* @author huangbo
|
|
75747
|
-
* @date 2024年9月7日
|
|
75744
|
+
/**
|
|
75745
|
+
* @desc:关闭Drawer界面
|
|
75746
|
+
* @author huangbo
|
|
75747
|
+
* @date 2024年9月7日
|
|
75748
75748
|
**/
|
|
75749
75749
|
handleCloseDrawer: function handleCloseDrawer() {
|
|
75750
75750
|
this.drawer = { visible: false };
|
|
75751
75751
|
},
|
|
75752
75752
|
|
|
75753
|
-
/**
|
|
75754
|
-
* @desc:用户详情请求成功
|
|
75755
|
-
* @author huangbo
|
|
75756
|
-
* @date 2024年9月7日
|
|
75753
|
+
/**
|
|
75754
|
+
* @desc:用户详情请求成功
|
|
75755
|
+
* @author huangbo
|
|
75756
|
+
* @date 2024年9月7日
|
|
75757
75757
|
**/
|
|
75758
75758
|
handleSuccess: function handleSuccess(res) {
|
|
75759
75759
|
this.simpleUserInfo = res.simpleUserInfo;
|
|
75760
75760
|
},
|
|
75761
75761
|
|
|
75762
|
-
/**
|
|
75763
|
-
* @desc:修改用户配置
|
|
75764
|
-
* @author huangbo
|
|
75765
|
-
* @date 2024年9月7日
|
|
75762
|
+
/**
|
|
75763
|
+
* @desc:修改用户配置
|
|
75764
|
+
* @author huangbo
|
|
75765
|
+
* @date 2024年9月7日
|
|
75766
75766
|
**/
|
|
75767
75767
|
handleChangeConfig: function handleChangeConfig(name, res) {
|
|
75768
75768
|
if (name == 'userHeadUrl') {
|
|
@@ -75778,10 +75778,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75778
75778
|
}
|
|
75779
75779
|
},
|
|
75780
75780
|
|
|
75781
|
-
/**
|
|
75782
|
-
* @desc:关闭webSocket
|
|
75783
|
-
* @author huangbo
|
|
75784
|
-
* @date 2024年9月7日
|
|
75781
|
+
/**
|
|
75782
|
+
* @desc:关闭webSocket
|
|
75783
|
+
* @author huangbo
|
|
75784
|
+
* @date 2024年9月7日
|
|
75785
75785
|
**/
|
|
75786
75786
|
handlerClose: function handlerClose() {
|
|
75787
75787
|
if (this.webSocket) {
|
|
@@ -75792,10 +75792,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75792
75792
|
this.handleRefresh(1);
|
|
75793
75793
|
},
|
|
75794
75794
|
|
|
75795
|
-
/**
|
|
75796
|
-
* @desc:刷新选中iframe页签
|
|
75797
|
-
* @author huangbo
|
|
75798
|
-
* @date 2024年9月7日
|
|
75795
|
+
/**
|
|
75796
|
+
* @desc:刷新选中iframe页签
|
|
75797
|
+
* @author huangbo
|
|
75798
|
+
* @date 2024年9月7日
|
|
75799
75799
|
**/
|
|
75800
75800
|
handleRefresh: function handleRefresh(arg) {
|
|
75801
75801
|
if (arg !== 1) {
|
|
@@ -75841,10 +75841,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75841
75841
|
}
|
|
75842
75842
|
},
|
|
75843
75843
|
|
|
75844
|
-
/**
|
|
75845
|
-
* @desc:删除iframe
|
|
75846
|
-
* @author huangbo
|
|
75847
|
-
* @date 2024年9月7日
|
|
75844
|
+
/**
|
|
75845
|
+
* @desc:删除iframe
|
|
75846
|
+
* @author huangbo
|
|
75847
|
+
* @date 2024年9月7日
|
|
75848
75848
|
**/
|
|
75849
75849
|
handleRemove: function handleRemove(name) {
|
|
75850
75850
|
var len = this.tabs.length - 1;
|
|
@@ -75861,10 +75861,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75861
75861
|
}
|
|
75862
75862
|
},
|
|
75863
75863
|
|
|
75864
|
-
/**
|
|
75865
|
-
* @desc:tabs鼠标右键事件
|
|
75866
|
-
* @author huangbo
|
|
75867
|
-
* @date 2024年9月7日
|
|
75864
|
+
/**
|
|
75865
|
+
* @desc:tabs鼠标右键事件
|
|
75866
|
+
* @author huangbo
|
|
75867
|
+
* @date 2024年9月7日
|
|
75868
75868
|
**/
|
|
75869
75869
|
handleContextmenu: function handleContextmenu(tabs, e) {
|
|
75870
75870
|
var disabled = {};
|
|
@@ -75889,10 +75889,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75889
75889
|
window.addEventListener('click', this.closeTabsEvents);
|
|
75890
75890
|
},
|
|
75891
75891
|
|
|
75892
|
-
/**
|
|
75893
|
-
* @desc:tabs页签事件
|
|
75894
|
-
* @author huangbo
|
|
75895
|
-
* @date 2024年9月7日
|
|
75892
|
+
/**
|
|
75893
|
+
* @desc:tabs页签事件
|
|
75894
|
+
* @author huangbo
|
|
75895
|
+
* @date 2024年9月7日
|
|
75896
75896
|
**/
|
|
75897
75897
|
handleTabsEvents: function handleTabsEvents(num) {
|
|
75898
75898
|
if (this.pane !== null) {
|
|
@@ -75903,10 +75903,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75903
75903
|
},
|
|
75904
75904
|
|
|
75905
75905
|
|
|
75906
|
-
/**
|
|
75907
|
-
* @desc:关闭页签事件面板
|
|
75908
|
-
* @author huangbo
|
|
75909
|
-
* @date 2024年9月7日
|
|
75906
|
+
/**
|
|
75907
|
+
* @desc:关闭页签事件面板
|
|
75908
|
+
* @author huangbo
|
|
75909
|
+
* @date 2024年9月7日
|
|
75910
75910
|
**/
|
|
75911
75911
|
closeTabsEvents: function closeTabsEvents(e) {
|
|
75912
75912
|
if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
|
|
@@ -75916,10 +75916,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75916
75916
|
},
|
|
75917
75917
|
|
|
75918
75918
|
|
|
75919
|
-
/**
|
|
75920
|
-
* @desc:tabs页签点击事件
|
|
75921
|
-
* @author huangbo
|
|
75922
|
-
* @date 2024年9月7日
|
|
75919
|
+
/**
|
|
75920
|
+
* @desc:tabs页签点击事件
|
|
75921
|
+
* @author huangbo
|
|
75922
|
+
* @date 2024年9月7日
|
|
75923
75923
|
**/
|
|
75924
75924
|
handleTabClick: function handleTabClick() {
|
|
75925
75925
|
this.active = '';
|
|
@@ -75927,10 +75927,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
75927
75927
|
this.showMenu = false;
|
|
75928
75928
|
},
|
|
75929
75929
|
|
|
75930
|
-
/**
|
|
75931
|
-
* @desc:handler工具栏点击事件
|
|
75932
|
-
* @author huangbo
|
|
75933
|
-
* @date 2024年9月7日
|
|
75930
|
+
/**
|
|
75931
|
+
* @desc:handler工具栏点击事件
|
|
75932
|
+
* @author huangbo
|
|
75933
|
+
* @date 2024年9月7日
|
|
75934
75934
|
**/
|
|
75935
75935
|
handleClick: function handleClick(res) {
|
|
75936
75936
|
var type = res.type,
|
|
@@ -76016,10 +76016,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
76016
76016
|
this.$emit('handler-click', res);
|
|
76017
76017
|
},
|
|
76018
76018
|
|
|
76019
|
-
/**
|
|
76020
|
-
* @desc:退出登录
|
|
76021
|
-
* @author huangbo
|
|
76022
|
-
* @date 2024年9月7日
|
|
76019
|
+
/**
|
|
76020
|
+
* @desc:退出登录
|
|
76021
|
+
* @author huangbo
|
|
76022
|
+
* @date 2024年9月7日
|
|
76023
76023
|
**/
|
|
76024
76024
|
handleQuit: function handleQuit() {
|
|
76025
76025
|
var _this15 = this;
|
|
@@ -76094,10 +76094,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
76094
76094
|
}).catch(function (e) {});
|
|
76095
76095
|
},
|
|
76096
76096
|
|
|
76097
|
-
/**
|
|
76098
|
-
* @desc:主题、消息回调
|
|
76099
|
-
* @author huangbo
|
|
76100
|
-
* @date 2024年9月7日
|
|
76097
|
+
/**
|
|
76098
|
+
* @desc:主题、消息回调
|
|
76099
|
+
* @author huangbo
|
|
76100
|
+
* @date 2024年9月7日
|
|
76101
76101
|
**/
|
|
76102
76102
|
handleChange: function handleChange(res) {
|
|
76103
76103
|
var type = res.type,
|
|
@@ -76113,10 +76113,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
76113
76113
|
}
|
|
76114
76114
|
},
|
|
76115
76115
|
|
|
76116
|
-
/**
|
|
76117
|
-
* @desc:菜单布局样式切换
|
|
76118
|
-
* @author huangbo
|
|
76119
|
-
* @date 2024年9月7日
|
|
76116
|
+
/**
|
|
76117
|
+
* @desc:菜单布局样式切换
|
|
76118
|
+
* @author huangbo
|
|
76119
|
+
* @date 2024年9月7日
|
|
76120
76120
|
**/
|
|
76121
76121
|
handleLayout: function handleLayout(res, active) {
|
|
76122
76122
|
if (active) {
|
|
@@ -76126,10 +76126,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
76126
76126
|
this.$emit('chang-layout', res, active);
|
|
76127
76127
|
},
|
|
76128
76128
|
|
|
76129
|
-
/**
|
|
76130
|
-
* @desc:消息修改总数
|
|
76131
|
-
* @author huangbo
|
|
76132
|
-
* @date 2024年9月7日
|
|
76129
|
+
/**
|
|
76130
|
+
* @desc:消息修改总数
|
|
76131
|
+
* @author huangbo
|
|
76132
|
+
* @date 2024年9月7日
|
|
76133
76133
|
**/
|
|
76134
76134
|
handleMenuTips: function handleMenuTips(id, num) {
|
|
76135
76135
|
if (num) {
|
|
@@ -76140,10 +76140,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
76140
76140
|
}
|
|
76141
76141
|
},
|
|
76142
76142
|
|
|
76143
|
-
/**
|
|
76144
|
-
* @desc:处理即时消息
|
|
76145
|
-
* @author huangbo
|
|
76146
|
-
* @date 2024年9月7日
|
|
76143
|
+
/**
|
|
76144
|
+
* @desc:处理即时消息
|
|
76145
|
+
* @author huangbo
|
|
76146
|
+
* @date 2024年9月7日
|
|
76147
76147
|
**/
|
|
76148
76148
|
handleOpened: function handleOpened(res) {
|
|
76149
76149
|
var _this16 = this;
|
|
@@ -76159,14 +76159,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
76159
76159
|
}
|
|
76160
76160
|
},
|
|
76161
76161
|
|
|
76162
|
-
/**
|
|
76163
|
-
* @desc:菜单点击事件
|
|
76164
|
-
* @author huangbo
|
|
76165
|
-
* @date 2024年9月7日
|
|
76166
|
-
* @param {*} res 菜单点击事件参数
|
|
76167
|
-
* @param {*} method 菜单点击事件方法
|
|
76168
|
-
* 1.顶部菜单点击跳转已经实现
|
|
76169
|
-
* 2.其他地方点击跳转,需要选中跳转的一二级菜单
|
|
76162
|
+
/**
|
|
76163
|
+
* @desc:菜单点击事件
|
|
76164
|
+
* @author huangbo
|
|
76165
|
+
* @date 2024年9月7日
|
|
76166
|
+
* @param {*} res 菜单点击事件参数
|
|
76167
|
+
* @param {*} method 菜单点击事件方法
|
|
76168
|
+
* 1.顶部菜单点击跳转已经实现
|
|
76169
|
+
* 2.其他地方点击跳转,需要选中跳转的一二级菜单
|
|
76170
76170
|
**/
|
|
76171
76171
|
handleSelect: function handleSelect(res) {
|
|
76172
76172
|
var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
@@ -76328,11 +76328,11 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.win.systemMode
|
|
|
76328
76328
|
|
|
76329
76329
|
var simplicityTop_component = normalizeComponent(
|
|
76330
76330
|
src_simplicityTopvue_type_script_lang_js_,
|
|
76331
|
-
|
|
76332
|
-
|
|
76331
|
+
simplicityTopvue_type_template_id_ed17eba0_scoped_true_render,
|
|
76332
|
+
simplicityTopvue_type_template_id_ed17eba0_scoped_true_staticRenderFns,
|
|
76333
76333
|
false,
|
|
76334
76334
|
null,
|
|
76335
|
-
"
|
|
76335
|
+
"ed17eba0",
|
|
76336
76336
|
null
|
|
76337
76337
|
|
|
76338
76338
|
)
|
|
@@ -83564,19 +83564,19 @@ var QRCode = __webpack_require__(28);
|
|
|
83564
83564
|
//设置logo大小
|
|
83565
83565
|
var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
|
|
83566
83566
|
//设置获取的logo将其变为圆角以及添加白色背景
|
|
83567
|
-
/* ctx.fillStyle = "#fff";
|
|
83568
|
-
ctx.beginPath();
|
|
83569
|
-
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
83570
|
-
let w = 46; //圆角宽
|
|
83571
|
-
let x = logoPosition - 5;
|
|
83572
|
-
let y = logoPosition - 5;
|
|
83573
|
-
let r = 5; //圆角半径
|
|
83574
|
-
ctx.moveTo(x + r, y);
|
|
83575
|
-
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
83576
|
-
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
83577
|
-
ctx.arcTo(x, y + h, x, y, r);
|
|
83578
|
-
ctx.arcTo(x, y, x + w, y, r);
|
|
83579
|
-
ctx.closePath();
|
|
83567
|
+
/* ctx.fillStyle = "#fff";
|
|
83568
|
+
ctx.beginPath();
|
|
83569
|
+
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
83570
|
+
let w = 46; //圆角宽
|
|
83571
|
+
let x = logoPosition - 5;
|
|
83572
|
+
let y = logoPosition - 5;
|
|
83573
|
+
let r = 5; //圆角半径
|
|
83574
|
+
ctx.moveTo(x + r, y);
|
|
83575
|
+
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
83576
|
+
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
83577
|
+
ctx.arcTo(x, y + h, x, y, r);
|
|
83578
|
+
ctx.arcTo(x, y, x + w, y, r);
|
|
83579
|
+
ctx.closePath();
|
|
83580
83580
|
ctx.fill(); */
|
|
83581
83581
|
logo.onload = function () {
|
|
83582
83582
|
ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
|
|
@@ -101710,7 +101710,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
101710
101710
|
}
|
|
101711
101711
|
|
|
101712
101712
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
101713
|
-
version: '0.7.
|
|
101713
|
+
version: '0.7.85',
|
|
101714
101714
|
install: install,
|
|
101715
101715
|
Button: packages_button,
|
|
101716
101716
|
ButtonGroup: button_group,
|