eoss-ui 0.7.48 → 0.7.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/calogin.js +233 -233
- package/lib/eoss-ui.common.js +775 -756
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +302 -283
- package/lib/index.js +1 -1
- package/lib/main.js +140 -140
- package/lib/qr-code.js +13 -13
- package/package.json +160 -160
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +992 -992
- package/packages/data-table/src/main.vue +1840 -1840
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/Circulate.vue +413 -413
- package/packages/flow/src/component/CommonOpinions.vue +373 -373
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +240 -240
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +756 -756
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2846 -2846
- package/packages/flow/src/main.vue +3879 -3861
- package/packages/flow/src/processForm.vue +1365 -1365
- package/packages/flow/src/processReject.vue +309 -309
- package/packages/flow/src/reset.vue +942 -942
- package/packages/flow/src/startTaskRead.vue +692 -692
- package/packages/flow/src/supervise.vue +159 -159
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +717 -717
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1787 -1787
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3901 -3901
- package/packages/form/src/table.vue +1512 -1512
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +496 -496
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +104 -104
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +2082 -2082
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +227 -227
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +160 -160
- package/packages/main/src/simplicity/index.vue +2277 -2277
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +274 -274
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +401 -401
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +595 -595
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +782 -782
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +170 -170
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +170 -170
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/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 +1436 -1436
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +114 -114
- package/packages/theme-chalk/src/simplicity.scss +1381 -1381
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1344 -1344
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +315 -315
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- package/lib/.DS_Store +0 -0
- package/packages/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/dialog/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/icon/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/utils/.DS_Store +0 -0
package/lib/eoss-ui.common.js
CHANGED
|
@@ -6285,8 +6285,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
|
|
|
6285
6285
|
|
|
6286
6286
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
6287
6287
|
|
|
6288
|
-
/**
|
|
6289
|
-
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
6288
|
+
/**
|
|
6289
|
+
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
6290
6290
|
*/
|
|
6291
6291
|
var CA_ExtInterface = function () {
|
|
6292
6292
|
function CA_ExtInterface() {
|
|
@@ -6299,11 +6299,11 @@ var CA_ExtInterface = function () {
|
|
|
6299
6299
|
this.init();
|
|
6300
6300
|
}
|
|
6301
6301
|
|
|
6302
|
-
/**
|
|
6303
|
-
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
6304
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
6305
|
-
* @param {Object} target - 目标对象
|
|
6306
|
-
* @param {Object} options - 新的选项对象
|
|
6302
|
+
/**
|
|
6303
|
+
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
6304
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
6305
|
+
* @param {Object} target - 目标对象
|
|
6306
|
+
* @param {Object} options - 新的选项对象
|
|
6307
6307
|
*/
|
|
6308
6308
|
|
|
6309
6309
|
|
|
@@ -6318,8 +6318,8 @@ var CA_ExtInterface = function () {
|
|
|
6318
6318
|
}
|
|
6319
6319
|
};
|
|
6320
6320
|
|
|
6321
|
-
/**
|
|
6322
|
-
* 检查当前会话的 WebSocket URL
|
|
6321
|
+
/**
|
|
6322
|
+
* 检查当前会话的 WebSocket URL
|
|
6323
6323
|
*/
|
|
6324
6324
|
|
|
6325
6325
|
|
|
@@ -6333,8 +6333,8 @@ var CA_ExtInterface = function () {
|
|
|
6333
6333
|
}
|
|
6334
6334
|
};
|
|
6335
6335
|
|
|
6336
|
-
/**
|
|
6337
|
-
* 检查是否使用 ActiveX
|
|
6336
|
+
/**
|
|
6337
|
+
* 检查是否使用 ActiveX
|
|
6338
6338
|
*/
|
|
6339
6339
|
|
|
6340
6340
|
|
|
@@ -6346,11 +6346,11 @@ var CA_ExtInterface = function () {
|
|
|
6346
6346
|
}
|
|
6347
6347
|
};
|
|
6348
6348
|
|
|
6349
|
-
/**
|
|
6350
|
-
* 扩展发送消息并等待响应
|
|
6351
|
-
* @param {string} operatorCmd - 操作命令
|
|
6352
|
-
* @param {string} sendMsg - 发送的消息
|
|
6353
|
-
* @returns {string} 响应消息
|
|
6349
|
+
/**
|
|
6350
|
+
* 扩展发送消息并等待响应
|
|
6351
|
+
* @param {string} operatorCmd - 操作命令
|
|
6352
|
+
* @param {string} sendMsg - 发送的消息
|
|
6353
|
+
* @returns {string} 响应消息
|
|
6354
6354
|
*/
|
|
6355
6355
|
|
|
6356
6356
|
|
|
@@ -6360,11 +6360,11 @@ var CA_ExtInterface = function () {
|
|
|
6360
6360
|
return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
|
|
6361
6361
|
};
|
|
6362
6362
|
|
|
6363
|
-
/**
|
|
6364
|
-
* 发送消息并等待响应
|
|
6365
|
-
* @param {string} wsurl - WebSocket URL
|
|
6366
|
-
* @param {string} sendMsg - 发送的消息
|
|
6367
|
-
* @returns {string} 响应消息
|
|
6363
|
+
/**
|
|
6364
|
+
* 发送消息并等待响应
|
|
6365
|
+
* @param {string} wsurl - WebSocket URL
|
|
6366
|
+
* @param {string} sendMsg - 发送的消息
|
|
6367
|
+
* @returns {string} 响应消息
|
|
6368
6368
|
*/
|
|
6369
6369
|
|
|
6370
6370
|
|
|
@@ -6388,9 +6388,9 @@ var CA_ExtInterface = function () {
|
|
|
6388
6388
|
return ResultMsg;
|
|
6389
6389
|
};
|
|
6390
6390
|
|
|
6391
|
-
/**
|
|
6392
|
-
* 配置选项
|
|
6393
|
-
* @param {Object} extendOption - 扩展选项
|
|
6391
|
+
/**
|
|
6392
|
+
* 配置选项
|
|
6393
|
+
* @param {Object} extendOption - 扩展选项
|
|
6394
6394
|
*/
|
|
6395
6395
|
|
|
6396
6396
|
|
|
@@ -6400,8 +6400,8 @@ var CA_ExtInterface = function () {
|
|
|
6400
6400
|
}
|
|
6401
6401
|
};
|
|
6402
6402
|
|
|
6403
|
-
/**
|
|
6404
|
-
* 初始化
|
|
6403
|
+
/**
|
|
6404
|
+
* 初始化
|
|
6405
6405
|
*/
|
|
6406
6406
|
|
|
6407
6407
|
|
|
@@ -6409,9 +6409,9 @@ var CA_ExtInterface = function () {
|
|
|
6409
6409
|
this.isUseActioveX();
|
|
6410
6410
|
};
|
|
6411
6411
|
|
|
6412
|
-
/**
|
|
6413
|
-
* 返回客户端的版本
|
|
6414
|
-
* @returns {string} 客户端版本
|
|
6412
|
+
/**
|
|
6413
|
+
* 返回客户端的版本
|
|
6414
|
+
* @returns {string} 客户端版本
|
|
6415
6415
|
*/
|
|
6416
6416
|
|
|
6417
6417
|
|
|
@@ -6424,13 +6424,13 @@ var CA_ExtInterface = function () {
|
|
|
6424
6424
|
}
|
|
6425
6425
|
};
|
|
6426
6426
|
|
|
6427
|
-
/**
|
|
6428
|
-
* 下载客户端程序并安装
|
|
6429
|
-
* @param {string} bstrURL - 下载地址
|
|
6430
|
-
* @param {string} bstrHashValue - 哈希值
|
|
6431
|
-
* @param {boolean} bSync - 是否同步安装
|
|
6432
|
-
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6433
|
-
* @returns {number} 安装结果
|
|
6427
|
+
/**
|
|
6428
|
+
* 下载客户端程序并安装
|
|
6429
|
+
* @param {string} bstrURL - 下载地址
|
|
6430
|
+
* @param {string} bstrHashValue - 哈希值
|
|
6431
|
+
* @param {boolean} bSync - 是否同步安装
|
|
6432
|
+
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6433
|
+
* @returns {number} 安装结果
|
|
6434
6434
|
*/
|
|
6435
6435
|
|
|
6436
6436
|
|
|
@@ -6444,11 +6444,11 @@ var CA_ExtInterface = function () {
|
|
|
6444
6444
|
}
|
|
6445
6445
|
};
|
|
6446
6446
|
|
|
6447
|
-
/**
|
|
6448
|
-
* 获取硬件指纹信息
|
|
6449
|
-
* @param {number} dwSign - 签名
|
|
6450
|
-
* @param {string} strGateWayIP - 网关 IP
|
|
6451
|
-
* @returns {string} 硬件指纹信息
|
|
6447
|
+
/**
|
|
6448
|
+
* 获取硬件指纹信息
|
|
6449
|
+
* @param {number} dwSign - 签名
|
|
6450
|
+
* @param {string} strGateWayIP - 网关 IP
|
|
6451
|
+
* @returns {string} 硬件指纹信息
|
|
6452
6452
|
*/
|
|
6453
6453
|
|
|
6454
6454
|
|
|
@@ -6462,12 +6462,12 @@ var CA_ExtInterface = function () {
|
|
|
6462
6462
|
}
|
|
6463
6463
|
};
|
|
6464
6464
|
|
|
6465
|
-
/**
|
|
6466
|
-
* 设置转发策略和代填策略
|
|
6467
|
-
* @param {string} strProxyPolicy - 转发策略
|
|
6468
|
-
* @param {string} strSSOPolicy - 代填策略
|
|
6469
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6470
|
-
* @returns {number} 设置结果
|
|
6465
|
+
/**
|
|
6466
|
+
* 设置转发策略和代填策略
|
|
6467
|
+
* @param {string} strProxyPolicy - 转发策略
|
|
6468
|
+
* @param {string} strSSOPolicy - 代填策略
|
|
6469
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6470
|
+
* @returns {number} 设置结果
|
|
6471
6471
|
*/
|
|
6472
6472
|
|
|
6473
6473
|
|
|
@@ -6481,11 +6481,11 @@ var CA_ExtInterface = function () {
|
|
|
6481
6481
|
}
|
|
6482
6482
|
};
|
|
6483
6483
|
|
|
6484
|
-
/**
|
|
6485
|
-
* 启动认证信息模块
|
|
6486
|
-
* @param {string} strFileName - 文件名
|
|
6487
|
-
* @param {string} strXmlData - XML 数据
|
|
6488
|
-
* @returns {string} 认证信息
|
|
6484
|
+
/**
|
|
6485
|
+
* 启动认证信息模块
|
|
6486
|
+
* @param {string} strFileName - 文件名
|
|
6487
|
+
* @param {string} strXmlData - XML 数据
|
|
6488
|
+
* @returns {string} 认证信息
|
|
6489
6489
|
*/
|
|
6490
6490
|
|
|
6491
6491
|
|
|
@@ -6499,10 +6499,10 @@ var CA_ExtInterface = function () {
|
|
|
6499
6499
|
}
|
|
6500
6500
|
};
|
|
6501
6501
|
|
|
6502
|
-
/**
|
|
6503
|
-
* 打开 BS 应用
|
|
6504
|
-
* @param {string} strUrl - 应用 URL
|
|
6505
|
-
* @returns {number} 打开结果
|
|
6502
|
+
/**
|
|
6503
|
+
* 打开 BS 应用
|
|
6504
|
+
* @param {string} strUrl - 应用 URL
|
|
6505
|
+
* @returns {number} 打开结果
|
|
6506
6506
|
*/
|
|
6507
6507
|
|
|
6508
6508
|
|
|
@@ -6516,12 +6516,12 @@ var CA_ExtInterface = function () {
|
|
|
6516
6516
|
}
|
|
6517
6517
|
};
|
|
6518
6518
|
|
|
6519
|
-
/**
|
|
6520
|
-
* 打开 CS 应用
|
|
6521
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6522
|
-
* @param {string} strAppFlag - 应用标识
|
|
6523
|
-
* @param {string} strAppPath - 应用路径
|
|
6524
|
-
* @returns {number} 打开结果
|
|
6519
|
+
/**
|
|
6520
|
+
* 打开 CS 应用
|
|
6521
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6522
|
+
* @param {string} strAppFlag - 应用标识
|
|
6523
|
+
* @param {string} strAppPath - 应用路径
|
|
6524
|
+
* @returns {number} 打开结果
|
|
6525
6525
|
*/
|
|
6526
6526
|
|
|
6527
6527
|
|
|
@@ -6535,13 +6535,13 @@ var CA_ExtInterface = function () {
|
|
|
6535
6535
|
}
|
|
6536
6536
|
};
|
|
6537
6537
|
|
|
6538
|
-
/**
|
|
6539
|
-
* 设置自动更新策略
|
|
6540
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6541
|
-
* @param {number} nGatewayPort - 网关端口
|
|
6542
|
-
* @param {string} strUserToken - 用户令牌
|
|
6543
|
-
* @param {number} updatedelay - 更新延迟
|
|
6544
|
-
* @returns {number} 设置结果
|
|
6538
|
+
/**
|
|
6539
|
+
* 设置自动更新策略
|
|
6540
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6541
|
+
* @param {number} nGatewayPort - 网关端口
|
|
6542
|
+
* @param {string} strUserToken - 用户令牌
|
|
6543
|
+
* @param {number} updatedelay - 更新延迟
|
|
6544
|
+
* @returns {number} 设置结果
|
|
6545
6545
|
*/
|
|
6546
6546
|
|
|
6547
6547
|
|
|
@@ -6555,10 +6555,10 @@ var CA_ExtInterface = function () {
|
|
|
6555
6555
|
}
|
|
6556
6556
|
};
|
|
6557
6557
|
|
|
6558
|
-
/**
|
|
6559
|
-
* 获取客户端 IP
|
|
6560
|
-
* @param {string} strGatewayIP - 网关 IP
|
|
6561
|
-
* @returns {string} 客户端 IP
|
|
6558
|
+
/**
|
|
6559
|
+
* 获取客户端 IP
|
|
6560
|
+
* @param {string} strGatewayIP - 网关 IP
|
|
6561
|
+
* @returns {string} 客户端 IP
|
|
6562
6562
|
*/
|
|
6563
6563
|
|
|
6564
6564
|
|
|
@@ -6572,10 +6572,10 @@ var CA_ExtInterface = function () {
|
|
|
6572
6572
|
}
|
|
6573
6573
|
};
|
|
6574
6574
|
|
|
6575
|
-
/**
|
|
6576
|
-
* 登出网关
|
|
6577
|
-
* @param {string} strServerIP - 服务器 IP
|
|
6578
|
-
* @returns {number} 登出结果
|
|
6575
|
+
/**
|
|
6576
|
+
* 登出网关
|
|
6577
|
+
* @param {string} strServerIP - 服务器 IP
|
|
6578
|
+
* @returns {number} 登出结果
|
|
6579
6579
|
*/
|
|
6580
6580
|
|
|
6581
6581
|
|
|
@@ -6589,11 +6589,11 @@ var CA_ExtInterface = function () {
|
|
|
6589
6589
|
}
|
|
6590
6590
|
};
|
|
6591
6591
|
|
|
6592
|
-
/**
|
|
6593
|
-
* 运行安装包
|
|
6594
|
-
* @param {number} lRunType - 运行类型
|
|
6595
|
-
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
6596
|
-
* @returns {number} 运行结果
|
|
6592
|
+
/**
|
|
6593
|
+
* 运行安装包
|
|
6594
|
+
* @param {number} lRunType - 运行类型
|
|
6595
|
+
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
6596
|
+
* @returns {number} 运行结果
|
|
6597
6597
|
*/
|
|
6598
6598
|
|
|
6599
6599
|
|
|
@@ -6607,9 +6607,9 @@ var CA_ExtInterface = function () {
|
|
|
6607
6607
|
}
|
|
6608
6608
|
};
|
|
6609
6609
|
|
|
6610
|
-
/**
|
|
6611
|
-
* 获取下载进度
|
|
6612
|
-
* @returns {number} 下载进度
|
|
6610
|
+
/**
|
|
6611
|
+
* 获取下载进度
|
|
6612
|
+
* @returns {number} 下载进度
|
|
6613
6613
|
*/
|
|
6614
6614
|
|
|
6615
6615
|
|
|
@@ -6623,9 +6623,9 @@ var CA_ExtInterface = function () {
|
|
|
6623
6623
|
}
|
|
6624
6624
|
};
|
|
6625
6625
|
|
|
6626
|
-
/**
|
|
6627
|
-
* 是否安装完成
|
|
6628
|
-
* @returns {boolean} 安装完成状态
|
|
6626
|
+
/**
|
|
6627
|
+
* 是否安装完成
|
|
6628
|
+
* @returns {boolean} 安装完成状态
|
|
6629
6629
|
*/
|
|
6630
6630
|
|
|
6631
6631
|
|
|
@@ -6639,11 +6639,11 @@ var CA_ExtInterface = function () {
|
|
|
6639
6639
|
}
|
|
6640
6640
|
};
|
|
6641
6641
|
|
|
6642
|
-
/**
|
|
6643
|
-
* 初始化签包对象
|
|
6644
|
-
* @param {string} strAlgType - 算法类型
|
|
6645
|
-
* @param {string} strAuxParam - 辅助参数
|
|
6646
|
-
* @returns {number} 初始化结果
|
|
6642
|
+
/**
|
|
6643
|
+
* 初始化签包对象
|
|
6644
|
+
* @param {string} strAlgType - 算法类型
|
|
6645
|
+
* @param {string} strAuxParam - 辅助参数
|
|
6646
|
+
* @returns {number} 初始化结果
|
|
6647
6647
|
*/
|
|
6648
6648
|
|
|
6649
6649
|
|
|
@@ -6657,10 +6657,10 @@ var CA_ExtInterface = function () {
|
|
|
6657
6657
|
}
|
|
6658
6658
|
};
|
|
6659
6659
|
|
|
6660
|
-
/**
|
|
6661
|
-
* 设置摘要算法
|
|
6662
|
-
* @param {string} strDigestAlg - 摘要算法
|
|
6663
|
-
* @returns {number} 设置结果
|
|
6660
|
+
/**
|
|
6661
|
+
* 设置摘要算法
|
|
6662
|
+
* @param {string} strDigestAlg - 摘要算法
|
|
6663
|
+
* @returns {number} 设置结果
|
|
6664
6664
|
*/
|
|
6665
6665
|
|
|
6666
6666
|
|
|
@@ -6674,10 +6674,10 @@ var CA_ExtInterface = function () {
|
|
|
6674
6674
|
}
|
|
6675
6675
|
};
|
|
6676
6676
|
|
|
6677
|
-
/**
|
|
6678
|
-
* 设置单证书是否弹出对话框
|
|
6679
|
-
* @param {number} isChoose - 是否弹出对话框
|
|
6680
|
-
* @returns {number} 设置结果
|
|
6677
|
+
/**
|
|
6678
|
+
* 设置单证书是否弹出对话框
|
|
6679
|
+
* @param {number} isChoose - 是否弹出对话框
|
|
6680
|
+
* @returns {number} 设置结果
|
|
6681
6681
|
*/
|
|
6682
6682
|
|
|
6683
6683
|
|
|
@@ -6691,11 +6691,11 @@ var CA_ExtInterface = function () {
|
|
|
6691
6691
|
}
|
|
6692
6692
|
};
|
|
6693
6693
|
|
|
6694
|
-
/**
|
|
6695
|
-
* 添加证书过滤条件
|
|
6696
|
-
* @param {number} ulType - 过滤类型
|
|
6697
|
-
* @param {string} strValue - 过滤值
|
|
6698
|
-
* @returns {number} 添加结果
|
|
6694
|
+
/**
|
|
6695
|
+
* 添加证书过滤条件
|
|
6696
|
+
* @param {number} ulType - 过滤类型
|
|
6697
|
+
* @param {string} strValue - 过滤值
|
|
6698
|
+
* @returns {number} 添加结果
|
|
6699
6699
|
*/
|
|
6700
6700
|
|
|
6701
6701
|
|
|
@@ -6709,9 +6709,9 @@ var CA_ExtInterface = function () {
|
|
|
6709
6709
|
}
|
|
6710
6710
|
};
|
|
6711
6711
|
|
|
6712
|
-
/**
|
|
6713
|
-
* 清除所有过滤条件
|
|
6714
|
-
* @returns {number} 清除结果
|
|
6712
|
+
/**
|
|
6713
|
+
* 清除所有过滤条件
|
|
6714
|
+
* @returns {number} 清除结果
|
|
6715
6715
|
*/
|
|
6716
6716
|
|
|
6717
6717
|
|
|
@@ -6725,10 +6725,10 @@ var CA_ExtInterface = function () {
|
|
|
6725
6725
|
}
|
|
6726
6726
|
};
|
|
6727
6727
|
|
|
6728
|
-
/**
|
|
6729
|
-
* P1 签名
|
|
6730
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6731
|
-
* @returns {string} 签名结果
|
|
6728
|
+
/**
|
|
6729
|
+
* P1 签名
|
|
6730
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6731
|
+
* @returns {string} 签名结果
|
|
6732
6732
|
*/
|
|
6733
6733
|
|
|
6734
6734
|
|
|
@@ -6742,10 +6742,10 @@ var CA_ExtInterface = function () {
|
|
|
6742
6742
|
}
|
|
6743
6743
|
};
|
|
6744
6744
|
|
|
6745
|
-
/**
|
|
6746
|
-
* P1 签名字符串
|
|
6747
|
-
* @param {string} strValue - 待签名的字符串
|
|
6748
|
-
* @returns {string} 签名结果
|
|
6745
|
+
/**
|
|
6746
|
+
* P1 签名字符串
|
|
6747
|
+
* @param {string} strValue - 待签名的字符串
|
|
6748
|
+
* @returns {string} 签名结果
|
|
6749
6749
|
*/
|
|
6750
6750
|
|
|
6751
6751
|
|
|
@@ -6759,12 +6759,12 @@ var CA_ExtInterface = function () {
|
|
|
6759
6759
|
}
|
|
6760
6760
|
};
|
|
6761
6761
|
|
|
6762
|
-
/**
|
|
6763
|
-
* P7 签名
|
|
6764
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6765
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
6766
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6767
|
-
* @returns {string} 签名结果
|
|
6762
|
+
/**
|
|
6763
|
+
* P7 签名
|
|
6764
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6765
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
6766
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6767
|
+
* @returns {string} 签名结果
|
|
6768
6768
|
*/
|
|
6769
6769
|
|
|
6770
6770
|
|
|
@@ -6778,12 +6778,12 @@ var CA_ExtInterface = function () {
|
|
|
6778
6778
|
}
|
|
6779
6779
|
};
|
|
6780
6780
|
|
|
6781
|
-
/**
|
|
6782
|
-
* P7 签名字符串
|
|
6783
|
-
* @param {string} strValue - 待签名的字符串
|
|
6784
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
6785
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6786
|
-
* @returns {string} 签名结果
|
|
6781
|
+
/**
|
|
6782
|
+
* P7 签名字符串
|
|
6783
|
+
* @param {string} strValue - 待签名的字符串
|
|
6784
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
6785
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6786
|
+
* @returns {string} 签名结果
|
|
6787
6787
|
*/
|
|
6788
6788
|
|
|
6789
6789
|
|
|
@@ -6797,9 +6797,9 @@ var CA_ExtInterface = function () {
|
|
|
6797
6797
|
}
|
|
6798
6798
|
};
|
|
6799
6799
|
|
|
6800
|
-
/**
|
|
6801
|
-
* 释放签名对象
|
|
6802
|
-
* @returns {number} 释放结果
|
|
6800
|
+
/**
|
|
6801
|
+
* 释放签名对象
|
|
6802
|
+
* @returns {number} 释放结果
|
|
6803
6803
|
*/
|
|
6804
6804
|
|
|
6805
6805
|
|
|
@@ -6813,9 +6813,9 @@ var CA_ExtInterface = function () {
|
|
|
6813
6813
|
}
|
|
6814
6814
|
};
|
|
6815
6815
|
|
|
6816
|
-
/**
|
|
6817
|
-
* 获取签名版本
|
|
6818
|
-
* @returns {string} 签名版本
|
|
6816
|
+
/**
|
|
6817
|
+
* 获取签名版本
|
|
6818
|
+
* @returns {string} 签名版本
|
|
6819
6819
|
*/
|
|
6820
6820
|
|
|
6821
6821
|
|
|
@@ -6829,9 +6829,9 @@ var CA_ExtInterface = function () {
|
|
|
6829
6829
|
}
|
|
6830
6830
|
};
|
|
6831
6831
|
|
|
6832
|
-
/**
|
|
6833
|
-
* 获取签名证书
|
|
6834
|
-
* @returns {string} 签名证书
|
|
6832
|
+
/**
|
|
6833
|
+
* 获取签名证书
|
|
6834
|
+
* @returns {string} 签名证书
|
|
6835
6835
|
*/
|
|
6836
6836
|
|
|
6837
6837
|
|
|
@@ -6845,9 +6845,9 @@ var CA_ExtInterface = function () {
|
|
|
6845
6845
|
}
|
|
6846
6846
|
};
|
|
6847
6847
|
|
|
6848
|
-
/**
|
|
6849
|
-
* 获取错误码
|
|
6850
|
-
* @returns {number} 错误码
|
|
6848
|
+
/**
|
|
6849
|
+
* 获取错误码
|
|
6850
|
+
* @returns {number} 错误码
|
|
6851
6851
|
*/
|
|
6852
6852
|
|
|
6853
6853
|
|
|
@@ -6861,9 +6861,9 @@ var CA_ExtInterface = function () {
|
|
|
6861
6861
|
}
|
|
6862
6862
|
};
|
|
6863
6863
|
|
|
6864
|
-
/**
|
|
6865
|
-
* 获取错误信息
|
|
6866
|
-
* @returns {string} 错误信息
|
|
6864
|
+
/**
|
|
6865
|
+
* 获取错误信息
|
|
6866
|
+
* @returns {string} 错误信息
|
|
6867
6867
|
*/
|
|
6868
6868
|
|
|
6869
6869
|
|
|
@@ -6877,9 +6877,9 @@ var CA_ExtInterface = function () {
|
|
|
6877
6877
|
}
|
|
6878
6878
|
};
|
|
6879
6879
|
|
|
6880
|
-
/**
|
|
6881
|
-
* 销毁认证对象
|
|
6882
|
-
* @returns {number} 销毁结果
|
|
6880
|
+
/**
|
|
6881
|
+
* 销毁认证对象
|
|
6882
|
+
* @returns {number} 销毁结果
|
|
6883
6883
|
*/
|
|
6884
6884
|
|
|
6885
6885
|
|
|
@@ -6893,9 +6893,9 @@ var CA_ExtInterface = function () {
|
|
|
6893
6893
|
}
|
|
6894
6894
|
};
|
|
6895
6895
|
|
|
6896
|
-
/**
|
|
6897
|
-
* 获取证书类型
|
|
6898
|
-
* @returns {string} 证书类型
|
|
6896
|
+
/**
|
|
6897
|
+
* 获取证书类型
|
|
6898
|
+
* @returns {string} 证书类型
|
|
6899
6899
|
*/
|
|
6900
6900
|
|
|
6901
6901
|
|
|
@@ -6909,9 +6909,9 @@ var CA_ExtInterface = function () {
|
|
|
6909
6909
|
}
|
|
6910
6910
|
};
|
|
6911
6911
|
|
|
6912
|
-
/**
|
|
6913
|
-
* 获取签名摘要算法
|
|
6914
|
-
* @returns {string} 签名摘要算法
|
|
6912
|
+
/**
|
|
6913
|
+
* 获取签名摘要算法
|
|
6914
|
+
* @returns {string} 签名摘要算法
|
|
6915
6915
|
*/
|
|
6916
6916
|
|
|
6917
6917
|
|
|
@@ -6925,11 +6925,11 @@ var CA_ExtInterface = function () {
|
|
|
6925
6925
|
}
|
|
6926
6926
|
};
|
|
6927
6927
|
|
|
6928
|
-
/**
|
|
6929
|
-
* 使能调用序列
|
|
6930
|
-
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
6931
|
-
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
6932
|
-
* @returns {number} 使能结果
|
|
6928
|
+
/**
|
|
6929
|
+
* 使能调用序列
|
|
6930
|
+
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
6931
|
+
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
6932
|
+
* @returns {number} 使能结果
|
|
6933
6933
|
*/
|
|
6934
6934
|
|
|
6935
6935
|
|
|
@@ -6943,9 +6943,9 @@ var CA_ExtInterface = function () {
|
|
|
6943
6943
|
}
|
|
6944
6944
|
};
|
|
6945
6945
|
|
|
6946
|
-
/**
|
|
6947
|
-
* 清空调用序列结果
|
|
6948
|
-
* @returns {number} 清空调用序列结果
|
|
6946
|
+
/**
|
|
6947
|
+
* 清空调用序列结果
|
|
6948
|
+
* @returns {number} 清空调用序列结果
|
|
6949
6949
|
*/
|
|
6950
6950
|
|
|
6951
6951
|
|
|
@@ -6959,9 +6959,9 @@ var CA_ExtInterface = function () {
|
|
|
6959
6959
|
}
|
|
6960
6960
|
};
|
|
6961
6961
|
|
|
6962
|
-
/**
|
|
6963
|
-
* 获取调用序列结果
|
|
6964
|
-
* @returns {string} 调用序列结果
|
|
6962
|
+
/**
|
|
6963
|
+
* 获取调用序列结果
|
|
6964
|
+
* @returns {string} 调用序列结果
|
|
6965
6965
|
*/
|
|
6966
6966
|
|
|
6967
6967
|
|
|
@@ -6975,12 +6975,12 @@ var CA_ExtInterface = function () {
|
|
|
6975
6975
|
}
|
|
6976
6976
|
};
|
|
6977
6977
|
|
|
6978
|
-
/**
|
|
6979
|
-
* 客户端安全策略检查
|
|
6980
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6981
|
-
* @param {number} usGatewayPort - 网关端口
|
|
6982
|
-
* @param {string} strSecurityPolicys - 安全策略
|
|
6983
|
-
* @returns {boolean} 检查结果
|
|
6978
|
+
/**
|
|
6979
|
+
* 客户端安全策略检查
|
|
6980
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6981
|
+
* @param {number} usGatewayPort - 网关端口
|
|
6982
|
+
* @param {string} strSecurityPolicys - 安全策略
|
|
6983
|
+
* @returns {boolean} 检查结果
|
|
6984
6984
|
*/
|
|
6985
6985
|
|
|
6986
6986
|
|
|
@@ -6994,9 +6994,9 @@ var CA_ExtInterface = function () {
|
|
|
6994
6994
|
}
|
|
6995
6995
|
};
|
|
6996
6996
|
|
|
6997
|
-
/**
|
|
6998
|
-
* 获取通讯协议版本
|
|
6999
|
-
* @returns {string} 通讯协议版本
|
|
6997
|
+
/**
|
|
6998
|
+
* 获取通讯协议版本
|
|
6999
|
+
* @returns {string} 通讯协议版本
|
|
7000
7000
|
*/
|
|
7001
7001
|
|
|
7002
7002
|
|
|
@@ -7010,13 +7010,13 @@ var CA_ExtInterface = function () {
|
|
|
7010
7010
|
}
|
|
7011
7011
|
};
|
|
7012
7012
|
|
|
7013
|
-
/**
|
|
7014
|
-
* 修改 Key 的 Pin 码
|
|
7015
|
-
* @param {string} strCertSn - 证书序列号
|
|
7016
|
-
* @param {number} lPinCodeType - Pin 码类型
|
|
7017
|
-
* @param {string} strCurPinCode - 当前 Pin 码
|
|
7018
|
-
* @param {string} strNewPinCode - 新 Pin 码
|
|
7019
|
-
* @returns {number} 修改结果
|
|
7013
|
+
/**
|
|
7014
|
+
* 修改 Key 的 Pin 码
|
|
7015
|
+
* @param {string} strCertSn - 证书序列号
|
|
7016
|
+
* @param {number} lPinCodeType - Pin 码类型
|
|
7017
|
+
* @param {string} strCurPinCode - 当前 Pin 码
|
|
7018
|
+
* @param {string} strNewPinCode - 新 Pin 码
|
|
7019
|
+
* @returns {number} 修改结果
|
|
7020
7020
|
*/
|
|
7021
7021
|
|
|
7022
7022
|
|
|
@@ -7030,10 +7030,10 @@ var CA_ExtInterface = function () {
|
|
|
7030
7030
|
}
|
|
7031
7031
|
};
|
|
7032
7032
|
|
|
7033
|
-
/**
|
|
7034
|
-
* 等待策略设置完毕
|
|
7035
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7036
|
-
* @returns {number} 等待结果
|
|
7033
|
+
/**
|
|
7034
|
+
* 等待策略设置完毕
|
|
7035
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7036
|
+
* @returns {number} 等待结果
|
|
7037
7037
|
*/
|
|
7038
7038
|
|
|
7039
7039
|
|
|
@@ -7047,10 +7047,10 @@ var CA_ExtInterface = function () {
|
|
|
7047
7047
|
}
|
|
7048
7048
|
};
|
|
7049
7049
|
|
|
7050
|
-
/**
|
|
7051
|
-
* 获取会话 Token
|
|
7052
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7053
|
-
* @returns {string} 会话 Token
|
|
7050
|
+
/**
|
|
7051
|
+
* 获取会话 Token
|
|
7052
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7053
|
+
* @returns {string} 会话 Token
|
|
7054
7054
|
*/
|
|
7055
7055
|
|
|
7056
7056
|
|
|
@@ -7064,9 +7064,9 @@ var CA_ExtInterface = function () {
|
|
|
7064
7064
|
}
|
|
7065
7065
|
};
|
|
7066
7066
|
|
|
7067
|
-
/**
|
|
7068
|
-
* 获取控件版本
|
|
7069
|
-
* @returns {string} 控件版本
|
|
7067
|
+
/**
|
|
7068
|
+
* 获取控件版本
|
|
7069
|
+
* @returns {string} 控件版本
|
|
7070
7070
|
*/
|
|
7071
7071
|
|
|
7072
7072
|
|
|
@@ -7080,10 +7080,10 @@ var CA_ExtInterface = function () {
|
|
|
7080
7080
|
}
|
|
7081
7081
|
};
|
|
7082
7082
|
|
|
7083
|
-
/**
|
|
7084
|
-
* 设置语言资源
|
|
7085
|
-
* @param {string} strLanguage - 语言资源
|
|
7086
|
-
* @returns {number} 设置结果
|
|
7083
|
+
/**
|
|
7084
|
+
* 设置语言资源
|
|
7085
|
+
* @param {string} strLanguage - 语言资源
|
|
7086
|
+
* @returns {number} 设置结果
|
|
7087
7087
|
*/
|
|
7088
7088
|
|
|
7089
7089
|
|
|
@@ -7097,12 +7097,12 @@ var CA_ExtInterface = function () {
|
|
|
7097
7097
|
}
|
|
7098
7098
|
};
|
|
7099
7099
|
|
|
7100
|
-
/**
|
|
7101
|
-
* 获取用户属性
|
|
7102
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7103
|
-
* @param {string} strAppFlag - 应用标识
|
|
7104
|
-
* @param {string} strAttributeName - 属性名称
|
|
7105
|
-
* @returns {string} 用户属性值
|
|
7100
|
+
/**
|
|
7101
|
+
* 获取用户属性
|
|
7102
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7103
|
+
* @param {string} strAppFlag - 应用标识
|
|
7104
|
+
* @param {string} strAttributeName - 属性名称
|
|
7105
|
+
* @returns {string} 用户属性值
|
|
7106
7106
|
*/
|
|
7107
7107
|
|
|
7108
7108
|
|
|
@@ -7116,9 +7116,9 @@ var CA_ExtInterface = function () {
|
|
|
7116
7116
|
}
|
|
7117
7117
|
};
|
|
7118
7118
|
|
|
7119
|
-
/**
|
|
7120
|
-
* 获取签名加密 PIN 码
|
|
7121
|
-
* @returns {string} 签名加密 PIN 码
|
|
7119
|
+
/**
|
|
7120
|
+
* 获取签名加密 PIN 码
|
|
7121
|
+
* @returns {string} 签名加密 PIN 码
|
|
7122
7122
|
*/
|
|
7123
7123
|
|
|
7124
7124
|
|
|
@@ -7131,20 +7131,20 @@ var CA_ExtInterface = function () {
|
|
|
7131
7131
|
return result.value;
|
|
7132
7132
|
}
|
|
7133
7133
|
};
|
|
7134
|
-
/*
|
|
7135
|
-
*曙光四川CA
|
|
7136
|
-
*'SOF_GetUserList' 证书列表
|
|
7137
|
-
*'SOF_ExportUserCert' 导出证书
|
|
7138
|
-
*'SOF_GetCertInfo': 获取证书信息
|
|
7139
|
-
*'SOF_GenRandom': 生成随机数
|
|
7140
|
-
*'SOF_SignData': 获取证书签名
|
|
7141
|
-
*'SOF_Login': 登录证书
|
|
7142
|
-
*'SOF_GetPinRetryCount': 剩余次数
|
|
7134
|
+
/*
|
|
7135
|
+
*曙光四川CA
|
|
7136
|
+
*'SOF_GetUserList' 证书列表
|
|
7137
|
+
*'SOF_ExportUserCert' 导出证书
|
|
7138
|
+
*'SOF_GetCertInfo': 获取证书信息
|
|
7139
|
+
*'SOF_GenRandom': 生成随机数
|
|
7140
|
+
*'SOF_SignData': 获取证书签名
|
|
7141
|
+
*'SOF_Login': 登录证书
|
|
7142
|
+
*'SOF_GetPinRetryCount': 剩余次数
|
|
7143
7143
|
*/
|
|
7144
|
-
/**
|
|
7145
|
-
*
|
|
7146
|
-
* 获取webSocket消息
|
|
7147
|
-
* @returns {string}
|
|
7144
|
+
/**
|
|
7145
|
+
*
|
|
7146
|
+
* 获取webSocket消息
|
|
7147
|
+
* @returns {string}
|
|
7148
7148
|
*/
|
|
7149
7149
|
|
|
7150
7150
|
|
|
@@ -7180,10 +7180,10 @@ var CA_ExtInterface = function () {
|
|
|
7180
7180
|
};
|
|
7181
7181
|
});
|
|
7182
7182
|
};
|
|
7183
|
-
/**
|
|
7184
|
-
*
|
|
7185
|
-
* base64解码
|
|
7186
|
-
* @returns {string} base64解码后的字符串
|
|
7183
|
+
/**
|
|
7184
|
+
*
|
|
7185
|
+
* base64解码
|
|
7186
|
+
* @returns {string} base64解码后的字符串
|
|
7187
7187
|
*/
|
|
7188
7188
|
|
|
7189
7189
|
|
|
@@ -7218,10 +7218,10 @@ var CA_ExtInterface = function () {
|
|
|
7218
7218
|
val = this.utf8_decode(val);
|
|
7219
7219
|
return val;
|
|
7220
7220
|
};
|
|
7221
|
-
/**
|
|
7222
|
-
*
|
|
7223
|
-
* base64编码
|
|
7224
|
-
* @returns {string} base64编码后的字符串
|
|
7221
|
+
/**
|
|
7222
|
+
*
|
|
7223
|
+
* base64编码
|
|
7224
|
+
* @returns {string} base64编码后的字符串
|
|
7225
7225
|
*/
|
|
7226
7226
|
|
|
7227
7227
|
|
|
@@ -7254,10 +7254,10 @@ var CA_ExtInterface = function () {
|
|
|
7254
7254
|
}
|
|
7255
7255
|
return val;
|
|
7256
7256
|
};
|
|
7257
|
-
/**
|
|
7258
|
-
*
|
|
7259
|
-
* utf8解码
|
|
7260
|
-
* @returns {string} utf8解码后的字符串
|
|
7257
|
+
/**
|
|
7258
|
+
*
|
|
7259
|
+
* utf8解码
|
|
7260
|
+
* @returns {string} utf8解码后的字符串
|
|
7261
7261
|
*/
|
|
7262
7262
|
|
|
7263
7263
|
|
|
@@ -7286,10 +7286,10 @@ var CA_ExtInterface = function () {
|
|
|
7286
7286
|
}
|
|
7287
7287
|
return string;
|
|
7288
7288
|
};
|
|
7289
|
-
/**
|
|
7290
|
-
*
|
|
7291
|
-
* utf8编码
|
|
7292
|
-
* @returns {string} utf8编码后的字符串
|
|
7289
|
+
/**
|
|
7290
|
+
*
|
|
7291
|
+
* utf8编码
|
|
7292
|
+
* @returns {string} utf8编码后的字符串
|
|
7293
7293
|
*/
|
|
7294
7294
|
|
|
7295
7295
|
|
|
@@ -27722,8 +27722,8 @@ form_src_main.install = function (Vue) {
|
|
|
27722
27722
|
};
|
|
27723
27723
|
|
|
27724
27724
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
27725
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
27726
|
-
var
|
|
27725
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=47da9651&
|
|
27726
|
+
var mainvue_type_template_id_47da9651_render = function () {
|
|
27727
27727
|
var _vm = this
|
|
27728
27728
|
var _h = _vm.$createElement
|
|
27729
27729
|
var _c = _vm._self._c || _h
|
|
@@ -30635,11 +30635,11 @@ var mainvue_type_template_id_6aa1c3ab_render = function () {
|
|
|
30635
30635
|
)
|
|
30636
30636
|
: _vm._e()
|
|
30637
30637
|
}
|
|
30638
|
-
var
|
|
30639
|
-
|
|
30638
|
+
var mainvue_type_template_id_47da9651_staticRenderFns = []
|
|
30639
|
+
mainvue_type_template_id_47da9651_render._withStripped = true
|
|
30640
30640
|
|
|
30641
30641
|
|
|
30642
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
30642
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=47da9651&
|
|
30643
30643
|
|
|
30644
30644
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=e934fd66&
|
|
30645
30645
|
var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
|
|
@@ -31486,21 +31486,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31486
31486
|
return validSate;
|
|
31487
31487
|
},
|
|
31488
31488
|
|
|
31489
|
-
/**
|
|
31490
|
-
* changeOpinion
|
|
31491
|
-
* @desc:监听意见变化
|
|
31492
|
-
* @author liufan
|
|
31493
|
-
* @date 2022年10月28日
|
|
31489
|
+
/**
|
|
31490
|
+
* changeOpinion
|
|
31491
|
+
* @desc:监听意见变化
|
|
31492
|
+
* @author liufan
|
|
31493
|
+
* @date 2022年10月28日
|
|
31494
31494
|
**/
|
|
31495
31495
|
changeOpinion: function changeOpinion() {
|
|
31496
31496
|
this.$emit('change', this.form.value);
|
|
31497
31497
|
},
|
|
31498
31498
|
|
|
31499
|
-
/**
|
|
31500
|
-
* getCommonOpion
|
|
31501
|
-
* @desc:获取意见
|
|
31502
|
-
* @author liufan
|
|
31503
|
-
* @date 2022年5月25日
|
|
31499
|
+
/**
|
|
31500
|
+
* getCommonOpion
|
|
31501
|
+
* @desc:获取意见
|
|
31502
|
+
* @author liufan
|
|
31503
|
+
* @date 2022年5月25日
|
|
31504
31504
|
**/
|
|
31505
31505
|
getCommonOpion: function getCommonOpion() {
|
|
31506
31506
|
var _this = this;
|
|
@@ -31529,24 +31529,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31529
31529
|
});
|
|
31530
31530
|
},
|
|
31531
31531
|
|
|
31532
|
-
/**
|
|
31533
|
-
* upDate
|
|
31534
|
-
* @desc:修改常用语
|
|
31535
|
-
* @author liufan
|
|
31536
|
-
* @param {Object} val 修改值
|
|
31537
|
-
* @date 2022年5月25日
|
|
31532
|
+
/**
|
|
31533
|
+
* upDate
|
|
31534
|
+
* @desc:修改常用语
|
|
31535
|
+
* @author liufan
|
|
31536
|
+
* @param {Object} val 修改值
|
|
31537
|
+
* @date 2022年5月25日
|
|
31538
31538
|
**/
|
|
31539
31539
|
upDate: function upDate(val) {
|
|
31540
31540
|
this.FormData.id = val.id;
|
|
31541
31541
|
this.addVisible = true;
|
|
31542
31542
|
},
|
|
31543
31543
|
|
|
31544
|
-
/**
|
|
31545
|
-
* selectChange
|
|
31546
|
-
* @desc:常用语选择
|
|
31547
|
-
* @author liufan
|
|
31548
|
-
* @param {String} val 选中值
|
|
31549
|
-
* @date 2022年5月25日
|
|
31544
|
+
/**
|
|
31545
|
+
* selectChange
|
|
31546
|
+
* @desc:常用语选择
|
|
31547
|
+
* @author liufan
|
|
31548
|
+
* @param {String} val 选中值
|
|
31549
|
+
* @date 2022年5月25日
|
|
31550
31550
|
**/
|
|
31551
31551
|
selectChange: function selectChange(val) {
|
|
31552
31552
|
var _this2 = this;
|
|
@@ -31565,12 +31565,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31565
31565
|
});
|
|
31566
31566
|
},
|
|
31567
31567
|
|
|
31568
|
-
/**
|
|
31569
|
-
* del
|
|
31570
|
-
* @desc:删除常用语
|
|
31571
|
-
* @author liufan
|
|
31572
|
-
* @param {Object} val 删除的数据
|
|
31573
|
-
* @date 2022年5月25日
|
|
31568
|
+
/**
|
|
31569
|
+
* del
|
|
31570
|
+
* @desc:删除常用语
|
|
31571
|
+
* @author liufan
|
|
31572
|
+
* @param {Object} val 删除的数据
|
|
31573
|
+
* @date 2022年5月25日
|
|
31574
31574
|
**/
|
|
31575
31575
|
del: function del(val) {
|
|
31576
31576
|
var _this3 = this;
|
|
@@ -31612,12 +31612,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
31612
31612
|
}).catch(function (e) {});
|
|
31613
31613
|
},
|
|
31614
31614
|
|
|
31615
|
-
/**
|
|
31616
|
-
* submit
|
|
31617
|
-
* @desc:新增/编辑意见保存
|
|
31618
|
-
* @author liufan
|
|
31619
|
-
* @param {Object} val 保存数据
|
|
31620
|
-
* @date 2022年5月25日
|
|
31615
|
+
/**
|
|
31616
|
+
* submit
|
|
31617
|
+
* @desc:新增/编辑意见保存
|
|
31618
|
+
* @author liufan
|
|
31619
|
+
* @param {Object} val 保存数据
|
|
31620
|
+
* @date 2022年5月25日
|
|
31621
31621
|
**/
|
|
31622
31622
|
submit: function submit(val) {
|
|
31623
31623
|
var _this4 = this;
|
|
@@ -35083,11 +35083,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
35083
35083
|
});
|
|
35084
35084
|
},
|
|
35085
35085
|
|
|
35086
|
-
/**
|
|
35087
|
-
* isMultiple
|
|
35088
|
-
* @desc:是否多选
|
|
35089
|
-
* @author liufan
|
|
35090
|
-
* @date 2022年9月13日
|
|
35086
|
+
/**
|
|
35087
|
+
* isMultiple
|
|
35088
|
+
* @desc:是否多选
|
|
35089
|
+
* @author liufan
|
|
35090
|
+
* @date 2022年9月13日
|
|
35091
35091
|
**/
|
|
35092
35092
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
35093
35093
|
var multiple = false;
|
|
@@ -39287,11 +39287,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
39287
39287
|
});
|
|
39288
39288
|
},
|
|
39289
39289
|
|
|
39290
|
-
/**
|
|
39291
|
-
* isMultiple
|
|
39292
|
-
* @desc:是否多选
|
|
39293
|
-
* @author liufan
|
|
39294
|
-
* @date 2022年9月13日
|
|
39290
|
+
/**
|
|
39291
|
+
* isMultiple
|
|
39292
|
+
* @desc:是否多选
|
|
39293
|
+
* @author liufan
|
|
39294
|
+
* @date 2022年9月13日
|
|
39295
39295
|
**/
|
|
39296
39296
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
39297
39297
|
var multiple = false;
|
|
@@ -43863,11 +43863,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43863
43863
|
});
|
|
43864
43864
|
},
|
|
43865
43865
|
|
|
43866
|
-
/**
|
|
43867
|
-
* saveInfo
|
|
43868
|
-
* @desc:暂存
|
|
43869
|
-
* @author liufan
|
|
43870
|
-
* @date 2022年9月9日
|
|
43866
|
+
/**
|
|
43867
|
+
* saveInfo
|
|
43868
|
+
* @desc:暂存
|
|
43869
|
+
* @author liufan
|
|
43870
|
+
* @date 2022年9月9日
|
|
43871
43871
|
**/
|
|
43872
43872
|
saveInfo: function saveInfo(type, btn) {
|
|
43873
43873
|
var _this6 = this;
|
|
@@ -43929,11 +43929,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43929
43929
|
});
|
|
43930
43930
|
},
|
|
43931
43931
|
|
|
43932
|
-
/**
|
|
43933
|
-
* rejectBtn
|
|
43934
|
-
* @desc:点击驳回
|
|
43935
|
-
* @author liufan
|
|
43936
|
-
* @date 2022年5月25日
|
|
43932
|
+
/**
|
|
43933
|
+
* rejectBtn
|
|
43934
|
+
* @desc:点击驳回
|
|
43935
|
+
* @author liufan
|
|
43936
|
+
* @date 2022年5月25日
|
|
43937
43937
|
**/
|
|
43938
43938
|
rejectBtn: function rejectBtn() {
|
|
43939
43939
|
var _this8 = this;
|
|
@@ -43951,11 +43951,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43951
43951
|
}
|
|
43952
43952
|
},
|
|
43953
43953
|
|
|
43954
|
-
/**
|
|
43955
|
-
* taskReadBtn
|
|
43956
|
-
* @desc:点击分阅
|
|
43957
|
-
* @author liufan
|
|
43958
|
-
* @date 2022年5月25日
|
|
43954
|
+
/**
|
|
43955
|
+
* taskReadBtn
|
|
43956
|
+
* @desc:点击分阅
|
|
43957
|
+
* @author liufan
|
|
43958
|
+
* @date 2022年5月25日
|
|
43959
43959
|
**/
|
|
43960
43960
|
taskReadBtn: function taskReadBtn() {
|
|
43961
43961
|
var _this9 = this;
|
|
@@ -43974,11 +43974,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43974
43974
|
}
|
|
43975
43975
|
},
|
|
43976
43976
|
|
|
43977
|
-
/**
|
|
43978
|
-
* getFind
|
|
43979
|
-
* @desc:获取通知方式
|
|
43980
|
-
* @author liufan
|
|
43981
|
-
* @date 2022年5月25日
|
|
43977
|
+
/**
|
|
43978
|
+
* getFind
|
|
43979
|
+
* @desc:获取通知方式
|
|
43980
|
+
* @author liufan
|
|
43981
|
+
* @date 2022年5月25日
|
|
43982
43982
|
**/
|
|
43983
43983
|
getFind: function getFind() {
|
|
43984
43984
|
var _this10 = this;
|
|
@@ -44033,12 +44033,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44033
44033
|
});
|
|
44034
44034
|
},
|
|
44035
44035
|
|
|
44036
|
-
/**
|
|
44037
|
-
* endFlows
|
|
44038
|
-
* @desc:直接办结
|
|
44039
|
-
* @author liufan
|
|
44040
|
-
* @param {Object} res 直接办结数据
|
|
44041
|
-
* @date 2022年5月25日
|
|
44036
|
+
/**
|
|
44037
|
+
* endFlows
|
|
44038
|
+
* @desc:直接办结
|
|
44039
|
+
* @author liufan
|
|
44040
|
+
* @param {Object} res 直接办结数据
|
|
44041
|
+
* @date 2022年5月25日
|
|
44042
44042
|
**/
|
|
44043
44043
|
endFlows: function endFlows(res) {
|
|
44044
44044
|
var _this12 = this;
|
|
@@ -44092,12 +44092,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44092
44092
|
}).catch(function (e) {});
|
|
44093
44093
|
},
|
|
44094
44094
|
|
|
44095
|
-
/**
|
|
44096
|
-
* goView
|
|
44097
|
-
* @desc:更多流程按钮操作
|
|
44098
|
-
* @author liufan
|
|
44099
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
44100
|
-
* @date 2022年5月25日
|
|
44095
|
+
/**
|
|
44096
|
+
* goView
|
|
44097
|
+
* @desc:更多流程按钮操作
|
|
44098
|
+
* @author liufan
|
|
44099
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
44100
|
+
* @date 2022年5月25日
|
|
44101
44101
|
**/
|
|
44102
44102
|
goView: function goView(res) {
|
|
44103
44103
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -44182,11 +44182,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44182
44182
|
// isCanStartSubFlow
|
|
44183
44183
|
},
|
|
44184
44184
|
|
|
44185
|
-
/**
|
|
44186
|
-
* toTakeAdvice
|
|
44187
|
-
* @desc:征求意见
|
|
44188
|
-
* @author liufan
|
|
44189
|
-
* @date 2022年9月29日
|
|
44185
|
+
/**
|
|
44186
|
+
* toTakeAdvice
|
|
44187
|
+
* @desc:征求意见
|
|
44188
|
+
* @author liufan
|
|
44189
|
+
* @date 2022年9月29日
|
|
44190
44190
|
**/
|
|
44191
44191
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
44192
44192
|
var _this14 = this;
|
|
@@ -44230,11 +44230,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44230
44230
|
});
|
|
44231
44231
|
},
|
|
44232
44232
|
|
|
44233
|
-
/**
|
|
44234
|
-
* toStartDraf
|
|
44235
|
-
* @desc: 稿件递送、联合审核、复核
|
|
44236
|
-
* @author liufan
|
|
44237
|
-
* @date 2022年9月29日
|
|
44233
|
+
/**
|
|
44234
|
+
* toStartDraf
|
|
44235
|
+
* @desc: 稿件递送、联合审核、复核
|
|
44236
|
+
* @author liufan
|
|
44237
|
+
* @date 2022年9月29日
|
|
44238
44238
|
**/
|
|
44239
44239
|
toStartDraf: function toStartDraf(res) {
|
|
44240
44240
|
var _this16 = this;
|
|
@@ -44248,11 +44248,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44248
44248
|
}
|
|
44249
44249
|
},
|
|
44250
44250
|
|
|
44251
|
-
/**
|
|
44252
|
-
* toSendMsg
|
|
44253
|
-
* @desc:核稿通知
|
|
44254
|
-
* @author liufan
|
|
44255
|
-
* @date 2022年9月29日
|
|
44251
|
+
/**
|
|
44252
|
+
* toSendMsg
|
|
44253
|
+
* @desc:核稿通知
|
|
44254
|
+
* @author liufan
|
|
44255
|
+
* @date 2022年9月29日
|
|
44256
44256
|
**/
|
|
44257
44257
|
toSendMsg: function toSendMsg(res) {
|
|
44258
44258
|
var _this17 = this;
|
|
@@ -44266,11 +44266,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44266
44266
|
}
|
|
44267
44267
|
},
|
|
44268
44268
|
|
|
44269
|
-
/**
|
|
44270
|
-
* toTaskReadAndEnd
|
|
44271
|
-
* @desc:分阅并办结
|
|
44272
|
-
* @author liufan
|
|
44273
|
-
* @date 2022年9月29日
|
|
44269
|
+
/**
|
|
44270
|
+
* toTaskReadAndEnd
|
|
44271
|
+
* @desc:分阅并办结
|
|
44272
|
+
* @author liufan
|
|
44273
|
+
* @date 2022年9月29日
|
|
44274
44274
|
**/
|
|
44275
44275
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
44276
44276
|
var _this18 = this;
|
|
@@ -44288,11 +44288,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44288
44288
|
}
|
|
44289
44289
|
},
|
|
44290
44290
|
|
|
44291
|
-
/**
|
|
44292
|
-
* rejectAndEnd
|
|
44293
|
-
* @desc:驳回并办结
|
|
44294
|
-
* @author liufan
|
|
44295
|
-
* @date 2022年9月29日
|
|
44291
|
+
/**
|
|
44292
|
+
* rejectAndEnd
|
|
44293
|
+
* @desc:驳回并办结
|
|
44294
|
+
* @author liufan
|
|
44295
|
+
* @date 2022年9月29日
|
|
44296
44296
|
**/
|
|
44297
44297
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
44298
44298
|
var _this19 = this;
|
|
@@ -44347,11 +44347,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44347
44347
|
});
|
|
44348
44348
|
},
|
|
44349
44349
|
|
|
44350
|
-
/**
|
|
44351
|
-
* toTransfer
|
|
44352
|
-
* @desc:转办
|
|
44353
|
-
* @author liufan
|
|
44354
|
-
* @date 2022年9月29日
|
|
44350
|
+
/**
|
|
44351
|
+
* toTransfer
|
|
44352
|
+
* @desc:转办
|
|
44353
|
+
* @author liufan
|
|
44354
|
+
* @date 2022年9月29日
|
|
44355
44355
|
**/
|
|
44356
44356
|
toTransfer: function toTransfer(res) {
|
|
44357
44357
|
var _this21 = this;
|
|
@@ -44367,11 +44367,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44367
44367
|
}
|
|
44368
44368
|
},
|
|
44369
44369
|
|
|
44370
|
-
/**
|
|
44371
|
-
* getNodeInfo
|
|
44372
|
-
* @desc:获取节点信息
|
|
44373
|
-
* @author liufan
|
|
44374
|
-
* @date 2022年5月25日
|
|
44370
|
+
/**
|
|
44371
|
+
* getNodeInfo
|
|
44372
|
+
* @desc:获取节点信息
|
|
44373
|
+
* @author liufan
|
|
44374
|
+
* @date 2022年5月25日
|
|
44375
44375
|
**/
|
|
44376
44376
|
getNodeInfo: function getNodeInfo() {
|
|
44377
44377
|
var _this22 = this;
|
|
@@ -44470,12 +44470,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44470
44470
|
});
|
|
44471
44471
|
},
|
|
44472
44472
|
|
|
44473
|
-
/**
|
|
44474
|
-
* selecNext
|
|
44475
|
-
* @desc:下步节点变化时更新数据
|
|
44476
|
-
* @author liufan
|
|
44477
|
-
* @param {String} val 当前选中值
|
|
44478
|
-
* @date 2022年5月25日
|
|
44473
|
+
/**
|
|
44474
|
+
* selecNext
|
|
44475
|
+
* @desc:下步节点变化时更新数据
|
|
44476
|
+
* @author liufan
|
|
44477
|
+
* @param {String} val 当前选中值
|
|
44478
|
+
* @date 2022年5月25日
|
|
44479
44479
|
**/
|
|
44480
44480
|
selecNext: function selecNext(val, type, isDef) {
|
|
44481
44481
|
var _this23 = this;
|
|
@@ -44584,11 +44584,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44584
44584
|
if (isDef !== true) this.getNodeInfo();
|
|
44585
44585
|
},
|
|
44586
44586
|
|
|
44587
|
-
/**
|
|
44588
|
-
* isMultiple
|
|
44589
|
-
* @desc:是否多选
|
|
44590
|
-
* @author liufan
|
|
44591
|
-
* @date 2022年9月13日
|
|
44587
|
+
/**
|
|
44588
|
+
* isMultiple
|
|
44589
|
+
* @desc:是否多选
|
|
44590
|
+
* @author liufan
|
|
44591
|
+
* @date 2022年9月13日
|
|
44592
44592
|
**/
|
|
44593
44593
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
44594
44594
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -44620,11 +44620,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44620
44620
|
}
|
|
44621
44621
|
},
|
|
44622
44622
|
|
|
44623
|
-
/**
|
|
44624
|
-
* getHedInfo
|
|
44625
|
-
* @desc:获取审核页面数据
|
|
44626
|
-
* @author liufan
|
|
44627
|
-
* @date 2022年5月25日
|
|
44623
|
+
/**
|
|
44624
|
+
* getHedInfo
|
|
44625
|
+
* @desc:获取审核页面数据
|
|
44626
|
+
* @author liufan
|
|
44627
|
+
* @date 2022年5月25日
|
|
44628
44628
|
**/
|
|
44629
44629
|
getHedInfo: function getHedInfo() {
|
|
44630
44630
|
var _this24 = this;
|
|
@@ -44860,13 +44860,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44860
44860
|
});
|
|
44861
44861
|
},
|
|
44862
44862
|
|
|
44863
|
-
/**
|
|
44864
|
-
* closeProcess
|
|
44865
|
-
* @desc:关闭弹窗
|
|
44866
|
-
* @author liufan
|
|
44867
|
-
* @param {boolean} val 当前是否办理流程
|
|
44868
|
-
* @param {String} type 当前点击的弹窗类型
|
|
44869
|
-
* @date 2022年5月25日
|
|
44863
|
+
/**
|
|
44864
|
+
* closeProcess
|
|
44865
|
+
* @desc:关闭弹窗
|
|
44866
|
+
* @author liufan
|
|
44867
|
+
* @param {boolean} val 当前是否办理流程
|
|
44868
|
+
* @param {String} type 当前点击的弹窗类型
|
|
44869
|
+
* @date 2022年5月25日
|
|
44870
44870
|
**/
|
|
44871
44871
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
44872
44872
|
if (closeParent) {
|
|
@@ -44883,23 +44883,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44883
44883
|
}
|
|
44884
44884
|
},
|
|
44885
44885
|
|
|
44886
|
-
/**
|
|
44887
|
-
* selectChange
|
|
44888
|
-
* @desc:常用语选择
|
|
44889
|
-
* @author liufan
|
|
44890
|
-
* @param {String} val 选中值
|
|
44891
|
-
* @date 2022年5月25日
|
|
44886
|
+
/**
|
|
44887
|
+
* selectChange
|
|
44888
|
+
* @desc:常用语选择
|
|
44889
|
+
* @author liufan
|
|
44890
|
+
* @param {String} val 选中值
|
|
44891
|
+
* @date 2022年5月25日
|
|
44892
44892
|
**/
|
|
44893
44893
|
selectChange: function selectChange(val) {
|
|
44894
44894
|
this.value = val;
|
|
44895
44895
|
},
|
|
44896
44896
|
|
|
44897
|
-
/**
|
|
44898
|
-
* upDate
|
|
44899
|
-
* @desc:修改常用语
|
|
44900
|
-
* @author liufan
|
|
44901
|
-
* @param {Object} val 修改值
|
|
44902
|
-
* @date 2022年5月25日
|
|
44897
|
+
/**
|
|
44898
|
+
* upDate
|
|
44899
|
+
* @desc:修改常用语
|
|
44900
|
+
* @author liufan
|
|
44901
|
+
* @param {Object} val 修改值
|
|
44902
|
+
* @date 2022年5月25日
|
|
44903
44903
|
**/
|
|
44904
44904
|
upDate: function upDate(val) {
|
|
44905
44905
|
this.FormData.id = val.id;
|
|
@@ -44907,11 +44907,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44907
44907
|
},
|
|
44908
44908
|
|
|
44909
44909
|
|
|
44910
|
-
/**
|
|
44911
|
-
* getProcess
|
|
44912
|
-
* @desc:获取选择流程
|
|
44913
|
-
* @author liufan
|
|
44914
|
-
* @date 2022年5月25日
|
|
44910
|
+
/**
|
|
44911
|
+
* getProcess
|
|
44912
|
+
* @desc:获取选择流程
|
|
44913
|
+
* @author liufan
|
|
44914
|
+
* @date 2022年5月25日
|
|
44915
44915
|
**/
|
|
44916
44916
|
getProcess: function getProcess() {
|
|
44917
44917
|
var _this25 = this;
|
|
@@ -44965,11 +44965,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44965
44965
|
});
|
|
44966
44966
|
},
|
|
44967
44967
|
|
|
44968
|
-
/**
|
|
44969
|
-
* getPendedhistoryList
|
|
44970
|
-
* @desc:获取流程列表
|
|
44971
|
-
* @author liufan
|
|
44972
|
-
* @date 2022年5月25日
|
|
44968
|
+
/**
|
|
44969
|
+
* getPendedhistoryList
|
|
44970
|
+
* @desc:获取流程列表
|
|
44971
|
+
* @author liufan
|
|
44972
|
+
* @date 2022年5月25日
|
|
44973
44973
|
**/
|
|
44974
44974
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
44975
44975
|
var _this26 = this;
|
|
@@ -45001,12 +45001,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45001
45001
|
},
|
|
45002
45002
|
|
|
45003
45003
|
// 提交流程
|
|
45004
|
-
/**
|
|
45005
|
-
* subProcess
|
|
45006
|
-
* @desc:提交流程
|
|
45007
|
-
* @author liufan
|
|
45008
|
-
* @param {String} formName 当前form表单ref值
|
|
45009
|
-
* @date 2022年5月25日
|
|
45004
|
+
/**
|
|
45005
|
+
* subProcess
|
|
45006
|
+
* @desc:提交流程
|
|
45007
|
+
* @author liufan
|
|
45008
|
+
* @param {String} formName 当前form表单ref值
|
|
45009
|
+
* @date 2022年5月25日
|
|
45010
45010
|
**/
|
|
45011
45011
|
subProcess: function subProcess(val) {
|
|
45012
45012
|
var _this27 = this;
|
|
@@ -47845,6 +47845,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
47845
47845
|
isHideTemporarySave: false,
|
|
47846
47846
|
oldNextOperate: '',
|
|
47847
47847
|
showOpinion: true,
|
|
47848
|
+
submitButtonFunKey: '',
|
|
47849
|
+
taskNodeButtons: [],
|
|
47848
47850
|
taskOperationShiftedNodeList: null,
|
|
47849
47851
|
currentNodeEnableItemHandleDescription: false,
|
|
47850
47852
|
startFlowPageEmbeddedIntoStartFlowIndex: false,
|
|
@@ -48598,11 +48600,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48598
48600
|
});
|
|
48599
48601
|
},
|
|
48600
48602
|
|
|
48601
|
-
/**
|
|
48602
|
-
* saveInfo
|
|
48603
|
-
* @desc:暂存
|
|
48604
|
-
* @author liufan
|
|
48605
|
-
* @date 2022年9月9日
|
|
48603
|
+
/**
|
|
48604
|
+
* saveInfo
|
|
48605
|
+
* @desc:暂存
|
|
48606
|
+
* @author liufan
|
|
48607
|
+
* @date 2022年9月9日
|
|
48606
48608
|
**/
|
|
48607
48609
|
saveInfo: function saveInfo(type, btn) {
|
|
48608
48610
|
var _this11 = this;
|
|
@@ -48664,11 +48666,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48664
48666
|
});
|
|
48665
48667
|
},
|
|
48666
48668
|
|
|
48667
|
-
/**
|
|
48668
|
-
* rejectBtn
|
|
48669
|
-
* @desc:点击驳回
|
|
48670
|
-
* @author liufan
|
|
48671
|
-
* @date 2022年5月25日
|
|
48669
|
+
/**
|
|
48670
|
+
* rejectBtn
|
|
48671
|
+
* @desc:点击驳回
|
|
48672
|
+
* @author liufan
|
|
48673
|
+
* @date 2022年5月25日
|
|
48672
48674
|
**/
|
|
48673
48675
|
rejectBtn: function rejectBtn() {
|
|
48674
48676
|
var _this13 = this;
|
|
@@ -48686,11 +48688,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48686
48688
|
}
|
|
48687
48689
|
},
|
|
48688
48690
|
|
|
48689
|
-
/**
|
|
48690
|
-
* taskReadBtn
|
|
48691
|
-
* @desc:点击分阅
|
|
48692
|
-
* @author liufan
|
|
48693
|
-
* @date 2022年5月25日
|
|
48691
|
+
/**
|
|
48692
|
+
* taskReadBtn
|
|
48693
|
+
* @desc:点击分阅
|
|
48694
|
+
* @author liufan
|
|
48695
|
+
* @date 2022年5月25日
|
|
48694
48696
|
**/
|
|
48695
48697
|
taskReadBtn: function taskReadBtn() {
|
|
48696
48698
|
var _this14 = this;
|
|
@@ -48709,11 +48711,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48709
48711
|
}
|
|
48710
48712
|
},
|
|
48711
48713
|
|
|
48712
|
-
/**
|
|
48713
|
-
* getFind
|
|
48714
|
-
* @desc:获取通知方式
|
|
48715
|
-
* @author liufan
|
|
48716
|
-
* @date 2022年5月25日
|
|
48714
|
+
/**
|
|
48715
|
+
* getFind
|
|
48716
|
+
* @desc:获取通知方式
|
|
48717
|
+
* @author liufan
|
|
48718
|
+
* @date 2022年5月25日
|
|
48717
48719
|
**/
|
|
48718
48720
|
getFind: function getFind() {
|
|
48719
48721
|
var _this15 = this;
|
|
@@ -48779,12 +48781,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48779
48781
|
});
|
|
48780
48782
|
},
|
|
48781
48783
|
|
|
48782
|
-
/**
|
|
48783
|
-
* endFlows
|
|
48784
|
-
* @desc:直接办结
|
|
48785
|
-
* @author liufan
|
|
48786
|
-
* @param {Object} res 直接办结数据
|
|
48787
|
-
* @date 2022年5月25日
|
|
48784
|
+
/**
|
|
48785
|
+
* endFlows
|
|
48786
|
+
* @desc:直接办结
|
|
48787
|
+
* @author liufan
|
|
48788
|
+
* @param {Object} res 直接办结数据
|
|
48789
|
+
* @date 2022年5月25日
|
|
48788
48790
|
**/
|
|
48789
48791
|
endFlows: function endFlows(res) {
|
|
48790
48792
|
var _this17 = this;
|
|
@@ -48839,12 +48841,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48839
48841
|
}).catch(function (e) {});
|
|
48840
48842
|
},
|
|
48841
48843
|
|
|
48842
|
-
/**
|
|
48843
|
-
* goView
|
|
48844
|
-
* @desc:更多流程按钮操作
|
|
48845
|
-
* @author liufan
|
|
48846
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
48847
|
-
* @date 2022年5月25日
|
|
48844
|
+
/**
|
|
48845
|
+
* goView
|
|
48846
|
+
* @desc:更多流程按钮操作
|
|
48847
|
+
* @author liufan
|
|
48848
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
48849
|
+
* @date 2022年5月25日
|
|
48848
48850
|
**/
|
|
48849
48851
|
goView: function goView(res) {
|
|
48850
48852
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -48857,7 +48859,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48857
48859
|
// 直接办结:endFlowHtml
|
|
48858
48860
|
// 自由发起子流程:toFreeStartFlow
|
|
48859
48861
|
if (res.type == 4) {
|
|
48860
|
-
this.$emit('buttonClick', res.fun);
|
|
48862
|
+
this.$emit('buttonClick', res.fun, this.sendData);
|
|
48861
48863
|
} else if (res.fun === 'toStartTaskRead()') {
|
|
48862
48864
|
// 分阅
|
|
48863
48865
|
this.taskReadBtn();
|
|
@@ -48931,11 +48933,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48931
48933
|
// isCanStartSubFlow
|
|
48932
48934
|
},
|
|
48933
48935
|
|
|
48934
|
-
/**
|
|
48935
|
-
* toTakeAdvice
|
|
48936
|
-
* @desc:征求意见
|
|
48937
|
-
* @author liufan
|
|
48938
|
-
* @date 2022年9月29日
|
|
48936
|
+
/**
|
|
48937
|
+
* toTakeAdvice
|
|
48938
|
+
* @desc:征求意见
|
|
48939
|
+
* @author liufan
|
|
48940
|
+
* @date 2022年9月29日
|
|
48939
48941
|
**/
|
|
48940
48942
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
48941
48943
|
var _this19 = this;
|
|
@@ -48979,11 +48981,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48979
48981
|
});
|
|
48980
48982
|
},
|
|
48981
48983
|
|
|
48982
|
-
/**
|
|
48983
|
-
* toStartDraf
|
|
48984
|
-
* @desc: 稿件递送、联合审核、复核
|
|
48985
|
-
* @author liufan
|
|
48986
|
-
* @date 2022年9月29日
|
|
48984
|
+
/**
|
|
48985
|
+
* toStartDraf
|
|
48986
|
+
* @desc: 稿件递送、联合审核、复核
|
|
48987
|
+
* @author liufan
|
|
48988
|
+
* @date 2022年9月29日
|
|
48987
48989
|
**/
|
|
48988
48990
|
toStartDraf: function toStartDraf(res) {
|
|
48989
48991
|
var _this21 = this;
|
|
@@ -48997,11 +48999,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
48997
48999
|
}
|
|
48998
49000
|
},
|
|
48999
49001
|
|
|
49000
|
-
/**
|
|
49001
|
-
* toSendMsg
|
|
49002
|
-
* @desc:核稿通知
|
|
49003
|
-
* @author liufan
|
|
49004
|
-
* @date 2022年9月29日
|
|
49002
|
+
/**
|
|
49003
|
+
* toSendMsg
|
|
49004
|
+
* @desc:核稿通知
|
|
49005
|
+
* @author liufan
|
|
49006
|
+
* @date 2022年9月29日
|
|
49005
49007
|
**/
|
|
49006
49008
|
toSendMsg: function toSendMsg(res) {
|
|
49007
49009
|
var _this22 = this;
|
|
@@ -49015,11 +49017,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49015
49017
|
}
|
|
49016
49018
|
},
|
|
49017
49019
|
|
|
49018
|
-
/**
|
|
49019
|
-
* toTaskReadAndEnd
|
|
49020
|
-
* @desc:分阅并办结
|
|
49021
|
-
* @author liufan
|
|
49022
|
-
* @date 2022年9月29日
|
|
49020
|
+
/**
|
|
49021
|
+
* toTaskReadAndEnd
|
|
49022
|
+
* @desc:分阅并办结
|
|
49023
|
+
* @author liufan
|
|
49024
|
+
* @date 2022年9月29日
|
|
49023
49025
|
**/
|
|
49024
49026
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
49025
49027
|
var _this23 = this;
|
|
@@ -49037,11 +49039,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49037
49039
|
}
|
|
49038
49040
|
},
|
|
49039
49041
|
|
|
49040
|
-
/**
|
|
49041
|
-
* rejectAndEnd
|
|
49042
|
-
* @desc:驳回并办结
|
|
49043
|
-
* @author liufan
|
|
49044
|
-
* @date 2022年9月29日
|
|
49042
|
+
/**
|
|
49043
|
+
* rejectAndEnd
|
|
49044
|
+
* @desc:驳回并办结
|
|
49045
|
+
* @author liufan
|
|
49046
|
+
* @date 2022年9月29日
|
|
49045
49047
|
**/
|
|
49046
49048
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
49047
49049
|
var _this24 = this;
|
|
@@ -49097,11 +49099,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49097
49099
|
});
|
|
49098
49100
|
},
|
|
49099
49101
|
|
|
49100
|
-
/**
|
|
49101
|
-
* toTransfer
|
|
49102
|
-
* @desc:转办
|
|
49103
|
-
* @author liufan
|
|
49104
|
-
* @date 2022年9月29日
|
|
49102
|
+
/**
|
|
49103
|
+
* toTransfer
|
|
49104
|
+
* @desc:转办
|
|
49105
|
+
* @author liufan
|
|
49106
|
+
* @date 2022年9月29日
|
|
49105
49107
|
**/
|
|
49106
49108
|
toTransfer: function toTransfer(res) {
|
|
49107
49109
|
var _this26 = this;
|
|
@@ -49120,11 +49122,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49120
49122
|
this.nextNode.customLimitTime = val;
|
|
49121
49123
|
},
|
|
49122
49124
|
|
|
49123
|
-
/**
|
|
49124
|
-
* getNodeInfo
|
|
49125
|
-
* @desc:获取节点信息
|
|
49126
|
-
* @author liufan
|
|
49127
|
-
* @date 2022年5月25日
|
|
49125
|
+
/**
|
|
49126
|
+
* getNodeInfo
|
|
49127
|
+
* @desc:获取节点信息
|
|
49128
|
+
* @author liufan
|
|
49129
|
+
* @date 2022年5月25日
|
|
49128
49130
|
**/
|
|
49129
49131
|
getNodeInfo: function getNodeInfo() {
|
|
49130
49132
|
var _this27 = this;
|
|
@@ -49231,12 +49233,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49231
49233
|
});
|
|
49232
49234
|
},
|
|
49233
49235
|
|
|
49234
|
-
/**
|
|
49235
|
-
* selecNext
|
|
49236
|
-
* @desc:下步节点变化时更新数据
|
|
49237
|
-
* @author liufan
|
|
49238
|
-
* @param {String} val 当前选中值
|
|
49239
|
-
* @date 2022年5月25日
|
|
49236
|
+
/**
|
|
49237
|
+
* selecNext
|
|
49238
|
+
* @desc:下步节点变化时更新数据
|
|
49239
|
+
* @author liufan
|
|
49240
|
+
* @param {String} val 当前选中值
|
|
49241
|
+
* @date 2022年5月25日
|
|
49240
49242
|
**/
|
|
49241
49243
|
selecNext: function selecNext(val, type, isDef) {
|
|
49242
49244
|
var _this28 = this;
|
|
@@ -49368,11 +49370,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49368
49370
|
this.getNodeInfo();
|
|
49369
49371
|
},
|
|
49370
49372
|
|
|
49371
|
-
/**
|
|
49372
|
-
* isMultiple
|
|
49373
|
-
* @desc:是否多选
|
|
49374
|
-
* @author liufan
|
|
49375
|
-
* @date 2022年9月13日
|
|
49373
|
+
/**
|
|
49374
|
+
* isMultiple
|
|
49375
|
+
* @desc:是否多选
|
|
49376
|
+
* @author liufan
|
|
49377
|
+
* @date 2022年9月13日
|
|
49376
49378
|
**/
|
|
49377
49379
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
49378
49380
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -49404,11 +49406,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49404
49406
|
}
|
|
49405
49407
|
},
|
|
49406
49408
|
|
|
49407
|
-
/**
|
|
49408
|
-
* getHedInfo
|
|
49409
|
-
* @desc:获取审核页面数据
|
|
49410
|
-
* @author liufan
|
|
49411
|
-
* @date 2022年5月25日
|
|
49409
|
+
/**
|
|
49410
|
+
* getHedInfo
|
|
49411
|
+
* @desc:获取审核页面数据
|
|
49412
|
+
* @author liufan
|
|
49413
|
+
* @date 2022年5月25日
|
|
49412
49414
|
**/
|
|
49413
49415
|
getHedInfo: function getHedInfo() {
|
|
49414
49416
|
var _this29 = this;
|
|
@@ -49511,6 +49513,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49511
49513
|
_this29.nextOperateCheckType = nextOperateCheckType || 'select';
|
|
49512
49514
|
_this29.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
|
|
49513
49515
|
|
|
49516
|
+
_this29.submitButtonFunKey = nodeInfoMap.nodeExtAttr.submitButtonFunKey;
|
|
49517
|
+
_this29.taskNodeButtons = nodeInfoMap.nodeExtAttr.taskNodeButtons;
|
|
49518
|
+
_this29.readOnlyNotificationType = readOnlyNotificationType;
|
|
49519
|
+
|
|
49514
49520
|
_this29.readOnlyNotificationType = readOnlyNotificationType;
|
|
49515
49521
|
_this29.isSpecial = isSpecial;
|
|
49516
49522
|
_this29.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
|
|
@@ -49708,13 +49714,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49708
49714
|
});
|
|
49709
49715
|
},
|
|
49710
49716
|
|
|
49711
|
-
/**
|
|
49712
|
-
* closeProcess
|
|
49713
|
-
* @desc:关闭弹窗
|
|
49714
|
-
* @author liufan
|
|
49715
|
-
* @param {boolean} val 当前是否办理流程
|
|
49716
|
-
* @param {String} type 当前点击的弹窗类型
|
|
49717
|
-
* @date 2022年5月25日
|
|
49717
|
+
/**
|
|
49718
|
+
* closeProcess
|
|
49719
|
+
* @desc:关闭弹窗
|
|
49720
|
+
* @author liufan
|
|
49721
|
+
* @param {boolean} val 当前是否办理流程
|
|
49722
|
+
* @param {String} type 当前点击的弹窗类型
|
|
49723
|
+
* @date 2022年5月25日
|
|
49718
49724
|
**/
|
|
49719
49725
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
49720
49726
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -49734,23 +49740,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49734
49740
|
}
|
|
49735
49741
|
},
|
|
49736
49742
|
|
|
49737
|
-
/**
|
|
49738
|
-
* selectChange
|
|
49739
|
-
* @desc:常用语选择
|
|
49740
|
-
* @author liufan
|
|
49741
|
-
* @param {String} val 选中值
|
|
49742
|
-
* @date 2022年5月25日
|
|
49743
|
+
/**
|
|
49744
|
+
* selectChange
|
|
49745
|
+
* @desc:常用语选择
|
|
49746
|
+
* @author liufan
|
|
49747
|
+
* @param {String} val 选中值
|
|
49748
|
+
* @date 2022年5月25日
|
|
49743
49749
|
**/
|
|
49744
49750
|
selectChange: function selectChange(val) {
|
|
49745
49751
|
this.value = val;
|
|
49746
49752
|
},
|
|
49747
49753
|
|
|
49748
|
-
/**
|
|
49749
|
-
* upDate
|
|
49750
|
-
* @desc:修改常用语
|
|
49751
|
-
* @author liufan
|
|
49752
|
-
* @param {Object} val 修改值
|
|
49753
|
-
* @date 2022年5月25日
|
|
49754
|
+
/**
|
|
49755
|
+
* upDate
|
|
49756
|
+
* @desc:修改常用语
|
|
49757
|
+
* @author liufan
|
|
49758
|
+
* @param {Object} val 修改值
|
|
49759
|
+
* @date 2022年5月25日
|
|
49754
49760
|
**/
|
|
49755
49761
|
upDate: function upDate(val) {
|
|
49756
49762
|
this.FormData.id = val.id;
|
|
@@ -49758,11 +49764,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49758
49764
|
},
|
|
49759
49765
|
|
|
49760
49766
|
|
|
49761
|
-
/**
|
|
49762
|
-
* getProcess
|
|
49763
|
-
* @desc:获取选择流程
|
|
49764
|
-
* @author liufan
|
|
49765
|
-
* @date 2022年5月25日
|
|
49767
|
+
/**
|
|
49768
|
+
* getProcess
|
|
49769
|
+
* @desc:获取选择流程
|
|
49770
|
+
* @author liufan
|
|
49771
|
+
* @date 2022年5月25日
|
|
49766
49772
|
**/
|
|
49767
49773
|
getProcess: function getProcess(val) {
|
|
49768
49774
|
var _this30 = this;
|
|
@@ -49822,11 +49828,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49822
49828
|
});
|
|
49823
49829
|
},
|
|
49824
49830
|
|
|
49825
|
-
/**
|
|
49826
|
-
* getPendedhistoryList
|
|
49827
|
-
* @desc:获取流程列表
|
|
49828
|
-
* @author liufan
|
|
49829
|
-
* @date 2022年5月25日
|
|
49831
|
+
/**
|
|
49832
|
+
* getPendedhistoryList
|
|
49833
|
+
* @desc:获取流程列表
|
|
49834
|
+
* @author liufan
|
|
49835
|
+
* @date 2022年5月25日
|
|
49830
49836
|
**/
|
|
49831
49837
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
49832
49838
|
var _this31 = this;
|
|
@@ -49894,12 +49900,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49894
49900
|
},
|
|
49895
49901
|
|
|
49896
49902
|
// 提交流程
|
|
49897
|
-
/**
|
|
49898
|
-
* subProcess
|
|
49899
|
-
* @desc:提交流程
|
|
49900
|
-
* @author liufan
|
|
49901
|
-
* @param {String} formName 当前form表单ref值
|
|
49902
|
-
* @date 2022年5月25日
|
|
49903
|
+
/**
|
|
49904
|
+
* subProcess
|
|
49905
|
+
* @desc:提交流程
|
|
49906
|
+
* @author liufan
|
|
49907
|
+
* @param {String} formName 当前form表单ref值
|
|
49908
|
+
* @date 2022年5月25日
|
|
49903
49909
|
**/
|
|
49904
49910
|
subProcess: function subProcess(val, type) {
|
|
49905
49911
|
var _this33 = this;
|
|
@@ -49924,6 +49930,19 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49924
49930
|
// this.reqCircularRead(type);
|
|
49925
49931
|
// return;
|
|
49926
49932
|
// }
|
|
49933
|
+
if (_this33.submitButtonFunKey) {
|
|
49934
|
+
var btnInfo = _this33.taskNodeButtons.filter(function (x) {
|
|
49935
|
+
return x.key === _this33.submitButtonFunKey;
|
|
49936
|
+
});
|
|
49937
|
+
if (btnInfo.length > 0) {
|
|
49938
|
+
if (btnInfo[0].type == 4) {
|
|
49939
|
+
_this33.$emit('buttonClick', btnInfo[0].fun, _this33.sendData);
|
|
49940
|
+
} else if (btnInfo[0].type == 2) {
|
|
49941
|
+
_this33.goView(btnInfo[0]);
|
|
49942
|
+
}
|
|
49943
|
+
}
|
|
49944
|
+
return;
|
|
49945
|
+
}
|
|
49927
49946
|
if (type == 'multiInsMidwayWithSubmitScene') {
|
|
49928
49947
|
_this33.sendData(type);
|
|
49929
49948
|
return;
|
|
@@ -50241,8 +50260,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50241
50260
|
|
|
50242
50261
|
var flow_src_main_component = normalizeComponent(
|
|
50243
50262
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
50244
|
-
|
|
50245
|
-
|
|
50263
|
+
mainvue_type_template_id_47da9651_render,
|
|
50264
|
+
mainvue_type_template_id_47da9651_staticRenderFns,
|
|
50246
50265
|
false,
|
|
50247
50266
|
null,
|
|
50248
50267
|
null,
|
|
@@ -53707,12 +53726,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53707
53726
|
}
|
|
53708
53727
|
},
|
|
53709
53728
|
|
|
53710
|
-
/**
|
|
53711
|
-
* handleFormSubmit
|
|
53712
|
-
* @desc:删除节点点击事件
|
|
53713
|
-
* @param {Object} formData 点击删除的form数据
|
|
53714
|
-
* @author liufan
|
|
53715
|
-
* @date 2022年11月29日
|
|
53729
|
+
/**
|
|
53730
|
+
* handleFormSubmit
|
|
53731
|
+
* @desc:删除节点点击事件
|
|
53732
|
+
* @param {Object} formData 点击删除的form数据
|
|
53733
|
+
* @author liufan
|
|
53734
|
+
* @date 2022年11月29日
|
|
53716
53735
|
**/
|
|
53717
53736
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
53718
53737
|
var _this9 = this;
|
|
@@ -53743,48 +53762,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53743
53762
|
});
|
|
53744
53763
|
},
|
|
53745
53764
|
|
|
53746
|
-
/**
|
|
53747
|
-
* del
|
|
53748
|
-
* @desc:展示删除弹窗
|
|
53749
|
-
* @param {String} id 当前点击数据id
|
|
53750
|
-
* @author liufan
|
|
53751
|
-
* @date 2022年11月29日
|
|
53765
|
+
/**
|
|
53766
|
+
* del
|
|
53767
|
+
* @desc:展示删除弹窗
|
|
53768
|
+
* @param {String} id 当前点击数据id
|
|
53769
|
+
* @author liufan
|
|
53770
|
+
* @date 2022年11月29日
|
|
53752
53771
|
**/
|
|
53753
53772
|
del: function del(id) {
|
|
53754
53773
|
this.historyId = id;
|
|
53755
53774
|
this.showDel = true;
|
|
53756
53775
|
},
|
|
53757
53776
|
|
|
53758
|
-
/**
|
|
53759
|
-
* handleCurrentChange
|
|
53760
|
-
* @desc:监听页码变化
|
|
53761
|
-
* @param {String} val 当前页
|
|
53762
|
-
* @author liufan
|
|
53763
|
-
* @date 2022年11月29日
|
|
53777
|
+
/**
|
|
53778
|
+
* handleCurrentChange
|
|
53779
|
+
* @desc:监听页码变化
|
|
53780
|
+
* @param {String} val 当前页
|
|
53781
|
+
* @author liufan
|
|
53782
|
+
* @date 2022年11月29日
|
|
53764
53783
|
**/
|
|
53765
53784
|
handleCurrentChange: function handleCurrentChange(val) {
|
|
53766
53785
|
this.currentPage = val;
|
|
53767
53786
|
this.getPressList();
|
|
53768
53787
|
},
|
|
53769
53788
|
|
|
53770
|
-
/**
|
|
53771
|
-
* handleSizeChange
|
|
53772
|
-
* @desc:监听每页数据显示数量变化
|
|
53773
|
-
* @param {String} val 每页展示数量
|
|
53774
|
-
* @author liufan
|
|
53775
|
-
* @date 2022年11月29日
|
|
53789
|
+
/**
|
|
53790
|
+
* handleSizeChange
|
|
53791
|
+
* @desc:监听每页数据显示数量变化
|
|
53792
|
+
* @param {String} val 每页展示数量
|
|
53793
|
+
* @author liufan
|
|
53794
|
+
* @date 2022年11月29日
|
|
53776
53795
|
**/
|
|
53777
53796
|
handleSizeChange: function handleSizeChange(val) {
|
|
53778
53797
|
this.pageSize = val;
|
|
53779
53798
|
this.getPressList();
|
|
53780
53799
|
},
|
|
53781
53800
|
|
|
53782
|
-
/**
|
|
53783
|
-
* sortChange
|
|
53784
|
-
* @desc:监听排序变化
|
|
53785
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
53786
|
-
* @author liufan
|
|
53787
|
-
* @date 2022年11月29日
|
|
53801
|
+
/**
|
|
53802
|
+
* sortChange
|
|
53803
|
+
* @desc:监听排序变化
|
|
53804
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
53805
|
+
* @author liufan
|
|
53806
|
+
* @date 2022年11月29日
|
|
53788
53807
|
**/
|
|
53789
53808
|
sortChange: function sortChange(info) {
|
|
53790
53809
|
var prop = info.prop,
|
|
@@ -53795,11 +53814,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53795
53814
|
this.getPressList();
|
|
53796
53815
|
},
|
|
53797
53816
|
|
|
53798
|
-
/**
|
|
53799
|
-
* getPressList
|
|
53800
|
-
* @desc:催办列表数据
|
|
53801
|
-
* @author liufan
|
|
53802
|
-
* @date 2022年11月29日
|
|
53817
|
+
/**
|
|
53818
|
+
* getPressList
|
|
53819
|
+
* @desc:催办列表数据
|
|
53820
|
+
* @author liufan
|
|
53821
|
+
* @date 2022年11月29日
|
|
53803
53822
|
**/
|
|
53804
53823
|
getPressList: function getPressList() {
|
|
53805
53824
|
var _this10 = this;
|
|
@@ -53829,12 +53848,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53829
53848
|
});
|
|
53830
53849
|
},
|
|
53831
53850
|
|
|
53832
|
-
/**
|
|
53833
|
-
* goPress
|
|
53834
|
-
* @desc:催办列表查看
|
|
53835
|
-
* @param {String} id 催办列表id
|
|
53836
|
-
* @author liufan
|
|
53837
|
-
* @date 2022年11月29日
|
|
53851
|
+
/**
|
|
53852
|
+
* goPress
|
|
53853
|
+
* @desc:催办列表查看
|
|
53854
|
+
* @param {String} id 催办列表id
|
|
53855
|
+
* @author liufan
|
|
53856
|
+
* @date 2022年11月29日
|
|
53838
53857
|
**/
|
|
53839
53858
|
goPress: function goPress(id) {
|
|
53840
53859
|
this.historyId = id;
|
|
@@ -53842,23 +53861,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53842
53861
|
this.getPressList();
|
|
53843
53862
|
},
|
|
53844
53863
|
|
|
53845
|
-
/**
|
|
53846
|
-
* showFile
|
|
53847
|
-
* @desc:附件查看
|
|
53848
|
-
* @param {String} ownId 附件id
|
|
53849
|
-
* @author liufan
|
|
53850
|
-
* @date 2022年11月29日
|
|
53864
|
+
/**
|
|
53865
|
+
* showFile
|
|
53866
|
+
* @desc:附件查看
|
|
53867
|
+
* @param {String} ownId 附件id
|
|
53868
|
+
* @author liufan
|
|
53869
|
+
* @date 2022年11月29日
|
|
53851
53870
|
**/
|
|
53852
53871
|
showFile: function showFile(ownId) {
|
|
53853
53872
|
this.wfpendingid = ownId;
|
|
53854
53873
|
this.showFileList = true;
|
|
53855
53874
|
},
|
|
53856
53875
|
|
|
53857
|
-
/**
|
|
53858
|
-
* handleChange
|
|
53859
|
-
* @desc:切换排序方式
|
|
53860
|
-
* @author liufan
|
|
53861
|
-
* @date 2022年11月22日
|
|
53876
|
+
/**
|
|
53877
|
+
* handleChange
|
|
53878
|
+
* @desc:切换排序方式
|
|
53879
|
+
* @author liufan
|
|
53880
|
+
* @date 2022年11月22日
|
|
53862
53881
|
**/
|
|
53863
53882
|
handleChange: function handleChange(key, value) {
|
|
53864
53883
|
if (value) {
|
|
@@ -53908,11 +53927,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53908
53927
|
}))();
|
|
53909
53928
|
},
|
|
53910
53929
|
|
|
53911
|
-
/**
|
|
53912
|
-
* getFlowList
|
|
53913
|
-
* @desc:获取流程列表
|
|
53914
|
-
* @author liufan
|
|
53915
|
-
* @date 2022年11月22日
|
|
53930
|
+
/**
|
|
53931
|
+
* getFlowList
|
|
53932
|
+
* @desc:获取流程列表
|
|
53933
|
+
* @author liufan
|
|
53934
|
+
* @date 2022年11月22日
|
|
53916
53935
|
**/
|
|
53917
53936
|
getFlowList: function getFlowList(type) {
|
|
53918
53937
|
var _this12 = this;
|
|
@@ -53984,12 +54003,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
53984
54003
|
});
|
|
53985
54004
|
},
|
|
53986
54005
|
|
|
53987
|
-
/**
|
|
53988
|
-
* handleClick
|
|
53989
|
-
* @desc:表单点击事件
|
|
53990
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
53991
|
-
* @author liufan
|
|
53992
|
-
* @date 2022年11月10日
|
|
54006
|
+
/**
|
|
54007
|
+
* handleClick
|
|
54008
|
+
* @desc:表单点击事件
|
|
54009
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
54010
|
+
* @author liufan
|
|
54011
|
+
* @date 2022年11月10日
|
|
53993
54012
|
**/
|
|
53994
54013
|
handleClick: function handleClick(val) {
|
|
53995
54014
|
var _this13 = this;
|
|
@@ -54035,13 +54054,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
54035
54054
|
}
|
|
54036
54055
|
},
|
|
54037
54056
|
|
|
54038
|
-
/**
|
|
54039
|
-
* getCodeValue
|
|
54040
|
-
* @desc:获取代码表过滤后的值
|
|
54041
|
-
* @param {String} value 展示数据的代码值
|
|
54042
|
-
* @param {String} type 代码表类型
|
|
54043
|
-
* @author liufan
|
|
54044
|
-
* @date 2022年11月10日
|
|
54057
|
+
/**
|
|
54058
|
+
* getCodeValue
|
|
54059
|
+
* @desc:获取代码表过滤后的值
|
|
54060
|
+
* @param {String} value 展示数据的代码值
|
|
54061
|
+
* @param {String} type 代码表类型
|
|
54062
|
+
* @author liufan
|
|
54063
|
+
* @date 2022年11月10日
|
|
54045
54064
|
**/
|
|
54046
54065
|
getCodeValue: function getCodeValue(value, type) {
|
|
54047
54066
|
var val = this[type].filter(function (item) {
|
|
@@ -54050,12 +54069,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
54050
54069
|
return val[0].shortName;
|
|
54051
54070
|
},
|
|
54052
54071
|
|
|
54053
|
-
/**
|
|
54054
|
-
* getSysInfo
|
|
54055
|
-
* @desc:获取代码表
|
|
54056
|
-
* @param {String} code 编码code值
|
|
54057
|
-
* @author liufan
|
|
54058
|
-
* @date 2022年11月10日
|
|
54072
|
+
/**
|
|
54073
|
+
* getSysInfo
|
|
54074
|
+
* @desc:获取代码表
|
|
54075
|
+
* @param {String} code 编码code值
|
|
54076
|
+
* @author liufan
|
|
54077
|
+
* @date 2022年11月10日
|
|
54059
54078
|
**/
|
|
54060
54079
|
getSysInfo: function getSysInfo(code) {
|
|
54061
54080
|
var _this14 = this;
|
|
@@ -54077,11 +54096,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
54077
54096
|
}).catch(function (e) {});
|
|
54078
54097
|
},
|
|
54079
54098
|
|
|
54080
|
-
/**
|
|
54081
|
-
* getListInfo
|
|
54082
|
-
* @desc:获取预设列表数据
|
|
54083
|
-
* @author liufan
|
|
54084
|
-
* @date 2022年11月10日
|
|
54099
|
+
/**
|
|
54100
|
+
* getListInfo
|
|
54101
|
+
* @desc:获取预设列表数据
|
|
54102
|
+
* @author liufan
|
|
54103
|
+
* @date 2022年11月10日
|
|
54085
54104
|
**/
|
|
54086
54105
|
getListInfo: function getListInfo() {
|
|
54087
54106
|
var _this15 = this;
|
|
@@ -63501,10 +63520,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
|
|
|
63501
63520
|
this.$emit('click', res);
|
|
63502
63521
|
},
|
|
63503
63522
|
|
|
63504
|
-
/**
|
|
63505
|
-
* @desc:获取气泡提醒
|
|
63506
|
-
* @author huangbo
|
|
63507
|
-
* @date 2024年9月7日
|
|
63523
|
+
/**
|
|
63524
|
+
* @desc:获取气泡提醒
|
|
63525
|
+
* @author huangbo
|
|
63526
|
+
* @date 2024年9月7日
|
|
63508
63527
|
**/
|
|
63509
63528
|
getBadge: function getBadge(res) {
|
|
63510
63529
|
var num = res.tips || 0;
|
|
@@ -67774,10 +67793,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67774
67793
|
},
|
|
67775
67794
|
|
|
67776
67795
|
methods: {
|
|
67777
|
-
/**
|
|
67778
|
-
* @desc:匹配路由
|
|
67779
|
-
* @author huangbo
|
|
67780
|
-
* @date 2024年9月7日
|
|
67796
|
+
/**
|
|
67797
|
+
* @desc:匹配路由
|
|
67798
|
+
* @author huangbo
|
|
67799
|
+
* @date 2024年9月7日
|
|
67781
67800
|
**/
|
|
67782
67801
|
hasRouter: function hasRouter(res, url, code) {
|
|
67783
67802
|
if (!url) {
|
|
@@ -67821,10 +67840,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67821
67840
|
return false;
|
|
67822
67841
|
},
|
|
67823
67842
|
|
|
67824
|
-
/**
|
|
67825
|
-
* @desc:获取初始数据
|
|
67826
|
-
* @author huangbo
|
|
67827
|
-
* @date 2024年9月7日
|
|
67843
|
+
/**
|
|
67844
|
+
* @desc:获取初始数据
|
|
67845
|
+
* @author huangbo
|
|
67846
|
+
* @date 2024年9月7日
|
|
67828
67847
|
**/
|
|
67829
67848
|
init: function init(results, first) {
|
|
67830
67849
|
this.setConfig(results);
|
|
@@ -67833,10 +67852,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
67833
67852
|
}
|
|
67834
67853
|
},
|
|
67835
67854
|
|
|
67836
|
-
/**
|
|
67837
|
-
* @desc:设置用户配置及信息
|
|
67838
|
-
* @author huangbo
|
|
67839
|
-
* @date 2024年9月7日
|
|
67855
|
+
/**
|
|
67856
|
+
* @desc:设置用户配置及信息
|
|
67857
|
+
* @author huangbo
|
|
67858
|
+
* @date 2024年9月7日
|
|
67840
67859
|
**/
|
|
67841
67860
|
setConfig: function setConfig(results) {
|
|
67842
67861
|
localStorage.setItem('mainConfig', JSON.stringify(results));
|
|
@@ -68000,10 +68019,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68000
68019
|
}
|
|
68001
68020
|
},
|
|
68002
68021
|
|
|
68003
|
-
/**
|
|
68004
|
-
* @desc:获取所有应用
|
|
68005
|
-
* @author huangbo
|
|
68006
|
-
* @date 2024年9月7日
|
|
68022
|
+
/**
|
|
68023
|
+
* @desc:获取所有应用
|
|
68024
|
+
* @author huangbo
|
|
68025
|
+
* @date 2024年9月7日
|
|
68007
68026
|
**/
|
|
68008
68027
|
getApplications: function getApplications() {
|
|
68009
68028
|
var _this2 = this;
|
|
@@ -68051,10 +68070,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68051
68070
|
});
|
|
68052
68071
|
},
|
|
68053
68072
|
|
|
68054
|
-
/**
|
|
68055
|
-
* @desc:获取菜单列表
|
|
68056
|
-
* @author huangbo
|
|
68057
|
-
* @date 2024年9月7日
|
|
68073
|
+
/**
|
|
68074
|
+
* @desc:获取菜单列表
|
|
68075
|
+
* @author huangbo
|
|
68076
|
+
* @date 2024年9月7日
|
|
68058
68077
|
**/
|
|
68059
68078
|
getMenus: function getMenus(loading) {
|
|
68060
68079
|
var _this3 = this;
|
|
@@ -68087,10 +68106,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68087
68106
|
});
|
|
68088
68107
|
},
|
|
68089
68108
|
|
|
68090
|
-
/**
|
|
68091
|
-
* @desc:处理菜单列表
|
|
68092
|
-
* @author huangbo
|
|
68093
|
-
* @date 2024年9月7日
|
|
68109
|
+
/**
|
|
68110
|
+
* @desc:处理菜单列表
|
|
68111
|
+
* @author huangbo
|
|
68112
|
+
* @date 2024年9月7日
|
|
68094
68113
|
**/
|
|
68095
68114
|
renderMenus: function renderMenus(res) {
|
|
68096
68115
|
this.menus = res;
|
|
@@ -68186,10 +68205,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68186
68205
|
}
|
|
68187
68206
|
},
|
|
68188
68207
|
|
|
68189
|
-
/**
|
|
68190
|
-
* @desc:设置页面加载类型
|
|
68191
|
-
* @author huangbo
|
|
68192
|
-
* @date 2024年9月7日
|
|
68208
|
+
/**
|
|
68209
|
+
* @desc:设置页面加载类型
|
|
68210
|
+
* @author huangbo
|
|
68211
|
+
* @date 2024年9月7日
|
|
68193
68212
|
**/
|
|
68194
68213
|
setIframeType: function setIframeType(res) {
|
|
68195
68214
|
var url = res.url;
|
|
@@ -68245,10 +68264,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68245
68264
|
return res;
|
|
68246
68265
|
},
|
|
68247
68266
|
|
|
68248
|
-
/**
|
|
68249
|
-
* @desc:获取菜单
|
|
68250
|
-
* @author huangbo
|
|
68251
|
-
* @date 2024年9月7日
|
|
68267
|
+
/**
|
|
68268
|
+
* @desc:获取菜单
|
|
68269
|
+
* @author huangbo
|
|
68270
|
+
* @date 2024年9月7日
|
|
68252
68271
|
**/
|
|
68253
68272
|
getMenu: function getMenu(menus, res, key) {
|
|
68254
68273
|
if (Array.isArray(menus)) {
|
|
@@ -68277,10 +68296,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68277
68296
|
return false;
|
|
68278
68297
|
},
|
|
68279
68298
|
|
|
68280
|
-
/**
|
|
68281
|
-
* @desc:获取菜单第一条数据
|
|
68282
|
-
* @author huangbo
|
|
68283
|
-
* @date 2024年9月7日
|
|
68299
|
+
/**
|
|
68300
|
+
* @desc:获取菜单第一条数据
|
|
68301
|
+
* @author huangbo
|
|
68302
|
+
* @date 2024年9月7日
|
|
68284
68303
|
**/
|
|
68285
68304
|
getFirst: function getFirst(obj) {
|
|
68286
68305
|
if (!obj) {
|
|
@@ -68299,10 +68318,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68299
68318
|
}
|
|
68300
68319
|
},
|
|
68301
68320
|
|
|
68302
|
-
/**
|
|
68303
|
-
* @desc:遍历设置菜单气泡提醒
|
|
68304
|
-
* @author huangbo
|
|
68305
|
-
* @date 2024年9月7日
|
|
68321
|
+
/**
|
|
68322
|
+
* @desc:遍历设置菜单气泡提醒
|
|
68323
|
+
* @author huangbo
|
|
68324
|
+
* @date 2024年9月7日
|
|
68306
68325
|
**/
|
|
68307
68326
|
setTips: function setTips(obj) {
|
|
68308
68327
|
var _this4 = this;
|
|
@@ -68365,10 +68384,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68365
68384
|
}
|
|
68366
68385
|
},
|
|
68367
68386
|
|
|
68368
|
-
/**
|
|
68369
|
-
* @desc:获取气泡提醒
|
|
68370
|
-
* @author huangbo
|
|
68371
|
-
* @date 2024年9月7日
|
|
68387
|
+
/**
|
|
68388
|
+
* @desc:获取气泡提醒
|
|
68389
|
+
* @author huangbo
|
|
68390
|
+
* @date 2024年9月7日
|
|
68372
68391
|
**/
|
|
68373
68392
|
getBadge: function getBadge(res) {
|
|
68374
68393
|
var num = res.tips || 0;
|
|
@@ -68382,10 +68401,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68382
68401
|
};
|
|
68383
68402
|
},
|
|
68384
68403
|
|
|
68385
|
-
/**
|
|
68386
|
-
* @desc:开启weosocket
|
|
68387
|
-
* @author huangbo
|
|
68388
|
-
* @date 2024年9月7日
|
|
68404
|
+
/**
|
|
68405
|
+
* @desc:开启weosocket
|
|
68406
|
+
* @author huangbo
|
|
68407
|
+
* @date 2024年9月7日
|
|
68389
68408
|
**/
|
|
68390
68409
|
initWebSocket: function initWebSocket() {
|
|
68391
68410
|
var _this6 = this;
|
|
@@ -68434,10 +68453,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68434
68453
|
});
|
|
68435
68454
|
},
|
|
68436
68455
|
|
|
68437
|
-
/**
|
|
68438
|
-
* @desc:显示用户信息
|
|
68439
|
-
* @author huangbo
|
|
68440
|
-
* @date 2024年9月7日
|
|
68456
|
+
/**
|
|
68457
|
+
* @desc:显示用户信息
|
|
68458
|
+
* @author huangbo
|
|
68459
|
+
* @date 2024年9月7日
|
|
68441
68460
|
**/
|
|
68442
68461
|
showUserInfo: function showUserInfo() {
|
|
68443
68462
|
if (this.showUser === false) {
|
|
@@ -68445,19 +68464,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68445
68464
|
}
|
|
68446
68465
|
},
|
|
68447
68466
|
|
|
68448
|
-
/**
|
|
68449
|
-
* @desc:删除更多应用菜单点击
|
|
68450
|
-
* @author huangbo
|
|
68451
|
-
* @date 2024年9月7日
|
|
68467
|
+
/**
|
|
68468
|
+
* @desc:删除更多应用菜单点击
|
|
68469
|
+
* @author huangbo
|
|
68470
|
+
* @date 2024年9月7日
|
|
68452
68471
|
**/
|
|
68453
68472
|
handleDelete: function handleDelete(index) {
|
|
68454
68473
|
this.newApps.splice(index, 1);
|
|
68455
68474
|
},
|
|
68456
68475
|
|
|
68457
|
-
/**
|
|
68458
|
-
* @desc:储存更多应用菜单点击
|
|
68459
|
-
* @author huangbo
|
|
68460
|
-
* @date 2024年9月7日
|
|
68476
|
+
/**
|
|
68477
|
+
* @desc:储存更多应用菜单点击
|
|
68478
|
+
* @author huangbo
|
|
68479
|
+
* @date 2024年9月7日
|
|
68461
68480
|
**/
|
|
68462
68481
|
handlerClickApps: function handlerClickApps(res) {
|
|
68463
68482
|
if (res.permission === false) {
|
|
@@ -68470,10 +68489,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68470
68489
|
this.handlerClickApp(res);
|
|
68471
68490
|
},
|
|
68472
68491
|
|
|
68473
|
-
/**
|
|
68474
|
-
* @desc:侧边应用菜单点击
|
|
68475
|
-
* @author huangbo
|
|
68476
|
-
* @date 2024年9月7日
|
|
68492
|
+
/**
|
|
68493
|
+
* @desc:侧边应用菜单点击
|
|
68494
|
+
* @author huangbo
|
|
68495
|
+
* @date 2024年9月7日
|
|
68477
68496
|
**/
|
|
68478
68497
|
handlerClickApp: function handlerClickApp(res) {
|
|
68479
68498
|
this.showMsg = false;
|
|
@@ -68562,10 +68581,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68562
68581
|
}
|
|
68563
68582
|
},
|
|
68564
68583
|
|
|
68565
|
-
/**
|
|
68566
|
-
* @desc:显示Drawer界面
|
|
68567
|
-
* @author huangbo
|
|
68568
|
-
* @date 2024年9月7日
|
|
68584
|
+
/**
|
|
68585
|
+
* @desc:显示Drawer界面
|
|
68586
|
+
* @author huangbo
|
|
68587
|
+
* @date 2024年9月7日
|
|
68569
68588
|
**/
|
|
68570
68589
|
handlerSetDrawer: function handlerSetDrawer(res, type) {
|
|
68571
68590
|
var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
|
|
@@ -68585,19 +68604,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68585
68604
|
}
|
|
68586
68605
|
},
|
|
68587
68606
|
|
|
68588
|
-
/**
|
|
68589
|
-
* @desc:关闭Drawer界面
|
|
68590
|
-
* @author huangbo
|
|
68591
|
-
* @date 2024年9月7日
|
|
68607
|
+
/**
|
|
68608
|
+
* @desc:关闭Drawer界面
|
|
68609
|
+
* @author huangbo
|
|
68610
|
+
* @date 2024年9月7日
|
|
68592
68611
|
**/
|
|
68593
68612
|
handleCloseDrawer: function handleCloseDrawer() {
|
|
68594
68613
|
this.drawer = { visible: false };
|
|
68595
68614
|
},
|
|
68596
68615
|
|
|
68597
|
-
/**
|
|
68598
|
-
* @desc:菜单点击
|
|
68599
|
-
* @author huangbo
|
|
68600
|
-
* @date 2024年9月7日
|
|
68616
|
+
/**
|
|
68617
|
+
* @desc:菜单点击
|
|
68618
|
+
* @author huangbo
|
|
68619
|
+
* @date 2024年9月7日
|
|
68601
68620
|
**/
|
|
68602
68621
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
68603
68622
|
utils_util["a" /* default */].ajax({
|
|
@@ -68646,19 +68665,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68646
68665
|
},
|
|
68647
68666
|
|
|
68648
68667
|
|
|
68649
|
-
/**
|
|
68650
|
-
* @desc:用户详情请求成功
|
|
68651
|
-
* @author huangbo
|
|
68652
|
-
* @date 2024年9月7日
|
|
68668
|
+
/**
|
|
68669
|
+
* @desc:用户详情请求成功
|
|
68670
|
+
* @author huangbo
|
|
68671
|
+
* @date 2024年9月7日
|
|
68653
68672
|
**/
|
|
68654
68673
|
handleSuccess: function handleSuccess(res) {
|
|
68655
68674
|
this.simpleUserInfo = res.simpleUserInfo;
|
|
68656
68675
|
},
|
|
68657
68676
|
|
|
68658
|
-
/**
|
|
68659
|
-
* @desc:修改用户配置
|
|
68660
|
-
* @author huangbo
|
|
68661
|
-
* @date 2024年9月7日
|
|
68677
|
+
/**
|
|
68678
|
+
* @desc:修改用户配置
|
|
68679
|
+
* @author huangbo
|
|
68680
|
+
* @date 2024年9月7日
|
|
68662
68681
|
**/
|
|
68663
68682
|
handleChangeConfig: function handleChangeConfig(name, res) {
|
|
68664
68683
|
if (name == 'userHeadUrl') {
|
|
@@ -68674,10 +68693,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68674
68693
|
}
|
|
68675
68694
|
},
|
|
68676
68695
|
|
|
68677
|
-
/**
|
|
68678
|
-
* @desc:关闭webSocket
|
|
68679
|
-
* @author huangbo
|
|
68680
|
-
* @date 2024年9月7日
|
|
68696
|
+
/**
|
|
68697
|
+
* @desc:关闭webSocket
|
|
68698
|
+
* @author huangbo
|
|
68699
|
+
* @date 2024年9月7日
|
|
68681
68700
|
**/
|
|
68682
68701
|
handlerClose: function handlerClose() {
|
|
68683
68702
|
if (this.webSocket) {
|
|
@@ -68685,10 +68704,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68685
68704
|
}
|
|
68686
68705
|
},
|
|
68687
68706
|
|
|
68688
|
-
/**
|
|
68689
|
-
* @desc:刷新选中iframe页签
|
|
68690
|
-
* @author huangbo
|
|
68691
|
-
* @date 2024年9月7日
|
|
68707
|
+
/**
|
|
68708
|
+
* @desc:刷新选中iframe页签
|
|
68709
|
+
* @author huangbo
|
|
68710
|
+
* @date 2024年9月7日
|
|
68692
68711
|
**/
|
|
68693
68712
|
handleRefresh: function handleRefresh(arg) {
|
|
68694
68713
|
var i = arg && arg != true && arg !== 'pageData' ? utils_util["a" /* default */].indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
@@ -68725,10 +68744,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68725
68744
|
}
|
|
68726
68745
|
},
|
|
68727
68746
|
|
|
68728
|
-
/**
|
|
68729
|
-
* @desc:删除iframe
|
|
68730
|
-
* @author huangbo
|
|
68731
|
-
* @date 2024年9月7日
|
|
68747
|
+
/**
|
|
68748
|
+
* @desc:删除iframe
|
|
68749
|
+
* @author huangbo
|
|
68750
|
+
* @date 2024年9月7日
|
|
68732
68751
|
**/
|
|
68733
68752
|
handleRemove: function handleRemove(name) {
|
|
68734
68753
|
var len = this.tabs.length - 1;
|
|
@@ -68745,10 +68764,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68745
68764
|
}
|
|
68746
68765
|
},
|
|
68747
68766
|
|
|
68748
|
-
/**
|
|
68749
|
-
* @desc:tabs鼠标右键事件
|
|
68750
|
-
* @author huangbo
|
|
68751
|
-
* @date 2024年9月7日
|
|
68767
|
+
/**
|
|
68768
|
+
* @desc:tabs鼠标右键事件
|
|
68769
|
+
* @author huangbo
|
|
68770
|
+
* @date 2024年9月7日
|
|
68752
68771
|
**/
|
|
68753
68772
|
handleContextmenu: function handleContextmenu(tabs, e) {
|
|
68754
68773
|
var disabled = {};
|
|
@@ -68773,10 +68792,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68773
68792
|
window.addEventListener('click', this.closeTabsEvents);
|
|
68774
68793
|
},
|
|
68775
68794
|
|
|
68776
|
-
/**
|
|
68777
|
-
* @desc:tabs页签事件
|
|
68778
|
-
* @author huangbo
|
|
68779
|
-
* @date 2024年9月7日
|
|
68795
|
+
/**
|
|
68796
|
+
* @desc:tabs页签事件
|
|
68797
|
+
* @author huangbo
|
|
68798
|
+
* @date 2024年9月7日
|
|
68780
68799
|
**/
|
|
68781
68800
|
handleTabsEvents: function handleTabsEvents(num) {
|
|
68782
68801
|
if (this.pane !== null) {
|
|
@@ -68787,10 +68806,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68787
68806
|
},
|
|
68788
68807
|
|
|
68789
68808
|
|
|
68790
|
-
/**
|
|
68791
|
-
* @desc:关闭页签事件面板
|
|
68792
|
-
* @author huangbo
|
|
68793
|
-
* @date 2024年9月7日
|
|
68809
|
+
/**
|
|
68810
|
+
* @desc:关闭页签事件面板
|
|
68811
|
+
* @author huangbo
|
|
68812
|
+
* @date 2024年9月7日
|
|
68794
68813
|
**/
|
|
68795
68814
|
closeTabsEvents: function closeTabsEvents(e) {
|
|
68796
68815
|
if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
|
|
@@ -68800,10 +68819,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68800
68819
|
},
|
|
68801
68820
|
|
|
68802
68821
|
|
|
68803
|
-
/**
|
|
68804
|
-
* @desc:tabs页签点击事件
|
|
68805
|
-
* @author huangbo
|
|
68806
|
-
* @date 2024年9月7日
|
|
68822
|
+
/**
|
|
68823
|
+
* @desc:tabs页签点击事件
|
|
68824
|
+
* @author huangbo
|
|
68825
|
+
* @date 2024年9月7日
|
|
68807
68826
|
**/
|
|
68808
68827
|
handleTabClick: function handleTabClick() {
|
|
68809
68828
|
this.active = '';
|
|
@@ -68811,10 +68830,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68811
68830
|
this.showMenu = false;
|
|
68812
68831
|
},
|
|
68813
68832
|
|
|
68814
|
-
/**
|
|
68815
|
-
* @desc:handler工具栏点击事件
|
|
68816
|
-
* @author huangbo
|
|
68817
|
-
* @date 2024年9月7日
|
|
68833
|
+
/**
|
|
68834
|
+
* @desc:handler工具栏点击事件
|
|
68835
|
+
* @author huangbo
|
|
68836
|
+
* @date 2024年9月7日
|
|
68818
68837
|
**/
|
|
68819
68838
|
handleClick: function handleClick(res) {
|
|
68820
68839
|
var type = res.type,
|
|
@@ -68895,10 +68914,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68895
68914
|
this.$emit('handler-click', res);
|
|
68896
68915
|
},
|
|
68897
68916
|
|
|
68898
|
-
/**
|
|
68899
|
-
* @desc:退出登录
|
|
68900
|
-
* @author huangbo
|
|
68901
|
-
* @date 2024年9月7日
|
|
68917
|
+
/**
|
|
68918
|
+
* @desc:退出登录
|
|
68919
|
+
* @author huangbo
|
|
68920
|
+
* @date 2024年9月7日
|
|
68902
68921
|
**/
|
|
68903
68922
|
handleQuit: function handleQuit() {
|
|
68904
68923
|
var _this7 = this;
|
|
@@ -68973,10 +68992,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68973
68992
|
}).catch(function (e) {});
|
|
68974
68993
|
},
|
|
68975
68994
|
|
|
68976
|
-
/**
|
|
68977
|
-
* @desc:主题、消息回调
|
|
68978
|
-
* @author huangbo
|
|
68979
|
-
* @date 2024年9月7日
|
|
68995
|
+
/**
|
|
68996
|
+
* @desc:主题、消息回调
|
|
68997
|
+
* @author huangbo
|
|
68998
|
+
* @date 2024年9月7日
|
|
68980
68999
|
**/
|
|
68981
69000
|
handleChange: function handleChange(res) {
|
|
68982
69001
|
var type = res.type,
|
|
@@ -68992,10 +69011,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
68992
69011
|
}
|
|
68993
69012
|
},
|
|
68994
69013
|
|
|
68995
|
-
/**
|
|
68996
|
-
* @desc:菜单布局样式切换
|
|
68997
|
-
* @author huangbo
|
|
68998
|
-
* @date 2024年9月7日
|
|
69014
|
+
/**
|
|
69015
|
+
* @desc:菜单布局样式切换
|
|
69016
|
+
* @author huangbo
|
|
69017
|
+
* @date 2024年9月7日
|
|
68999
69018
|
**/
|
|
69000
69019
|
handleLayout: function handleLayout(res, active) {
|
|
69001
69020
|
if (active) {
|
|
@@ -69004,10 +69023,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69004
69023
|
this.$emit('chang-layout', res, active);
|
|
69005
69024
|
},
|
|
69006
69025
|
|
|
69007
|
-
/**
|
|
69008
|
-
* @desc:消息修改总数
|
|
69009
|
-
* @author huangbo
|
|
69010
|
-
* @date 2024年9月7日
|
|
69026
|
+
/**
|
|
69027
|
+
* @desc:消息修改总数
|
|
69028
|
+
* @author huangbo
|
|
69029
|
+
* @date 2024年9月7日
|
|
69011
69030
|
**/
|
|
69012
69031
|
handleMenuTips: function handleMenuTips(id, num) {
|
|
69013
69032
|
if (num) {
|
|
@@ -69018,10 +69037,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
|
|
|
69018
69037
|
}
|
|
69019
69038
|
},
|
|
69020
69039
|
|
|
69021
|
-
/**
|
|
69022
|
-
* @desc:处理即时消息
|
|
69023
|
-
* @author huangbo
|
|
69024
|
-
* @date 2024年9月7日
|
|
69040
|
+
/**
|
|
69041
|
+
* @desc:处理即时消息
|
|
69042
|
+
* @author huangbo
|
|
69043
|
+
* @date 2024年9月7日
|
|
69025
69044
|
**/
|
|
69026
69045
|
handleOpened: function handleOpened(res) {
|
|
69027
69046
|
var _this8 = this;
|
|
@@ -76322,19 +76341,19 @@ var QRCode = __webpack_require__(24);
|
|
|
76322
76341
|
//设置logo大小
|
|
76323
76342
|
var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
|
|
76324
76343
|
//设置获取的logo将其变为圆角以及添加白色背景
|
|
76325
|
-
/* ctx.fillStyle = "#fff";
|
|
76326
|
-
ctx.beginPath();
|
|
76327
|
-
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
76328
|
-
let w = 46; //圆角宽
|
|
76329
|
-
let x = logoPosition - 5;
|
|
76330
|
-
let y = logoPosition - 5;
|
|
76331
|
-
let r = 5; //圆角半径
|
|
76332
|
-
ctx.moveTo(x + r, y);
|
|
76333
|
-
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
76334
|
-
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
76335
|
-
ctx.arcTo(x, y + h, x, y, r);
|
|
76336
|
-
ctx.arcTo(x, y, x + w, y, r);
|
|
76337
|
-
ctx.closePath();
|
|
76344
|
+
/* ctx.fillStyle = "#fff";
|
|
76345
|
+
ctx.beginPath();
|
|
76346
|
+
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
76347
|
+
let w = 46; //圆角宽
|
|
76348
|
+
let x = logoPosition - 5;
|
|
76349
|
+
let y = logoPosition - 5;
|
|
76350
|
+
let r = 5; //圆角半径
|
|
76351
|
+
ctx.moveTo(x + r, y);
|
|
76352
|
+
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
76353
|
+
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
76354
|
+
ctx.arcTo(x, y + h, x, y, r);
|
|
76355
|
+
ctx.arcTo(x, y, x + w, y, r);
|
|
76356
|
+
ctx.closePath();
|
|
76338
76357
|
ctx.fill(); */
|
|
76339
76358
|
logo.onload = function () {
|
|
76340
76359
|
ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
|
|
@@ -94435,7 +94454,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
94435
94454
|
}
|
|
94436
94455
|
|
|
94437
94456
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
94438
|
-
version: '0.7.
|
|
94457
|
+
version: '0.7.49',
|
|
94439
94458
|
install: install,
|
|
94440
94459
|
Button: packages_button,
|
|
94441
94460
|
ButtonGroup: button_group,
|