eoss-ui 0.7.27 → 0.7.28
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 +0 -6
- package/lib/button.js +0 -6
- package/lib/calogin.js +233 -239
- package/lib/checkbox-group.js +0 -6
- package/lib/data-table-form.js +0 -6
- package/lib/data-table.js +12 -14
- package/lib/date-picker.js +0 -6
- package/lib/dialog.js +0 -6
- package/lib/eoss-ui.common.js +1236 -1141
- package/lib/flow-group.js +3 -9
- package/lib/flow-list.js +81 -87
- package/lib/flow.js +293 -296
- package/lib/form.js +0 -6
- package/lib/handle-user.js +0 -6
- package/lib/handler.js +0 -6
- package/lib/icon.js +0 -6
- package/lib/index.js +1 -1
- package/lib/input-number.js +0 -6
- package/lib/input.js +0 -6
- package/lib/login.js +219 -114
- package/lib/main.js +370 -393
- package/lib/nav.js +0 -6
- package/lib/page.js +0 -6
- package/lib/pagination.js +0 -6
- package/lib/player.js +0 -6
- package/lib/qr-code.js +13 -19
- package/lib/radio-group.js +0 -6
- package/lib/retrial-auth.js +0 -6
- package/lib/select-ganged.js +0 -6
- package/lib/select.js +0 -6
- package/lib/selector-panel.js +0 -6
- package/lib/selector.js +0 -6
- package/lib/sizer.js +0 -6
- package/lib/steps.js +0 -6
- package/lib/switch.js +0 -6
- package/lib/table-form.js +0 -6
- package/lib/tabs.js +0 -6
- package/lib/tips.js +0 -6
- package/lib/tree-group.js +0 -6
- package/lib/tree.js +0 -6
- package/lib/upload.js +0 -6
- package/lib/utils/util.js +0 -6
- package/lib/wujie.js +0 -6
- package/lib/wxlogin.js +0 -6
- package/package.json +160 -160
- package/packages/.DS_Store +0 -0
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/.DS_Store +0 -0
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +992 -988
- package/packages/data-table/src/main.vue +1831 -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/.DS_Store +0 -0
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow/src/component/Circulate.vue +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 +755 -755
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2847 -2847
- package/packages/flow/src/main.vue +3853 -3854
- package/packages/flow/src/processForm.vue +1363 -1363
- package/packages/flow/src/processReject.vue +309 -309
- package/packages/flow/src/reset.vue +941 -941
- package/packages/flow/src/startTaskRead.vue +691 -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/.DS_Store +0 -0
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1787 -1787
- package/packages/form/.DS_Store +0 -0
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3901 -3901
- package/packages/form/src/table.vue +1512 -1512
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +496 -496
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +104 -104
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/.DS_Store +0 -0
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +2068 -2020
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/.DS_Store +0 -0
- package/packages/main/index.js +5 -5
- package/packages/main/src/.DS_Store +0 -0
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +502 -502
- 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 +221 -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 +144 -263
- package/packages/main/src/simplicity/index.vue +2211 -2135
- 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 +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +264 -264
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +398 -398
- package/packages/menu/.DS_Store +0 -0
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +596 -596
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/.DS_Store +0 -0
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +782 -782
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +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/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +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/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 +1817 -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 +987 -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 +92 -92
- package/packages/theme-chalk/src/simplicity.scss +1370 -1370
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/.DS_Store +0 -0
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1343 -1343
- 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/.DS_Store +0 -0
- package/src/config/api.js +315 -315
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- package/src/utils/.DS_Store +0 -0
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/util.js +0 -6
- package/src/utils/webSocket.js +107 -107
package/lib/eoss-ui.common.js
CHANGED
|
@@ -544,12 +544,6 @@ var ajaxStream = function ajaxStream(_ref2) {
|
|
|
544
544
|
console.log('解析数据出错:', parseError);
|
|
545
545
|
}
|
|
546
546
|
}
|
|
547
|
-
// }
|
|
548
|
-
// else {
|
|
549
|
-
// console.log('未处理的数据:', line);
|
|
550
|
-
// // 保存未处理完的部分数据
|
|
551
|
-
// remainingData += line.replace('data:', '\ndata:');
|
|
552
|
-
// }
|
|
553
547
|
});
|
|
554
548
|
info.primeval = primeval;
|
|
555
549
|
info.chunk = chunks;
|
|
@@ -6253,8 +6247,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
|
|
|
6253
6247
|
|
|
6254
6248
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
6255
6249
|
|
|
6256
|
-
/**
|
|
6257
|
-
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
6250
|
+
/**
|
|
6251
|
+
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
6258
6252
|
*/
|
|
6259
6253
|
var CA_ExtInterface = function () {
|
|
6260
6254
|
function CA_ExtInterface() {
|
|
@@ -6267,11 +6261,11 @@ var CA_ExtInterface = function () {
|
|
|
6267
6261
|
this.init();
|
|
6268
6262
|
}
|
|
6269
6263
|
|
|
6270
|
-
/**
|
|
6271
|
-
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
6272
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
6273
|
-
* @param {Object} target - 目标对象
|
|
6274
|
-
* @param {Object} options - 新的选项对象
|
|
6264
|
+
/**
|
|
6265
|
+
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
6266
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
6267
|
+
* @param {Object} target - 目标对象
|
|
6268
|
+
* @param {Object} options - 新的选项对象
|
|
6275
6269
|
*/
|
|
6276
6270
|
|
|
6277
6271
|
|
|
@@ -6286,8 +6280,8 @@ var CA_ExtInterface = function () {
|
|
|
6286
6280
|
}
|
|
6287
6281
|
};
|
|
6288
6282
|
|
|
6289
|
-
/**
|
|
6290
|
-
* 检查当前会话的 WebSocket URL
|
|
6283
|
+
/**
|
|
6284
|
+
* 检查当前会话的 WebSocket URL
|
|
6291
6285
|
*/
|
|
6292
6286
|
|
|
6293
6287
|
|
|
@@ -6301,8 +6295,8 @@ var CA_ExtInterface = function () {
|
|
|
6301
6295
|
}
|
|
6302
6296
|
};
|
|
6303
6297
|
|
|
6304
|
-
/**
|
|
6305
|
-
* 检查是否使用 ActiveX
|
|
6298
|
+
/**
|
|
6299
|
+
* 检查是否使用 ActiveX
|
|
6306
6300
|
*/
|
|
6307
6301
|
|
|
6308
6302
|
|
|
@@ -6314,11 +6308,11 @@ var CA_ExtInterface = function () {
|
|
|
6314
6308
|
}
|
|
6315
6309
|
};
|
|
6316
6310
|
|
|
6317
|
-
/**
|
|
6318
|
-
* 扩展发送消息并等待响应
|
|
6319
|
-
* @param {string} operatorCmd - 操作命令
|
|
6320
|
-
* @param {string} sendMsg - 发送的消息
|
|
6321
|
-
* @returns {string} 响应消息
|
|
6311
|
+
/**
|
|
6312
|
+
* 扩展发送消息并等待响应
|
|
6313
|
+
* @param {string} operatorCmd - 操作命令
|
|
6314
|
+
* @param {string} sendMsg - 发送的消息
|
|
6315
|
+
* @returns {string} 响应消息
|
|
6322
6316
|
*/
|
|
6323
6317
|
|
|
6324
6318
|
|
|
@@ -6328,11 +6322,11 @@ var CA_ExtInterface = function () {
|
|
|
6328
6322
|
return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
|
|
6329
6323
|
};
|
|
6330
6324
|
|
|
6331
|
-
/**
|
|
6332
|
-
* 发送消息并等待响应
|
|
6333
|
-
* @param {string} wsurl - WebSocket URL
|
|
6334
|
-
* @param {string} sendMsg - 发送的消息
|
|
6335
|
-
* @returns {string} 响应消息
|
|
6325
|
+
/**
|
|
6326
|
+
* 发送消息并等待响应
|
|
6327
|
+
* @param {string} wsurl - WebSocket URL
|
|
6328
|
+
* @param {string} sendMsg - 发送的消息
|
|
6329
|
+
* @returns {string} 响应消息
|
|
6336
6330
|
*/
|
|
6337
6331
|
|
|
6338
6332
|
|
|
@@ -6356,9 +6350,9 @@ var CA_ExtInterface = function () {
|
|
|
6356
6350
|
return ResultMsg;
|
|
6357
6351
|
};
|
|
6358
6352
|
|
|
6359
|
-
/**
|
|
6360
|
-
* 配置选项
|
|
6361
|
-
* @param {Object} extendOption - 扩展选项
|
|
6353
|
+
/**
|
|
6354
|
+
* 配置选项
|
|
6355
|
+
* @param {Object} extendOption - 扩展选项
|
|
6362
6356
|
*/
|
|
6363
6357
|
|
|
6364
6358
|
|
|
@@ -6368,8 +6362,8 @@ var CA_ExtInterface = function () {
|
|
|
6368
6362
|
}
|
|
6369
6363
|
};
|
|
6370
6364
|
|
|
6371
|
-
/**
|
|
6372
|
-
* 初始化
|
|
6365
|
+
/**
|
|
6366
|
+
* 初始化
|
|
6373
6367
|
*/
|
|
6374
6368
|
|
|
6375
6369
|
|
|
@@ -6377,9 +6371,9 @@ var CA_ExtInterface = function () {
|
|
|
6377
6371
|
this.isUseActioveX();
|
|
6378
6372
|
};
|
|
6379
6373
|
|
|
6380
|
-
/**
|
|
6381
|
-
* 返回客户端的版本
|
|
6382
|
-
* @returns {string} 客户端版本
|
|
6374
|
+
/**
|
|
6375
|
+
* 返回客户端的版本
|
|
6376
|
+
* @returns {string} 客户端版本
|
|
6383
6377
|
*/
|
|
6384
6378
|
|
|
6385
6379
|
|
|
@@ -6392,13 +6386,13 @@ var CA_ExtInterface = function () {
|
|
|
6392
6386
|
}
|
|
6393
6387
|
};
|
|
6394
6388
|
|
|
6395
|
-
/**
|
|
6396
|
-
* 下载客户端程序并安装
|
|
6397
|
-
* @param {string} bstrURL - 下载地址
|
|
6398
|
-
* @param {string} bstrHashValue - 哈希值
|
|
6399
|
-
* @param {boolean} bSync - 是否同步安装
|
|
6400
|
-
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6401
|
-
* @returns {number} 安装结果
|
|
6389
|
+
/**
|
|
6390
|
+
* 下载客户端程序并安装
|
|
6391
|
+
* @param {string} bstrURL - 下载地址
|
|
6392
|
+
* @param {string} bstrHashValue - 哈希值
|
|
6393
|
+
* @param {boolean} bSync - 是否同步安装
|
|
6394
|
+
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6395
|
+
* @returns {number} 安装结果
|
|
6402
6396
|
*/
|
|
6403
6397
|
|
|
6404
6398
|
|
|
@@ -6412,11 +6406,11 @@ var CA_ExtInterface = function () {
|
|
|
6412
6406
|
}
|
|
6413
6407
|
};
|
|
6414
6408
|
|
|
6415
|
-
/**
|
|
6416
|
-
* 获取硬件指纹信息
|
|
6417
|
-
* @param {number} dwSign - 签名
|
|
6418
|
-
* @param {string} strGateWayIP - 网关 IP
|
|
6419
|
-
* @returns {string} 硬件指纹信息
|
|
6409
|
+
/**
|
|
6410
|
+
* 获取硬件指纹信息
|
|
6411
|
+
* @param {number} dwSign - 签名
|
|
6412
|
+
* @param {string} strGateWayIP - 网关 IP
|
|
6413
|
+
* @returns {string} 硬件指纹信息
|
|
6420
6414
|
*/
|
|
6421
6415
|
|
|
6422
6416
|
|
|
@@ -6430,12 +6424,12 @@ var CA_ExtInterface = function () {
|
|
|
6430
6424
|
}
|
|
6431
6425
|
};
|
|
6432
6426
|
|
|
6433
|
-
/**
|
|
6434
|
-
* 设置转发策略和代填策略
|
|
6435
|
-
* @param {string} strProxyPolicy - 转发策略
|
|
6436
|
-
* @param {string} strSSOPolicy - 代填策略
|
|
6437
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6438
|
-
* @returns {number} 设置结果
|
|
6427
|
+
/**
|
|
6428
|
+
* 设置转发策略和代填策略
|
|
6429
|
+
* @param {string} strProxyPolicy - 转发策略
|
|
6430
|
+
* @param {string} strSSOPolicy - 代填策略
|
|
6431
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6432
|
+
* @returns {number} 设置结果
|
|
6439
6433
|
*/
|
|
6440
6434
|
|
|
6441
6435
|
|
|
@@ -6449,11 +6443,11 @@ var CA_ExtInterface = function () {
|
|
|
6449
6443
|
}
|
|
6450
6444
|
};
|
|
6451
6445
|
|
|
6452
|
-
/**
|
|
6453
|
-
* 启动认证信息模块
|
|
6454
|
-
* @param {string} strFileName - 文件名
|
|
6455
|
-
* @param {string} strXmlData - XML 数据
|
|
6456
|
-
* @returns {string} 认证信息
|
|
6446
|
+
/**
|
|
6447
|
+
* 启动认证信息模块
|
|
6448
|
+
* @param {string} strFileName - 文件名
|
|
6449
|
+
* @param {string} strXmlData - XML 数据
|
|
6450
|
+
* @returns {string} 认证信息
|
|
6457
6451
|
*/
|
|
6458
6452
|
|
|
6459
6453
|
|
|
@@ -6467,10 +6461,10 @@ var CA_ExtInterface = function () {
|
|
|
6467
6461
|
}
|
|
6468
6462
|
};
|
|
6469
6463
|
|
|
6470
|
-
/**
|
|
6471
|
-
* 打开 BS 应用
|
|
6472
|
-
* @param {string} strUrl - 应用 URL
|
|
6473
|
-
* @returns {number} 打开结果
|
|
6464
|
+
/**
|
|
6465
|
+
* 打开 BS 应用
|
|
6466
|
+
* @param {string} strUrl - 应用 URL
|
|
6467
|
+
* @returns {number} 打开结果
|
|
6474
6468
|
*/
|
|
6475
6469
|
|
|
6476
6470
|
|
|
@@ -6484,12 +6478,12 @@ var CA_ExtInterface = function () {
|
|
|
6484
6478
|
}
|
|
6485
6479
|
};
|
|
6486
6480
|
|
|
6487
|
-
/**
|
|
6488
|
-
* 打开 CS 应用
|
|
6489
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6490
|
-
* @param {string} strAppFlag - 应用标识
|
|
6491
|
-
* @param {string} strAppPath - 应用路径
|
|
6492
|
-
* @returns {number} 打开结果
|
|
6481
|
+
/**
|
|
6482
|
+
* 打开 CS 应用
|
|
6483
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6484
|
+
* @param {string} strAppFlag - 应用标识
|
|
6485
|
+
* @param {string} strAppPath - 应用路径
|
|
6486
|
+
* @returns {number} 打开结果
|
|
6493
6487
|
*/
|
|
6494
6488
|
|
|
6495
6489
|
|
|
@@ -6503,13 +6497,13 @@ var CA_ExtInterface = function () {
|
|
|
6503
6497
|
}
|
|
6504
6498
|
};
|
|
6505
6499
|
|
|
6506
|
-
/**
|
|
6507
|
-
* 设置自动更新策略
|
|
6508
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6509
|
-
* @param {number} nGatewayPort - 网关端口
|
|
6510
|
-
* @param {string} strUserToken - 用户令牌
|
|
6511
|
-
* @param {number} updatedelay - 更新延迟
|
|
6512
|
-
* @returns {number} 设置结果
|
|
6500
|
+
/**
|
|
6501
|
+
* 设置自动更新策略
|
|
6502
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6503
|
+
* @param {number} nGatewayPort - 网关端口
|
|
6504
|
+
* @param {string} strUserToken - 用户令牌
|
|
6505
|
+
* @param {number} updatedelay - 更新延迟
|
|
6506
|
+
* @returns {number} 设置结果
|
|
6513
6507
|
*/
|
|
6514
6508
|
|
|
6515
6509
|
|
|
@@ -6523,10 +6517,10 @@ var CA_ExtInterface = function () {
|
|
|
6523
6517
|
}
|
|
6524
6518
|
};
|
|
6525
6519
|
|
|
6526
|
-
/**
|
|
6527
|
-
* 获取客户端 IP
|
|
6528
|
-
* @param {string} strGatewayIP - 网关 IP
|
|
6529
|
-
* @returns {string} 客户端 IP
|
|
6520
|
+
/**
|
|
6521
|
+
* 获取客户端 IP
|
|
6522
|
+
* @param {string} strGatewayIP - 网关 IP
|
|
6523
|
+
* @returns {string} 客户端 IP
|
|
6530
6524
|
*/
|
|
6531
6525
|
|
|
6532
6526
|
|
|
@@ -6540,10 +6534,10 @@ var CA_ExtInterface = function () {
|
|
|
6540
6534
|
}
|
|
6541
6535
|
};
|
|
6542
6536
|
|
|
6543
|
-
/**
|
|
6544
|
-
* 登出网关
|
|
6545
|
-
* @param {string} strServerIP - 服务器 IP
|
|
6546
|
-
* @returns {number} 登出结果
|
|
6537
|
+
/**
|
|
6538
|
+
* 登出网关
|
|
6539
|
+
* @param {string} strServerIP - 服务器 IP
|
|
6540
|
+
* @returns {number} 登出结果
|
|
6547
6541
|
*/
|
|
6548
6542
|
|
|
6549
6543
|
|
|
@@ -6557,11 +6551,11 @@ var CA_ExtInterface = function () {
|
|
|
6557
6551
|
}
|
|
6558
6552
|
};
|
|
6559
6553
|
|
|
6560
|
-
/**
|
|
6561
|
-
* 运行安装包
|
|
6562
|
-
* @param {number} lRunType - 运行类型
|
|
6563
|
-
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
6564
|
-
* @returns {number} 运行结果
|
|
6554
|
+
/**
|
|
6555
|
+
* 运行安装包
|
|
6556
|
+
* @param {number} lRunType - 运行类型
|
|
6557
|
+
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
6558
|
+
* @returns {number} 运行结果
|
|
6565
6559
|
*/
|
|
6566
6560
|
|
|
6567
6561
|
|
|
@@ -6575,9 +6569,9 @@ var CA_ExtInterface = function () {
|
|
|
6575
6569
|
}
|
|
6576
6570
|
};
|
|
6577
6571
|
|
|
6578
|
-
/**
|
|
6579
|
-
* 获取下载进度
|
|
6580
|
-
* @returns {number} 下载进度
|
|
6572
|
+
/**
|
|
6573
|
+
* 获取下载进度
|
|
6574
|
+
* @returns {number} 下载进度
|
|
6581
6575
|
*/
|
|
6582
6576
|
|
|
6583
6577
|
|
|
@@ -6591,9 +6585,9 @@ var CA_ExtInterface = function () {
|
|
|
6591
6585
|
}
|
|
6592
6586
|
};
|
|
6593
6587
|
|
|
6594
|
-
/**
|
|
6595
|
-
* 是否安装完成
|
|
6596
|
-
* @returns {boolean} 安装完成状态
|
|
6588
|
+
/**
|
|
6589
|
+
* 是否安装完成
|
|
6590
|
+
* @returns {boolean} 安装完成状态
|
|
6597
6591
|
*/
|
|
6598
6592
|
|
|
6599
6593
|
|
|
@@ -6607,11 +6601,11 @@ var CA_ExtInterface = function () {
|
|
|
6607
6601
|
}
|
|
6608
6602
|
};
|
|
6609
6603
|
|
|
6610
|
-
/**
|
|
6611
|
-
* 初始化签包对象
|
|
6612
|
-
* @param {string} strAlgType - 算法类型
|
|
6613
|
-
* @param {string} strAuxParam - 辅助参数
|
|
6614
|
-
* @returns {number} 初始化结果
|
|
6604
|
+
/**
|
|
6605
|
+
* 初始化签包对象
|
|
6606
|
+
* @param {string} strAlgType - 算法类型
|
|
6607
|
+
* @param {string} strAuxParam - 辅助参数
|
|
6608
|
+
* @returns {number} 初始化结果
|
|
6615
6609
|
*/
|
|
6616
6610
|
|
|
6617
6611
|
|
|
@@ -6625,10 +6619,10 @@ var CA_ExtInterface = function () {
|
|
|
6625
6619
|
}
|
|
6626
6620
|
};
|
|
6627
6621
|
|
|
6628
|
-
/**
|
|
6629
|
-
* 设置摘要算法
|
|
6630
|
-
* @param {string} strDigestAlg - 摘要算法
|
|
6631
|
-
* @returns {number} 设置结果
|
|
6622
|
+
/**
|
|
6623
|
+
* 设置摘要算法
|
|
6624
|
+
* @param {string} strDigestAlg - 摘要算法
|
|
6625
|
+
* @returns {number} 设置结果
|
|
6632
6626
|
*/
|
|
6633
6627
|
|
|
6634
6628
|
|
|
@@ -6642,10 +6636,10 @@ var CA_ExtInterface = function () {
|
|
|
6642
6636
|
}
|
|
6643
6637
|
};
|
|
6644
6638
|
|
|
6645
|
-
/**
|
|
6646
|
-
* 设置单证书是否弹出对话框
|
|
6647
|
-
* @param {number} isChoose - 是否弹出对话框
|
|
6648
|
-
* @returns {number} 设置结果
|
|
6639
|
+
/**
|
|
6640
|
+
* 设置单证书是否弹出对话框
|
|
6641
|
+
* @param {number} isChoose - 是否弹出对话框
|
|
6642
|
+
* @returns {number} 设置结果
|
|
6649
6643
|
*/
|
|
6650
6644
|
|
|
6651
6645
|
|
|
@@ -6659,11 +6653,11 @@ var CA_ExtInterface = function () {
|
|
|
6659
6653
|
}
|
|
6660
6654
|
};
|
|
6661
6655
|
|
|
6662
|
-
/**
|
|
6663
|
-
* 添加证书过滤条件
|
|
6664
|
-
* @param {number} ulType - 过滤类型
|
|
6665
|
-
* @param {string} strValue - 过滤值
|
|
6666
|
-
* @returns {number} 添加结果
|
|
6656
|
+
/**
|
|
6657
|
+
* 添加证书过滤条件
|
|
6658
|
+
* @param {number} ulType - 过滤类型
|
|
6659
|
+
* @param {string} strValue - 过滤值
|
|
6660
|
+
* @returns {number} 添加结果
|
|
6667
6661
|
*/
|
|
6668
6662
|
|
|
6669
6663
|
|
|
@@ -6677,9 +6671,9 @@ var CA_ExtInterface = function () {
|
|
|
6677
6671
|
}
|
|
6678
6672
|
};
|
|
6679
6673
|
|
|
6680
|
-
/**
|
|
6681
|
-
* 清除所有过滤条件
|
|
6682
|
-
* @returns {number} 清除结果
|
|
6674
|
+
/**
|
|
6675
|
+
* 清除所有过滤条件
|
|
6676
|
+
* @returns {number} 清除结果
|
|
6683
6677
|
*/
|
|
6684
6678
|
|
|
6685
6679
|
|
|
@@ -6693,10 +6687,10 @@ var CA_ExtInterface = function () {
|
|
|
6693
6687
|
}
|
|
6694
6688
|
};
|
|
6695
6689
|
|
|
6696
|
-
/**
|
|
6697
|
-
* P1 签名
|
|
6698
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6699
|
-
* @returns {string} 签名结果
|
|
6690
|
+
/**
|
|
6691
|
+
* P1 签名
|
|
6692
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6693
|
+
* @returns {string} 签名结果
|
|
6700
6694
|
*/
|
|
6701
6695
|
|
|
6702
6696
|
|
|
@@ -6710,10 +6704,10 @@ var CA_ExtInterface = function () {
|
|
|
6710
6704
|
}
|
|
6711
6705
|
};
|
|
6712
6706
|
|
|
6713
|
-
/**
|
|
6714
|
-
* P1 签名字符串
|
|
6715
|
-
* @param {string} strValue - 待签名的字符串
|
|
6716
|
-
* @returns {string} 签名结果
|
|
6707
|
+
/**
|
|
6708
|
+
* P1 签名字符串
|
|
6709
|
+
* @param {string} strValue - 待签名的字符串
|
|
6710
|
+
* @returns {string} 签名结果
|
|
6717
6711
|
*/
|
|
6718
6712
|
|
|
6719
6713
|
|
|
@@ -6727,12 +6721,12 @@ var CA_ExtInterface = function () {
|
|
|
6727
6721
|
}
|
|
6728
6722
|
};
|
|
6729
6723
|
|
|
6730
|
-
/**
|
|
6731
|
-
* P7 签名
|
|
6732
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6733
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
6734
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6735
|
-
* @returns {string} 签名结果
|
|
6724
|
+
/**
|
|
6725
|
+
* P7 签名
|
|
6726
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6727
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
6728
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6729
|
+
* @returns {string} 签名结果
|
|
6736
6730
|
*/
|
|
6737
6731
|
|
|
6738
6732
|
|
|
@@ -6746,12 +6740,12 @@ var CA_ExtInterface = function () {
|
|
|
6746
6740
|
}
|
|
6747
6741
|
};
|
|
6748
6742
|
|
|
6749
|
-
/**
|
|
6750
|
-
* P7 签名字符串
|
|
6751
|
-
* @param {string} strValue - 待签名的字符串
|
|
6752
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
6753
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6754
|
-
* @returns {string} 签名结果
|
|
6743
|
+
/**
|
|
6744
|
+
* P7 签名字符串
|
|
6745
|
+
* @param {string} strValue - 待签名的字符串
|
|
6746
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
6747
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6748
|
+
* @returns {string} 签名结果
|
|
6755
6749
|
*/
|
|
6756
6750
|
|
|
6757
6751
|
|
|
@@ -6765,9 +6759,9 @@ var CA_ExtInterface = function () {
|
|
|
6765
6759
|
}
|
|
6766
6760
|
};
|
|
6767
6761
|
|
|
6768
|
-
/**
|
|
6769
|
-
* 释放签名对象
|
|
6770
|
-
* @returns {number} 释放结果
|
|
6762
|
+
/**
|
|
6763
|
+
* 释放签名对象
|
|
6764
|
+
* @returns {number} 释放结果
|
|
6771
6765
|
*/
|
|
6772
6766
|
|
|
6773
6767
|
|
|
@@ -6781,9 +6775,9 @@ var CA_ExtInterface = function () {
|
|
|
6781
6775
|
}
|
|
6782
6776
|
};
|
|
6783
6777
|
|
|
6784
|
-
/**
|
|
6785
|
-
* 获取签名版本
|
|
6786
|
-
* @returns {string} 签名版本
|
|
6778
|
+
/**
|
|
6779
|
+
* 获取签名版本
|
|
6780
|
+
* @returns {string} 签名版本
|
|
6787
6781
|
*/
|
|
6788
6782
|
|
|
6789
6783
|
|
|
@@ -6797,9 +6791,9 @@ var CA_ExtInterface = function () {
|
|
|
6797
6791
|
}
|
|
6798
6792
|
};
|
|
6799
6793
|
|
|
6800
|
-
/**
|
|
6801
|
-
* 获取签名证书
|
|
6802
|
-
* @returns {string} 签名证书
|
|
6794
|
+
/**
|
|
6795
|
+
* 获取签名证书
|
|
6796
|
+
* @returns {string} 签名证书
|
|
6803
6797
|
*/
|
|
6804
6798
|
|
|
6805
6799
|
|
|
@@ -6813,9 +6807,9 @@ var CA_ExtInterface = function () {
|
|
|
6813
6807
|
}
|
|
6814
6808
|
};
|
|
6815
6809
|
|
|
6816
|
-
/**
|
|
6817
|
-
* 获取错误码
|
|
6818
|
-
* @returns {number} 错误码
|
|
6810
|
+
/**
|
|
6811
|
+
* 获取错误码
|
|
6812
|
+
* @returns {number} 错误码
|
|
6819
6813
|
*/
|
|
6820
6814
|
|
|
6821
6815
|
|
|
@@ -6829,9 +6823,9 @@ var CA_ExtInterface = function () {
|
|
|
6829
6823
|
}
|
|
6830
6824
|
};
|
|
6831
6825
|
|
|
6832
|
-
/**
|
|
6833
|
-
* 获取错误信息
|
|
6834
|
-
* @returns {string} 错误信息
|
|
6826
|
+
/**
|
|
6827
|
+
* 获取错误信息
|
|
6828
|
+
* @returns {string} 错误信息
|
|
6835
6829
|
*/
|
|
6836
6830
|
|
|
6837
6831
|
|
|
@@ -6845,9 +6839,9 @@ var CA_ExtInterface = function () {
|
|
|
6845
6839
|
}
|
|
6846
6840
|
};
|
|
6847
6841
|
|
|
6848
|
-
/**
|
|
6849
|
-
* 销毁认证对象
|
|
6850
|
-
* @returns {number} 销毁结果
|
|
6842
|
+
/**
|
|
6843
|
+
* 销毁认证对象
|
|
6844
|
+
* @returns {number} 销毁结果
|
|
6851
6845
|
*/
|
|
6852
6846
|
|
|
6853
6847
|
|
|
@@ -6861,9 +6855,9 @@ var CA_ExtInterface = function () {
|
|
|
6861
6855
|
}
|
|
6862
6856
|
};
|
|
6863
6857
|
|
|
6864
|
-
/**
|
|
6865
|
-
* 获取证书类型
|
|
6866
|
-
* @returns {string} 证书类型
|
|
6858
|
+
/**
|
|
6859
|
+
* 获取证书类型
|
|
6860
|
+
* @returns {string} 证书类型
|
|
6867
6861
|
*/
|
|
6868
6862
|
|
|
6869
6863
|
|
|
@@ -6877,9 +6871,9 @@ var CA_ExtInterface = function () {
|
|
|
6877
6871
|
}
|
|
6878
6872
|
};
|
|
6879
6873
|
|
|
6880
|
-
/**
|
|
6881
|
-
* 获取签名摘要算法
|
|
6882
|
-
* @returns {string} 签名摘要算法
|
|
6874
|
+
/**
|
|
6875
|
+
* 获取签名摘要算法
|
|
6876
|
+
* @returns {string} 签名摘要算法
|
|
6883
6877
|
*/
|
|
6884
6878
|
|
|
6885
6879
|
|
|
@@ -6893,11 +6887,11 @@ var CA_ExtInterface = function () {
|
|
|
6893
6887
|
}
|
|
6894
6888
|
};
|
|
6895
6889
|
|
|
6896
|
-
/**
|
|
6897
|
-
* 使能调用序列
|
|
6898
|
-
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
6899
|
-
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
6900
|
-
* @returns {number} 使能结果
|
|
6890
|
+
/**
|
|
6891
|
+
* 使能调用序列
|
|
6892
|
+
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
6893
|
+
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
6894
|
+
* @returns {number} 使能结果
|
|
6901
6895
|
*/
|
|
6902
6896
|
|
|
6903
6897
|
|
|
@@ -6911,9 +6905,9 @@ var CA_ExtInterface = function () {
|
|
|
6911
6905
|
}
|
|
6912
6906
|
};
|
|
6913
6907
|
|
|
6914
|
-
/**
|
|
6915
|
-
* 清空调用序列结果
|
|
6916
|
-
* @returns {number} 清空调用序列结果
|
|
6908
|
+
/**
|
|
6909
|
+
* 清空调用序列结果
|
|
6910
|
+
* @returns {number} 清空调用序列结果
|
|
6917
6911
|
*/
|
|
6918
6912
|
|
|
6919
6913
|
|
|
@@ -6927,9 +6921,9 @@ var CA_ExtInterface = function () {
|
|
|
6927
6921
|
}
|
|
6928
6922
|
};
|
|
6929
6923
|
|
|
6930
|
-
/**
|
|
6931
|
-
* 获取调用序列结果
|
|
6932
|
-
* @returns {string} 调用序列结果
|
|
6924
|
+
/**
|
|
6925
|
+
* 获取调用序列结果
|
|
6926
|
+
* @returns {string} 调用序列结果
|
|
6933
6927
|
*/
|
|
6934
6928
|
|
|
6935
6929
|
|
|
@@ -6943,12 +6937,12 @@ var CA_ExtInterface = function () {
|
|
|
6943
6937
|
}
|
|
6944
6938
|
};
|
|
6945
6939
|
|
|
6946
|
-
/**
|
|
6947
|
-
* 客户端安全策略检查
|
|
6948
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6949
|
-
* @param {number} usGatewayPort - 网关端口
|
|
6950
|
-
* @param {string} strSecurityPolicys - 安全策略
|
|
6951
|
-
* @returns {boolean} 检查结果
|
|
6940
|
+
/**
|
|
6941
|
+
* 客户端安全策略检查
|
|
6942
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6943
|
+
* @param {number} usGatewayPort - 网关端口
|
|
6944
|
+
* @param {string} strSecurityPolicys - 安全策略
|
|
6945
|
+
* @returns {boolean} 检查结果
|
|
6952
6946
|
*/
|
|
6953
6947
|
|
|
6954
6948
|
|
|
@@ -6962,9 +6956,9 @@ var CA_ExtInterface = function () {
|
|
|
6962
6956
|
}
|
|
6963
6957
|
};
|
|
6964
6958
|
|
|
6965
|
-
/**
|
|
6966
|
-
* 获取通讯协议版本
|
|
6967
|
-
* @returns {string} 通讯协议版本
|
|
6959
|
+
/**
|
|
6960
|
+
* 获取通讯协议版本
|
|
6961
|
+
* @returns {string} 通讯协议版本
|
|
6968
6962
|
*/
|
|
6969
6963
|
|
|
6970
6964
|
|
|
@@ -6978,13 +6972,13 @@ var CA_ExtInterface = function () {
|
|
|
6978
6972
|
}
|
|
6979
6973
|
};
|
|
6980
6974
|
|
|
6981
|
-
/**
|
|
6982
|
-
* 修改 Key 的 Pin 码
|
|
6983
|
-
* @param {string} strCertSn - 证书序列号
|
|
6984
|
-
* @param {number} lPinCodeType - Pin 码类型
|
|
6985
|
-
* @param {string} strCurPinCode - 当前 Pin 码
|
|
6986
|
-
* @param {string} strNewPinCode - 新 Pin 码
|
|
6987
|
-
* @returns {number} 修改结果
|
|
6975
|
+
/**
|
|
6976
|
+
* 修改 Key 的 Pin 码
|
|
6977
|
+
* @param {string} strCertSn - 证书序列号
|
|
6978
|
+
* @param {number} lPinCodeType - Pin 码类型
|
|
6979
|
+
* @param {string} strCurPinCode - 当前 Pin 码
|
|
6980
|
+
* @param {string} strNewPinCode - 新 Pin 码
|
|
6981
|
+
* @returns {number} 修改结果
|
|
6988
6982
|
*/
|
|
6989
6983
|
|
|
6990
6984
|
|
|
@@ -6998,10 +6992,10 @@ var CA_ExtInterface = function () {
|
|
|
6998
6992
|
}
|
|
6999
6993
|
};
|
|
7000
6994
|
|
|
7001
|
-
/**
|
|
7002
|
-
* 等待策略设置完毕
|
|
7003
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7004
|
-
* @returns {number} 等待结果
|
|
6995
|
+
/**
|
|
6996
|
+
* 等待策略设置完毕
|
|
6997
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6998
|
+
* @returns {number} 等待结果
|
|
7005
6999
|
*/
|
|
7006
7000
|
|
|
7007
7001
|
|
|
@@ -7015,10 +7009,10 @@ var CA_ExtInterface = function () {
|
|
|
7015
7009
|
}
|
|
7016
7010
|
};
|
|
7017
7011
|
|
|
7018
|
-
/**
|
|
7019
|
-
* 获取会话 Token
|
|
7020
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7021
|
-
* @returns {string} 会话 Token
|
|
7012
|
+
/**
|
|
7013
|
+
* 获取会话 Token
|
|
7014
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7015
|
+
* @returns {string} 会话 Token
|
|
7022
7016
|
*/
|
|
7023
7017
|
|
|
7024
7018
|
|
|
@@ -7032,9 +7026,9 @@ var CA_ExtInterface = function () {
|
|
|
7032
7026
|
}
|
|
7033
7027
|
};
|
|
7034
7028
|
|
|
7035
|
-
/**
|
|
7036
|
-
* 获取控件版本
|
|
7037
|
-
* @returns {string} 控件版本
|
|
7029
|
+
/**
|
|
7030
|
+
* 获取控件版本
|
|
7031
|
+
* @returns {string} 控件版本
|
|
7038
7032
|
*/
|
|
7039
7033
|
|
|
7040
7034
|
|
|
@@ -7048,10 +7042,10 @@ var CA_ExtInterface = function () {
|
|
|
7048
7042
|
}
|
|
7049
7043
|
};
|
|
7050
7044
|
|
|
7051
|
-
/**
|
|
7052
|
-
* 设置语言资源
|
|
7053
|
-
* @param {string} strLanguage - 语言资源
|
|
7054
|
-
* @returns {number} 设置结果
|
|
7045
|
+
/**
|
|
7046
|
+
* 设置语言资源
|
|
7047
|
+
* @param {string} strLanguage - 语言资源
|
|
7048
|
+
* @returns {number} 设置结果
|
|
7055
7049
|
*/
|
|
7056
7050
|
|
|
7057
7051
|
|
|
@@ -7065,12 +7059,12 @@ var CA_ExtInterface = function () {
|
|
|
7065
7059
|
}
|
|
7066
7060
|
};
|
|
7067
7061
|
|
|
7068
|
-
/**
|
|
7069
|
-
* 获取用户属性
|
|
7070
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7071
|
-
* @param {string} strAppFlag - 应用标识
|
|
7072
|
-
* @param {string} strAttributeName - 属性名称
|
|
7073
|
-
* @returns {string} 用户属性值
|
|
7062
|
+
/**
|
|
7063
|
+
* 获取用户属性
|
|
7064
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7065
|
+
* @param {string} strAppFlag - 应用标识
|
|
7066
|
+
* @param {string} strAttributeName - 属性名称
|
|
7067
|
+
* @returns {string} 用户属性值
|
|
7074
7068
|
*/
|
|
7075
7069
|
|
|
7076
7070
|
|
|
@@ -7084,9 +7078,9 @@ var CA_ExtInterface = function () {
|
|
|
7084
7078
|
}
|
|
7085
7079
|
};
|
|
7086
7080
|
|
|
7087
|
-
/**
|
|
7088
|
-
* 获取签名加密 PIN 码
|
|
7089
|
-
* @returns {string} 签名加密 PIN 码
|
|
7081
|
+
/**
|
|
7082
|
+
* 获取签名加密 PIN 码
|
|
7083
|
+
* @returns {string} 签名加密 PIN 码
|
|
7090
7084
|
*/
|
|
7091
7085
|
|
|
7092
7086
|
|
|
@@ -7099,20 +7093,20 @@ var CA_ExtInterface = function () {
|
|
|
7099
7093
|
return result.value;
|
|
7100
7094
|
}
|
|
7101
7095
|
};
|
|
7102
|
-
/*
|
|
7103
|
-
*曙光四川CA
|
|
7104
|
-
*'SOF_GetUserList' 证书列表
|
|
7105
|
-
*'SOF_ExportUserCert' 导出证书
|
|
7106
|
-
*'SOF_GetCertInfo': 获取证书信息
|
|
7107
|
-
*'SOF_GenRandom': 生成随机数
|
|
7108
|
-
*'SOF_SignData': 获取证书签名
|
|
7109
|
-
*'SOF_Login': 登录证书
|
|
7110
|
-
*'SOF_GetPinRetryCount': 剩余次数
|
|
7096
|
+
/*
|
|
7097
|
+
*曙光四川CA
|
|
7098
|
+
*'SOF_GetUserList' 证书列表
|
|
7099
|
+
*'SOF_ExportUserCert' 导出证书
|
|
7100
|
+
*'SOF_GetCertInfo': 获取证书信息
|
|
7101
|
+
*'SOF_GenRandom': 生成随机数
|
|
7102
|
+
*'SOF_SignData': 获取证书签名
|
|
7103
|
+
*'SOF_Login': 登录证书
|
|
7104
|
+
*'SOF_GetPinRetryCount': 剩余次数
|
|
7111
7105
|
*/
|
|
7112
|
-
/**
|
|
7113
|
-
*
|
|
7114
|
-
* 获取webSocket消息
|
|
7115
|
-
* @returns {string}
|
|
7106
|
+
/**
|
|
7107
|
+
*
|
|
7108
|
+
* 获取webSocket消息
|
|
7109
|
+
* @returns {string}
|
|
7116
7110
|
*/
|
|
7117
7111
|
|
|
7118
7112
|
|
|
@@ -7148,10 +7142,10 @@ var CA_ExtInterface = function () {
|
|
|
7148
7142
|
};
|
|
7149
7143
|
});
|
|
7150
7144
|
};
|
|
7151
|
-
/**
|
|
7152
|
-
*
|
|
7153
|
-
* base64解码
|
|
7154
|
-
* @returns {string} base64解码后的字符串
|
|
7145
|
+
/**
|
|
7146
|
+
*
|
|
7147
|
+
* base64解码
|
|
7148
|
+
* @returns {string} base64解码后的字符串
|
|
7155
7149
|
*/
|
|
7156
7150
|
|
|
7157
7151
|
|
|
@@ -7186,10 +7180,10 @@ var CA_ExtInterface = function () {
|
|
|
7186
7180
|
val = this.utf8_decode(val);
|
|
7187
7181
|
return val;
|
|
7188
7182
|
};
|
|
7189
|
-
/**
|
|
7190
|
-
*
|
|
7191
|
-
* base64编码
|
|
7192
|
-
* @returns {string} base64编码后的字符串
|
|
7183
|
+
/**
|
|
7184
|
+
*
|
|
7185
|
+
* base64编码
|
|
7186
|
+
* @returns {string} base64编码后的字符串
|
|
7193
7187
|
*/
|
|
7194
7188
|
|
|
7195
7189
|
|
|
@@ -7222,10 +7216,10 @@ var CA_ExtInterface = function () {
|
|
|
7222
7216
|
}
|
|
7223
7217
|
return val;
|
|
7224
7218
|
};
|
|
7225
|
-
/**
|
|
7226
|
-
*
|
|
7227
|
-
* utf8解码
|
|
7228
|
-
* @returns {string} utf8解码后的字符串
|
|
7219
|
+
/**
|
|
7220
|
+
*
|
|
7221
|
+
* utf8解码
|
|
7222
|
+
* @returns {string} utf8解码后的字符串
|
|
7229
7223
|
*/
|
|
7230
7224
|
|
|
7231
7225
|
|
|
@@ -7254,10 +7248,10 @@ var CA_ExtInterface = function () {
|
|
|
7254
7248
|
}
|
|
7255
7249
|
return string;
|
|
7256
7250
|
};
|
|
7257
|
-
/**
|
|
7258
|
-
*
|
|
7259
|
-
* utf8编码
|
|
7260
|
-
* @returns {string} utf8编码后的字符串
|
|
7251
|
+
/**
|
|
7252
|
+
*
|
|
7253
|
+
* utf8编码
|
|
7254
|
+
* @returns {string} utf8编码后的字符串
|
|
7261
7255
|
*/
|
|
7262
7256
|
|
|
7263
7257
|
|
|
@@ -9615,8 +9609,8 @@ childrenvue_type_template_id_271bb842_render._withStripped = true
|
|
|
9615
9609
|
|
|
9616
9610
|
// CONCATENATED MODULE: ./packages/data-table/src/children.vue?vue&type=template&id=271bb842&
|
|
9617
9611
|
|
|
9618
|
-
// 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=
|
|
9619
|
-
var
|
|
9612
|
+
// 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=de8047a2&
|
|
9613
|
+
var columnvue_type_template_id_de8047a2_render = function () {
|
|
9620
9614
|
var _vm = this
|
|
9621
9615
|
var _h = _vm.$createElement
|
|
9622
9616
|
var _c = _vm._self._c || _h
|
|
@@ -10426,11 +10420,11 @@ var columnvue_type_template_id_7a26f120_render = function () {
|
|
|
10426
10420
|
2
|
|
10427
10421
|
)
|
|
10428
10422
|
}
|
|
10429
|
-
var
|
|
10430
|
-
|
|
10423
|
+
var columnvue_type_template_id_de8047a2_staticRenderFns = []
|
|
10424
|
+
columnvue_type_template_id_de8047a2_render._withStripped = true
|
|
10431
10425
|
|
|
10432
10426
|
|
|
10433
|
-
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=
|
|
10427
|
+
// CONCATENATED MODULE: ./packages/data-table/src/column.vue?vue&type=template&id=de8047a2&
|
|
10434
10428
|
|
|
10435
10429
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
10436
10430
|
var regenerator_ = __webpack_require__(2);
|
|
@@ -10913,6 +10907,10 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
10913
10907
|
//
|
|
10914
10908
|
//
|
|
10915
10909
|
//
|
|
10910
|
+
//
|
|
10911
|
+
//
|
|
10912
|
+
//
|
|
10913
|
+
//
|
|
10916
10914
|
|
|
10917
10915
|
|
|
10918
10916
|
|
|
@@ -11081,7 +11079,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11081
11079
|
},
|
|
11082
11080
|
isForm: function isForm() {
|
|
11083
11081
|
var type = this.type ? this.type.toLowerCase() : '';
|
|
11084
|
-
var flag = this.form && ['input', 'text', 'textarea', 'checkbox', 'radio', 'select', 'handle', 'date', 'year', 'month', 'date', 'dates', 'week', 'datetime', 'datetimerange', 'daterange', 'monthrange', 'quarter', 'halfyear', 'switch', 'selector', 'ganged', 'number'].indexOf(type) > -1 || ['space', 'slot'].indexOf(type) > -1;
|
|
11082
|
+
var flag = this.form && ['input', 'text', 'textarea', 'checkbox', 'radio', 'select', 'handle', 'date', 'year', 'month', 'date', 'dates', 'week', 'datetime', 'datetimerange', 'daterange', 'monthrange', 'quarter', 'halfyear', 'switch', 'selector', 'ganged', 'number'].indexOf(type) > -1 || ['space', 'slot', 'component'].indexOf(type) > -1;
|
|
11085
11083
|
return flag;
|
|
11086
11084
|
},
|
|
11087
11085
|
option: function option() {
|
|
@@ -11370,8 +11368,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
11370
11368
|
|
|
11371
11369
|
var column_component = normalizeComponent(
|
|
11372
11370
|
src_columnvue_type_script_lang_js_,
|
|
11373
|
-
|
|
11374
|
-
|
|
11371
|
+
columnvue_type_template_id_de8047a2_render,
|
|
11372
|
+
columnvue_type_template_id_de8047a2_staticRenderFns,
|
|
11375
11373
|
false,
|
|
11376
11374
|
null,
|
|
11377
11375
|
null,
|
|
@@ -27680,8 +27678,8 @@ form_src_main.install = function (Vue) {
|
|
|
27680
27678
|
};
|
|
27681
27679
|
|
|
27682
27680
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
27683
|
-
// 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=
|
|
27684
|
-
var
|
|
27681
|
+
// 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=c935f720&
|
|
27682
|
+
var mainvue_type_template_id_c935f720_render = function () {
|
|
27685
27683
|
var _vm = this
|
|
27686
27684
|
var _h = _vm.$createElement
|
|
27687
27685
|
var _c = _vm._self._c || _h
|
|
@@ -30572,11 +30570,11 @@ var mainvue_type_template_id_640e2c46_render = function () {
|
|
|
30572
30570
|
)
|
|
30573
30571
|
: _vm._e()
|
|
30574
30572
|
}
|
|
30575
|
-
var
|
|
30576
|
-
|
|
30573
|
+
var mainvue_type_template_id_c935f720_staticRenderFns = []
|
|
30574
|
+
mainvue_type_template_id_c935f720_render._withStripped = true
|
|
30577
30575
|
|
|
30578
30576
|
|
|
30579
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
30577
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=c935f720&
|
|
30580
30578
|
|
|
30581
30579
|
// 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&
|
|
30582
30580
|
var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
|
|
@@ -31423,21 +31421,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31423
31421
|
return validSate;
|
|
31424
31422
|
},
|
|
31425
31423
|
|
|
31426
|
-
/**
|
|
31427
|
-
* changeOpinion
|
|
31428
|
-
* @desc:监听意见变化
|
|
31429
|
-
* @author liufan
|
|
31430
|
-
* @date 2022年10月28日
|
|
31424
|
+
/**
|
|
31425
|
+
* changeOpinion
|
|
31426
|
+
* @desc:监听意见变化
|
|
31427
|
+
* @author liufan
|
|
31428
|
+
* @date 2022年10月28日
|
|
31431
31429
|
**/
|
|
31432
31430
|
changeOpinion: function changeOpinion() {
|
|
31433
31431
|
this.$emit('change', this.form.value);
|
|
31434
31432
|
},
|
|
31435
31433
|
|
|
31436
|
-
/**
|
|
31437
|
-
* getCommonOpion
|
|
31438
|
-
* @desc:获取意见
|
|
31439
|
-
* @author liufan
|
|
31440
|
-
* @date 2022年5月25日
|
|
31434
|
+
/**
|
|
31435
|
+
* getCommonOpion
|
|
31436
|
+
* @desc:获取意见
|
|
31437
|
+
* @author liufan
|
|
31438
|
+
* @date 2022年5月25日
|
|
31441
31439
|
**/
|
|
31442
31440
|
getCommonOpion: function getCommonOpion() {
|
|
31443
31441
|
var _this = this;
|
|
@@ -31466,24 +31464,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31466
31464
|
});
|
|
31467
31465
|
},
|
|
31468
31466
|
|
|
31469
|
-
/**
|
|
31470
|
-
* upDate
|
|
31471
|
-
* @desc:修改常用语
|
|
31472
|
-
* @author liufan
|
|
31473
|
-
* @param {Object} val 修改值
|
|
31474
|
-
* @date 2022年5月25日
|
|
31467
|
+
/**
|
|
31468
|
+
* upDate
|
|
31469
|
+
* @desc:修改常用语
|
|
31470
|
+
* @author liufan
|
|
31471
|
+
* @param {Object} val 修改值
|
|
31472
|
+
* @date 2022年5月25日
|
|
31475
31473
|
**/
|
|
31476
31474
|
upDate: function upDate(val) {
|
|
31477
31475
|
this.FormData.id = val.id;
|
|
31478
31476
|
this.addVisible = true;
|
|
31479
31477
|
},
|
|
31480
31478
|
|
|
31481
|
-
/**
|
|
31482
|
-
* selectChange
|
|
31483
|
-
* @desc:常用语选择
|
|
31484
|
-
* @author liufan
|
|
31485
|
-
* @param {String} val 选中值
|
|
31486
|
-
* @date 2022年5月25日
|
|
31479
|
+
/**
|
|
31480
|
+
* selectChange
|
|
31481
|
+
* @desc:常用语选择
|
|
31482
|
+
* @author liufan
|
|
31483
|
+
* @param {String} val 选中值
|
|
31484
|
+
* @date 2022年5月25日
|
|
31487
31485
|
**/
|
|
31488
31486
|
selectChange: function selectChange(val) {
|
|
31489
31487
|
var _this2 = this;
|
|
@@ -31502,12 +31500,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31502
31500
|
});
|
|
31503
31501
|
},
|
|
31504
31502
|
|
|
31505
|
-
/**
|
|
31506
|
-
* del
|
|
31507
|
-
* @desc:删除常用语
|
|
31508
|
-
* @author liufan
|
|
31509
|
-
* @param {Object} val 删除的数据
|
|
31510
|
-
* @date 2022年5月25日
|
|
31503
|
+
/**
|
|
31504
|
+
* del
|
|
31505
|
+
* @desc:删除常用语
|
|
31506
|
+
* @author liufan
|
|
31507
|
+
* @param {Object} val 删除的数据
|
|
31508
|
+
* @date 2022年5月25日
|
|
31511
31509
|
**/
|
|
31512
31510
|
del: function del(val) {
|
|
31513
31511
|
var _this3 = this;
|
|
@@ -31549,12 +31547,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31549
31547
|
}).catch(function (e) {});
|
|
31550
31548
|
},
|
|
31551
31549
|
|
|
31552
|
-
/**
|
|
31553
|
-
* submit
|
|
31554
|
-
* @desc:新增/编辑意见保存
|
|
31555
|
-
* @author liufan
|
|
31556
|
-
* @param {Object} val 保存数据
|
|
31557
|
-
* @date 2022年5月25日
|
|
31550
|
+
/**
|
|
31551
|
+
* submit
|
|
31552
|
+
* @desc:新增/编辑意见保存
|
|
31553
|
+
* @author liufan
|
|
31554
|
+
* @param {Object} val 保存数据
|
|
31555
|
+
* @date 2022年5月25日
|
|
31558
31556
|
**/
|
|
31559
31557
|
submit: function submit(val) {
|
|
31560
31558
|
var _this4 = this;
|
|
@@ -31619,8 +31617,8 @@ var CommonOpinions_component = normalizeComponent(
|
|
|
31619
31617
|
)
|
|
31620
31618
|
|
|
31621
31619
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
31622
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
31623
|
-
var
|
|
31620
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=280a0570&
|
|
31621
|
+
var processFormvue_type_template_id_280a0570_render = function () {
|
|
31624
31622
|
var _vm = this
|
|
31625
31623
|
var _h = _vm.$createElement
|
|
31626
31624
|
var _c = _vm._self._c || _h
|
|
@@ -32041,7 +32039,10 @@ var processFormvue_type_template_id_a8d066e4_render = function () {
|
|
|
32041
32039
|
}),
|
|
32042
32040
|
_c("el-input", {
|
|
32043
32041
|
staticClass: "input-with-select custom-limit-time",
|
|
32044
|
-
|
|
32042
|
+
style:
|
|
32043
|
+
"width: " +
|
|
32044
|
+
(_vm.showBtn ? "20%" : "50%") +
|
|
32045
|
+
" !important; display: inline-block;",
|
|
32045
32046
|
attrs: { placeholder: "请输入限时办理的天数" },
|
|
32046
32047
|
on: { change: _vm.changeCustomLimitTime },
|
|
32047
32048
|
model: {
|
|
@@ -32367,11 +32368,11 @@ var processFormvue_type_template_id_a8d066e4_render = function () {
|
|
|
32367
32368
|
1
|
|
32368
32369
|
)
|
|
32369
32370
|
}
|
|
32370
|
-
var
|
|
32371
|
-
|
|
32371
|
+
var processFormvue_type_template_id_280a0570_staticRenderFns = []
|
|
32372
|
+
processFormvue_type_template_id_280a0570_render._withStripped = true
|
|
32372
32373
|
|
|
32373
32374
|
|
|
32374
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
32375
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=280a0570&
|
|
32375
32376
|
|
|
32376
32377
|
// 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=4750588e&
|
|
32377
32378
|
var selectUservue_type_template_id_4750588e_render = function () {
|
|
@@ -34995,11 +34996,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
34995
34996
|
});
|
|
34996
34997
|
},
|
|
34997
34998
|
|
|
34998
|
-
/**
|
|
34999
|
-
* isMultiple
|
|
35000
|
-
* @desc:是否多选
|
|
35001
|
-
* @author liufan
|
|
35002
|
-
* @date 2022年9月13日
|
|
34999
|
+
/**
|
|
35000
|
+
* isMultiple
|
|
35001
|
+
* @desc:是否多选
|
|
35002
|
+
* @author liufan
|
|
35003
|
+
* @date 2022年9月13日
|
|
35003
35004
|
**/
|
|
35004
35005
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
35005
35006
|
var multiple = false;
|
|
@@ -35161,8 +35162,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
35161
35162
|
|
|
35162
35163
|
var processForm_component = normalizeComponent(
|
|
35163
35164
|
src_processFormvue_type_script_lang_js_,
|
|
35164
|
-
|
|
35165
|
-
|
|
35165
|
+
processFormvue_type_template_id_280a0570_render,
|
|
35166
|
+
processFormvue_type_template_id_280a0570_staticRenderFns,
|
|
35166
35167
|
false,
|
|
35167
35168
|
null,
|
|
35168
35169
|
null,
|
|
@@ -39197,11 +39198,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
39197
39198
|
});
|
|
39198
39199
|
},
|
|
39199
39200
|
|
|
39200
|
-
/**
|
|
39201
|
-
* isMultiple
|
|
39202
|
-
* @desc:是否多选
|
|
39203
|
-
* @author liufan
|
|
39204
|
-
* @date 2022年9月13日
|
|
39201
|
+
/**
|
|
39202
|
+
* isMultiple
|
|
39203
|
+
* @desc:是否多选
|
|
39204
|
+
* @author liufan
|
|
39205
|
+
* @date 2022年9月13日
|
|
39205
39206
|
**/
|
|
39206
39207
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
39207
39208
|
var multiple = false;
|
|
@@ -43773,11 +43774,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43773
43774
|
});
|
|
43774
43775
|
},
|
|
43775
43776
|
|
|
43776
|
-
/**
|
|
43777
|
-
* saveInfo
|
|
43778
|
-
* @desc:暂存
|
|
43779
|
-
* @author liufan
|
|
43780
|
-
* @date 2022年9月9日
|
|
43777
|
+
/**
|
|
43778
|
+
* saveInfo
|
|
43779
|
+
* @desc:暂存
|
|
43780
|
+
* @author liufan
|
|
43781
|
+
* @date 2022年9月9日
|
|
43781
43782
|
**/
|
|
43782
43783
|
saveInfo: function saveInfo(type, btn) {
|
|
43783
43784
|
var _this6 = this;
|
|
@@ -43839,11 +43840,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43839
43840
|
});
|
|
43840
43841
|
},
|
|
43841
43842
|
|
|
43842
|
-
/**
|
|
43843
|
-
* rejectBtn
|
|
43844
|
-
* @desc:点击驳回
|
|
43845
|
-
* @author liufan
|
|
43846
|
-
* @date 2022年5月25日
|
|
43843
|
+
/**
|
|
43844
|
+
* rejectBtn
|
|
43845
|
+
* @desc:点击驳回
|
|
43846
|
+
* @author liufan
|
|
43847
|
+
* @date 2022年5月25日
|
|
43847
43848
|
**/
|
|
43848
43849
|
rejectBtn: function rejectBtn() {
|
|
43849
43850
|
var _this8 = this;
|
|
@@ -43861,11 +43862,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43861
43862
|
}
|
|
43862
43863
|
},
|
|
43863
43864
|
|
|
43864
|
-
/**
|
|
43865
|
-
* taskReadBtn
|
|
43866
|
-
* @desc:点击分阅
|
|
43867
|
-
* @author liufan
|
|
43868
|
-
* @date 2022年5月25日
|
|
43865
|
+
/**
|
|
43866
|
+
* taskReadBtn
|
|
43867
|
+
* @desc:点击分阅
|
|
43868
|
+
* @author liufan
|
|
43869
|
+
* @date 2022年5月25日
|
|
43869
43870
|
**/
|
|
43870
43871
|
taskReadBtn: function taskReadBtn() {
|
|
43871
43872
|
var _this9 = this;
|
|
@@ -43884,11 +43885,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43884
43885
|
}
|
|
43885
43886
|
},
|
|
43886
43887
|
|
|
43887
|
-
/**
|
|
43888
|
-
* getFind
|
|
43889
|
-
* @desc:获取通知方式
|
|
43890
|
-
* @author liufan
|
|
43891
|
-
* @date 2022年5月25日
|
|
43888
|
+
/**
|
|
43889
|
+
* getFind
|
|
43890
|
+
* @desc:获取通知方式
|
|
43891
|
+
* @author liufan
|
|
43892
|
+
* @date 2022年5月25日
|
|
43892
43893
|
**/
|
|
43893
43894
|
getFind: function getFind() {
|
|
43894
43895
|
var _this10 = this;
|
|
@@ -43943,12 +43944,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43943
43944
|
});
|
|
43944
43945
|
},
|
|
43945
43946
|
|
|
43946
|
-
/**
|
|
43947
|
-
* endFlows
|
|
43948
|
-
* @desc:直接办结
|
|
43949
|
-
* @author liufan
|
|
43950
|
-
* @param {Object} res 直接办结数据
|
|
43951
|
-
* @date 2022年5月25日
|
|
43947
|
+
/**
|
|
43948
|
+
* endFlows
|
|
43949
|
+
* @desc:直接办结
|
|
43950
|
+
* @author liufan
|
|
43951
|
+
* @param {Object} res 直接办结数据
|
|
43952
|
+
* @date 2022年5月25日
|
|
43952
43953
|
**/
|
|
43953
43954
|
endFlows: function endFlows(res) {
|
|
43954
43955
|
var _this12 = this;
|
|
@@ -44002,12 +44003,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44002
44003
|
}).catch(function (e) {});
|
|
44003
44004
|
},
|
|
44004
44005
|
|
|
44005
|
-
/**
|
|
44006
|
-
* goView
|
|
44007
|
-
* @desc:更多流程按钮操作
|
|
44008
|
-
* @author liufan
|
|
44009
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
44010
|
-
* @date 2022年5月25日
|
|
44006
|
+
/**
|
|
44007
|
+
* goView
|
|
44008
|
+
* @desc:更多流程按钮操作
|
|
44009
|
+
* @author liufan
|
|
44010
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
44011
|
+
* @date 2022年5月25日
|
|
44011
44012
|
**/
|
|
44012
44013
|
goView: function goView(res) {
|
|
44013
44014
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -44092,11 +44093,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44092
44093
|
// isCanStartSubFlow
|
|
44093
44094
|
},
|
|
44094
44095
|
|
|
44095
|
-
/**
|
|
44096
|
-
* toTakeAdvice
|
|
44097
|
-
* @desc:征求意见
|
|
44098
|
-
* @author liufan
|
|
44099
|
-
* @date 2022年9月29日
|
|
44096
|
+
/**
|
|
44097
|
+
* toTakeAdvice
|
|
44098
|
+
* @desc:征求意见
|
|
44099
|
+
* @author liufan
|
|
44100
|
+
* @date 2022年9月29日
|
|
44100
44101
|
**/
|
|
44101
44102
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
44102
44103
|
var _this14 = this;
|
|
@@ -44140,11 +44141,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44140
44141
|
});
|
|
44141
44142
|
},
|
|
44142
44143
|
|
|
44143
|
-
/**
|
|
44144
|
-
* toStartDraf
|
|
44145
|
-
* @desc: 稿件递送、联合审核、复核
|
|
44146
|
-
* @author liufan
|
|
44147
|
-
* @date 2022年9月29日
|
|
44144
|
+
/**
|
|
44145
|
+
* toStartDraf
|
|
44146
|
+
* @desc: 稿件递送、联合审核、复核
|
|
44147
|
+
* @author liufan
|
|
44148
|
+
* @date 2022年9月29日
|
|
44148
44149
|
**/
|
|
44149
44150
|
toStartDraf: function toStartDraf(res) {
|
|
44150
44151
|
var _this16 = this;
|
|
@@ -44158,11 +44159,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44158
44159
|
}
|
|
44159
44160
|
},
|
|
44160
44161
|
|
|
44161
|
-
/**
|
|
44162
|
-
* toSendMsg
|
|
44163
|
-
* @desc:核稿通知
|
|
44164
|
-
* @author liufan
|
|
44165
|
-
* @date 2022年9月29日
|
|
44162
|
+
/**
|
|
44163
|
+
* toSendMsg
|
|
44164
|
+
* @desc:核稿通知
|
|
44165
|
+
* @author liufan
|
|
44166
|
+
* @date 2022年9月29日
|
|
44166
44167
|
**/
|
|
44167
44168
|
toSendMsg: function toSendMsg(res) {
|
|
44168
44169
|
var _this17 = this;
|
|
@@ -44176,11 +44177,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44176
44177
|
}
|
|
44177
44178
|
},
|
|
44178
44179
|
|
|
44179
|
-
/**
|
|
44180
|
-
* toTaskReadAndEnd
|
|
44181
|
-
* @desc:分阅并办结
|
|
44182
|
-
* @author liufan
|
|
44183
|
-
* @date 2022年9月29日
|
|
44180
|
+
/**
|
|
44181
|
+
* toTaskReadAndEnd
|
|
44182
|
+
* @desc:分阅并办结
|
|
44183
|
+
* @author liufan
|
|
44184
|
+
* @date 2022年9月29日
|
|
44184
44185
|
**/
|
|
44185
44186
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
44186
44187
|
var _this18 = this;
|
|
@@ -44198,11 +44199,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44198
44199
|
}
|
|
44199
44200
|
},
|
|
44200
44201
|
|
|
44201
|
-
/**
|
|
44202
|
-
* rejectAndEnd
|
|
44203
|
-
* @desc:驳回并办结
|
|
44204
|
-
* @author liufan
|
|
44205
|
-
* @date 2022年9月29日
|
|
44202
|
+
/**
|
|
44203
|
+
* rejectAndEnd
|
|
44204
|
+
* @desc:驳回并办结
|
|
44205
|
+
* @author liufan
|
|
44206
|
+
* @date 2022年9月29日
|
|
44206
44207
|
**/
|
|
44207
44208
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
44208
44209
|
var _this19 = this;
|
|
@@ -44257,11 +44258,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44257
44258
|
});
|
|
44258
44259
|
},
|
|
44259
44260
|
|
|
44260
|
-
/**
|
|
44261
|
-
* toTransfer
|
|
44262
|
-
* @desc:转办
|
|
44263
|
-
* @author liufan
|
|
44264
|
-
* @date 2022年9月29日
|
|
44261
|
+
/**
|
|
44262
|
+
* toTransfer
|
|
44263
|
+
* @desc:转办
|
|
44264
|
+
* @author liufan
|
|
44265
|
+
* @date 2022年9月29日
|
|
44265
44266
|
**/
|
|
44266
44267
|
toTransfer: function toTransfer(res) {
|
|
44267
44268
|
var _this21 = this;
|
|
@@ -44277,11 +44278,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44277
44278
|
}
|
|
44278
44279
|
},
|
|
44279
44280
|
|
|
44280
|
-
/**
|
|
44281
|
-
* getNodeInfo
|
|
44282
|
-
* @desc:获取节点信息
|
|
44283
|
-
* @author liufan
|
|
44284
|
-
* @date 2022年5月25日
|
|
44281
|
+
/**
|
|
44282
|
+
* getNodeInfo
|
|
44283
|
+
* @desc:获取节点信息
|
|
44284
|
+
* @author liufan
|
|
44285
|
+
* @date 2022年5月25日
|
|
44285
44286
|
**/
|
|
44286
44287
|
getNodeInfo: function getNodeInfo() {
|
|
44287
44288
|
var _this22 = this;
|
|
@@ -44380,12 +44381,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44380
44381
|
});
|
|
44381
44382
|
},
|
|
44382
44383
|
|
|
44383
|
-
/**
|
|
44384
|
-
* selecNext
|
|
44385
|
-
* @desc:下步节点变化时更新数据
|
|
44386
|
-
* @author liufan
|
|
44387
|
-
* @param {String} val 当前选中值
|
|
44388
|
-
* @date 2022年5月25日
|
|
44384
|
+
/**
|
|
44385
|
+
* selecNext
|
|
44386
|
+
* @desc:下步节点变化时更新数据
|
|
44387
|
+
* @author liufan
|
|
44388
|
+
* @param {String} val 当前选中值
|
|
44389
|
+
* @date 2022年5月25日
|
|
44389
44390
|
**/
|
|
44390
44391
|
selecNext: function selecNext(val, type, isDef) {
|
|
44391
44392
|
var _this23 = this;
|
|
@@ -44494,11 +44495,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44494
44495
|
if (isDef !== true) this.getNodeInfo();
|
|
44495
44496
|
},
|
|
44496
44497
|
|
|
44497
|
-
/**
|
|
44498
|
-
* isMultiple
|
|
44499
|
-
* @desc:是否多选
|
|
44500
|
-
* @author liufan
|
|
44501
|
-
* @date 2022年9月13日
|
|
44498
|
+
/**
|
|
44499
|
+
* isMultiple
|
|
44500
|
+
* @desc:是否多选
|
|
44501
|
+
* @author liufan
|
|
44502
|
+
* @date 2022年9月13日
|
|
44502
44503
|
**/
|
|
44503
44504
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
44504
44505
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -44530,11 +44531,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44530
44531
|
}
|
|
44531
44532
|
},
|
|
44532
44533
|
|
|
44533
|
-
/**
|
|
44534
|
-
* getHedInfo
|
|
44535
|
-
* @desc:获取审核页面数据
|
|
44536
|
-
* @author liufan
|
|
44537
|
-
* @date 2022年5月25日
|
|
44534
|
+
/**
|
|
44535
|
+
* getHedInfo
|
|
44536
|
+
* @desc:获取审核页面数据
|
|
44537
|
+
* @author liufan
|
|
44538
|
+
* @date 2022年5月25日
|
|
44538
44539
|
**/
|
|
44539
44540
|
getHedInfo: function getHedInfo() {
|
|
44540
44541
|
var _this24 = this;
|
|
@@ -44770,13 +44771,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44770
44771
|
});
|
|
44771
44772
|
},
|
|
44772
44773
|
|
|
44773
|
-
/**
|
|
44774
|
-
* closeProcess
|
|
44775
|
-
* @desc:关闭弹窗
|
|
44776
|
-
* @author liufan
|
|
44777
|
-
* @param {boolean} val 当前是否办理流程
|
|
44778
|
-
* @param {String} type 当前点击的弹窗类型
|
|
44779
|
-
* @date 2022年5月25日
|
|
44774
|
+
/**
|
|
44775
|
+
* closeProcess
|
|
44776
|
+
* @desc:关闭弹窗
|
|
44777
|
+
* @author liufan
|
|
44778
|
+
* @param {boolean} val 当前是否办理流程
|
|
44779
|
+
* @param {String} type 当前点击的弹窗类型
|
|
44780
|
+
* @date 2022年5月25日
|
|
44780
44781
|
**/
|
|
44781
44782
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
44782
44783
|
if (closeParent) {
|
|
@@ -44793,23 +44794,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44793
44794
|
}
|
|
44794
44795
|
},
|
|
44795
44796
|
|
|
44796
|
-
/**
|
|
44797
|
-
* selectChange
|
|
44798
|
-
* @desc:常用语选择
|
|
44799
|
-
* @author liufan
|
|
44800
|
-
* @param {String} val 选中值
|
|
44801
|
-
* @date 2022年5月25日
|
|
44797
|
+
/**
|
|
44798
|
+
* selectChange
|
|
44799
|
+
* @desc:常用语选择
|
|
44800
|
+
* @author liufan
|
|
44801
|
+
* @param {String} val 选中值
|
|
44802
|
+
* @date 2022年5月25日
|
|
44802
44803
|
**/
|
|
44803
44804
|
selectChange: function selectChange(val) {
|
|
44804
44805
|
this.value = val;
|
|
44805
44806
|
},
|
|
44806
44807
|
|
|
44807
|
-
/**
|
|
44808
|
-
* upDate
|
|
44809
|
-
* @desc:修改常用语
|
|
44810
|
-
* @author liufan
|
|
44811
|
-
* @param {Object} val 修改值
|
|
44812
|
-
* @date 2022年5月25日
|
|
44808
|
+
/**
|
|
44809
|
+
* upDate
|
|
44810
|
+
* @desc:修改常用语
|
|
44811
|
+
* @author liufan
|
|
44812
|
+
* @param {Object} val 修改值
|
|
44813
|
+
* @date 2022年5月25日
|
|
44813
44814
|
**/
|
|
44814
44815
|
upDate: function upDate(val) {
|
|
44815
44816
|
this.FormData.id = val.id;
|
|
@@ -44817,11 +44818,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44817
44818
|
},
|
|
44818
44819
|
|
|
44819
44820
|
|
|
44820
|
-
/**
|
|
44821
|
-
* getProcess
|
|
44822
|
-
* @desc:获取选择流程
|
|
44823
|
-
* @author liufan
|
|
44824
|
-
* @date 2022年5月25日
|
|
44821
|
+
/**
|
|
44822
|
+
* getProcess
|
|
44823
|
+
* @desc:获取选择流程
|
|
44824
|
+
* @author liufan
|
|
44825
|
+
* @date 2022年5月25日
|
|
44825
44826
|
**/
|
|
44826
44827
|
getProcess: function getProcess() {
|
|
44827
44828
|
var _this25 = this;
|
|
@@ -44875,11 +44876,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44875
44876
|
});
|
|
44876
44877
|
},
|
|
44877
44878
|
|
|
44878
|
-
/**
|
|
44879
|
-
* getPendedhistoryList
|
|
44880
|
-
* @desc:获取流程列表
|
|
44881
|
-
* @author liufan
|
|
44882
|
-
* @date 2022年5月25日
|
|
44879
|
+
/**
|
|
44880
|
+
* getPendedhistoryList
|
|
44881
|
+
* @desc:获取流程列表
|
|
44882
|
+
* @author liufan
|
|
44883
|
+
* @date 2022年5月25日
|
|
44883
44884
|
**/
|
|
44884
44885
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
44885
44886
|
var _this26 = this;
|
|
@@ -44911,12 +44912,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44911
44912
|
},
|
|
44912
44913
|
|
|
44913
44914
|
// 提交流程
|
|
44914
|
-
/**
|
|
44915
|
-
* subProcess
|
|
44916
|
-
* @desc:提交流程
|
|
44917
|
-
* @author liufan
|
|
44918
|
-
* @param {String} formName 当前form表单ref值
|
|
44919
|
-
* @date 2022年5月25日
|
|
44915
|
+
/**
|
|
44916
|
+
* subProcess
|
|
44917
|
+
* @desc:提交流程
|
|
44918
|
+
* @author liufan
|
|
44919
|
+
* @param {String} formName 当前form表单ref值
|
|
44920
|
+
* @date 2022年5月25日
|
|
44920
44921
|
**/
|
|
44921
44922
|
subProcess: function subProcess(val) {
|
|
44922
44923
|
var _this27 = this;
|
|
@@ -48502,11 +48503,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48502
48503
|
});
|
|
48503
48504
|
},
|
|
48504
48505
|
|
|
48505
|
-
/**
|
|
48506
|
-
* saveInfo
|
|
48507
|
-
* @desc:暂存
|
|
48508
|
-
* @author liufan
|
|
48509
|
-
* @date 2022年9月9日
|
|
48506
|
+
/**
|
|
48507
|
+
* saveInfo
|
|
48508
|
+
* @desc:暂存
|
|
48509
|
+
* @author liufan
|
|
48510
|
+
* @date 2022年9月9日
|
|
48510
48511
|
**/
|
|
48511
48512
|
saveInfo: function saveInfo(type, btn) {
|
|
48512
48513
|
var _this11 = this;
|
|
@@ -48568,11 +48569,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48568
48569
|
});
|
|
48569
48570
|
},
|
|
48570
48571
|
|
|
48571
|
-
/**
|
|
48572
|
-
* rejectBtn
|
|
48573
|
-
* @desc:点击驳回
|
|
48574
|
-
* @author liufan
|
|
48575
|
-
* @date 2022年5月25日
|
|
48572
|
+
/**
|
|
48573
|
+
* rejectBtn
|
|
48574
|
+
* @desc:点击驳回
|
|
48575
|
+
* @author liufan
|
|
48576
|
+
* @date 2022年5月25日
|
|
48576
48577
|
**/
|
|
48577
48578
|
rejectBtn: function rejectBtn() {
|
|
48578
48579
|
var _this13 = this;
|
|
@@ -48590,11 +48591,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48590
48591
|
}
|
|
48591
48592
|
},
|
|
48592
48593
|
|
|
48593
|
-
/**
|
|
48594
|
-
* taskReadBtn
|
|
48595
|
-
* @desc:点击分阅
|
|
48596
|
-
* @author liufan
|
|
48597
|
-
* @date 2022年5月25日
|
|
48594
|
+
/**
|
|
48595
|
+
* taskReadBtn
|
|
48596
|
+
* @desc:点击分阅
|
|
48597
|
+
* @author liufan
|
|
48598
|
+
* @date 2022年5月25日
|
|
48598
48599
|
**/
|
|
48599
48600
|
taskReadBtn: function taskReadBtn() {
|
|
48600
48601
|
var _this14 = this;
|
|
@@ -48613,11 +48614,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48613
48614
|
}
|
|
48614
48615
|
},
|
|
48615
48616
|
|
|
48616
|
-
/**
|
|
48617
|
-
* getFind
|
|
48618
|
-
* @desc:获取通知方式
|
|
48619
|
-
* @author liufan
|
|
48620
|
-
* @date 2022年5月25日
|
|
48617
|
+
/**
|
|
48618
|
+
* getFind
|
|
48619
|
+
* @desc:获取通知方式
|
|
48620
|
+
* @author liufan
|
|
48621
|
+
* @date 2022年5月25日
|
|
48621
48622
|
**/
|
|
48622
48623
|
getFind: function getFind() {
|
|
48623
48624
|
var _this15 = this;
|
|
@@ -48683,12 +48684,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48683
48684
|
});
|
|
48684
48685
|
},
|
|
48685
48686
|
|
|
48686
|
-
/**
|
|
48687
|
-
* endFlows
|
|
48688
|
-
* @desc:直接办结
|
|
48689
|
-
* @author liufan
|
|
48690
|
-
* @param {Object} res 直接办结数据
|
|
48691
|
-
* @date 2022年5月25日
|
|
48687
|
+
/**
|
|
48688
|
+
* endFlows
|
|
48689
|
+
* @desc:直接办结
|
|
48690
|
+
* @author liufan
|
|
48691
|
+
* @param {Object} res 直接办结数据
|
|
48692
|
+
* @date 2022年5月25日
|
|
48692
48693
|
**/
|
|
48693
48694
|
endFlows: function endFlows(res) {
|
|
48694
48695
|
var _this17 = this;
|
|
@@ -48743,12 +48744,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48743
48744
|
}).catch(function (e) {});
|
|
48744
48745
|
},
|
|
48745
48746
|
|
|
48746
|
-
/**
|
|
48747
|
-
* goView
|
|
48748
|
-
* @desc:更多流程按钮操作
|
|
48749
|
-
* @author liufan
|
|
48750
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
48751
|
-
* @date 2022年5月25日
|
|
48747
|
+
/**
|
|
48748
|
+
* goView
|
|
48749
|
+
* @desc:更多流程按钮操作
|
|
48750
|
+
* @author liufan
|
|
48751
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
48752
|
+
* @date 2022年5月25日
|
|
48752
48753
|
**/
|
|
48753
48754
|
goView: function goView(res) {
|
|
48754
48755
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -48833,11 +48834,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48833
48834
|
// isCanStartSubFlow
|
|
48834
48835
|
},
|
|
48835
48836
|
|
|
48836
|
-
/**
|
|
48837
|
-
* toTakeAdvice
|
|
48838
|
-
* @desc:征求意见
|
|
48839
|
-
* @author liufan
|
|
48840
|
-
* @date 2022年9月29日
|
|
48837
|
+
/**
|
|
48838
|
+
* toTakeAdvice
|
|
48839
|
+
* @desc:征求意见
|
|
48840
|
+
* @author liufan
|
|
48841
|
+
* @date 2022年9月29日
|
|
48841
48842
|
**/
|
|
48842
48843
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
48843
48844
|
var _this19 = this;
|
|
@@ -48881,11 +48882,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48881
48882
|
});
|
|
48882
48883
|
},
|
|
48883
48884
|
|
|
48884
|
-
/**
|
|
48885
|
-
* toStartDraf
|
|
48886
|
-
* @desc: 稿件递送、联合审核、复核
|
|
48887
|
-
* @author liufan
|
|
48888
|
-
* @date 2022年9月29日
|
|
48885
|
+
/**
|
|
48886
|
+
* toStartDraf
|
|
48887
|
+
* @desc: 稿件递送、联合审核、复核
|
|
48888
|
+
* @author liufan
|
|
48889
|
+
* @date 2022年9月29日
|
|
48889
48890
|
**/
|
|
48890
48891
|
toStartDraf: function toStartDraf(res) {
|
|
48891
48892
|
var _this21 = this;
|
|
@@ -48899,11 +48900,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48899
48900
|
}
|
|
48900
48901
|
},
|
|
48901
48902
|
|
|
48902
|
-
/**
|
|
48903
|
-
* toSendMsg
|
|
48904
|
-
* @desc:核稿通知
|
|
48905
|
-
* @author liufan
|
|
48906
|
-
* @date 2022年9月29日
|
|
48903
|
+
/**
|
|
48904
|
+
* toSendMsg
|
|
48905
|
+
* @desc:核稿通知
|
|
48906
|
+
* @author liufan
|
|
48907
|
+
* @date 2022年9月29日
|
|
48907
48908
|
**/
|
|
48908
48909
|
toSendMsg: function toSendMsg(res) {
|
|
48909
48910
|
var _this22 = this;
|
|
@@ -48917,11 +48918,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48917
48918
|
}
|
|
48918
48919
|
},
|
|
48919
48920
|
|
|
48920
|
-
/**
|
|
48921
|
-
* toTaskReadAndEnd
|
|
48922
|
-
* @desc:分阅并办结
|
|
48923
|
-
* @author liufan
|
|
48924
|
-
* @date 2022年9月29日
|
|
48921
|
+
/**
|
|
48922
|
+
* toTaskReadAndEnd
|
|
48923
|
+
* @desc:分阅并办结
|
|
48924
|
+
* @author liufan
|
|
48925
|
+
* @date 2022年9月29日
|
|
48925
48926
|
**/
|
|
48926
48927
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
48927
48928
|
var _this23 = this;
|
|
@@ -48939,11 +48940,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48939
48940
|
}
|
|
48940
48941
|
},
|
|
48941
48942
|
|
|
48942
|
-
/**
|
|
48943
|
-
* rejectAndEnd
|
|
48944
|
-
* @desc:驳回并办结
|
|
48945
|
-
* @author liufan
|
|
48946
|
-
* @date 2022年9月29日
|
|
48943
|
+
/**
|
|
48944
|
+
* rejectAndEnd
|
|
48945
|
+
* @desc:驳回并办结
|
|
48946
|
+
* @author liufan
|
|
48947
|
+
* @date 2022年9月29日
|
|
48947
48948
|
**/
|
|
48948
48949
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
48949
48950
|
var _this24 = this;
|
|
@@ -48999,11 +49000,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48999
49000
|
});
|
|
49000
49001
|
},
|
|
49001
49002
|
|
|
49002
|
-
/**
|
|
49003
|
-
* toTransfer
|
|
49004
|
-
* @desc:转办
|
|
49005
|
-
* @author liufan
|
|
49006
|
-
* @date 2022年9月29日
|
|
49003
|
+
/**
|
|
49004
|
+
* toTransfer
|
|
49005
|
+
* @desc:转办
|
|
49006
|
+
* @author liufan
|
|
49007
|
+
* @date 2022年9月29日
|
|
49007
49008
|
**/
|
|
49008
49009
|
toTransfer: function toTransfer(res) {
|
|
49009
49010
|
var _this26 = this;
|
|
@@ -49022,11 +49023,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49022
49023
|
this.nextNode.customLimitTime = val;
|
|
49023
49024
|
},
|
|
49024
49025
|
|
|
49025
|
-
/**
|
|
49026
|
-
* getNodeInfo
|
|
49027
|
-
* @desc:获取节点信息
|
|
49028
|
-
* @author liufan
|
|
49029
|
-
* @date 2022年5月25日
|
|
49026
|
+
/**
|
|
49027
|
+
* getNodeInfo
|
|
49028
|
+
* @desc:获取节点信息
|
|
49029
|
+
* @author liufan
|
|
49030
|
+
* @date 2022年5月25日
|
|
49030
49031
|
**/
|
|
49031
49032
|
getNodeInfo: function getNodeInfo() {
|
|
49032
49033
|
var _this27 = this;
|
|
@@ -49133,12 +49134,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49133
49134
|
});
|
|
49134
49135
|
},
|
|
49135
49136
|
|
|
49136
|
-
/**
|
|
49137
|
-
* selecNext
|
|
49138
|
-
* @desc:下步节点变化时更新数据
|
|
49139
|
-
* @author liufan
|
|
49140
|
-
* @param {String} val 当前选中值
|
|
49141
|
-
* @date 2022年5月25日
|
|
49137
|
+
/**
|
|
49138
|
+
* selecNext
|
|
49139
|
+
* @desc:下步节点变化时更新数据
|
|
49140
|
+
* @author liufan
|
|
49141
|
+
* @param {String} val 当前选中值
|
|
49142
|
+
* @date 2022年5月25日
|
|
49142
49143
|
**/
|
|
49143
49144
|
selecNext: function selecNext(val, type, isDef) {
|
|
49144
49145
|
var _this28 = this;
|
|
@@ -49270,11 +49271,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49270
49271
|
this.getNodeInfo();
|
|
49271
49272
|
},
|
|
49272
49273
|
|
|
49273
|
-
/**
|
|
49274
|
-
* isMultiple
|
|
49275
|
-
* @desc:是否多选
|
|
49276
|
-
* @author liufan
|
|
49277
|
-
* @date 2022年9月13日
|
|
49274
|
+
/**
|
|
49275
|
+
* isMultiple
|
|
49276
|
+
* @desc:是否多选
|
|
49277
|
+
* @author liufan
|
|
49278
|
+
* @date 2022年9月13日
|
|
49278
49279
|
**/
|
|
49279
49280
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
49280
49281
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -49306,11 +49307,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49306
49307
|
}
|
|
49307
49308
|
},
|
|
49308
49309
|
|
|
49309
|
-
/**
|
|
49310
|
-
* getHedInfo
|
|
49311
|
-
* @desc:获取审核页面数据
|
|
49312
|
-
* @author liufan
|
|
49313
|
-
* @date 2022年5月25日
|
|
49310
|
+
/**
|
|
49311
|
+
* getHedInfo
|
|
49312
|
+
* @desc:获取审核页面数据
|
|
49313
|
+
* @author liufan
|
|
49314
|
+
* @date 2022年5月25日
|
|
49314
49315
|
**/
|
|
49315
49316
|
getHedInfo: function getHedInfo() {
|
|
49316
49317
|
var _this29 = this;
|
|
@@ -49610,13 +49611,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49610
49611
|
});
|
|
49611
49612
|
},
|
|
49612
49613
|
|
|
49613
|
-
/**
|
|
49614
|
-
* closeProcess
|
|
49615
|
-
* @desc:关闭弹窗
|
|
49616
|
-
* @author liufan
|
|
49617
|
-
* @param {boolean} val 当前是否办理流程
|
|
49618
|
-
* @param {String} type 当前点击的弹窗类型
|
|
49619
|
-
* @date 2022年5月25日
|
|
49614
|
+
/**
|
|
49615
|
+
* closeProcess
|
|
49616
|
+
* @desc:关闭弹窗
|
|
49617
|
+
* @author liufan
|
|
49618
|
+
* @param {boolean} val 当前是否办理流程
|
|
49619
|
+
* @param {String} type 当前点击的弹窗类型
|
|
49620
|
+
* @date 2022年5月25日
|
|
49620
49621
|
**/
|
|
49621
49622
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
49622
49623
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -49636,23 +49637,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49636
49637
|
}
|
|
49637
49638
|
},
|
|
49638
49639
|
|
|
49639
|
-
/**
|
|
49640
|
-
* selectChange
|
|
49641
|
-
* @desc:常用语选择
|
|
49642
|
-
* @author liufan
|
|
49643
|
-
* @param {String} val 选中值
|
|
49644
|
-
* @date 2022年5月25日
|
|
49640
|
+
/**
|
|
49641
|
+
* selectChange
|
|
49642
|
+
* @desc:常用语选择
|
|
49643
|
+
* @author liufan
|
|
49644
|
+
* @param {String} val 选中值
|
|
49645
|
+
* @date 2022年5月25日
|
|
49645
49646
|
**/
|
|
49646
49647
|
selectChange: function selectChange(val) {
|
|
49647
49648
|
this.value = val;
|
|
49648
49649
|
},
|
|
49649
49650
|
|
|
49650
|
-
/**
|
|
49651
|
-
* upDate
|
|
49652
|
-
* @desc:修改常用语
|
|
49653
|
-
* @author liufan
|
|
49654
|
-
* @param {Object} val 修改值
|
|
49655
|
-
* @date 2022年5月25日
|
|
49651
|
+
/**
|
|
49652
|
+
* upDate
|
|
49653
|
+
* @desc:修改常用语
|
|
49654
|
+
* @author liufan
|
|
49655
|
+
* @param {Object} val 修改值
|
|
49656
|
+
* @date 2022年5月25日
|
|
49656
49657
|
**/
|
|
49657
49658
|
upDate: function upDate(val) {
|
|
49658
49659
|
this.FormData.id = val.id;
|
|
@@ -49660,11 +49661,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49660
49661
|
},
|
|
49661
49662
|
|
|
49662
49663
|
|
|
49663
|
-
/**
|
|
49664
|
-
* getProcess
|
|
49665
|
-
* @desc:获取选择流程
|
|
49666
|
-
* @author liufan
|
|
49667
|
-
* @date 2022年5月25日
|
|
49664
|
+
/**
|
|
49665
|
+
* getProcess
|
|
49666
|
+
* @desc:获取选择流程
|
|
49667
|
+
* @author liufan
|
|
49668
|
+
* @date 2022年5月25日
|
|
49668
49669
|
**/
|
|
49669
49670
|
getProcess: function getProcess(val) {
|
|
49670
49671
|
var _this30 = this;
|
|
@@ -49724,11 +49725,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49724
49725
|
});
|
|
49725
49726
|
},
|
|
49726
49727
|
|
|
49727
|
-
/**
|
|
49728
|
-
* getPendedhistoryList
|
|
49729
|
-
* @desc:获取流程列表
|
|
49730
|
-
* @author liufan
|
|
49731
|
-
* @date 2022年5月25日
|
|
49728
|
+
/**
|
|
49729
|
+
* getPendedhistoryList
|
|
49730
|
+
* @desc:获取流程列表
|
|
49731
|
+
* @author liufan
|
|
49732
|
+
* @date 2022年5月25日
|
|
49732
49733
|
**/
|
|
49733
49734
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
49734
49735
|
var _this31 = this;
|
|
@@ -49796,12 +49797,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49796
49797
|
},
|
|
49797
49798
|
|
|
49798
49799
|
// 提交流程
|
|
49799
|
-
/**
|
|
49800
|
-
* subProcess
|
|
49801
|
-
* @desc:提交流程
|
|
49802
|
-
* @author liufan
|
|
49803
|
-
* @param {String} formName 当前form表单ref值
|
|
49804
|
-
* @date 2022年5月25日
|
|
49800
|
+
/**
|
|
49801
|
+
* subProcess
|
|
49802
|
+
* @desc:提交流程
|
|
49803
|
+
* @author liufan
|
|
49804
|
+
* @param {String} formName 当前form表单ref值
|
|
49805
|
+
* @date 2022年5月25日
|
|
49805
49806
|
**/
|
|
49806
49807
|
subProcess: function subProcess(val, type) {
|
|
49807
49808
|
var _this33 = this;
|
|
@@ -50143,8 +50144,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50143
50144
|
|
|
50144
50145
|
var flow_src_main_component = normalizeComponent(
|
|
50145
50146
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
50146
|
-
|
|
50147
|
-
|
|
50147
|
+
mainvue_type_template_id_c935f720_render,
|
|
50148
|
+
mainvue_type_template_id_c935f720_staticRenderFns,
|
|
50148
50149
|
false,
|
|
50149
50150
|
null,
|
|
50150
50151
|
null,
|
|
@@ -50161,8 +50162,8 @@ flow_src_main.install = function (Vue) {
|
|
|
50161
50162
|
};
|
|
50162
50163
|
|
|
50163
50164
|
/* harmony default export */ var packages_flow = (flow_src_main);
|
|
50164
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=
|
|
50165
|
-
var
|
|
50165
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=template&id=023333c1&
|
|
50166
|
+
var mainvue_type_template_id_023333c1_render = function () {
|
|
50166
50167
|
var _vm = this
|
|
50167
50168
|
var _h = _vm.$createElement
|
|
50168
50169
|
var _c = _vm._self._c || _h
|
|
@@ -51424,11 +51425,11 @@ var mainvue_type_template_id_1ed6484e_render = function () {
|
|
|
51424
51425
|
2
|
|
51425
51426
|
)
|
|
51426
51427
|
}
|
|
51427
|
-
var
|
|
51428
|
-
|
|
51428
|
+
var mainvue_type_template_id_023333c1_staticRenderFns = []
|
|
51429
|
+
mainvue_type_template_id_023333c1_render._withStripped = true
|
|
51429
51430
|
|
|
51430
51431
|
|
|
51431
|
-
// CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=
|
|
51432
|
+
// CONCATENATED MODULE: ./packages/flow-group/src/main.vue?vue&type=template&id=023333c1&
|
|
51432
51433
|
|
|
51433
51434
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-group/src/main.vue?vue&type=script&lang=js&
|
|
51434
51435
|
var flow_group_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; };
|
|
@@ -51907,7 +51908,7 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
|
|
|
51907
51908
|
otherValidate: {
|
|
51908
51909
|
type: Function,
|
|
51909
51910
|
default: function _default() {
|
|
51910
|
-
return
|
|
51911
|
+
return false;
|
|
51911
51912
|
}
|
|
51912
51913
|
},
|
|
51913
51914
|
flow: Object,
|
|
@@ -52145,8 +52146,8 @@ var flow_group_src_mainvue_type_script_lang_js_extends = Object.assign || functi
|
|
|
52145
52146
|
|
|
52146
52147
|
var flow_group_src_main_component = normalizeComponent(
|
|
52147
52148
|
packages_flow_group_src_mainvue_type_script_lang_js_,
|
|
52148
|
-
|
|
52149
|
-
|
|
52149
|
+
mainvue_type_template_id_023333c1_render,
|
|
52150
|
+
mainvue_type_template_id_023333c1_staticRenderFns,
|
|
52150
52151
|
false,
|
|
52151
52152
|
null,
|
|
52152
52153
|
null,
|
|
@@ -53609,12 +53610,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53609
53610
|
}
|
|
53610
53611
|
},
|
|
53611
53612
|
|
|
53612
|
-
/**
|
|
53613
|
-
* handleFormSubmit
|
|
53614
|
-
* @desc:删除节点点击事件
|
|
53615
|
-
* @param {Object} formData 点击删除的form数据
|
|
53616
|
-
* @author liufan
|
|
53617
|
-
* @date 2022年11月29日
|
|
53613
|
+
/**
|
|
53614
|
+
* handleFormSubmit
|
|
53615
|
+
* @desc:删除节点点击事件
|
|
53616
|
+
* @param {Object} formData 点击删除的form数据
|
|
53617
|
+
* @author liufan
|
|
53618
|
+
* @date 2022年11月29日
|
|
53618
53619
|
**/
|
|
53619
53620
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
53620
53621
|
var _this9 = this;
|
|
@@ -53645,48 +53646,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53645
53646
|
});
|
|
53646
53647
|
},
|
|
53647
53648
|
|
|
53648
|
-
/**
|
|
53649
|
-
* del
|
|
53650
|
-
* @desc:展示删除弹窗
|
|
53651
|
-
* @param {String} id 当前点击数据id
|
|
53652
|
-
* @author liufan
|
|
53653
|
-
* @date 2022年11月29日
|
|
53649
|
+
/**
|
|
53650
|
+
* del
|
|
53651
|
+
* @desc:展示删除弹窗
|
|
53652
|
+
* @param {String} id 当前点击数据id
|
|
53653
|
+
* @author liufan
|
|
53654
|
+
* @date 2022年11月29日
|
|
53654
53655
|
**/
|
|
53655
53656
|
del: function del(id) {
|
|
53656
53657
|
this.historyId = id;
|
|
53657
53658
|
this.showDel = true;
|
|
53658
53659
|
},
|
|
53659
53660
|
|
|
53660
|
-
/**
|
|
53661
|
-
* handleCurrentChange
|
|
53662
|
-
* @desc:监听页码变化
|
|
53663
|
-
* @param {String} val 当前页
|
|
53664
|
-
* @author liufan
|
|
53665
|
-
* @date 2022年11月29日
|
|
53661
|
+
/**
|
|
53662
|
+
* handleCurrentChange
|
|
53663
|
+
* @desc:监听页码变化
|
|
53664
|
+
* @param {String} val 当前页
|
|
53665
|
+
* @author liufan
|
|
53666
|
+
* @date 2022年11月29日
|
|
53666
53667
|
**/
|
|
53667
53668
|
handleCurrentChange: function handleCurrentChange(val) {
|
|
53668
53669
|
this.currentPage = val;
|
|
53669
53670
|
this.getPressList();
|
|
53670
53671
|
},
|
|
53671
53672
|
|
|
53672
|
-
/**
|
|
53673
|
-
* handleSizeChange
|
|
53674
|
-
* @desc:监听每页数据显示数量变化
|
|
53675
|
-
* @param {String} val 每页展示数量
|
|
53676
|
-
* @author liufan
|
|
53677
|
-
* @date 2022年11月29日
|
|
53673
|
+
/**
|
|
53674
|
+
* handleSizeChange
|
|
53675
|
+
* @desc:监听每页数据显示数量变化
|
|
53676
|
+
* @param {String} val 每页展示数量
|
|
53677
|
+
* @author liufan
|
|
53678
|
+
* @date 2022年11月29日
|
|
53678
53679
|
**/
|
|
53679
53680
|
handleSizeChange: function handleSizeChange(val) {
|
|
53680
53681
|
this.pageSize = val;
|
|
53681
53682
|
this.getPressList();
|
|
53682
53683
|
},
|
|
53683
53684
|
|
|
53684
|
-
/**
|
|
53685
|
-
* sortChange
|
|
53686
|
-
* @desc:监听排序变化
|
|
53687
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
53688
|
-
* @author liufan
|
|
53689
|
-
* @date 2022年11月29日
|
|
53685
|
+
/**
|
|
53686
|
+
* sortChange
|
|
53687
|
+
* @desc:监听排序变化
|
|
53688
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
53689
|
+
* @author liufan
|
|
53690
|
+
* @date 2022年11月29日
|
|
53690
53691
|
**/
|
|
53691
53692
|
sortChange: function sortChange(info) {
|
|
53692
53693
|
var prop = info.prop,
|
|
@@ -53697,11 +53698,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53697
53698
|
this.getPressList();
|
|
53698
53699
|
},
|
|
53699
53700
|
|
|
53700
|
-
/**
|
|
53701
|
-
* getPressList
|
|
53702
|
-
* @desc:催办列表数据
|
|
53703
|
-
* @author liufan
|
|
53704
|
-
* @date 2022年11月29日
|
|
53701
|
+
/**
|
|
53702
|
+
* getPressList
|
|
53703
|
+
* @desc:催办列表数据
|
|
53704
|
+
* @author liufan
|
|
53705
|
+
* @date 2022年11月29日
|
|
53705
53706
|
**/
|
|
53706
53707
|
getPressList: function getPressList() {
|
|
53707
53708
|
var _this10 = this;
|
|
@@ -53731,12 +53732,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53731
53732
|
});
|
|
53732
53733
|
},
|
|
53733
53734
|
|
|
53734
|
-
/**
|
|
53735
|
-
* goPress
|
|
53736
|
-
* @desc:催办列表查看
|
|
53737
|
-
* @param {String} id 催办列表id
|
|
53738
|
-
* @author liufan
|
|
53739
|
-
* @date 2022年11月29日
|
|
53735
|
+
/**
|
|
53736
|
+
* goPress
|
|
53737
|
+
* @desc:催办列表查看
|
|
53738
|
+
* @param {String} id 催办列表id
|
|
53739
|
+
* @author liufan
|
|
53740
|
+
* @date 2022年11月29日
|
|
53740
53741
|
**/
|
|
53741
53742
|
goPress: function goPress(id) {
|
|
53742
53743
|
this.historyId = id;
|
|
@@ -53744,23 +53745,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53744
53745
|
this.getPressList();
|
|
53745
53746
|
},
|
|
53746
53747
|
|
|
53747
|
-
/**
|
|
53748
|
-
* showFile
|
|
53749
|
-
* @desc:附件查看
|
|
53750
|
-
* @param {String} ownId 附件id
|
|
53751
|
-
* @author liufan
|
|
53752
|
-
* @date 2022年11月29日
|
|
53748
|
+
/**
|
|
53749
|
+
* showFile
|
|
53750
|
+
* @desc:附件查看
|
|
53751
|
+
* @param {String} ownId 附件id
|
|
53752
|
+
* @author liufan
|
|
53753
|
+
* @date 2022年11月29日
|
|
53753
53754
|
**/
|
|
53754
53755
|
showFile: function showFile(ownId) {
|
|
53755
53756
|
this.wfpendingid = ownId;
|
|
53756
53757
|
this.showFileList = true;
|
|
53757
53758
|
},
|
|
53758
53759
|
|
|
53759
|
-
/**
|
|
53760
|
-
* handleChange
|
|
53761
|
-
* @desc:切换排序方式
|
|
53762
|
-
* @author liufan
|
|
53763
|
-
* @date 2022年11月22日
|
|
53760
|
+
/**
|
|
53761
|
+
* handleChange
|
|
53762
|
+
* @desc:切换排序方式
|
|
53763
|
+
* @author liufan
|
|
53764
|
+
* @date 2022年11月22日
|
|
53764
53765
|
**/
|
|
53765
53766
|
handleChange: function handleChange(key, value) {
|
|
53766
53767
|
if (value) {
|
|
@@ -53810,11 +53811,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53810
53811
|
}))();
|
|
53811
53812
|
},
|
|
53812
53813
|
|
|
53813
|
-
/**
|
|
53814
|
-
* getFlowList
|
|
53815
|
-
* @desc:获取流程列表
|
|
53816
|
-
* @author liufan
|
|
53817
|
-
* @date 2022年11月22日
|
|
53814
|
+
/**
|
|
53815
|
+
* getFlowList
|
|
53816
|
+
* @desc:获取流程列表
|
|
53817
|
+
* @author liufan
|
|
53818
|
+
* @date 2022年11月22日
|
|
53818
53819
|
**/
|
|
53819
53820
|
getFlowList: function getFlowList(type) {
|
|
53820
53821
|
var _this12 = this;
|
|
@@ -53886,12 +53887,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53886
53887
|
});
|
|
53887
53888
|
},
|
|
53888
53889
|
|
|
53889
|
-
/**
|
|
53890
|
-
* handleClick
|
|
53891
|
-
* @desc:表单点击事件
|
|
53892
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
53893
|
-
* @author liufan
|
|
53894
|
-
* @date 2022年11月10日
|
|
53890
|
+
/**
|
|
53891
|
+
* handleClick
|
|
53892
|
+
* @desc:表单点击事件
|
|
53893
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
53894
|
+
* @author liufan
|
|
53895
|
+
* @date 2022年11月10日
|
|
53895
53896
|
**/
|
|
53896
53897
|
handleClick: function handleClick(val) {
|
|
53897
53898
|
var _this13 = this;
|
|
@@ -53937,13 +53938,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53937
53938
|
}
|
|
53938
53939
|
},
|
|
53939
53940
|
|
|
53940
|
-
/**
|
|
53941
|
-
* getCodeValue
|
|
53942
|
-
* @desc:获取代码表过滤后的值
|
|
53943
|
-
* @param {String} value 展示数据的代码值
|
|
53944
|
-
* @param {String} type 代码表类型
|
|
53945
|
-
* @author liufan
|
|
53946
|
-
* @date 2022年11月10日
|
|
53941
|
+
/**
|
|
53942
|
+
* getCodeValue
|
|
53943
|
+
* @desc:获取代码表过滤后的值
|
|
53944
|
+
* @param {String} value 展示数据的代码值
|
|
53945
|
+
* @param {String} type 代码表类型
|
|
53946
|
+
* @author liufan
|
|
53947
|
+
* @date 2022年11月10日
|
|
53947
53948
|
**/
|
|
53948
53949
|
getCodeValue: function getCodeValue(value, type) {
|
|
53949
53950
|
var val = this[type].filter(function (item) {
|
|
@@ -53952,12 +53953,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53952
53953
|
return val[0].shortName;
|
|
53953
53954
|
},
|
|
53954
53955
|
|
|
53955
|
-
/**
|
|
53956
|
-
* getSysInfo
|
|
53957
|
-
* @desc:获取代码表
|
|
53958
|
-
* @param {String} code 编码code值
|
|
53959
|
-
* @author liufan
|
|
53960
|
-
* @date 2022年11月10日
|
|
53956
|
+
/**
|
|
53957
|
+
* getSysInfo
|
|
53958
|
+
* @desc:获取代码表
|
|
53959
|
+
* @param {String} code 编码code值
|
|
53960
|
+
* @author liufan
|
|
53961
|
+
* @date 2022年11月10日
|
|
53961
53962
|
**/
|
|
53962
53963
|
getSysInfo: function getSysInfo(code) {
|
|
53963
53964
|
var _this14 = this;
|
|
@@ -53979,11 +53980,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53979
53980
|
}).catch(function (e) {});
|
|
53980
53981
|
},
|
|
53981
53982
|
|
|
53982
|
-
/**
|
|
53983
|
-
* getListInfo
|
|
53984
|
-
* @desc:获取预设列表数据
|
|
53985
|
-
* @author liufan
|
|
53986
|
-
* @date 2022年11月10日
|
|
53983
|
+
/**
|
|
53984
|
+
* getListInfo
|
|
53985
|
+
* @desc:获取预设列表数据
|
|
53986
|
+
* @author liufan
|
|
53987
|
+
* @date 2022年11月10日
|
|
53987
53988
|
**/
|
|
53988
53989
|
getListInfo: function getListInfo() {
|
|
53989
53990
|
var _this15 = this;
|
|
@@ -56587,8 +56588,8 @@ layout_src_main.install = function (Vue) {
|
|
|
56587
56588
|
};
|
|
56588
56589
|
|
|
56589
56590
|
/* harmony default export */ var packages_layout = (layout_src_main);
|
|
56590
|
-
// 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=
|
|
56591
|
-
var
|
|
56591
|
+
// 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=2e26835f&
|
|
56592
|
+
var mainvue_type_template_id_2e26835f_render = function () {
|
|
56592
56593
|
var _vm = this
|
|
56593
56594
|
var _h = _vm.$createElement
|
|
56594
56595
|
var _c = _vm._self._c || _h
|
|
@@ -57863,7 +57864,7 @@ var mainvue_type_template_id_710e2bf9_render = function () {
|
|
|
57863
57864
|
)
|
|
57864
57865
|
: _vm._e()
|
|
57865
57866
|
}
|
|
57866
|
-
var
|
|
57867
|
+
var mainvue_type_template_id_2e26835f_staticRenderFns = [
|
|
57867
57868
|
function () {
|
|
57868
57869
|
var _vm = this
|
|
57869
57870
|
var _h = _vm.$createElement
|
|
@@ -57878,10 +57879,10 @@ var mainvue_type_template_id_710e2bf9_staticRenderFns = [
|
|
|
57878
57879
|
])
|
|
57879
57880
|
},
|
|
57880
57881
|
]
|
|
57881
|
-
|
|
57882
|
+
mainvue_type_template_id_2e26835f_render._withStripped = true
|
|
57882
57883
|
|
|
57883
57884
|
|
|
57884
|
-
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=
|
|
57885
|
+
// CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=2e26835f&
|
|
57885
57886
|
|
|
57886
57887
|
// 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&
|
|
57887
57888
|
var resetPasswordvue_type_template_id_325dc074_render = function () {
|
|
@@ -58451,6 +58452,8 @@ var login_src_mainvue_type_script_lang_js_typeof = typeof Symbol === "function"
|
|
|
58451
58452
|
|
|
58452
58453
|
var login_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; };
|
|
58453
58454
|
|
|
58455
|
+
function src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }
|
|
58456
|
+
|
|
58454
58457
|
function login_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () { var gen = fn.apply(this, arguments); return new Promise(function (resolve, reject) { function step(key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { return Promise.resolve(value).then(function (value) { step("next", value); }, function (err) { step("throw", err); }); } } return step("next"); }); }; }
|
|
58455
58458
|
|
|
58456
58459
|
//
|
|
@@ -59874,6 +59877,9 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
59874
59877
|
if (res.subsystemExtend.storageType) {
|
|
59875
59878
|
this.storageType = res.subsystemExtend.storageType;
|
|
59876
59879
|
}
|
|
59880
|
+
if (res.subsystemExtend.alertContent) {
|
|
59881
|
+
this.alertContent(res.subsystemExtend.alertContent);
|
|
59882
|
+
}
|
|
59877
59883
|
}
|
|
59878
59884
|
this.passModifyModel = res.passModifyModel;
|
|
59879
59885
|
this.wechatAppid = res.wechatAppid;
|
|
@@ -59884,6 +59890,112 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
59884
59890
|
utils_util["a" /* default */].setFavicon(res.sysLogoIco);
|
|
59885
59891
|
}
|
|
59886
59892
|
},
|
|
59893
|
+
alertContent: function alertContent(contents) {
|
|
59894
|
+
var _this7 = this;
|
|
59895
|
+
|
|
59896
|
+
return login_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee2() {
|
|
59897
|
+
var _JSON$parse, content, title, config, regex, isMarkdown;
|
|
59898
|
+
|
|
59899
|
+
return regenerator_default.a.wrap(function _callee2$(_context2) {
|
|
59900
|
+
while (1) {
|
|
59901
|
+
switch (_context2.prev = _context2.next) {
|
|
59902
|
+
case 0:
|
|
59903
|
+
_JSON$parse = JSON.parse(contents), content = _JSON$parse.content, title = _JSON$parse.title, config = src_mainvue_type_script_lang_js_objectWithoutProperties(_JSON$parse, ['content', 'title']);
|
|
59904
|
+
regex = /\.md$/;
|
|
59905
|
+
isMarkdown = regex.test(content);
|
|
59906
|
+
|
|
59907
|
+
if (!isMarkdown) {
|
|
59908
|
+
_context2.next = 8;
|
|
59909
|
+
break;
|
|
59910
|
+
}
|
|
59911
|
+
|
|
59912
|
+
_context2.next = 6;
|
|
59913
|
+
return utils_util["a" /* default */].ajax({ url: content });
|
|
59914
|
+
|
|
59915
|
+
case 6:
|
|
59916
|
+
content = _context2.sent;
|
|
59917
|
+
|
|
59918
|
+
content = _this7.renderMarkdown(content);
|
|
59919
|
+
|
|
59920
|
+
case 8:
|
|
59921
|
+
_this7.$alert(content, title, login_src_mainvue_type_script_lang_js_extends({
|
|
59922
|
+
dangerouslyUseHTMLString: isMarkdown,
|
|
59923
|
+
setHeight: isMarkdown,
|
|
59924
|
+
showConfirmButton: false
|
|
59925
|
+
}, config));
|
|
59926
|
+
|
|
59927
|
+
case 9:
|
|
59928
|
+
case 'end':
|
|
59929
|
+
return _context2.stop();
|
|
59930
|
+
}
|
|
59931
|
+
}
|
|
59932
|
+
}, _callee2, _this7);
|
|
59933
|
+
}))();
|
|
59934
|
+
},
|
|
59935
|
+
downloadMdFile: function downloadMdFile(url) {
|
|
59936
|
+
var _this8 = this;
|
|
59937
|
+
|
|
59938
|
+
return login_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
|
|
59939
|
+
var response;
|
|
59940
|
+
return regenerator_default.a.wrap(function _callee3$(_context3) {
|
|
59941
|
+
while (1) {
|
|
59942
|
+
switch (_context3.prev = _context3.next) {
|
|
59943
|
+
case 0:
|
|
59944
|
+
_context3.prev = 0;
|
|
59945
|
+
_context3.next = 3;
|
|
59946
|
+
return fetch(url);
|
|
59947
|
+
|
|
59948
|
+
case 3:
|
|
59949
|
+
response = _context3.sent;
|
|
59950
|
+
|
|
59951
|
+
if (response.ok) {
|
|
59952
|
+
_context3.next = 6;
|
|
59953
|
+
break;
|
|
59954
|
+
}
|
|
59955
|
+
|
|
59956
|
+
throw new Error('\u4E0B\u8F7D\u5931\u8D25: ' + response.statusText);
|
|
59957
|
+
|
|
59958
|
+
case 6:
|
|
59959
|
+
_context3.next = 8;
|
|
59960
|
+
return response.text();
|
|
59961
|
+
|
|
59962
|
+
case 8:
|
|
59963
|
+
return _context3.abrupt('return', _context3.sent);
|
|
59964
|
+
|
|
59965
|
+
case 11:
|
|
59966
|
+
_context3.prev = 11;
|
|
59967
|
+
_context3.t0 = _context3['catch'](0);
|
|
59968
|
+
|
|
59969
|
+
console.error('MD文件下载出错:', _context3.t0);
|
|
59970
|
+
throw _context3.t0;
|
|
59971
|
+
|
|
59972
|
+
case 15:
|
|
59973
|
+
case 'end':
|
|
59974
|
+
return _context3.stop();
|
|
59975
|
+
}
|
|
59976
|
+
}
|
|
59977
|
+
}, _callee3, _this8, [[0, 11]]);
|
|
59978
|
+
}))();
|
|
59979
|
+
},
|
|
59980
|
+
renderMarkdown: function renderMarkdown(content) {
|
|
59981
|
+
// 这里使用简单的正则替换示例,实际项目建议使用成熟库如marked、markdown-it等
|
|
59982
|
+
// 生产环境推荐: npm install marked 后引入使用
|
|
59983
|
+
var html = content
|
|
59984
|
+
// 处理标题
|
|
59985
|
+
.replace(/^#{1,6}\s+(.*?)$/gm, function (match, text, level) {
|
|
59986
|
+
var hLevel = match.indexOf('#');
|
|
59987
|
+
return '<h' + hLevel + '>' + text + '</h' + hLevel + '>';
|
|
59988
|
+
})
|
|
59989
|
+
// 处理粗体
|
|
59990
|
+
.replace(/\*\*(.*?)\*\*/g, '<strong>$1</strong>')
|
|
59991
|
+
// 处理斜体
|
|
59992
|
+
.replace(/\*(.*?)\*/g, '<em>$1</em>')
|
|
59993
|
+
// 处理链接
|
|
59994
|
+
.replace(/\[(.*?)\]\((.*?)\)/g, '<a href="$2" target="_blank">$1</a>')
|
|
59995
|
+
// 处理换行
|
|
59996
|
+
.replace(/\n/g, '<br>');
|
|
59997
|
+
return html;
|
|
59998
|
+
},
|
|
59887
59999
|
getImgCode: function getImgCode() {
|
|
59888
60000
|
if (this.identifyingId === '') {
|
|
59889
60001
|
return;
|
|
@@ -59894,7 +60006,7 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
59894
60006
|
return this.imageCode;
|
|
59895
60007
|
},
|
|
59896
60008
|
getCode: function getCode() {
|
|
59897
|
-
var
|
|
60009
|
+
var _this9 = this;
|
|
59898
60010
|
|
|
59899
60011
|
if (this.countdown) {
|
|
59900
60012
|
return false;
|
|
@@ -59936,14 +60048,14 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
59936
60048
|
}
|
|
59937
60049
|
this.countdown = 60;
|
|
59938
60050
|
this.timer = setInterval(function () {
|
|
59939
|
-
if (
|
|
59940
|
-
|
|
59941
|
-
|
|
59942
|
-
|
|
60051
|
+
if (_this9.countdown > 0) {
|
|
60052
|
+
_this9.countdown--;
|
|
60053
|
+
_this9.disabled = true;
|
|
60054
|
+
_this9.btnText = '重新获取' + _this9.countdown + 's';
|
|
59943
60055
|
} else {
|
|
59944
|
-
|
|
59945
|
-
|
|
59946
|
-
|
|
60056
|
+
_this9.btnText = '重新获取';
|
|
60057
|
+
_this9.disabled = false;
|
|
60058
|
+
_this9.submit = false;
|
|
59947
60059
|
}
|
|
59948
60060
|
}, 1000);
|
|
59949
60061
|
utils_util["a" /* default */].ajax({
|
|
@@ -59951,26 +60063,26 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
59951
60063
|
url: this.active == 12 ? this.getTwoFactorLoginCode : this.getLoginCode,
|
|
59952
60064
|
data: data
|
|
59953
60065
|
}).then(function (res) {
|
|
59954
|
-
|
|
60066
|
+
_this9.$message({
|
|
59955
60067
|
message: res.msg,
|
|
59956
60068
|
duration: res.rCode == 0 ? 2000 : 3000,
|
|
59957
60069
|
type: res.rCode == 0 ? 'success' : 'error'
|
|
59958
60070
|
});
|
|
59959
60071
|
|
|
59960
60072
|
if (res.rCode === 2) {
|
|
59961
|
-
|
|
59962
|
-
|
|
59963
|
-
|
|
59964
|
-
clearInterval(
|
|
60073
|
+
_this9.btnText = '获取验证码';
|
|
60074
|
+
_this9.disabled = false;
|
|
60075
|
+
_this9.countdown = 0;
|
|
60076
|
+
clearInterval(_this9.timer);
|
|
59965
60077
|
}
|
|
59966
60078
|
}).catch(function (err) {
|
|
59967
60079
|
if (err.message && err.message !== 'canceled') {
|
|
59968
|
-
|
|
60080
|
+
_this9.$message.error(err.message);
|
|
59969
60081
|
}
|
|
59970
60082
|
});
|
|
59971
60083
|
},
|
|
59972
60084
|
handleLogin: function handleLogin() {
|
|
59973
|
-
var
|
|
60085
|
+
var _this10 = this;
|
|
59974
60086
|
|
|
59975
60087
|
if (this.submit) {
|
|
59976
60088
|
return false;
|
|
@@ -59978,40 +60090,40 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
59978
60090
|
var ref = 'login' + this.active;
|
|
59979
60091
|
this.$refs[ref].validate(function (valid) {
|
|
59980
60092
|
if (valid) {
|
|
59981
|
-
|
|
60093
|
+
_this10.submit = true;
|
|
59982
60094
|
var param = utils_util["a" /* default */].getParams() || {};
|
|
59983
|
-
var data =
|
|
59984
|
-
username:
|
|
59985
|
-
password:
|
|
59986
|
-
data:
|
|
59987
|
-
key:
|
|
59988
|
-
}) :
|
|
59989
|
-
identifyingCode:
|
|
59990
|
-
identifyingId:
|
|
59991
|
-
} :
|
|
59992
|
-
username:
|
|
59993
|
-
password:
|
|
59994
|
-
data:
|
|
59995
|
-
key:
|
|
59996
|
-
}) :
|
|
59997
|
-
targetType:
|
|
59998
|
-
verificationCode:
|
|
60095
|
+
var data = _this10.active == '0' ? {
|
|
60096
|
+
username: _this10.formData.username,
|
|
60097
|
+
password: _this10.secret && _this10.isEncrypt ? utils_util["a" /* default */].esmEncrypt({
|
|
60098
|
+
data: _this10.formData.password,
|
|
60099
|
+
key: _this10.secret
|
|
60100
|
+
}) : _this10.formData.password,
|
|
60101
|
+
identifyingCode: _this10.formData.identifyingCode,
|
|
60102
|
+
identifyingId: _this10.identifyingId
|
|
60103
|
+
} : _this10.active == '12' ? {
|
|
60104
|
+
username: _this10.formData.username,
|
|
60105
|
+
password: _this10.secret && _this10.isEncrypt ? utils_util["a" /* default */].esmEncrypt({
|
|
60106
|
+
data: _this10.formData.password,
|
|
60107
|
+
key: _this10.secret
|
|
60108
|
+
}) : _this10.formData.password,
|
|
60109
|
+
targetType: _this10.passModifyModel.indexOf('11') > -1 ? 'EMAIL' : 'SMS',
|
|
60110
|
+
verificationCode: _this10.formData.identifyingCode
|
|
59999
60111
|
} : {
|
|
60000
|
-
target:
|
|
60001
|
-
verificationCode:
|
|
60002
|
-
targetType:
|
|
60112
|
+
target: _this10.formData.target,
|
|
60113
|
+
verificationCode: _this10.formData.verificationCode,
|
|
60114
|
+
targetType: _this10.active == '6' ? 'SMS' : 'EMAIL'
|
|
60003
60115
|
};
|
|
60004
|
-
if (
|
|
60005
|
-
if (
|
|
60006
|
-
|
|
60116
|
+
if (_this10.onLogin) {
|
|
60117
|
+
if (_this10.active == '0') {
|
|
60118
|
+
_this10.onLogin(login_src_mainvue_type_script_lang_js_extends({}, param, data), _this10.getImgCode, _this10.handleRemember);
|
|
60007
60119
|
} else {
|
|
60008
|
-
|
|
60120
|
+
_this10.onLogin(login_src_mainvue_type_script_lang_js_extends({}, param, data));
|
|
60009
60121
|
}
|
|
60010
60122
|
} else {
|
|
60011
|
-
|
|
60123
|
+
_this10.handleUserLogin(login_src_mainvue_type_script_lang_js_extends({}, param, _this10.param, data));
|
|
60012
60124
|
}
|
|
60013
60125
|
} else {
|
|
60014
|
-
|
|
60126
|
+
_this10.submit = false;
|
|
60015
60127
|
return false;
|
|
60016
60128
|
}
|
|
60017
60129
|
});
|
|
@@ -60027,7 +60139,7 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60027
60139
|
}
|
|
60028
60140
|
},
|
|
60029
60141
|
handleUserLogin: function handleUserLogin(data) {
|
|
60030
|
-
var
|
|
60142
|
+
var _this11 = this;
|
|
60031
60143
|
|
|
60032
60144
|
var extUserBindHandleId = sessionStorage.getItem('extUserBindHandleId');
|
|
60033
60145
|
utils_util["a" /* default */].ajax({
|
|
@@ -60035,39 +60147,39 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60035
60147
|
url: this.active == '0' ? this.actionUrl : this.active == '12' ? this.doTwoFactorLogin : this.doCodeLogin,
|
|
60036
60148
|
data: extUserBindHandleId ? login_src_mainvue_type_script_lang_js_extends({}, data, { extUserBindHandleId: extUserBindHandleId }) : data
|
|
60037
60149
|
}).then(function (res) {
|
|
60038
|
-
|
|
60150
|
+
_this11.submit = false;
|
|
60039
60151
|
if (res.rCode == 0) {
|
|
60040
60152
|
utils_util["a" /* default */].removeStorage('extUserBindHandleId');
|
|
60041
|
-
|
|
60153
|
+
_this11.handleRemember();
|
|
60042
60154
|
var results = res.results;
|
|
60043
|
-
|
|
60044
|
-
if (
|
|
60045
|
-
|
|
60155
|
+
_this11.handleResults(results);
|
|
60156
|
+
if (_this11.onSuccess) {
|
|
60157
|
+
_this11.onSuccess(res);
|
|
60046
60158
|
}
|
|
60047
60159
|
} else {
|
|
60048
60160
|
var msg = res.results && res.results.msg ? res.results.msg : res.msg;
|
|
60049
|
-
|
|
60161
|
+
_this11.$message({
|
|
60050
60162
|
message: msg || '系统错误,请联系管理员!',
|
|
60051
60163
|
type: 'error',
|
|
60052
60164
|
onClose: function onClose() {
|
|
60053
|
-
|
|
60054
|
-
|
|
60055
|
-
|
|
60056
|
-
clearInterval(
|
|
60057
|
-
|
|
60165
|
+
_this11.btnText = '获取验证码';
|
|
60166
|
+
_this11.disabled = false;
|
|
60167
|
+
_this11.countdown = 0;
|
|
60168
|
+
clearInterval(_this11.timer);
|
|
60169
|
+
_this11.getImgCode();
|
|
60058
60170
|
}
|
|
60059
60171
|
});
|
|
60060
|
-
|
|
60172
|
+
_this11.onError(res);
|
|
60061
60173
|
}
|
|
60062
60174
|
}).catch(function (err) {
|
|
60063
|
-
|
|
60175
|
+
_this11.submit = false;
|
|
60064
60176
|
if (err.message && err.message !== 'canceled') {
|
|
60065
|
-
|
|
60177
|
+
_this11.$message.error(err.message);
|
|
60066
60178
|
}
|
|
60067
60179
|
});
|
|
60068
60180
|
},
|
|
60069
60181
|
caLogin: function caLogin(signedData) {
|
|
60070
|
-
var
|
|
60182
|
+
var _this12 = this;
|
|
60071
60183
|
|
|
60072
60184
|
this.loginInfo(false);
|
|
60073
60185
|
utils_util["a" /* default */].ajax({
|
|
@@ -60075,29 +60187,29 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60075
60187
|
url: this.caAction,
|
|
60076
60188
|
data: typeof signedData === 'string' ? { identifyingId: this.identifyingId, signedData: signedData } : signedData
|
|
60077
60189
|
}).then(function (res) {
|
|
60078
|
-
|
|
60190
|
+
_this12.submit = false;
|
|
60079
60191
|
if (res.rCode == 0) {
|
|
60080
60192
|
var results = res.results;
|
|
60081
|
-
|
|
60082
|
-
if (
|
|
60083
|
-
|
|
60193
|
+
_this12.handleResults(results);
|
|
60194
|
+
if (_this12.onSuccess) {
|
|
60195
|
+
_this12.onSuccess(res);
|
|
60084
60196
|
}
|
|
60085
60197
|
} else {
|
|
60086
60198
|
var msg = res.results && res.results.msg ? res.results.msg : res.msg;
|
|
60087
|
-
|
|
60199
|
+
_this12.$message({
|
|
60088
60200
|
message: msg || '系统错误,请联系管理员!',
|
|
60089
60201
|
type: 'error',
|
|
60090
60202
|
onClose: function onClose() {
|
|
60091
|
-
|
|
60092
|
-
|
|
60203
|
+
_this12.getImgCode();
|
|
60204
|
+
_this12.loginInfo(_this12.active == 3);
|
|
60093
60205
|
}
|
|
60094
60206
|
});
|
|
60095
|
-
|
|
60207
|
+
_this12.onError(res);
|
|
60096
60208
|
}
|
|
60097
60209
|
}).catch(function (err) {
|
|
60098
|
-
|
|
60210
|
+
_this12.submit = false;
|
|
60099
60211
|
if (err.message && err.message !== 'canceled') {
|
|
60100
|
-
|
|
60212
|
+
_this12.$message.error(err.message);
|
|
60101
60213
|
}
|
|
60102
60214
|
});
|
|
60103
60215
|
},
|
|
@@ -60114,17 +60226,17 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60114
60226
|
|
|
60115
60227
|
//获取app登录信息
|
|
60116
60228
|
loginInfo: function loginInfo(res) {
|
|
60117
|
-
var
|
|
60229
|
+
var _this13 = this;
|
|
60118
60230
|
|
|
60119
60231
|
clearTimeout(this.interval);
|
|
60120
60232
|
if (res) {
|
|
60121
60233
|
this.interval = setTimeout(function () {
|
|
60122
|
-
|
|
60234
|
+
_this13.initRequestLoginInfo();
|
|
60123
60235
|
}, this.scanIntervalTime);
|
|
60124
60236
|
}
|
|
60125
60237
|
},
|
|
60126
60238
|
initRequestLoginInfo: function initRequestLoginInfo() {
|
|
60127
|
-
var
|
|
60239
|
+
var _this14 = this;
|
|
60128
60240
|
|
|
60129
60241
|
if (this.identifyingId == '') {
|
|
60130
60242
|
return false;
|
|
@@ -60140,30 +60252,30 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60140
60252
|
var results = res.results;
|
|
60141
60253
|
if (results.statusCode === 0 || results.statusCode === 2) {
|
|
60142
60254
|
// statusCode为2时 代表密码过期,也应执行handleResults
|
|
60143
|
-
clearTimeout(
|
|
60255
|
+
clearTimeout(_this14.interval);
|
|
60144
60256
|
if (results.statusCode === 2) {
|
|
60145
|
-
|
|
60257
|
+
_this14.$alert(results.msg ? results.msg : '您的初始密码已过期,请及时修改!', '提示', {
|
|
60146
60258
|
confirmButtonText: '确定',
|
|
60147
60259
|
type: 'warning'
|
|
60148
60260
|
}).then(function () {
|
|
60149
|
-
|
|
60261
|
+
_this14.handleResults(results, 3);
|
|
60150
60262
|
}).catch(function (e) {});
|
|
60151
60263
|
} else {
|
|
60152
|
-
|
|
60264
|
+
_this14.handleResults(results, 3);
|
|
60153
60265
|
}
|
|
60154
60266
|
} else {
|
|
60155
|
-
|
|
60267
|
+
_this14.loginInfo(true);
|
|
60156
60268
|
}
|
|
60157
60269
|
}
|
|
60158
60270
|
}).catch(function (err) {
|
|
60159
|
-
clearTimeout(
|
|
60271
|
+
clearTimeout(_this14.interval);
|
|
60160
60272
|
if (err.message && err.message !== 'canceled') {
|
|
60161
|
-
|
|
60273
|
+
_this14.$message.error(err.message);
|
|
60162
60274
|
}
|
|
60163
60275
|
});
|
|
60164
60276
|
},
|
|
60165
60277
|
handleResults: function handleResults(results, type) {
|
|
60166
|
-
var
|
|
60278
|
+
var _this15 = this;
|
|
60167
60279
|
|
|
60168
60280
|
switch (results.statusCode) {
|
|
60169
60281
|
case 0:
|
|
@@ -60188,9 +60300,9 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60188
60300
|
});
|
|
60189
60301
|
this.showLaunch = true;
|
|
60190
60302
|
setTimeout(function () {
|
|
60191
|
-
if (
|
|
60192
|
-
window.location.href =
|
|
60193
|
-
} else if (results.doorIndex &&
|
|
60303
|
+
if (_this15.toUrl) {
|
|
60304
|
+
window.location.href = _this15.toUrl;
|
|
60305
|
+
} else if (results.doorIndex && _this15.doorIndex) {
|
|
60194
60306
|
sessionStorage.setItem('doorIndex', results.doorIndex);
|
|
60195
60307
|
localStorage.setItem('isLogined', true);
|
|
60196
60308
|
window.location.href = results.doorIndex;
|
|
@@ -60198,9 +60310,9 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60198
60310
|
if (window.location.href.indexOf('login.html') > -1) {
|
|
60199
60311
|
window.location.href = './main.html';
|
|
60200
60312
|
} else {
|
|
60201
|
-
|
|
60202
|
-
|
|
60203
|
-
|
|
60313
|
+
_this15.$router.push({ name: 'main' });
|
|
60314
|
+
_this15.$nextTick(function () {
|
|
60315
|
+
_this15.showLaunch = false;
|
|
60204
60316
|
});
|
|
60205
60317
|
}
|
|
60206
60318
|
}
|
|
@@ -60211,9 +60323,9 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60211
60323
|
type: 'success',
|
|
60212
60324
|
duration: 1500,
|
|
60213
60325
|
onClose: function onClose() {
|
|
60214
|
-
if (
|
|
60215
|
-
window.location.href =
|
|
60216
|
-
} else if (results.doorIndex &&
|
|
60326
|
+
if (_this15.toUrl) {
|
|
60327
|
+
window.location.href = _this15.toUrl;
|
|
60328
|
+
} else if (results.doorIndex && _this15.doorIndex) {
|
|
60217
60329
|
sessionStorage.setItem('doorIndex', results.doorIndex);
|
|
60218
60330
|
localStorage.setItem('isLogined', true);
|
|
60219
60331
|
window.location.href = results.doorIndex;
|
|
@@ -60221,7 +60333,7 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60221
60333
|
if (window.location.href.indexOf('login.html') > -1) {
|
|
60222
60334
|
window.location.href = './main.html';
|
|
60223
60335
|
} else {
|
|
60224
|
-
|
|
60336
|
+
_this15.$router.push({ name: 'main' });
|
|
60225
60337
|
}
|
|
60226
60338
|
}
|
|
60227
60339
|
}
|
|
@@ -60234,11 +60346,11 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60234
60346
|
//cancelButtonText: '取消',
|
|
60235
60347
|
type: 'warning'
|
|
60236
60348
|
}).then(function () {
|
|
60237
|
-
|
|
60238
|
-
if (typeof
|
|
60239
|
-
utils_util["a" /* default */].win.open(
|
|
60349
|
+
_this15.operationCheckCode = results.checkCode;
|
|
60350
|
+
if (typeof _this15.forgetUrl === 'string') {
|
|
60351
|
+
utils_util["a" /* default */].win.open(_this15.forgetUrl);
|
|
60240
60352
|
} else {
|
|
60241
|
-
|
|
60353
|
+
_this15.showResetPassword = true;
|
|
60242
60354
|
}
|
|
60243
60355
|
}).catch(function (e) {});
|
|
60244
60356
|
break;
|
|
@@ -60267,8 +60379,8 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60267
60379
|
this.checkCode = results.checkCode;
|
|
60268
60380
|
this.showAssistance = true;
|
|
60269
60381
|
|
|
60270
|
-
var _JSON$
|
|
60271
|
-
operationCheckCode = _JSON$
|
|
60382
|
+
var _JSON$parse2 = JSON.parse(results.checkCode),
|
|
60383
|
+
operationCheckCode = _JSON$parse2.operationCheckCode;
|
|
60272
60384
|
|
|
60273
60385
|
this.handleAssistance({ operationCheckCode: operationCheckCode });
|
|
60274
60386
|
break;
|
|
@@ -60278,13 +60390,13 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60278
60390
|
message: results.msg,
|
|
60279
60391
|
type: 'error',
|
|
60280
60392
|
onClose: function onClose() {
|
|
60281
|
-
if (
|
|
60393
|
+
if (_this15.code) {
|
|
60282
60394
|
window.location.href = utils_util["a" /* default */].delUrlParam({ key: 'code' });
|
|
60283
60395
|
if (window.location.hash) {
|
|
60284
60396
|
location.reload();
|
|
60285
60397
|
}
|
|
60286
60398
|
} else {
|
|
60287
|
-
|
|
60399
|
+
_this15.getImgCode();
|
|
60288
60400
|
}
|
|
60289
60401
|
}
|
|
60290
60402
|
});
|
|
@@ -60294,15 +60406,15 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60294
60406
|
}
|
|
60295
60407
|
},
|
|
60296
60408
|
handleAssistance: function handleAssistance(data) {
|
|
60297
|
-
var
|
|
60409
|
+
var _this16 = this;
|
|
60298
60410
|
|
|
60299
60411
|
clearTimeout(this.doAssistance);
|
|
60300
60412
|
this.doAssistance = setTimeout(function () {
|
|
60301
|
-
|
|
60413
|
+
_this16.doAssistanceLogin(data);
|
|
60302
60414
|
}, this.scanIntervalTime);
|
|
60303
60415
|
},
|
|
60304
60416
|
doAssistanceLogin: function doAssistanceLogin(data) {
|
|
60305
|
-
var
|
|
60417
|
+
var _this17 = this;
|
|
60306
60418
|
|
|
60307
60419
|
utils_util["a" /* default */].ajax({
|
|
60308
60420
|
method: 'post',
|
|
@@ -60312,19 +60424,19 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60312
60424
|
if (res.rCode === 0) {
|
|
60313
60425
|
var results = res.results;
|
|
60314
60426
|
if (results.statusCode === 0) {
|
|
60315
|
-
clearTimeout(
|
|
60316
|
-
|
|
60427
|
+
clearTimeout(_this17.doAssistance);
|
|
60428
|
+
_this17.handleResults(results, 3);
|
|
60317
60429
|
} else {
|
|
60318
|
-
|
|
60430
|
+
_this17.handleAssistance(data);
|
|
60319
60431
|
}
|
|
60320
60432
|
} else {
|
|
60321
|
-
clearTimeout(
|
|
60322
|
-
|
|
60433
|
+
clearTimeout(_this17.doAssistance);
|
|
60434
|
+
_this17.$message.error(res.msg);
|
|
60323
60435
|
}
|
|
60324
60436
|
}).catch(function (err) {
|
|
60325
|
-
clearTimeout(
|
|
60437
|
+
clearTimeout(_this17.doAssistance);
|
|
60326
60438
|
if (err.message && err.message !== 'canceled') {
|
|
60327
|
-
|
|
60439
|
+
_this17.$message.error(err.message);
|
|
60328
60440
|
}
|
|
60329
60441
|
});
|
|
60330
60442
|
},
|
|
@@ -60364,8 +60476,8 @@ var mainvue_type_script_lang_js_params = utils_util["a" /* default */].getParams
|
|
|
60364
60476
|
|
|
60365
60477
|
var login_src_main_component = normalizeComponent(
|
|
60366
60478
|
packages_login_src_mainvue_type_script_lang_js_,
|
|
60367
|
-
|
|
60368
|
-
|
|
60479
|
+
mainvue_type_template_id_2e26835f_render,
|
|
60480
|
+
mainvue_type_template_id_2e26835f_staticRenderFns,
|
|
60369
60481
|
false,
|
|
60370
60482
|
null,
|
|
60371
60483
|
null,
|
|
@@ -60486,8 +60598,8 @@ mainvue_type_template_id_d57cecee_render._withStripped = true
|
|
|
60486
60598
|
|
|
60487
60599
|
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=d57cecee&
|
|
60488
60600
|
|
|
60489
|
-
// 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=
|
|
60490
|
-
var
|
|
60601
|
+
// 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=213583d1&scoped=true&
|
|
60602
|
+
var simplicityvue_type_template_id_213583d1_scoped_true_render = function () {
|
|
60491
60603
|
var _vm = this
|
|
60492
60604
|
var _h = _vm.$createElement
|
|
60493
60605
|
var _c = _vm._self._c || _h
|
|
@@ -60982,11 +61094,9 @@ var simplicityvue_type_template_id_3c4ceaef_scoped_true_render = function () {
|
|
|
60982
61094
|
{
|
|
60983
61095
|
attrs: {
|
|
60984
61096
|
slot: "append",
|
|
60985
|
-
|
|
60986
|
-
|
|
60987
|
-
|
|
60988
|
-
online: _vm.userNums,
|
|
60989
|
-
"notice-num": _vm.notice,
|
|
61097
|
+
"show-title-type": _vm.showTitleType,
|
|
61098
|
+
data: _vm._handleDatas,
|
|
61099
|
+
nums: _vm.handleNums,
|
|
60990
61100
|
},
|
|
60991
61101
|
on: { click: _vm.handleClick },
|
|
60992
61102
|
slot: "append",
|
|
@@ -61088,13 +61198,13 @@ var simplicityvue_type_template_id_3c4ceaef_scoped_true_render = function () {
|
|
|
61088
61198
|
? _c("message", {
|
|
61089
61199
|
ref: "message",
|
|
61090
61200
|
attrs: {
|
|
61091
|
-
total: _vm.notice,
|
|
61201
|
+
total: _vm.handleNums.notice,
|
|
61092
61202
|
visible: _vm.showMsg,
|
|
61093
61203
|
winopen: _vm.winopen,
|
|
61094
61204
|
},
|
|
61095
61205
|
on: {
|
|
61096
61206
|
"update:total": function ($event) {
|
|
61097
|
-
_vm.notice
|
|
61207
|
+
_vm.$set(_vm.handleNums, "notice", $event)
|
|
61098
61208
|
},
|
|
61099
61209
|
"update:visible": function ($event) {
|
|
61100
61210
|
_vm.showMsg = $event
|
|
@@ -61190,11 +61300,11 @@ var simplicityvue_type_template_id_3c4ceaef_scoped_true_render = function () {
|
|
|
61190
61300
|
),
|
|
61191
61301
|
])
|
|
61192
61302
|
}
|
|
61193
|
-
var
|
|
61194
|
-
|
|
61303
|
+
var simplicityvue_type_template_id_213583d1_scoped_true_staticRenderFns = []
|
|
61304
|
+
simplicityvue_type_template_id_213583d1_scoped_true_render._withStripped = true
|
|
61195
61305
|
|
|
61196
61306
|
|
|
61197
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=
|
|
61307
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=213583d1&scoped=true&
|
|
61198
61308
|
|
|
61199
61309
|
// 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&
|
|
61200
61310
|
var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
|
|
@@ -61345,8 +61455,8 @@ var avatar_component = normalizeComponent(
|
|
|
61345
61455
|
)
|
|
61346
61456
|
|
|
61347
61457
|
/* harmony default export */ var avatar = (avatar_component.exports);
|
|
61348
|
-
// 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=
|
|
61349
|
-
var
|
|
61458
|
+
// 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=4a14597c&scoped=true&
|
|
61459
|
+
var handlervue_type_template_id_4a14597c_scoped_true_render = function () {
|
|
61350
61460
|
var _vm = this
|
|
61351
61461
|
var _h = _vm.$createElement
|
|
61352
61462
|
var _c = _vm._self._c || _h
|
|
@@ -61354,7 +61464,7 @@ var handlervue_type_template_id_0e3b21b5_scoped_true_render = function () {
|
|
|
61354
61464
|
"div",
|
|
61355
61465
|
{ staticClass: "es-simplicity-handler" },
|
|
61356
61466
|
[
|
|
61357
|
-
_vm._l(_vm.
|
|
61467
|
+
_vm._l(_vm.data, function (item) {
|
|
61358
61468
|
return [
|
|
61359
61469
|
item.type == "contact"
|
|
61360
61470
|
? _c(
|
|
@@ -61404,12 +61514,17 @@ var handlervue_type_template_id_0e3b21b5_scoped_true_render = function () {
|
|
|
61404
61514
|
},
|
|
61405
61515
|
},
|
|
61406
61516
|
},
|
|
61407
|
-
[
|
|
61517
|
+
[
|
|
61518
|
+
_vm._v(
|
|
61519
|
+
"\n " + _vm._s(_vm.nums[item.type]) + "\n "
|
|
61520
|
+
),
|
|
61521
|
+
]
|
|
61408
61522
|
),
|
|
61409
61523
|
_vm._v("\n 人在线\n "),
|
|
61410
61524
|
]
|
|
61411
61525
|
)
|
|
61412
|
-
:
|
|
61526
|
+
: _vm.showTitleType === "tooltip"
|
|
61527
|
+
? _c(
|
|
61413
61528
|
"el-tooltip",
|
|
61414
61529
|
{
|
|
61415
61530
|
key: item.type,
|
|
@@ -61420,34 +61535,50 @@ var handlervue_type_template_id_0e3b21b5_scoped_true_render = function () {
|
|
|
61420
61535
|
},
|
|
61421
61536
|
},
|
|
61422
61537
|
[
|
|
61423
|
-
|
|
61424
|
-
|
|
61425
|
-
|
|
61426
|
-
|
|
61427
|
-
|
|
61428
|
-
|
|
61429
|
-
|
|
61430
|
-
|
|
61431
|
-
|
|
61538
|
+
_c(
|
|
61539
|
+
"el-badge",
|
|
61540
|
+
{
|
|
61541
|
+
staticClass: "es-simplicity-handler-item",
|
|
61542
|
+
attrs: {
|
|
61543
|
+
hidden: !_vm.nums[item.type] && !item.num,
|
|
61544
|
+
value: _vm.nums[item.type] || item.num || 0,
|
|
61545
|
+
max: 99,
|
|
61546
|
+
},
|
|
61547
|
+
},
|
|
61548
|
+
[
|
|
61549
|
+
_c("es-icon", {
|
|
61550
|
+
staticClass: "es-simplicity-handler-icon",
|
|
61551
|
+
attrs: { contents: item.icon },
|
|
61552
|
+
on: {
|
|
61553
|
+
click: function ($event) {
|
|
61554
|
+
$event.stopPropagation()
|
|
61555
|
+
_vm.handleClick(item)
|
|
61432
61556
|
},
|
|
61433
61557
|
},
|
|
61434
|
-
|
|
61435
|
-
|
|
61436
|
-
|
|
61437
|
-
|
|
61438
|
-
|
|
61439
|
-
|
|
61440
|
-
|
|
61441
|
-
|
|
61442
|
-
|
|
61443
|
-
|
|
61444
|
-
|
|
61445
|
-
|
|
61446
|
-
|
|
61447
|
-
|
|
61448
|
-
|
|
61449
|
-
|
|
61450
|
-
|
|
61558
|
+
}),
|
|
61559
|
+
],
|
|
61560
|
+
1
|
|
61561
|
+
),
|
|
61562
|
+
],
|
|
61563
|
+
1
|
|
61564
|
+
)
|
|
61565
|
+
: _c(
|
|
61566
|
+
"div",
|
|
61567
|
+
{ key: item.type, staticClass: "es-simplicity-handler-item" },
|
|
61568
|
+
[
|
|
61569
|
+
_c(
|
|
61570
|
+
"el-badge",
|
|
61571
|
+
{
|
|
61572
|
+
staticClass: "es-simplicity-handler-item",
|
|
61573
|
+
attrs: {
|
|
61574
|
+
hidden: !_vm.nums[item.type] && !item.num,
|
|
61575
|
+
value: _vm.nums[item.type] || item.num || 0,
|
|
61576
|
+
max: 99,
|
|
61577
|
+
},
|
|
61578
|
+
},
|
|
61579
|
+
[
|
|
61580
|
+
_c("es-icon", {
|
|
61581
|
+
staticClass: "es-simplicity-handler-icon",
|
|
61451
61582
|
attrs: { contents: item.icon },
|
|
61452
61583
|
on: {
|
|
61453
61584
|
click: function ($event) {
|
|
@@ -61456,6 +61587,12 @@ var handlervue_type_template_id_0e3b21b5_scoped_true_render = function () {
|
|
|
61456
61587
|
},
|
|
61457
61588
|
},
|
|
61458
61589
|
}),
|
|
61590
|
+
],
|
|
61591
|
+
1
|
|
61592
|
+
),
|
|
61593
|
+
_vm.showTitleType === "text"
|
|
61594
|
+
? _c("span", {}, [_vm._v(_vm._s(item.title))])
|
|
61595
|
+
: _vm._e(),
|
|
61459
61596
|
],
|
|
61460
61597
|
1
|
|
61461
61598
|
),
|
|
@@ -61465,17 +61602,21 @@ var handlervue_type_template_id_0e3b21b5_scoped_true_render = function () {
|
|
|
61465
61602
|
2
|
|
61466
61603
|
)
|
|
61467
61604
|
}
|
|
61468
|
-
var
|
|
61469
|
-
|
|
61605
|
+
var handlervue_type_template_id_4a14597c_scoped_true_staticRenderFns = []
|
|
61606
|
+
handlervue_type_template_id_4a14597c_scoped_true_render._withStripped = true
|
|
61470
61607
|
|
|
61471
61608
|
|
|
61472
|
-
// CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=
|
|
61609
|
+
// CONCATENATED MODULE: ./packages/main/src/simplicity/handler.vue?vue&type=template&id=4a14597c&scoped=true&
|
|
61473
61610
|
|
|
61474
61611
|
// 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&
|
|
61475
|
-
|
|
61476
|
-
|
|
61477
|
-
|
|
61478
|
-
|
|
61612
|
+
//
|
|
61613
|
+
//
|
|
61614
|
+
//
|
|
61615
|
+
//
|
|
61616
|
+
//
|
|
61617
|
+
//
|
|
61618
|
+
//
|
|
61619
|
+
//
|
|
61479
61620
|
//
|
|
61480
61621
|
//
|
|
61481
61622
|
//
|
|
@@ -61553,131 +61694,24 @@ var handlervue_type_script_lang_js_typeof = typeof Symbol === "function" && type
|
|
|
61553
61694
|
name: 'Handler',
|
|
61554
61695
|
components: {},
|
|
61555
61696
|
props: {
|
|
61556
|
-
|
|
61557
|
-
|
|
61558
|
-
type: [Boolean, Object],
|
|
61559
|
-
default: function _default() {
|
|
61560
|
-
return { type: 'dateTime' };
|
|
61561
|
-
},
|
|
61562
|
-
|
|
61563
|
-
validator: function validator(val) {
|
|
61564
|
-
return val === false || (typeof val === 'undefined' ? 'undefined' : handlervue_type_script_lang_js_typeof(val)) === 'object';
|
|
61565
|
-
}
|
|
61566
|
-
},
|
|
61567
|
-
onlineUser: {
|
|
61568
|
-
type: [Boolean, Object],
|
|
61569
|
-
default: function _default() {
|
|
61570
|
-
return { type: 'onlineUser' };
|
|
61571
|
-
},
|
|
61572
|
-
|
|
61573
|
-
validator: function validator(val) {
|
|
61574
|
-
return val === false || (typeof val === 'undefined' ? 'undefined' : handlervue_type_script_lang_js_typeof(val)) === 'object';
|
|
61575
|
-
}
|
|
61576
|
-
},
|
|
61577
|
-
search: {
|
|
61578
|
-
type: [Boolean, Object],
|
|
61579
|
-
default: function _default() {
|
|
61580
|
-
return {
|
|
61581
|
-
type: 'search',
|
|
61582
|
-
icon: 'es-icon-magnifier',
|
|
61583
|
-
title: '搜索'
|
|
61584
|
-
};
|
|
61585
|
-
},
|
|
61586
|
-
|
|
61587
|
-
validator: function validator(val) {
|
|
61588
|
-
return val === false || (typeof val === 'undefined' ? 'undefined' : handlervue_type_script_lang_js_typeof(val)) === 'object';
|
|
61589
|
-
}
|
|
61590
|
-
},
|
|
61591
|
-
im: {
|
|
61592
|
-
type: [Boolean, Object],
|
|
61593
|
-
default: function _default() {
|
|
61594
|
-
return {
|
|
61595
|
-
type: 'im',
|
|
61596
|
-
icon: 'es-icon-liaotian',
|
|
61597
|
-
title: 'IM'
|
|
61598
|
-
};
|
|
61599
|
-
},
|
|
61600
|
-
|
|
61601
|
-
validator: function validator(val) {
|
|
61602
|
-
return val === false || (typeof val === 'undefined' ? 'undefined' : handlervue_type_script_lang_js_typeof(val)) === 'object';
|
|
61603
|
-
}
|
|
61604
|
-
},
|
|
61605
|
-
index: {
|
|
61606
|
-
type: [Boolean, Object],
|
|
61607
|
-
default: function _default() {
|
|
61608
|
-
return {
|
|
61609
|
-
type: 'index',
|
|
61610
|
-
icon: 'es-icon-home',
|
|
61611
|
-
title: '门户'
|
|
61612
|
-
};
|
|
61613
|
-
},
|
|
61614
|
-
|
|
61615
|
-
validator: function validator(val) {
|
|
61616
|
-
return val === false || (typeof val === 'undefined' ? 'undefined' : handlervue_type_script_lang_js_typeof(val)) === 'object';
|
|
61617
|
-
}
|
|
61618
|
-
},
|
|
61619
|
-
home: {
|
|
61620
|
-
type: [Boolean, Object],
|
|
61621
|
-
default: function _default() {
|
|
61622
|
-
return {
|
|
61623
|
-
type: 'home',
|
|
61624
|
-
icon: 'es-icon-zuomian',
|
|
61625
|
-
title: '个人工作台'
|
|
61626
|
-
};
|
|
61627
|
-
}
|
|
61628
|
-
},
|
|
61629
|
-
notice: {
|
|
61630
|
-
type: [Boolean, Object],
|
|
61631
|
-
default: function _default() {
|
|
61632
|
-
return {
|
|
61633
|
-
type: 'notice',
|
|
61634
|
-
icon: 'es-icon-tongzhi',
|
|
61635
|
-
title: '通知消息'
|
|
61636
|
-
};
|
|
61637
|
-
}
|
|
61638
|
-
},
|
|
61639
|
-
quit: {
|
|
61640
|
-
type: [Boolean, Object],
|
|
61641
|
-
default: function _default() {
|
|
61642
|
-
return {
|
|
61643
|
-
type: 'quit',
|
|
61644
|
-
icon: 'es-icon-guanji',
|
|
61645
|
-
title: '退出'
|
|
61646
|
-
};
|
|
61647
|
-
}
|
|
61648
|
-
},
|
|
61649
|
-
set: {
|
|
61650
|
-
type: [Boolean, Object],
|
|
61697
|
+
data: {
|
|
61698
|
+
type: Array,
|
|
61651
61699
|
default: function _default() {
|
|
61652
|
-
return
|
|
61653
|
-
type: 'set',
|
|
61654
|
-
icon: 'es-icon-xitongguanli',
|
|
61655
|
-
title: '设置'
|
|
61656
|
-
};
|
|
61657
|
-
},
|
|
61658
|
-
|
|
61659
|
-
validator: function validator(val) {
|
|
61660
|
-
return val === false || (typeof val === 'undefined' ? 'undefined' : handlervue_type_script_lang_js_typeof(val)) === 'object';
|
|
61700
|
+
return [];
|
|
61661
61701
|
}
|
|
61662
61702
|
},
|
|
61663
|
-
|
|
61664
|
-
hide: {
|
|
61703
|
+
nums: {
|
|
61665
61704
|
type: Object,
|
|
61666
61705
|
default: function _default() {
|
|
61667
61706
|
return {};
|
|
61668
61707
|
}
|
|
61669
61708
|
},
|
|
61670
|
-
|
|
61671
|
-
type:
|
|
61672
|
-
default:
|
|
61673
|
-
|
|
61674
|
-
|
|
61675
|
-
|
|
61676
|
-
default: 0
|
|
61677
|
-
},
|
|
61678
|
-
online: {
|
|
61679
|
-
type: Number,
|
|
61680
|
-
default: 1
|
|
61709
|
+
showTitleType: {
|
|
61710
|
+
type: String,
|
|
61711
|
+
default: 'tooltip',
|
|
61712
|
+
validator: function validator(val) {
|
|
61713
|
+
return val === 'text' || val === 'tooltip';
|
|
61714
|
+
}
|
|
61681
61715
|
}
|
|
61682
61716
|
},
|
|
61683
61717
|
data: function data() {
|
|
@@ -61689,16 +61723,6 @@ var handlervue_type_script_lang_js_typeof = typeof Symbol === "function" && type
|
|
|
61689
61723
|
},
|
|
61690
61724
|
|
|
61691
61725
|
computed: {
|
|
61692
|
-
lists: function lists() {
|
|
61693
|
-
var hide = handlervue_type_script_lang_js_extends({
|
|
61694
|
-
old: true,
|
|
61695
|
-
im: true
|
|
61696
|
-
}, this.hide);
|
|
61697
|
-
var data = this.data ? this.data : [this.contact ? handlervue_type_script_lang_js_extends({}, this.contact, { type: 'contact' }) : {}, this.dateTime, this.onlineUser, this.search, this.im, this.index, this.home, this.notice, this.quit, this.set];
|
|
61698
|
-
return data.filter(function (item) {
|
|
61699
|
-
return item && Object.keys(item).length && !item.hide && !hide[item.type];
|
|
61700
|
-
});
|
|
61701
|
-
},
|
|
61702
61726
|
isClick: function isClick() {
|
|
61703
61727
|
var useCaseCodes = utils_util["a" /* default */].getStorage('useCaseCodes');
|
|
61704
61728
|
return useCaseCodes && useCaseCodes.includes('sys_user_onlineList');
|
|
@@ -61742,11 +61766,11 @@ var handlervue_type_script_lang_js_typeof = typeof Symbol === "function" && type
|
|
|
61742
61766
|
|
|
61743
61767
|
var handler_component = normalizeComponent(
|
|
61744
61768
|
simplicity_handlervue_type_script_lang_js_,
|
|
61745
|
-
|
|
61746
|
-
|
|
61769
|
+
handlervue_type_template_id_4a14597c_scoped_true_render,
|
|
61770
|
+
handlervue_type_template_id_4a14597c_scoped_true_staticRenderFns,
|
|
61747
61771
|
false,
|
|
61748
61772
|
null,
|
|
61749
|
-
"
|
|
61773
|
+
"4a14597c",
|
|
61750
61774
|
null
|
|
61751
61775
|
|
|
61752
61776
|
)
|
|
@@ -63283,10 +63307,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
|
|
|
63283
63307
|
this.$emit('click', res);
|
|
63284
63308
|
},
|
|
63285
63309
|
|
|
63286
|
-
/**
|
|
63287
|
-
* @desc:获取气泡提醒
|
|
63288
|
-
* @author huangbo
|
|
63289
|
-
* @date 2024年9月7日
|
|
63310
|
+
/**
|
|
63311
|
+
* @desc:获取气泡提醒
|
|
63312
|
+
* @author huangbo
|
|
63313
|
+
* @date 2024年9月7日
|
|
63290
63314
|
**/
|
|
63291
63315
|
getBadge: function getBadge(res) {
|
|
63292
63316
|
var num = res.tips || 0;
|
|
@@ -66992,8 +67016,6 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
66992
67016
|
//
|
|
66993
67017
|
//
|
|
66994
67018
|
//
|
|
66995
|
-
//
|
|
66996
|
-
//
|
|
66997
67019
|
|
|
66998
67020
|
|
|
66999
67021
|
|
|
@@ -67114,7 +67136,42 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67114
67136
|
//主题颜色选择颜色集合
|
|
67115
67137
|
themes: Array,
|
|
67116
67138
|
//操作栏配置
|
|
67117
|
-
handleData:
|
|
67139
|
+
handleData: {
|
|
67140
|
+
type: Array,
|
|
67141
|
+
default: function _default() {
|
|
67142
|
+
return [{
|
|
67143
|
+
type: 'contact'
|
|
67144
|
+
}, { type: 'dateTime' }, { type: 'onlineUser' }, {
|
|
67145
|
+
type: 'search',
|
|
67146
|
+
icon: 'es-icon-magnifier',
|
|
67147
|
+
title: '搜索'
|
|
67148
|
+
}, {
|
|
67149
|
+
type: 'im',
|
|
67150
|
+
icon: 'es-icon-liaotian',
|
|
67151
|
+
title: 'IM'
|
|
67152
|
+
}, {
|
|
67153
|
+
type: 'index',
|
|
67154
|
+
icon: 'es-icon-home',
|
|
67155
|
+
title: '门户'
|
|
67156
|
+
}, {
|
|
67157
|
+
type: 'home',
|
|
67158
|
+
icon: 'es-icon-zuomian',
|
|
67159
|
+
title: '首页'
|
|
67160
|
+
}, {
|
|
67161
|
+
type: 'notice',
|
|
67162
|
+
icon: 'es-icon-tongzhi',
|
|
67163
|
+
title: '消息'
|
|
67164
|
+
}, {
|
|
67165
|
+
type: 'quit',
|
|
67166
|
+
icon: 'es-icon-guanji',
|
|
67167
|
+
title: '退出'
|
|
67168
|
+
}, {
|
|
67169
|
+
type: 'set',
|
|
67170
|
+
icon: 'es-icon-xitongguanli',
|
|
67171
|
+
title: '设置'
|
|
67172
|
+
}];
|
|
67173
|
+
}
|
|
67174
|
+
},
|
|
67118
67175
|
//操作栏单项配置
|
|
67119
67176
|
handleConfig: Object,
|
|
67120
67177
|
//需要隐藏的头部功能
|
|
@@ -67193,7 +67250,15 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67193
67250
|
//切换旧版样式
|
|
67194
67251
|
oldVersion: Boolean,
|
|
67195
67252
|
//运维联系人
|
|
67196
|
-
contacts: Object
|
|
67253
|
+
contacts: Object,
|
|
67254
|
+
//展示系统操作按钮标题类型
|
|
67255
|
+
showHandlerTitleType: {
|
|
67256
|
+
type: String,
|
|
67257
|
+
default: 'tooltip',
|
|
67258
|
+
validator: function validator(val) {
|
|
67259
|
+
return ['tooltip', 'text'].includes(val);
|
|
67260
|
+
}
|
|
67261
|
+
}
|
|
67197
67262
|
},
|
|
67198
67263
|
data: function data() {
|
|
67199
67264
|
return {
|
|
@@ -67275,14 +67340,16 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67275
67340
|
doorIndex: '',
|
|
67276
67341
|
//弹窗
|
|
67277
67342
|
dialog: {},
|
|
67278
|
-
|
|
67279
|
-
|
|
67343
|
+
handleNums: {
|
|
67344
|
+
//消息数
|
|
67345
|
+
notice: 10,
|
|
67346
|
+
//在线人数
|
|
67347
|
+
online: 1
|
|
67348
|
+
},
|
|
67280
67349
|
//消息列表展示状态
|
|
67281
67350
|
showMsg: false,
|
|
67282
67351
|
//搜索
|
|
67283
67352
|
showSearch: false,
|
|
67284
|
-
//消息数
|
|
67285
|
-
notice: 0,
|
|
67286
67353
|
//即时消息
|
|
67287
67354
|
sysMsg: [],
|
|
67288
67355
|
//定时关闭及时消息对象
|
|
@@ -67301,16 +67368,35 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67301
67368
|
active: '',
|
|
67302
67369
|
//单位名称
|
|
67303
67370
|
simpleUserInfo: {},
|
|
67304
|
-
|
|
67371
|
+
handleDatas: this.handleData,
|
|
67372
|
+
//顶部右侧工具隐藏
|
|
67373
|
+
handleHides: '',
|
|
67374
|
+
// 显示旧设计
|
|
67305
67375
|
showOld: this.oldVersion,
|
|
67306
67376
|
//运维联系人
|
|
67307
67377
|
contact: this.contacts,
|
|
67308
67378
|
//单点退出地址
|
|
67309
|
-
singleLogout: null
|
|
67379
|
+
singleLogout: null,
|
|
67380
|
+
//展示系统操作按钮标题类型
|
|
67381
|
+
showTitleType: this.showHandlerTitleType
|
|
67310
67382
|
};
|
|
67311
67383
|
},
|
|
67312
67384
|
|
|
67313
67385
|
computed: {
|
|
67386
|
+
_handleDatas: function _handleDatas() {
|
|
67387
|
+
var _this = this;
|
|
67388
|
+
|
|
67389
|
+
return this.handleDatas.filter(function (item) {
|
|
67390
|
+
if (item.type === 'contact' && _this.contact) {
|
|
67391
|
+
item = simplicityvue_type_script_lang_js_extends({}, item, _this.contact);
|
|
67392
|
+
}
|
|
67393
|
+
if (item.type === 'contact' && !_this.contact) {
|
|
67394
|
+
return false;
|
|
67395
|
+
}
|
|
67396
|
+
return !item.hide && !_this.hide[item.type];
|
|
67397
|
+
});
|
|
67398
|
+
},
|
|
67399
|
+
|
|
67314
67400
|
//菜单接口
|
|
67315
67401
|
_menuUrl: function _menuUrl() {
|
|
67316
67402
|
if (this.menuUrl) {
|
|
@@ -67347,11 +67433,12 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67347
67433
|
|
|
67348
67434
|
//隐藏操作按键
|
|
67349
67435
|
hide: function hide() {
|
|
67350
|
-
var
|
|
67351
|
-
if (this.
|
|
67352
|
-
|
|
67436
|
+
var handleHides = {};
|
|
67437
|
+
if (this.handleHides) {
|
|
67438
|
+
handleHides = JSON.parse(this.handleHides.replace(/(['"])?([a-zA-Z0-9_]+)(['"])?:/g, '"$2":'));
|
|
67353
67439
|
}
|
|
67354
67440
|
var hides = {
|
|
67441
|
+
contact: this.contact ? false : true,
|
|
67355
67442
|
im: this.imConfig ? this.imUseCaseCode ? this.useCaseCodes.indexOf(this.imUseCaseCode) == -1 : false : true,
|
|
67356
67443
|
home: this.indexUrl ? false : true,
|
|
67357
67444
|
index: this.doorIndex ? false : true,
|
|
@@ -67364,7 +67451,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67364
67451
|
if (this.layout === 'topside' || this.layout === 'side') {
|
|
67365
67452
|
hides.user = true;
|
|
67366
67453
|
}
|
|
67367
|
-
return simplicityvue_type_script_lang_js_extends({}, hides, this.hides,
|
|
67454
|
+
return simplicityvue_type_script_lang_js_extends({}, hides, this.hides, handleHides);
|
|
67368
67455
|
}
|
|
67369
67456
|
},
|
|
67370
67457
|
watch: {
|
|
@@ -67387,10 +67474,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67387
67474
|
},
|
|
67388
67475
|
|
|
67389
67476
|
methods: {
|
|
67390
|
-
/**
|
|
67391
|
-
* @desc:匹配路由
|
|
67392
|
-
* @author huangbo
|
|
67393
|
-
* @date 2024年9月7日
|
|
67477
|
+
/**
|
|
67478
|
+
* @desc:匹配路由
|
|
67479
|
+
* @author huangbo
|
|
67480
|
+
* @date 2024年9月7日
|
|
67394
67481
|
**/
|
|
67395
67482
|
hasRouter: function hasRouter(res, url, code) {
|
|
67396
67483
|
if (!url) {
|
|
@@ -67434,10 +67521,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67434
67521
|
return false;
|
|
67435
67522
|
},
|
|
67436
67523
|
|
|
67437
|
-
/**
|
|
67438
|
-
* @desc:获取初始数据
|
|
67439
|
-
* @author huangbo
|
|
67440
|
-
* @date 2024年9月7日
|
|
67524
|
+
/**
|
|
67525
|
+
* @desc:获取初始数据
|
|
67526
|
+
* @author huangbo
|
|
67527
|
+
* @date 2024年9月7日
|
|
67441
67528
|
**/
|
|
67442
67529
|
init: function init(results, first) {
|
|
67443
67530
|
this.setConfig(results);
|
|
@@ -67446,10 +67533,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67446
67533
|
}
|
|
67447
67534
|
},
|
|
67448
67535
|
|
|
67449
|
-
/**
|
|
67450
|
-
* @desc:设置用户配置及信息
|
|
67451
|
-
* @author huangbo
|
|
67452
|
-
* @date 2024年9月7日
|
|
67536
|
+
/**
|
|
67537
|
+
* @desc:设置用户配置及信息
|
|
67538
|
+
* @author huangbo
|
|
67539
|
+
* @date 2024年9月7日
|
|
67453
67540
|
**/
|
|
67454
67541
|
setConfig: function setConfig(results) {
|
|
67455
67542
|
localStorage.setItem('mainConfig', JSON.stringify(results));
|
|
@@ -67560,8 +67647,12 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67560
67647
|
if (results[i].multipleVersion || results[i].oldVersion) {
|
|
67561
67648
|
this.showOld = results[i].oldVersion ? JSON.parse(results[i].oldVersion) : true;
|
|
67562
67649
|
}
|
|
67563
|
-
|
|
67564
|
-
|
|
67650
|
+
|
|
67651
|
+
if (results[i].handleDatas) {
|
|
67652
|
+
this.handleDatas = JSON.parse(results[i].handleDatas);
|
|
67653
|
+
}
|
|
67654
|
+
if (results[i].topRightToolHide || results[i].handleHides) {
|
|
67655
|
+
this.handleHides = JSON.parse(results[i].topRightToolHide || results[i].handleHides);
|
|
67565
67656
|
}
|
|
67566
67657
|
if (results[i].contact) {
|
|
67567
67658
|
var contact = JSON.parse(results[i].contact);
|
|
@@ -67570,6 +67661,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67570
67661
|
content: content
|
|
67571
67662
|
});
|
|
67572
67663
|
}
|
|
67664
|
+
//展示系统操作按钮标题类型
|
|
67665
|
+
if (results[i].showHandlerTitleType) {
|
|
67666
|
+
this.showTitleType = results[i].showHandlerTitleType;
|
|
67667
|
+
}
|
|
67573
67668
|
}
|
|
67574
67669
|
if (i === 'userModel' && results[i]) {
|
|
67575
67670
|
if (results[i].userHeadUrl) {
|
|
@@ -67589,21 +67684,21 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67589
67684
|
}
|
|
67590
67685
|
},
|
|
67591
67686
|
|
|
67592
|
-
/**
|
|
67593
|
-
* @desc:获取所有应用
|
|
67594
|
-
* @author huangbo
|
|
67595
|
-
* @date 2024年9月7日
|
|
67687
|
+
/**
|
|
67688
|
+
* @desc:获取所有应用
|
|
67689
|
+
* @author huangbo
|
|
67690
|
+
* @date 2024年9月7日
|
|
67596
67691
|
**/
|
|
67597
67692
|
getApplications: function getApplications() {
|
|
67598
|
-
var
|
|
67693
|
+
var _this2 = this;
|
|
67599
67694
|
|
|
67600
67695
|
var loading = utils_util["a" /* default */].loading('', '加载中...');
|
|
67601
67696
|
utils_util["a" /* default */].ajax({
|
|
67602
67697
|
url: this.appsUrl,
|
|
67603
67698
|
defaults: true
|
|
67604
67699
|
}).then(function (res) {
|
|
67605
|
-
if (
|
|
67606
|
-
|
|
67700
|
+
if (_this2.socket) {
|
|
67701
|
+
_this2.initWebSocket();
|
|
67607
67702
|
}
|
|
67608
67703
|
if (res.rCode === 0) {
|
|
67609
67704
|
if (res.results && Object.keys(res.results).length) {
|
|
@@ -67613,40 +67708,40 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67613
67708
|
app_system = _res$results.app_system,
|
|
67614
67709
|
app_user = _res$results.app_user;
|
|
67615
67710
|
|
|
67616
|
-
|
|
67711
|
+
_this2.userApps = app_user.filter(function (item) {
|
|
67617
67712
|
return item.permission !== false;
|
|
67618
67713
|
});
|
|
67619
|
-
|
|
67620
|
-
|
|
67621
|
-
|
|
67622
|
-
|
|
67623
|
-
|
|
67624
|
-
|
|
67625
|
-
|
|
67714
|
+
_this2.applications = all;
|
|
67715
|
+
_this2.business = app_special_business_system;
|
|
67716
|
+
_this2.systems = app_system;
|
|
67717
|
+
_this2.setTips(_this2.userApps);
|
|
67718
|
+
_this2.setTips(_this2.applications);
|
|
67719
|
+
_this2.setTips(_this2.business);
|
|
67720
|
+
_this2.setTips(_this2.systems);
|
|
67626
67721
|
} else {
|
|
67627
|
-
|
|
67722
|
+
_this2.$message.error('未分配应用菜单权限,请联系管理员!');
|
|
67628
67723
|
}
|
|
67629
|
-
|
|
67724
|
+
_this2.getMenus(loading);
|
|
67630
67725
|
} else {
|
|
67631
67726
|
loading.close();
|
|
67632
67727
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
67633
|
-
|
|
67728
|
+
_this2.$message.error(msg);
|
|
67634
67729
|
}
|
|
67635
67730
|
}).catch(function (err) {
|
|
67636
67731
|
loading.close();
|
|
67637
67732
|
if (err.message && err.message !== 'canceled') {
|
|
67638
|
-
|
|
67733
|
+
_this2.$message.error(err.message);
|
|
67639
67734
|
}
|
|
67640
67735
|
});
|
|
67641
67736
|
},
|
|
67642
67737
|
|
|
67643
|
-
/**
|
|
67644
|
-
* @desc:获取菜单列表
|
|
67645
|
-
* @author huangbo
|
|
67646
|
-
* @date 2024年9月7日
|
|
67738
|
+
/**
|
|
67739
|
+
* @desc:获取菜单列表
|
|
67740
|
+
* @author huangbo
|
|
67741
|
+
* @date 2024年9月7日
|
|
67647
67742
|
**/
|
|
67648
67743
|
getMenus: function getMenus(loading) {
|
|
67649
|
-
var
|
|
67744
|
+
var _this3 = this;
|
|
67650
67745
|
|
|
67651
67746
|
var menuData = utils_store.get('nav');
|
|
67652
67747
|
if (menuData && menuData.length) {
|
|
@@ -67660,26 +67755,26 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67660
67755
|
if (res.results && res.results.length) {
|
|
67661
67756
|
//this.$emit('update:menuData', res.results);
|
|
67662
67757
|
utils_store.set('nav', JSON.parse(JSON.stringify(res.results)));
|
|
67663
|
-
|
|
67758
|
+
_this3.renderMenus(JSON.parse(JSON.stringify(res.results)));
|
|
67664
67759
|
} else {
|
|
67665
|
-
|
|
67760
|
+
_this3.$message.error('未分配菜单权限,请联系管理员!');
|
|
67666
67761
|
}
|
|
67667
67762
|
} else {
|
|
67668
67763
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
67669
|
-
|
|
67764
|
+
_this3.$message.error(msg);
|
|
67670
67765
|
}
|
|
67671
67766
|
}).catch(function (err) {
|
|
67672
67767
|
loading.close();
|
|
67673
67768
|
if (err.message && err.message !== 'canceled') {
|
|
67674
|
-
|
|
67769
|
+
_this3.$message.error(err.message);
|
|
67675
67770
|
}
|
|
67676
67771
|
});
|
|
67677
67772
|
},
|
|
67678
67773
|
|
|
67679
|
-
/**
|
|
67680
|
-
* @desc:处理菜单列表
|
|
67681
|
-
* @author huangbo
|
|
67682
|
-
* @date 2024年9月7日
|
|
67774
|
+
/**
|
|
67775
|
+
* @desc:处理菜单列表
|
|
67776
|
+
* @author huangbo
|
|
67777
|
+
* @date 2024年9月7日
|
|
67683
67778
|
**/
|
|
67684
67779
|
renderMenus: function renderMenus(res) {
|
|
67685
67780
|
this.menus = res;
|
|
@@ -67775,10 +67870,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67775
67870
|
}
|
|
67776
67871
|
},
|
|
67777
67872
|
|
|
67778
|
-
/**
|
|
67779
|
-
* @desc:设置页面加载类型
|
|
67780
|
-
* @author huangbo
|
|
67781
|
-
* @date 2024年9月7日
|
|
67873
|
+
/**
|
|
67874
|
+
* @desc:设置页面加载类型
|
|
67875
|
+
* @author huangbo
|
|
67876
|
+
* @date 2024年9月7日
|
|
67782
67877
|
**/
|
|
67783
67878
|
setIframeType: function setIframeType(res) {
|
|
67784
67879
|
var url = res.url;
|
|
@@ -67834,10 +67929,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67834
67929
|
return res;
|
|
67835
67930
|
},
|
|
67836
67931
|
|
|
67837
|
-
/**
|
|
67838
|
-
* @desc:获取菜单
|
|
67839
|
-
* @author huangbo
|
|
67840
|
-
* @date 2024年9月7日
|
|
67932
|
+
/**
|
|
67933
|
+
* @desc:获取菜单
|
|
67934
|
+
* @author huangbo
|
|
67935
|
+
* @date 2024年9月7日
|
|
67841
67936
|
**/
|
|
67842
67937
|
getMenu: function getMenu(menus, res, key) {
|
|
67843
67938
|
if (Array.isArray(menus)) {
|
|
@@ -67866,10 +67961,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67866
67961
|
return false;
|
|
67867
67962
|
},
|
|
67868
67963
|
|
|
67869
|
-
/**
|
|
67870
|
-
* @desc:获取菜单第一条数据
|
|
67871
|
-
* @author huangbo
|
|
67872
|
-
* @date 2024年9月7日
|
|
67964
|
+
/**
|
|
67965
|
+
* @desc:获取菜单第一条数据
|
|
67966
|
+
* @author huangbo
|
|
67967
|
+
* @date 2024年9月7日
|
|
67873
67968
|
**/
|
|
67874
67969
|
getFirst: function getFirst(obj) {
|
|
67875
67970
|
if (!obj) {
|
|
@@ -67888,17 +67983,17 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67888
67983
|
}
|
|
67889
67984
|
},
|
|
67890
67985
|
|
|
67891
|
-
/**
|
|
67892
|
-
* @desc:遍历设置菜单气泡提醒
|
|
67893
|
-
* @author huangbo
|
|
67894
|
-
* @date 2024年9月7日
|
|
67986
|
+
/**
|
|
67987
|
+
* @desc:遍历设置菜单气泡提醒
|
|
67988
|
+
* @author huangbo
|
|
67989
|
+
* @date 2024年9月7日
|
|
67895
67990
|
**/
|
|
67896
67991
|
setTips: function setTips(obj) {
|
|
67897
|
-
var
|
|
67992
|
+
var _this4 = this;
|
|
67898
67993
|
|
|
67899
67994
|
if (Array.isArray(obj)) {
|
|
67900
67995
|
obj.forEach(function (item) {
|
|
67901
|
-
|
|
67996
|
+
_this4.setTips(item);
|
|
67902
67997
|
});
|
|
67903
67998
|
} else {
|
|
67904
67999
|
if (obj && Object.prototype.hasOwnProperty.call(obj, 'tips') && obj.tips) {
|
|
@@ -67908,7 +68003,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67908
68003
|
var flag = 0;
|
|
67909
68004
|
if (obj.children && obj.children.length) {
|
|
67910
68005
|
obj.children.forEach(function (item) {
|
|
67911
|
-
var n =
|
|
68006
|
+
var n = _this4.setTips(item);
|
|
67912
68007
|
flag += n ? parseInt(n) : 0;
|
|
67913
68008
|
});
|
|
67914
68009
|
if (flag) {
|
|
@@ -67921,7 +68016,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67921
68016
|
}
|
|
67922
68017
|
} else if (obj.fourthTabs && obj.fourthTabs.length) {
|
|
67923
68018
|
obj.fourthTabs.forEach(function (item) {
|
|
67924
|
-
var n =
|
|
68019
|
+
var n = _this4.setTips(item);
|
|
67925
68020
|
flag += n ? parseInt(n) : 0;
|
|
67926
68021
|
});
|
|
67927
68022
|
if (flag) {
|
|
@@ -67943,21 +68038,21 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67943
68038
|
return false;
|
|
67944
68039
|
},
|
|
67945
68040
|
setDot: function setDot(obj, code) {
|
|
67946
|
-
var
|
|
68041
|
+
var _this5 = this;
|
|
67947
68042
|
|
|
67948
68043
|
if (Array.isArray(obj)) {
|
|
67949
68044
|
obj.forEach(function (item) {
|
|
67950
|
-
|
|
68045
|
+
_this5.setDot(item, code);
|
|
67951
68046
|
});
|
|
67952
68047
|
} else if (obj.code === code) {
|
|
67953
68048
|
this.$set(obj, 'tips', true);
|
|
67954
68049
|
}
|
|
67955
68050
|
},
|
|
67956
68051
|
|
|
67957
|
-
/**
|
|
67958
|
-
* @desc:获取气泡提醒
|
|
67959
|
-
* @author huangbo
|
|
67960
|
-
* @date 2024年9月7日
|
|
68052
|
+
/**
|
|
68053
|
+
* @desc:获取气泡提醒
|
|
68054
|
+
* @author huangbo
|
|
68055
|
+
* @date 2024年9月7日
|
|
67961
68056
|
**/
|
|
67962
68057
|
getBadge: function getBadge(res) {
|
|
67963
68058
|
var num = res.tips || 0;
|
|
@@ -67971,13 +68066,13 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67971
68066
|
};
|
|
67972
68067
|
},
|
|
67973
68068
|
|
|
67974
|
-
/**
|
|
67975
|
-
* @desc:开启weosocket
|
|
67976
|
-
* @author huangbo
|
|
67977
|
-
* @date 2024年9月7日
|
|
68069
|
+
/**
|
|
68070
|
+
* @desc:开启weosocket
|
|
68071
|
+
* @author huangbo
|
|
68072
|
+
* @date 2024年9月7日
|
|
67978
68073
|
**/
|
|
67979
68074
|
initWebSocket: function initWebSocket() {
|
|
67980
|
-
var
|
|
68075
|
+
var _this6 = this;
|
|
67981
68076
|
|
|
67982
68077
|
this.webSocket = utils_util["a" /* default */].socket({
|
|
67983
68078
|
url: api["Cc" /* wss */],
|
|
@@ -67987,32 +68082,32 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67987
68082
|
for (var i in data) {
|
|
67988
68083
|
if (data[i] !== null && data[i] !== undefined) {
|
|
67989
68084
|
if (i === 'onlineUserNums' && data[i] > 0) {
|
|
67990
|
-
|
|
68085
|
+
_this6.$set(_this6.handleNums, 'onlineUser', data[i]);
|
|
67991
68086
|
}
|
|
67992
68087
|
if (i === 'sysMsgNums' && data[i] !== null) {
|
|
67993
|
-
|
|
67994
|
-
if (
|
|
67995
|
-
|
|
68088
|
+
_this6.$set(_this6.handleNums, 'notice', data[i]);
|
|
68089
|
+
if (_this6.showMsg) {
|
|
68090
|
+
_this6.$refs.message.getMsg(true);
|
|
67996
68091
|
}
|
|
67997
68092
|
}
|
|
67998
68093
|
if (i === 'menuTipsMap' && data[i] !== null) {
|
|
67999
|
-
|
|
68094
|
+
_this6.menuTips = data[i];
|
|
68000
68095
|
}
|
|
68001
68096
|
if (i === 'sysMsgList' && data[i] !== null) {
|
|
68002
|
-
|
|
68003
|
-
data[i] && data[i].length &&
|
|
68097
|
+
_this6.sysMsg = data[i];
|
|
68098
|
+
data[i] && data[i].length && _this6.$emit('bus-emit', 'waitdone');
|
|
68004
68099
|
}
|
|
68005
68100
|
if (i === 'extraData' && data[i] !== null) {
|
|
68006
|
-
|
|
68101
|
+
_this6.extraData = data[i];
|
|
68007
68102
|
}
|
|
68008
68103
|
}
|
|
68009
68104
|
}
|
|
68010
|
-
if (
|
|
68105
|
+
if (_this6.$store) {
|
|
68011
68106
|
try {
|
|
68012
|
-
|
|
68107
|
+
_this6.$store.commit('websocket', data);
|
|
68013
68108
|
} catch (error) {}
|
|
68014
68109
|
}
|
|
68015
|
-
var bus =
|
|
68110
|
+
var bus = _this6.bus || _this6.$eventBus || _this6.$root.Bus;
|
|
68016
68111
|
if (bus) {
|
|
68017
68112
|
bus.$emit('websocket', data);
|
|
68018
68113
|
}
|
|
@@ -68023,10 +68118,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68023
68118
|
});
|
|
68024
68119
|
},
|
|
68025
68120
|
|
|
68026
|
-
/**
|
|
68027
|
-
* @desc:显示用户信息
|
|
68028
|
-
* @author huangbo
|
|
68029
|
-
* @date 2024年9月7日
|
|
68121
|
+
/**
|
|
68122
|
+
* @desc:显示用户信息
|
|
68123
|
+
* @author huangbo
|
|
68124
|
+
* @date 2024年9月7日
|
|
68030
68125
|
**/
|
|
68031
68126
|
showUserInfo: function showUserInfo() {
|
|
68032
68127
|
if (this.showUser === false) {
|
|
@@ -68034,19 +68129,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68034
68129
|
}
|
|
68035
68130
|
},
|
|
68036
68131
|
|
|
68037
|
-
/**
|
|
68038
|
-
* @desc:删除更多应用菜单点击
|
|
68039
|
-
* @author huangbo
|
|
68040
|
-
* @date 2024年9月7日
|
|
68132
|
+
/**
|
|
68133
|
+
* @desc:删除更多应用菜单点击
|
|
68134
|
+
* @author huangbo
|
|
68135
|
+
* @date 2024年9月7日
|
|
68041
68136
|
**/
|
|
68042
68137
|
handleDelete: function handleDelete(index) {
|
|
68043
68138
|
this.newApps.splice(index, 1);
|
|
68044
68139
|
},
|
|
68045
68140
|
|
|
68046
|
-
/**
|
|
68047
|
-
* @desc:储存更多应用菜单点击
|
|
68048
|
-
* @author huangbo
|
|
68049
|
-
* @date 2024年9月7日
|
|
68141
|
+
/**
|
|
68142
|
+
* @desc:储存更多应用菜单点击
|
|
68143
|
+
* @author huangbo
|
|
68144
|
+
* @date 2024年9月7日
|
|
68050
68145
|
**/
|
|
68051
68146
|
handlerClickApps: function handlerClickApps(res) {
|
|
68052
68147
|
if (res.permission === false) {
|
|
@@ -68059,10 +68154,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68059
68154
|
this.handlerClickApp(res);
|
|
68060
68155
|
},
|
|
68061
68156
|
|
|
68062
|
-
/**
|
|
68063
|
-
* @desc:侧边应用菜单点击
|
|
68064
|
-
* @author huangbo
|
|
68065
|
-
* @date 2024年9月7日
|
|
68157
|
+
/**
|
|
68158
|
+
* @desc:侧边应用菜单点击
|
|
68159
|
+
* @author huangbo
|
|
68160
|
+
* @date 2024年9月7日
|
|
68066
68161
|
**/
|
|
68067
68162
|
handlerClickApp: function handlerClickApp(res) {
|
|
68068
68163
|
this.showMsg = false;
|
|
@@ -68151,10 +68246,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68151
68246
|
}
|
|
68152
68247
|
},
|
|
68153
68248
|
|
|
68154
|
-
/**
|
|
68155
|
-
* @desc:显示Drawer界面
|
|
68156
|
-
* @author huangbo
|
|
68157
|
-
* @date 2024年9月7日
|
|
68249
|
+
/**
|
|
68250
|
+
* @desc:显示Drawer界面
|
|
68251
|
+
* @author huangbo
|
|
68252
|
+
* @date 2024年9月7日
|
|
68158
68253
|
**/
|
|
68159
68254
|
handlerSetDrawer: function handlerSetDrawer(res, type) {
|
|
68160
68255
|
var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
|
|
@@ -68174,19 +68269,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68174
68269
|
}
|
|
68175
68270
|
},
|
|
68176
68271
|
|
|
68177
|
-
/**
|
|
68178
|
-
* @desc:关闭Drawer界面
|
|
68179
|
-
* @author huangbo
|
|
68180
|
-
* @date 2024年9月7日
|
|
68272
|
+
/**
|
|
68273
|
+
* @desc:关闭Drawer界面
|
|
68274
|
+
* @author huangbo
|
|
68275
|
+
* @date 2024年9月7日
|
|
68181
68276
|
**/
|
|
68182
68277
|
handleCloseDrawer: function handleCloseDrawer() {
|
|
68183
68278
|
this.drawer = { visible: false };
|
|
68184
68279
|
},
|
|
68185
68280
|
|
|
68186
|
-
/**
|
|
68187
|
-
* @desc:菜单点击
|
|
68188
|
-
* @author huangbo
|
|
68189
|
-
* @date 2024年9月7日
|
|
68281
|
+
/**
|
|
68282
|
+
* @desc:菜单点击
|
|
68283
|
+
* @author huangbo
|
|
68284
|
+
* @date 2024年9月7日
|
|
68190
68285
|
**/
|
|
68191
68286
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
68192
68287
|
utils_util["a" /* default */].ajax({
|
|
@@ -68235,19 +68330,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68235
68330
|
},
|
|
68236
68331
|
|
|
68237
68332
|
|
|
68238
|
-
/**
|
|
68239
|
-
* @desc:用户详情请求成功
|
|
68240
|
-
* @author huangbo
|
|
68241
|
-
* @date 2024年9月7日
|
|
68333
|
+
/**
|
|
68334
|
+
* @desc:用户详情请求成功
|
|
68335
|
+
* @author huangbo
|
|
68336
|
+
* @date 2024年9月7日
|
|
68242
68337
|
**/
|
|
68243
68338
|
handleSuccess: function handleSuccess(res) {
|
|
68244
68339
|
this.simpleUserInfo = res.simpleUserInfo;
|
|
68245
68340
|
},
|
|
68246
68341
|
|
|
68247
|
-
/**
|
|
68248
|
-
* @desc:修改用户配置
|
|
68249
|
-
* @author huangbo
|
|
68250
|
-
* @date 2024年9月7日
|
|
68342
|
+
/**
|
|
68343
|
+
* @desc:修改用户配置
|
|
68344
|
+
* @author huangbo
|
|
68345
|
+
* @date 2024年9月7日
|
|
68251
68346
|
**/
|
|
68252
68347
|
handleChangeConfig: function handleChangeConfig(name, res) {
|
|
68253
68348
|
if (name == 'userHeadUrl') {
|
|
@@ -68263,10 +68358,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68263
68358
|
}
|
|
68264
68359
|
},
|
|
68265
68360
|
|
|
68266
|
-
/**
|
|
68267
|
-
* @desc:关闭webSocket
|
|
68268
|
-
* @author huangbo
|
|
68269
|
-
* @date 2024年9月7日
|
|
68361
|
+
/**
|
|
68362
|
+
* @desc:关闭webSocket
|
|
68363
|
+
* @author huangbo
|
|
68364
|
+
* @date 2024年9月7日
|
|
68270
68365
|
**/
|
|
68271
68366
|
handlerClose: function handlerClose() {
|
|
68272
68367
|
if (this.webSocket) {
|
|
@@ -68274,10 +68369,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68274
68369
|
}
|
|
68275
68370
|
},
|
|
68276
68371
|
|
|
68277
|
-
/**
|
|
68278
|
-
* @desc:刷新选中iframe页签
|
|
68279
|
-
* @author huangbo
|
|
68280
|
-
* @date 2024年9月7日
|
|
68372
|
+
/**
|
|
68373
|
+
* @desc:刷新选中iframe页签
|
|
68374
|
+
* @author huangbo
|
|
68375
|
+
* @date 2024年9月7日
|
|
68281
68376
|
**/
|
|
68282
68377
|
handleRefresh: function handleRefresh() {
|
|
68283
68378
|
var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
@@ -68298,10 +68393,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68298
68393
|
}
|
|
68299
68394
|
},
|
|
68300
68395
|
|
|
68301
|
-
/**
|
|
68302
|
-
* @desc:删除iframe
|
|
68303
|
-
* @author huangbo
|
|
68304
|
-
* @date 2024年9月7日
|
|
68396
|
+
/**
|
|
68397
|
+
* @desc:删除iframe
|
|
68398
|
+
* @author huangbo
|
|
68399
|
+
* @date 2024年9月7日
|
|
68305
68400
|
**/
|
|
68306
68401
|
handleRemove: function handleRemove(name) {
|
|
68307
68402
|
var len = this.tabs.length - 1;
|
|
@@ -68318,10 +68413,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68318
68413
|
}
|
|
68319
68414
|
},
|
|
68320
68415
|
|
|
68321
|
-
/**
|
|
68322
|
-
* @desc:tabs鼠标右键事件
|
|
68323
|
-
* @author huangbo
|
|
68324
|
-
* @date 2024年9月7日
|
|
68416
|
+
/**
|
|
68417
|
+
* @desc:tabs鼠标右键事件
|
|
68418
|
+
* @author huangbo
|
|
68419
|
+
* @date 2024年9月7日
|
|
68325
68420
|
**/
|
|
68326
68421
|
handleContextmenu: function handleContextmenu(tabs, e) {
|
|
68327
68422
|
var disabled = {};
|
|
@@ -68346,10 +68441,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68346
68441
|
window.addEventListener('click', this.closeTabsEvents);
|
|
68347
68442
|
},
|
|
68348
68443
|
|
|
68349
|
-
/**
|
|
68350
|
-
* @desc:tabs页签事件
|
|
68351
|
-
* @author huangbo
|
|
68352
|
-
* @date 2024年9月7日
|
|
68444
|
+
/**
|
|
68445
|
+
* @desc:tabs页签事件
|
|
68446
|
+
* @author huangbo
|
|
68447
|
+
* @date 2024年9月7日
|
|
68353
68448
|
**/
|
|
68354
68449
|
handleTabsEvents: function handleTabsEvents(num) {
|
|
68355
68450
|
if (this.pane !== null) {
|
|
@@ -68367,10 +68462,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68367
68462
|
window.removeEventListener('click', this.closeTabsEvents);
|
|
68368
68463
|
},
|
|
68369
68464
|
|
|
68370
|
-
/**
|
|
68371
|
-
* @desc:handler工具栏点击事件
|
|
68372
|
-
* @author huangbo
|
|
68373
|
-
* @date 2024年9月7日
|
|
68465
|
+
/**
|
|
68466
|
+
* @desc:handler工具栏点击事件
|
|
68467
|
+
* @author huangbo
|
|
68468
|
+
* @date 2024年9月7日
|
|
68374
68469
|
**/
|
|
68375
68470
|
handleClick: function handleClick(res) {
|
|
68376
68471
|
var type = res.type,
|
|
@@ -68448,13 +68543,13 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68448
68543
|
this.$emit('handler-click', res);
|
|
68449
68544
|
},
|
|
68450
68545
|
|
|
68451
|
-
/**
|
|
68452
|
-
* @desc:退出登录
|
|
68453
|
-
* @author huangbo
|
|
68454
|
-
* @date 2024年9月7日
|
|
68546
|
+
/**
|
|
68547
|
+
* @desc:退出登录
|
|
68548
|
+
* @author huangbo
|
|
68549
|
+
* @date 2024年9月7日
|
|
68455
68550
|
**/
|
|
68456
68551
|
handleQuit: function handleQuit() {
|
|
68457
|
-
var
|
|
68552
|
+
var _this7 = this;
|
|
68458
68553
|
|
|
68459
68554
|
this.$confirm('确定退出吗?', '退出系统', {
|
|
68460
68555
|
confirmButtonText: '确定',
|
|
@@ -68470,19 +68565,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68470
68565
|
}
|
|
68471
68566
|
break;
|
|
68472
68567
|
}
|
|
68473
|
-
if (
|
|
68474
|
-
for (var _i2 = 0; _i2 <
|
|
68568
|
+
if (_this7.singleLogout) {
|
|
68569
|
+
for (var _i2 = 0; _i2 < _this7.singleLogout.length; _i2++) {
|
|
68475
68570
|
var iframe = document.createElement('iframe');
|
|
68476
68571
|
iframe.style.display = 'none';
|
|
68477
|
-
iframe.src =
|
|
68572
|
+
iframe.src = _this7.singleLogout[_i2];
|
|
68478
68573
|
document.body.appendChild(iframe);
|
|
68479
68574
|
}
|
|
68480
68575
|
}
|
|
68481
68576
|
utils_util["a" /* default */].ajax({ method: 'post', url: api["rb" /* logout */] }).then(function (res) {
|
|
68482
68577
|
if (res.rCode == 0) {
|
|
68483
68578
|
utils_util["a" /* default */].removeStorage(['Authorization', 'token', 'ssId', 'userId', 'userName', 'auth', 'deviceUnique', 'menus', 'useCaseCodes', 'mainConfig', 'jump']);
|
|
68484
|
-
if (
|
|
68485
|
-
|
|
68579
|
+
if (_this7.onQuit && typeof _this7.onQuit === 'function') {
|
|
68580
|
+
_this7.onQuit();
|
|
68486
68581
|
} else {
|
|
68487
68582
|
try {
|
|
68488
68583
|
var loginPage = utils_util["a" /* default */].getStorage('login') || utils_util["a" /* default */].getStorage('loginPage');
|
|
@@ -68520,16 +68615,16 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68520
68615
|
}
|
|
68521
68616
|
}).catch(function (err) {
|
|
68522
68617
|
if (err.message && err.message !== 'canceled') {
|
|
68523
|
-
|
|
68618
|
+
_this7.$message.error(err.message);
|
|
68524
68619
|
}
|
|
68525
68620
|
});
|
|
68526
68621
|
}).catch(function (e) {});
|
|
68527
68622
|
},
|
|
68528
68623
|
|
|
68529
|
-
/**
|
|
68530
|
-
* @desc:主题、消息回调
|
|
68531
|
-
* @author huangbo
|
|
68532
|
-
* @date 2024年9月7日
|
|
68624
|
+
/**
|
|
68625
|
+
* @desc:主题、消息回调
|
|
68626
|
+
* @author huangbo
|
|
68627
|
+
* @date 2024年9月7日
|
|
68533
68628
|
**/
|
|
68534
68629
|
handleChange: function handleChange(res) {
|
|
68535
68630
|
var type = res.type,
|
|
@@ -68540,15 +68635,15 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68540
68635
|
this.setTheme(value);
|
|
68541
68636
|
break;
|
|
68542
68637
|
case 'ignore':
|
|
68543
|
-
this.notice
|
|
68638
|
+
this.$set(this.handleNums, 'notice', 0);
|
|
68544
68639
|
break;
|
|
68545
68640
|
}
|
|
68546
68641
|
},
|
|
68547
68642
|
|
|
68548
|
-
/**
|
|
68549
|
-
* @desc:菜单布局样式切换
|
|
68550
|
-
* @author huangbo
|
|
68551
|
-
* @date 2024年9月7日
|
|
68643
|
+
/**
|
|
68644
|
+
* @desc:菜单布局样式切换
|
|
68645
|
+
* @author huangbo
|
|
68646
|
+
* @date 2024年9月7日
|
|
68552
68647
|
**/
|
|
68553
68648
|
handleLayout: function handleLayout(res, active) {
|
|
68554
68649
|
if (active) {
|
|
@@ -68557,10 +68652,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68557
68652
|
this.$emit('chang-layout', res, active);
|
|
68558
68653
|
},
|
|
68559
68654
|
|
|
68560
|
-
/**
|
|
68561
|
-
* @desc:消息修改总数
|
|
68562
|
-
* @author huangbo
|
|
68563
|
-
* @date 2024年9月7日
|
|
68655
|
+
/**
|
|
68656
|
+
* @desc:消息修改总数
|
|
68657
|
+
* @author huangbo
|
|
68658
|
+
* @date 2024年9月7日
|
|
68564
68659
|
**/
|
|
68565
68660
|
handleMenuTips: function handleMenuTips(id, num) {
|
|
68566
68661
|
if (num) {
|
|
@@ -68571,19 +68666,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68571
68666
|
}
|
|
68572
68667
|
},
|
|
68573
68668
|
|
|
68574
|
-
/**
|
|
68575
|
-
* @desc:处理即时消息
|
|
68576
|
-
* @author huangbo
|
|
68577
|
-
* @date 2024年9月7日
|
|
68669
|
+
/**
|
|
68670
|
+
* @desc:处理即时消息
|
|
68671
|
+
* @author huangbo
|
|
68672
|
+
* @date 2024年9月7日
|
|
68578
68673
|
**/
|
|
68579
68674
|
handleOpened: function handleOpened(res) {
|
|
68580
|
-
var
|
|
68675
|
+
var _this8 = this;
|
|
68581
68676
|
|
|
68582
68677
|
if (res === undefined) {
|
|
68583
68678
|
this.sysMsg = [];
|
|
68584
68679
|
} else if (res == false && this.sysMsg.length) {
|
|
68585
68680
|
this.sysMsgOut = setTimeout(function () {
|
|
68586
|
-
|
|
68681
|
+
_this8.sysMsg = [];
|
|
68587
68682
|
}, 3000);
|
|
68588
68683
|
} else if (this.sysMsgOut) {
|
|
68589
68684
|
clearTimeout(this.sysMsgOut);
|
|
@@ -68658,13 +68753,13 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68658
68753
|
|
|
68659
68754
|
//监听改变菜单
|
|
68660
68755
|
handleListener: function handleListener() {
|
|
68661
|
-
var
|
|
68756
|
+
var _this9 = this;
|
|
68662
68757
|
|
|
68663
68758
|
utils_util["a" /* default */].win.addEventListener('message', function (e) {
|
|
68664
68759
|
var msg = e.data;
|
|
68665
68760
|
if (msg.key == 'jump_Menu') {
|
|
68666
68761
|
var res = msg.data1;
|
|
68667
|
-
|
|
68762
|
+
_this9.jumpMenu(res);
|
|
68668
68763
|
}
|
|
68669
68764
|
}, false);
|
|
68670
68765
|
},
|
|
@@ -68701,11 +68796,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68701
68796
|
|
|
68702
68797
|
var simplicity_component = normalizeComponent(
|
|
68703
68798
|
src_simplicityvue_type_script_lang_js_,
|
|
68704
|
-
|
|
68705
|
-
|
|
68799
|
+
simplicityvue_type_template_id_213583d1_scoped_true_render,
|
|
68800
|
+
simplicityvue_type_template_id_213583d1_scoped_true_staticRenderFns,
|
|
68706
68801
|
false,
|
|
68707
68802
|
null,
|
|
68708
|
-
"
|
|
68803
|
+
"213583d1",
|
|
68709
68804
|
null
|
|
68710
68805
|
|
|
68711
68806
|
)
|
|
@@ -72718,7 +72813,7 @@ var default_component = normalizeComponent(
|
|
|
72718
72813
|
|
|
72719
72814
|
/* harmony default export */ var src_default = (default_component.exports);
|
|
72720
72815
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=script&lang=js&
|
|
72721
|
-
function
|
|
72816
|
+
function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }
|
|
72722
72817
|
|
|
72723
72818
|
//
|
|
72724
72819
|
//
|
|
@@ -72895,7 +72990,7 @@ function src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys) { va
|
|
|
72895
72990
|
break;
|
|
72896
72991
|
case 'emit':
|
|
72897
72992
|
var origin = args.origin,
|
|
72898
|
-
data =
|
|
72993
|
+
data = main_src_mainvue_type_script_lang_js_objectWithoutProperties(args, ['origin']);
|
|
72899
72994
|
|
|
72900
72995
|
var iframes = document.getElementsByTagName('iframe');
|
|
72901
72996
|
iframes = iframes.filter(function (item) {
|
|
@@ -75739,19 +75834,19 @@ var QRCode = __webpack_require__(24);
|
|
|
75739
75834
|
//设置logo大小
|
|
75740
75835
|
var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
|
|
75741
75836
|
//设置获取的logo将其变为圆角以及添加白色背景
|
|
75742
|
-
/* ctx.fillStyle = "#fff";
|
|
75743
|
-
ctx.beginPath();
|
|
75744
|
-
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
75745
|
-
let w = 46; //圆角宽
|
|
75746
|
-
let x = logoPosition - 5;
|
|
75747
|
-
let y = logoPosition - 5;
|
|
75748
|
-
let r = 5; //圆角半径
|
|
75749
|
-
ctx.moveTo(x + r, y);
|
|
75750
|
-
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
75751
|
-
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
75752
|
-
ctx.arcTo(x, y + h, x, y, r);
|
|
75753
|
-
ctx.arcTo(x, y, x + w, y, r);
|
|
75754
|
-
ctx.closePath();
|
|
75837
|
+
/* ctx.fillStyle = "#fff";
|
|
75838
|
+
ctx.beginPath();
|
|
75839
|
+
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
75840
|
+
let w = 46; //圆角宽
|
|
75841
|
+
let x = logoPosition - 5;
|
|
75842
|
+
let y = logoPosition - 5;
|
|
75843
|
+
let r = 5; //圆角半径
|
|
75844
|
+
ctx.moveTo(x + r, y);
|
|
75845
|
+
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
75846
|
+
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
75847
|
+
ctx.arcTo(x, y + h, x, y, r);
|
|
75848
|
+
ctx.arcTo(x, y, x + w, y, r);
|
|
75849
|
+
ctx.closePath();
|
|
75755
75850
|
ctx.fill(); */
|
|
75756
75851
|
logo.onload = function () {
|
|
75757
75852
|
ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
|
|
@@ -93850,7 +93945,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
93850
93945
|
}
|
|
93851
93946
|
|
|
93852
93947
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
93853
|
-
version: '0.7.
|
|
93948
|
+
version: '0.7.28',
|
|
93854
93949
|
install: install,
|
|
93855
93950
|
Button: packages_button,
|
|
93856
93951
|
ButtonGroup: button_group,
|