eoss-ui 0.7.45 → 0.7.47
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/button-group.js +3 -3
- package/lib/calendar.js +6 -6
- package/lib/calogin.js +233 -233
- package/lib/clients.js +5 -5
- package/lib/data-table.js +21 -16
- package/lib/enable-drag.js +9 -8
- package/lib/eoss-ui.common.js +1126 -1082
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +354 -348
- package/lib/handler.js +8 -8
- package/lib/icon.js +3 -3
- package/lib/icons.js +1 -1
- package/lib/index.js +1 -1
- package/lib/login.js +22 -19
- package/lib/main.js +296 -267
- package/lib/nav.js +4 -4
- 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/login.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.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/lib/tips.js +3 -3
- package/lib/upload.js +9 -9
- package/package.json +160 -160
- 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/calendar/src/main.vue +4 -4
- 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 -1831
- 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/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enable-drag/src/main.vue +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/index.js +5 -5
- package/packages/flow/src/component/Circulate.vue +413 -413
- package/packages/flow/src/component/CommonOpinions.vue +373 -373
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +240 -240
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +756 -756
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2846 -2847
- package/packages/flow/src/main.vue +3861 -3855
- package/packages/flow/src/processForm.vue +1365 -1365
- package/packages/flow/src/processReject.vue +309 -309
- package/packages/flow/src/reset.vue +942 -941
- package/packages/flow/src/selectUser.vue +2 -1
- package/packages/flow/src/startTaskRead.vue +692 -691
- 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 +717 -717
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1787 -1787
- 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/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/index.js +5 -5
- package/packages/login/src/main.vue +2082 -2078
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/index.js +5 -5
- 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 +227 -221
- 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 +160 -158
- package/packages/main/src/simplicity/index.vue +2277 -2277
- 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 +274 -274
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +401 -401
- 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/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/index.js +5 -5
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +170 -170
- 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 -1
- 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/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- 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 +293 -293
- 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 +351 -351
- 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 +1429 -1817
- 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 -987
- package/packages/theme-chalk/src/main.scss +663 -663
- 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.scss +1380 -1380
- 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/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 +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +315 -315
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- 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/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/dialog/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/utils/.DS_Store +0 -0
package/lib/eoss-ui.common.js
CHANGED
|
@@ -4371,7 +4371,7 @@ module.exports = require("ua-parser-js");
|
|
|
4371
4371
|
/* 15 */
|
|
4372
4372
|
/***/ (function(module) {
|
|
4373
4373
|
|
|
4374
|
-
module.exports = JSON.parse("[\"
|
|
4374
|
+
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\",\"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\",\"word\",\"ppt\",\"txt\",\"doc\",\"audio\",\"excel\",\"video\",\"zip\",\"pdf\",\"upan\"]");
|
|
4375
4375
|
|
|
4376
4376
|
/***/ }),
|
|
4377
4377
|
/* 16 */
|
|
@@ -4914,8 +4914,8 @@ main.install = function (Vue) {
|
|
|
4914
4914
|
};
|
|
4915
4915
|
|
|
4916
4916
|
/* harmony default export */ var packages_button = (main);
|
|
4917
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/button-group/src/main.vue?vue&type=template&id=
|
|
4918
|
-
var
|
|
4917
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/button-group/src/main.vue?vue&type=template&id=45ce2a45&
|
|
4918
|
+
var mainvue_type_template_id_45ce2a45_render = function () {
|
|
4919
4919
|
var _vm = this
|
|
4920
4920
|
var _h = _vm.$createElement
|
|
4921
4921
|
var _c = _vm._self._c || _h
|
|
@@ -5119,7 +5119,7 @@ var mainvue_type_template_id_994b88de_render = function () {
|
|
|
5119
5119
|
},
|
|
5120
5120
|
}),
|
|
5121
5121
|
]
|
|
5122
|
-
: _c("i", { staticClass: "es-icon-
|
|
5122
|
+
: _c("i", { staticClass: "es-icon-more" }),
|
|
5123
5123
|
],
|
|
5124
5124
|
2
|
|
5125
5125
|
),
|
|
@@ -5289,11 +5289,11 @@ var mainvue_type_template_id_994b88de_render = function () {
|
|
|
5289
5289
|
2
|
|
5290
5290
|
)
|
|
5291
5291
|
}
|
|
5292
|
-
var
|
|
5293
|
-
|
|
5292
|
+
var mainvue_type_template_id_45ce2a45_staticRenderFns = []
|
|
5293
|
+
mainvue_type_template_id_45ce2a45_render._withStripped = true
|
|
5294
5294
|
|
|
5295
5295
|
|
|
5296
|
-
// CONCATENATED MODULE: ./packages/button-group/src/main.vue?vue&type=template&id=
|
|
5296
|
+
// CONCATENATED MODULE: ./packages/button-group/src/main.vue?vue&type=template&id=45ce2a45&
|
|
5297
5297
|
|
|
5298
5298
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/button-group/src/main.vue?vue&type=script&lang=js&
|
|
5299
5299
|
var 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; };
|
|
@@ -5646,8 +5646,8 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
|
|
|
5646
5646
|
|
|
5647
5647
|
var src_main_component = normalizeComponent(
|
|
5648
5648
|
packages_button_group_src_mainvue_type_script_lang_js_,
|
|
5649
|
-
|
|
5650
|
-
|
|
5649
|
+
mainvue_type_template_id_45ce2a45_render,
|
|
5650
|
+
mainvue_type_template_id_45ce2a45_staticRenderFns,
|
|
5651
5651
|
false,
|
|
5652
5652
|
null,
|
|
5653
5653
|
null,
|
|
@@ -5664,8 +5664,8 @@ src_main.install = function (Vue) {
|
|
|
5664
5664
|
};
|
|
5665
5665
|
|
|
5666
5666
|
/* harmony default export */ var button_group = (src_main);
|
|
5667
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/calendar/src/main.vue?vue&type=template&id=
|
|
5668
|
-
var
|
|
5667
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/calendar/src/main.vue?vue&type=template&id=6443d17c&
|
|
5668
|
+
var mainvue_type_template_id_6443d17c_render = function () {
|
|
5669
5669
|
var _vm = this
|
|
5670
5670
|
var _h = _vm.$createElement
|
|
5671
5671
|
var _c = _vm._self._c || _h
|
|
@@ -5685,7 +5685,7 @@ var mainvue_type_template_id_37892338_render = function () {
|
|
|
5685
5685
|
},
|
|
5686
5686
|
[
|
|
5687
5687
|
_c("i", {
|
|
5688
|
-
staticClass: "es-calendar-prev es-icon-
|
|
5688
|
+
staticClass: "es-calendar-prev es-icon-zuo",
|
|
5689
5689
|
on: { click: _vm.prev },
|
|
5690
5690
|
}),
|
|
5691
5691
|
_c(
|
|
@@ -5718,7 +5718,7 @@ var mainvue_type_template_id_37892338_render = function () {
|
|
|
5718
5718
|
2
|
|
5719
5719
|
),
|
|
5720
5720
|
_c("i", {
|
|
5721
|
-
staticClass: "es-calendar-next es-icon-
|
|
5721
|
+
staticClass: "es-calendar-next es-icon-you",
|
|
5722
5722
|
on: { click: _vm.next },
|
|
5723
5723
|
}),
|
|
5724
5724
|
]
|
|
@@ -5794,7 +5794,7 @@ var mainvue_type_template_id_37892338_render = function () {
|
|
|
5794
5794
|
expression: "all",
|
|
5795
5795
|
},
|
|
5796
5796
|
],
|
|
5797
|
-
staticClass: "es-icon-
|
|
5797
|
+
staticClass: "es-icon-shang es-switch-icon",
|
|
5798
5798
|
attrs: { name: "" },
|
|
5799
5799
|
on: { click: _vm.handleHide },
|
|
5800
5800
|
}),
|
|
@@ -5807,18 +5807,18 @@ var mainvue_type_template_id_37892338_render = function () {
|
|
|
5807
5807
|
expression: "!all",
|
|
5808
5808
|
},
|
|
5809
5809
|
],
|
|
5810
|
-
staticClass: "es-icon-
|
|
5810
|
+
staticClass: "es-icon-xia es-switch-icon",
|
|
5811
5811
|
on: { click: _vm.handleShow },
|
|
5812
5812
|
}),
|
|
5813
5813
|
]
|
|
5814
5814
|
),
|
|
5815
5815
|
])
|
|
5816
5816
|
}
|
|
5817
|
-
var
|
|
5818
|
-
|
|
5817
|
+
var mainvue_type_template_id_6443d17c_staticRenderFns = []
|
|
5818
|
+
mainvue_type_template_id_6443d17c_render._withStripped = true
|
|
5819
5819
|
|
|
5820
5820
|
|
|
5821
|
-
// CONCATENATED MODULE: ./packages/calendar/src/main.vue?vue&type=template&id=
|
|
5821
|
+
// CONCATENATED MODULE: ./packages/calendar/src/main.vue?vue&type=template&id=6443d17c&
|
|
5822
5822
|
|
|
5823
5823
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/calendar/src/main.vue?vue&type=script&lang=js&
|
|
5824
5824
|
//
|
|
@@ -6247,8 +6247,8 @@ mainvue_type_template_id_37892338_render._withStripped = true
|
|
|
6247
6247
|
|
|
6248
6248
|
var calendar_src_main_component = normalizeComponent(
|
|
6249
6249
|
packages_calendar_src_mainvue_type_script_lang_js_,
|
|
6250
|
-
|
|
6251
|
-
|
|
6250
|
+
mainvue_type_template_id_6443d17c_render,
|
|
6251
|
+
mainvue_type_template_id_6443d17c_staticRenderFns,
|
|
6252
6252
|
false,
|
|
6253
6253
|
null,
|
|
6254
6254
|
null,
|
|
@@ -6285,8 +6285,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
|
|
|
6285
6285
|
|
|
6286
6286
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
6287
6287
|
|
|
6288
|
-
/**
|
|
6289
|
-
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
6288
|
+
/**
|
|
6289
|
+
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
6290
6290
|
*/
|
|
6291
6291
|
var CA_ExtInterface = function () {
|
|
6292
6292
|
function CA_ExtInterface() {
|
|
@@ -6299,11 +6299,11 @@ var CA_ExtInterface = function () {
|
|
|
6299
6299
|
this.init();
|
|
6300
6300
|
}
|
|
6301
6301
|
|
|
6302
|
-
/**
|
|
6303
|
-
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
6304
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
6305
|
-
* @param {Object} target - 目标对象
|
|
6306
|
-
* @param {Object} options - 新的选项对象
|
|
6302
|
+
/**
|
|
6303
|
+
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
6304
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
6305
|
+
* @param {Object} target - 目标对象
|
|
6306
|
+
* @param {Object} options - 新的选项对象
|
|
6307
6307
|
*/
|
|
6308
6308
|
|
|
6309
6309
|
|
|
@@ -6318,8 +6318,8 @@ var CA_ExtInterface = function () {
|
|
|
6318
6318
|
}
|
|
6319
6319
|
};
|
|
6320
6320
|
|
|
6321
|
-
/**
|
|
6322
|
-
* 检查当前会话的 WebSocket URL
|
|
6321
|
+
/**
|
|
6322
|
+
* 检查当前会话的 WebSocket URL
|
|
6323
6323
|
*/
|
|
6324
6324
|
|
|
6325
6325
|
|
|
@@ -6333,8 +6333,8 @@ var CA_ExtInterface = function () {
|
|
|
6333
6333
|
}
|
|
6334
6334
|
};
|
|
6335
6335
|
|
|
6336
|
-
/**
|
|
6337
|
-
* 检查是否使用 ActiveX
|
|
6336
|
+
/**
|
|
6337
|
+
* 检查是否使用 ActiveX
|
|
6338
6338
|
*/
|
|
6339
6339
|
|
|
6340
6340
|
|
|
@@ -6346,11 +6346,11 @@ var CA_ExtInterface = function () {
|
|
|
6346
6346
|
}
|
|
6347
6347
|
};
|
|
6348
6348
|
|
|
6349
|
-
/**
|
|
6350
|
-
* 扩展发送消息并等待响应
|
|
6351
|
-
* @param {string} operatorCmd - 操作命令
|
|
6352
|
-
* @param {string} sendMsg - 发送的消息
|
|
6353
|
-
* @returns {string} 响应消息
|
|
6349
|
+
/**
|
|
6350
|
+
* 扩展发送消息并等待响应
|
|
6351
|
+
* @param {string} operatorCmd - 操作命令
|
|
6352
|
+
* @param {string} sendMsg - 发送的消息
|
|
6353
|
+
* @returns {string} 响应消息
|
|
6354
6354
|
*/
|
|
6355
6355
|
|
|
6356
6356
|
|
|
@@ -6360,11 +6360,11 @@ var CA_ExtInterface = function () {
|
|
|
6360
6360
|
return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
|
|
6361
6361
|
};
|
|
6362
6362
|
|
|
6363
|
-
/**
|
|
6364
|
-
* 发送消息并等待响应
|
|
6365
|
-
* @param {string} wsurl - WebSocket URL
|
|
6366
|
-
* @param {string} sendMsg - 发送的消息
|
|
6367
|
-
* @returns {string} 响应消息
|
|
6363
|
+
/**
|
|
6364
|
+
* 发送消息并等待响应
|
|
6365
|
+
* @param {string} wsurl - WebSocket URL
|
|
6366
|
+
* @param {string} sendMsg - 发送的消息
|
|
6367
|
+
* @returns {string} 响应消息
|
|
6368
6368
|
*/
|
|
6369
6369
|
|
|
6370
6370
|
|
|
@@ -6388,9 +6388,9 @@ var CA_ExtInterface = function () {
|
|
|
6388
6388
|
return ResultMsg;
|
|
6389
6389
|
};
|
|
6390
6390
|
|
|
6391
|
-
/**
|
|
6392
|
-
* 配置选项
|
|
6393
|
-
* @param {Object} extendOption - 扩展选项
|
|
6391
|
+
/**
|
|
6392
|
+
* 配置选项
|
|
6393
|
+
* @param {Object} extendOption - 扩展选项
|
|
6394
6394
|
*/
|
|
6395
6395
|
|
|
6396
6396
|
|
|
@@ -6400,8 +6400,8 @@ var CA_ExtInterface = function () {
|
|
|
6400
6400
|
}
|
|
6401
6401
|
};
|
|
6402
6402
|
|
|
6403
|
-
/**
|
|
6404
|
-
* 初始化
|
|
6403
|
+
/**
|
|
6404
|
+
* 初始化
|
|
6405
6405
|
*/
|
|
6406
6406
|
|
|
6407
6407
|
|
|
@@ -6409,9 +6409,9 @@ var CA_ExtInterface = function () {
|
|
|
6409
6409
|
this.isUseActioveX();
|
|
6410
6410
|
};
|
|
6411
6411
|
|
|
6412
|
-
/**
|
|
6413
|
-
* 返回客户端的版本
|
|
6414
|
-
* @returns {string} 客户端版本
|
|
6412
|
+
/**
|
|
6413
|
+
* 返回客户端的版本
|
|
6414
|
+
* @returns {string} 客户端版本
|
|
6415
6415
|
*/
|
|
6416
6416
|
|
|
6417
6417
|
|
|
@@ -6424,13 +6424,13 @@ var CA_ExtInterface = function () {
|
|
|
6424
6424
|
}
|
|
6425
6425
|
};
|
|
6426
6426
|
|
|
6427
|
-
/**
|
|
6428
|
-
* 下载客户端程序并安装
|
|
6429
|
-
* @param {string} bstrURL - 下载地址
|
|
6430
|
-
* @param {string} bstrHashValue - 哈希值
|
|
6431
|
-
* @param {boolean} bSync - 是否同步安装
|
|
6432
|
-
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6433
|
-
* @returns {number} 安装结果
|
|
6427
|
+
/**
|
|
6428
|
+
* 下载客户端程序并安装
|
|
6429
|
+
* @param {string} bstrURL - 下载地址
|
|
6430
|
+
* @param {string} bstrHashValue - 哈希值
|
|
6431
|
+
* @param {boolean} bSync - 是否同步安装
|
|
6432
|
+
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6433
|
+
* @returns {number} 安装结果
|
|
6434
6434
|
*/
|
|
6435
6435
|
|
|
6436
6436
|
|
|
@@ -6444,11 +6444,11 @@ var CA_ExtInterface = function () {
|
|
|
6444
6444
|
}
|
|
6445
6445
|
};
|
|
6446
6446
|
|
|
6447
|
-
/**
|
|
6448
|
-
* 获取硬件指纹信息
|
|
6449
|
-
* @param {number} dwSign - 签名
|
|
6450
|
-
* @param {string} strGateWayIP - 网关 IP
|
|
6451
|
-
* @returns {string} 硬件指纹信息
|
|
6447
|
+
/**
|
|
6448
|
+
* 获取硬件指纹信息
|
|
6449
|
+
* @param {number} dwSign - 签名
|
|
6450
|
+
* @param {string} strGateWayIP - 网关 IP
|
|
6451
|
+
* @returns {string} 硬件指纹信息
|
|
6452
6452
|
*/
|
|
6453
6453
|
|
|
6454
6454
|
|
|
@@ -6462,12 +6462,12 @@ var CA_ExtInterface = function () {
|
|
|
6462
6462
|
}
|
|
6463
6463
|
};
|
|
6464
6464
|
|
|
6465
|
-
/**
|
|
6466
|
-
* 设置转发策略和代填策略
|
|
6467
|
-
* @param {string} strProxyPolicy - 转发策略
|
|
6468
|
-
* @param {string} strSSOPolicy - 代填策略
|
|
6469
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6470
|
-
* @returns {number} 设置结果
|
|
6465
|
+
/**
|
|
6466
|
+
* 设置转发策略和代填策略
|
|
6467
|
+
* @param {string} strProxyPolicy - 转发策略
|
|
6468
|
+
* @param {string} strSSOPolicy - 代填策略
|
|
6469
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6470
|
+
* @returns {number} 设置结果
|
|
6471
6471
|
*/
|
|
6472
6472
|
|
|
6473
6473
|
|
|
@@ -6481,11 +6481,11 @@ var CA_ExtInterface = function () {
|
|
|
6481
6481
|
}
|
|
6482
6482
|
};
|
|
6483
6483
|
|
|
6484
|
-
/**
|
|
6485
|
-
* 启动认证信息模块
|
|
6486
|
-
* @param {string} strFileName - 文件名
|
|
6487
|
-
* @param {string} strXmlData - XML 数据
|
|
6488
|
-
* @returns {string} 认证信息
|
|
6484
|
+
/**
|
|
6485
|
+
* 启动认证信息模块
|
|
6486
|
+
* @param {string} strFileName - 文件名
|
|
6487
|
+
* @param {string} strXmlData - XML 数据
|
|
6488
|
+
* @returns {string} 认证信息
|
|
6489
6489
|
*/
|
|
6490
6490
|
|
|
6491
6491
|
|
|
@@ -6499,10 +6499,10 @@ var CA_ExtInterface = function () {
|
|
|
6499
6499
|
}
|
|
6500
6500
|
};
|
|
6501
6501
|
|
|
6502
|
-
/**
|
|
6503
|
-
* 打开 BS 应用
|
|
6504
|
-
* @param {string} strUrl - 应用 URL
|
|
6505
|
-
* @returns {number} 打开结果
|
|
6502
|
+
/**
|
|
6503
|
+
* 打开 BS 应用
|
|
6504
|
+
* @param {string} strUrl - 应用 URL
|
|
6505
|
+
* @returns {number} 打开结果
|
|
6506
6506
|
*/
|
|
6507
6507
|
|
|
6508
6508
|
|
|
@@ -6516,12 +6516,12 @@ var CA_ExtInterface = function () {
|
|
|
6516
6516
|
}
|
|
6517
6517
|
};
|
|
6518
6518
|
|
|
6519
|
-
/**
|
|
6520
|
-
* 打开 CS 应用
|
|
6521
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6522
|
-
* @param {string} strAppFlag - 应用标识
|
|
6523
|
-
* @param {string} strAppPath - 应用路径
|
|
6524
|
-
* @returns {number} 打开结果
|
|
6519
|
+
/**
|
|
6520
|
+
* 打开 CS 应用
|
|
6521
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6522
|
+
* @param {string} strAppFlag - 应用标识
|
|
6523
|
+
* @param {string} strAppPath - 应用路径
|
|
6524
|
+
* @returns {number} 打开结果
|
|
6525
6525
|
*/
|
|
6526
6526
|
|
|
6527
6527
|
|
|
@@ -6535,13 +6535,13 @@ var CA_ExtInterface = function () {
|
|
|
6535
6535
|
}
|
|
6536
6536
|
};
|
|
6537
6537
|
|
|
6538
|
-
/**
|
|
6539
|
-
* 设置自动更新策略
|
|
6540
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6541
|
-
* @param {number} nGatewayPort - 网关端口
|
|
6542
|
-
* @param {string} strUserToken - 用户令牌
|
|
6543
|
-
* @param {number} updatedelay - 更新延迟
|
|
6544
|
-
* @returns {number} 设置结果
|
|
6538
|
+
/**
|
|
6539
|
+
* 设置自动更新策略
|
|
6540
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6541
|
+
* @param {number} nGatewayPort - 网关端口
|
|
6542
|
+
* @param {string} strUserToken - 用户令牌
|
|
6543
|
+
* @param {number} updatedelay - 更新延迟
|
|
6544
|
+
* @returns {number} 设置结果
|
|
6545
6545
|
*/
|
|
6546
6546
|
|
|
6547
6547
|
|
|
@@ -6555,10 +6555,10 @@ var CA_ExtInterface = function () {
|
|
|
6555
6555
|
}
|
|
6556
6556
|
};
|
|
6557
6557
|
|
|
6558
|
-
/**
|
|
6559
|
-
* 获取客户端 IP
|
|
6560
|
-
* @param {string} strGatewayIP - 网关 IP
|
|
6561
|
-
* @returns {string} 客户端 IP
|
|
6558
|
+
/**
|
|
6559
|
+
* 获取客户端 IP
|
|
6560
|
+
* @param {string} strGatewayIP - 网关 IP
|
|
6561
|
+
* @returns {string} 客户端 IP
|
|
6562
6562
|
*/
|
|
6563
6563
|
|
|
6564
6564
|
|
|
@@ -6572,10 +6572,10 @@ var CA_ExtInterface = function () {
|
|
|
6572
6572
|
}
|
|
6573
6573
|
};
|
|
6574
6574
|
|
|
6575
|
-
/**
|
|
6576
|
-
* 登出网关
|
|
6577
|
-
* @param {string} strServerIP - 服务器 IP
|
|
6578
|
-
* @returns {number} 登出结果
|
|
6575
|
+
/**
|
|
6576
|
+
* 登出网关
|
|
6577
|
+
* @param {string} strServerIP - 服务器 IP
|
|
6578
|
+
* @returns {number} 登出结果
|
|
6579
6579
|
*/
|
|
6580
6580
|
|
|
6581
6581
|
|
|
@@ -6589,11 +6589,11 @@ var CA_ExtInterface = function () {
|
|
|
6589
6589
|
}
|
|
6590
6590
|
};
|
|
6591
6591
|
|
|
6592
|
-
/**
|
|
6593
|
-
* 运行安装包
|
|
6594
|
-
* @param {number} lRunType - 运行类型
|
|
6595
|
-
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
6596
|
-
* @returns {number} 运行结果
|
|
6592
|
+
/**
|
|
6593
|
+
* 运行安装包
|
|
6594
|
+
* @param {number} lRunType - 运行类型
|
|
6595
|
+
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
6596
|
+
* @returns {number} 运行结果
|
|
6597
6597
|
*/
|
|
6598
6598
|
|
|
6599
6599
|
|
|
@@ -6607,9 +6607,9 @@ var CA_ExtInterface = function () {
|
|
|
6607
6607
|
}
|
|
6608
6608
|
};
|
|
6609
6609
|
|
|
6610
|
-
/**
|
|
6611
|
-
* 获取下载进度
|
|
6612
|
-
* @returns {number} 下载进度
|
|
6610
|
+
/**
|
|
6611
|
+
* 获取下载进度
|
|
6612
|
+
* @returns {number} 下载进度
|
|
6613
6613
|
*/
|
|
6614
6614
|
|
|
6615
6615
|
|
|
@@ -6623,9 +6623,9 @@ var CA_ExtInterface = function () {
|
|
|
6623
6623
|
}
|
|
6624
6624
|
};
|
|
6625
6625
|
|
|
6626
|
-
/**
|
|
6627
|
-
* 是否安装完成
|
|
6628
|
-
* @returns {boolean} 安装完成状态
|
|
6626
|
+
/**
|
|
6627
|
+
* 是否安装完成
|
|
6628
|
+
* @returns {boolean} 安装完成状态
|
|
6629
6629
|
*/
|
|
6630
6630
|
|
|
6631
6631
|
|
|
@@ -6639,11 +6639,11 @@ var CA_ExtInterface = function () {
|
|
|
6639
6639
|
}
|
|
6640
6640
|
};
|
|
6641
6641
|
|
|
6642
|
-
/**
|
|
6643
|
-
* 初始化签包对象
|
|
6644
|
-
* @param {string} strAlgType - 算法类型
|
|
6645
|
-
* @param {string} strAuxParam - 辅助参数
|
|
6646
|
-
* @returns {number} 初始化结果
|
|
6642
|
+
/**
|
|
6643
|
+
* 初始化签包对象
|
|
6644
|
+
* @param {string} strAlgType - 算法类型
|
|
6645
|
+
* @param {string} strAuxParam - 辅助参数
|
|
6646
|
+
* @returns {number} 初始化结果
|
|
6647
6647
|
*/
|
|
6648
6648
|
|
|
6649
6649
|
|
|
@@ -6657,10 +6657,10 @@ var CA_ExtInterface = function () {
|
|
|
6657
6657
|
}
|
|
6658
6658
|
};
|
|
6659
6659
|
|
|
6660
|
-
/**
|
|
6661
|
-
* 设置摘要算法
|
|
6662
|
-
* @param {string} strDigestAlg - 摘要算法
|
|
6663
|
-
* @returns {number} 设置结果
|
|
6660
|
+
/**
|
|
6661
|
+
* 设置摘要算法
|
|
6662
|
+
* @param {string} strDigestAlg - 摘要算法
|
|
6663
|
+
* @returns {number} 设置结果
|
|
6664
6664
|
*/
|
|
6665
6665
|
|
|
6666
6666
|
|
|
@@ -6674,10 +6674,10 @@ var CA_ExtInterface = function () {
|
|
|
6674
6674
|
}
|
|
6675
6675
|
};
|
|
6676
6676
|
|
|
6677
|
-
/**
|
|
6678
|
-
* 设置单证书是否弹出对话框
|
|
6679
|
-
* @param {number} isChoose - 是否弹出对话框
|
|
6680
|
-
* @returns {number} 设置结果
|
|
6677
|
+
/**
|
|
6678
|
+
* 设置单证书是否弹出对话框
|
|
6679
|
+
* @param {number} isChoose - 是否弹出对话框
|
|
6680
|
+
* @returns {number} 设置结果
|
|
6681
6681
|
*/
|
|
6682
6682
|
|
|
6683
6683
|
|
|
@@ -6691,11 +6691,11 @@ var CA_ExtInterface = function () {
|
|
|
6691
6691
|
}
|
|
6692
6692
|
};
|
|
6693
6693
|
|
|
6694
|
-
/**
|
|
6695
|
-
* 添加证书过滤条件
|
|
6696
|
-
* @param {number} ulType - 过滤类型
|
|
6697
|
-
* @param {string} strValue - 过滤值
|
|
6698
|
-
* @returns {number} 添加结果
|
|
6694
|
+
/**
|
|
6695
|
+
* 添加证书过滤条件
|
|
6696
|
+
* @param {number} ulType - 过滤类型
|
|
6697
|
+
* @param {string} strValue - 过滤值
|
|
6698
|
+
* @returns {number} 添加结果
|
|
6699
6699
|
*/
|
|
6700
6700
|
|
|
6701
6701
|
|
|
@@ -6709,9 +6709,9 @@ var CA_ExtInterface = function () {
|
|
|
6709
6709
|
}
|
|
6710
6710
|
};
|
|
6711
6711
|
|
|
6712
|
-
/**
|
|
6713
|
-
* 清除所有过滤条件
|
|
6714
|
-
* @returns {number} 清除结果
|
|
6712
|
+
/**
|
|
6713
|
+
* 清除所有过滤条件
|
|
6714
|
+
* @returns {number} 清除结果
|
|
6715
6715
|
*/
|
|
6716
6716
|
|
|
6717
6717
|
|
|
@@ -6725,10 +6725,10 @@ var CA_ExtInterface = function () {
|
|
|
6725
6725
|
}
|
|
6726
6726
|
};
|
|
6727
6727
|
|
|
6728
|
-
/**
|
|
6729
|
-
* P1 签名
|
|
6730
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6731
|
-
* @returns {string} 签名结果
|
|
6728
|
+
/**
|
|
6729
|
+
* P1 签名
|
|
6730
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6731
|
+
* @returns {string} 签名结果
|
|
6732
6732
|
*/
|
|
6733
6733
|
|
|
6734
6734
|
|
|
@@ -6742,10 +6742,10 @@ var CA_ExtInterface = function () {
|
|
|
6742
6742
|
}
|
|
6743
6743
|
};
|
|
6744
6744
|
|
|
6745
|
-
/**
|
|
6746
|
-
* P1 签名字符串
|
|
6747
|
-
* @param {string} strValue - 待签名的字符串
|
|
6748
|
-
* @returns {string} 签名结果
|
|
6745
|
+
/**
|
|
6746
|
+
* P1 签名字符串
|
|
6747
|
+
* @param {string} strValue - 待签名的字符串
|
|
6748
|
+
* @returns {string} 签名结果
|
|
6749
6749
|
*/
|
|
6750
6750
|
|
|
6751
6751
|
|
|
@@ -6759,12 +6759,12 @@ var CA_ExtInterface = function () {
|
|
|
6759
6759
|
}
|
|
6760
6760
|
};
|
|
6761
6761
|
|
|
6762
|
-
/**
|
|
6763
|
-
* P7 签名
|
|
6764
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6765
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
6766
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6767
|
-
* @returns {string} 签名结果
|
|
6762
|
+
/**
|
|
6763
|
+
* P7 签名
|
|
6764
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6765
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
6766
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6767
|
+
* @returns {string} 签名结果
|
|
6768
6768
|
*/
|
|
6769
6769
|
|
|
6770
6770
|
|
|
@@ -6778,12 +6778,12 @@ var CA_ExtInterface = function () {
|
|
|
6778
6778
|
}
|
|
6779
6779
|
};
|
|
6780
6780
|
|
|
6781
|
-
/**
|
|
6782
|
-
* P7 签名字符串
|
|
6783
|
-
* @param {string} strValue - 待签名的字符串
|
|
6784
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
6785
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6786
|
-
* @returns {string} 签名结果
|
|
6781
|
+
/**
|
|
6782
|
+
* P7 签名字符串
|
|
6783
|
+
* @param {string} strValue - 待签名的字符串
|
|
6784
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
6785
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6786
|
+
* @returns {string} 签名结果
|
|
6787
6787
|
*/
|
|
6788
6788
|
|
|
6789
6789
|
|
|
@@ -6797,9 +6797,9 @@ var CA_ExtInterface = function () {
|
|
|
6797
6797
|
}
|
|
6798
6798
|
};
|
|
6799
6799
|
|
|
6800
|
-
/**
|
|
6801
|
-
* 释放签名对象
|
|
6802
|
-
* @returns {number} 释放结果
|
|
6800
|
+
/**
|
|
6801
|
+
* 释放签名对象
|
|
6802
|
+
* @returns {number} 释放结果
|
|
6803
6803
|
*/
|
|
6804
6804
|
|
|
6805
6805
|
|
|
@@ -6813,9 +6813,9 @@ var CA_ExtInterface = function () {
|
|
|
6813
6813
|
}
|
|
6814
6814
|
};
|
|
6815
6815
|
|
|
6816
|
-
/**
|
|
6817
|
-
* 获取签名版本
|
|
6818
|
-
* @returns {string} 签名版本
|
|
6816
|
+
/**
|
|
6817
|
+
* 获取签名版本
|
|
6818
|
+
* @returns {string} 签名版本
|
|
6819
6819
|
*/
|
|
6820
6820
|
|
|
6821
6821
|
|
|
@@ -6829,9 +6829,9 @@ var CA_ExtInterface = function () {
|
|
|
6829
6829
|
}
|
|
6830
6830
|
};
|
|
6831
6831
|
|
|
6832
|
-
/**
|
|
6833
|
-
* 获取签名证书
|
|
6834
|
-
* @returns {string} 签名证书
|
|
6832
|
+
/**
|
|
6833
|
+
* 获取签名证书
|
|
6834
|
+
* @returns {string} 签名证书
|
|
6835
6835
|
*/
|
|
6836
6836
|
|
|
6837
6837
|
|
|
@@ -6845,9 +6845,9 @@ var CA_ExtInterface = function () {
|
|
|
6845
6845
|
}
|
|
6846
6846
|
};
|
|
6847
6847
|
|
|
6848
|
-
/**
|
|
6849
|
-
* 获取错误码
|
|
6850
|
-
* @returns {number} 错误码
|
|
6848
|
+
/**
|
|
6849
|
+
* 获取错误码
|
|
6850
|
+
* @returns {number} 错误码
|
|
6851
6851
|
*/
|
|
6852
6852
|
|
|
6853
6853
|
|
|
@@ -6861,9 +6861,9 @@ var CA_ExtInterface = function () {
|
|
|
6861
6861
|
}
|
|
6862
6862
|
};
|
|
6863
6863
|
|
|
6864
|
-
/**
|
|
6865
|
-
* 获取错误信息
|
|
6866
|
-
* @returns {string} 错误信息
|
|
6864
|
+
/**
|
|
6865
|
+
* 获取错误信息
|
|
6866
|
+
* @returns {string} 错误信息
|
|
6867
6867
|
*/
|
|
6868
6868
|
|
|
6869
6869
|
|
|
@@ -6877,9 +6877,9 @@ var CA_ExtInterface = function () {
|
|
|
6877
6877
|
}
|
|
6878
6878
|
};
|
|
6879
6879
|
|
|
6880
|
-
/**
|
|
6881
|
-
* 销毁认证对象
|
|
6882
|
-
* @returns {number} 销毁结果
|
|
6880
|
+
/**
|
|
6881
|
+
* 销毁认证对象
|
|
6882
|
+
* @returns {number} 销毁结果
|
|
6883
6883
|
*/
|
|
6884
6884
|
|
|
6885
6885
|
|
|
@@ -6893,9 +6893,9 @@ var CA_ExtInterface = function () {
|
|
|
6893
6893
|
}
|
|
6894
6894
|
};
|
|
6895
6895
|
|
|
6896
|
-
/**
|
|
6897
|
-
* 获取证书类型
|
|
6898
|
-
* @returns {string} 证书类型
|
|
6896
|
+
/**
|
|
6897
|
+
* 获取证书类型
|
|
6898
|
+
* @returns {string} 证书类型
|
|
6899
6899
|
*/
|
|
6900
6900
|
|
|
6901
6901
|
|
|
@@ -6909,9 +6909,9 @@ var CA_ExtInterface = function () {
|
|
|
6909
6909
|
}
|
|
6910
6910
|
};
|
|
6911
6911
|
|
|
6912
|
-
/**
|
|
6913
|
-
* 获取签名摘要算法
|
|
6914
|
-
* @returns {string} 签名摘要算法
|
|
6912
|
+
/**
|
|
6913
|
+
* 获取签名摘要算法
|
|
6914
|
+
* @returns {string} 签名摘要算法
|
|
6915
6915
|
*/
|
|
6916
6916
|
|
|
6917
6917
|
|
|
@@ -6925,11 +6925,11 @@ var CA_ExtInterface = function () {
|
|
|
6925
6925
|
}
|
|
6926
6926
|
};
|
|
6927
6927
|
|
|
6928
|
-
/**
|
|
6929
|
-
* 使能调用序列
|
|
6930
|
-
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
6931
|
-
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
6932
|
-
* @returns {number} 使能结果
|
|
6928
|
+
/**
|
|
6929
|
+
* 使能调用序列
|
|
6930
|
+
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
6931
|
+
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
6932
|
+
* @returns {number} 使能结果
|
|
6933
6933
|
*/
|
|
6934
6934
|
|
|
6935
6935
|
|
|
@@ -6943,9 +6943,9 @@ var CA_ExtInterface = function () {
|
|
|
6943
6943
|
}
|
|
6944
6944
|
};
|
|
6945
6945
|
|
|
6946
|
-
/**
|
|
6947
|
-
* 清空调用序列结果
|
|
6948
|
-
* @returns {number} 清空调用序列结果
|
|
6946
|
+
/**
|
|
6947
|
+
* 清空调用序列结果
|
|
6948
|
+
* @returns {number} 清空调用序列结果
|
|
6949
6949
|
*/
|
|
6950
6950
|
|
|
6951
6951
|
|
|
@@ -6959,9 +6959,9 @@ var CA_ExtInterface = function () {
|
|
|
6959
6959
|
}
|
|
6960
6960
|
};
|
|
6961
6961
|
|
|
6962
|
-
/**
|
|
6963
|
-
* 获取调用序列结果
|
|
6964
|
-
* @returns {string} 调用序列结果
|
|
6962
|
+
/**
|
|
6963
|
+
* 获取调用序列结果
|
|
6964
|
+
* @returns {string} 调用序列结果
|
|
6965
6965
|
*/
|
|
6966
6966
|
|
|
6967
6967
|
|
|
@@ -6975,12 +6975,12 @@ var CA_ExtInterface = function () {
|
|
|
6975
6975
|
}
|
|
6976
6976
|
};
|
|
6977
6977
|
|
|
6978
|
-
/**
|
|
6979
|
-
* 客户端安全策略检查
|
|
6980
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6981
|
-
* @param {number} usGatewayPort - 网关端口
|
|
6982
|
-
* @param {string} strSecurityPolicys - 安全策略
|
|
6983
|
-
* @returns {boolean} 检查结果
|
|
6978
|
+
/**
|
|
6979
|
+
* 客户端安全策略检查
|
|
6980
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6981
|
+
* @param {number} usGatewayPort - 网关端口
|
|
6982
|
+
* @param {string} strSecurityPolicys - 安全策略
|
|
6983
|
+
* @returns {boolean} 检查结果
|
|
6984
6984
|
*/
|
|
6985
6985
|
|
|
6986
6986
|
|
|
@@ -6994,9 +6994,9 @@ var CA_ExtInterface = function () {
|
|
|
6994
6994
|
}
|
|
6995
6995
|
};
|
|
6996
6996
|
|
|
6997
|
-
/**
|
|
6998
|
-
* 获取通讯协议版本
|
|
6999
|
-
* @returns {string} 通讯协议版本
|
|
6997
|
+
/**
|
|
6998
|
+
* 获取通讯协议版本
|
|
6999
|
+
* @returns {string} 通讯协议版本
|
|
7000
7000
|
*/
|
|
7001
7001
|
|
|
7002
7002
|
|
|
@@ -7010,13 +7010,13 @@ var CA_ExtInterface = function () {
|
|
|
7010
7010
|
}
|
|
7011
7011
|
};
|
|
7012
7012
|
|
|
7013
|
-
/**
|
|
7014
|
-
* 修改 Key 的 Pin 码
|
|
7015
|
-
* @param {string} strCertSn - 证书序列号
|
|
7016
|
-
* @param {number} lPinCodeType - Pin 码类型
|
|
7017
|
-
* @param {string} strCurPinCode - 当前 Pin 码
|
|
7018
|
-
* @param {string} strNewPinCode - 新 Pin 码
|
|
7019
|
-
* @returns {number} 修改结果
|
|
7013
|
+
/**
|
|
7014
|
+
* 修改 Key 的 Pin 码
|
|
7015
|
+
* @param {string} strCertSn - 证书序列号
|
|
7016
|
+
* @param {number} lPinCodeType - Pin 码类型
|
|
7017
|
+
* @param {string} strCurPinCode - 当前 Pin 码
|
|
7018
|
+
* @param {string} strNewPinCode - 新 Pin 码
|
|
7019
|
+
* @returns {number} 修改结果
|
|
7020
7020
|
*/
|
|
7021
7021
|
|
|
7022
7022
|
|
|
@@ -7030,10 +7030,10 @@ var CA_ExtInterface = function () {
|
|
|
7030
7030
|
}
|
|
7031
7031
|
};
|
|
7032
7032
|
|
|
7033
|
-
/**
|
|
7034
|
-
* 等待策略设置完毕
|
|
7035
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7036
|
-
* @returns {number} 等待结果
|
|
7033
|
+
/**
|
|
7034
|
+
* 等待策略设置完毕
|
|
7035
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7036
|
+
* @returns {number} 等待结果
|
|
7037
7037
|
*/
|
|
7038
7038
|
|
|
7039
7039
|
|
|
@@ -7047,10 +7047,10 @@ var CA_ExtInterface = function () {
|
|
|
7047
7047
|
}
|
|
7048
7048
|
};
|
|
7049
7049
|
|
|
7050
|
-
/**
|
|
7051
|
-
* 获取会话 Token
|
|
7052
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7053
|
-
* @returns {string} 会话 Token
|
|
7050
|
+
/**
|
|
7051
|
+
* 获取会话 Token
|
|
7052
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7053
|
+
* @returns {string} 会话 Token
|
|
7054
7054
|
*/
|
|
7055
7055
|
|
|
7056
7056
|
|
|
@@ -7064,9 +7064,9 @@ var CA_ExtInterface = function () {
|
|
|
7064
7064
|
}
|
|
7065
7065
|
};
|
|
7066
7066
|
|
|
7067
|
-
/**
|
|
7068
|
-
* 获取控件版本
|
|
7069
|
-
* @returns {string} 控件版本
|
|
7067
|
+
/**
|
|
7068
|
+
* 获取控件版本
|
|
7069
|
+
* @returns {string} 控件版本
|
|
7070
7070
|
*/
|
|
7071
7071
|
|
|
7072
7072
|
|
|
@@ -7080,10 +7080,10 @@ var CA_ExtInterface = function () {
|
|
|
7080
7080
|
}
|
|
7081
7081
|
};
|
|
7082
7082
|
|
|
7083
|
-
/**
|
|
7084
|
-
* 设置语言资源
|
|
7085
|
-
* @param {string} strLanguage - 语言资源
|
|
7086
|
-
* @returns {number} 设置结果
|
|
7083
|
+
/**
|
|
7084
|
+
* 设置语言资源
|
|
7085
|
+
* @param {string} strLanguage - 语言资源
|
|
7086
|
+
* @returns {number} 设置结果
|
|
7087
7087
|
*/
|
|
7088
7088
|
|
|
7089
7089
|
|
|
@@ -7097,12 +7097,12 @@ var CA_ExtInterface = function () {
|
|
|
7097
7097
|
}
|
|
7098
7098
|
};
|
|
7099
7099
|
|
|
7100
|
-
/**
|
|
7101
|
-
* 获取用户属性
|
|
7102
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7103
|
-
* @param {string} strAppFlag - 应用标识
|
|
7104
|
-
* @param {string} strAttributeName - 属性名称
|
|
7105
|
-
* @returns {string} 用户属性值
|
|
7100
|
+
/**
|
|
7101
|
+
* 获取用户属性
|
|
7102
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7103
|
+
* @param {string} strAppFlag - 应用标识
|
|
7104
|
+
* @param {string} strAttributeName - 属性名称
|
|
7105
|
+
* @returns {string} 用户属性值
|
|
7106
7106
|
*/
|
|
7107
7107
|
|
|
7108
7108
|
|
|
@@ -7116,9 +7116,9 @@ var CA_ExtInterface = function () {
|
|
|
7116
7116
|
}
|
|
7117
7117
|
};
|
|
7118
7118
|
|
|
7119
|
-
/**
|
|
7120
|
-
* 获取签名加密 PIN 码
|
|
7121
|
-
* @returns {string} 签名加密 PIN 码
|
|
7119
|
+
/**
|
|
7120
|
+
* 获取签名加密 PIN 码
|
|
7121
|
+
* @returns {string} 签名加密 PIN 码
|
|
7122
7122
|
*/
|
|
7123
7123
|
|
|
7124
7124
|
|
|
@@ -7131,20 +7131,20 @@ var CA_ExtInterface = function () {
|
|
|
7131
7131
|
return result.value;
|
|
7132
7132
|
}
|
|
7133
7133
|
};
|
|
7134
|
-
/*
|
|
7135
|
-
*曙光四川CA
|
|
7136
|
-
*'SOF_GetUserList' 证书列表
|
|
7137
|
-
*'SOF_ExportUserCert' 导出证书
|
|
7138
|
-
*'SOF_GetCertInfo': 获取证书信息
|
|
7139
|
-
*'SOF_GenRandom': 生成随机数
|
|
7140
|
-
*'SOF_SignData': 获取证书签名
|
|
7141
|
-
*'SOF_Login': 登录证书
|
|
7142
|
-
*'SOF_GetPinRetryCount': 剩余次数
|
|
7134
|
+
/*
|
|
7135
|
+
*曙光四川CA
|
|
7136
|
+
*'SOF_GetUserList' 证书列表
|
|
7137
|
+
*'SOF_ExportUserCert' 导出证书
|
|
7138
|
+
*'SOF_GetCertInfo': 获取证书信息
|
|
7139
|
+
*'SOF_GenRandom': 生成随机数
|
|
7140
|
+
*'SOF_SignData': 获取证书签名
|
|
7141
|
+
*'SOF_Login': 登录证书
|
|
7142
|
+
*'SOF_GetPinRetryCount': 剩余次数
|
|
7143
7143
|
*/
|
|
7144
|
-
/**
|
|
7145
|
-
*
|
|
7146
|
-
* 获取webSocket消息
|
|
7147
|
-
* @returns {string}
|
|
7144
|
+
/**
|
|
7145
|
+
*
|
|
7146
|
+
* 获取webSocket消息
|
|
7147
|
+
* @returns {string}
|
|
7148
7148
|
*/
|
|
7149
7149
|
|
|
7150
7150
|
|
|
@@ -7180,10 +7180,10 @@ var CA_ExtInterface = function () {
|
|
|
7180
7180
|
};
|
|
7181
7181
|
});
|
|
7182
7182
|
};
|
|
7183
|
-
/**
|
|
7184
|
-
*
|
|
7185
|
-
* base64解码
|
|
7186
|
-
* @returns {string} base64解码后的字符串
|
|
7183
|
+
/**
|
|
7184
|
+
*
|
|
7185
|
+
* base64解码
|
|
7186
|
+
* @returns {string} base64解码后的字符串
|
|
7187
7187
|
*/
|
|
7188
7188
|
|
|
7189
7189
|
|
|
@@ -7218,10 +7218,10 @@ var CA_ExtInterface = function () {
|
|
|
7218
7218
|
val = this.utf8_decode(val);
|
|
7219
7219
|
return val;
|
|
7220
7220
|
};
|
|
7221
|
-
/**
|
|
7222
|
-
*
|
|
7223
|
-
* base64编码
|
|
7224
|
-
* @returns {string} base64编码后的字符串
|
|
7221
|
+
/**
|
|
7222
|
+
*
|
|
7223
|
+
* base64编码
|
|
7224
|
+
* @returns {string} base64编码后的字符串
|
|
7225
7225
|
*/
|
|
7226
7226
|
|
|
7227
7227
|
|
|
@@ -7254,10 +7254,10 @@ var CA_ExtInterface = function () {
|
|
|
7254
7254
|
}
|
|
7255
7255
|
return val;
|
|
7256
7256
|
};
|
|
7257
|
-
/**
|
|
7258
|
-
*
|
|
7259
|
-
* utf8解码
|
|
7260
|
-
* @returns {string} utf8解码后的字符串
|
|
7257
|
+
/**
|
|
7258
|
+
*
|
|
7259
|
+
* utf8解码
|
|
7260
|
+
* @returns {string} utf8解码后的字符串
|
|
7261
7261
|
*/
|
|
7262
7262
|
|
|
7263
7263
|
|
|
@@ -7286,10 +7286,10 @@ var CA_ExtInterface = function () {
|
|
|
7286
7286
|
}
|
|
7287
7287
|
return string;
|
|
7288
7288
|
};
|
|
7289
|
-
/**
|
|
7290
|
-
*
|
|
7291
|
-
* utf8编码
|
|
7292
|
-
* @returns {string} utf8编码后的字符串
|
|
7289
|
+
/**
|
|
7290
|
+
*
|
|
7291
|
+
* utf8编码
|
|
7292
|
+
* @returns {string} utf8编码后的字符串
|
|
7293
7293
|
*/
|
|
7294
7294
|
|
|
7295
7295
|
|
|
@@ -8824,8 +8824,8 @@ checkbox_group_src_main.install = function (Vue) {
|
|
|
8824
8824
|
};
|
|
8825
8825
|
|
|
8826
8826
|
/* harmony default export */ var checkbox_group = (checkbox_group_src_main);
|
|
8827
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=
|
|
8828
|
-
var
|
|
8827
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=template&id=0eae5ac4&
|
|
8828
|
+
var mainvue_type_template_id_0eae5ac4_render = function () {
|
|
8829
8829
|
var _vm = this
|
|
8830
8830
|
var _h = _vm.$createElement
|
|
8831
8831
|
var _c = _vm._self._c || _h
|
|
@@ -8870,19 +8870,19 @@ var mainvue_type_template_id_23e63d3e_render = function () {
|
|
|
8870
8870
|
[
|
|
8871
8871
|
key == "ios"
|
|
8872
8872
|
? [
|
|
8873
|
-
_c("i", { staticClass: "es-icon-
|
|
8873
|
+
_c("i", { staticClass: "es-icon-pingguo" }),
|
|
8874
8874
|
_vm._v("苹果系统\n "),
|
|
8875
8875
|
]
|
|
8876
8876
|
: _vm._e(),
|
|
8877
8877
|
key == "android"
|
|
8878
8878
|
? [
|
|
8879
|
-
_c("i", { staticClass: "es-icon-
|
|
8879
|
+
_c("i", { staticClass: "es-icon-anzhuo" }),
|
|
8880
8880
|
_vm._v("安卓系统\n "),
|
|
8881
8881
|
]
|
|
8882
8882
|
: _vm._e(),
|
|
8883
8883
|
key == "harmony"
|
|
8884
8884
|
? [
|
|
8885
|
-
_c("i", { staticClass: "es-icon-
|
|
8885
|
+
_c("i", { staticClass: "es-icon-huawei" }),
|
|
8886
8886
|
_vm._v("鸿蒙next系统\n "),
|
|
8887
8887
|
]
|
|
8888
8888
|
: _vm._e(),
|
|
@@ -8991,7 +8991,7 @@ var mainvue_type_template_id_23e63d3e_render = function () {
|
|
|
8991
8991
|
),
|
|
8992
8992
|
])
|
|
8993
8993
|
}
|
|
8994
|
-
var
|
|
8994
|
+
var mainvue_type_template_id_0eae5ac4_staticRenderFns = [
|
|
8995
8995
|
function () {
|
|
8996
8996
|
var _vm = this
|
|
8997
8997
|
var _h = _vm.$createElement
|
|
@@ -9002,10 +9002,10 @@ var mainvue_type_template_id_23e63d3e_staticRenderFns = [
|
|
|
9002
9002
|
])
|
|
9003
9003
|
},
|
|
9004
9004
|
]
|
|
9005
|
-
|
|
9005
|
+
mainvue_type_template_id_0eae5ac4_render._withStripped = true
|
|
9006
9006
|
|
|
9007
9007
|
|
|
9008
|
-
// CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=
|
|
9008
|
+
// CONCATENATED MODULE: ./packages/clients/src/main.vue?vue&type=template&id=0eae5ac4&
|
|
9009
9009
|
|
|
9010
9010
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/clients/src/main.vue?vue&type=script&lang=js&
|
|
9011
9011
|
//
|
|
@@ -9165,8 +9165,8 @@ mainvue_type_template_id_23e63d3e_render._withStripped = true
|
|
|
9165
9165
|
|
|
9166
9166
|
var clients_src_main_component = normalizeComponent(
|
|
9167
9167
|
packages_clients_src_mainvue_type_script_lang_js_,
|
|
9168
|
-
|
|
9169
|
-
|
|
9168
|
+
mainvue_type_template_id_0eae5ac4_render,
|
|
9169
|
+
mainvue_type_template_id_0eae5ac4_staticRenderFns,
|
|
9170
9170
|
false,
|
|
9171
9171
|
null,
|
|
9172
9172
|
null,
|
|
@@ -9183,8 +9183,8 @@ clients_src_main.install = function (Vue) {
|
|
|
9183
9183
|
};
|
|
9184
9184
|
|
|
9185
9185
|
/* harmony default export */ var clients = (clients_src_main);
|
|
9186
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=
|
|
9187
|
-
var
|
|
9186
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=ac23110e&
|
|
9187
|
+
var mainvue_type_template_id_ac23110e_render = function () {
|
|
9188
9188
|
var _vm = this
|
|
9189
9189
|
var _h = _vm.$createElement
|
|
9190
9190
|
var _c = _vm._self._c || _h
|
|
@@ -9585,11 +9585,11 @@ var mainvue_type_template_id_a21d83ce_render = function () {
|
|
|
9585
9585
|
1
|
|
9586
9586
|
)
|
|
9587
9587
|
}
|
|
9588
|
-
var
|
|
9589
|
-
|
|
9588
|
+
var mainvue_type_template_id_ac23110e_staticRenderFns = []
|
|
9589
|
+
mainvue_type_template_id_ac23110e_render._withStripped = true
|
|
9590
9590
|
|
|
9591
9591
|
|
|
9592
|
-
// CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=
|
|
9592
|
+
// CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=ac23110e&
|
|
9593
9593
|
|
|
9594
9594
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
|
|
9595
9595
|
var childrenvue_type_template_id_271bb842_render = function () {
|
|
@@ -9647,8 +9647,8 @@ childrenvue_type_template_id_271bb842_render._withStripped = true
|
|
|
9647
9647
|
|
|
9648
9648
|
// CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
|
|
9649
9649
|
|
|
9650
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=
|
|
9651
|
-
var
|
|
9650
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/column.vue?vue&type=template&id=8d40b3a8&
|
|
9651
|
+
var columnvue_type_template_id_8d40b3a8_render = function () {
|
|
9652
9652
|
var _vm = this
|
|
9653
9653
|
var _h = _vm.$createElement
|
|
9654
9654
|
var _c = _vm._self._c || _h
|
|
@@ -10458,11 +10458,11 @@ var columnvue_type_template_id_de8047a2_render = function () {
|
|
|
10458
10458
|
2
|
|
10459
10459
|
)
|
|
10460
10460
|
}
|
|
10461
|
-
var
|
|
10462
|
-
|
|
10461
|
+
var columnvue_type_template_id_8d40b3a8_staticRenderFns = []
|
|
10462
|
+
columnvue_type_template_id_8d40b3a8_render._withStripped = true
|
|
10463
10463
|
|
|
10464
10464
|
|
|
10465
|
-
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=
|
|
10465
|
+
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=8d40b3a8&
|
|
10466
10466
|
|
|
10467
10467
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
10468
10468
|
var regenerator_ = __webpack_require__(2);
|
|
@@ -11111,7 +11111,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11111
11111
|
},
|
|
11112
11112
|
icon: function icon() {
|
|
11113
11113
|
if (this.filterIcon === true) {
|
|
11114
|
-
return 'es-icon-
|
|
11114
|
+
return 'es-icon-yingyong';
|
|
11115
11115
|
}
|
|
11116
11116
|
return false;
|
|
11117
11117
|
},
|
|
@@ -11406,8 +11406,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11406
11406
|
|
|
11407
11407
|
var column_component = normalizeComponent(
|
|
11408
11408
|
src_columnvue_type_script_lang_js_,
|
|
11409
|
-
|
|
11410
|
-
|
|
11409
|
+
columnvue_type_template_id_8d40b3a8_render,
|
|
11410
|
+
columnvue_type_template_id_8d40b3a8_staticRenderFns,
|
|
11411
11411
|
false,
|
|
11412
11412
|
null,
|
|
11413
11413
|
null,
|
|
@@ -12244,7 +12244,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
|
|
|
12244
12244
|
dragSort: Boolean,
|
|
12245
12245
|
dragSortIcon: {
|
|
12246
12246
|
type: String,
|
|
12247
|
-
default: 'es-icon-
|
|
12247
|
+
default: 'es-icon-lanmu'
|
|
12248
12248
|
},
|
|
12249
12249
|
isFieldsEncryption: Boolean,
|
|
12250
12250
|
contentSuccess: Function,
|
|
@@ -12337,7 +12337,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
|
|
|
12337
12337
|
fixed: 'left',
|
|
12338
12338
|
selectable: this.selectable,
|
|
12339
12339
|
reserveSelection: this.reserveSelection,
|
|
12340
|
-
filterIcon: this.filter && !addfilter ? 'es-icon-
|
|
12340
|
+
filterIcon: this.filter && !addfilter ? 'es-icon-yingyong' : undefined,
|
|
12341
12341
|
key: 'es-checkbox'
|
|
12342
12342
|
});
|
|
12343
12343
|
if (!addfilter) {
|
|
@@ -12366,7 +12366,7 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
|
|
|
12366
12366
|
align: 'center',
|
|
12367
12367
|
fixed: 'left',
|
|
12368
12368
|
index: index,
|
|
12369
|
-
filterIcon: this.filter && !addfilter ? 'es-icon-
|
|
12369
|
+
filterIcon: this.filter && !addfilter ? 'es-icon-yingyong' : undefined,
|
|
12370
12370
|
key: 'es-index'
|
|
12371
12371
|
});
|
|
12372
12372
|
if (!addfilter) {
|
|
@@ -13061,6 +13061,11 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
|
|
|
13061
13061
|
onClose: function onClose() {
|
|
13062
13062
|
var first = Object.prototype.hasOwnProperty.call(handle, 'first') ? handle.first : false;
|
|
13063
13063
|
var reload = handle.reload || true;
|
|
13064
|
+
if (handle.event == 'delete') {
|
|
13065
|
+
var totalCount = _this13.config.totalCount - 1;
|
|
13066
|
+
_this13.config.pageNum = Math.ceil(totalCount / _this13.config.pageSize);
|
|
13067
|
+
}
|
|
13068
|
+
|
|
13064
13069
|
if (reload) {
|
|
13065
13070
|
_this13.reload({}, first);
|
|
13066
13071
|
}
|
|
@@ -13465,8 +13470,8 @@ var pageView = utils_util["a" /* default */].getParams('pageView');
|
|
|
13465
13470
|
|
|
13466
13471
|
var data_table_src_main_component = normalizeComponent(
|
|
13467
13472
|
packages_data_table_src_mainvue_type_script_lang_js_,
|
|
13468
|
-
|
|
13469
|
-
|
|
13473
|
+
mainvue_type_template_id_ac23110e_render,
|
|
13474
|
+
mainvue_type_template_id_ac23110e_staticRenderFns,
|
|
13470
13475
|
false,
|
|
13471
13476
|
null,
|
|
13472
13477
|
null,
|
|
@@ -16706,8 +16711,8 @@ dialog_src_main.install = function (Vue) {
|
|
|
16706
16711
|
};
|
|
16707
16712
|
|
|
16708
16713
|
/* harmony default export */ var packages_dialog = (dialog_src_main);
|
|
16709
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/enable-drag/src/main.vue?vue&type=template&id=
|
|
16710
|
-
var
|
|
16714
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/enable-drag/src/main.vue?vue&type=template&id=59b4b327&scoped=true&
|
|
16715
|
+
var mainvue_type_template_id_59b4b327_scoped_true_render = function () {
|
|
16711
16716
|
var _vm = this
|
|
16712
16717
|
var _h = _vm.$createElement
|
|
16713
16718
|
var _c = _vm._self._c || _h
|
|
@@ -16836,7 +16841,7 @@ var mainvue_type_template_id_740c305c_scoped_true_render = function () {
|
|
|
16836
16841
|
expression: "position.includes('right')",
|
|
16837
16842
|
},
|
|
16838
16843
|
],
|
|
16839
|
-
staticClass: "es-enable-drag-small-tri es-icon-
|
|
16844
|
+
staticClass: "es-enable-drag-small-tri es-icon-circle-zuo",
|
|
16840
16845
|
}),
|
|
16841
16846
|
_c("i", {
|
|
16842
16847
|
directives: [
|
|
@@ -16847,7 +16852,7 @@ var mainvue_type_template_id_740c305c_scoped_true_render = function () {
|
|
|
16847
16852
|
expression: "position.includes('left')",
|
|
16848
16853
|
},
|
|
16849
16854
|
],
|
|
16850
|
-
staticClass: "es-enable-drag-small-tri es-icon-
|
|
16855
|
+
staticClass: "es-enable-drag-small-tri es-icon-circle-you",
|
|
16851
16856
|
}),
|
|
16852
16857
|
_c("i", {
|
|
16853
16858
|
directives: [
|
|
@@ -16864,7 +16869,8 @@ var mainvue_type_template_id_740c305c_scoped_true_render = function () {
|
|
|
16864
16869
|
"\n position.includes('bottom') &&\n !(position.includes('right') || position.includes('left'))\n ",
|
|
16865
16870
|
},
|
|
16866
16871
|
],
|
|
16867
|
-
staticClass:
|
|
16872
|
+
staticClass:
|
|
16873
|
+
"es-enable-drag-small-tri es-icon-circle-shang",
|
|
16868
16874
|
}),
|
|
16869
16875
|
_c("i", {
|
|
16870
16876
|
directives: [
|
|
@@ -16881,7 +16887,7 @@ var mainvue_type_template_id_740c305c_scoped_true_render = function () {
|
|
|
16881
16887
|
"\n position.includes('top') &&\n !(position.includes('right') || position.includes('left'))\n ",
|
|
16882
16888
|
},
|
|
16883
16889
|
],
|
|
16884
|
-
staticClass: "es-enable-drag-small-tri es-icon-
|
|
16890
|
+
staticClass: "es-enable-drag-small-tri es-icon-circle-xia",
|
|
16885
16891
|
}),
|
|
16886
16892
|
]
|
|
16887
16893
|
),
|
|
@@ -16894,11 +16900,11 @@ var mainvue_type_template_id_740c305c_scoped_true_render = function () {
|
|
|
16894
16900
|
]
|
|
16895
16901
|
)
|
|
16896
16902
|
}
|
|
16897
|
-
var
|
|
16898
|
-
|
|
16903
|
+
var mainvue_type_template_id_59b4b327_scoped_true_staticRenderFns = []
|
|
16904
|
+
mainvue_type_template_id_59b4b327_scoped_true_render._withStripped = true
|
|
16899
16905
|
|
|
16900
16906
|
|
|
16901
|
-
// CONCATENATED MODULE: ./packages/enable-drag/src/main.vue?vue&type=template&id=
|
|
16907
|
+
// CONCATENATED MODULE: ./packages/enable-drag/src/main.vue?vue&type=template&id=59b4b327&scoped=true&
|
|
16902
16908
|
|
|
16903
16909
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/enable-drag/src/main.vue?vue&type=script&lang=js&
|
|
16904
16910
|
|
|
@@ -17003,7 +17009,7 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
|
|
|
17003
17009
|
//默认拖动按钮图标
|
|
17004
17010
|
icon: {
|
|
17005
17011
|
type: String,
|
|
17006
|
-
default: 'es-icon-
|
|
17012
|
+
default: 'es-icon-yingyong'
|
|
17007
17013
|
},
|
|
17008
17014
|
smallText: String,
|
|
17009
17015
|
//边界距离(小于这个距离就隐藏)
|
|
@@ -17287,11 +17293,11 @@ function src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function
|
|
|
17287
17293
|
|
|
17288
17294
|
var enable_drag_src_main_component = normalizeComponent(
|
|
17289
17295
|
packages_enable_drag_src_mainvue_type_script_lang_js_,
|
|
17290
|
-
|
|
17291
|
-
|
|
17296
|
+
mainvue_type_template_id_59b4b327_scoped_true_render,
|
|
17297
|
+
mainvue_type_template_id_59b4b327_scoped_true_staticRenderFns,
|
|
17292
17298
|
false,
|
|
17293
17299
|
null,
|
|
17294
|
-
"
|
|
17300
|
+
"59b4b327",
|
|
17295
17301
|
null
|
|
17296
17302
|
|
|
17297
17303
|
)
|
|
@@ -27716,8 +27722,8 @@ form_src_main.install = function (Vue) {
|
|
|
27716
27722
|
};
|
|
27717
27723
|
|
|
27718
27724
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
27719
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
27720
|
-
var
|
|
27725
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=6aa1c3ab&
|
|
27726
|
+
var mainvue_type_template_id_6aa1c3ab_render = function () {
|
|
27721
27727
|
var _vm = this
|
|
27722
27728
|
var _h = _vm.$createElement
|
|
27723
27729
|
var _c = _vm._self._c || _h
|
|
@@ -27775,8 +27781,8 @@ var mainvue_type_template_id_6401a30b_render = function () {
|
|
|
27775
27781
|
attrs: {
|
|
27776
27782
|
size: "medium",
|
|
27777
27783
|
icon: _vm.shrink
|
|
27778
|
-
? "es-icon-
|
|
27779
|
-
: "es-icon-
|
|
27784
|
+
? "es-icon-shouqi"
|
|
27785
|
+
: "es-icon-zhankai",
|
|
27780
27786
|
},
|
|
27781
27787
|
on: { click: _vm.setShrink },
|
|
27782
27788
|
})
|
|
@@ -28065,8 +28071,8 @@ var mainvue_type_template_id_6401a30b_render = function () {
|
|
|
28065
28071
|
attrs: {
|
|
28066
28072
|
size: "medium",
|
|
28067
28073
|
icon: _vm.shrink
|
|
28068
|
-
? "es-icon-
|
|
28069
|
-
: "es-icon-
|
|
28074
|
+
? "es-icon-shouqi"
|
|
28075
|
+
: "es-icon-zhankai",
|
|
28070
28076
|
},
|
|
28071
28077
|
on: { click: _vm.setShrink },
|
|
28072
28078
|
})
|
|
@@ -28383,7 +28389,7 @@ var mainvue_type_template_id_6401a30b_render = function () {
|
|
|
28383
28389
|
],
|
|
28384
28390
|
attrs: {
|
|
28385
28391
|
slot: "append",
|
|
28386
|
-
icon: "
|
|
28392
|
+
icon: "es-icon-solid-tupian",
|
|
28387
28393
|
},
|
|
28388
28394
|
on: {
|
|
28389
28395
|
click: function () {
|
|
@@ -30257,7 +30263,7 @@ var mainvue_type_template_id_6401a30b_render = function () {
|
|
|
30257
30263
|
ref: "circulateVisible",
|
|
30258
30264
|
attrs: {
|
|
30259
30265
|
"append-to-body": "",
|
|
30260
|
-
height: "
|
|
30266
|
+
height: "auto",
|
|
30261
30267
|
title: "发起传阅",
|
|
30262
30268
|
"close-on-click-modal": false,
|
|
30263
30269
|
visible: _vm.circulateVisible,
|
|
@@ -30352,6 +30358,7 @@ var mainvue_type_template_id_6401a30b_render = function () {
|
|
|
30352
30358
|
{
|
|
30353
30359
|
attrs: {
|
|
30354
30360
|
"append-to-body": "",
|
|
30361
|
+
height: "auto",
|
|
30355
30362
|
"close-on-click-modal": false,
|
|
30356
30363
|
title: "流程图查看",
|
|
30357
30364
|
visible: _vm.showFlowChart,
|
|
@@ -30384,7 +30391,7 @@ var mainvue_type_template_id_6401a30b_render = function () {
|
|
|
30384
30391
|
staticClass: "flow-dialog",
|
|
30385
30392
|
attrs: {
|
|
30386
30393
|
"append-to-body": "",
|
|
30387
|
-
height: "
|
|
30394
|
+
height: "auto",
|
|
30388
30395
|
title: "驳回",
|
|
30389
30396
|
"close-on-click-modal": false,
|
|
30390
30397
|
visible: _vm.showReject,
|
|
@@ -30422,7 +30429,7 @@ var mainvue_type_template_id_6401a30b_render = function () {
|
|
|
30422
30429
|
staticClass: "flow-dialog",
|
|
30423
30430
|
attrs: {
|
|
30424
30431
|
"append-to-body": "",
|
|
30425
|
-
height: "
|
|
30432
|
+
height: "auto",
|
|
30426
30433
|
"close-on-click-modal": false,
|
|
30427
30434
|
title:
|
|
30428
30435
|
_vm.taskReadType === "transfer" ? "转办" : "分阅",
|
|
@@ -30463,6 +30470,7 @@ var mainvue_type_template_id_6401a30b_render = function () {
|
|
|
30463
30470
|
staticClass: "flow-dialog",
|
|
30464
30471
|
attrs: {
|
|
30465
30472
|
"append-to-body": "",
|
|
30473
|
+
height: "auto",
|
|
30466
30474
|
title: "意见附件",
|
|
30467
30475
|
"close-on-click-modal": false,
|
|
30468
30476
|
visible: _vm.showFileList,
|
|
@@ -30497,7 +30505,7 @@ var mainvue_type_template_id_6401a30b_render = function () {
|
|
|
30497
30505
|
staticClass: "flow-dialog",
|
|
30498
30506
|
attrs: {
|
|
30499
30507
|
"append-to-body": "",
|
|
30500
|
-
height: "
|
|
30508
|
+
height: "auto",
|
|
30501
30509
|
title: "发送消息",
|
|
30502
30510
|
"close-on-click-modal": false,
|
|
30503
30511
|
visible: _vm.showSendMsg,
|
|
@@ -30533,7 +30541,7 @@ var mainvue_type_template_id_6401a30b_render = function () {
|
|
|
30533
30541
|
staticClass: "flow-dialog",
|
|
30534
30542
|
attrs: {
|
|
30535
30543
|
"append-to-body": "",
|
|
30536
|
-
height: "
|
|
30544
|
+
height: "auto",
|
|
30537
30545
|
"close-on-click-modal": false,
|
|
30538
30546
|
title: _vm.flowTitle,
|
|
30539
30547
|
visible: _vm.showTaskUnionExamine,
|
|
@@ -30573,7 +30581,7 @@ var mainvue_type_template_id_6401a30b_render = function () {
|
|
|
30573
30581
|
ref: "handleVisible",
|
|
30574
30582
|
staticClass: "flow-dialog",
|
|
30575
30583
|
attrs: {
|
|
30576
|
-
height: "
|
|
30584
|
+
height: "auto",
|
|
30577
30585
|
title: _vm.title,
|
|
30578
30586
|
"close-on-click-modal": false,
|
|
30579
30587
|
visible: _vm.showFreeStartFlow,
|
|
@@ -30627,11 +30635,11 @@ var mainvue_type_template_id_6401a30b_render = function () {
|
|
|
30627
30635
|
)
|
|
30628
30636
|
: _vm._e()
|
|
30629
30637
|
}
|
|
30630
|
-
var
|
|
30631
|
-
|
|
30638
|
+
var mainvue_type_template_id_6aa1c3ab_staticRenderFns = []
|
|
30639
|
+
mainvue_type_template_id_6aa1c3ab_render._withStripped = true
|
|
30632
30640
|
|
|
30633
30641
|
|
|
30634
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
30642
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6aa1c3ab&
|
|
30635
30643
|
|
|
30636
30644
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=e934fd66&
|
|
30637
30645
|
var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
|
|
@@ -31478,21 +31486,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31478
31486
|
return validSate;
|
|
31479
31487
|
},
|
|
31480
31488
|
|
|
31481
|
-
/**
|
|
31482
|
-
* changeOpinion
|
|
31483
|
-
* @desc:监听意见变化
|
|
31484
|
-
* @author liufan
|
|
31485
|
-
* @date 2022年10月28日
|
|
31489
|
+
/**
|
|
31490
|
+
* changeOpinion
|
|
31491
|
+
* @desc:监听意见变化
|
|
31492
|
+
* @author liufan
|
|
31493
|
+
* @date 2022年10月28日
|
|
31486
31494
|
**/
|
|
31487
31495
|
changeOpinion: function changeOpinion() {
|
|
31488
31496
|
this.$emit('change', this.form.value);
|
|
31489
31497
|
},
|
|
31490
31498
|
|
|
31491
|
-
/**
|
|
31492
|
-
* getCommonOpion
|
|
31493
|
-
* @desc:获取意见
|
|
31494
|
-
* @author liufan
|
|
31495
|
-
* @date 2022年5月25日
|
|
31499
|
+
/**
|
|
31500
|
+
* getCommonOpion
|
|
31501
|
+
* @desc:获取意见
|
|
31502
|
+
* @author liufan
|
|
31503
|
+
* @date 2022年5月25日
|
|
31496
31504
|
**/
|
|
31497
31505
|
getCommonOpion: function getCommonOpion() {
|
|
31498
31506
|
var _this = this;
|
|
@@ -31521,24 +31529,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31521
31529
|
});
|
|
31522
31530
|
},
|
|
31523
31531
|
|
|
31524
|
-
/**
|
|
31525
|
-
* upDate
|
|
31526
|
-
* @desc:修改常用语
|
|
31527
|
-
* @author liufan
|
|
31528
|
-
* @param {Object} val 修改值
|
|
31529
|
-
* @date 2022年5月25日
|
|
31532
|
+
/**
|
|
31533
|
+
* upDate
|
|
31534
|
+
* @desc:修改常用语
|
|
31535
|
+
* @author liufan
|
|
31536
|
+
* @param {Object} val 修改值
|
|
31537
|
+
* @date 2022年5月25日
|
|
31530
31538
|
**/
|
|
31531
31539
|
upDate: function upDate(val) {
|
|
31532
31540
|
this.FormData.id = val.id;
|
|
31533
31541
|
this.addVisible = true;
|
|
31534
31542
|
},
|
|
31535
31543
|
|
|
31536
|
-
/**
|
|
31537
|
-
* selectChange
|
|
31538
|
-
* @desc:常用语选择
|
|
31539
|
-
* @author liufan
|
|
31540
|
-
* @param {String} val 选中值
|
|
31541
|
-
* @date 2022年5月25日
|
|
31544
|
+
/**
|
|
31545
|
+
* selectChange
|
|
31546
|
+
* @desc:常用语选择
|
|
31547
|
+
* @author liufan
|
|
31548
|
+
* @param {String} val 选中值
|
|
31549
|
+
* @date 2022年5月25日
|
|
31542
31550
|
**/
|
|
31543
31551
|
selectChange: function selectChange(val) {
|
|
31544
31552
|
var _this2 = this;
|
|
@@ -31557,12 +31565,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31557
31565
|
});
|
|
31558
31566
|
},
|
|
31559
31567
|
|
|
31560
|
-
/**
|
|
31561
|
-
* del
|
|
31562
|
-
* @desc:删除常用语
|
|
31563
|
-
* @author liufan
|
|
31564
|
-
* @param {Object} val 删除的数据
|
|
31565
|
-
* @date 2022年5月25日
|
|
31568
|
+
/**
|
|
31569
|
+
* del
|
|
31570
|
+
* @desc:删除常用语
|
|
31571
|
+
* @author liufan
|
|
31572
|
+
* @param {Object} val 删除的数据
|
|
31573
|
+
* @date 2022年5月25日
|
|
31566
31574
|
**/
|
|
31567
31575
|
del: function del(val) {
|
|
31568
31576
|
var _this3 = this;
|
|
@@ -31604,12 +31612,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31604
31612
|
}).catch(function (e) {});
|
|
31605
31613
|
},
|
|
31606
31614
|
|
|
31607
|
-
/**
|
|
31608
|
-
* submit
|
|
31609
|
-
* @desc:新增/编辑意见保存
|
|
31610
|
-
* @author liufan
|
|
31611
|
-
* @param {Object} val 保存数据
|
|
31612
|
-
* @date 2022年5月25日
|
|
31615
|
+
/**
|
|
31616
|
+
* submit
|
|
31617
|
+
* @desc:新增/编辑意见保存
|
|
31618
|
+
* @author liufan
|
|
31619
|
+
* @param {Object} val 保存数据
|
|
31620
|
+
* @date 2022年5月25日
|
|
31613
31621
|
**/
|
|
31614
31622
|
submit: function submit(val) {
|
|
31615
31623
|
var _this4 = this;
|
|
@@ -32450,8 +32458,8 @@ processFormvue_type_template_id_ede024a0_render._withStripped = true
|
|
|
32450
32458
|
|
|
32451
32459
|
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=ede024a0&
|
|
32452
32460
|
|
|
32453
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
32454
|
-
var
|
|
32461
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=316845b7&
|
|
32462
|
+
var selectUservue_type_template_id_316845b7_render = function () {
|
|
32455
32463
|
var _vm = this
|
|
32456
32464
|
var _h = _vm.$createElement
|
|
32457
32465
|
var _c = _vm._self._c || _h
|
|
@@ -32594,7 +32602,7 @@ var selectUservue_type_template_id_4750588e_render = function () {
|
|
|
32594
32602
|
expression: "newSelectUserList",
|
|
32595
32603
|
},
|
|
32596
32604
|
},
|
|
32597
|
-
[_c("i", { staticClass: "es-icon-
|
|
32605
|
+
[_c("i", { staticClass: "es-icon-yonghu" })]
|
|
32598
32606
|
)
|
|
32599
32607
|
: _vm._e(),
|
|
32600
32608
|
],
|
|
@@ -32604,11 +32612,11 @@ var selectUservue_type_template_id_4750588e_render = function () {
|
|
|
32604
32612
|
2
|
|
32605
32613
|
)
|
|
32606
32614
|
}
|
|
32607
|
-
var
|
|
32608
|
-
|
|
32615
|
+
var selectUservue_type_template_id_316845b7_staticRenderFns = []
|
|
32616
|
+
selectUservue_type_template_id_316845b7_render._withStripped = true
|
|
32609
32617
|
|
|
32610
32618
|
|
|
32611
|
-
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
32619
|
+
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=316845b7&
|
|
32612
32620
|
|
|
32613
32621
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
|
|
32614
32622
|
var selectUservue_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; };
|
|
@@ -32710,6 +32718,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
32710
32718
|
//
|
|
32711
32719
|
//
|
|
32712
32720
|
//
|
|
32721
|
+
//
|
|
32713
32722
|
|
|
32714
32723
|
|
|
32715
32724
|
|
|
@@ -33112,8 +33121,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
33112
33121
|
|
|
33113
33122
|
var selectUser_component = normalizeComponent(
|
|
33114
33123
|
src_selectUservue_type_script_lang_js_,
|
|
33115
|
-
|
|
33116
|
-
|
|
33124
|
+
selectUservue_type_template_id_316845b7_render,
|
|
33125
|
+
selectUservue_type_template_id_316845b7_staticRenderFns,
|
|
33117
33126
|
false,
|
|
33118
33127
|
null,
|
|
33119
33128
|
null,
|
|
@@ -35074,11 +35083,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
35074
35083
|
});
|
|
35075
35084
|
},
|
|
35076
35085
|
|
|
35077
|
-
/**
|
|
35078
|
-
* isMultiple
|
|
35079
|
-
* @desc:是否多选
|
|
35080
|
-
* @author liufan
|
|
35081
|
-
* @date 2022年9月13日
|
|
35086
|
+
/**
|
|
35087
|
+
* isMultiple
|
|
35088
|
+
* @desc:是否多选
|
|
35089
|
+
* @author liufan
|
|
35090
|
+
* @date 2022年9月13日
|
|
35082
35091
|
**/
|
|
35083
35092
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
35084
35093
|
var multiple = false;
|
|
@@ -36861,8 +36870,8 @@ var processReject_component = normalizeComponent(
|
|
|
36861
36870
|
)
|
|
36862
36871
|
|
|
36863
36872
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
36864
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
36865
|
-
var
|
|
36873
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=3d56ed51&
|
|
36874
|
+
var startTaskReadvue_type_template_id_3d56ed51_render = function () {
|
|
36866
36875
|
var _vm = this
|
|
36867
36876
|
var _h = _vm.$createElement
|
|
36868
36877
|
var _c = _vm._self._c || _h
|
|
@@ -37284,11 +37293,11 @@ var startTaskReadvue_type_template_id_094580c3_render = function () {
|
|
|
37284
37293
|
1
|
|
37285
37294
|
)
|
|
37286
37295
|
}
|
|
37287
|
-
var
|
|
37288
|
-
|
|
37296
|
+
var startTaskReadvue_type_template_id_3d56ed51_staticRenderFns = []
|
|
37297
|
+
startTaskReadvue_type_template_id_3d56ed51_render._withStripped = true
|
|
37289
37298
|
|
|
37290
37299
|
|
|
37291
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
37300
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=3d56ed51&
|
|
37292
37301
|
|
|
37293
37302
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
|
|
37294
37303
|
var startTaskReadvue_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; };
|
|
@@ -37699,11 +37708,12 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
37699
37708
|
var newUserNames = userNames.split(',');
|
|
37700
37709
|
newUserIds.map(function (item, index) {
|
|
37701
37710
|
_this3.nextNode.nextUser.push(item);
|
|
37702
|
-
_this3.userOptions.push({ id: item, name: newUserNames[index] });
|
|
37711
|
+
_this3.userOptions.push({ id: item, name: newUserNames[index], stype: data.stype });
|
|
37703
37712
|
|
|
37704
37713
|
_this3.selectUserList.push({
|
|
37705
37714
|
showid: item,
|
|
37706
|
-
showname: newUserNames[index]
|
|
37715
|
+
showname: newUserNames[index],
|
|
37716
|
+
stype: data.stype
|
|
37707
37717
|
});
|
|
37708
37718
|
});
|
|
37709
37719
|
// this.selectUserList = this.newSelectUserList
|
|
@@ -38012,8 +38022,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
38012
38022
|
|
|
38013
38023
|
var startTaskRead_component = normalizeComponent(
|
|
38014
38024
|
src_startTaskReadvue_type_script_lang_js_,
|
|
38015
|
-
|
|
38016
|
-
|
|
38025
|
+
startTaskReadvue_type_template_id_3d56ed51_render,
|
|
38026
|
+
startTaskReadvue_type_template_id_3d56ed51_staticRenderFns,
|
|
38017
38027
|
false,
|
|
38018
38028
|
null,
|
|
38019
38029
|
null,
|
|
@@ -38022,8 +38032,8 @@ var startTaskRead_component = normalizeComponent(
|
|
|
38022
38032
|
)
|
|
38023
38033
|
|
|
38024
38034
|
/* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
|
|
38025
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=
|
|
38026
|
-
var
|
|
38035
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=d88bac9e&
|
|
38036
|
+
var resetvue_type_template_id_d88bac9e_render = function () {
|
|
38027
38037
|
var _vm = this
|
|
38028
38038
|
var _h = _vm.$createElement
|
|
38029
38039
|
var _c = _vm._self._c || _h
|
|
@@ -38509,11 +38519,11 @@ var resetvue_type_template_id_f85d1446_render = function () {
|
|
|
38509
38519
|
1
|
|
38510
38520
|
)
|
|
38511
38521
|
}
|
|
38512
|
-
var
|
|
38513
|
-
|
|
38522
|
+
var resetvue_type_template_id_d88bac9e_staticRenderFns = []
|
|
38523
|
+
resetvue_type_template_id_d88bac9e_render._withStripped = true
|
|
38514
38524
|
|
|
38515
38525
|
|
|
38516
|
-
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=
|
|
38526
|
+
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=d88bac9e&
|
|
38517
38527
|
|
|
38518
38528
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
|
|
38519
38529
|
var resetvue_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; };
|
|
@@ -39142,7 +39152,8 @@ var resetvue_type_script_lang_js_components;
|
|
|
39142
39152
|
processDefinitionId: this.processDefinitionId,
|
|
39143
39153
|
nextNodeId: nodeId ? nodeId : this.nextNode.nextNode,
|
|
39144
39154
|
businessId: this.taskExamine.businessId,
|
|
39145
|
-
pendingId: this.taskExamine.pendingId
|
|
39155
|
+
pendingId: this.taskExamine.pendingId,
|
|
39156
|
+
taskAction: this.type == 'reset' ? 'resetProcess' : this.type == 'continuation' ? 'continuation' : ''
|
|
39146
39157
|
};
|
|
39147
39158
|
utils_util["a" /* default */].ajax({ url: api["R" /* getNodeInfo */], params: params }).then(function (res) {
|
|
39148
39159
|
var status = res.status,
|
|
@@ -39276,11 +39287,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
39276
39287
|
});
|
|
39277
39288
|
},
|
|
39278
39289
|
|
|
39279
|
-
/**
|
|
39280
|
-
* isMultiple
|
|
39281
|
-
* @desc:是否多选
|
|
39282
|
-
* @author liufan
|
|
39283
|
-
* @date 2022年9月13日
|
|
39290
|
+
/**
|
|
39291
|
+
* isMultiple
|
|
39292
|
+
* @desc:是否多选
|
|
39293
|
+
* @author liufan
|
|
39294
|
+
* @date 2022年9月13日
|
|
39284
39295
|
**/
|
|
39285
39296
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
39286
39297
|
var multiple = false;
|
|
@@ -39414,8 +39425,8 @@ var resetvue_type_script_lang_js_components;
|
|
|
39414
39425
|
|
|
39415
39426
|
var reset_component = normalizeComponent(
|
|
39416
39427
|
src_resetvue_type_script_lang_js_,
|
|
39417
|
-
|
|
39418
|
-
|
|
39428
|
+
resetvue_type_template_id_d88bac9e_render,
|
|
39429
|
+
resetvue_type_template_id_d88bac9e_staticRenderFns,
|
|
39419
39430
|
false,
|
|
39420
39431
|
null,
|
|
39421
39432
|
null,
|
|
@@ -39424,8 +39435,8 @@ var reset_component = normalizeComponent(
|
|
|
39424
39435
|
)
|
|
39425
39436
|
|
|
39426
39437
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
39427
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
39428
|
-
var
|
|
39438
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=00379ffe&
|
|
39439
|
+
var taskUnionExaminevue_type_template_id_00379ffe_render = function () {
|
|
39429
39440
|
var _vm = this
|
|
39430
39441
|
var _h = _vm.$createElement
|
|
39431
39442
|
var _c = _vm._self._c || _h
|
|
@@ -39440,7 +39451,7 @@ var taskUnionExaminevue_type_template_id_bc0ffca8_render = function () {
|
|
|
39440
39451
|
expression: "loading",
|
|
39441
39452
|
},
|
|
39442
39453
|
],
|
|
39443
|
-
staticClass: "
|
|
39454
|
+
staticClass: "task-union-examine",
|
|
39444
39455
|
},
|
|
39445
39456
|
[
|
|
39446
39457
|
_c(
|
|
@@ -39734,11 +39745,11 @@ var taskUnionExaminevue_type_template_id_bc0ffca8_render = function () {
|
|
|
39734
39745
|
1
|
|
39735
39746
|
)
|
|
39736
39747
|
}
|
|
39737
|
-
var
|
|
39738
|
-
|
|
39748
|
+
var taskUnionExaminevue_type_template_id_00379ffe_staticRenderFns = []
|
|
39749
|
+
taskUnionExaminevue_type_template_id_00379ffe_render._withStripped = true
|
|
39739
39750
|
|
|
39740
39751
|
|
|
39741
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
39752
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=00379ffe&
|
|
39742
39753
|
|
|
39743
39754
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
39744
39755
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -40431,8 +40442,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
40431
40442
|
|
|
40432
40443
|
var taskUnionExamine_component = normalizeComponent(
|
|
40433
40444
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
40434
|
-
|
|
40435
|
-
|
|
40445
|
+
taskUnionExaminevue_type_template_id_00379ffe_render,
|
|
40446
|
+
taskUnionExaminevue_type_template_id_00379ffe_staticRenderFns,
|
|
40436
40447
|
false,
|
|
40437
40448
|
null,
|
|
40438
40449
|
null,
|
|
@@ -40441,19 +40452,15 @@ var taskUnionExamine_component = normalizeComponent(
|
|
|
40441
40452
|
)
|
|
40442
40453
|
|
|
40443
40454
|
/* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
|
|
40444
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
40445
|
-
var
|
|
40455
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=a3686e6e&
|
|
40456
|
+
var freeStartFlowvue_type_template_id_a3686e6e_render = function () {
|
|
40446
40457
|
var _vm = this
|
|
40447
40458
|
var _h = _vm.$createElement
|
|
40448
40459
|
var _c = _vm._self._c || _h
|
|
40449
40460
|
return !_vm.shrinkAbled
|
|
40450
40461
|
? _c(
|
|
40451
40462
|
"div",
|
|
40452
|
-
{
|
|
40453
|
-
staticClass: "es-flow-index",
|
|
40454
|
-
class: { "es-flow-narrow": _vm.shrink },
|
|
40455
|
-
style: _vm.styles,
|
|
40456
|
-
},
|
|
40463
|
+
{ class: { "es-flow-narrow": _vm.shrink }, style: _vm.styles },
|
|
40457
40464
|
[
|
|
40458
40465
|
_vm.newTypeCode == "reset" || _vm.newTypeCode == "continuation"
|
|
40459
40466
|
? _c("Reset", {
|
|
@@ -42537,11 +42544,11 @@ var freeStartFlowvue_type_template_id_0a6833ac_render = function () {
|
|
|
42537
42544
|
)
|
|
42538
42545
|
: _vm._e()
|
|
42539
42546
|
}
|
|
42540
|
-
var
|
|
42541
|
-
|
|
42547
|
+
var freeStartFlowvue_type_template_id_a3686e6e_staticRenderFns = []
|
|
42548
|
+
freeStartFlowvue_type_template_id_a3686e6e_render._withStripped = true
|
|
42542
42549
|
|
|
42543
42550
|
|
|
42544
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
42551
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=a3686e6e&
|
|
42545
42552
|
|
|
42546
42553
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
|
|
42547
42554
|
|
|
@@ -43302,7 +43309,6 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43302
43309
|
//
|
|
43303
43310
|
//
|
|
43304
43311
|
//
|
|
43305
|
-
//
|
|
43306
43312
|
|
|
43307
43313
|
|
|
43308
43314
|
|
|
@@ -43857,11 +43863,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43857
43863
|
});
|
|
43858
43864
|
},
|
|
43859
43865
|
|
|
43860
|
-
/**
|
|
43861
|
-
* saveInfo
|
|
43862
|
-
* @desc:暂存
|
|
43863
|
-
* @author liufan
|
|
43864
|
-
* @date 2022年9月9日
|
|
43866
|
+
/**
|
|
43867
|
+
* saveInfo
|
|
43868
|
+
* @desc:暂存
|
|
43869
|
+
* @author liufan
|
|
43870
|
+
* @date 2022年9月9日
|
|
43865
43871
|
**/
|
|
43866
43872
|
saveInfo: function saveInfo(type, btn) {
|
|
43867
43873
|
var _this6 = this;
|
|
@@ -43923,11 +43929,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43923
43929
|
});
|
|
43924
43930
|
},
|
|
43925
43931
|
|
|
43926
|
-
/**
|
|
43927
|
-
* rejectBtn
|
|
43928
|
-
* @desc:点击驳回
|
|
43929
|
-
* @author liufan
|
|
43930
|
-
* @date 2022年5月25日
|
|
43932
|
+
/**
|
|
43933
|
+
* rejectBtn
|
|
43934
|
+
* @desc:点击驳回
|
|
43935
|
+
* @author liufan
|
|
43936
|
+
* @date 2022年5月25日
|
|
43931
43937
|
**/
|
|
43932
43938
|
rejectBtn: function rejectBtn() {
|
|
43933
43939
|
var _this8 = this;
|
|
@@ -43945,11 +43951,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43945
43951
|
}
|
|
43946
43952
|
},
|
|
43947
43953
|
|
|
43948
|
-
/**
|
|
43949
|
-
* taskReadBtn
|
|
43950
|
-
* @desc:点击分阅
|
|
43951
|
-
* @author liufan
|
|
43952
|
-
* @date 2022年5月25日
|
|
43954
|
+
/**
|
|
43955
|
+
* taskReadBtn
|
|
43956
|
+
* @desc:点击分阅
|
|
43957
|
+
* @author liufan
|
|
43958
|
+
* @date 2022年5月25日
|
|
43953
43959
|
**/
|
|
43954
43960
|
taskReadBtn: function taskReadBtn() {
|
|
43955
43961
|
var _this9 = this;
|
|
@@ -43968,11 +43974,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43968
43974
|
}
|
|
43969
43975
|
},
|
|
43970
43976
|
|
|
43971
|
-
/**
|
|
43972
|
-
* getFind
|
|
43973
|
-
* @desc:获取通知方式
|
|
43974
|
-
* @author liufan
|
|
43975
|
-
* @date 2022年5月25日
|
|
43977
|
+
/**
|
|
43978
|
+
* getFind
|
|
43979
|
+
* @desc:获取通知方式
|
|
43980
|
+
* @author liufan
|
|
43981
|
+
* @date 2022年5月25日
|
|
43976
43982
|
**/
|
|
43977
43983
|
getFind: function getFind() {
|
|
43978
43984
|
var _this10 = this;
|
|
@@ -44027,12 +44033,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44027
44033
|
});
|
|
44028
44034
|
},
|
|
44029
44035
|
|
|
44030
|
-
/**
|
|
44031
|
-
* endFlows
|
|
44032
|
-
* @desc:直接办结
|
|
44033
|
-
* @author liufan
|
|
44034
|
-
* @param {Object} res 直接办结数据
|
|
44035
|
-
* @date 2022年5月25日
|
|
44036
|
+
/**
|
|
44037
|
+
* endFlows
|
|
44038
|
+
* @desc:直接办结
|
|
44039
|
+
* @author liufan
|
|
44040
|
+
* @param {Object} res 直接办结数据
|
|
44041
|
+
* @date 2022年5月25日
|
|
44036
44042
|
**/
|
|
44037
44043
|
endFlows: function endFlows(res) {
|
|
44038
44044
|
var _this12 = this;
|
|
@@ -44086,12 +44092,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44086
44092
|
}).catch(function (e) {});
|
|
44087
44093
|
},
|
|
44088
44094
|
|
|
44089
|
-
/**
|
|
44090
|
-
* goView
|
|
44091
|
-
* @desc:更多流程按钮操作
|
|
44092
|
-
* @author liufan
|
|
44093
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
44094
|
-
* @date 2022年5月25日
|
|
44095
|
+
/**
|
|
44096
|
+
* goView
|
|
44097
|
+
* @desc:更多流程按钮操作
|
|
44098
|
+
* @author liufan
|
|
44099
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
44100
|
+
* @date 2022年5月25日
|
|
44095
44101
|
**/
|
|
44096
44102
|
goView: function goView(res) {
|
|
44097
44103
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -44176,11 +44182,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44176
44182
|
// isCanStartSubFlow
|
|
44177
44183
|
},
|
|
44178
44184
|
|
|
44179
|
-
/**
|
|
44180
|
-
* toTakeAdvice
|
|
44181
|
-
* @desc:征求意见
|
|
44182
|
-
* @author liufan
|
|
44183
|
-
* @date 2022年9月29日
|
|
44185
|
+
/**
|
|
44186
|
+
* toTakeAdvice
|
|
44187
|
+
* @desc:征求意见
|
|
44188
|
+
* @author liufan
|
|
44189
|
+
* @date 2022年9月29日
|
|
44184
44190
|
**/
|
|
44185
44191
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
44186
44192
|
var _this14 = this;
|
|
@@ -44224,11 +44230,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44224
44230
|
});
|
|
44225
44231
|
},
|
|
44226
44232
|
|
|
44227
|
-
/**
|
|
44228
|
-
* toStartDraf
|
|
44229
|
-
* @desc: 稿件递送、联合审核、复核
|
|
44230
|
-
* @author liufan
|
|
44231
|
-
* @date 2022年9月29日
|
|
44233
|
+
/**
|
|
44234
|
+
* toStartDraf
|
|
44235
|
+
* @desc: 稿件递送、联合审核、复核
|
|
44236
|
+
* @author liufan
|
|
44237
|
+
* @date 2022年9月29日
|
|
44232
44238
|
**/
|
|
44233
44239
|
toStartDraf: function toStartDraf(res) {
|
|
44234
44240
|
var _this16 = this;
|
|
@@ -44242,11 +44248,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44242
44248
|
}
|
|
44243
44249
|
},
|
|
44244
44250
|
|
|
44245
|
-
/**
|
|
44246
|
-
* toSendMsg
|
|
44247
|
-
* @desc:核稿通知
|
|
44248
|
-
* @author liufan
|
|
44249
|
-
* @date 2022年9月29日
|
|
44251
|
+
/**
|
|
44252
|
+
* toSendMsg
|
|
44253
|
+
* @desc:核稿通知
|
|
44254
|
+
* @author liufan
|
|
44255
|
+
* @date 2022年9月29日
|
|
44250
44256
|
**/
|
|
44251
44257
|
toSendMsg: function toSendMsg(res) {
|
|
44252
44258
|
var _this17 = this;
|
|
@@ -44260,11 +44266,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44260
44266
|
}
|
|
44261
44267
|
},
|
|
44262
44268
|
|
|
44263
|
-
/**
|
|
44264
|
-
* toTaskReadAndEnd
|
|
44265
|
-
* @desc:分阅并办结
|
|
44266
|
-
* @author liufan
|
|
44267
|
-
* @date 2022年9月29日
|
|
44269
|
+
/**
|
|
44270
|
+
* toTaskReadAndEnd
|
|
44271
|
+
* @desc:分阅并办结
|
|
44272
|
+
* @author liufan
|
|
44273
|
+
* @date 2022年9月29日
|
|
44268
44274
|
**/
|
|
44269
44275
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
44270
44276
|
var _this18 = this;
|
|
@@ -44282,11 +44288,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44282
44288
|
}
|
|
44283
44289
|
},
|
|
44284
44290
|
|
|
44285
|
-
/**
|
|
44286
|
-
* rejectAndEnd
|
|
44287
|
-
* @desc:驳回并办结
|
|
44288
|
-
* @author liufan
|
|
44289
|
-
* @date 2022年9月29日
|
|
44291
|
+
/**
|
|
44292
|
+
* rejectAndEnd
|
|
44293
|
+
* @desc:驳回并办结
|
|
44294
|
+
* @author liufan
|
|
44295
|
+
* @date 2022年9月29日
|
|
44290
44296
|
**/
|
|
44291
44297
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
44292
44298
|
var _this19 = this;
|
|
@@ -44341,11 +44347,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44341
44347
|
});
|
|
44342
44348
|
},
|
|
44343
44349
|
|
|
44344
|
-
/**
|
|
44345
|
-
* toTransfer
|
|
44346
|
-
* @desc:转办
|
|
44347
|
-
* @author liufan
|
|
44348
|
-
* @date 2022年9月29日
|
|
44350
|
+
/**
|
|
44351
|
+
* toTransfer
|
|
44352
|
+
* @desc:转办
|
|
44353
|
+
* @author liufan
|
|
44354
|
+
* @date 2022年9月29日
|
|
44349
44355
|
**/
|
|
44350
44356
|
toTransfer: function toTransfer(res) {
|
|
44351
44357
|
var _this21 = this;
|
|
@@ -44361,11 +44367,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44361
44367
|
}
|
|
44362
44368
|
},
|
|
44363
44369
|
|
|
44364
|
-
/**
|
|
44365
|
-
* getNodeInfo
|
|
44366
|
-
* @desc:获取节点信息
|
|
44367
|
-
* @author liufan
|
|
44368
|
-
* @date 2022年5月25日
|
|
44370
|
+
/**
|
|
44371
|
+
* getNodeInfo
|
|
44372
|
+
* @desc:获取节点信息
|
|
44373
|
+
* @author liufan
|
|
44374
|
+
* @date 2022年5月25日
|
|
44369
44375
|
**/
|
|
44370
44376
|
getNodeInfo: function getNodeInfo() {
|
|
44371
44377
|
var _this22 = this;
|
|
@@ -44464,12 +44470,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44464
44470
|
});
|
|
44465
44471
|
},
|
|
44466
44472
|
|
|
44467
|
-
/**
|
|
44468
|
-
* selecNext
|
|
44469
|
-
* @desc:下步节点变化时更新数据
|
|
44470
|
-
* @author liufan
|
|
44471
|
-
* @param {String} val 当前选中值
|
|
44472
|
-
* @date 2022年5月25日
|
|
44473
|
+
/**
|
|
44474
|
+
* selecNext
|
|
44475
|
+
* @desc:下步节点变化时更新数据
|
|
44476
|
+
* @author liufan
|
|
44477
|
+
* @param {String} val 当前选中值
|
|
44478
|
+
* @date 2022年5月25日
|
|
44473
44479
|
**/
|
|
44474
44480
|
selecNext: function selecNext(val, type, isDef) {
|
|
44475
44481
|
var _this23 = this;
|
|
@@ -44578,11 +44584,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44578
44584
|
if (isDef !== true) this.getNodeInfo();
|
|
44579
44585
|
},
|
|
44580
44586
|
|
|
44581
|
-
/**
|
|
44582
|
-
* isMultiple
|
|
44583
|
-
* @desc:是否多选
|
|
44584
|
-
* @author liufan
|
|
44585
|
-
* @date 2022年9月13日
|
|
44587
|
+
/**
|
|
44588
|
+
* isMultiple
|
|
44589
|
+
* @desc:是否多选
|
|
44590
|
+
* @author liufan
|
|
44591
|
+
* @date 2022年9月13日
|
|
44586
44592
|
**/
|
|
44587
44593
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
44588
44594
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -44614,11 +44620,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44614
44620
|
}
|
|
44615
44621
|
},
|
|
44616
44622
|
|
|
44617
|
-
/**
|
|
44618
|
-
* getHedInfo
|
|
44619
|
-
* @desc:获取审核页面数据
|
|
44620
|
-
* @author liufan
|
|
44621
|
-
* @date 2022年5月25日
|
|
44623
|
+
/**
|
|
44624
|
+
* getHedInfo
|
|
44625
|
+
* @desc:获取审核页面数据
|
|
44626
|
+
* @author liufan
|
|
44627
|
+
* @date 2022年5月25日
|
|
44622
44628
|
**/
|
|
44623
44629
|
getHedInfo: function getHedInfo() {
|
|
44624
44630
|
var _this24 = this;
|
|
@@ -44854,13 +44860,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44854
44860
|
});
|
|
44855
44861
|
},
|
|
44856
44862
|
|
|
44857
|
-
/**
|
|
44858
|
-
* closeProcess
|
|
44859
|
-
* @desc:关闭弹窗
|
|
44860
|
-
* @author liufan
|
|
44861
|
-
* @param {boolean} val 当前是否办理流程
|
|
44862
|
-
* @param {String} type 当前点击的弹窗类型
|
|
44863
|
-
* @date 2022年5月25日
|
|
44863
|
+
/**
|
|
44864
|
+
* closeProcess
|
|
44865
|
+
* @desc:关闭弹窗
|
|
44866
|
+
* @author liufan
|
|
44867
|
+
* @param {boolean} val 当前是否办理流程
|
|
44868
|
+
* @param {String} type 当前点击的弹窗类型
|
|
44869
|
+
* @date 2022年5月25日
|
|
44864
44870
|
**/
|
|
44865
44871
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
44866
44872
|
if (closeParent) {
|
|
@@ -44877,23 +44883,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44877
44883
|
}
|
|
44878
44884
|
},
|
|
44879
44885
|
|
|
44880
|
-
/**
|
|
44881
|
-
* selectChange
|
|
44882
|
-
* @desc:常用语选择
|
|
44883
|
-
* @author liufan
|
|
44884
|
-
* @param {String} val 选中值
|
|
44885
|
-
* @date 2022年5月25日
|
|
44886
|
+
/**
|
|
44887
|
+
* selectChange
|
|
44888
|
+
* @desc:常用语选择
|
|
44889
|
+
* @author liufan
|
|
44890
|
+
* @param {String} val 选中值
|
|
44891
|
+
* @date 2022年5月25日
|
|
44886
44892
|
**/
|
|
44887
44893
|
selectChange: function selectChange(val) {
|
|
44888
44894
|
this.value = val;
|
|
44889
44895
|
},
|
|
44890
44896
|
|
|
44891
|
-
/**
|
|
44892
|
-
* upDate
|
|
44893
|
-
* @desc:修改常用语
|
|
44894
|
-
* @author liufan
|
|
44895
|
-
* @param {Object} val 修改值
|
|
44896
|
-
* @date 2022年5月25日
|
|
44897
|
+
/**
|
|
44898
|
+
* upDate
|
|
44899
|
+
* @desc:修改常用语
|
|
44900
|
+
* @author liufan
|
|
44901
|
+
* @param {Object} val 修改值
|
|
44902
|
+
* @date 2022年5月25日
|
|
44897
44903
|
**/
|
|
44898
44904
|
upDate: function upDate(val) {
|
|
44899
44905
|
this.FormData.id = val.id;
|
|
@@ -44901,11 +44907,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44901
44907
|
},
|
|
44902
44908
|
|
|
44903
44909
|
|
|
44904
|
-
/**
|
|
44905
|
-
* getProcess
|
|
44906
|
-
* @desc:获取选择流程
|
|
44907
|
-
* @author liufan
|
|
44908
|
-
* @date 2022年5月25日
|
|
44910
|
+
/**
|
|
44911
|
+
* getProcess
|
|
44912
|
+
* @desc:获取选择流程
|
|
44913
|
+
* @author liufan
|
|
44914
|
+
* @date 2022年5月25日
|
|
44909
44915
|
**/
|
|
44910
44916
|
getProcess: function getProcess() {
|
|
44911
44917
|
var _this25 = this;
|
|
@@ -44959,11 +44965,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44959
44965
|
});
|
|
44960
44966
|
},
|
|
44961
44967
|
|
|
44962
|
-
/**
|
|
44963
|
-
* getPendedhistoryList
|
|
44964
|
-
* @desc:获取流程列表
|
|
44965
|
-
* @author liufan
|
|
44966
|
-
* @date 2022年5月25日
|
|
44968
|
+
/**
|
|
44969
|
+
* getPendedhistoryList
|
|
44970
|
+
* @desc:获取流程列表
|
|
44971
|
+
* @author liufan
|
|
44972
|
+
* @date 2022年5月25日
|
|
44967
44973
|
**/
|
|
44968
44974
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
44969
44975
|
var _this26 = this;
|
|
@@ -44995,12 +45001,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44995
45001
|
},
|
|
44996
45002
|
|
|
44997
45003
|
// 提交流程
|
|
44998
|
-
/**
|
|
44999
|
-
* subProcess
|
|
45000
|
-
* @desc:提交流程
|
|
45001
|
-
* @author liufan
|
|
45002
|
-
* @param {String} formName 当前form表单ref值
|
|
45003
|
-
* @date 2022年5月25日
|
|
45004
|
+
/**
|
|
45005
|
+
* subProcess
|
|
45006
|
+
* @desc:提交流程
|
|
45007
|
+
* @author liufan
|
|
45008
|
+
* @param {String} formName 当前form表单ref值
|
|
45009
|
+
* @date 2022年5月25日
|
|
45004
45010
|
**/
|
|
45005
45011
|
subProcess: function subProcess(val) {
|
|
45006
45012
|
var _this27 = this;
|
|
@@ -45250,8 +45256,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45250
45256
|
|
|
45251
45257
|
var freeStartFlow_component = normalizeComponent(
|
|
45252
45258
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
45253
|
-
|
|
45254
|
-
|
|
45259
|
+
freeStartFlowvue_type_template_id_a3686e6e_render,
|
|
45260
|
+
freeStartFlowvue_type_template_id_a3686e6e_staticRenderFns,
|
|
45255
45261
|
false,
|
|
45256
45262
|
null,
|
|
45257
45263
|
null,
|
|
@@ -45626,8 +45632,8 @@ var supervise_component = normalizeComponent(
|
|
|
45626
45632
|
)
|
|
45627
45633
|
|
|
45628
45634
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
45629
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
45630
|
-
var
|
|
45635
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=3daa9bf9&
|
|
45636
|
+
var Circulatevue_type_template_id_3daa9bf9_render = function () {
|
|
45631
45637
|
var _vm = this
|
|
45632
45638
|
var _h = _vm.$createElement
|
|
45633
45639
|
var _c = _vm._self._c || _h
|
|
@@ -45642,7 +45648,7 @@ var Circulatevue_type_template_id_b773ce32_render = function () {
|
|
|
45642
45648
|
expression: "loading",
|
|
45643
45649
|
},
|
|
45644
45650
|
],
|
|
45645
|
-
staticClass: "
|
|
45651
|
+
staticClass: "task-union-examine",
|
|
45646
45652
|
},
|
|
45647
45653
|
[
|
|
45648
45654
|
_c(
|
|
@@ -45819,11 +45825,11 @@ var Circulatevue_type_template_id_b773ce32_render = function () {
|
|
|
45819
45825
|
1
|
|
45820
45826
|
)
|
|
45821
45827
|
}
|
|
45822
|
-
var
|
|
45823
|
-
|
|
45828
|
+
var Circulatevue_type_template_id_3daa9bf9_staticRenderFns = []
|
|
45829
|
+
Circulatevue_type_template_id_3daa9bf9_render._withStripped = true
|
|
45824
45830
|
|
|
45825
45831
|
|
|
45826
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
45832
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3daa9bf9&
|
|
45827
45833
|
|
|
45828
45834
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
|
|
45829
45835
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -46237,8 +46243,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
46237
46243
|
|
|
46238
46244
|
var Circulate_component = normalizeComponent(
|
|
46239
46245
|
component_Circulatevue_type_script_lang_js_,
|
|
46240
|
-
|
|
46241
|
-
|
|
46246
|
+
Circulatevue_type_template_id_3daa9bf9_render,
|
|
46247
|
+
Circulatevue_type_template_id_3daa9bf9_staticRenderFns,
|
|
46242
46248
|
false,
|
|
46243
46249
|
null,
|
|
46244
46250
|
null,
|
|
@@ -47731,6 +47737,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47731
47737
|
//
|
|
47732
47738
|
//
|
|
47733
47739
|
//
|
|
47740
|
+
//
|
|
47741
|
+
//
|
|
47742
|
+
//
|
|
47743
|
+
//
|
|
47734
47744
|
|
|
47735
47745
|
|
|
47736
47746
|
|
|
@@ -48588,11 +48598,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48588
48598
|
});
|
|
48589
48599
|
},
|
|
48590
48600
|
|
|
48591
|
-
/**
|
|
48592
|
-
* saveInfo
|
|
48593
|
-
* @desc:暂存
|
|
48594
|
-
* @author liufan
|
|
48595
|
-
* @date 2022年9月9日
|
|
48601
|
+
/**
|
|
48602
|
+
* saveInfo
|
|
48603
|
+
* @desc:暂存
|
|
48604
|
+
* @author liufan
|
|
48605
|
+
* @date 2022年9月9日
|
|
48596
48606
|
**/
|
|
48597
48607
|
saveInfo: function saveInfo(type, btn) {
|
|
48598
48608
|
var _this11 = this;
|
|
@@ -48654,11 +48664,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48654
48664
|
});
|
|
48655
48665
|
},
|
|
48656
48666
|
|
|
48657
|
-
/**
|
|
48658
|
-
* rejectBtn
|
|
48659
|
-
* @desc:点击驳回
|
|
48660
|
-
* @author liufan
|
|
48661
|
-
* @date 2022年5月25日
|
|
48667
|
+
/**
|
|
48668
|
+
* rejectBtn
|
|
48669
|
+
* @desc:点击驳回
|
|
48670
|
+
* @author liufan
|
|
48671
|
+
* @date 2022年5月25日
|
|
48662
48672
|
**/
|
|
48663
48673
|
rejectBtn: function rejectBtn() {
|
|
48664
48674
|
var _this13 = this;
|
|
@@ -48676,11 +48686,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48676
48686
|
}
|
|
48677
48687
|
},
|
|
48678
48688
|
|
|
48679
|
-
/**
|
|
48680
|
-
* taskReadBtn
|
|
48681
|
-
* @desc:点击分阅
|
|
48682
|
-
* @author liufan
|
|
48683
|
-
* @date 2022年5月25日
|
|
48689
|
+
/**
|
|
48690
|
+
* taskReadBtn
|
|
48691
|
+
* @desc:点击分阅
|
|
48692
|
+
* @author liufan
|
|
48693
|
+
* @date 2022年5月25日
|
|
48684
48694
|
**/
|
|
48685
48695
|
taskReadBtn: function taskReadBtn() {
|
|
48686
48696
|
var _this14 = this;
|
|
@@ -48699,11 +48709,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48699
48709
|
}
|
|
48700
48710
|
},
|
|
48701
48711
|
|
|
48702
|
-
/**
|
|
48703
|
-
* getFind
|
|
48704
|
-
* @desc:获取通知方式
|
|
48705
|
-
* @author liufan
|
|
48706
|
-
* @date 2022年5月25日
|
|
48712
|
+
/**
|
|
48713
|
+
* getFind
|
|
48714
|
+
* @desc:获取通知方式
|
|
48715
|
+
* @author liufan
|
|
48716
|
+
* @date 2022年5月25日
|
|
48707
48717
|
**/
|
|
48708
48718
|
getFind: function getFind() {
|
|
48709
48719
|
var _this15 = this;
|
|
@@ -48769,12 +48779,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48769
48779
|
});
|
|
48770
48780
|
},
|
|
48771
48781
|
|
|
48772
|
-
/**
|
|
48773
|
-
* endFlows
|
|
48774
|
-
* @desc:直接办结
|
|
48775
|
-
* @author liufan
|
|
48776
|
-
* @param {Object} res 直接办结数据
|
|
48777
|
-
* @date 2022年5月25日
|
|
48782
|
+
/**
|
|
48783
|
+
* endFlows
|
|
48784
|
+
* @desc:直接办结
|
|
48785
|
+
* @author liufan
|
|
48786
|
+
* @param {Object} res 直接办结数据
|
|
48787
|
+
* @date 2022年5月25日
|
|
48778
48788
|
**/
|
|
48779
48789
|
endFlows: function endFlows(res) {
|
|
48780
48790
|
var _this17 = this;
|
|
@@ -48829,12 +48839,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48829
48839
|
}).catch(function (e) {});
|
|
48830
48840
|
},
|
|
48831
48841
|
|
|
48832
|
-
/**
|
|
48833
|
-
* goView
|
|
48834
|
-
* @desc:更多流程按钮操作
|
|
48835
|
-
* @author liufan
|
|
48836
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
48837
|
-
* @date 2022年5月25日
|
|
48842
|
+
/**
|
|
48843
|
+
* goView
|
|
48844
|
+
* @desc:更多流程按钮操作
|
|
48845
|
+
* @author liufan
|
|
48846
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
48847
|
+
* @date 2022年5月25日
|
|
48838
48848
|
**/
|
|
48839
48849
|
goView: function goView(res) {
|
|
48840
48850
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -48846,7 +48856,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48846
48856
|
// 驳回:taskRejectHtml
|
|
48847
48857
|
// 直接办结:endFlowHtml
|
|
48848
48858
|
// 自由发起子流程:toFreeStartFlow
|
|
48849
|
-
if (res.
|
|
48859
|
+
if (res.type == 4) {
|
|
48860
|
+
this.$emit('buttonClick', res.fun);
|
|
48861
|
+
} else if (res.fun === 'toStartTaskRead()') {
|
|
48850
48862
|
// 分阅
|
|
48851
48863
|
this.taskReadBtn();
|
|
48852
48864
|
} else if (res.fun === 'reject()') {
|
|
@@ -48919,11 +48931,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48919
48931
|
// isCanStartSubFlow
|
|
48920
48932
|
},
|
|
48921
48933
|
|
|
48922
|
-
/**
|
|
48923
|
-
* toTakeAdvice
|
|
48924
|
-
* @desc:征求意见
|
|
48925
|
-
* @author liufan
|
|
48926
|
-
* @date 2022年9月29日
|
|
48934
|
+
/**
|
|
48935
|
+
* toTakeAdvice
|
|
48936
|
+
* @desc:征求意见
|
|
48937
|
+
* @author liufan
|
|
48938
|
+
* @date 2022年9月29日
|
|
48927
48939
|
**/
|
|
48928
48940
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
48929
48941
|
var _this19 = this;
|
|
@@ -48967,11 +48979,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48967
48979
|
});
|
|
48968
48980
|
},
|
|
48969
48981
|
|
|
48970
|
-
/**
|
|
48971
|
-
* toStartDraf
|
|
48972
|
-
* @desc: 稿件递送、联合审核、复核
|
|
48973
|
-
* @author liufan
|
|
48974
|
-
* @date 2022年9月29日
|
|
48982
|
+
/**
|
|
48983
|
+
* toStartDraf
|
|
48984
|
+
* @desc: 稿件递送、联合审核、复核
|
|
48985
|
+
* @author liufan
|
|
48986
|
+
* @date 2022年9月29日
|
|
48975
48987
|
**/
|
|
48976
48988
|
toStartDraf: function toStartDraf(res) {
|
|
48977
48989
|
var _this21 = this;
|
|
@@ -48985,11 +48997,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48985
48997
|
}
|
|
48986
48998
|
},
|
|
48987
48999
|
|
|
48988
|
-
/**
|
|
48989
|
-
* toSendMsg
|
|
48990
|
-
* @desc:核稿通知
|
|
48991
|
-
* @author liufan
|
|
48992
|
-
* @date 2022年9月29日
|
|
49000
|
+
/**
|
|
49001
|
+
* toSendMsg
|
|
49002
|
+
* @desc:核稿通知
|
|
49003
|
+
* @author liufan
|
|
49004
|
+
* @date 2022年9月29日
|
|
48993
49005
|
**/
|
|
48994
49006
|
toSendMsg: function toSendMsg(res) {
|
|
48995
49007
|
var _this22 = this;
|
|
@@ -49003,11 +49015,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49003
49015
|
}
|
|
49004
49016
|
},
|
|
49005
49017
|
|
|
49006
|
-
/**
|
|
49007
|
-
* toTaskReadAndEnd
|
|
49008
|
-
* @desc:分阅并办结
|
|
49009
|
-
* @author liufan
|
|
49010
|
-
* @date 2022年9月29日
|
|
49018
|
+
/**
|
|
49019
|
+
* toTaskReadAndEnd
|
|
49020
|
+
* @desc:分阅并办结
|
|
49021
|
+
* @author liufan
|
|
49022
|
+
* @date 2022年9月29日
|
|
49011
49023
|
**/
|
|
49012
49024
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
49013
49025
|
var _this23 = this;
|
|
@@ -49025,11 +49037,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49025
49037
|
}
|
|
49026
49038
|
},
|
|
49027
49039
|
|
|
49028
|
-
/**
|
|
49029
|
-
* rejectAndEnd
|
|
49030
|
-
* @desc:驳回并办结
|
|
49031
|
-
* @author liufan
|
|
49032
|
-
* @date 2022年9月29日
|
|
49040
|
+
/**
|
|
49041
|
+
* rejectAndEnd
|
|
49042
|
+
* @desc:驳回并办结
|
|
49043
|
+
* @author liufan
|
|
49044
|
+
* @date 2022年9月29日
|
|
49033
49045
|
**/
|
|
49034
49046
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
49035
49047
|
var _this24 = this;
|
|
@@ -49085,11 +49097,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49085
49097
|
});
|
|
49086
49098
|
},
|
|
49087
49099
|
|
|
49088
|
-
/**
|
|
49089
|
-
* toTransfer
|
|
49090
|
-
* @desc:转办
|
|
49091
|
-
* @author liufan
|
|
49092
|
-
* @date 2022年9月29日
|
|
49100
|
+
/**
|
|
49101
|
+
* toTransfer
|
|
49102
|
+
* @desc:转办
|
|
49103
|
+
* @author liufan
|
|
49104
|
+
* @date 2022年9月29日
|
|
49093
49105
|
**/
|
|
49094
49106
|
toTransfer: function toTransfer(res) {
|
|
49095
49107
|
var _this26 = this;
|
|
@@ -49108,11 +49120,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49108
49120
|
this.nextNode.customLimitTime = val;
|
|
49109
49121
|
},
|
|
49110
49122
|
|
|
49111
|
-
/**
|
|
49112
|
-
* getNodeInfo
|
|
49113
|
-
* @desc:获取节点信息
|
|
49114
|
-
* @author liufan
|
|
49115
|
-
* @date 2022年5月25日
|
|
49123
|
+
/**
|
|
49124
|
+
* getNodeInfo
|
|
49125
|
+
* @desc:获取节点信息
|
|
49126
|
+
* @author liufan
|
|
49127
|
+
* @date 2022年5月25日
|
|
49116
49128
|
**/
|
|
49117
49129
|
getNodeInfo: function getNodeInfo() {
|
|
49118
49130
|
var _this27 = this;
|
|
@@ -49219,12 +49231,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49219
49231
|
});
|
|
49220
49232
|
},
|
|
49221
49233
|
|
|
49222
|
-
/**
|
|
49223
|
-
* selecNext
|
|
49224
|
-
* @desc:下步节点变化时更新数据
|
|
49225
|
-
* @author liufan
|
|
49226
|
-
* @param {String} val 当前选中值
|
|
49227
|
-
* @date 2022年5月25日
|
|
49234
|
+
/**
|
|
49235
|
+
* selecNext
|
|
49236
|
+
* @desc:下步节点变化时更新数据
|
|
49237
|
+
* @author liufan
|
|
49238
|
+
* @param {String} val 当前选中值
|
|
49239
|
+
* @date 2022年5月25日
|
|
49228
49240
|
**/
|
|
49229
49241
|
selecNext: function selecNext(val, type, isDef) {
|
|
49230
49242
|
var _this28 = this;
|
|
@@ -49356,11 +49368,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49356
49368
|
this.getNodeInfo();
|
|
49357
49369
|
},
|
|
49358
49370
|
|
|
49359
|
-
/**
|
|
49360
|
-
* isMultiple
|
|
49361
|
-
* @desc:是否多选
|
|
49362
|
-
* @author liufan
|
|
49363
|
-
* @date 2022年9月13日
|
|
49371
|
+
/**
|
|
49372
|
+
* isMultiple
|
|
49373
|
+
* @desc:是否多选
|
|
49374
|
+
* @author liufan
|
|
49375
|
+
* @date 2022年9月13日
|
|
49364
49376
|
**/
|
|
49365
49377
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
49366
49378
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -49392,11 +49404,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49392
49404
|
}
|
|
49393
49405
|
},
|
|
49394
49406
|
|
|
49395
|
-
/**
|
|
49396
|
-
* getHedInfo
|
|
49397
|
-
* @desc:获取审核页面数据
|
|
49398
|
-
* @author liufan
|
|
49399
|
-
* @date 2022年5月25日
|
|
49407
|
+
/**
|
|
49408
|
+
* getHedInfo
|
|
49409
|
+
* @desc:获取审核页面数据
|
|
49410
|
+
* @author liufan
|
|
49411
|
+
* @date 2022年5月25日
|
|
49400
49412
|
**/
|
|
49401
49413
|
getHedInfo: function getHedInfo() {
|
|
49402
49414
|
var _this29 = this;
|
|
@@ -49696,13 +49708,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49696
49708
|
});
|
|
49697
49709
|
},
|
|
49698
49710
|
|
|
49699
|
-
/**
|
|
49700
|
-
* closeProcess
|
|
49701
|
-
* @desc:关闭弹窗
|
|
49702
|
-
* @author liufan
|
|
49703
|
-
* @param {boolean} val 当前是否办理流程
|
|
49704
|
-
* @param {String} type 当前点击的弹窗类型
|
|
49705
|
-
* @date 2022年5月25日
|
|
49711
|
+
/**
|
|
49712
|
+
* closeProcess
|
|
49713
|
+
* @desc:关闭弹窗
|
|
49714
|
+
* @author liufan
|
|
49715
|
+
* @param {boolean} val 当前是否办理流程
|
|
49716
|
+
* @param {String} type 当前点击的弹窗类型
|
|
49717
|
+
* @date 2022年5月25日
|
|
49706
49718
|
**/
|
|
49707
49719
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
49708
49720
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -49722,23 +49734,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49722
49734
|
}
|
|
49723
49735
|
},
|
|
49724
49736
|
|
|
49725
|
-
/**
|
|
49726
|
-
* selectChange
|
|
49727
|
-
* @desc:常用语选择
|
|
49728
|
-
* @author liufan
|
|
49729
|
-
* @param {String} val 选中值
|
|
49730
|
-
* @date 2022年5月25日
|
|
49737
|
+
/**
|
|
49738
|
+
* selectChange
|
|
49739
|
+
* @desc:常用语选择
|
|
49740
|
+
* @author liufan
|
|
49741
|
+
* @param {String} val 选中值
|
|
49742
|
+
* @date 2022年5月25日
|
|
49731
49743
|
**/
|
|
49732
49744
|
selectChange: function selectChange(val) {
|
|
49733
49745
|
this.value = val;
|
|
49734
49746
|
},
|
|
49735
49747
|
|
|
49736
|
-
/**
|
|
49737
|
-
* upDate
|
|
49738
|
-
* @desc:修改常用语
|
|
49739
|
-
* @author liufan
|
|
49740
|
-
* @param {Object} val 修改值
|
|
49741
|
-
* @date 2022年5月25日
|
|
49748
|
+
/**
|
|
49749
|
+
* upDate
|
|
49750
|
+
* @desc:修改常用语
|
|
49751
|
+
* @author liufan
|
|
49752
|
+
* @param {Object} val 修改值
|
|
49753
|
+
* @date 2022年5月25日
|
|
49742
49754
|
**/
|
|
49743
49755
|
upDate: function upDate(val) {
|
|
49744
49756
|
this.FormData.id = val.id;
|
|
@@ -49746,11 +49758,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49746
49758
|
},
|
|
49747
49759
|
|
|
49748
49760
|
|
|
49749
|
-
/**
|
|
49750
|
-
* getProcess
|
|
49751
|
-
* @desc:获取选择流程
|
|
49752
|
-
* @author liufan
|
|
49753
|
-
* @date 2022年5月25日
|
|
49761
|
+
/**
|
|
49762
|
+
* getProcess
|
|
49763
|
+
* @desc:获取选择流程
|
|
49764
|
+
* @author liufan
|
|
49765
|
+
* @date 2022年5月25日
|
|
49754
49766
|
**/
|
|
49755
49767
|
getProcess: function getProcess(val) {
|
|
49756
49768
|
var _this30 = this;
|
|
@@ -49810,11 +49822,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49810
49822
|
});
|
|
49811
49823
|
},
|
|
49812
49824
|
|
|
49813
|
-
/**
|
|
49814
|
-
* getPendedhistoryList
|
|
49815
|
-
* @desc:获取流程列表
|
|
49816
|
-
* @author liufan
|
|
49817
|
-
* @date 2022年5月25日
|
|
49825
|
+
/**
|
|
49826
|
+
* getPendedhistoryList
|
|
49827
|
+
* @desc:获取流程列表
|
|
49828
|
+
* @author liufan
|
|
49829
|
+
* @date 2022年5月25日
|
|
49818
49830
|
**/
|
|
49819
49831
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
49820
49832
|
var _this31 = this;
|
|
@@ -49882,12 +49894,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49882
49894
|
},
|
|
49883
49895
|
|
|
49884
49896
|
// 提交流程
|
|
49885
|
-
/**
|
|
49886
|
-
* subProcess
|
|
49887
|
-
* @desc:提交流程
|
|
49888
|
-
* @author liufan
|
|
49889
|
-
* @param {String} formName 当前form表单ref值
|
|
49890
|
-
* @date 2022年5月25日
|
|
49897
|
+
/**
|
|
49898
|
+
* subProcess
|
|
49899
|
+
* @desc:提交流程
|
|
49900
|
+
* @author liufan
|
|
49901
|
+
* @param {String} formName 当前form表单ref值
|
|
49902
|
+
* @date 2022年5月25日
|
|
49891
49903
|
**/
|
|
49892
49904
|
subProcess: function subProcess(val, type) {
|
|
49893
49905
|
var _this33 = this;
|
|
@@ -50229,8 +50241,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50229
50241
|
|
|
50230
50242
|
var flow_src_main_component = normalizeComponent(
|
|
50231
50243
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
50232
|
-
|
|
50233
|
-
|
|
50244
|
+
mainvue_type_template_id_6aa1c3ab_render,
|
|
50245
|
+
mainvue_type_template_id_6aa1c3ab_staticRenderFns,
|
|
50234
50246
|
false,
|
|
50235
50247
|
null,
|
|
50236
50248
|
null,
|
|
@@ -53695,12 +53707,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53695
53707
|
}
|
|
53696
53708
|
},
|
|
53697
53709
|
|
|
53698
|
-
/**
|
|
53699
|
-
* handleFormSubmit
|
|
53700
|
-
* @desc:删除节点点击事件
|
|
53701
|
-
* @param {Object} formData 点击删除的form数据
|
|
53702
|
-
* @author liufan
|
|
53703
|
-
* @date 2022年11月29日
|
|
53710
|
+
/**
|
|
53711
|
+
* handleFormSubmit
|
|
53712
|
+
* @desc:删除节点点击事件
|
|
53713
|
+
* @param {Object} formData 点击删除的form数据
|
|
53714
|
+
* @author liufan
|
|
53715
|
+
* @date 2022年11月29日
|
|
53704
53716
|
**/
|
|
53705
53717
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
53706
53718
|
var _this9 = this;
|
|
@@ -53731,48 +53743,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53731
53743
|
});
|
|
53732
53744
|
},
|
|
53733
53745
|
|
|
53734
|
-
/**
|
|
53735
|
-
* del
|
|
53736
|
-
* @desc:展示删除弹窗
|
|
53737
|
-
* @param {String} id 当前点击数据id
|
|
53738
|
-
* @author liufan
|
|
53739
|
-
* @date 2022年11月29日
|
|
53746
|
+
/**
|
|
53747
|
+
* del
|
|
53748
|
+
* @desc:展示删除弹窗
|
|
53749
|
+
* @param {String} id 当前点击数据id
|
|
53750
|
+
* @author liufan
|
|
53751
|
+
* @date 2022年11月29日
|
|
53740
53752
|
**/
|
|
53741
53753
|
del: function del(id) {
|
|
53742
53754
|
this.historyId = id;
|
|
53743
53755
|
this.showDel = true;
|
|
53744
53756
|
},
|
|
53745
53757
|
|
|
53746
|
-
/**
|
|
53747
|
-
* handleCurrentChange
|
|
53748
|
-
* @desc:监听页码变化
|
|
53749
|
-
* @param {String} val 当前页
|
|
53750
|
-
* @author liufan
|
|
53751
|
-
* @date 2022年11月29日
|
|
53758
|
+
/**
|
|
53759
|
+
* handleCurrentChange
|
|
53760
|
+
* @desc:监听页码变化
|
|
53761
|
+
* @param {String} val 当前页
|
|
53762
|
+
* @author liufan
|
|
53763
|
+
* @date 2022年11月29日
|
|
53752
53764
|
**/
|
|
53753
53765
|
handleCurrentChange: function handleCurrentChange(val) {
|
|
53754
53766
|
this.currentPage = val;
|
|
53755
53767
|
this.getPressList();
|
|
53756
53768
|
},
|
|
53757
53769
|
|
|
53758
|
-
/**
|
|
53759
|
-
* handleSizeChange
|
|
53760
|
-
* @desc:监听每页数据显示数量变化
|
|
53761
|
-
* @param {String} val 每页展示数量
|
|
53762
|
-
* @author liufan
|
|
53763
|
-
* @date 2022年11月29日
|
|
53770
|
+
/**
|
|
53771
|
+
* handleSizeChange
|
|
53772
|
+
* @desc:监听每页数据显示数量变化
|
|
53773
|
+
* @param {String} val 每页展示数量
|
|
53774
|
+
* @author liufan
|
|
53775
|
+
* @date 2022年11月29日
|
|
53764
53776
|
**/
|
|
53765
53777
|
handleSizeChange: function handleSizeChange(val) {
|
|
53766
53778
|
this.pageSize = val;
|
|
53767
53779
|
this.getPressList();
|
|
53768
53780
|
},
|
|
53769
53781
|
|
|
53770
|
-
/**
|
|
53771
|
-
* sortChange
|
|
53772
|
-
* @desc:监听排序变化
|
|
53773
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
53774
|
-
* @author liufan
|
|
53775
|
-
* @date 2022年11月29日
|
|
53782
|
+
/**
|
|
53783
|
+
* sortChange
|
|
53784
|
+
* @desc:监听排序变化
|
|
53785
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
53786
|
+
* @author liufan
|
|
53787
|
+
* @date 2022年11月29日
|
|
53776
53788
|
**/
|
|
53777
53789
|
sortChange: function sortChange(info) {
|
|
53778
53790
|
var prop = info.prop,
|
|
@@ -53783,11 +53795,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53783
53795
|
this.getPressList();
|
|
53784
53796
|
},
|
|
53785
53797
|
|
|
53786
|
-
/**
|
|
53787
|
-
* getPressList
|
|
53788
|
-
* @desc:催办列表数据
|
|
53789
|
-
* @author liufan
|
|
53790
|
-
* @date 2022年11月29日
|
|
53798
|
+
/**
|
|
53799
|
+
* getPressList
|
|
53800
|
+
* @desc:催办列表数据
|
|
53801
|
+
* @author liufan
|
|
53802
|
+
* @date 2022年11月29日
|
|
53791
53803
|
**/
|
|
53792
53804
|
getPressList: function getPressList() {
|
|
53793
53805
|
var _this10 = this;
|
|
@@ -53817,12 +53829,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53817
53829
|
});
|
|
53818
53830
|
},
|
|
53819
53831
|
|
|
53820
|
-
/**
|
|
53821
|
-
* goPress
|
|
53822
|
-
* @desc:催办列表查看
|
|
53823
|
-
* @param {String} id 催办列表id
|
|
53824
|
-
* @author liufan
|
|
53825
|
-
* @date 2022年11月29日
|
|
53832
|
+
/**
|
|
53833
|
+
* goPress
|
|
53834
|
+
* @desc:催办列表查看
|
|
53835
|
+
* @param {String} id 催办列表id
|
|
53836
|
+
* @author liufan
|
|
53837
|
+
* @date 2022年11月29日
|
|
53826
53838
|
**/
|
|
53827
53839
|
goPress: function goPress(id) {
|
|
53828
53840
|
this.historyId = id;
|
|
@@ -53830,23 +53842,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53830
53842
|
this.getPressList();
|
|
53831
53843
|
},
|
|
53832
53844
|
|
|
53833
|
-
/**
|
|
53834
|
-
* showFile
|
|
53835
|
-
* @desc:附件查看
|
|
53836
|
-
* @param {String} ownId 附件id
|
|
53837
|
-
* @author liufan
|
|
53838
|
-
* @date 2022年11月29日
|
|
53845
|
+
/**
|
|
53846
|
+
* showFile
|
|
53847
|
+
* @desc:附件查看
|
|
53848
|
+
* @param {String} ownId 附件id
|
|
53849
|
+
* @author liufan
|
|
53850
|
+
* @date 2022年11月29日
|
|
53839
53851
|
**/
|
|
53840
53852
|
showFile: function showFile(ownId) {
|
|
53841
53853
|
this.wfpendingid = ownId;
|
|
53842
53854
|
this.showFileList = true;
|
|
53843
53855
|
},
|
|
53844
53856
|
|
|
53845
|
-
/**
|
|
53846
|
-
* handleChange
|
|
53847
|
-
* @desc:切换排序方式
|
|
53848
|
-
* @author liufan
|
|
53849
|
-
* @date 2022年11月22日
|
|
53857
|
+
/**
|
|
53858
|
+
* handleChange
|
|
53859
|
+
* @desc:切换排序方式
|
|
53860
|
+
* @author liufan
|
|
53861
|
+
* @date 2022年11月22日
|
|
53850
53862
|
**/
|
|
53851
53863
|
handleChange: function handleChange(key, value) {
|
|
53852
53864
|
if (value) {
|
|
@@ -53896,11 +53908,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53896
53908
|
}))();
|
|
53897
53909
|
},
|
|
53898
53910
|
|
|
53899
|
-
/**
|
|
53900
|
-
* getFlowList
|
|
53901
|
-
* @desc:获取流程列表
|
|
53902
|
-
* @author liufan
|
|
53903
|
-
* @date 2022年11月22日
|
|
53911
|
+
/**
|
|
53912
|
+
* getFlowList
|
|
53913
|
+
* @desc:获取流程列表
|
|
53914
|
+
* @author liufan
|
|
53915
|
+
* @date 2022年11月22日
|
|
53904
53916
|
**/
|
|
53905
53917
|
getFlowList: function getFlowList(type) {
|
|
53906
53918
|
var _this12 = this;
|
|
@@ -53972,12 +53984,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53972
53984
|
});
|
|
53973
53985
|
},
|
|
53974
53986
|
|
|
53975
|
-
/**
|
|
53976
|
-
* handleClick
|
|
53977
|
-
* @desc:表单点击事件
|
|
53978
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
53979
|
-
* @author liufan
|
|
53980
|
-
* @date 2022年11月10日
|
|
53987
|
+
/**
|
|
53988
|
+
* handleClick
|
|
53989
|
+
* @desc:表单点击事件
|
|
53990
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
53991
|
+
* @author liufan
|
|
53992
|
+
* @date 2022年11月10日
|
|
53981
53993
|
**/
|
|
53982
53994
|
handleClick: function handleClick(val) {
|
|
53983
53995
|
var _this13 = this;
|
|
@@ -54023,13 +54035,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
54023
54035
|
}
|
|
54024
54036
|
},
|
|
54025
54037
|
|
|
54026
|
-
/**
|
|
54027
|
-
* getCodeValue
|
|
54028
|
-
* @desc:获取代码表过滤后的值
|
|
54029
|
-
* @param {String} value 展示数据的代码值
|
|
54030
|
-
* @param {String} type 代码表类型
|
|
54031
|
-
* @author liufan
|
|
54032
|
-
* @date 2022年11月10日
|
|
54038
|
+
/**
|
|
54039
|
+
* getCodeValue
|
|
54040
|
+
* @desc:获取代码表过滤后的值
|
|
54041
|
+
* @param {String} value 展示数据的代码值
|
|
54042
|
+
* @param {String} type 代码表类型
|
|
54043
|
+
* @author liufan
|
|
54044
|
+
* @date 2022年11月10日
|
|
54033
54045
|
**/
|
|
54034
54046
|
getCodeValue: function getCodeValue(value, type) {
|
|
54035
54047
|
var val = this[type].filter(function (item) {
|
|
@@ -54038,12 +54050,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
54038
54050
|
return val[0].shortName;
|
|
54039
54051
|
},
|
|
54040
54052
|
|
|
54041
|
-
/**
|
|
54042
|
-
* getSysInfo
|
|
54043
|
-
* @desc:获取代码表
|
|
54044
|
-
* @param {String} code 编码code值
|
|
54045
|
-
* @author liufan
|
|
54046
|
-
* @date 2022年11月10日
|
|
54053
|
+
/**
|
|
54054
|
+
* getSysInfo
|
|
54055
|
+
* @desc:获取代码表
|
|
54056
|
+
* @param {String} code 编码code值
|
|
54057
|
+
* @author liufan
|
|
54058
|
+
* @date 2022年11月10日
|
|
54047
54059
|
**/
|
|
54048
54060
|
getSysInfo: function getSysInfo(code) {
|
|
54049
54061
|
var _this14 = this;
|
|
@@ -54065,11 +54077,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
54065
54077
|
}).catch(function (e) {});
|
|
54066
54078
|
},
|
|
54067
54079
|
|
|
54068
|
-
/**
|
|
54069
|
-
* getListInfo
|
|
54070
|
-
* @desc:获取预设列表数据
|
|
54071
|
-
* @author liufan
|
|
54072
|
-
* @date 2022年11月10日
|
|
54080
|
+
/**
|
|
54081
|
+
* getListInfo
|
|
54082
|
+
* @desc:获取预设列表数据
|
|
54083
|
+
* @author liufan
|
|
54084
|
+
* @date 2022年11月10日
|
|
54073
54085
|
**/
|
|
54074
54086
|
getListInfo: function getListInfo() {
|
|
54075
54087
|
var _this15 = this;
|
|
@@ -54404,8 +54416,8 @@ handle_user_src_main.install = function (Vue) {
|
|
|
54404
54416
|
};
|
|
54405
54417
|
|
|
54406
54418
|
/* harmony default export */ var handle_user = (handle_user_src_main);
|
|
54407
|
-
// 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=
|
|
54408
|
-
var
|
|
54419
|
+
// 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=b00db1c0&
|
|
54420
|
+
var mainvue_type_template_id_b00db1c0_render = function () {
|
|
54409
54421
|
var _vm = this
|
|
54410
54422
|
var _h = _vm.$createElement
|
|
54411
54423
|
var _c = _vm._self._c || _h
|
|
@@ -54652,11 +54664,11 @@ var mainvue_type_template_id_a45878a6_render = function () {
|
|
|
54652
54664
|
2
|
|
54653
54665
|
)
|
|
54654
54666
|
}
|
|
54655
|
-
var
|
|
54656
|
-
|
|
54667
|
+
var mainvue_type_template_id_b00db1c0_staticRenderFns = []
|
|
54668
|
+
mainvue_type_template_id_b00db1c0_render._withStripped = true
|
|
54657
54669
|
|
|
54658
54670
|
|
|
54659
|
-
// CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=
|
|
54671
|
+
// CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=b00db1c0&
|
|
54660
54672
|
|
|
54661
54673
|
// 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&
|
|
54662
54674
|
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; };
|
|
@@ -54864,7 +54876,7 @@ var _props;
|
|
|
54864
54876
|
default: function _default() {
|
|
54865
54877
|
return {
|
|
54866
54878
|
type: 'search',
|
|
54867
|
-
icon: 'es-icon-
|
|
54879
|
+
icon: 'es-icon-sousuo',
|
|
54868
54880
|
title: '搜索'
|
|
54869
54881
|
};
|
|
54870
54882
|
}
|
|
@@ -54874,7 +54886,7 @@ var _props;
|
|
|
54874
54886
|
default: function _default() {
|
|
54875
54887
|
return {
|
|
54876
54888
|
type: 'im',
|
|
54877
|
-
icon: 'es-icon-
|
|
54889
|
+
icon: 'es-icon-message',
|
|
54878
54890
|
title: 'IM'
|
|
54879
54891
|
};
|
|
54880
54892
|
}
|
|
@@ -54894,7 +54906,7 @@ var _props;
|
|
|
54894
54906
|
default: function _default() {
|
|
54895
54907
|
return {
|
|
54896
54908
|
type: 'home',
|
|
54897
|
-
icon: 'es-icon-
|
|
54909
|
+
icon: 'es-icon-zhuye',
|
|
54898
54910
|
title: '个人工作台'
|
|
54899
54911
|
};
|
|
54900
54912
|
}
|
|
@@ -54903,7 +54915,7 @@ var _props;
|
|
|
54903
54915
|
default: function _default() {
|
|
54904
54916
|
return {
|
|
54905
54917
|
type: 'notice',
|
|
54906
|
-
icon: 'es-icon-
|
|
54918
|
+
icon: 'es-icon-xiaoxi',
|
|
54907
54919
|
title: '通知消息'
|
|
54908
54920
|
};
|
|
54909
54921
|
}
|
|
@@ -54921,7 +54933,7 @@ var _props;
|
|
|
54921
54933
|
default: function _default() {
|
|
54922
54934
|
return {
|
|
54923
54935
|
type: 'quit',
|
|
54924
|
-
icon: 'es-icon-
|
|
54936
|
+
icon: 'es-icon-tuichu',
|
|
54925
54937
|
title: '退出'
|
|
54926
54938
|
};
|
|
54927
54939
|
}
|
|
@@ -54930,7 +54942,7 @@ var _props;
|
|
|
54930
54942
|
default: function _default() {
|
|
54931
54943
|
return {
|
|
54932
54944
|
type: 'set',
|
|
54933
|
-
icon: 'es-icon-
|
|
54945
|
+
icon: 'es-icon-shezhi',
|
|
54934
54946
|
title: '设置'
|
|
54935
54947
|
};
|
|
54936
54948
|
}
|
|
@@ -55115,8 +55127,8 @@ var _props;
|
|
|
55115
55127
|
|
|
55116
55128
|
var handler_src_main_component = normalizeComponent(
|
|
55117
55129
|
packages_handler_src_mainvue_type_script_lang_js_,
|
|
55118
|
-
|
|
55119
|
-
|
|
55130
|
+
mainvue_type_template_id_b00db1c0_render,
|
|
55131
|
+
mainvue_type_template_id_b00db1c0_staticRenderFns,
|
|
55120
55132
|
false,
|
|
55121
55133
|
null,
|
|
55122
55134
|
null,
|
|
@@ -55133,8 +55145,8 @@ handler_src_main.install = function (Vue) {
|
|
|
55133
55145
|
};
|
|
55134
55146
|
|
|
55135
55147
|
/* harmony default export */ var packages_handler = (handler_src_main);
|
|
55136
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=template&id=
|
|
55137
|
-
var
|
|
55148
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=template&id=28091426&
|
|
55149
|
+
var mainvue_type_template_id_28091426_render = function () {
|
|
55138
55150
|
var _vm = this
|
|
55139
55151
|
var _h = _vm.$createElement
|
|
55140
55152
|
var _c = _vm._self._c || _h
|
|
@@ -55157,11 +55169,11 @@ var mainvue_type_template_id_57a2cea2_render = function () {
|
|
|
55157
55169
|
)
|
|
55158
55170
|
)
|
|
55159
55171
|
}
|
|
55160
|
-
var
|
|
55161
|
-
|
|
55172
|
+
var mainvue_type_template_id_28091426_staticRenderFns = []
|
|
55173
|
+
mainvue_type_template_id_28091426_render._withStripped = true
|
|
55162
55174
|
|
|
55163
55175
|
|
|
55164
|
-
// CONCATENATED MODULE: ./packages/icon/src/main.vue?vue&type=template&id=
|
|
55176
|
+
// CONCATENATED MODULE: ./packages/icon/src/main.vue?vue&type=template&id=28091426&
|
|
55165
55177
|
|
|
55166
55178
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/icon/src/main.vue?vue&type=script&lang=js&
|
|
55167
55179
|
//
|
|
@@ -55181,7 +55193,7 @@ mainvue_type_template_id_57a2cea2_render._withStripped = true
|
|
|
55181
55193
|
|
|
55182
55194
|
/* harmony default export */ var icon_src_mainvue_type_script_lang_js_ = ({
|
|
55183
55195
|
name: 'EsIcon',
|
|
55184
|
-
inheritAttrs:
|
|
55196
|
+
inheritAttrs: true,
|
|
55185
55197
|
props: {
|
|
55186
55198
|
preview: {
|
|
55187
55199
|
type: String,
|
|
@@ -55270,8 +55282,8 @@ mainvue_type_template_id_57a2cea2_render._withStripped = true
|
|
|
55270
55282
|
|
|
55271
55283
|
var icon_src_main_component = normalizeComponent(
|
|
55272
55284
|
packages_icon_src_mainvue_type_script_lang_js_,
|
|
55273
|
-
|
|
55274
|
-
|
|
55285
|
+
mainvue_type_template_id_28091426_render,
|
|
55286
|
+
mainvue_type_template_id_28091426_staticRenderFns,
|
|
55275
55287
|
false,
|
|
55276
55288
|
null,
|
|
55277
55289
|
null,
|
|
@@ -56673,8 +56685,8 @@ layout_src_main.install = function (Vue) {
|
|
|
56673
56685
|
};
|
|
56674
56686
|
|
|
56675
56687
|
/* harmony default export */ var packages_layout = (layout_src_main);
|
|
56676
|
-
// 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=
|
|
56677
|
-
var
|
|
56688
|
+
// 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=f391265e&
|
|
56689
|
+
var mainvue_type_template_id_f391265e_render = function () {
|
|
56678
56690
|
var _vm = this
|
|
56679
56691
|
var _h = _vm.$createElement
|
|
56680
56692
|
var _c = _vm._self._c || _h
|
|
@@ -56876,8 +56888,7 @@ var mainvue_type_template_id_58cef266_render = function () {
|
|
|
56876
56888
|
"点这里"
|
|
56877
56889
|
),
|
|
56878
56890
|
_c("i", {
|
|
56879
|
-
staticClass:
|
|
56880
|
-
"es-icon-zhixiangyou",
|
|
56891
|
+
staticClass: "es-icon-shoushiyou",
|
|
56881
56892
|
}),
|
|
56882
56893
|
]
|
|
56883
56894
|
)
|
|
@@ -57062,7 +57073,7 @@ var mainvue_type_template_id_58cef266_render = function () {
|
|
|
57062
57073
|
_c("template", { slot: "prefix" }, [
|
|
57063
57074
|
_c("i", {
|
|
57064
57075
|
staticClass:
|
|
57065
|
-
"es-icon-
|
|
57076
|
+
"es-icon-yonghu es-label-user",
|
|
57066
57077
|
}),
|
|
57067
57078
|
]),
|
|
57068
57079
|
],
|
|
@@ -57169,7 +57180,7 @@ var mainvue_type_template_id_58cef266_render = function () {
|
|
|
57169
57180
|
_c("template", { slot: "prefix" }, [
|
|
57170
57181
|
_c("i", {
|
|
57171
57182
|
staticClass:
|
|
57172
|
-
"es-icon-
|
|
57183
|
+
"es-icon-yanzhengma es-label-code-image",
|
|
57173
57184
|
}),
|
|
57174
57185
|
]),
|
|
57175
57186
|
_c("template", { slot: "suffix" }, [
|
|
@@ -57457,7 +57468,7 @@ var mainvue_type_template_id_58cef266_render = function () {
|
|
|
57457
57468
|
[
|
|
57458
57469
|
_vm._v("账号登录"),
|
|
57459
57470
|
_c("i", {
|
|
57460
|
-
staticClass: "es-icon-
|
|
57471
|
+
staticClass: "es-icon-shoushiyou",
|
|
57461
57472
|
}),
|
|
57462
57473
|
]
|
|
57463
57474
|
),
|
|
@@ -57949,13 +57960,13 @@ var mainvue_type_template_id_58cef266_render = function () {
|
|
|
57949
57960
|
)
|
|
57950
57961
|
: _vm._e()
|
|
57951
57962
|
}
|
|
57952
|
-
var
|
|
57963
|
+
var mainvue_type_template_id_f391265e_staticRenderFns = [
|
|
57953
57964
|
function () {
|
|
57954
57965
|
var _vm = this
|
|
57955
57966
|
var _h = _vm.$createElement
|
|
57956
57967
|
var _c = _vm._self._c || _h
|
|
57957
57968
|
return _c("div", { staticClass: "es-login-complex-scan" }, [
|
|
57958
|
-
_c("i", { staticClass: "es-icon-
|
|
57969
|
+
_c("i", { staticClass: "es-icon-saoma" }),
|
|
57959
57970
|
_c("span", { staticClass: "es-login-complex-scan-tips" }, [
|
|
57960
57971
|
_vm._v("打开app"),
|
|
57961
57972
|
_c("br"),
|
|
@@ -57964,10 +57975,10 @@ var mainvue_type_template_id_58cef266_staticRenderFns = [
|
|
|
57964
57975
|
])
|
|
57965
57976
|
},
|
|
57966
57977
|
]
|
|
57967
|
-
|
|
57978
|
+
mainvue_type_template_id_f391265e_render._withStripped = true
|
|
57968
57979
|
|
|
57969
57980
|
|
|
57970
|
-
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=
|
|
57981
|
+
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=f391265e&
|
|
57971
57982
|
|
|
57972
57983
|
// 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&
|
|
57973
57984
|
var resetPasswordvue_type_template_id_325dc074_render = function () {
|
|
@@ -59090,7 +59101,7 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
59090
59101
|
}, {
|
|
59091
59102
|
type: '3',
|
|
59092
59103
|
name: '手机扫码登录',
|
|
59093
|
-
icon: 'es-icon-
|
|
59104
|
+
icon: 'es-icon-erweima',
|
|
59094
59105
|
tips: '扫码登录在这里',
|
|
59095
59106
|
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='
|
|
59096
59107
|
}];
|
|
@@ -59348,11 +59359,11 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
59348
59359
|
return types.length > 2 ? {
|
|
59349
59360
|
0: {
|
|
59350
59361
|
type: '0',
|
|
59351
|
-
icon: 'es-icon-
|
|
59362
|
+
icon: 'es-icon-jianpan',
|
|
59352
59363
|
icon2: '',
|
|
59353
59364
|
name: '账号登录'
|
|
59354
59365
|
},
|
|
59355
|
-
1: { type: '1', icon: 'es-icon-
|
|
59366
|
+
1: { type: '1', icon: 'es-icon-upan', name: '证书登录' },
|
|
59356
59367
|
3: {
|
|
59357
59368
|
type: '3',
|
|
59358
59369
|
icon: 'es-icon-saoma',
|
|
@@ -59362,21 +59373,25 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
59362
59373
|
6: { type: '6', icon: 'es-icon-duanxin', name: '短信登录' },
|
|
59363
59374
|
7: { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
|
|
59364
59375
|
9: { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
|
|
59365
|
-
11: { type: '11', icon: 'es-icon-
|
|
59366
|
-
12: { type: '12', icon: 'es-icon-
|
|
59376
|
+
11: { type: '11', icon: 'es-icon-youjian', name: '邮箱登录' },
|
|
59377
|
+
12: { type: '12', icon: 'es-icon-jianpan', name: '账号登录' //双因素
|
|
59367
59378
|
} } : {
|
|
59368
|
-
0: { type: '0', icon: 'es-icon-
|
|
59369
|
-
1: {
|
|
59370
|
-
|
|
59371
|
-
|
|
59379
|
+
0: { type: '0', icon: 'es-icon-monitor', name: '账号登录' },
|
|
59380
|
+
1: {
|
|
59381
|
+
type: '1',
|
|
59382
|
+
icon: 'es-icon-solid-cashenfenrenzheng',
|
|
59383
|
+
name: '证书登录'
|
|
59384
|
+
},
|
|
59385
|
+
3: { type: '3', icon: 'es-icon-erweima', name: '扫码登录' },
|
|
59386
|
+
6: { type: '6', icon: 'es-icon-email', name: '短信登录' },
|
|
59372
59387
|
7: { type: '7', icon: 'es-icon-dingding', name: '钉钉扫码登录' },
|
|
59373
59388
|
9: { type: '9', icon: 'es-icon-weixin', name: '微信扫码登录' },
|
|
59374
59389
|
11: {
|
|
59375
59390
|
type: '11',
|
|
59376
|
-
icon: 'es-icon-
|
|
59391
|
+
icon: 'es-icon-youjian',
|
|
59377
59392
|
name: '邮箱登录'
|
|
59378
59393
|
},
|
|
59379
|
-
12: { type: '12', icon: 'es-icon-
|
|
59394
|
+
12: { type: '12', icon: 'es-icon-monitor', name: '账号登录' //双因素
|
|
59380
59395
|
} };
|
|
59381
59396
|
},
|
|
59382
59397
|
icons: function icons() {
|
|
@@ -60569,8 +60584,8 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60569
60584
|
|
|
60570
60585
|
var login_src_main_component = normalizeComponent(
|
|
60571
60586
|
packages_login_src_mainvue_type_script_lang_js_,
|
|
60572
|
-
|
|
60573
|
-
|
|
60587
|
+
mainvue_type_template_id_f391265e_render,
|
|
60588
|
+
mainvue_type_template_id_f391265e_staticRenderFns,
|
|
60574
60589
|
false,
|
|
60575
60590
|
null,
|
|
60576
60591
|
null,
|
|
@@ -60714,8 +60729,8 @@ mainvue_type_template_id_431974fc_render._withStripped = true
|
|
|
60714
60729
|
|
|
60715
60730
|
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=431974fc&
|
|
60716
60731
|
|
|
60717
|
-
// 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=
|
|
60718
|
-
var
|
|
60732
|
+
// 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=cbbb7c28&scoped=true&
|
|
60733
|
+
var simplicityvue_type_template_id_cbbb7c28_scoped_true_render = function () {
|
|
60719
60734
|
var _vm = this
|
|
60720
60735
|
var _h = _vm.$createElement
|
|
60721
60736
|
var _c = _vm._self._c || _h
|
|
@@ -60888,7 +60903,7 @@ var simplicityvue_type_template_id_543ea46b_scoped_true_render = function () {
|
|
|
60888
60903
|
[
|
|
60889
60904
|
_c("es-icon", {
|
|
60890
60905
|
staticClass: "es-simplicity-side-app-icon",
|
|
60891
|
-
attrs: { contents: "es-icon-
|
|
60906
|
+
attrs: { contents: "es-icon-more" },
|
|
60892
60907
|
}),
|
|
60893
60908
|
_c("div", { staticClass: "es-simplicity-side-app-text" }, [
|
|
60894
60909
|
_vm._v("更多"),
|
|
@@ -61425,11 +61440,11 @@ var simplicityvue_type_template_id_543ea46b_scoped_true_render = function () {
|
|
|
61425
61440
|
),
|
|
61426
61441
|
])
|
|
61427
61442
|
}
|
|
61428
|
-
var
|
|
61429
|
-
|
|
61443
|
+
var simplicityvue_type_template_id_cbbb7c28_scoped_true_staticRenderFns = []
|
|
61444
|
+
simplicityvue_type_template_id_cbbb7c28_scoped_true_render._withStripped = true
|
|
61430
61445
|
|
|
61431
61446
|
|
|
61432
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
61447
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=cbbb7c28&scoped=true&
|
|
61433
61448
|
|
|
61434
61449
|
// 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&
|
|
61435
61450
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -61580,8 +61595,8 @@ var avatar_component = normalizeComponent(
|
|
|
61580
61595
|
)
|
|
61581
61596
|
|
|
61582
61597
|
/* harmony default export */ var avatar = (avatar_component.exports);
|
|
61583
|
-
// 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/handler.vue?vue&type=template&id=
|
|
61584
|
-
var
|
|
61598
|
+
// 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/handler.vue?vue&type=template&id=4332e6c6&scoped=true&
|
|
61599
|
+
var handlervue_type_template_id_4332e6c6_scoped_true_render = function () {
|
|
61585
61600
|
var _vm = this
|
|
61586
61601
|
var _h = _vm.$createElement
|
|
61587
61602
|
var _c = _vm._self._c || _h
|
|
@@ -61672,7 +61687,8 @@ var handlervue_type_template_id_fa0660c6_scoped_true_render = function () {
|
|
|
61672
61687
|
},
|
|
61673
61688
|
[
|
|
61674
61689
|
_c("es-icon", {
|
|
61675
|
-
staticClass:
|
|
61690
|
+
staticClass:
|
|
61691
|
+
"es-simplicity-handler-icon es-simplicity-handler-icon-hover",
|
|
61676
61692
|
attrs: { contents: item.icon },
|
|
61677
61693
|
on: {
|
|
61678
61694
|
click: function ($event) {
|
|
@@ -61691,11 +61707,8 @@ var handlervue_type_template_id_fa0660c6_scoped_true_render = function () {
|
|
|
61691
61707
|
"div",
|
|
61692
61708
|
{
|
|
61693
61709
|
key: item.type,
|
|
61694
|
-
staticClass:
|
|
61695
|
-
|
|
61696
|
-
"es-simplicity-handler-item-hover":
|
|
61697
|
-
_vm.showTitleType === "text",
|
|
61698
|
-
},
|
|
61710
|
+
staticClass:
|
|
61711
|
+
"es-simplicity-handler-item es-simplicity-handler-item-hover",
|
|
61699
61712
|
on: {
|
|
61700
61713
|
click: function ($event) {
|
|
61701
61714
|
$event.stopPropagation()
|
|
@@ -61717,10 +61730,6 @@ var handlervue_type_template_id_fa0660c6_scoped_true_render = function () {
|
|
|
61717
61730
|
[
|
|
61718
61731
|
_c("es-icon", {
|
|
61719
61732
|
staticClass: "es-simplicity-handler-icon",
|
|
61720
|
-
class: {
|
|
61721
|
-
"es-simplicity-handler-icon-hover":
|
|
61722
|
-
_vm.showTitleType !== "text",
|
|
61723
|
-
},
|
|
61724
61733
|
attrs: { contents: item.icon },
|
|
61725
61734
|
}),
|
|
61726
61735
|
],
|
|
@@ -61742,19 +61751,15 @@ var handlervue_type_template_id_fa0660c6_scoped_true_render = function () {
|
|
|
61742
61751
|
2
|
|
61743
61752
|
)
|
|
61744
61753
|
}
|
|
61745
|
-
var
|
|
61746
|
-
|
|
61754
|
+
var handlervue_type_template_id_4332e6c6_scoped_true_staticRenderFns = []
|
|
61755
|
+
handlervue_type_template_id_4332e6c6_scoped_true_render._withStripped = true
|
|
61747
61756
|
|
|
61748
61757
|
|
|
61749
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=
|
|
61758
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=4332e6c6&scoped=true&
|
|
61750
61759
|
|
|
61751
61760
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/handler.vue?vue&type=script&lang=js&
|
|
61752
|
-
|
|
61753
|
-
|
|
61754
|
-
//
|
|
61755
|
-
//
|
|
61756
|
-
//
|
|
61757
|
-
//
|
|
61761
|
+
var handlervue_type_script_lang_js_data;
|
|
61762
|
+
|
|
61758
61763
|
//
|
|
61759
61764
|
//
|
|
61760
61765
|
//
|
|
@@ -61882,7 +61887,14 @@ handlervue_type_template_id_fa0660c6_scoped_true_render._withStripped = true
|
|
|
61882
61887
|
return useCaseCodes && useCaseCodes.includes('sys_user_onlineList');
|
|
61883
61888
|
}
|
|
61884
61889
|
},
|
|
61885
|
-
watch: {
|
|
61890
|
+
watch: {
|
|
61891
|
+
data: (handlervue_type_script_lang_js_data = {
|
|
61892
|
+
handler: 'deep',
|
|
61893
|
+
immediate: true
|
|
61894
|
+
}, handlervue_type_script_lang_js_data['handler'] = function handler(newVal, oldVal) {
|
|
61895
|
+
console.log(newVal, 122221212);
|
|
61896
|
+
}, handlervue_type_script_lang_js_data)
|
|
61897
|
+
},
|
|
61886
61898
|
created: function created() {
|
|
61887
61899
|
//this.time = util.timeCycle() + '好!';
|
|
61888
61900
|
this.date = utils_util["a" /* default */].formatDate('', 'yyyy年M月d日');
|
|
@@ -61920,18 +61932,18 @@ handlervue_type_template_id_fa0660c6_scoped_true_render._withStripped = true
|
|
|
61920
61932
|
|
|
61921
61933
|
var handler_component = normalizeComponent(
|
|
61922
61934
|
simplicity_handlervue_type_script_lang_js_,
|
|
61923
|
-
|
|
61924
|
-
|
|
61935
|
+
handlervue_type_template_id_4332e6c6_scoped_true_render,
|
|
61936
|
+
handlervue_type_template_id_4332e6c6_scoped_true_staticRenderFns,
|
|
61925
61937
|
false,
|
|
61926
61938
|
null,
|
|
61927
|
-
"
|
|
61939
|
+
"4332e6c6",
|
|
61928
61940
|
null
|
|
61929
61941
|
|
|
61930
61942
|
)
|
|
61931
61943
|
|
|
61932
61944
|
/* harmony default export */ var simplicity_handler = (handler_component.exports);
|
|
61933
|
-
// 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/sub-menu.vue?vue&type=template&id=
|
|
61934
|
-
var
|
|
61945
|
+
// 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/sub-menu.vue?vue&type=template&id=53bf8687&scoped=true&
|
|
61946
|
+
var sub_menuvue_type_template_id_53bf8687_scoped_true_render = function () {
|
|
61935
61947
|
var this$1 = this
|
|
61936
61948
|
var _vm = this
|
|
61937
61949
|
var _h = _vm.$createElement
|
|
@@ -62007,7 +62019,7 @@ var sub_menuvue_type_template_id_22bf986e_scoped_true_render = function () {
|
|
|
62007
62019
|
},
|
|
62008
62020
|
],
|
|
62009
62021
|
staticClass:
|
|
62010
|
-
"es-icon-
|
|
62022
|
+
"es-icon-shouqi es-simplicity-menus-title-icon",
|
|
62011
62023
|
on: {
|
|
62012
62024
|
click: function ($event) {
|
|
62013
62025
|
_vm.handleFold(true)
|
|
@@ -62024,7 +62036,7 @@ var sub_menuvue_type_template_id_22bf986e_scoped_true_render = function () {
|
|
|
62024
62036
|
},
|
|
62025
62037
|
],
|
|
62026
62038
|
staticClass:
|
|
62027
|
-
"es-icon-
|
|
62039
|
+
"es-icon-zhankai es-simplicity-menus-title-icon",
|
|
62028
62040
|
on: {
|
|
62029
62041
|
click: function ($event) {
|
|
62030
62042
|
_vm.handleFold(false)
|
|
@@ -62138,14 +62150,14 @@ var sub_menuvue_type_template_id_22bf986e_scoped_true_render = function () {
|
|
|
62138
62150
|
]
|
|
62139
62151
|
)
|
|
62140
62152
|
}
|
|
62141
|
-
var
|
|
62142
|
-
|
|
62153
|
+
var sub_menuvue_type_template_id_53bf8687_scoped_true_staticRenderFns = []
|
|
62154
|
+
sub_menuvue_type_template_id_53bf8687_scoped_true_render._withStripped = true
|
|
62143
62155
|
|
|
62144
62156
|
|
|
62145
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=
|
|
62157
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/sub-menu.vue?vue&type=template&id=53bf8687&scoped=true&
|
|
62146
62158
|
|
|
62147
|
-
// 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/menu-list.vue?vue&type=template&id=
|
|
62148
|
-
var
|
|
62159
|
+
// 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/menu-list.vue?vue&type=template&id=2573ec50&scoped=true&
|
|
62160
|
+
var menu_listvue_type_template_id_2573ec50_scoped_true_render = function () {
|
|
62149
62161
|
var _vm = this
|
|
62150
62162
|
var _h = _vm.$createElement
|
|
62151
62163
|
var _c = _vm._self._c || _h
|
|
@@ -62251,8 +62263,7 @@ var menu_listvue_type_template_id_49c7f205_scoped_true_render = function () {
|
|
|
62251
62263
|
"\n (item.children && item.children.length) ||\n (item.fourthTabs && item.fourthTabs.length)\n ",
|
|
62252
62264
|
},
|
|
62253
62265
|
],
|
|
62254
|
-
staticClass:
|
|
62255
|
-
"es-icon-pointer-right es-simplicity-menus-item-icon",
|
|
62266
|
+
staticClass: "es-icon-you es-simplicity-menus-item-icon",
|
|
62256
62267
|
}),
|
|
62257
62268
|
],
|
|
62258
62269
|
2
|
|
@@ -62262,11 +62273,11 @@ var menu_listvue_type_template_id_49c7f205_scoped_true_render = function () {
|
|
|
62262
62273
|
),
|
|
62263
62274
|
])
|
|
62264
62275
|
}
|
|
62265
|
-
var
|
|
62266
|
-
|
|
62276
|
+
var menu_listvue_type_template_id_2573ec50_scoped_true_staticRenderFns = []
|
|
62277
|
+
menu_listvue_type_template_id_2573ec50_scoped_true_render._withStripped = true
|
|
62267
62278
|
|
|
62268
62279
|
|
|
62269
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=
|
|
62280
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/menu-list.vue?vue&type=template&id=2573ec50&scoped=true&
|
|
62270
62281
|
|
|
62271
62282
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/menu-list.vue?vue&type=script&lang=js&
|
|
62272
62283
|
//
|
|
@@ -62414,11 +62425,11 @@ menu_listvue_type_template_id_49c7f205_scoped_true_render._withStripped = true
|
|
|
62414
62425
|
|
|
62415
62426
|
var menu_list_component = normalizeComponent(
|
|
62416
62427
|
simplicity_menu_listvue_type_script_lang_js_,
|
|
62417
|
-
|
|
62418
|
-
|
|
62428
|
+
menu_listvue_type_template_id_2573ec50_scoped_true_render,
|
|
62429
|
+
menu_listvue_type_template_id_2573ec50_scoped_true_staticRenderFns,
|
|
62419
62430
|
false,
|
|
62420
62431
|
null,
|
|
62421
|
-
"
|
|
62432
|
+
"2573ec50",
|
|
62422
62433
|
null
|
|
62423
62434
|
|
|
62424
62435
|
)
|
|
@@ -62705,18 +62716,18 @@ var menu_list_component = normalizeComponent(
|
|
|
62705
62716
|
|
|
62706
62717
|
var sub_menu_component = normalizeComponent(
|
|
62707
62718
|
simplicity_sub_menuvue_type_script_lang_js_,
|
|
62708
|
-
|
|
62709
|
-
|
|
62719
|
+
sub_menuvue_type_template_id_53bf8687_scoped_true_render,
|
|
62720
|
+
sub_menuvue_type_template_id_53bf8687_scoped_true_staticRenderFns,
|
|
62710
62721
|
false,
|
|
62711
62722
|
null,
|
|
62712
|
-
"
|
|
62723
|
+
"53bf8687",
|
|
62713
62724
|
null
|
|
62714
62725
|
|
|
62715
62726
|
)
|
|
62716
62727
|
|
|
62717
62728
|
/* harmony default export */ var sub_menu = (sub_menu_component.exports);
|
|
62718
|
-
// 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/apps.vue?vue&type=template&id=
|
|
62719
|
-
var
|
|
62729
|
+
// 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/apps.vue?vue&type=template&id=f094d33e&scoped=true&
|
|
62730
|
+
var appsvue_type_template_id_f094d33e_scoped_true_render = function () {
|
|
62720
62731
|
var this$1 = this
|
|
62721
62732
|
var _vm = this
|
|
62722
62733
|
var _h = _vm.$createElement
|
|
@@ -62833,8 +62844,8 @@ var appsvue_type_template_id_71b9cb14_scoped_true_render = function () {
|
|
|
62833
62844
|
staticClass: "es-simplicity_apps-icon",
|
|
62834
62845
|
attrs: {
|
|
62835
62846
|
contents: item.permission
|
|
62836
|
-
? "es-icon-
|
|
62837
|
-
: "es-icon-
|
|
62847
|
+
? "es-icon-solid-you"
|
|
62848
|
+
: "es-icon-mima",
|
|
62838
62849
|
},
|
|
62839
62850
|
}),
|
|
62840
62851
|
_c(
|
|
@@ -62957,8 +62968,8 @@ var appsvue_type_template_id_71b9cb14_scoped_true_render = function () {
|
|
|
62957
62968
|
staticClass: "es-simplicity_apps-icon",
|
|
62958
62969
|
attrs: {
|
|
62959
62970
|
contents: item.permission
|
|
62960
|
-
? "es-icon-
|
|
62961
|
-
: "es-icon-
|
|
62971
|
+
? "es-icon-solid-you"
|
|
62972
|
+
: "es-icon-mima",
|
|
62962
62973
|
},
|
|
62963
62974
|
}),
|
|
62964
62975
|
_c(
|
|
@@ -63074,8 +63085,8 @@ var appsvue_type_template_id_71b9cb14_scoped_true_render = function () {
|
|
|
63074
63085
|
staticClass: "es-simplicity_apps-icon",
|
|
63075
63086
|
attrs: {
|
|
63076
63087
|
contents: item.permission
|
|
63077
|
-
? "es-icon-
|
|
63078
|
-
: "es-icon-
|
|
63088
|
+
? "es-icon-solid-you"
|
|
63089
|
+
: "es-icon-mima",
|
|
63079
63090
|
},
|
|
63080
63091
|
}),
|
|
63081
63092
|
_c(
|
|
@@ -63128,11 +63139,11 @@ var appsvue_type_template_id_71b9cb14_scoped_true_render = function () {
|
|
|
63128
63139
|
]
|
|
63129
63140
|
)
|
|
63130
63141
|
}
|
|
63131
|
-
var
|
|
63132
|
-
|
|
63142
|
+
var appsvue_type_template_id_f094d33e_scoped_true_staticRenderFns = []
|
|
63143
|
+
appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
|
|
63133
63144
|
|
|
63134
63145
|
|
|
63135
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/apps.vue?vue&type=template&id=
|
|
63146
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/apps.vue?vue&type=template&id=f094d33e&scoped=true&
|
|
63136
63147
|
|
|
63137
63148
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/apps.vue?vue&type=script&lang=js&
|
|
63138
63149
|
//
|
|
@@ -63490,10 +63501,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
|
|
|
63490
63501
|
this.$emit('click', res);
|
|
63491
63502
|
},
|
|
63492
63503
|
|
|
63493
|
-
/**
|
|
63494
|
-
* @desc:获取气泡提醒
|
|
63495
|
-
* @author huangbo
|
|
63496
|
-
* @date 2024年9月7日
|
|
63504
|
+
/**
|
|
63505
|
+
* @desc:获取气泡提醒
|
|
63506
|
+
* @author huangbo
|
|
63507
|
+
* @date 2024年9月7日
|
|
63497
63508
|
**/
|
|
63498
63509
|
getBadge: function getBadge(res) {
|
|
63499
63510
|
var num = res.tips || 0;
|
|
@@ -63520,18 +63531,18 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
|
|
|
63520
63531
|
|
|
63521
63532
|
var apps_component = normalizeComponent(
|
|
63522
63533
|
simplicity_appsvue_type_script_lang_js_,
|
|
63523
|
-
|
|
63524
|
-
|
|
63534
|
+
appsvue_type_template_id_f094d33e_scoped_true_render,
|
|
63535
|
+
appsvue_type_template_id_f094d33e_scoped_true_staticRenderFns,
|
|
63525
63536
|
false,
|
|
63526
63537
|
null,
|
|
63527
|
-
"
|
|
63538
|
+
"f094d33e",
|
|
63528
63539
|
null
|
|
63529
63540
|
|
|
63530
63541
|
)
|
|
63531
63542
|
|
|
63532
63543
|
/* harmony default export */ var simplicity_apps = (apps_component.exports);
|
|
63533
|
-
// 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/user.vue?vue&type=template&id=
|
|
63534
|
-
var
|
|
63544
|
+
// 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/user.vue?vue&type=template&id=3f19a516&scoped=true&
|
|
63545
|
+
var uservue_type_template_id_3f19a516_scoped_true_render = function () {
|
|
63535
63546
|
var _vm = this
|
|
63536
63547
|
var _h = _vm.$createElement
|
|
63537
63548
|
var _c = _vm._self._c || _h
|
|
@@ -63641,10 +63652,7 @@ var uservue_type_template_id_647fd01c_scoped_true_render = function () {
|
|
|
63641
63652
|
staticClass: "es-simplicity-password",
|
|
63642
63653
|
on: { click: _vm.handleOpen },
|
|
63643
63654
|
},
|
|
63644
|
-
[
|
|
63645
|
-
_vm._v("\n 资料修改 "),
|
|
63646
|
-
_c("i", { staticClass: "es-icon-arrow-right" }),
|
|
63647
|
-
]
|
|
63655
|
+
[_vm._v("\n 资料修改 "), _c("i", { staticClass: "es-icon-you" })]
|
|
63648
63656
|
),
|
|
63649
63657
|
_c(
|
|
63650
63658
|
"es-dialog",
|
|
@@ -63670,11 +63678,11 @@ var uservue_type_template_id_647fd01c_scoped_true_render = function () {
|
|
|
63670
63678
|
1
|
|
63671
63679
|
)
|
|
63672
63680
|
}
|
|
63673
|
-
var
|
|
63674
|
-
|
|
63681
|
+
var uservue_type_template_id_3f19a516_scoped_true_staticRenderFns = []
|
|
63682
|
+
uservue_type_template_id_3f19a516_scoped_true_render._withStripped = true
|
|
63675
63683
|
|
|
63676
63684
|
|
|
63677
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=
|
|
63685
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=3f19a516&scoped=true&
|
|
63678
63686
|
|
|
63679
63687
|
// 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/userinfo.vue?vue&type=template&id=3984338e&
|
|
63680
63688
|
var userinfovue_type_template_id_3984338e_render = function () {
|
|
@@ -64313,11 +64321,11 @@ var userinfo_component = normalizeComponent(
|
|
|
64313
64321
|
|
|
64314
64322
|
var user_component = normalizeComponent(
|
|
64315
64323
|
simplicity_uservue_type_script_lang_js_,
|
|
64316
|
-
|
|
64317
|
-
|
|
64324
|
+
uservue_type_template_id_3f19a516_scoped_true_render,
|
|
64325
|
+
uservue_type_template_id_3f19a516_scoped_true_staticRenderFns,
|
|
64318
64326
|
false,
|
|
64319
64327
|
null,
|
|
64320
|
-
"
|
|
64328
|
+
"3f19a516",
|
|
64321
64329
|
null
|
|
64322
64330
|
|
|
64323
64331
|
)
|
|
@@ -65214,8 +65222,8 @@ var notice_component = normalizeComponent(
|
|
|
65214
65222
|
)
|
|
65215
65223
|
|
|
65216
65224
|
/* harmony default export */ var notice = (notice_component.exports);
|
|
65217
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/settings.vue?vue&type=template&id=
|
|
65218
|
-
var
|
|
65225
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/settings.vue?vue&type=template&id=1ec33876&
|
|
65226
|
+
var settingsvue_type_template_id_1ec33876_render = function () {
|
|
65219
65227
|
var _vm = this
|
|
65220
65228
|
var _h = _vm.$createElement
|
|
65221
65229
|
var _c = _vm._self._c || _h
|
|
@@ -65322,7 +65330,7 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65322
65330
|
},
|
|
65323
65331
|
},
|
|
65324
65332
|
[
|
|
65325
|
-
_c("
|
|
65333
|
+
_c("es-icon", {
|
|
65326
65334
|
directives: [
|
|
65327
65335
|
{
|
|
65328
65336
|
name: "show",
|
|
@@ -65334,9 +65342,14 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65334
65342
|
"layoutType == 'default' && activeName == 'topnav'",
|
|
65335
65343
|
},
|
|
65336
65344
|
],
|
|
65337
|
-
staticClass: "
|
|
65345
|
+
staticClass: "icon-gou",
|
|
65346
|
+
attrs: {
|
|
65347
|
+
contents:
|
|
65348
|
+
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAAAXNSR0IArs4c6QAAAStJREFUOE+t070rxVEcx/HXLVkMGJVRUozkYVI2t0QZbFIikywWRu5iMYqBMpiEomwsRpuHxeAPUGSz6Vu/Xx0396l7v9N5+Jx35/s5n1PQ2urAGoqFFnHbsI0V9OC+FeAitjCOD1yg1Cx4J4NG49fYwFtMmgEfYDWzcg+bqa0puB1h/mcN3ztxi7FMF8AA/6kc3I1j9GERjxXgA3hN9uLGh/9pA9yLU0wmgkG8lB2YwVWyFg9WqtRdgJ8QoLTeI4sJfBlHieAc89Usy61Yx36Z8BJzWMBZshc2DdfKf/p4o9jFVHIo4hM/qT9bi07C559GwLn2BtPZ5Atd2fgbs7irBa2W4wdMlAHC0/C2rqr2QeJmeVJOsFQXMRPV+nk5fAjPrQSPZL5GZhuqX8ZgLa+dHzYmAAAAAElFTkSuQmCC",
|
|
65349
|
+
},
|
|
65338
65350
|
}),
|
|
65339
|
-
]
|
|
65351
|
+
],
|
|
65352
|
+
1
|
|
65340
65353
|
),
|
|
65341
65354
|
]
|
|
65342
65355
|
),
|
|
@@ -65364,7 +65377,7 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65364
65377
|
},
|
|
65365
65378
|
[
|
|
65366
65379
|
_c("div", { staticClass: "es-setting-side-sub-nav" }),
|
|
65367
|
-
_c("
|
|
65380
|
+
_c("es-icon", {
|
|
65368
65381
|
directives: [
|
|
65369
65382
|
{
|
|
65370
65383
|
name: "show",
|
|
@@ -65376,9 +65389,14 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65376
65389
|
"layoutType == 'default' && activeName == 'default'",
|
|
65377
65390
|
},
|
|
65378
65391
|
],
|
|
65379
|
-
staticClass: "
|
|
65392
|
+
staticClass: "icon-gou",
|
|
65393
|
+
attrs: {
|
|
65394
|
+
contents:
|
|
65395
|
+
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAAAXNSR0IArs4c6QAAAStJREFUOE+t070rxVEcx/HXLVkMGJVRUozkYVI2t0QZbFIikywWRu5iMYqBMpiEomwsRpuHxeAPUGSz6Vu/Xx0396l7v9N5+Jx35/s5n1PQ2urAGoqFFnHbsI0V9OC+FeAitjCOD1yg1Cx4J4NG49fYwFtMmgEfYDWzcg+bqa0puB1h/mcN3ztxi7FMF8AA/6kc3I1j9GERjxXgA3hN9uLGh/9pA9yLU0wmgkG8lB2YwVWyFg9WqtRdgJ8QoLTeI4sJfBlHieAc89Usy61Yx36Z8BJzWMBZshc2DdfKf/p4o9jFVHIo4hM/qT9bi07C559GwLn2BtPZ5Atd2fgbs7irBa2W4wdMlAHC0/C2rqr2QeJmeVJOsFQXMRPV+nk5fAjPrQSPZL5GZhuqX8ZgLa+dHzYmAAAAAElFTkSuQmCC",
|
|
65396
|
+
},
|
|
65380
65397
|
}),
|
|
65381
|
-
]
|
|
65398
|
+
],
|
|
65399
|
+
1
|
|
65382
65400
|
),
|
|
65383
65401
|
]
|
|
65384
65402
|
),
|
|
@@ -65405,7 +65423,7 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65405
65423
|
},
|
|
65406
65424
|
},
|
|
65407
65425
|
[
|
|
65408
|
-
_c("
|
|
65426
|
+
_c("es-icon", {
|
|
65409
65427
|
directives: [
|
|
65410
65428
|
{
|
|
65411
65429
|
name: "show",
|
|
@@ -65417,9 +65435,14 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65417
65435
|
"layoutType == 'default' && activeName == 'subsystem'",
|
|
65418
65436
|
},
|
|
65419
65437
|
],
|
|
65420
|
-
staticClass: "
|
|
65438
|
+
staticClass: "icon-gou",
|
|
65439
|
+
attrs: {
|
|
65440
|
+
contents:
|
|
65441
|
+
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAAAXNSR0IArs4c6QAAAStJREFUOE+t070rxVEcx/HXLVkMGJVRUozkYVI2t0QZbFIikywWRu5iMYqBMpiEomwsRpuHxeAPUGSz6Vu/Xx0396l7v9N5+Jx35/s5n1PQ2urAGoqFFnHbsI0V9OC+FeAitjCOD1yg1Cx4J4NG49fYwFtMmgEfYDWzcg+bqa0puB1h/mcN3ztxi7FMF8AA/6kc3I1j9GERjxXgA3hN9uLGh/9pA9yLU0wmgkG8lB2YwVWyFg9WqtRdgJ8QoLTeI4sJfBlHieAc89Usy61Yx36Z8BJzWMBZshc2DdfKf/p4o9jFVHIo4hM/qT9bi07C559GwLn2BtPZ5Atd2fgbs7irBa2W4wdMlAHC0/C2rqr2QeJmeVJOsFQXMRPV+nk5fAjPrQSPZL5GZhuqX8ZgLa+dHzYmAAAAAElFTkSuQmCC",
|
|
65442
|
+
},
|
|
65421
65443
|
}),
|
|
65422
|
-
]
|
|
65444
|
+
],
|
|
65445
|
+
1
|
|
65423
65446
|
),
|
|
65424
65447
|
]
|
|
65425
65448
|
),
|
|
@@ -65446,7 +65469,7 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65446
65469
|
},
|
|
65447
65470
|
},
|
|
65448
65471
|
[
|
|
65449
|
-
_c("
|
|
65472
|
+
_c("es-icon", {
|
|
65450
65473
|
directives: [
|
|
65451
65474
|
{
|
|
65452
65475
|
name: "show",
|
|
@@ -65458,9 +65481,14 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65458
65481
|
"layoutType == 'default' && activeName == 'topside'",
|
|
65459
65482
|
},
|
|
65460
65483
|
],
|
|
65461
|
-
staticClass: "
|
|
65484
|
+
staticClass: "icon-gou",
|
|
65485
|
+
attrs: {
|
|
65486
|
+
contents:
|
|
65487
|
+
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAAAXNSR0IArs4c6QAAAStJREFUOE+t070rxVEcx/HXLVkMGJVRUozkYVI2t0QZbFIikywWRu5iMYqBMpiEomwsRpuHxeAPUGSz6Vu/Xx0396l7v9N5+Jx35/s5n1PQ2urAGoqFFnHbsI0V9OC+FeAitjCOD1yg1Cx4J4NG49fYwFtMmgEfYDWzcg+bqa0puB1h/mcN3ztxi7FMF8AA/6kc3I1j9GERjxXgA3hN9uLGh/9pA9yLU0wmgkG8lB2YwVWyFg9WqtRdgJ8QoLTeI4sJfBlHieAc89Usy61Yx36Z8BJzWMBZshc2DdfKf/p4o9jFVHIo4hM/qT9bi07C559GwLn2BtPZ5Atd2fgbs7irBa2W4wdMlAHC0/C2rqr2QeJmeVJOsFQXMRPV+nk5fAjPrQSPZL5GZhuqX8ZgLa+dHzYmAAAAAElFTkSuQmCC",
|
|
65488
|
+
},
|
|
65462
65489
|
}),
|
|
65463
|
-
]
|
|
65490
|
+
],
|
|
65491
|
+
1
|
|
65464
65492
|
),
|
|
65465
65493
|
]
|
|
65466
65494
|
),
|
|
@@ -65487,7 +65515,7 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65487
65515
|
},
|
|
65488
65516
|
},
|
|
65489
65517
|
[
|
|
65490
|
-
_c("
|
|
65518
|
+
_c("es-icon", {
|
|
65491
65519
|
directives: [
|
|
65492
65520
|
{
|
|
65493
65521
|
name: "show",
|
|
@@ -65499,9 +65527,14 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65499
65527
|
"layoutType == 'default' && activeName == 'side'",
|
|
65500
65528
|
},
|
|
65501
65529
|
],
|
|
65502
|
-
staticClass: "
|
|
65530
|
+
staticClass: "icon-gou",
|
|
65531
|
+
attrs: {
|
|
65532
|
+
contents:
|
|
65533
|
+
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAAAXNSR0IArs4c6QAAAStJREFUOE+t070rxVEcx/HXLVkMGJVRUozkYVI2t0QZbFIikywWRu5iMYqBMpiEomwsRpuHxeAPUGSz6Vu/Xx0396l7v9N5+Jx35/s5n1PQ2urAGoqFFnHbsI0V9OC+FeAitjCOD1yg1Cx4J4NG49fYwFtMmgEfYDWzcg+bqa0puB1h/mcN3ztxi7FMF8AA/6kc3I1j9GERjxXgA3hN9uLGh/9pA9yLU0wmgkG8lB2YwVWyFg9WqtRdgJ8QoLTeI4sJfBlHieAc89Usy61Yx36Z8BJzWMBZshc2DdfKf/p4o9jFVHIo4hM/qT9bi07C559GwLn2BtPZ5Atd2fgbs7irBa2W4wdMlAHC0/C2rqr2QeJmeVJOsFQXMRPV+nk5fAjPrQSPZL5GZhuqX8ZgLa+dHzYmAAAAAElFTkSuQmCC",
|
|
65534
|
+
},
|
|
65503
65535
|
}),
|
|
65504
|
-
]
|
|
65536
|
+
],
|
|
65537
|
+
1
|
|
65505
65538
|
),
|
|
65506
65539
|
]
|
|
65507
65540
|
),
|
|
@@ -65529,7 +65562,7 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65529
65562
|
},
|
|
65530
65563
|
[
|
|
65531
65564
|
_c("div", { staticClass: "es-setting-side-sub-nav" }),
|
|
65532
|
-
_c("
|
|
65565
|
+
_c("es-icon", {
|
|
65533
65566
|
directives: [
|
|
65534
65567
|
{
|
|
65535
65568
|
name: "show",
|
|
@@ -65541,9 +65574,14 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65541
65574
|
"layoutType == 'simplicity' && activeName == 'simplicity'",
|
|
65542
65575
|
},
|
|
65543
65576
|
],
|
|
65544
|
-
staticClass: "
|
|
65577
|
+
staticClass: "icon-gou",
|
|
65578
|
+
attrs: {
|
|
65579
|
+
contents:
|
|
65580
|
+
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAQCAYAAAAS7Y8mAAAAAXNSR0IArs4c6QAAAStJREFUOE+t070rxVEcx/HXLVkMGJVRUozkYVI2t0QZbFIikywWRu5iMYqBMpiEomwsRpuHxeAPUGSz6Vu/Xx0396l7v9N5+Jx35/s5n1PQ2urAGoqFFnHbsI0V9OC+FeAitjCOD1yg1Cx4J4NG49fYwFtMmgEfYDWzcg+bqa0puB1h/mcN3ztxi7FMF8AA/6kc3I1j9GERjxXgA3hN9uLGh/9pA9yLU0wmgkG8lB2YwVWyFg9WqtRdgJ8QoLTeI4sJfBlHieAc89Usy61Yx36Z8BJzWMBZshc2DdfKf/p4o9jFVHIo4hM/qT9bi07C559GwLn2BtPZ5Atd2fgbs7irBa2W4wdMlAHC0/C2rqr2QeJmeVJOsFQXMRPV+nk5fAjPrQSPZL5GZhuqX8ZgLa+dHzYmAAAAAElFTkSuQmCC",
|
|
65581
|
+
},
|
|
65545
65582
|
}),
|
|
65546
|
-
]
|
|
65583
|
+
],
|
|
65584
|
+
1
|
|
65547
65585
|
),
|
|
65548
65586
|
]
|
|
65549
65587
|
),
|
|
@@ -65554,11 +65592,11 @@ var settingsvue_type_template_id_03257385_render = function () {
|
|
|
65554
65592
|
]
|
|
65555
65593
|
)
|
|
65556
65594
|
}
|
|
65557
|
-
var
|
|
65558
|
-
|
|
65595
|
+
var settingsvue_type_template_id_1ec33876_staticRenderFns = []
|
|
65596
|
+
settingsvue_type_template_id_1ec33876_render._withStripped = true
|
|
65559
65597
|
|
|
65560
65598
|
|
|
65561
|
-
// CONCATENATED MODULE: ./packages/main/src/public/settings.vue?vue&type=template&id=
|
|
65599
|
+
// CONCATENATED MODULE: ./packages/main/src/public/settings.vue?vue&type=template&id=1ec33876&
|
|
65562
65600
|
|
|
65563
65601
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/settings.vue?vue&type=script&lang=js&
|
|
65564
65602
|
//
|
|
@@ -65701,6 +65739,12 @@ settingsvue_type_template_id_03257385_render._withStripped = true
|
|
|
65701
65739
|
//
|
|
65702
65740
|
//
|
|
65703
65741
|
//
|
|
65742
|
+
//
|
|
65743
|
+
//
|
|
65744
|
+
//
|
|
65745
|
+
//
|
|
65746
|
+
//
|
|
65747
|
+
//
|
|
65704
65748
|
|
|
65705
65749
|
|
|
65706
65750
|
/* harmony default export */ var settingsvue_type_script_lang_js_ = ({
|
|
@@ -65792,8 +65836,8 @@ settingsvue_type_template_id_03257385_render._withStripped = true
|
|
|
65792
65836
|
|
|
65793
65837
|
var settings_component = normalizeComponent(
|
|
65794
65838
|
public_settingsvue_type_script_lang_js_,
|
|
65795
|
-
|
|
65796
|
-
|
|
65839
|
+
settingsvue_type_template_id_1ec33876_render,
|
|
65840
|
+
settingsvue_type_template_id_1ec33876_staticRenderFns,
|
|
65797
65841
|
false,
|
|
65798
65842
|
null,
|
|
65799
65843
|
null,
|
|
@@ -66010,8 +66054,8 @@ var online_component = normalizeComponent(
|
|
|
66010
66054
|
)
|
|
66011
66055
|
|
|
66012
66056
|
/* harmony default export */ var online = (online_component.exports);
|
|
66013
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/search.vue?vue&type=template&id=
|
|
66014
|
-
var
|
|
66057
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/search.vue?vue&type=template&id=6f6439c7&
|
|
66058
|
+
var searchvue_type_template_id_6f6439c7_render = function () {
|
|
66015
66059
|
var _vm = this
|
|
66016
66060
|
var _h = _vm.$createElement
|
|
66017
66061
|
var _c = _vm._self._c || _h
|
|
@@ -66426,11 +66470,11 @@ var searchvue_type_template_id_c94b9f7c_render = function () {
|
|
|
66426
66470
|
1
|
|
66427
66471
|
)
|
|
66428
66472
|
}
|
|
66429
|
-
var
|
|
66430
|
-
|
|
66473
|
+
var searchvue_type_template_id_6f6439c7_staticRenderFns = []
|
|
66474
|
+
searchvue_type_template_id_6f6439c7_render._withStripped = true
|
|
66431
66475
|
|
|
66432
66476
|
|
|
66433
|
-
// CONCATENATED MODULE: ./packages/main/src/public/search.vue?vue&type=template&id=
|
|
66477
|
+
// CONCATENATED MODULE: ./packages/main/src/public/search.vue?vue&type=template&id=6f6439c7&
|
|
66434
66478
|
|
|
66435
66479
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/public/search.vue?vue&type=script&lang=js&
|
|
66436
66480
|
var searchvue_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; };
|
|
@@ -66617,9 +66661,9 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
66617
66661
|
return {
|
|
66618
66662
|
icons: {
|
|
66619
66663
|
ppt: 'es-icon-ppt',
|
|
66620
|
-
png: 'es-icon-
|
|
66621
|
-
gif: 'es-icon-
|
|
66622
|
-
jpg: 'es-icon-
|
|
66664
|
+
png: 'es-icon-solid-tupian',
|
|
66665
|
+
gif: 'es-icon-solid-tupian',
|
|
66666
|
+
jpg: 'es-icon-solid-tupian',
|
|
66623
66667
|
xls: 'es-icon-excel',
|
|
66624
66668
|
xlsx: 'es-icon-excel',
|
|
66625
66669
|
docx: 'es-icon-word',
|
|
@@ -66627,12 +66671,12 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
66627
66671
|
rar: 'es-icon-zip',
|
|
66628
66672
|
zip: 'es-icon-zip',
|
|
66629
66673
|
txt: 'es-icon-txt',
|
|
66630
|
-
ipa: 'es-icon-
|
|
66631
|
-
apk: 'es-icon-
|
|
66674
|
+
ipa: 'es-icon-pingguo',
|
|
66675
|
+
apk: 'es-icon-anzhuo',
|
|
66632
66676
|
mp4: 'es-icon-video',
|
|
66633
66677
|
avi: 'es-icon-video',
|
|
66634
|
-
mp3: 'es-icon-
|
|
66635
|
-
wma: 'es-icon-
|
|
66678
|
+
mp3: 'es-icon-audio',
|
|
66679
|
+
wma: 'es-icon-audio',
|
|
66636
66680
|
pdf: 'es-icon-pdf'
|
|
66637
66681
|
},
|
|
66638
66682
|
colors: ['#46D3BA', '#2591F7', '#40C274', '#E34D59', '#FF9C52', '#17C27B'],
|
|
@@ -66899,8 +66943,8 @@ var searchvue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
66899
66943
|
|
|
66900
66944
|
var search_component = normalizeComponent(
|
|
66901
66945
|
public_searchvue_type_script_lang_js_,
|
|
66902
|
-
|
|
66903
|
-
|
|
66946
|
+
searchvue_type_template_id_6f6439c7_render,
|
|
66947
|
+
searchvue_type_template_id_6f6439c7_staticRenderFns,
|
|
66904
66948
|
false,
|
|
66905
66949
|
null,
|
|
66906
66950
|
null,
|
|
@@ -67394,13 +67438,13 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67394
67438
|
default: function _default() {
|
|
67395
67439
|
return [{
|
|
67396
67440
|
type: 'contact'
|
|
67397
|
-
}, { type: 'dateTime' }, { type: '
|
|
67441
|
+
}, { type: 'dateTime' }, { type: 'online' }, {
|
|
67398
67442
|
type: 'search',
|
|
67399
|
-
icon: 'es-icon-
|
|
67443
|
+
icon: 'es-icon-sousuo',
|
|
67400
67444
|
title: '搜索'
|
|
67401
67445
|
}, {
|
|
67402
67446
|
type: 'im',
|
|
67403
|
-
icon: 'es-icon-
|
|
67447
|
+
icon: 'es-icon-message',
|
|
67404
67448
|
title: 'IM'
|
|
67405
67449
|
}, {
|
|
67406
67450
|
type: 'index',
|
|
@@ -67408,19 +67452,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67408
67452
|
title: '门户'
|
|
67409
67453
|
}, {
|
|
67410
67454
|
type: 'home',
|
|
67411
|
-
icon: 'es-icon-
|
|
67455
|
+
icon: 'es-icon-zhuye',
|
|
67412
67456
|
title: '首页'
|
|
67413
67457
|
}, {
|
|
67414
67458
|
type: 'notice',
|
|
67415
|
-
icon: 'es-icon-
|
|
67459
|
+
icon: 'es-icon-xiaoxi',
|
|
67416
67460
|
title: '消息'
|
|
67417
67461
|
}, {
|
|
67418
67462
|
type: 'quit',
|
|
67419
|
-
icon: 'es-icon-
|
|
67463
|
+
icon: 'es-icon-tuichu',
|
|
67420
67464
|
title: '退出'
|
|
67421
67465
|
}, {
|
|
67422
67466
|
type: 'set',
|
|
67423
|
-
icon: 'es-icon-
|
|
67467
|
+
icon: 'es-icon-shezhi',
|
|
67424
67468
|
title: '设置'
|
|
67425
67469
|
}];
|
|
67426
67470
|
}
|
|
@@ -67730,10 +67774,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67730
67774
|
},
|
|
67731
67775
|
|
|
67732
67776
|
methods: {
|
|
67733
|
-
/**
|
|
67734
|
-
* @desc:匹配路由
|
|
67735
|
-
* @author huangbo
|
|
67736
|
-
* @date 2024年9月7日
|
|
67777
|
+
/**
|
|
67778
|
+
* @desc:匹配路由
|
|
67779
|
+
* @author huangbo
|
|
67780
|
+
* @date 2024年9月7日
|
|
67737
67781
|
**/
|
|
67738
67782
|
hasRouter: function hasRouter(res, url, code) {
|
|
67739
67783
|
if (!url) {
|
|
@@ -67777,10 +67821,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67777
67821
|
return false;
|
|
67778
67822
|
},
|
|
67779
67823
|
|
|
67780
|
-
/**
|
|
67781
|
-
* @desc:获取初始数据
|
|
67782
|
-
* @author huangbo
|
|
67783
|
-
* @date 2024年9月7日
|
|
67824
|
+
/**
|
|
67825
|
+
* @desc:获取初始数据
|
|
67826
|
+
* @author huangbo
|
|
67827
|
+
* @date 2024年9月7日
|
|
67784
67828
|
**/
|
|
67785
67829
|
init: function init(results, first) {
|
|
67786
67830
|
this.setConfig(results);
|
|
@@ -67789,10 +67833,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67789
67833
|
}
|
|
67790
67834
|
},
|
|
67791
67835
|
|
|
67792
|
-
/**
|
|
67793
|
-
* @desc:设置用户配置及信息
|
|
67794
|
-
* @author huangbo
|
|
67795
|
-
* @date 2024年9月7日
|
|
67836
|
+
/**
|
|
67837
|
+
* @desc:设置用户配置及信息
|
|
67838
|
+
* @author huangbo
|
|
67839
|
+
* @date 2024年9月7日
|
|
67796
67840
|
**/
|
|
67797
67841
|
setConfig: function setConfig(results) {
|
|
67798
67842
|
localStorage.setItem('mainConfig', JSON.stringify(results));
|
|
@@ -67956,10 +68000,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67956
68000
|
}
|
|
67957
68001
|
},
|
|
67958
68002
|
|
|
67959
|
-
/**
|
|
67960
|
-
* @desc:获取所有应用
|
|
67961
|
-
* @author huangbo
|
|
67962
|
-
* @date 2024年9月7日
|
|
68003
|
+
/**
|
|
68004
|
+
* @desc:获取所有应用
|
|
68005
|
+
* @author huangbo
|
|
68006
|
+
* @date 2024年9月7日
|
|
67963
68007
|
**/
|
|
67964
68008
|
getApplications: function getApplications() {
|
|
67965
68009
|
var _this2 = this;
|
|
@@ -68007,10 +68051,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68007
68051
|
});
|
|
68008
68052
|
},
|
|
68009
68053
|
|
|
68010
|
-
/**
|
|
68011
|
-
* @desc:获取菜单列表
|
|
68012
|
-
* @author huangbo
|
|
68013
|
-
* @date 2024年9月7日
|
|
68054
|
+
/**
|
|
68055
|
+
* @desc:获取菜单列表
|
|
68056
|
+
* @author huangbo
|
|
68057
|
+
* @date 2024年9月7日
|
|
68014
68058
|
**/
|
|
68015
68059
|
getMenus: function getMenus(loading) {
|
|
68016
68060
|
var _this3 = this;
|
|
@@ -68043,10 +68087,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68043
68087
|
});
|
|
68044
68088
|
},
|
|
68045
68089
|
|
|
68046
|
-
/**
|
|
68047
|
-
* @desc:处理菜单列表
|
|
68048
|
-
* @author huangbo
|
|
68049
|
-
* @date 2024年9月7日
|
|
68090
|
+
/**
|
|
68091
|
+
* @desc:处理菜单列表
|
|
68092
|
+
* @author huangbo
|
|
68093
|
+
* @date 2024年9月7日
|
|
68050
68094
|
**/
|
|
68051
68095
|
renderMenus: function renderMenus(res) {
|
|
68052
68096
|
this.menus = res;
|
|
@@ -68142,10 +68186,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68142
68186
|
}
|
|
68143
68187
|
},
|
|
68144
68188
|
|
|
68145
|
-
/**
|
|
68146
|
-
* @desc:设置页面加载类型
|
|
68147
|
-
* @author huangbo
|
|
68148
|
-
* @date 2024年9月7日
|
|
68189
|
+
/**
|
|
68190
|
+
* @desc:设置页面加载类型
|
|
68191
|
+
* @author huangbo
|
|
68192
|
+
* @date 2024年9月7日
|
|
68149
68193
|
**/
|
|
68150
68194
|
setIframeType: function setIframeType(res) {
|
|
68151
68195
|
var url = res.url;
|
|
@@ -68201,10 +68245,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68201
68245
|
return res;
|
|
68202
68246
|
},
|
|
68203
68247
|
|
|
68204
|
-
/**
|
|
68205
|
-
* @desc:获取菜单
|
|
68206
|
-
* @author huangbo
|
|
68207
|
-
* @date 2024年9月7日
|
|
68248
|
+
/**
|
|
68249
|
+
* @desc:获取菜单
|
|
68250
|
+
* @author huangbo
|
|
68251
|
+
* @date 2024年9月7日
|
|
68208
68252
|
**/
|
|
68209
68253
|
getMenu: function getMenu(menus, res, key) {
|
|
68210
68254
|
if (Array.isArray(menus)) {
|
|
@@ -68233,10 +68277,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68233
68277
|
return false;
|
|
68234
68278
|
},
|
|
68235
68279
|
|
|
68236
|
-
/**
|
|
68237
|
-
* @desc:获取菜单第一条数据
|
|
68238
|
-
* @author huangbo
|
|
68239
|
-
* @date 2024年9月7日
|
|
68280
|
+
/**
|
|
68281
|
+
* @desc:获取菜单第一条数据
|
|
68282
|
+
* @author huangbo
|
|
68283
|
+
* @date 2024年9月7日
|
|
68240
68284
|
**/
|
|
68241
68285
|
getFirst: function getFirst(obj) {
|
|
68242
68286
|
if (!obj) {
|
|
@@ -68255,10 +68299,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68255
68299
|
}
|
|
68256
68300
|
},
|
|
68257
68301
|
|
|
68258
|
-
/**
|
|
68259
|
-
* @desc:遍历设置菜单气泡提醒
|
|
68260
|
-
* @author huangbo
|
|
68261
|
-
* @date 2024年9月7日
|
|
68302
|
+
/**
|
|
68303
|
+
* @desc:遍历设置菜单气泡提醒
|
|
68304
|
+
* @author huangbo
|
|
68305
|
+
* @date 2024年9月7日
|
|
68262
68306
|
**/
|
|
68263
68307
|
setTips: function setTips(obj) {
|
|
68264
68308
|
var _this4 = this;
|
|
@@ -68321,10 +68365,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68321
68365
|
}
|
|
68322
68366
|
},
|
|
68323
68367
|
|
|
68324
|
-
/**
|
|
68325
|
-
* @desc:获取气泡提醒
|
|
68326
|
-
* @author huangbo
|
|
68327
|
-
* @date 2024年9月7日
|
|
68368
|
+
/**
|
|
68369
|
+
* @desc:获取气泡提醒
|
|
68370
|
+
* @author huangbo
|
|
68371
|
+
* @date 2024年9月7日
|
|
68328
68372
|
**/
|
|
68329
68373
|
getBadge: function getBadge(res) {
|
|
68330
68374
|
var num = res.tips || 0;
|
|
@@ -68338,10 +68382,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68338
68382
|
};
|
|
68339
68383
|
},
|
|
68340
68384
|
|
|
68341
|
-
/**
|
|
68342
|
-
* @desc:开启weosocket
|
|
68343
|
-
* @author huangbo
|
|
68344
|
-
* @date 2024年9月7日
|
|
68385
|
+
/**
|
|
68386
|
+
* @desc:开启weosocket
|
|
68387
|
+
* @author huangbo
|
|
68388
|
+
* @date 2024年9月7日
|
|
68345
68389
|
**/
|
|
68346
68390
|
initWebSocket: function initWebSocket() {
|
|
68347
68391
|
var _this6 = this;
|
|
@@ -68354,7 +68398,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68354
68398
|
for (var i in data) {
|
|
68355
68399
|
if (data[i] !== null && data[i] !== undefined) {
|
|
68356
68400
|
if (i === 'onlineUserNums' && data[i] > 0) {
|
|
68357
|
-
_this6.$set(_this6.handleNums, '
|
|
68401
|
+
_this6.$set(_this6.handleNums, 'online', data[i]);
|
|
68358
68402
|
}
|
|
68359
68403
|
if (i === 'sysMsgNums' && data[i] !== null) {
|
|
68360
68404
|
_this6.$set(_this6.handleNums, 'notice', data[i]);
|
|
@@ -68390,10 +68434,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68390
68434
|
});
|
|
68391
68435
|
},
|
|
68392
68436
|
|
|
68393
|
-
/**
|
|
68394
|
-
* @desc:显示用户信息
|
|
68395
|
-
* @author huangbo
|
|
68396
|
-
* @date 2024年9月7日
|
|
68437
|
+
/**
|
|
68438
|
+
* @desc:显示用户信息
|
|
68439
|
+
* @author huangbo
|
|
68440
|
+
* @date 2024年9月7日
|
|
68397
68441
|
**/
|
|
68398
68442
|
showUserInfo: function showUserInfo() {
|
|
68399
68443
|
if (this.showUser === false) {
|
|
@@ -68401,19 +68445,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68401
68445
|
}
|
|
68402
68446
|
},
|
|
68403
68447
|
|
|
68404
|
-
/**
|
|
68405
|
-
* @desc:删除更多应用菜单点击
|
|
68406
|
-
* @author huangbo
|
|
68407
|
-
* @date 2024年9月7日
|
|
68448
|
+
/**
|
|
68449
|
+
* @desc:删除更多应用菜单点击
|
|
68450
|
+
* @author huangbo
|
|
68451
|
+
* @date 2024年9月7日
|
|
68408
68452
|
**/
|
|
68409
68453
|
handleDelete: function handleDelete(index) {
|
|
68410
68454
|
this.newApps.splice(index, 1);
|
|
68411
68455
|
},
|
|
68412
68456
|
|
|
68413
|
-
/**
|
|
68414
|
-
* @desc:储存更多应用菜单点击
|
|
68415
|
-
* @author huangbo
|
|
68416
|
-
* @date 2024年9月7日
|
|
68457
|
+
/**
|
|
68458
|
+
* @desc:储存更多应用菜单点击
|
|
68459
|
+
* @author huangbo
|
|
68460
|
+
* @date 2024年9月7日
|
|
68417
68461
|
**/
|
|
68418
68462
|
handlerClickApps: function handlerClickApps(res) {
|
|
68419
68463
|
if (res.permission === false) {
|
|
@@ -68426,10 +68470,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68426
68470
|
this.handlerClickApp(res);
|
|
68427
68471
|
},
|
|
68428
68472
|
|
|
68429
|
-
/**
|
|
68430
|
-
* @desc:侧边应用菜单点击
|
|
68431
|
-
* @author huangbo
|
|
68432
|
-
* @date 2024年9月7日
|
|
68473
|
+
/**
|
|
68474
|
+
* @desc:侧边应用菜单点击
|
|
68475
|
+
* @author huangbo
|
|
68476
|
+
* @date 2024年9月7日
|
|
68433
68477
|
**/
|
|
68434
68478
|
handlerClickApp: function handlerClickApp(res) {
|
|
68435
68479
|
this.showMsg = false;
|
|
@@ -68518,10 +68562,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68518
68562
|
}
|
|
68519
68563
|
},
|
|
68520
68564
|
|
|
68521
|
-
/**
|
|
68522
|
-
* @desc:显示Drawer界面
|
|
68523
|
-
* @author huangbo
|
|
68524
|
-
* @date 2024年9月7日
|
|
68565
|
+
/**
|
|
68566
|
+
* @desc:显示Drawer界面
|
|
68567
|
+
* @author huangbo
|
|
68568
|
+
* @date 2024年9月7日
|
|
68525
68569
|
**/
|
|
68526
68570
|
handlerSetDrawer: function handlerSetDrawer(res, type) {
|
|
68527
68571
|
var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
|
|
@@ -68541,19 +68585,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68541
68585
|
}
|
|
68542
68586
|
},
|
|
68543
68587
|
|
|
68544
|
-
/**
|
|
68545
|
-
* @desc:关闭Drawer界面
|
|
68546
|
-
* @author huangbo
|
|
68547
|
-
* @date 2024年9月7日
|
|
68588
|
+
/**
|
|
68589
|
+
* @desc:关闭Drawer界面
|
|
68590
|
+
* @author huangbo
|
|
68591
|
+
* @date 2024年9月7日
|
|
68548
68592
|
**/
|
|
68549
68593
|
handleCloseDrawer: function handleCloseDrawer() {
|
|
68550
68594
|
this.drawer = { visible: false };
|
|
68551
68595
|
},
|
|
68552
68596
|
|
|
68553
|
-
/**
|
|
68554
|
-
* @desc:菜单点击
|
|
68555
|
-
* @author huangbo
|
|
68556
|
-
* @date 2024年9月7日
|
|
68597
|
+
/**
|
|
68598
|
+
* @desc:菜单点击
|
|
68599
|
+
* @author huangbo
|
|
68600
|
+
* @date 2024年9月7日
|
|
68557
68601
|
**/
|
|
68558
68602
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
68559
68603
|
utils_util["a" /* default */].ajax({
|
|
@@ -68602,19 +68646,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68602
68646
|
},
|
|
68603
68647
|
|
|
68604
68648
|
|
|
68605
|
-
/**
|
|
68606
|
-
* @desc:用户详情请求成功
|
|
68607
|
-
* @author huangbo
|
|
68608
|
-
* @date 2024年9月7日
|
|
68649
|
+
/**
|
|
68650
|
+
* @desc:用户详情请求成功
|
|
68651
|
+
* @author huangbo
|
|
68652
|
+
* @date 2024年9月7日
|
|
68609
68653
|
**/
|
|
68610
68654
|
handleSuccess: function handleSuccess(res) {
|
|
68611
68655
|
this.simpleUserInfo = res.simpleUserInfo;
|
|
68612
68656
|
},
|
|
68613
68657
|
|
|
68614
|
-
/**
|
|
68615
|
-
* @desc:修改用户配置
|
|
68616
|
-
* @author huangbo
|
|
68617
|
-
* @date 2024年9月7日
|
|
68658
|
+
/**
|
|
68659
|
+
* @desc:修改用户配置
|
|
68660
|
+
* @author huangbo
|
|
68661
|
+
* @date 2024年9月7日
|
|
68618
68662
|
**/
|
|
68619
68663
|
handleChangeConfig: function handleChangeConfig(name, res) {
|
|
68620
68664
|
if (name == 'userHeadUrl') {
|
|
@@ -68630,10 +68674,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68630
68674
|
}
|
|
68631
68675
|
},
|
|
68632
68676
|
|
|
68633
|
-
/**
|
|
68634
|
-
* @desc:关闭webSocket
|
|
68635
|
-
* @author huangbo
|
|
68636
|
-
* @date 2024年9月7日
|
|
68677
|
+
/**
|
|
68678
|
+
* @desc:关闭webSocket
|
|
68679
|
+
* @author huangbo
|
|
68680
|
+
* @date 2024年9月7日
|
|
68637
68681
|
**/
|
|
68638
68682
|
handlerClose: function handlerClose() {
|
|
68639
68683
|
if (this.webSocket) {
|
|
@@ -68641,10 +68685,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68641
68685
|
}
|
|
68642
68686
|
},
|
|
68643
68687
|
|
|
68644
|
-
/**
|
|
68645
|
-
* @desc:刷新选中iframe页签
|
|
68646
|
-
* @author huangbo
|
|
68647
|
-
* @date 2024年9月7日
|
|
68688
|
+
/**
|
|
68689
|
+
* @desc:刷新选中iframe页签
|
|
68690
|
+
* @author huangbo
|
|
68691
|
+
* @date 2024年9月7日
|
|
68648
68692
|
**/
|
|
68649
68693
|
handleRefresh: function handleRefresh(arg) {
|
|
68650
68694
|
var i = arg && arg != true && arg !== 'pageData' ? utils_util["a" /* default */].indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
@@ -68681,10 +68725,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68681
68725
|
}
|
|
68682
68726
|
},
|
|
68683
68727
|
|
|
68684
|
-
/**
|
|
68685
|
-
* @desc:删除iframe
|
|
68686
|
-
* @author huangbo
|
|
68687
|
-
* @date 2024年9月7日
|
|
68728
|
+
/**
|
|
68729
|
+
* @desc:删除iframe
|
|
68730
|
+
* @author huangbo
|
|
68731
|
+
* @date 2024年9月7日
|
|
68688
68732
|
**/
|
|
68689
68733
|
handleRemove: function handleRemove(name) {
|
|
68690
68734
|
var len = this.tabs.length - 1;
|
|
@@ -68701,10 +68745,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68701
68745
|
}
|
|
68702
68746
|
},
|
|
68703
68747
|
|
|
68704
|
-
/**
|
|
68705
|
-
* @desc:tabs鼠标右键事件
|
|
68706
|
-
* @author huangbo
|
|
68707
|
-
* @date 2024年9月7日
|
|
68748
|
+
/**
|
|
68749
|
+
* @desc:tabs鼠标右键事件
|
|
68750
|
+
* @author huangbo
|
|
68751
|
+
* @date 2024年9月7日
|
|
68708
68752
|
**/
|
|
68709
68753
|
handleContextmenu: function handleContextmenu(tabs, e) {
|
|
68710
68754
|
var disabled = {};
|
|
@@ -68729,10 +68773,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68729
68773
|
window.addEventListener('click', this.closeTabsEvents);
|
|
68730
68774
|
},
|
|
68731
68775
|
|
|
68732
|
-
/**
|
|
68733
|
-
* @desc:tabs页签事件
|
|
68734
|
-
* @author huangbo
|
|
68735
|
-
* @date 2024年9月7日
|
|
68776
|
+
/**
|
|
68777
|
+
* @desc:tabs页签事件
|
|
68778
|
+
* @author huangbo
|
|
68779
|
+
* @date 2024年9月7日
|
|
68736
68780
|
**/
|
|
68737
68781
|
handleTabsEvents: function handleTabsEvents(num) {
|
|
68738
68782
|
if (this.pane !== null) {
|
|
@@ -68743,10 +68787,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68743
68787
|
},
|
|
68744
68788
|
|
|
68745
68789
|
|
|
68746
|
-
/**
|
|
68747
|
-
* @desc:关闭页签事件面板
|
|
68748
|
-
* @author huangbo
|
|
68749
|
-
* @date 2024年9月7日
|
|
68790
|
+
/**
|
|
68791
|
+
* @desc:关闭页签事件面板
|
|
68792
|
+
* @author huangbo
|
|
68793
|
+
* @date 2024年9月7日
|
|
68750
68794
|
**/
|
|
68751
68795
|
closeTabsEvents: function closeTabsEvents(e) {
|
|
68752
68796
|
if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
|
|
@@ -68756,10 +68800,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68756
68800
|
},
|
|
68757
68801
|
|
|
68758
68802
|
|
|
68759
|
-
/**
|
|
68760
|
-
* @desc:tabs页签点击事件
|
|
68761
|
-
* @author huangbo
|
|
68762
|
-
* @date 2024年9月7日
|
|
68803
|
+
/**
|
|
68804
|
+
* @desc:tabs页签点击事件
|
|
68805
|
+
* @author huangbo
|
|
68806
|
+
* @date 2024年9月7日
|
|
68763
68807
|
**/
|
|
68764
68808
|
handleTabClick: function handleTabClick() {
|
|
68765
68809
|
this.active = '';
|
|
@@ -68767,10 +68811,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68767
68811
|
this.showMenu = false;
|
|
68768
68812
|
},
|
|
68769
68813
|
|
|
68770
|
-
/**
|
|
68771
|
-
* @desc:handler工具栏点击事件
|
|
68772
|
-
* @author huangbo
|
|
68773
|
-
* @date 2024年9月7日
|
|
68814
|
+
/**
|
|
68815
|
+
* @desc:handler工具栏点击事件
|
|
68816
|
+
* @author huangbo
|
|
68817
|
+
* @date 2024年9月7日
|
|
68774
68818
|
**/
|
|
68775
68819
|
handleClick: function handleClick(res) {
|
|
68776
68820
|
var type = res.type,
|
|
@@ -68851,10 +68895,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68851
68895
|
this.$emit('handler-click', res);
|
|
68852
68896
|
},
|
|
68853
68897
|
|
|
68854
|
-
/**
|
|
68855
|
-
* @desc:退出登录
|
|
68856
|
-
* @author huangbo
|
|
68857
|
-
* @date 2024年9月7日
|
|
68898
|
+
/**
|
|
68899
|
+
* @desc:退出登录
|
|
68900
|
+
* @author huangbo
|
|
68901
|
+
* @date 2024年9月7日
|
|
68858
68902
|
**/
|
|
68859
68903
|
handleQuit: function handleQuit() {
|
|
68860
68904
|
var _this7 = this;
|
|
@@ -68929,10 +68973,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68929
68973
|
}).catch(function (e) {});
|
|
68930
68974
|
},
|
|
68931
68975
|
|
|
68932
|
-
/**
|
|
68933
|
-
* @desc:主题、消息回调
|
|
68934
|
-
* @author huangbo
|
|
68935
|
-
* @date 2024年9月7日
|
|
68976
|
+
/**
|
|
68977
|
+
* @desc:主题、消息回调
|
|
68978
|
+
* @author huangbo
|
|
68979
|
+
* @date 2024年9月7日
|
|
68936
68980
|
**/
|
|
68937
68981
|
handleChange: function handleChange(res) {
|
|
68938
68982
|
var type = res.type,
|
|
@@ -68948,10 +68992,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68948
68992
|
}
|
|
68949
68993
|
},
|
|
68950
68994
|
|
|
68951
|
-
/**
|
|
68952
|
-
* @desc:菜单布局样式切换
|
|
68953
|
-
* @author huangbo
|
|
68954
|
-
* @date 2024年9月7日
|
|
68995
|
+
/**
|
|
68996
|
+
* @desc:菜单布局样式切换
|
|
68997
|
+
* @author huangbo
|
|
68998
|
+
* @date 2024年9月7日
|
|
68955
68999
|
**/
|
|
68956
69000
|
handleLayout: function handleLayout(res, active) {
|
|
68957
69001
|
if (active) {
|
|
@@ -68960,10 +69004,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68960
69004
|
this.$emit('chang-layout', res, active);
|
|
68961
69005
|
},
|
|
68962
69006
|
|
|
68963
|
-
/**
|
|
68964
|
-
* @desc:消息修改总数
|
|
68965
|
-
* @author huangbo
|
|
68966
|
-
* @date 2024年9月7日
|
|
69007
|
+
/**
|
|
69008
|
+
* @desc:消息修改总数
|
|
69009
|
+
* @author huangbo
|
|
69010
|
+
* @date 2024年9月7日
|
|
68967
69011
|
**/
|
|
68968
69012
|
handleMenuTips: function handleMenuTips(id, num) {
|
|
68969
69013
|
if (num) {
|
|
@@ -68974,10 +69018,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68974
69018
|
}
|
|
68975
69019
|
},
|
|
68976
69020
|
|
|
68977
|
-
/**
|
|
68978
|
-
* @desc:处理即时消息
|
|
68979
|
-
* @author huangbo
|
|
68980
|
-
* @date 2024年9月7日
|
|
69021
|
+
/**
|
|
69022
|
+
* @desc:处理即时消息
|
|
69023
|
+
* @author huangbo
|
|
69024
|
+
* @date 2024年9月7日
|
|
68981
69025
|
**/
|
|
68982
69026
|
handleOpened: function handleOpened(res) {
|
|
68983
69027
|
var _this8 = this;
|
|
@@ -69104,11 +69148,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69104
69148
|
|
|
69105
69149
|
var simplicity_component = normalizeComponent(
|
|
69106
69150
|
src_simplicityvue_type_script_lang_js_,
|
|
69107
|
-
|
|
69108
|
-
|
|
69151
|
+
simplicityvue_type_template_id_cbbb7c28_scoped_true_render,
|
|
69152
|
+
simplicityvue_type_template_id_cbbb7c28_scoped_true_staticRenderFns,
|
|
69109
69153
|
false,
|
|
69110
69154
|
null,
|
|
69111
|
-
"
|
|
69155
|
+
"cbbb7c28",
|
|
69112
69156
|
null
|
|
69113
69157
|
|
|
69114
69158
|
)
|
|
@@ -74186,8 +74230,8 @@ menu_src_main.install = function (Vue) {
|
|
|
74186
74230
|
};
|
|
74187
74231
|
|
|
74188
74232
|
/* harmony default export */ var menu = (menu_src_main);
|
|
74189
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=template&id=
|
|
74190
|
-
var
|
|
74233
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=template&id=3ab05c32&
|
|
74234
|
+
var mainvue_type_template_id_3ab05c32_render = function () {
|
|
74191
74235
|
var _vm = this
|
|
74192
74236
|
var _h = _vm.$createElement
|
|
74193
74237
|
var _c = _vm._self._c || _h
|
|
@@ -74293,7 +74337,7 @@ var mainvue_type_template_id_55067f43_render = function () {
|
|
|
74293
74337
|
expression: "!isCollapse",
|
|
74294
74338
|
},
|
|
74295
74339
|
],
|
|
74296
|
-
staticClass: "es-icon-
|
|
74340
|
+
staticClass: "es-icon-shouqi es-collapse-handle",
|
|
74297
74341
|
on: { click: _vm.handleChange },
|
|
74298
74342
|
}),
|
|
74299
74343
|
_c("i", {
|
|
@@ -74305,7 +74349,7 @@ var mainvue_type_template_id_55067f43_render = function () {
|
|
|
74305
74349
|
expression: "isCollapse",
|
|
74306
74350
|
},
|
|
74307
74351
|
],
|
|
74308
|
-
staticClass: "es-icon-
|
|
74352
|
+
staticClass: "es-icon-zhankai es-collapse-handle",
|
|
74309
74353
|
on: { click: _vm.handleChange },
|
|
74310
74354
|
}),
|
|
74311
74355
|
]
|
|
@@ -74363,11 +74407,11 @@ var mainvue_type_template_id_55067f43_render = function () {
|
|
|
74363
74407
|
1
|
|
74364
74408
|
)
|
|
74365
74409
|
}
|
|
74366
|
-
var
|
|
74367
|
-
|
|
74410
|
+
var mainvue_type_template_id_3ab05c32_staticRenderFns = []
|
|
74411
|
+
mainvue_type_template_id_3ab05c32_render._withStripped = true
|
|
74368
74412
|
|
|
74369
74413
|
|
|
74370
|
-
// CONCATENATED MODULE: ./packages/nav/src/main.vue?vue&type=template&id=
|
|
74414
|
+
// CONCATENATED MODULE: ./packages/nav/src/main.vue?vue&type=template&id=3ab05c32&
|
|
74371
74415
|
|
|
74372
74416
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=script&lang=js&
|
|
74373
74417
|
//
|
|
@@ -74721,8 +74765,8 @@ mainvue_type_template_id_55067f43_render._withStripped = true
|
|
|
74721
74765
|
|
|
74722
74766
|
var nav_src_main_component = normalizeComponent(
|
|
74723
74767
|
packages_nav_src_mainvue_type_script_lang_js_,
|
|
74724
|
-
|
|
74725
|
-
|
|
74768
|
+
mainvue_type_template_id_3ab05c32_render,
|
|
74769
|
+
mainvue_type_template_id_3ab05c32_staticRenderFns,
|
|
74726
74770
|
false,
|
|
74727
74771
|
null,
|
|
74728
74772
|
null,
|
|
@@ -76278,19 +76322,19 @@ var QRCode = __webpack_require__(24);
|
|
|
76278
76322
|
//设置logo大小
|
|
76279
76323
|
var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
|
|
76280
76324
|
//设置获取的logo将其变为圆角以及添加白色背景
|
|
76281
|
-
/* ctx.fillStyle = "#fff";
|
|
76282
|
-
ctx.beginPath();
|
|
76283
|
-
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
76284
|
-
let w = 46; //圆角宽
|
|
76285
|
-
let x = logoPosition - 5;
|
|
76286
|
-
let y = logoPosition - 5;
|
|
76287
|
-
let r = 5; //圆角半径
|
|
76288
|
-
ctx.moveTo(x + r, y);
|
|
76289
|
-
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
76290
|
-
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
76291
|
-
ctx.arcTo(x, y + h, x, y, r);
|
|
76292
|
-
ctx.arcTo(x, y, x + w, y, r);
|
|
76293
|
-
ctx.closePath();
|
|
76325
|
+
/* ctx.fillStyle = "#fff";
|
|
76326
|
+
ctx.beginPath();
|
|
76327
|
+
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
76328
|
+
let w = 46; //圆角宽
|
|
76329
|
+
let x = logoPosition - 5;
|
|
76330
|
+
let y = logoPosition - 5;
|
|
76331
|
+
let r = 5; //圆角半径
|
|
76332
|
+
ctx.moveTo(x + r, y);
|
|
76333
|
+
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
76334
|
+
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
76335
|
+
ctx.arcTo(x, y + h, x, y, r);
|
|
76336
|
+
ctx.arcTo(x, y, x + w, y, r);
|
|
76337
|
+
ctx.closePath();
|
|
76294
76338
|
ctx.fill(); */
|
|
76295
76339
|
logo.onload = function () {
|
|
76296
76340
|
ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
|
|
@@ -85511,8 +85555,8 @@ tabs_panel_src_main.install = function (Vue) {
|
|
|
85511
85555
|
};
|
|
85512
85556
|
|
|
85513
85557
|
/* harmony default export */ var tabs_panel = (tabs_panel_src_main);
|
|
85514
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tips/src/main.vue?vue&type=template&id=
|
|
85515
|
-
var
|
|
85558
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tips/src/main.vue?vue&type=template&id=0396beda&
|
|
85559
|
+
var mainvue_type_template_id_0396beda_render = function () {
|
|
85516
85560
|
var _vm = this
|
|
85517
85561
|
var _h = _vm.$createElement
|
|
85518
85562
|
var _c = _vm._self._c || _h
|
|
@@ -85550,11 +85594,11 @@ var mainvue_type_template_id_6baa7a0b_render = function () {
|
|
|
85550
85594
|
2
|
|
85551
85595
|
)
|
|
85552
85596
|
}
|
|
85553
|
-
var
|
|
85554
|
-
|
|
85597
|
+
var mainvue_type_template_id_0396beda_staticRenderFns = []
|
|
85598
|
+
mainvue_type_template_id_0396beda_render._withStripped = true
|
|
85555
85599
|
|
|
85556
85600
|
|
|
85557
|
-
// CONCATENATED MODULE: ./packages/tips/src/main.vue?vue&type=template&id=
|
|
85601
|
+
// CONCATENATED MODULE: ./packages/tips/src/main.vue?vue&type=template&id=0396beda&
|
|
85558
85602
|
|
|
85559
85603
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tips/src/main.vue?vue&type=script&lang=js&
|
|
85560
85604
|
//
|
|
@@ -85598,7 +85642,7 @@ mainvue_type_template_id_6baa7a0b_render._withStripped = true
|
|
|
85598
85642
|
},
|
|
85599
85643
|
icon: {
|
|
85600
85644
|
type: String,
|
|
85601
|
-
default: 'es-icon-
|
|
85645
|
+
default: 'es-icon-bangzhu'
|
|
85602
85646
|
},
|
|
85603
85647
|
content: {
|
|
85604
85648
|
type: String,
|
|
@@ -85714,8 +85758,8 @@ mainvue_type_template_id_6baa7a0b_render._withStripped = true
|
|
|
85714
85758
|
|
|
85715
85759
|
var tips_src_main_component = normalizeComponent(
|
|
85716
85760
|
packages_tips_src_mainvue_type_script_lang_js_,
|
|
85717
|
-
|
|
85718
|
-
|
|
85761
|
+
mainvue_type_template_id_0396beda_render,
|
|
85762
|
+
mainvue_type_template_id_0396beda_staticRenderFns,
|
|
85719
85763
|
false,
|
|
85720
85764
|
null,
|
|
85721
85765
|
null,
|
|
@@ -92344,8 +92388,8 @@ form_src_table.install = function (Vue) {
|
|
|
92344
92388
|
};
|
|
92345
92389
|
|
|
92346
92390
|
/* harmony default export */ var table_form = (form_src_table);
|
|
92347
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=
|
|
92348
|
-
var
|
|
92391
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=aca9259c&
|
|
92392
|
+
var mainvue_type_template_id_aca9259c_render = function () {
|
|
92349
92393
|
var _vm = this
|
|
92350
92394
|
var _h = _vm.$createElement
|
|
92351
92395
|
var _c = _vm._self._c || _h
|
|
@@ -92726,11 +92770,11 @@ var mainvue_type_template_id_97c8bdb8_render = function () {
|
|
|
92726
92770
|
)
|
|
92727
92771
|
: _vm._e()
|
|
92728
92772
|
}
|
|
92729
|
-
var
|
|
92730
|
-
|
|
92773
|
+
var mainvue_type_template_id_aca9259c_staticRenderFns = []
|
|
92774
|
+
mainvue_type_template_id_aca9259c_render._withStripped = true
|
|
92731
92775
|
|
|
92732
92776
|
|
|
92733
|
-
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=
|
|
92777
|
+
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=aca9259c&
|
|
92734
92778
|
|
|
92735
92779
|
// CONCATENATED MODULE: ./packages/upload/src/picture.js
|
|
92736
92780
|
/* harmony default export */ var picture = ({
|
|
@@ -93190,10 +93234,10 @@ var mainvue_type_script_lang_js_props;
|
|
|
93190
93234
|
_icons: function _icons() {
|
|
93191
93235
|
return upload_src_mainvue_type_script_lang_js_extends({
|
|
93192
93236
|
ppt: 'es-icon-ppt',
|
|
93193
|
-
png: 'es-icon-
|
|
93194
|
-
gif: 'es-icon-
|
|
93195
|
-
jpg: 'es-icon-
|
|
93196
|
-
jpeg: 'es-icon-
|
|
93237
|
+
png: 'es-icon-tupian',
|
|
93238
|
+
gif: 'es-icon-tupian',
|
|
93239
|
+
jpg: 'es-icon-tupian',
|
|
93240
|
+
jpeg: 'es-icon-tupian',
|
|
93197
93241
|
xls: 'es-icon-excel',
|
|
93198
93242
|
xlsx: 'es-icon-excel',
|
|
93199
93243
|
docx: 'es-icon-word',
|
|
@@ -93889,8 +93933,8 @@ var mainvue_type_script_lang_js_props;
|
|
|
93889
93933
|
|
|
93890
93934
|
var upload_src_main_component = normalizeComponent(
|
|
93891
93935
|
packages_upload_src_mainvue_type_script_lang_js_,
|
|
93892
|
-
|
|
93893
|
-
|
|
93936
|
+
mainvue_type_template_id_aca9259c_render,
|
|
93937
|
+
mainvue_type_template_id_aca9259c_staticRenderFns,
|
|
93894
93938
|
false,
|
|
93895
93939
|
null,
|
|
93896
93940
|
null,
|
|
@@ -94391,7 +94435,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
94391
94435
|
}
|
|
94392
94436
|
|
|
94393
94437
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
94394
|
-
version: '0.7.
|
|
94438
|
+
version: '0.7.47',
|
|
94395
94439
|
install: install,
|
|
94396
94440
|
Button: packages_button,
|
|
94397
94441
|
ButtonGroup: button_group,
|