eoss-ui 0.6.65 → 0.6.66
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 +204 -204
- package/lib/eoss-ui.common.js +765 -747
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +311 -296
- package/lib/form.js +13 -10
- package/lib/index.js +1 -1
- package/lib/main.js +132 -132
- 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 +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +131 -131
- package/packages/calogin/src/plugin.js +748 -748
- 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 +989 -989
- package/packages/data-table/src/main.vue +1822 -1822
- 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 +346 -332
- package/packages/flow/src/component/CommonOpinions.vue +346 -346
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +99 -99
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +241 -241
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +619 -619
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2843 -2843
- package/packages/flow/src/main.vue +3361 -3359
- package/packages/flow/src/processForm.vue +1091 -1091
- package/packages/flow/src/processReject.vue +294 -294
- package/packages/flow/src/reset.vue +900 -900
- package/packages/flow/src/startTaskRead.vue +659 -659
- package/packages/flow/src/supervise.vue +149 -149
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +688 -688
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1750 -1750
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3581 -3581
- package/packages/form/src/table.vue +1426 -1426
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +493 -493
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +101 -101
- 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 +1988 -1988
- package/packages/login/src/resetPassword.vue +562 -562
- 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 +462 -462
- package/packages/main/src/public/settings.vue +221 -221
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +83 -83
- package/packages/main/src/simplicity/handler.vue +259 -259
- package/packages/main/src/simplicity/index.vue +2089 -2089
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +264 -264
- package/packages/main/src/simplicity/user.vue +257 -257
- package/packages/main/src/simplicity/userinfo.vue +312 -312
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +584 -584
- 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 +778 -778
- 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 +687 -687
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +177 -177
- 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 +154 -154
- 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 +343 -343
- package/packages/theme-chalk/src/form.scss +496 -496
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +143 -143
- package/packages/theme-chalk/src/icon.scss +1792 -1792
- 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 +981 -981
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +222 -222
- 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 +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1355 -1355
- 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 +168 -168
- 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 +1347 -1347
- 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 +290 -290
- package/src/config/image.js +2 -2
- package/src/index.js +1 -1
- 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/eoss-ui.common.js
CHANGED
|
@@ -5904,8 +5904,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
|
|
|
5904
5904
|
|
|
5905
5905
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
5906
5906
|
|
|
5907
|
-
/**
|
|
5908
|
-
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
5907
|
+
/**
|
|
5908
|
+
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
5909
5909
|
*/
|
|
5910
5910
|
var CA_ExtInterface = function () {
|
|
5911
5911
|
function CA_ExtInterface() {
|
|
@@ -5916,11 +5916,11 @@ var CA_ExtInterface = function () {
|
|
|
5916
5916
|
this.options = {};
|
|
5917
5917
|
}
|
|
5918
5918
|
|
|
5919
|
-
/**
|
|
5920
|
-
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
5921
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
5922
|
-
* @param {Object} target - 目标对象
|
|
5923
|
-
* @param {Object} options - 新的选项对象
|
|
5919
|
+
/**
|
|
5920
|
+
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
5921
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
5922
|
+
* @param {Object} target - 目标对象
|
|
5923
|
+
* @param {Object} options - 新的选项对象
|
|
5924
5924
|
*/
|
|
5925
5925
|
|
|
5926
5926
|
|
|
@@ -5935,8 +5935,8 @@ var CA_ExtInterface = function () {
|
|
|
5935
5935
|
}
|
|
5936
5936
|
};
|
|
5937
5937
|
|
|
5938
|
-
/**
|
|
5939
|
-
* 检查当前会话的 WebSocket URL
|
|
5938
|
+
/**
|
|
5939
|
+
* 检查当前会话的 WebSocket URL
|
|
5940
5940
|
*/
|
|
5941
5941
|
|
|
5942
5942
|
|
|
@@ -5950,8 +5950,8 @@ var CA_ExtInterface = function () {
|
|
|
5950
5950
|
}
|
|
5951
5951
|
};
|
|
5952
5952
|
|
|
5953
|
-
/**
|
|
5954
|
-
* 检查是否使用 ActiveX
|
|
5953
|
+
/**
|
|
5954
|
+
* 检查是否使用 ActiveX
|
|
5955
5955
|
*/
|
|
5956
5956
|
|
|
5957
5957
|
|
|
@@ -5963,11 +5963,11 @@ var CA_ExtInterface = function () {
|
|
|
5963
5963
|
}
|
|
5964
5964
|
};
|
|
5965
5965
|
|
|
5966
|
-
/**
|
|
5967
|
-
* 扩展发送消息并等待响应
|
|
5968
|
-
* @param {string} operatorCmd - 操作命令
|
|
5969
|
-
* @param {string} sendMsg - 发送的消息
|
|
5970
|
-
* @returns {string} 响应消息
|
|
5966
|
+
/**
|
|
5967
|
+
* 扩展发送消息并等待响应
|
|
5968
|
+
* @param {string} operatorCmd - 操作命令
|
|
5969
|
+
* @param {string} sendMsg - 发送的消息
|
|
5970
|
+
* @returns {string} 响应消息
|
|
5971
5971
|
*/
|
|
5972
5972
|
|
|
5973
5973
|
|
|
@@ -5977,11 +5977,11 @@ var CA_ExtInterface = function () {
|
|
|
5977
5977
|
return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
|
|
5978
5978
|
};
|
|
5979
5979
|
|
|
5980
|
-
/**
|
|
5981
|
-
* 发送消息并等待响应
|
|
5982
|
-
* @param {string} wsurl - WebSocket URL
|
|
5983
|
-
* @param {string} sendMsg - 发送的消息
|
|
5984
|
-
* @returns {string} 响应消息
|
|
5980
|
+
/**
|
|
5981
|
+
* 发送消息并等待响应
|
|
5982
|
+
* @param {string} wsurl - WebSocket URL
|
|
5983
|
+
* @param {string} sendMsg - 发送的消息
|
|
5984
|
+
* @returns {string} 响应消息
|
|
5985
5985
|
*/
|
|
5986
5986
|
|
|
5987
5987
|
|
|
@@ -6005,9 +6005,9 @@ var CA_ExtInterface = function () {
|
|
|
6005
6005
|
return ResultMsg;
|
|
6006
6006
|
};
|
|
6007
6007
|
|
|
6008
|
-
/**
|
|
6009
|
-
* 配置选项
|
|
6010
|
-
* @param {Object} extendOption - 扩展选项
|
|
6008
|
+
/**
|
|
6009
|
+
* 配置选项
|
|
6010
|
+
* @param {Object} extendOption - 扩展选项
|
|
6011
6011
|
*/
|
|
6012
6012
|
|
|
6013
6013
|
|
|
@@ -6017,8 +6017,8 @@ var CA_ExtInterface = function () {
|
|
|
6017
6017
|
}
|
|
6018
6018
|
};
|
|
6019
6019
|
|
|
6020
|
-
/**
|
|
6021
|
-
* 初始化
|
|
6020
|
+
/**
|
|
6021
|
+
* 初始化
|
|
6022
6022
|
*/
|
|
6023
6023
|
|
|
6024
6024
|
|
|
@@ -6026,9 +6026,9 @@ var CA_ExtInterface = function () {
|
|
|
6026
6026
|
this.isUseActioveX();
|
|
6027
6027
|
};
|
|
6028
6028
|
|
|
6029
|
-
/**
|
|
6030
|
-
* 返回客户端的版本
|
|
6031
|
-
* @returns {string} 客户端版本
|
|
6029
|
+
/**
|
|
6030
|
+
* 返回客户端的版本
|
|
6031
|
+
* @returns {string} 客户端版本
|
|
6032
6032
|
*/
|
|
6033
6033
|
|
|
6034
6034
|
|
|
@@ -6041,13 +6041,13 @@ var CA_ExtInterface = function () {
|
|
|
6041
6041
|
}
|
|
6042
6042
|
};
|
|
6043
6043
|
|
|
6044
|
-
/**
|
|
6045
|
-
* 下载客户端程序并安装
|
|
6046
|
-
* @param {string} bstrURL - 下载地址
|
|
6047
|
-
* @param {string} bstrHashValue - 哈希值
|
|
6048
|
-
* @param {boolean} bSync - 是否同步安装
|
|
6049
|
-
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6050
|
-
* @returns {number} 安装结果
|
|
6044
|
+
/**
|
|
6045
|
+
* 下载客户端程序并安装
|
|
6046
|
+
* @param {string} bstrURL - 下载地址
|
|
6047
|
+
* @param {string} bstrHashValue - 哈希值
|
|
6048
|
+
* @param {boolean} bSync - 是否同步安装
|
|
6049
|
+
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6050
|
+
* @returns {number} 安装结果
|
|
6051
6051
|
*/
|
|
6052
6052
|
|
|
6053
6053
|
|
|
@@ -6061,11 +6061,11 @@ var CA_ExtInterface = function () {
|
|
|
6061
6061
|
}
|
|
6062
6062
|
};
|
|
6063
6063
|
|
|
6064
|
-
/**
|
|
6065
|
-
* 获取硬件指纹信息
|
|
6066
|
-
* @param {number} dwSign - 签名
|
|
6067
|
-
* @param {string} strGateWayIP - 网关 IP
|
|
6068
|
-
* @returns {string} 硬件指纹信息
|
|
6064
|
+
/**
|
|
6065
|
+
* 获取硬件指纹信息
|
|
6066
|
+
* @param {number} dwSign - 签名
|
|
6067
|
+
* @param {string} strGateWayIP - 网关 IP
|
|
6068
|
+
* @returns {string} 硬件指纹信息
|
|
6069
6069
|
*/
|
|
6070
6070
|
|
|
6071
6071
|
|
|
@@ -6079,12 +6079,12 @@ var CA_ExtInterface = function () {
|
|
|
6079
6079
|
}
|
|
6080
6080
|
};
|
|
6081
6081
|
|
|
6082
|
-
/**
|
|
6083
|
-
* 设置转发策略和代填策略
|
|
6084
|
-
* @param {string} strProxyPolicy - 转发策略
|
|
6085
|
-
* @param {string} strSSOPolicy - 代填策略
|
|
6086
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6087
|
-
* @returns {number} 设置结果
|
|
6082
|
+
/**
|
|
6083
|
+
* 设置转发策略和代填策略
|
|
6084
|
+
* @param {string} strProxyPolicy - 转发策略
|
|
6085
|
+
* @param {string} strSSOPolicy - 代填策略
|
|
6086
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6087
|
+
* @returns {number} 设置结果
|
|
6088
6088
|
*/
|
|
6089
6089
|
|
|
6090
6090
|
|
|
@@ -6098,11 +6098,11 @@ var CA_ExtInterface = function () {
|
|
|
6098
6098
|
}
|
|
6099
6099
|
};
|
|
6100
6100
|
|
|
6101
|
-
/**
|
|
6102
|
-
* 启动认证信息模块
|
|
6103
|
-
* @param {string} strFileName - 文件名
|
|
6104
|
-
* @param {string} strXmlData - XML 数据
|
|
6105
|
-
* @returns {string} 认证信息
|
|
6101
|
+
/**
|
|
6102
|
+
* 启动认证信息模块
|
|
6103
|
+
* @param {string} strFileName - 文件名
|
|
6104
|
+
* @param {string} strXmlData - XML 数据
|
|
6105
|
+
* @returns {string} 认证信息
|
|
6106
6106
|
*/
|
|
6107
6107
|
|
|
6108
6108
|
|
|
@@ -6116,10 +6116,10 @@ var CA_ExtInterface = function () {
|
|
|
6116
6116
|
}
|
|
6117
6117
|
};
|
|
6118
6118
|
|
|
6119
|
-
/**
|
|
6120
|
-
* 打开 BS 应用
|
|
6121
|
-
* @param {string} strUrl - 应用 URL
|
|
6122
|
-
* @returns {number} 打开结果
|
|
6119
|
+
/**
|
|
6120
|
+
* 打开 BS 应用
|
|
6121
|
+
* @param {string} strUrl - 应用 URL
|
|
6122
|
+
* @returns {number} 打开结果
|
|
6123
6123
|
*/
|
|
6124
6124
|
|
|
6125
6125
|
|
|
@@ -6133,12 +6133,12 @@ var CA_ExtInterface = function () {
|
|
|
6133
6133
|
}
|
|
6134
6134
|
};
|
|
6135
6135
|
|
|
6136
|
-
/**
|
|
6137
|
-
* 打开 CS 应用
|
|
6138
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6139
|
-
* @param {string} strAppFlag - 应用标识
|
|
6140
|
-
* @param {string} strAppPath - 应用路径
|
|
6141
|
-
* @returns {number} 打开结果
|
|
6136
|
+
/**
|
|
6137
|
+
* 打开 CS 应用
|
|
6138
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6139
|
+
* @param {string} strAppFlag - 应用标识
|
|
6140
|
+
* @param {string} strAppPath - 应用路径
|
|
6141
|
+
* @returns {number} 打开结果
|
|
6142
6142
|
*/
|
|
6143
6143
|
|
|
6144
6144
|
|
|
@@ -6152,13 +6152,13 @@ var CA_ExtInterface = function () {
|
|
|
6152
6152
|
}
|
|
6153
6153
|
};
|
|
6154
6154
|
|
|
6155
|
-
/**
|
|
6156
|
-
* 设置自动更新策略
|
|
6157
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6158
|
-
* @param {number} nGatewayPort - 网关端口
|
|
6159
|
-
* @param {string} strUserToken - 用户令牌
|
|
6160
|
-
* @param {number} updatedelay - 更新延迟
|
|
6161
|
-
* @returns {number} 设置结果
|
|
6155
|
+
/**
|
|
6156
|
+
* 设置自动更新策略
|
|
6157
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6158
|
+
* @param {number} nGatewayPort - 网关端口
|
|
6159
|
+
* @param {string} strUserToken - 用户令牌
|
|
6160
|
+
* @param {number} updatedelay - 更新延迟
|
|
6161
|
+
* @returns {number} 设置结果
|
|
6162
6162
|
*/
|
|
6163
6163
|
|
|
6164
6164
|
|
|
@@ -6172,10 +6172,10 @@ var CA_ExtInterface = function () {
|
|
|
6172
6172
|
}
|
|
6173
6173
|
};
|
|
6174
6174
|
|
|
6175
|
-
/**
|
|
6176
|
-
* 获取客户端 IP
|
|
6177
|
-
* @param {string} strGatewayIP - 网关 IP
|
|
6178
|
-
* @returns {string} 客户端 IP
|
|
6175
|
+
/**
|
|
6176
|
+
* 获取客户端 IP
|
|
6177
|
+
* @param {string} strGatewayIP - 网关 IP
|
|
6178
|
+
* @returns {string} 客户端 IP
|
|
6179
6179
|
*/
|
|
6180
6180
|
|
|
6181
6181
|
|
|
@@ -6189,10 +6189,10 @@ var CA_ExtInterface = function () {
|
|
|
6189
6189
|
}
|
|
6190
6190
|
};
|
|
6191
6191
|
|
|
6192
|
-
/**
|
|
6193
|
-
* 登出网关
|
|
6194
|
-
* @param {string} strServerIP - 服务器 IP
|
|
6195
|
-
* @returns {number} 登出结果
|
|
6192
|
+
/**
|
|
6193
|
+
* 登出网关
|
|
6194
|
+
* @param {string} strServerIP - 服务器 IP
|
|
6195
|
+
* @returns {number} 登出结果
|
|
6196
6196
|
*/
|
|
6197
6197
|
|
|
6198
6198
|
|
|
@@ -6206,11 +6206,11 @@ var CA_ExtInterface = function () {
|
|
|
6206
6206
|
}
|
|
6207
6207
|
};
|
|
6208
6208
|
|
|
6209
|
-
/**
|
|
6210
|
-
* 运行安装包
|
|
6211
|
-
* @param {number} lRunType - 运行类型
|
|
6212
|
-
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
6213
|
-
* @returns {number} 运行结果
|
|
6209
|
+
/**
|
|
6210
|
+
* 运行安装包
|
|
6211
|
+
* @param {number} lRunType - 运行类型
|
|
6212
|
+
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
6213
|
+
* @returns {number} 运行结果
|
|
6214
6214
|
*/
|
|
6215
6215
|
|
|
6216
6216
|
|
|
@@ -6224,9 +6224,9 @@ var CA_ExtInterface = function () {
|
|
|
6224
6224
|
}
|
|
6225
6225
|
};
|
|
6226
6226
|
|
|
6227
|
-
/**
|
|
6228
|
-
* 获取下载进度
|
|
6229
|
-
* @returns {number} 下载进度
|
|
6227
|
+
/**
|
|
6228
|
+
* 获取下载进度
|
|
6229
|
+
* @returns {number} 下载进度
|
|
6230
6230
|
*/
|
|
6231
6231
|
|
|
6232
6232
|
|
|
@@ -6240,9 +6240,9 @@ var CA_ExtInterface = function () {
|
|
|
6240
6240
|
}
|
|
6241
6241
|
};
|
|
6242
6242
|
|
|
6243
|
-
/**
|
|
6244
|
-
* 是否安装完成
|
|
6245
|
-
* @returns {boolean} 安装完成状态
|
|
6243
|
+
/**
|
|
6244
|
+
* 是否安装完成
|
|
6245
|
+
* @returns {boolean} 安装完成状态
|
|
6246
6246
|
*/
|
|
6247
6247
|
|
|
6248
6248
|
|
|
@@ -6256,11 +6256,11 @@ var CA_ExtInterface = function () {
|
|
|
6256
6256
|
}
|
|
6257
6257
|
};
|
|
6258
6258
|
|
|
6259
|
-
/**
|
|
6260
|
-
* 初始化签包对象
|
|
6261
|
-
* @param {string} strAlgType - 算法类型
|
|
6262
|
-
* @param {string} strAuxParam - 辅助参数
|
|
6263
|
-
* @returns {number} 初始化结果
|
|
6259
|
+
/**
|
|
6260
|
+
* 初始化签包对象
|
|
6261
|
+
* @param {string} strAlgType - 算法类型
|
|
6262
|
+
* @param {string} strAuxParam - 辅助参数
|
|
6263
|
+
* @returns {number} 初始化结果
|
|
6264
6264
|
*/
|
|
6265
6265
|
|
|
6266
6266
|
|
|
@@ -6274,10 +6274,10 @@ var CA_ExtInterface = function () {
|
|
|
6274
6274
|
}
|
|
6275
6275
|
};
|
|
6276
6276
|
|
|
6277
|
-
/**
|
|
6278
|
-
* 设置摘要算法
|
|
6279
|
-
* @param {string} strDigestAlg - 摘要算法
|
|
6280
|
-
* @returns {number} 设置结果
|
|
6277
|
+
/**
|
|
6278
|
+
* 设置摘要算法
|
|
6279
|
+
* @param {string} strDigestAlg - 摘要算法
|
|
6280
|
+
* @returns {number} 设置结果
|
|
6281
6281
|
*/
|
|
6282
6282
|
|
|
6283
6283
|
|
|
@@ -6291,10 +6291,10 @@ var CA_ExtInterface = function () {
|
|
|
6291
6291
|
}
|
|
6292
6292
|
};
|
|
6293
6293
|
|
|
6294
|
-
/**
|
|
6295
|
-
* 设置单证书是否弹出对话框
|
|
6296
|
-
* @param {number} isChoose - 是否弹出对话框
|
|
6297
|
-
* @returns {number} 设置结果
|
|
6294
|
+
/**
|
|
6295
|
+
* 设置单证书是否弹出对话框
|
|
6296
|
+
* @param {number} isChoose - 是否弹出对话框
|
|
6297
|
+
* @returns {number} 设置结果
|
|
6298
6298
|
*/
|
|
6299
6299
|
|
|
6300
6300
|
|
|
@@ -6308,11 +6308,11 @@ var CA_ExtInterface = function () {
|
|
|
6308
6308
|
}
|
|
6309
6309
|
};
|
|
6310
6310
|
|
|
6311
|
-
/**
|
|
6312
|
-
* 添加证书过滤条件
|
|
6313
|
-
* @param {number} ulType - 过滤类型
|
|
6314
|
-
* @param {string} strValue - 过滤值
|
|
6315
|
-
* @returns {number} 添加结果
|
|
6311
|
+
/**
|
|
6312
|
+
* 添加证书过滤条件
|
|
6313
|
+
* @param {number} ulType - 过滤类型
|
|
6314
|
+
* @param {string} strValue - 过滤值
|
|
6315
|
+
* @returns {number} 添加结果
|
|
6316
6316
|
*/
|
|
6317
6317
|
|
|
6318
6318
|
|
|
@@ -6326,9 +6326,9 @@ var CA_ExtInterface = function () {
|
|
|
6326
6326
|
}
|
|
6327
6327
|
};
|
|
6328
6328
|
|
|
6329
|
-
/**
|
|
6330
|
-
* 清除所有过滤条件
|
|
6331
|
-
* @returns {number} 清除结果
|
|
6329
|
+
/**
|
|
6330
|
+
* 清除所有过滤条件
|
|
6331
|
+
* @returns {number} 清除结果
|
|
6332
6332
|
*/
|
|
6333
6333
|
|
|
6334
6334
|
|
|
@@ -6342,10 +6342,10 @@ var CA_ExtInterface = function () {
|
|
|
6342
6342
|
}
|
|
6343
6343
|
};
|
|
6344
6344
|
|
|
6345
|
-
/**
|
|
6346
|
-
* P1 签名
|
|
6347
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6348
|
-
* @returns {string} 签名结果
|
|
6345
|
+
/**
|
|
6346
|
+
* P1 签名
|
|
6347
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6348
|
+
* @returns {string} 签名结果
|
|
6349
6349
|
*/
|
|
6350
6350
|
|
|
6351
6351
|
|
|
@@ -6359,10 +6359,10 @@ var CA_ExtInterface = function () {
|
|
|
6359
6359
|
}
|
|
6360
6360
|
};
|
|
6361
6361
|
|
|
6362
|
-
/**
|
|
6363
|
-
* P1 签名字符串
|
|
6364
|
-
* @param {string} strValue - 待签名的字符串
|
|
6365
|
-
* @returns {string} 签名结果
|
|
6362
|
+
/**
|
|
6363
|
+
* P1 签名字符串
|
|
6364
|
+
* @param {string} strValue - 待签名的字符串
|
|
6365
|
+
* @returns {string} 签名结果
|
|
6366
6366
|
*/
|
|
6367
6367
|
|
|
6368
6368
|
|
|
@@ -6376,12 +6376,12 @@ var CA_ExtInterface = function () {
|
|
|
6376
6376
|
}
|
|
6377
6377
|
};
|
|
6378
6378
|
|
|
6379
|
-
/**
|
|
6380
|
-
* P7 签名
|
|
6381
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6382
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
6383
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6384
|
-
* @returns {string} 签名结果
|
|
6379
|
+
/**
|
|
6380
|
+
* P7 签名
|
|
6381
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
6382
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
6383
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6384
|
+
* @returns {string} 签名结果
|
|
6385
6385
|
*/
|
|
6386
6386
|
|
|
6387
6387
|
|
|
@@ -6395,12 +6395,12 @@ var CA_ExtInterface = function () {
|
|
|
6395
6395
|
}
|
|
6396
6396
|
};
|
|
6397
6397
|
|
|
6398
|
-
/**
|
|
6399
|
-
* P7 签名字符串
|
|
6400
|
-
* @param {string} strValue - 待签名的字符串
|
|
6401
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
6402
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6403
|
-
* @returns {string} 签名结果
|
|
6398
|
+
/**
|
|
6399
|
+
* P7 签名字符串
|
|
6400
|
+
* @param {string} strValue - 待签名的字符串
|
|
6401
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
6402
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
6403
|
+
* @returns {string} 签名结果
|
|
6404
6404
|
*/
|
|
6405
6405
|
|
|
6406
6406
|
|
|
@@ -6414,9 +6414,9 @@ var CA_ExtInterface = function () {
|
|
|
6414
6414
|
}
|
|
6415
6415
|
};
|
|
6416
6416
|
|
|
6417
|
-
/**
|
|
6418
|
-
* 释放签名对象
|
|
6419
|
-
* @returns {number} 释放结果
|
|
6417
|
+
/**
|
|
6418
|
+
* 释放签名对象
|
|
6419
|
+
* @returns {number} 释放结果
|
|
6420
6420
|
*/
|
|
6421
6421
|
|
|
6422
6422
|
|
|
@@ -6430,9 +6430,9 @@ var CA_ExtInterface = function () {
|
|
|
6430
6430
|
}
|
|
6431
6431
|
};
|
|
6432
6432
|
|
|
6433
|
-
/**
|
|
6434
|
-
* 获取签名版本
|
|
6435
|
-
* @returns {string} 签名版本
|
|
6433
|
+
/**
|
|
6434
|
+
* 获取签名版本
|
|
6435
|
+
* @returns {string} 签名版本
|
|
6436
6436
|
*/
|
|
6437
6437
|
|
|
6438
6438
|
|
|
@@ -6446,9 +6446,9 @@ var CA_ExtInterface = function () {
|
|
|
6446
6446
|
}
|
|
6447
6447
|
};
|
|
6448
6448
|
|
|
6449
|
-
/**
|
|
6450
|
-
* 获取签名证书
|
|
6451
|
-
* @returns {string} 签名证书
|
|
6449
|
+
/**
|
|
6450
|
+
* 获取签名证书
|
|
6451
|
+
* @returns {string} 签名证书
|
|
6452
6452
|
*/
|
|
6453
6453
|
|
|
6454
6454
|
|
|
@@ -6462,9 +6462,9 @@ var CA_ExtInterface = function () {
|
|
|
6462
6462
|
}
|
|
6463
6463
|
};
|
|
6464
6464
|
|
|
6465
|
-
/**
|
|
6466
|
-
* 获取错误码
|
|
6467
|
-
* @returns {number} 错误码
|
|
6465
|
+
/**
|
|
6466
|
+
* 获取错误码
|
|
6467
|
+
* @returns {number} 错误码
|
|
6468
6468
|
*/
|
|
6469
6469
|
|
|
6470
6470
|
|
|
@@ -6478,9 +6478,9 @@ var CA_ExtInterface = function () {
|
|
|
6478
6478
|
}
|
|
6479
6479
|
};
|
|
6480
6480
|
|
|
6481
|
-
/**
|
|
6482
|
-
* 获取错误信息
|
|
6483
|
-
* @returns {string} 错误信息
|
|
6481
|
+
/**
|
|
6482
|
+
* 获取错误信息
|
|
6483
|
+
* @returns {string} 错误信息
|
|
6484
6484
|
*/
|
|
6485
6485
|
|
|
6486
6486
|
|
|
@@ -6494,9 +6494,9 @@ var CA_ExtInterface = function () {
|
|
|
6494
6494
|
}
|
|
6495
6495
|
};
|
|
6496
6496
|
|
|
6497
|
-
/**
|
|
6498
|
-
* 销毁认证对象
|
|
6499
|
-
* @returns {number} 销毁结果
|
|
6497
|
+
/**
|
|
6498
|
+
* 销毁认证对象
|
|
6499
|
+
* @returns {number} 销毁结果
|
|
6500
6500
|
*/
|
|
6501
6501
|
|
|
6502
6502
|
|
|
@@ -6510,9 +6510,9 @@ var CA_ExtInterface = function () {
|
|
|
6510
6510
|
}
|
|
6511
6511
|
};
|
|
6512
6512
|
|
|
6513
|
-
/**
|
|
6514
|
-
* 获取证书类型
|
|
6515
|
-
* @returns {string} 证书类型
|
|
6513
|
+
/**
|
|
6514
|
+
* 获取证书类型
|
|
6515
|
+
* @returns {string} 证书类型
|
|
6516
6516
|
*/
|
|
6517
6517
|
|
|
6518
6518
|
|
|
@@ -6526,9 +6526,9 @@ var CA_ExtInterface = function () {
|
|
|
6526
6526
|
}
|
|
6527
6527
|
};
|
|
6528
6528
|
|
|
6529
|
-
/**
|
|
6530
|
-
* 获取签名摘要算法
|
|
6531
|
-
* @returns {string} 签名摘要算法
|
|
6529
|
+
/**
|
|
6530
|
+
* 获取签名摘要算法
|
|
6531
|
+
* @returns {string} 签名摘要算法
|
|
6532
6532
|
*/
|
|
6533
6533
|
|
|
6534
6534
|
|
|
@@ -6542,11 +6542,11 @@ var CA_ExtInterface = function () {
|
|
|
6542
6542
|
}
|
|
6543
6543
|
};
|
|
6544
6544
|
|
|
6545
|
-
/**
|
|
6546
|
-
* 使能调用序列
|
|
6547
|
-
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
6548
|
-
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
6549
|
-
* @returns {number} 使能结果
|
|
6545
|
+
/**
|
|
6546
|
+
* 使能调用序列
|
|
6547
|
+
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
6548
|
+
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
6549
|
+
* @returns {number} 使能结果
|
|
6550
6550
|
*/
|
|
6551
6551
|
|
|
6552
6552
|
|
|
@@ -6560,9 +6560,9 @@ var CA_ExtInterface = function () {
|
|
|
6560
6560
|
}
|
|
6561
6561
|
};
|
|
6562
6562
|
|
|
6563
|
-
/**
|
|
6564
|
-
* 清空调用序列结果
|
|
6565
|
-
* @returns {number} 清空调用序列结果
|
|
6563
|
+
/**
|
|
6564
|
+
* 清空调用序列结果
|
|
6565
|
+
* @returns {number} 清空调用序列结果
|
|
6566
6566
|
*/
|
|
6567
6567
|
|
|
6568
6568
|
|
|
@@ -6576,9 +6576,9 @@ var CA_ExtInterface = function () {
|
|
|
6576
6576
|
}
|
|
6577
6577
|
};
|
|
6578
6578
|
|
|
6579
|
-
/**
|
|
6580
|
-
* 获取调用序列结果
|
|
6581
|
-
* @returns {string} 调用序列结果
|
|
6579
|
+
/**
|
|
6580
|
+
* 获取调用序列结果
|
|
6581
|
+
* @returns {string} 调用序列结果
|
|
6582
6582
|
*/
|
|
6583
6583
|
|
|
6584
6584
|
|
|
@@ -6592,12 +6592,12 @@ var CA_ExtInterface = function () {
|
|
|
6592
6592
|
}
|
|
6593
6593
|
};
|
|
6594
6594
|
|
|
6595
|
-
/**
|
|
6596
|
-
* 客户端安全策略检查
|
|
6597
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6598
|
-
* @param {number} usGatewayPort - 网关端口
|
|
6599
|
-
* @param {string} strSecurityPolicys - 安全策略
|
|
6600
|
-
* @returns {boolean} 检查结果
|
|
6595
|
+
/**
|
|
6596
|
+
* 客户端安全策略检查
|
|
6597
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6598
|
+
* @param {number} usGatewayPort - 网关端口
|
|
6599
|
+
* @param {string} strSecurityPolicys - 安全策略
|
|
6600
|
+
* @returns {boolean} 检查结果
|
|
6601
6601
|
*/
|
|
6602
6602
|
|
|
6603
6603
|
|
|
@@ -6611,9 +6611,9 @@ var CA_ExtInterface = function () {
|
|
|
6611
6611
|
}
|
|
6612
6612
|
};
|
|
6613
6613
|
|
|
6614
|
-
/**
|
|
6615
|
-
* 获取通讯协议版本
|
|
6616
|
-
* @returns {string} 通讯协议版本
|
|
6614
|
+
/**
|
|
6615
|
+
* 获取通讯协议版本
|
|
6616
|
+
* @returns {string} 通讯协议版本
|
|
6617
6617
|
*/
|
|
6618
6618
|
|
|
6619
6619
|
|
|
@@ -6627,13 +6627,13 @@ var CA_ExtInterface = function () {
|
|
|
6627
6627
|
}
|
|
6628
6628
|
};
|
|
6629
6629
|
|
|
6630
|
-
/**
|
|
6631
|
-
* 修改 Key 的 Pin 码
|
|
6632
|
-
* @param {string} strCertSn - 证书序列号
|
|
6633
|
-
* @param {number} lPinCodeType - Pin 码类型
|
|
6634
|
-
* @param {string} strCurPinCode - 当前 Pin 码
|
|
6635
|
-
* @param {string} strNewPinCode - 新 Pin 码
|
|
6636
|
-
* @returns {number} 修改结果
|
|
6630
|
+
/**
|
|
6631
|
+
* 修改 Key 的 Pin 码
|
|
6632
|
+
* @param {string} strCertSn - 证书序列号
|
|
6633
|
+
* @param {number} lPinCodeType - Pin 码类型
|
|
6634
|
+
* @param {string} strCurPinCode - 当前 Pin 码
|
|
6635
|
+
* @param {string} strNewPinCode - 新 Pin 码
|
|
6636
|
+
* @returns {number} 修改结果
|
|
6637
6637
|
*/
|
|
6638
6638
|
|
|
6639
6639
|
|
|
@@ -6647,10 +6647,10 @@ var CA_ExtInterface = function () {
|
|
|
6647
6647
|
}
|
|
6648
6648
|
};
|
|
6649
6649
|
|
|
6650
|
-
/**
|
|
6651
|
-
* 等待策略设置完毕
|
|
6652
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6653
|
-
* @returns {number} 等待结果
|
|
6650
|
+
/**
|
|
6651
|
+
* 等待策略设置完毕
|
|
6652
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6653
|
+
* @returns {number} 等待结果
|
|
6654
6654
|
*/
|
|
6655
6655
|
|
|
6656
6656
|
|
|
@@ -6664,10 +6664,10 @@ var CA_ExtInterface = function () {
|
|
|
6664
6664
|
}
|
|
6665
6665
|
};
|
|
6666
6666
|
|
|
6667
|
-
/**
|
|
6668
|
-
* 获取会话 Token
|
|
6669
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6670
|
-
* @returns {string} 会话 Token
|
|
6667
|
+
/**
|
|
6668
|
+
* 获取会话 Token
|
|
6669
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6670
|
+
* @returns {string} 会话 Token
|
|
6671
6671
|
*/
|
|
6672
6672
|
|
|
6673
6673
|
|
|
@@ -6681,9 +6681,9 @@ var CA_ExtInterface = function () {
|
|
|
6681
6681
|
}
|
|
6682
6682
|
};
|
|
6683
6683
|
|
|
6684
|
-
/**
|
|
6685
|
-
* 获取控件版本
|
|
6686
|
-
* @returns {string} 控件版本
|
|
6684
|
+
/**
|
|
6685
|
+
* 获取控件版本
|
|
6686
|
+
* @returns {string} 控件版本
|
|
6687
6687
|
*/
|
|
6688
6688
|
|
|
6689
6689
|
|
|
@@ -6697,10 +6697,10 @@ var CA_ExtInterface = function () {
|
|
|
6697
6697
|
}
|
|
6698
6698
|
};
|
|
6699
6699
|
|
|
6700
|
-
/**
|
|
6701
|
-
* 设置语言资源
|
|
6702
|
-
* @param {string} strLanguage - 语言资源
|
|
6703
|
-
* @returns {number} 设置结果
|
|
6700
|
+
/**
|
|
6701
|
+
* 设置语言资源
|
|
6702
|
+
* @param {string} strLanguage - 语言资源
|
|
6703
|
+
* @returns {number} 设置结果
|
|
6704
6704
|
*/
|
|
6705
6705
|
|
|
6706
6706
|
|
|
@@ -6714,12 +6714,12 @@ var CA_ExtInterface = function () {
|
|
|
6714
6714
|
}
|
|
6715
6715
|
};
|
|
6716
6716
|
|
|
6717
|
-
/**
|
|
6718
|
-
* 获取用户属性
|
|
6719
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
6720
|
-
* @param {string} strAppFlag - 应用标识
|
|
6721
|
-
* @param {string} strAttributeName - 属性名称
|
|
6722
|
-
* @returns {string} 用户属性值
|
|
6717
|
+
/**
|
|
6718
|
+
* 获取用户属性
|
|
6719
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
6720
|
+
* @param {string} strAppFlag - 应用标识
|
|
6721
|
+
* @param {string} strAttributeName - 属性名称
|
|
6722
|
+
* @returns {string} 用户属性值
|
|
6723
6723
|
*/
|
|
6724
6724
|
|
|
6725
6725
|
|
|
@@ -6733,9 +6733,9 @@ var CA_ExtInterface = function () {
|
|
|
6733
6733
|
}
|
|
6734
6734
|
};
|
|
6735
6735
|
|
|
6736
|
-
/**
|
|
6737
|
-
* 获取签名加密 PIN 码
|
|
6738
|
-
* @returns {string} 签名加密 PIN 码
|
|
6736
|
+
/**
|
|
6737
|
+
* 获取签名加密 PIN 码
|
|
6738
|
+
* @returns {string} 签名加密 PIN 码
|
|
6739
6739
|
*/
|
|
6740
6740
|
|
|
6741
6741
|
|
|
@@ -16713,8 +16713,8 @@ error_page_src_main.install = function (Vue) {
|
|
|
16713
16713
|
};
|
|
16714
16714
|
|
|
16715
16715
|
/* harmony default export */ var error_page = (error_page_src_main);
|
|
16716
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=
|
|
16717
|
-
var
|
|
16716
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=45a4048d&
|
|
16717
|
+
var mainvue_type_template_id_45a4048d_render = function () {
|
|
16718
16718
|
var _vm = this
|
|
16719
16719
|
var _h = _vm.$createElement
|
|
16720
16720
|
var _c = _vm._self._c || _h
|
|
@@ -16846,14 +16846,17 @@ var mainvue_type_template_id_2158e4f3_render = function () {
|
|
|
16846
16846
|
],
|
|
16847
16847
|
key: indexs,
|
|
16848
16848
|
staticClass: "es-collapse-item",
|
|
16849
|
-
class:
|
|
16850
|
-
|
|
16851
|
-
|
|
16852
|
-
|
|
16853
|
-
|
|
16854
|
-
|
|
16855
|
-
|
|
16856
|
-
|
|
16849
|
+
class: [
|
|
16850
|
+
{
|
|
16851
|
+
"es-collapse-readonly":
|
|
16852
|
+
_vm.accordion
|
|
16853
|
+
? false
|
|
16854
|
+
: !_vm.collapse,
|
|
16855
|
+
"es-collapse-caption":
|
|
16856
|
+
items.caption,
|
|
16857
|
+
},
|
|
16858
|
+
items.class,
|
|
16859
|
+
],
|
|
16857
16860
|
attrs: {
|
|
16858
16861
|
"show-title": items.showTitle,
|
|
16859
16862
|
name:
|
|
@@ -22724,11 +22727,11 @@ var mainvue_type_template_id_2158e4f3_render = function () {
|
|
|
22724
22727
|
)
|
|
22725
22728
|
: _vm._e()
|
|
22726
22729
|
}
|
|
22727
|
-
var
|
|
22728
|
-
|
|
22730
|
+
var mainvue_type_template_id_45a4048d_staticRenderFns = []
|
|
22731
|
+
mainvue_type_template_id_45a4048d_render._withStripped = true
|
|
22729
22732
|
|
|
22730
22733
|
|
|
22731
|
-
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=
|
|
22734
|
+
// CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=45a4048d&
|
|
22732
22735
|
|
|
22733
22736
|
// CONCATENATED MODULE: ./src/utils/rules.js
|
|
22734
22737
|
// 手机号
|
|
@@ -26270,8 +26273,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
|
|
|
26270
26273
|
|
|
26271
26274
|
var form_src_main_component = normalizeComponent(
|
|
26272
26275
|
packages_form_src_mainvue_type_script_lang_js_,
|
|
26273
|
-
|
|
26274
|
-
|
|
26276
|
+
mainvue_type_template_id_45a4048d_render,
|
|
26277
|
+
mainvue_type_template_id_45a4048d_staticRenderFns,
|
|
26275
26278
|
false,
|
|
26276
26279
|
null,
|
|
26277
26280
|
null,
|
|
@@ -26288,8 +26291,8 @@ form_src_main.install = function (Vue) {
|
|
|
26288
26291
|
};
|
|
26289
26292
|
|
|
26290
26293
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
26291
|
-
// 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=
|
|
26292
|
-
var
|
|
26294
|
+
// 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=fe0ac130&
|
|
26295
|
+
var mainvue_type_template_id_fe0ac130_render = function () {
|
|
26293
26296
|
var _vm = this
|
|
26294
26297
|
var _h = _vm.$createElement
|
|
26295
26298
|
var _c = _vm._self._c || _h
|
|
@@ -26400,6 +26403,7 @@ var mainvue_type_template_id_07497b53_render = function () {
|
|
|
26400
26403
|
staticStyle: { "margin-top": "10px" },
|
|
26401
26404
|
attrs: {
|
|
26402
26405
|
businessId: _vm.businessId,
|
|
26406
|
+
selectorParams: _vm.params,
|
|
26403
26407
|
showBtn: false,
|
|
26404
26408
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
26405
26409
|
simpleTips: _vm.simpleTips,
|
|
@@ -27562,11 +27566,7 @@ var mainvue_type_template_id_07497b53_render = function () {
|
|
|
27562
27566
|
"department",
|
|
27563
27567
|
"employee",
|
|
27564
27568
|
],
|
|
27565
|
-
params:
|
|
27566
|
-
filid:
|
|
27567
|
-
_vm.userModel
|
|
27568
|
-
.orgId,
|
|
27569
|
-
},
|
|
27569
|
+
params: _vm.params,
|
|
27570
27570
|
},
|
|
27571
27571
|
on: {
|
|
27572
27572
|
change: function (
|
|
@@ -28502,6 +28502,7 @@ var mainvue_type_template_id_07497b53_render = function () {
|
|
|
28502
28502
|
businessId: _vm.businessId,
|
|
28503
28503
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
28504
28504
|
simpleTips: _vm.simpleTips,
|
|
28505
|
+
selectorParams: _vm.params,
|
|
28505
28506
|
oldOption: _vm.value,
|
|
28506
28507
|
},
|
|
28507
28508
|
on: {
|
|
@@ -28845,11 +28846,11 @@ var mainvue_type_template_id_07497b53_render = function () {
|
|
|
28845
28846
|
)
|
|
28846
28847
|
: _vm._e()
|
|
28847
28848
|
}
|
|
28848
|
-
var
|
|
28849
|
-
|
|
28849
|
+
var mainvue_type_template_id_fe0ac130_staticRenderFns = []
|
|
28850
|
+
mainvue_type_template_id_fe0ac130_render._withStripped = true
|
|
28850
28851
|
|
|
28851
28852
|
|
|
28852
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
28853
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=fe0ac130&
|
|
28853
28854
|
|
|
28854
28855
|
// 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=fdf49dec&
|
|
28855
28856
|
var CommonOpinionsvue_type_template_id_fdf49dec_render = function () {
|
|
@@ -29654,21 +29655,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
29654
29655
|
return validSate;
|
|
29655
29656
|
},
|
|
29656
29657
|
|
|
29657
|
-
/**
|
|
29658
|
-
* changeOpinion
|
|
29659
|
-
* @desc:监听意见变化
|
|
29660
|
-
* @author liufan
|
|
29661
|
-
* @date 2022年10月28日
|
|
29658
|
+
/**
|
|
29659
|
+
* changeOpinion
|
|
29660
|
+
* @desc:监听意见变化
|
|
29661
|
+
* @author liufan
|
|
29662
|
+
* @date 2022年10月28日
|
|
29662
29663
|
**/
|
|
29663
29664
|
changeOpinion: function changeOpinion() {
|
|
29664
29665
|
this.$emit('change', this.form.value);
|
|
29665
29666
|
},
|
|
29666
29667
|
|
|
29667
|
-
/**
|
|
29668
|
-
* getCommonOpion
|
|
29669
|
-
* @desc:获取意见
|
|
29670
|
-
* @author liufan
|
|
29671
|
-
* @date 2022年5月25日
|
|
29668
|
+
/**
|
|
29669
|
+
* getCommonOpion
|
|
29670
|
+
* @desc:获取意见
|
|
29671
|
+
* @author liufan
|
|
29672
|
+
* @date 2022年5月25日
|
|
29672
29673
|
**/
|
|
29673
29674
|
getCommonOpion: function getCommonOpion() {
|
|
29674
29675
|
var _this = this;
|
|
@@ -29697,24 +29698,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
29697
29698
|
});
|
|
29698
29699
|
},
|
|
29699
29700
|
|
|
29700
|
-
/**
|
|
29701
|
-
* upDate
|
|
29702
|
-
* @desc:修改常用语
|
|
29703
|
-
* @author liufan
|
|
29704
|
-
* @param {Object} val 修改值
|
|
29705
|
-
* @date 2022年5月25日
|
|
29701
|
+
/**
|
|
29702
|
+
* upDate
|
|
29703
|
+
* @desc:修改常用语
|
|
29704
|
+
* @author liufan
|
|
29705
|
+
* @param {Object} val 修改值
|
|
29706
|
+
* @date 2022年5月25日
|
|
29706
29707
|
**/
|
|
29707
29708
|
upDate: function upDate(val) {
|
|
29708
29709
|
this.FormData.id = val.id;
|
|
29709
29710
|
this.addVisible = true;
|
|
29710
29711
|
},
|
|
29711
29712
|
|
|
29712
|
-
/**
|
|
29713
|
-
* selectChange
|
|
29714
|
-
* @desc:常用语选择
|
|
29715
|
-
* @author liufan
|
|
29716
|
-
* @param {String} val 选中值
|
|
29717
|
-
* @date 2022年5月25日
|
|
29713
|
+
/**
|
|
29714
|
+
* selectChange
|
|
29715
|
+
* @desc:常用语选择
|
|
29716
|
+
* @author liufan
|
|
29717
|
+
* @param {String} val 选中值
|
|
29718
|
+
* @date 2022年5月25日
|
|
29718
29719
|
**/
|
|
29719
29720
|
selectChange: function selectChange(val) {
|
|
29720
29721
|
var _this2 = this;
|
|
@@ -29733,12 +29734,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
29733
29734
|
});
|
|
29734
29735
|
},
|
|
29735
29736
|
|
|
29736
|
-
/**
|
|
29737
|
-
* del
|
|
29738
|
-
* @desc:删除常用语
|
|
29739
|
-
* @author liufan
|
|
29740
|
-
* @param {Object} val 删除的数据
|
|
29741
|
-
* @date 2022年5月25日
|
|
29737
|
+
/**
|
|
29738
|
+
* del
|
|
29739
|
+
* @desc:删除常用语
|
|
29740
|
+
* @author liufan
|
|
29741
|
+
* @param {Object} val 删除的数据
|
|
29742
|
+
* @date 2022年5月25日
|
|
29742
29743
|
**/
|
|
29743
29744
|
del: function del(val) {
|
|
29744
29745
|
var _this3 = this;
|
|
@@ -29780,12 +29781,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
29780
29781
|
}).catch(function (e) {});
|
|
29781
29782
|
},
|
|
29782
29783
|
|
|
29783
|
-
/**
|
|
29784
|
-
* submit
|
|
29785
|
-
* @desc:新增/编辑意见保存
|
|
29786
|
-
* @author liufan
|
|
29787
|
-
* @param {Object} val 保存数据
|
|
29788
|
-
* @date 2022年5月25日
|
|
29784
|
+
/**
|
|
29785
|
+
* submit
|
|
29786
|
+
* @desc:新增/编辑意见保存
|
|
29787
|
+
* @author liufan
|
|
29788
|
+
* @param {Object} val 保存数据
|
|
29789
|
+
* @date 2022年5月25日
|
|
29789
29790
|
**/
|
|
29790
29791
|
submit: function submit(val) {
|
|
29791
29792
|
var _this4 = this;
|
|
@@ -32799,11 +32800,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
32799
32800
|
});
|
|
32800
32801
|
},
|
|
32801
32802
|
|
|
32802
|
-
/**
|
|
32803
|
-
* isMultiple
|
|
32804
|
-
* @desc:是否多选
|
|
32805
|
-
* @author liufan
|
|
32806
|
-
* @date 2022年9月13日
|
|
32803
|
+
/**
|
|
32804
|
+
* isMultiple
|
|
32805
|
+
* @desc:是否多选
|
|
32806
|
+
* @author liufan
|
|
32807
|
+
* @date 2022年9月13日
|
|
32807
32808
|
**/
|
|
32808
32809
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
32809
32810
|
var multiple = false;
|
|
@@ -36831,11 +36832,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
36831
36832
|
});
|
|
36832
36833
|
},
|
|
36833
36834
|
|
|
36834
|
-
/**
|
|
36835
|
-
* isMultiple
|
|
36836
|
-
* @desc:是否多选
|
|
36837
|
-
* @author liufan
|
|
36838
|
-
* @date 2022年9月13日
|
|
36835
|
+
/**
|
|
36836
|
+
* isMultiple
|
|
36837
|
+
* @desc:是否多选
|
|
36838
|
+
* @author liufan
|
|
36839
|
+
* @date 2022年9月13日
|
|
36839
36840
|
**/
|
|
36840
36841
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
36841
36842
|
var multiple = false;
|
|
@@ -41208,11 +41209,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41208
41209
|
});
|
|
41209
41210
|
},
|
|
41210
41211
|
|
|
41211
|
-
/**
|
|
41212
|
-
* saveInfo
|
|
41213
|
-
* @desc:暂存
|
|
41214
|
-
* @author liufan
|
|
41215
|
-
* @date 2022年9月9日
|
|
41212
|
+
/**
|
|
41213
|
+
* saveInfo
|
|
41214
|
+
* @desc:暂存
|
|
41215
|
+
* @author liufan
|
|
41216
|
+
* @date 2022年9月9日
|
|
41216
41217
|
**/
|
|
41217
41218
|
saveInfo: function saveInfo(type, btn) {
|
|
41218
41219
|
var _this6 = this;
|
|
@@ -41274,11 +41275,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41274
41275
|
});
|
|
41275
41276
|
},
|
|
41276
41277
|
|
|
41277
|
-
/**
|
|
41278
|
-
* rejectBtn
|
|
41279
|
-
* @desc:点击驳回
|
|
41280
|
-
* @author liufan
|
|
41281
|
-
* @date 2022年5月25日
|
|
41278
|
+
/**
|
|
41279
|
+
* rejectBtn
|
|
41280
|
+
* @desc:点击驳回
|
|
41281
|
+
* @author liufan
|
|
41282
|
+
* @date 2022年5月25日
|
|
41282
41283
|
**/
|
|
41283
41284
|
rejectBtn: function rejectBtn() {
|
|
41284
41285
|
var _this8 = this;
|
|
@@ -41296,11 +41297,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41296
41297
|
}
|
|
41297
41298
|
},
|
|
41298
41299
|
|
|
41299
|
-
/**
|
|
41300
|
-
* taskReadBtn
|
|
41301
|
-
* @desc:点击分阅
|
|
41302
|
-
* @author liufan
|
|
41303
|
-
* @date 2022年5月25日
|
|
41300
|
+
/**
|
|
41301
|
+
* taskReadBtn
|
|
41302
|
+
* @desc:点击分阅
|
|
41303
|
+
* @author liufan
|
|
41304
|
+
* @date 2022年5月25日
|
|
41304
41305
|
**/
|
|
41305
41306
|
taskReadBtn: function taskReadBtn() {
|
|
41306
41307
|
var _this9 = this;
|
|
@@ -41319,11 +41320,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41319
41320
|
}
|
|
41320
41321
|
},
|
|
41321
41322
|
|
|
41322
|
-
/**
|
|
41323
|
-
* getFind
|
|
41324
|
-
* @desc:获取通知方式
|
|
41325
|
-
* @author liufan
|
|
41326
|
-
* @date 2022年5月25日
|
|
41323
|
+
/**
|
|
41324
|
+
* getFind
|
|
41325
|
+
* @desc:获取通知方式
|
|
41326
|
+
* @author liufan
|
|
41327
|
+
* @date 2022年5月25日
|
|
41327
41328
|
**/
|
|
41328
41329
|
getFind: function getFind() {
|
|
41329
41330
|
var _this10 = this;
|
|
@@ -41378,12 +41379,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41378
41379
|
});
|
|
41379
41380
|
},
|
|
41380
41381
|
|
|
41381
|
-
/**
|
|
41382
|
-
* endFlows
|
|
41383
|
-
* @desc:直接办结
|
|
41384
|
-
* @author liufan
|
|
41385
|
-
* @param {Object} res 直接办结数据
|
|
41386
|
-
* @date 2022年5月25日
|
|
41382
|
+
/**
|
|
41383
|
+
* endFlows
|
|
41384
|
+
* @desc:直接办结
|
|
41385
|
+
* @author liufan
|
|
41386
|
+
* @param {Object} res 直接办结数据
|
|
41387
|
+
* @date 2022年5月25日
|
|
41387
41388
|
**/
|
|
41388
41389
|
endFlows: function endFlows(res) {
|
|
41389
41390
|
var _this12 = this;
|
|
@@ -41437,12 +41438,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41437
41438
|
}).catch(function (e) {});
|
|
41438
41439
|
},
|
|
41439
41440
|
|
|
41440
|
-
/**
|
|
41441
|
-
* goView
|
|
41442
|
-
* @desc:更多流程按钮操作
|
|
41443
|
-
* @author liufan
|
|
41444
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
41445
|
-
* @date 2022年5月25日
|
|
41441
|
+
/**
|
|
41442
|
+
* goView
|
|
41443
|
+
* @desc:更多流程按钮操作
|
|
41444
|
+
* @author liufan
|
|
41445
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
41446
|
+
* @date 2022年5月25日
|
|
41446
41447
|
**/
|
|
41447
41448
|
goView: function goView(res) {
|
|
41448
41449
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -41527,11 +41528,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41527
41528
|
// isCanStartSubFlow
|
|
41528
41529
|
},
|
|
41529
41530
|
|
|
41530
|
-
/**
|
|
41531
|
-
* toTakeAdvice
|
|
41532
|
-
* @desc:征求意见
|
|
41533
|
-
* @author liufan
|
|
41534
|
-
* @date 2022年9月29日
|
|
41531
|
+
/**
|
|
41532
|
+
* toTakeAdvice
|
|
41533
|
+
* @desc:征求意见
|
|
41534
|
+
* @author liufan
|
|
41535
|
+
* @date 2022年9月29日
|
|
41535
41536
|
**/
|
|
41536
41537
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
41537
41538
|
var _this14 = this;
|
|
@@ -41575,11 +41576,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41575
41576
|
});
|
|
41576
41577
|
},
|
|
41577
41578
|
|
|
41578
|
-
/**
|
|
41579
|
-
* toStartDraf
|
|
41580
|
-
* @desc: 稿件递送、联合审核、复核
|
|
41581
|
-
* @author liufan
|
|
41582
|
-
* @date 2022年9月29日
|
|
41579
|
+
/**
|
|
41580
|
+
* toStartDraf
|
|
41581
|
+
* @desc: 稿件递送、联合审核、复核
|
|
41582
|
+
* @author liufan
|
|
41583
|
+
* @date 2022年9月29日
|
|
41583
41584
|
**/
|
|
41584
41585
|
toStartDraf: function toStartDraf(res) {
|
|
41585
41586
|
var _this16 = this;
|
|
@@ -41593,11 +41594,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41593
41594
|
}
|
|
41594
41595
|
},
|
|
41595
41596
|
|
|
41596
|
-
/**
|
|
41597
|
-
* toSendMsg
|
|
41598
|
-
* @desc:核稿通知
|
|
41599
|
-
* @author liufan
|
|
41600
|
-
* @date 2022年9月29日
|
|
41597
|
+
/**
|
|
41598
|
+
* toSendMsg
|
|
41599
|
+
* @desc:核稿通知
|
|
41600
|
+
* @author liufan
|
|
41601
|
+
* @date 2022年9月29日
|
|
41601
41602
|
**/
|
|
41602
41603
|
toSendMsg: function toSendMsg(res) {
|
|
41603
41604
|
var _this17 = this;
|
|
@@ -41611,11 +41612,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41611
41612
|
}
|
|
41612
41613
|
},
|
|
41613
41614
|
|
|
41614
|
-
/**
|
|
41615
|
-
* toTaskReadAndEnd
|
|
41616
|
-
* @desc:分阅并办结
|
|
41617
|
-
* @author liufan
|
|
41618
|
-
* @date 2022年9月29日
|
|
41615
|
+
/**
|
|
41616
|
+
* toTaskReadAndEnd
|
|
41617
|
+
* @desc:分阅并办结
|
|
41618
|
+
* @author liufan
|
|
41619
|
+
* @date 2022年9月29日
|
|
41619
41620
|
**/
|
|
41620
41621
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
41621
41622
|
var _this18 = this;
|
|
@@ -41633,11 +41634,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41633
41634
|
}
|
|
41634
41635
|
},
|
|
41635
41636
|
|
|
41636
|
-
/**
|
|
41637
|
-
* rejectAndEnd
|
|
41638
|
-
* @desc:驳回并办结
|
|
41639
|
-
* @author liufan
|
|
41640
|
-
* @date 2022年9月29日
|
|
41637
|
+
/**
|
|
41638
|
+
* rejectAndEnd
|
|
41639
|
+
* @desc:驳回并办结
|
|
41640
|
+
* @author liufan
|
|
41641
|
+
* @date 2022年9月29日
|
|
41641
41642
|
**/
|
|
41642
41643
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
41643
41644
|
var _this19 = this;
|
|
@@ -41692,11 +41693,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41692
41693
|
});
|
|
41693
41694
|
},
|
|
41694
41695
|
|
|
41695
|
-
/**
|
|
41696
|
-
* toTransfer
|
|
41697
|
-
* @desc:转办
|
|
41698
|
-
* @author liufan
|
|
41699
|
-
* @date 2022年9月29日
|
|
41696
|
+
/**
|
|
41697
|
+
* toTransfer
|
|
41698
|
+
* @desc:转办
|
|
41699
|
+
* @author liufan
|
|
41700
|
+
* @date 2022年9月29日
|
|
41700
41701
|
**/
|
|
41701
41702
|
toTransfer: function toTransfer(res) {
|
|
41702
41703
|
var _this21 = this;
|
|
@@ -41712,11 +41713,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41712
41713
|
}
|
|
41713
41714
|
},
|
|
41714
41715
|
|
|
41715
|
-
/**
|
|
41716
|
-
* getNodeInfo
|
|
41717
|
-
* @desc:获取节点信息
|
|
41718
|
-
* @author liufan
|
|
41719
|
-
* @date 2022年5月25日
|
|
41716
|
+
/**
|
|
41717
|
+
* getNodeInfo
|
|
41718
|
+
* @desc:获取节点信息
|
|
41719
|
+
* @author liufan
|
|
41720
|
+
* @date 2022年5月25日
|
|
41720
41721
|
**/
|
|
41721
41722
|
getNodeInfo: function getNodeInfo() {
|
|
41722
41723
|
var _this22 = this;
|
|
@@ -41815,12 +41816,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41815
41816
|
});
|
|
41816
41817
|
},
|
|
41817
41818
|
|
|
41818
|
-
/**
|
|
41819
|
-
* selecNext
|
|
41820
|
-
* @desc:下步节点变化时更新数据
|
|
41821
|
-
* @author liufan
|
|
41822
|
-
* @param {String} val 当前选中值
|
|
41823
|
-
* @date 2022年5月25日
|
|
41819
|
+
/**
|
|
41820
|
+
* selecNext
|
|
41821
|
+
* @desc:下步节点变化时更新数据
|
|
41822
|
+
* @author liufan
|
|
41823
|
+
* @param {String} val 当前选中值
|
|
41824
|
+
* @date 2022年5月25日
|
|
41824
41825
|
**/
|
|
41825
41826
|
selecNext: function selecNext(val, type, isDef) {
|
|
41826
41827
|
var _this23 = this;
|
|
@@ -41929,11 +41930,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41929
41930
|
if (isDef !== true) this.getNodeInfo();
|
|
41930
41931
|
},
|
|
41931
41932
|
|
|
41932
|
-
/**
|
|
41933
|
-
* isMultiple
|
|
41934
|
-
* @desc:是否多选
|
|
41935
|
-
* @author liufan
|
|
41936
|
-
* @date 2022年9月13日
|
|
41933
|
+
/**
|
|
41934
|
+
* isMultiple
|
|
41935
|
+
* @desc:是否多选
|
|
41936
|
+
* @author liufan
|
|
41937
|
+
* @date 2022年9月13日
|
|
41937
41938
|
**/
|
|
41938
41939
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
41939
41940
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -41965,11 +41966,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
41965
41966
|
}
|
|
41966
41967
|
},
|
|
41967
41968
|
|
|
41968
|
-
/**
|
|
41969
|
-
* getHedInfo
|
|
41970
|
-
* @desc:获取审核页面数据
|
|
41971
|
-
* @author liufan
|
|
41972
|
-
* @date 2022年5月25日
|
|
41969
|
+
/**
|
|
41970
|
+
* getHedInfo
|
|
41971
|
+
* @desc:获取审核页面数据
|
|
41972
|
+
* @author liufan
|
|
41973
|
+
* @date 2022年5月25日
|
|
41973
41974
|
**/
|
|
41974
41975
|
getHedInfo: function getHedInfo() {
|
|
41975
41976
|
var _this24 = this;
|
|
@@ -42205,13 +42206,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42205
42206
|
});
|
|
42206
42207
|
},
|
|
42207
42208
|
|
|
42208
|
-
/**
|
|
42209
|
-
* closeProcess
|
|
42210
|
-
* @desc:关闭弹窗
|
|
42211
|
-
* @author liufan
|
|
42212
|
-
* @param {boolean} val 当前是否办理流程
|
|
42213
|
-
* @param {String} type 当前点击的弹窗类型
|
|
42214
|
-
* @date 2022年5月25日
|
|
42209
|
+
/**
|
|
42210
|
+
* closeProcess
|
|
42211
|
+
* @desc:关闭弹窗
|
|
42212
|
+
* @author liufan
|
|
42213
|
+
* @param {boolean} val 当前是否办理流程
|
|
42214
|
+
* @param {String} type 当前点击的弹窗类型
|
|
42215
|
+
* @date 2022年5月25日
|
|
42215
42216
|
**/
|
|
42216
42217
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
42217
42218
|
if (closeParent) {
|
|
@@ -42228,23 +42229,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42228
42229
|
}
|
|
42229
42230
|
},
|
|
42230
42231
|
|
|
42231
|
-
/**
|
|
42232
|
-
* selectChange
|
|
42233
|
-
* @desc:常用语选择
|
|
42234
|
-
* @author liufan
|
|
42235
|
-
* @param {String} val 选中值
|
|
42236
|
-
* @date 2022年5月25日
|
|
42232
|
+
/**
|
|
42233
|
+
* selectChange
|
|
42234
|
+
* @desc:常用语选择
|
|
42235
|
+
* @author liufan
|
|
42236
|
+
* @param {String} val 选中值
|
|
42237
|
+
* @date 2022年5月25日
|
|
42237
42238
|
**/
|
|
42238
42239
|
selectChange: function selectChange(val) {
|
|
42239
42240
|
this.value = val;
|
|
42240
42241
|
},
|
|
42241
42242
|
|
|
42242
|
-
/**
|
|
42243
|
-
* upDate
|
|
42244
|
-
* @desc:修改常用语
|
|
42245
|
-
* @author liufan
|
|
42246
|
-
* @param {Object} val 修改值
|
|
42247
|
-
* @date 2022年5月25日
|
|
42243
|
+
/**
|
|
42244
|
+
* upDate
|
|
42245
|
+
* @desc:修改常用语
|
|
42246
|
+
* @author liufan
|
|
42247
|
+
* @param {Object} val 修改值
|
|
42248
|
+
* @date 2022年5月25日
|
|
42248
42249
|
**/
|
|
42249
42250
|
upDate: function upDate(val) {
|
|
42250
42251
|
this.FormData.id = val.id;
|
|
@@ -42252,11 +42253,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42252
42253
|
},
|
|
42253
42254
|
|
|
42254
42255
|
|
|
42255
|
-
/**
|
|
42256
|
-
* getProcess
|
|
42257
|
-
* @desc:获取选择流程
|
|
42258
|
-
* @author liufan
|
|
42259
|
-
* @date 2022年5月25日
|
|
42256
|
+
/**
|
|
42257
|
+
* getProcess
|
|
42258
|
+
* @desc:获取选择流程
|
|
42259
|
+
* @author liufan
|
|
42260
|
+
* @date 2022年5月25日
|
|
42260
42261
|
**/
|
|
42261
42262
|
getProcess: function getProcess() {
|
|
42262
42263
|
var _this25 = this;
|
|
@@ -42310,11 +42311,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42310
42311
|
});
|
|
42311
42312
|
},
|
|
42312
42313
|
|
|
42313
|
-
/**
|
|
42314
|
-
* getPendedhistoryList
|
|
42315
|
-
* @desc:获取流程列表
|
|
42316
|
-
* @author liufan
|
|
42317
|
-
* @date 2022年5月25日
|
|
42314
|
+
/**
|
|
42315
|
+
* getPendedhistoryList
|
|
42316
|
+
* @desc:获取流程列表
|
|
42317
|
+
* @author liufan
|
|
42318
|
+
* @date 2022年5月25日
|
|
42318
42319
|
**/
|
|
42319
42320
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
42320
42321
|
var _this26 = this;
|
|
@@ -42346,12 +42347,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42346
42347
|
},
|
|
42347
42348
|
|
|
42348
42349
|
// 提交流程
|
|
42349
|
-
/**
|
|
42350
|
-
* subProcess
|
|
42351
|
-
* @desc:提交流程
|
|
42352
|
-
* @author liufan
|
|
42353
|
-
* @param {String} formName 当前form表单ref值
|
|
42354
|
-
* @date 2022年5月25日
|
|
42350
|
+
/**
|
|
42351
|
+
* subProcess
|
|
42352
|
+
* @desc:提交流程
|
|
42353
|
+
* @author liufan
|
|
42354
|
+
* @param {String} formName 当前form表单ref值
|
|
42355
|
+
* @date 2022年5月25日
|
|
42355
42356
|
**/
|
|
42356
42357
|
subProcess: function subProcess(val) {
|
|
42357
42358
|
var _this27 = this;
|
|
@@ -42947,8 +42948,8 @@ var supervise_component = normalizeComponent(
|
|
|
42947
42948
|
)
|
|
42948
42949
|
|
|
42949
42950
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
42950
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
42951
|
-
var
|
|
42951
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=1012ba25&
|
|
42952
|
+
var Circulatevue_type_template_id_1012ba25_render = function () {
|
|
42952
42953
|
var _vm = this
|
|
42953
42954
|
var _h = _vm.$createElement
|
|
42954
42955
|
var _c = _vm._self._c || _h
|
|
@@ -43136,11 +43137,11 @@ var Circulatevue_type_template_id_cd78d70e_render = function () {
|
|
|
43136
43137
|
1
|
|
43137
43138
|
)
|
|
43138
43139
|
}
|
|
43139
|
-
var
|
|
43140
|
-
|
|
43140
|
+
var Circulatevue_type_template_id_1012ba25_staticRenderFns = []
|
|
43141
|
+
Circulatevue_type_template_id_1012ba25_render._withStripped = true
|
|
43141
43142
|
|
|
43142
43143
|
|
|
43143
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
43144
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=1012ba25&
|
|
43144
43145
|
|
|
43145
43146
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
|
|
43146
43147
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -43246,7 +43247,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43246
43247
|
disabled: { type: Boolean, default: false },
|
|
43247
43248
|
simpleTips: { type: Boolean, default: true },
|
|
43248
43249
|
showBtn: { type: Boolean, default: true },
|
|
43249
|
-
multiple: { type: Boolean, default: true }
|
|
43250
|
+
multiple: { type: Boolean, default: true },
|
|
43251
|
+
selectorParams: { type: Object, default: function _default() {} }
|
|
43250
43252
|
},
|
|
43251
43253
|
inheritAttrs: false,
|
|
43252
43254
|
data: function data() {
|
|
@@ -43280,11 +43282,20 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43280
43282
|
isHideCurrentOrg: 0,
|
|
43281
43283
|
isOpinionRequired: 0,
|
|
43282
43284
|
otherParams: { filid: 'other' },
|
|
43283
|
-
loading: false
|
|
43285
|
+
loading: false,
|
|
43286
|
+
userModel: {}
|
|
43284
43287
|
};
|
|
43285
43288
|
},
|
|
43286
43289
|
|
|
43287
43290
|
watch: {
|
|
43291
|
+
selectorParams: {
|
|
43292
|
+
handler: function handler(val) {
|
|
43293
|
+
this.params = val;
|
|
43294
|
+
},
|
|
43295
|
+
|
|
43296
|
+
deep: true,
|
|
43297
|
+
immediate: true
|
|
43298
|
+
},
|
|
43288
43299
|
oldOption: {
|
|
43289
43300
|
handler: function handler(val) {
|
|
43290
43301
|
this.opinion = val;
|
|
@@ -43295,6 +43306,11 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43295
43306
|
}
|
|
43296
43307
|
},
|
|
43297
43308
|
mounted: function mounted() {
|
|
43309
|
+
var mainConfig = utils_util["a" /* default */].getStorage('mainConfig');
|
|
43310
|
+
if (mainConfig) {
|
|
43311
|
+
this.userModel = JSON.parse(mainConfig).userModel;
|
|
43312
|
+
this.params.filid = this.userModel.orgId;
|
|
43313
|
+
}
|
|
43298
43314
|
this.loading = true;
|
|
43299
43315
|
this.newMultiple = this.multiple;
|
|
43300
43316
|
this.opinion = this.oldOption;
|
|
@@ -43477,8 +43493,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
43477
43493
|
|
|
43478
43494
|
var Circulate_component = normalizeComponent(
|
|
43479
43495
|
component_Circulatevue_type_script_lang_js_,
|
|
43480
|
-
|
|
43481
|
-
|
|
43496
|
+
Circulatevue_type_template_id_1012ba25_render,
|
|
43497
|
+
Circulatevue_type_template_id_1012ba25_staticRenderFns,
|
|
43482
43498
|
false,
|
|
43483
43499
|
null,
|
|
43484
43500
|
null,
|
|
@@ -44439,6 +44455,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44439
44455
|
//
|
|
44440
44456
|
//
|
|
44441
44457
|
//
|
|
44458
|
+
//
|
|
44459
|
+
//
|
|
44442
44460
|
|
|
44443
44461
|
|
|
44444
44462
|
|
|
@@ -45153,11 +45171,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45153
45171
|
});
|
|
45154
45172
|
},
|
|
45155
45173
|
|
|
45156
|
-
/**
|
|
45157
|
-
* saveInfo
|
|
45158
|
-
* @desc:暂存
|
|
45159
|
-
* @author liufan
|
|
45160
|
-
* @date 2022年9月9日
|
|
45174
|
+
/**
|
|
45175
|
+
* saveInfo
|
|
45176
|
+
* @desc:暂存
|
|
45177
|
+
* @author liufan
|
|
45178
|
+
* @date 2022年9月9日
|
|
45161
45179
|
**/
|
|
45162
45180
|
saveInfo: function saveInfo(type, btn) {
|
|
45163
45181
|
var _this9 = this;
|
|
@@ -45219,11 +45237,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45219
45237
|
});
|
|
45220
45238
|
},
|
|
45221
45239
|
|
|
45222
|
-
/**
|
|
45223
|
-
* rejectBtn
|
|
45224
|
-
* @desc:点击驳回
|
|
45225
|
-
* @author liufan
|
|
45226
|
-
* @date 2022年5月25日
|
|
45240
|
+
/**
|
|
45241
|
+
* rejectBtn
|
|
45242
|
+
* @desc:点击驳回
|
|
45243
|
+
* @author liufan
|
|
45244
|
+
* @date 2022年5月25日
|
|
45227
45245
|
**/
|
|
45228
45246
|
rejectBtn: function rejectBtn() {
|
|
45229
45247
|
var _this11 = this;
|
|
@@ -45241,11 +45259,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45241
45259
|
}
|
|
45242
45260
|
},
|
|
45243
45261
|
|
|
45244
|
-
/**
|
|
45245
|
-
* taskReadBtn
|
|
45246
|
-
* @desc:点击分阅
|
|
45247
|
-
* @author liufan
|
|
45248
|
-
* @date 2022年5月25日
|
|
45262
|
+
/**
|
|
45263
|
+
* taskReadBtn
|
|
45264
|
+
* @desc:点击分阅
|
|
45265
|
+
* @author liufan
|
|
45266
|
+
* @date 2022年5月25日
|
|
45249
45267
|
**/
|
|
45250
45268
|
taskReadBtn: function taskReadBtn() {
|
|
45251
45269
|
var _this12 = this;
|
|
@@ -45264,11 +45282,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45264
45282
|
}
|
|
45265
45283
|
},
|
|
45266
45284
|
|
|
45267
|
-
/**
|
|
45268
|
-
* getFind
|
|
45269
|
-
* @desc:获取通知方式
|
|
45270
|
-
* @author liufan
|
|
45271
|
-
* @date 2022年5月25日
|
|
45285
|
+
/**
|
|
45286
|
+
* getFind
|
|
45287
|
+
* @desc:获取通知方式
|
|
45288
|
+
* @author liufan
|
|
45289
|
+
* @date 2022年5月25日
|
|
45272
45290
|
**/
|
|
45273
45291
|
getFind: function getFind() {
|
|
45274
45292
|
var _this13 = this;
|
|
@@ -45334,12 +45352,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45334
45352
|
});
|
|
45335
45353
|
},
|
|
45336
45354
|
|
|
45337
|
-
/**
|
|
45338
|
-
* endFlows
|
|
45339
|
-
* @desc:直接办结
|
|
45340
|
-
* @author liufan
|
|
45341
|
-
* @param {Object} res 直接办结数据
|
|
45342
|
-
* @date 2022年5月25日
|
|
45355
|
+
/**
|
|
45356
|
+
* endFlows
|
|
45357
|
+
* @desc:直接办结
|
|
45358
|
+
* @author liufan
|
|
45359
|
+
* @param {Object} res 直接办结数据
|
|
45360
|
+
* @date 2022年5月25日
|
|
45343
45361
|
**/
|
|
45344
45362
|
endFlows: function endFlows(res) {
|
|
45345
45363
|
var _this15 = this;
|
|
@@ -45394,12 +45412,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45394
45412
|
}).catch(function (e) {});
|
|
45395
45413
|
},
|
|
45396
45414
|
|
|
45397
|
-
/**
|
|
45398
|
-
* goView
|
|
45399
|
-
* @desc:更多流程按钮操作
|
|
45400
|
-
* @author liufan
|
|
45401
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
45402
|
-
* @date 2022年5月25日
|
|
45415
|
+
/**
|
|
45416
|
+
* goView
|
|
45417
|
+
* @desc:更多流程按钮操作
|
|
45418
|
+
* @author liufan
|
|
45419
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
45420
|
+
* @date 2022年5月25日
|
|
45403
45421
|
**/
|
|
45404
45422
|
goView: function goView(res) {
|
|
45405
45423
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -45484,11 +45502,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45484
45502
|
// isCanStartSubFlow
|
|
45485
45503
|
},
|
|
45486
45504
|
|
|
45487
|
-
/**
|
|
45488
|
-
* toTakeAdvice
|
|
45489
|
-
* @desc:征求意见
|
|
45490
|
-
* @author liufan
|
|
45491
|
-
* @date 2022年9月29日
|
|
45505
|
+
/**
|
|
45506
|
+
* toTakeAdvice
|
|
45507
|
+
* @desc:征求意见
|
|
45508
|
+
* @author liufan
|
|
45509
|
+
* @date 2022年9月29日
|
|
45492
45510
|
**/
|
|
45493
45511
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
45494
45512
|
var _this17 = this;
|
|
@@ -45532,11 +45550,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45532
45550
|
});
|
|
45533
45551
|
},
|
|
45534
45552
|
|
|
45535
|
-
/**
|
|
45536
|
-
* toStartDraf
|
|
45537
|
-
* @desc: 稿件递送、联合审核、复核
|
|
45538
|
-
* @author liufan
|
|
45539
|
-
* @date 2022年9月29日
|
|
45553
|
+
/**
|
|
45554
|
+
* toStartDraf
|
|
45555
|
+
* @desc: 稿件递送、联合审核、复核
|
|
45556
|
+
* @author liufan
|
|
45557
|
+
* @date 2022年9月29日
|
|
45540
45558
|
**/
|
|
45541
45559
|
toStartDraf: function toStartDraf(res) {
|
|
45542
45560
|
var _this19 = this;
|
|
@@ -45550,11 +45568,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45550
45568
|
}
|
|
45551
45569
|
},
|
|
45552
45570
|
|
|
45553
|
-
/**
|
|
45554
|
-
* toSendMsg
|
|
45555
|
-
* @desc:核稿通知
|
|
45556
|
-
* @author liufan
|
|
45557
|
-
* @date 2022年9月29日
|
|
45571
|
+
/**
|
|
45572
|
+
* toSendMsg
|
|
45573
|
+
* @desc:核稿通知
|
|
45574
|
+
* @author liufan
|
|
45575
|
+
* @date 2022年9月29日
|
|
45558
45576
|
**/
|
|
45559
45577
|
toSendMsg: function toSendMsg(res) {
|
|
45560
45578
|
var _this20 = this;
|
|
@@ -45568,11 +45586,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45568
45586
|
}
|
|
45569
45587
|
},
|
|
45570
45588
|
|
|
45571
|
-
/**
|
|
45572
|
-
* toTaskReadAndEnd
|
|
45573
|
-
* @desc:分阅并办结
|
|
45574
|
-
* @author liufan
|
|
45575
|
-
* @date 2022年9月29日
|
|
45589
|
+
/**
|
|
45590
|
+
* toTaskReadAndEnd
|
|
45591
|
+
* @desc:分阅并办结
|
|
45592
|
+
* @author liufan
|
|
45593
|
+
* @date 2022年9月29日
|
|
45576
45594
|
**/
|
|
45577
45595
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
45578
45596
|
var _this21 = this;
|
|
@@ -45590,11 +45608,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45590
45608
|
}
|
|
45591
45609
|
},
|
|
45592
45610
|
|
|
45593
|
-
/**
|
|
45594
|
-
* rejectAndEnd
|
|
45595
|
-
* @desc:驳回并办结
|
|
45596
|
-
* @author liufan
|
|
45597
|
-
* @date 2022年9月29日
|
|
45611
|
+
/**
|
|
45612
|
+
* rejectAndEnd
|
|
45613
|
+
* @desc:驳回并办结
|
|
45614
|
+
* @author liufan
|
|
45615
|
+
* @date 2022年9月29日
|
|
45598
45616
|
**/
|
|
45599
45617
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
45600
45618
|
var _this22 = this;
|
|
@@ -45650,11 +45668,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45650
45668
|
});
|
|
45651
45669
|
},
|
|
45652
45670
|
|
|
45653
|
-
/**
|
|
45654
|
-
* toTransfer
|
|
45655
|
-
* @desc:转办
|
|
45656
|
-
* @author liufan
|
|
45657
|
-
* @date 2022年9月29日
|
|
45671
|
+
/**
|
|
45672
|
+
* toTransfer
|
|
45673
|
+
* @desc:转办
|
|
45674
|
+
* @author liufan
|
|
45675
|
+
* @date 2022年9月29日
|
|
45658
45676
|
**/
|
|
45659
45677
|
toTransfer: function toTransfer(res) {
|
|
45660
45678
|
var _this24 = this;
|
|
@@ -45670,11 +45688,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45670
45688
|
}
|
|
45671
45689
|
},
|
|
45672
45690
|
|
|
45673
|
-
/**
|
|
45674
|
-
* getNodeInfo
|
|
45675
|
-
* @desc:获取节点信息
|
|
45676
|
-
* @author liufan
|
|
45677
|
-
* @date 2022年5月25日
|
|
45691
|
+
/**
|
|
45692
|
+
* getNodeInfo
|
|
45693
|
+
* @desc:获取节点信息
|
|
45694
|
+
* @author liufan
|
|
45695
|
+
* @date 2022年5月25日
|
|
45678
45696
|
**/
|
|
45679
45697
|
getNodeInfo: function getNodeInfo() {
|
|
45680
45698
|
var _this25 = this;
|
|
@@ -45777,12 +45795,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45777
45795
|
});
|
|
45778
45796
|
},
|
|
45779
45797
|
|
|
45780
|
-
/**
|
|
45781
|
-
* selecNext
|
|
45782
|
-
* @desc:下步节点变化时更新数据
|
|
45783
|
-
* @author liufan
|
|
45784
|
-
* @param {String} val 当前选中值
|
|
45785
|
-
* @date 2022年5月25日
|
|
45798
|
+
/**
|
|
45799
|
+
* selecNext
|
|
45800
|
+
* @desc:下步节点变化时更新数据
|
|
45801
|
+
* @author liufan
|
|
45802
|
+
* @param {String} val 当前选中值
|
|
45803
|
+
* @date 2022年5月25日
|
|
45786
45804
|
**/
|
|
45787
45805
|
selecNext: function selecNext(val, type, isDef) {
|
|
45788
45806
|
var _this26 = this;
|
|
@@ -45892,11 +45910,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45892
45910
|
this.getNodeInfo();
|
|
45893
45911
|
},
|
|
45894
45912
|
|
|
45895
|
-
/**
|
|
45896
|
-
* isMultiple
|
|
45897
|
-
* @desc:是否多选
|
|
45898
|
-
* @author liufan
|
|
45899
|
-
* @date 2022年9月13日
|
|
45913
|
+
/**
|
|
45914
|
+
* isMultiple
|
|
45915
|
+
* @desc:是否多选
|
|
45916
|
+
* @author liufan
|
|
45917
|
+
* @date 2022年9月13日
|
|
45900
45918
|
**/
|
|
45901
45919
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
45902
45920
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -45928,11 +45946,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
45928
45946
|
}
|
|
45929
45947
|
},
|
|
45930
45948
|
|
|
45931
|
-
/**
|
|
45932
|
-
* getHedInfo
|
|
45933
|
-
* @desc:获取审核页面数据
|
|
45934
|
-
* @author liufan
|
|
45935
|
-
* @date 2022年5月25日
|
|
45949
|
+
/**
|
|
45950
|
+
* getHedInfo
|
|
45951
|
+
* @desc:获取审核页面数据
|
|
45952
|
+
* @author liufan
|
|
45953
|
+
* @date 2022年5月25日
|
|
45936
45954
|
**/
|
|
45937
45955
|
getHedInfo: function getHedInfo() {
|
|
45938
45956
|
var _this27 = this;
|
|
@@ -46178,13 +46196,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46178
46196
|
});
|
|
46179
46197
|
},
|
|
46180
46198
|
|
|
46181
|
-
/**
|
|
46182
|
-
* closeProcess
|
|
46183
|
-
* @desc:关闭弹窗
|
|
46184
|
-
* @author liufan
|
|
46185
|
-
* @param {boolean} val 当前是否办理流程
|
|
46186
|
-
* @param {String} type 当前点击的弹窗类型
|
|
46187
|
-
* @date 2022年5月25日
|
|
46199
|
+
/**
|
|
46200
|
+
* closeProcess
|
|
46201
|
+
* @desc:关闭弹窗
|
|
46202
|
+
* @author liufan
|
|
46203
|
+
* @param {boolean} val 当前是否办理流程
|
|
46204
|
+
* @param {String} type 当前点击的弹窗类型
|
|
46205
|
+
* @date 2022年5月25日
|
|
46188
46206
|
**/
|
|
46189
46207
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
46190
46208
|
if (closeParent) {
|
|
@@ -46202,23 +46220,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46202
46220
|
}
|
|
46203
46221
|
},
|
|
46204
46222
|
|
|
46205
|
-
/**
|
|
46206
|
-
* selectChange
|
|
46207
|
-
* @desc:常用语选择
|
|
46208
|
-
* @author liufan
|
|
46209
|
-
* @param {String} val 选中值
|
|
46210
|
-
* @date 2022年5月25日
|
|
46223
|
+
/**
|
|
46224
|
+
* selectChange
|
|
46225
|
+
* @desc:常用语选择
|
|
46226
|
+
* @author liufan
|
|
46227
|
+
* @param {String} val 选中值
|
|
46228
|
+
* @date 2022年5月25日
|
|
46211
46229
|
**/
|
|
46212
46230
|
selectChange: function selectChange(val) {
|
|
46213
46231
|
this.value = val;
|
|
46214
46232
|
},
|
|
46215
46233
|
|
|
46216
|
-
/**
|
|
46217
|
-
* upDate
|
|
46218
|
-
* @desc:修改常用语
|
|
46219
|
-
* @author liufan
|
|
46220
|
-
* @param {Object} val 修改值
|
|
46221
|
-
* @date 2022年5月25日
|
|
46234
|
+
/**
|
|
46235
|
+
* upDate
|
|
46236
|
+
* @desc:修改常用语
|
|
46237
|
+
* @author liufan
|
|
46238
|
+
* @param {Object} val 修改值
|
|
46239
|
+
* @date 2022年5月25日
|
|
46222
46240
|
**/
|
|
46223
46241
|
upDate: function upDate(val) {
|
|
46224
46242
|
this.FormData.id = val.id;
|
|
@@ -46226,11 +46244,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46226
46244
|
},
|
|
46227
46245
|
|
|
46228
46246
|
|
|
46229
|
-
/**
|
|
46230
|
-
* getProcess
|
|
46231
|
-
* @desc:获取选择流程
|
|
46232
|
-
* @author liufan
|
|
46233
|
-
* @date 2022年5月25日
|
|
46247
|
+
/**
|
|
46248
|
+
* getProcess
|
|
46249
|
+
* @desc:获取选择流程
|
|
46250
|
+
* @author liufan
|
|
46251
|
+
* @date 2022年5月25日
|
|
46234
46252
|
**/
|
|
46235
46253
|
getProcess: function getProcess(val) {
|
|
46236
46254
|
var _this28 = this;
|
|
@@ -46285,11 +46303,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46285
46303
|
});
|
|
46286
46304
|
},
|
|
46287
46305
|
|
|
46288
|
-
/**
|
|
46289
|
-
* getPendedhistoryList
|
|
46290
|
-
* @desc:获取流程列表
|
|
46291
|
-
* @author liufan
|
|
46292
|
-
* @date 2022年5月25日
|
|
46306
|
+
/**
|
|
46307
|
+
* getPendedhistoryList
|
|
46308
|
+
* @desc:获取流程列表
|
|
46309
|
+
* @author liufan
|
|
46310
|
+
* @date 2022年5月25日
|
|
46293
46311
|
**/
|
|
46294
46312
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
46295
46313
|
var _this29 = this;
|
|
@@ -46357,12 +46375,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46357
46375
|
},
|
|
46358
46376
|
|
|
46359
46377
|
// 提交流程
|
|
46360
|
-
/**
|
|
46361
|
-
* subProcess
|
|
46362
|
-
* @desc:提交流程
|
|
46363
|
-
* @author liufan
|
|
46364
|
-
* @param {String} formName 当前form表单ref值
|
|
46365
|
-
* @date 2022年5月25日
|
|
46378
|
+
/**
|
|
46379
|
+
* subProcess
|
|
46380
|
+
* @desc:提交流程
|
|
46381
|
+
* @author liufan
|
|
46382
|
+
* @param {String} formName 当前form表单ref值
|
|
46383
|
+
* @date 2022年5月25日
|
|
46366
46384
|
**/
|
|
46367
46385
|
subProcess: function subProcess(val, type) {
|
|
46368
46386
|
var _this31 = this;
|
|
@@ -46682,8 +46700,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
46682
46700
|
|
|
46683
46701
|
var flow_src_main_component = normalizeComponent(
|
|
46684
46702
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
46685
|
-
|
|
46686
|
-
|
|
46703
|
+
mainvue_type_template_id_fe0ac130_render,
|
|
46704
|
+
mainvue_type_template_id_fe0ac130_staticRenderFns,
|
|
46687
46705
|
false,
|
|
46688
46706
|
null,
|
|
46689
46707
|
null,
|
|
@@ -50073,12 +50091,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50073
50091
|
}
|
|
50074
50092
|
},
|
|
50075
50093
|
|
|
50076
|
-
/**
|
|
50077
|
-
* handleFormSubmit
|
|
50078
|
-
* @desc:删除节点点击事件
|
|
50079
|
-
* @param {Object} formData 点击删除的form数据
|
|
50080
|
-
* @author liufan
|
|
50081
|
-
* @date 2022年11月29日
|
|
50094
|
+
/**
|
|
50095
|
+
* handleFormSubmit
|
|
50096
|
+
* @desc:删除节点点击事件
|
|
50097
|
+
* @param {Object} formData 点击删除的form数据
|
|
50098
|
+
* @author liufan
|
|
50099
|
+
* @date 2022年11月29日
|
|
50082
50100
|
**/
|
|
50083
50101
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
50084
50102
|
var _this10 = this;
|
|
@@ -50109,48 +50127,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50109
50127
|
});
|
|
50110
50128
|
},
|
|
50111
50129
|
|
|
50112
|
-
/**
|
|
50113
|
-
* del
|
|
50114
|
-
* @desc:展示删除弹窗
|
|
50115
|
-
* @param {String} id 当前点击数据id
|
|
50116
|
-
* @author liufan
|
|
50117
|
-
* @date 2022年11月29日
|
|
50130
|
+
/**
|
|
50131
|
+
* del
|
|
50132
|
+
* @desc:展示删除弹窗
|
|
50133
|
+
* @param {String} id 当前点击数据id
|
|
50134
|
+
* @author liufan
|
|
50135
|
+
* @date 2022年11月29日
|
|
50118
50136
|
**/
|
|
50119
50137
|
del: function del(id) {
|
|
50120
50138
|
this.historyId = id;
|
|
50121
50139
|
this.showDel = true;
|
|
50122
50140
|
},
|
|
50123
50141
|
|
|
50124
|
-
/**
|
|
50125
|
-
* handleCurrentChange
|
|
50126
|
-
* @desc:监听页码变化
|
|
50127
|
-
* @param {String} val 当前页
|
|
50128
|
-
* @author liufan
|
|
50129
|
-
* @date 2022年11月29日
|
|
50142
|
+
/**
|
|
50143
|
+
* handleCurrentChange
|
|
50144
|
+
* @desc:监听页码变化
|
|
50145
|
+
* @param {String} val 当前页
|
|
50146
|
+
* @author liufan
|
|
50147
|
+
* @date 2022年11月29日
|
|
50130
50148
|
**/
|
|
50131
50149
|
handleCurrentChange: function handleCurrentChange(val) {
|
|
50132
50150
|
this.currentPage = val;
|
|
50133
50151
|
this.getPressList();
|
|
50134
50152
|
},
|
|
50135
50153
|
|
|
50136
|
-
/**
|
|
50137
|
-
* handleSizeChange
|
|
50138
|
-
* @desc:监听每页数据显示数量变化
|
|
50139
|
-
* @param {String} val 每页展示数量
|
|
50140
|
-
* @author liufan
|
|
50141
|
-
* @date 2022年11月29日
|
|
50154
|
+
/**
|
|
50155
|
+
* handleSizeChange
|
|
50156
|
+
* @desc:监听每页数据显示数量变化
|
|
50157
|
+
* @param {String} val 每页展示数量
|
|
50158
|
+
* @author liufan
|
|
50159
|
+
* @date 2022年11月29日
|
|
50142
50160
|
**/
|
|
50143
50161
|
handleSizeChange: function handleSizeChange(val) {
|
|
50144
50162
|
this.pageSize = val;
|
|
50145
50163
|
this.getPressList();
|
|
50146
50164
|
},
|
|
50147
50165
|
|
|
50148
|
-
/**
|
|
50149
|
-
* sortChange
|
|
50150
|
-
* @desc:监听排序变化
|
|
50151
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
50152
|
-
* @author liufan
|
|
50153
|
-
* @date 2022年11月29日
|
|
50166
|
+
/**
|
|
50167
|
+
* sortChange
|
|
50168
|
+
* @desc:监听排序变化
|
|
50169
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
50170
|
+
* @author liufan
|
|
50171
|
+
* @date 2022年11月29日
|
|
50154
50172
|
**/
|
|
50155
50173
|
sortChange: function sortChange(info) {
|
|
50156
50174
|
var prop = info.prop,
|
|
@@ -50161,11 +50179,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50161
50179
|
this.getPressList();
|
|
50162
50180
|
},
|
|
50163
50181
|
|
|
50164
|
-
/**
|
|
50165
|
-
* getPressList
|
|
50166
|
-
* @desc:催办列表数据
|
|
50167
|
-
* @author liufan
|
|
50168
|
-
* @date 2022年11月29日
|
|
50182
|
+
/**
|
|
50183
|
+
* getPressList
|
|
50184
|
+
* @desc:催办列表数据
|
|
50185
|
+
* @author liufan
|
|
50186
|
+
* @date 2022年11月29日
|
|
50169
50187
|
**/
|
|
50170
50188
|
getPressList: function getPressList() {
|
|
50171
50189
|
var _this11 = this;
|
|
@@ -50195,12 +50213,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50195
50213
|
});
|
|
50196
50214
|
},
|
|
50197
50215
|
|
|
50198
|
-
/**
|
|
50199
|
-
* goPress
|
|
50200
|
-
* @desc:催办列表查看
|
|
50201
|
-
* @param {String} id 催办列表id
|
|
50202
|
-
* @author liufan
|
|
50203
|
-
* @date 2022年11月29日
|
|
50216
|
+
/**
|
|
50217
|
+
* goPress
|
|
50218
|
+
* @desc:催办列表查看
|
|
50219
|
+
* @param {String} id 催办列表id
|
|
50220
|
+
* @author liufan
|
|
50221
|
+
* @date 2022年11月29日
|
|
50204
50222
|
**/
|
|
50205
50223
|
goPress: function goPress(id) {
|
|
50206
50224
|
this.historyId = id;
|
|
@@ -50208,23 +50226,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50208
50226
|
this.getPressList();
|
|
50209
50227
|
},
|
|
50210
50228
|
|
|
50211
|
-
/**
|
|
50212
|
-
* showFile
|
|
50213
|
-
* @desc:附件查看
|
|
50214
|
-
* @param {String} ownId 附件id
|
|
50215
|
-
* @author liufan
|
|
50216
|
-
* @date 2022年11月29日
|
|
50229
|
+
/**
|
|
50230
|
+
* showFile
|
|
50231
|
+
* @desc:附件查看
|
|
50232
|
+
* @param {String} ownId 附件id
|
|
50233
|
+
* @author liufan
|
|
50234
|
+
* @date 2022年11月29日
|
|
50217
50235
|
**/
|
|
50218
50236
|
showFile: function showFile(ownId) {
|
|
50219
50237
|
this.wfpendingid = ownId;
|
|
50220
50238
|
this.showFileList = true;
|
|
50221
50239
|
},
|
|
50222
50240
|
|
|
50223
|
-
/**
|
|
50224
|
-
* handleChange
|
|
50225
|
-
* @desc:切换排序方式
|
|
50226
|
-
* @author liufan
|
|
50227
|
-
* @date 2022年11月22日
|
|
50241
|
+
/**
|
|
50242
|
+
* handleChange
|
|
50243
|
+
* @desc:切换排序方式
|
|
50244
|
+
* @author liufan
|
|
50245
|
+
* @date 2022年11月22日
|
|
50228
50246
|
**/
|
|
50229
50247
|
handleChange: function handleChange(key, value) {
|
|
50230
50248
|
if (value) {
|
|
@@ -50273,11 +50291,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50273
50291
|
}))();
|
|
50274
50292
|
},
|
|
50275
50293
|
|
|
50276
|
-
/**
|
|
50277
|
-
* getFlowList
|
|
50278
|
-
* @desc:获取流程列表
|
|
50279
|
-
* @author liufan
|
|
50280
|
-
* @date 2022年11月22日
|
|
50294
|
+
/**
|
|
50295
|
+
* getFlowList
|
|
50296
|
+
* @desc:获取流程列表
|
|
50297
|
+
* @author liufan
|
|
50298
|
+
* @date 2022年11月22日
|
|
50281
50299
|
**/
|
|
50282
50300
|
getFlowList: function getFlowList() {
|
|
50283
50301
|
var _this13 = this;
|
|
@@ -50353,12 +50371,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50353
50371
|
});
|
|
50354
50372
|
},
|
|
50355
50373
|
|
|
50356
|
-
/**
|
|
50357
|
-
* handleClick
|
|
50358
|
-
* @desc:表单点击事件
|
|
50359
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
50360
|
-
* @author liufan
|
|
50361
|
-
* @date 2022年11月10日
|
|
50374
|
+
/**
|
|
50375
|
+
* handleClick
|
|
50376
|
+
* @desc:表单点击事件
|
|
50377
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
50378
|
+
* @author liufan
|
|
50379
|
+
* @date 2022年11月10日
|
|
50362
50380
|
**/
|
|
50363
50381
|
handleClick: function handleClick(val) {
|
|
50364
50382
|
var _this14 = this;
|
|
@@ -50404,13 +50422,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50404
50422
|
}
|
|
50405
50423
|
},
|
|
50406
50424
|
|
|
50407
|
-
/**
|
|
50408
|
-
* getCodeValue
|
|
50409
|
-
* @desc:获取代码表过滤后的值
|
|
50410
|
-
* @param {String} value 展示数据的代码值
|
|
50411
|
-
* @param {String} type 代码表类型
|
|
50412
|
-
* @author liufan
|
|
50413
|
-
* @date 2022年11月10日
|
|
50425
|
+
/**
|
|
50426
|
+
* getCodeValue
|
|
50427
|
+
* @desc:获取代码表过滤后的值
|
|
50428
|
+
* @param {String} value 展示数据的代码值
|
|
50429
|
+
* @param {String} type 代码表类型
|
|
50430
|
+
* @author liufan
|
|
50431
|
+
* @date 2022年11月10日
|
|
50414
50432
|
**/
|
|
50415
50433
|
getCodeValue: function getCodeValue(value, type) {
|
|
50416
50434
|
var val = this[type].filter(function (item) {
|
|
@@ -50419,12 +50437,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50419
50437
|
return val[0].shortName;
|
|
50420
50438
|
},
|
|
50421
50439
|
|
|
50422
|
-
/**
|
|
50423
|
-
* getSysInfo
|
|
50424
|
-
* @desc:获取代码表
|
|
50425
|
-
* @param {String} code 编码code值
|
|
50426
|
-
* @author liufan
|
|
50427
|
-
* @date 2022年11月10日
|
|
50440
|
+
/**
|
|
50441
|
+
* getSysInfo
|
|
50442
|
+
* @desc:获取代码表
|
|
50443
|
+
* @param {String} code 编码code值
|
|
50444
|
+
* @author liufan
|
|
50445
|
+
* @date 2022年11月10日
|
|
50428
50446
|
**/
|
|
50429
50447
|
getSysInfo: function getSysInfo(code) {
|
|
50430
50448
|
var _this15 = this;
|
|
@@ -50446,11 +50464,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
50446
50464
|
}).catch(function (e) {});
|
|
50447
50465
|
},
|
|
50448
50466
|
|
|
50449
|
-
/**
|
|
50450
|
-
* getListInfo
|
|
50451
|
-
* @desc:获取预设列表数据
|
|
50452
|
-
* @author liufan
|
|
50453
|
-
* @date 2022年11月10日
|
|
50467
|
+
/**
|
|
50468
|
+
* getListInfo
|
|
50469
|
+
* @desc:获取预设列表数据
|
|
50470
|
+
* @author liufan
|
|
50471
|
+
* @date 2022年11月10日
|
|
50454
50472
|
**/
|
|
50455
50473
|
getListInfo: function getListInfo() {
|
|
50456
50474
|
var _this16 = this;
|
|
@@ -59651,10 +59669,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
|
|
|
59651
59669
|
this.$emit('click', res);
|
|
59652
59670
|
},
|
|
59653
59671
|
|
|
59654
|
-
/**
|
|
59655
|
-
* @desc:获取气泡提醒
|
|
59656
|
-
* @author huangbo
|
|
59657
|
-
* @date 2024年9月7日
|
|
59672
|
+
/**
|
|
59673
|
+
* @desc:获取气泡提醒
|
|
59674
|
+
* @author huangbo
|
|
59675
|
+
* @date 2024年9月7日
|
|
59658
59676
|
**/
|
|
59659
59677
|
getBadge: function getBadge(res) {
|
|
59660
59678
|
var num = res.tips || 0;
|
|
@@ -63677,10 +63695,10 @@ var events = [function (tabs, index, that) {
|
|
|
63677
63695
|
},
|
|
63678
63696
|
|
|
63679
63697
|
methods: {
|
|
63680
|
-
/**
|
|
63681
|
-
* @desc:匹配路由
|
|
63682
|
-
* @author huangbo
|
|
63683
|
-
* @date 2024年9月7日
|
|
63698
|
+
/**
|
|
63699
|
+
* @desc:匹配路由
|
|
63700
|
+
* @author huangbo
|
|
63701
|
+
* @date 2024年9月7日
|
|
63684
63702
|
**/
|
|
63685
63703
|
hasRouter: function hasRouter(res, url, code) {
|
|
63686
63704
|
if (!url) {
|
|
@@ -63724,10 +63742,10 @@ var events = [function (tabs, index, that) {
|
|
|
63724
63742
|
return false;
|
|
63725
63743
|
},
|
|
63726
63744
|
|
|
63727
|
-
/**
|
|
63728
|
-
* @desc:获取初始数据
|
|
63729
|
-
* @author huangbo
|
|
63730
|
-
* @date 2024年9月7日
|
|
63745
|
+
/**
|
|
63746
|
+
* @desc:获取初始数据
|
|
63747
|
+
* @author huangbo
|
|
63748
|
+
* @date 2024年9月7日
|
|
63731
63749
|
**/
|
|
63732
63750
|
init: function init(results, first) {
|
|
63733
63751
|
this.setConfig(results);
|
|
@@ -63736,10 +63754,10 @@ var events = [function (tabs, index, that) {
|
|
|
63736
63754
|
}
|
|
63737
63755
|
},
|
|
63738
63756
|
|
|
63739
|
-
/**
|
|
63740
|
-
* @desc:设置用户配置及信息
|
|
63741
|
-
* @author huangbo
|
|
63742
|
-
* @date 2024年9月7日
|
|
63757
|
+
/**
|
|
63758
|
+
* @desc:设置用户配置及信息
|
|
63759
|
+
* @author huangbo
|
|
63760
|
+
* @date 2024年9月7日
|
|
63743
63761
|
**/
|
|
63744
63762
|
setConfig: function setConfig(results) {
|
|
63745
63763
|
localStorage.setItem('mainConfig', JSON.stringify(results));
|
|
@@ -63870,10 +63888,10 @@ var events = [function (tabs, index, that) {
|
|
|
63870
63888
|
}
|
|
63871
63889
|
},
|
|
63872
63890
|
|
|
63873
|
-
/**
|
|
63874
|
-
* @desc:获取所有应用
|
|
63875
|
-
* @author huangbo
|
|
63876
|
-
* @date 2024年9月7日
|
|
63891
|
+
/**
|
|
63892
|
+
* @desc:获取所有应用
|
|
63893
|
+
* @author huangbo
|
|
63894
|
+
* @date 2024年9月7日
|
|
63877
63895
|
**/
|
|
63878
63896
|
getApplications: function getApplications() {
|
|
63879
63897
|
var _this = this;
|
|
@@ -63921,10 +63939,10 @@ var events = [function (tabs, index, that) {
|
|
|
63921
63939
|
});
|
|
63922
63940
|
},
|
|
63923
63941
|
|
|
63924
|
-
/**
|
|
63925
|
-
* @desc:获取菜单列表
|
|
63926
|
-
* @author huangbo
|
|
63927
|
-
* @date 2024年9月7日
|
|
63942
|
+
/**
|
|
63943
|
+
* @desc:获取菜单列表
|
|
63944
|
+
* @author huangbo
|
|
63945
|
+
* @date 2024年9月7日
|
|
63928
63946
|
**/
|
|
63929
63947
|
getMenus: function getMenus(loading) {
|
|
63930
63948
|
var _this2 = this;
|
|
@@ -63957,10 +63975,10 @@ var events = [function (tabs, index, that) {
|
|
|
63957
63975
|
});
|
|
63958
63976
|
},
|
|
63959
63977
|
|
|
63960
|
-
/**
|
|
63961
|
-
* @desc:处理菜单列表
|
|
63962
|
-
* @author huangbo
|
|
63963
|
-
* @date 2024年9月7日
|
|
63978
|
+
/**
|
|
63979
|
+
* @desc:处理菜单列表
|
|
63980
|
+
* @author huangbo
|
|
63981
|
+
* @date 2024年9月7日
|
|
63964
63982
|
**/
|
|
63965
63983
|
renderMenus: function renderMenus(res) {
|
|
63966
63984
|
this.menus = res;
|
|
@@ -64050,10 +64068,10 @@ var events = [function (tabs, index, that) {
|
|
|
64050
64068
|
}
|
|
64051
64069
|
},
|
|
64052
64070
|
|
|
64053
|
-
/**
|
|
64054
|
-
* @desc:设置页面加载类型
|
|
64055
|
-
* @author huangbo
|
|
64056
|
-
* @date 2024年9月7日
|
|
64071
|
+
/**
|
|
64072
|
+
* @desc:设置页面加载类型
|
|
64073
|
+
* @author huangbo
|
|
64074
|
+
* @date 2024年9月7日
|
|
64057
64075
|
**/
|
|
64058
64076
|
setIframeType: function setIframeType(res) {
|
|
64059
64077
|
var url = res.url;
|
|
@@ -64109,10 +64127,10 @@ var events = [function (tabs, index, that) {
|
|
|
64109
64127
|
return res;
|
|
64110
64128
|
},
|
|
64111
64129
|
|
|
64112
|
-
/**
|
|
64113
|
-
* @desc:获取菜单
|
|
64114
|
-
* @author huangbo
|
|
64115
|
-
* @date 2024年9月7日
|
|
64130
|
+
/**
|
|
64131
|
+
* @desc:获取菜单
|
|
64132
|
+
* @author huangbo
|
|
64133
|
+
* @date 2024年9月7日
|
|
64116
64134
|
**/
|
|
64117
64135
|
getMenu: function getMenu(menus, res, key) {
|
|
64118
64136
|
if (Array.isArray(menus)) {
|
|
@@ -64141,10 +64159,10 @@ var events = [function (tabs, index, that) {
|
|
|
64141
64159
|
return false;
|
|
64142
64160
|
},
|
|
64143
64161
|
|
|
64144
|
-
/**
|
|
64145
|
-
* @desc:获取菜单第一条数据
|
|
64146
|
-
* @author huangbo
|
|
64147
|
-
* @date 2024年9月7日
|
|
64162
|
+
/**
|
|
64163
|
+
* @desc:获取菜单第一条数据
|
|
64164
|
+
* @author huangbo
|
|
64165
|
+
* @date 2024年9月7日
|
|
64148
64166
|
**/
|
|
64149
64167
|
getFirst: function getFirst(obj) {
|
|
64150
64168
|
if (!obj) {
|
|
@@ -64163,10 +64181,10 @@ var events = [function (tabs, index, that) {
|
|
|
64163
64181
|
}
|
|
64164
64182
|
},
|
|
64165
64183
|
|
|
64166
|
-
/**
|
|
64167
|
-
* @desc:遍历设置菜单气泡提醒
|
|
64168
|
-
* @author huangbo
|
|
64169
|
-
* @date 2024年9月7日
|
|
64184
|
+
/**
|
|
64185
|
+
* @desc:遍历设置菜单气泡提醒
|
|
64186
|
+
* @author huangbo
|
|
64187
|
+
* @date 2024年9月7日
|
|
64170
64188
|
**/
|
|
64171
64189
|
setTips: function setTips(obj) {
|
|
64172
64190
|
var _this3 = this;
|
|
@@ -64229,10 +64247,10 @@ var events = [function (tabs, index, that) {
|
|
|
64229
64247
|
}
|
|
64230
64248
|
},
|
|
64231
64249
|
|
|
64232
|
-
/**
|
|
64233
|
-
* @desc:获取气泡提醒
|
|
64234
|
-
* @author huangbo
|
|
64235
|
-
* @date 2024年9月7日
|
|
64250
|
+
/**
|
|
64251
|
+
* @desc:获取气泡提醒
|
|
64252
|
+
* @author huangbo
|
|
64253
|
+
* @date 2024年9月7日
|
|
64236
64254
|
**/
|
|
64237
64255
|
getBadge: function getBadge(res) {
|
|
64238
64256
|
var num = res.tips || 0;
|
|
@@ -64246,10 +64264,10 @@ var events = [function (tabs, index, that) {
|
|
|
64246
64264
|
};
|
|
64247
64265
|
},
|
|
64248
64266
|
|
|
64249
|
-
/**
|
|
64250
|
-
* @desc:开启weosocket
|
|
64251
|
-
* @author huangbo
|
|
64252
|
-
* @date 2024年9月7日
|
|
64267
|
+
/**
|
|
64268
|
+
* @desc:开启weosocket
|
|
64269
|
+
* @author huangbo
|
|
64270
|
+
* @date 2024年9月7日
|
|
64253
64271
|
**/
|
|
64254
64272
|
initWebSocket: function initWebSocket() {
|
|
64255
64273
|
var _this5 = this;
|
|
@@ -64297,10 +64315,10 @@ var events = [function (tabs, index, that) {
|
|
|
64297
64315
|
});
|
|
64298
64316
|
},
|
|
64299
64317
|
|
|
64300
|
-
/**
|
|
64301
|
-
* @desc:显示用户信息
|
|
64302
|
-
* @author huangbo
|
|
64303
|
-
* @date 2024年9月7日
|
|
64318
|
+
/**
|
|
64319
|
+
* @desc:显示用户信息
|
|
64320
|
+
* @author huangbo
|
|
64321
|
+
* @date 2024年9月7日
|
|
64304
64322
|
**/
|
|
64305
64323
|
showUserInfo: function showUserInfo() {
|
|
64306
64324
|
if (this.showUser === false) {
|
|
@@ -64308,19 +64326,19 @@ var events = [function (tabs, index, that) {
|
|
|
64308
64326
|
}
|
|
64309
64327
|
},
|
|
64310
64328
|
|
|
64311
|
-
/**
|
|
64312
|
-
* @desc:删除更多应用菜单点击
|
|
64313
|
-
* @author huangbo
|
|
64314
|
-
* @date 2024年9月7日
|
|
64329
|
+
/**
|
|
64330
|
+
* @desc:删除更多应用菜单点击
|
|
64331
|
+
* @author huangbo
|
|
64332
|
+
* @date 2024年9月7日
|
|
64315
64333
|
**/
|
|
64316
64334
|
handleDelete: function handleDelete(index) {
|
|
64317
64335
|
this.newApps.splice(index, 1);
|
|
64318
64336
|
},
|
|
64319
64337
|
|
|
64320
|
-
/**
|
|
64321
|
-
* @desc:储存更多应用菜单点击
|
|
64322
|
-
* @author huangbo
|
|
64323
|
-
* @date 2024年9月7日
|
|
64338
|
+
/**
|
|
64339
|
+
* @desc:储存更多应用菜单点击
|
|
64340
|
+
* @author huangbo
|
|
64341
|
+
* @date 2024年9月7日
|
|
64324
64342
|
**/
|
|
64325
64343
|
handlerClickApps: function handlerClickApps(res) {
|
|
64326
64344
|
if (res.permission === false) {
|
|
@@ -64333,10 +64351,10 @@ var events = [function (tabs, index, that) {
|
|
|
64333
64351
|
this.handlerClickApp(res);
|
|
64334
64352
|
},
|
|
64335
64353
|
|
|
64336
|
-
/**
|
|
64337
|
-
* @desc:侧边应用菜单点击
|
|
64338
|
-
* @author huangbo
|
|
64339
|
-
* @date 2024年9月7日
|
|
64354
|
+
/**
|
|
64355
|
+
* @desc:侧边应用菜单点击
|
|
64356
|
+
* @author huangbo
|
|
64357
|
+
* @date 2024年9月7日
|
|
64340
64358
|
**/
|
|
64341
64359
|
handlerClickApp: function handlerClickApp(res) {
|
|
64342
64360
|
this.showMsg = false;
|
|
@@ -64423,10 +64441,10 @@ var events = [function (tabs, index, that) {
|
|
|
64423
64441
|
}
|
|
64424
64442
|
},
|
|
64425
64443
|
|
|
64426
|
-
/**
|
|
64427
|
-
* @desc:显示Drawer界面
|
|
64428
|
-
* @author huangbo
|
|
64429
|
-
* @date 2024年9月7日
|
|
64444
|
+
/**
|
|
64445
|
+
* @desc:显示Drawer界面
|
|
64446
|
+
* @author huangbo
|
|
64447
|
+
* @date 2024年9月7日
|
|
64430
64448
|
**/
|
|
64431
64449
|
handlerSetDrawer: function handlerSetDrawer(res, type) {
|
|
64432
64450
|
var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
|
|
@@ -64446,19 +64464,19 @@ var events = [function (tabs, index, that) {
|
|
|
64446
64464
|
}
|
|
64447
64465
|
},
|
|
64448
64466
|
|
|
64449
|
-
/**
|
|
64450
|
-
* @desc:关闭Drawer界面
|
|
64451
|
-
* @author huangbo
|
|
64452
|
-
* @date 2024年9月7日
|
|
64467
|
+
/**
|
|
64468
|
+
* @desc:关闭Drawer界面
|
|
64469
|
+
* @author huangbo
|
|
64470
|
+
* @date 2024年9月7日
|
|
64453
64471
|
**/
|
|
64454
64472
|
handleCloseDrawer: function handleCloseDrawer() {
|
|
64455
64473
|
this.drawer = { visible: false };
|
|
64456
64474
|
},
|
|
64457
64475
|
|
|
64458
|
-
/**
|
|
64459
|
-
* @desc:菜单点击
|
|
64460
|
-
* @author huangbo
|
|
64461
|
-
* @date 2024年9月7日
|
|
64476
|
+
/**
|
|
64477
|
+
* @desc:菜单点击
|
|
64478
|
+
* @author huangbo
|
|
64479
|
+
* @date 2024年9月7日
|
|
64462
64480
|
**/
|
|
64463
64481
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
64464
64482
|
utils_util["a" /* default */].ajax({
|
|
@@ -64507,19 +64525,19 @@ var events = [function (tabs, index, that) {
|
|
|
64507
64525
|
},
|
|
64508
64526
|
|
|
64509
64527
|
|
|
64510
|
-
/**
|
|
64511
|
-
* @desc:用户详情请求成功
|
|
64512
|
-
* @author huangbo
|
|
64513
|
-
* @date 2024年9月7日
|
|
64528
|
+
/**
|
|
64529
|
+
* @desc:用户详情请求成功
|
|
64530
|
+
* @author huangbo
|
|
64531
|
+
* @date 2024年9月7日
|
|
64514
64532
|
**/
|
|
64515
64533
|
handleSuccess: function handleSuccess(res) {
|
|
64516
64534
|
this.simpleUserInfo = res.simpleUserInfo;
|
|
64517
64535
|
},
|
|
64518
64536
|
|
|
64519
|
-
/**
|
|
64520
|
-
* @desc:修改用户配置
|
|
64521
|
-
* @author huangbo
|
|
64522
|
-
* @date 2024年9月7日
|
|
64537
|
+
/**
|
|
64538
|
+
* @desc:修改用户配置
|
|
64539
|
+
* @author huangbo
|
|
64540
|
+
* @date 2024年9月7日
|
|
64523
64541
|
**/
|
|
64524
64542
|
handleChangeConfig: function handleChangeConfig(name, res) {
|
|
64525
64543
|
if (name == 'userHeadUrl') {
|
|
@@ -64535,10 +64553,10 @@ var events = [function (tabs, index, that) {
|
|
|
64535
64553
|
}
|
|
64536
64554
|
},
|
|
64537
64555
|
|
|
64538
|
-
/**
|
|
64539
|
-
* @desc:关闭webSocket
|
|
64540
|
-
* @author huangbo
|
|
64541
|
-
* @date 2024年9月7日
|
|
64556
|
+
/**
|
|
64557
|
+
* @desc:关闭webSocket
|
|
64558
|
+
* @author huangbo
|
|
64559
|
+
* @date 2024年9月7日
|
|
64542
64560
|
**/
|
|
64543
64561
|
handlerClose: function handlerClose() {
|
|
64544
64562
|
if (this.webSocket) {
|
|
@@ -64546,10 +64564,10 @@ var events = [function (tabs, index, that) {
|
|
|
64546
64564
|
}
|
|
64547
64565
|
},
|
|
64548
64566
|
|
|
64549
|
-
/**
|
|
64550
|
-
* @desc:刷新选中iframe页签
|
|
64551
|
-
* @author huangbo
|
|
64552
|
-
* @date 2024年9月7日
|
|
64567
|
+
/**
|
|
64568
|
+
* @desc:刷新选中iframe页签
|
|
64569
|
+
* @author huangbo
|
|
64570
|
+
* @date 2024年9月7日
|
|
64553
64571
|
**/
|
|
64554
64572
|
handleRefresh: function handleRefresh() {
|
|
64555
64573
|
var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
@@ -64570,10 +64588,10 @@ var events = [function (tabs, index, that) {
|
|
|
64570
64588
|
}
|
|
64571
64589
|
},
|
|
64572
64590
|
|
|
64573
|
-
/**
|
|
64574
|
-
* @desc:删除iframe
|
|
64575
|
-
* @author huangbo
|
|
64576
|
-
* @date 2024年9月7日
|
|
64591
|
+
/**
|
|
64592
|
+
* @desc:删除iframe
|
|
64593
|
+
* @author huangbo
|
|
64594
|
+
* @date 2024年9月7日
|
|
64577
64595
|
**/
|
|
64578
64596
|
handleRemove: function handleRemove(name) {
|
|
64579
64597
|
var len = this.tabs.length - 1;
|
|
@@ -64590,10 +64608,10 @@ var events = [function (tabs, index, that) {
|
|
|
64590
64608
|
}
|
|
64591
64609
|
},
|
|
64592
64610
|
|
|
64593
|
-
/**
|
|
64594
|
-
* @desc:tabs鼠标右键事件
|
|
64595
|
-
* @author huangbo
|
|
64596
|
-
* @date 2024年9月7日
|
|
64611
|
+
/**
|
|
64612
|
+
* @desc:tabs鼠标右键事件
|
|
64613
|
+
* @author huangbo
|
|
64614
|
+
* @date 2024年9月7日
|
|
64597
64615
|
**/
|
|
64598
64616
|
handleContextmenu: function handleContextmenu(tabs, e) {
|
|
64599
64617
|
var disabled = {};
|
|
@@ -64618,10 +64636,10 @@ var events = [function (tabs, index, that) {
|
|
|
64618
64636
|
window.addEventListener('click', this.closeTabsEvents);
|
|
64619
64637
|
},
|
|
64620
64638
|
|
|
64621
|
-
/**
|
|
64622
|
-
* @desc:tabs页签事件
|
|
64623
|
-
* @author huangbo
|
|
64624
|
-
* @date 2024年9月7日
|
|
64639
|
+
/**
|
|
64640
|
+
* @desc:tabs页签事件
|
|
64641
|
+
* @author huangbo
|
|
64642
|
+
* @date 2024年9月7日
|
|
64625
64643
|
**/
|
|
64626
64644
|
handleTabsEvents: function handleTabsEvents(num) {
|
|
64627
64645
|
if (this.pane !== null) {
|
|
@@ -64639,10 +64657,10 @@ var events = [function (tabs, index, that) {
|
|
|
64639
64657
|
window.removeEventListener('click', this.closeTabsEvents);
|
|
64640
64658
|
},
|
|
64641
64659
|
|
|
64642
|
-
/**
|
|
64643
|
-
* @desc:handler工具栏点击事件
|
|
64644
|
-
* @author huangbo
|
|
64645
|
-
* @date 2024年9月7日
|
|
64660
|
+
/**
|
|
64661
|
+
* @desc:handler工具栏点击事件
|
|
64662
|
+
* @author huangbo
|
|
64663
|
+
* @date 2024年9月7日
|
|
64646
64664
|
**/
|
|
64647
64665
|
handleClick: function handleClick(res) {
|
|
64648
64666
|
var type = res.type,
|
|
@@ -64720,10 +64738,10 @@ var events = [function (tabs, index, that) {
|
|
|
64720
64738
|
this.$emit('handler-click', res);
|
|
64721
64739
|
},
|
|
64722
64740
|
|
|
64723
|
-
/**
|
|
64724
|
-
* @desc:退出登录
|
|
64725
|
-
* @author huangbo
|
|
64726
|
-
* @date 2024年9月7日
|
|
64741
|
+
/**
|
|
64742
|
+
* @desc:退出登录
|
|
64743
|
+
* @author huangbo
|
|
64744
|
+
* @date 2024年9月7日
|
|
64727
64745
|
**/
|
|
64728
64746
|
handleQuit: function handleQuit() {
|
|
64729
64747
|
var _this6 = this;
|
|
@@ -64798,10 +64816,10 @@ var events = [function (tabs, index, that) {
|
|
|
64798
64816
|
}).catch(function (e) {});
|
|
64799
64817
|
},
|
|
64800
64818
|
|
|
64801
|
-
/**
|
|
64802
|
-
* @desc:主题、消息回调
|
|
64803
|
-
* @author huangbo
|
|
64804
|
-
* @date 2024年9月7日
|
|
64819
|
+
/**
|
|
64820
|
+
* @desc:主题、消息回调
|
|
64821
|
+
* @author huangbo
|
|
64822
|
+
* @date 2024年9月7日
|
|
64805
64823
|
**/
|
|
64806
64824
|
handleChange: function handleChange(res) {
|
|
64807
64825
|
var type = res.type,
|
|
@@ -64817,10 +64835,10 @@ var events = [function (tabs, index, that) {
|
|
|
64817
64835
|
}
|
|
64818
64836
|
},
|
|
64819
64837
|
|
|
64820
|
-
/**
|
|
64821
|
-
* @desc:菜单布局样式切换
|
|
64822
|
-
* @author huangbo
|
|
64823
|
-
* @date 2024年9月7日
|
|
64838
|
+
/**
|
|
64839
|
+
* @desc:菜单布局样式切换
|
|
64840
|
+
* @author huangbo
|
|
64841
|
+
* @date 2024年9月7日
|
|
64824
64842
|
**/
|
|
64825
64843
|
handleLayout: function handleLayout(res, active) {
|
|
64826
64844
|
if (active) {
|
|
@@ -64829,10 +64847,10 @@ var events = [function (tabs, index, that) {
|
|
|
64829
64847
|
this.$emit('chang-layout', res, active);
|
|
64830
64848
|
},
|
|
64831
64849
|
|
|
64832
|
-
/**
|
|
64833
|
-
* @desc:消息修改总数
|
|
64834
|
-
* @author huangbo
|
|
64835
|
-
* @date 2024年9月7日
|
|
64850
|
+
/**
|
|
64851
|
+
* @desc:消息修改总数
|
|
64852
|
+
* @author huangbo
|
|
64853
|
+
* @date 2024年9月7日
|
|
64836
64854
|
**/
|
|
64837
64855
|
handleMenuTips: function handleMenuTips(id, num) {
|
|
64838
64856
|
if (num) {
|
|
@@ -64843,10 +64861,10 @@ var events = [function (tabs, index, that) {
|
|
|
64843
64861
|
}
|
|
64844
64862
|
},
|
|
64845
64863
|
|
|
64846
|
-
/**
|
|
64847
|
-
* @desc:处理即时消息
|
|
64848
|
-
* @author huangbo
|
|
64849
|
-
* @date 2024年9月7日
|
|
64864
|
+
/**
|
|
64865
|
+
* @desc:处理即时消息
|
|
64866
|
+
* @author huangbo
|
|
64867
|
+
* @date 2024年9月7日
|
|
64850
64868
|
**/
|
|
64851
64869
|
handleOpened: function handleOpened(res) {
|
|
64852
64870
|
var _this7 = this;
|
|
@@ -71988,19 +72006,19 @@ var QRCode = __webpack_require__(24);
|
|
|
71988
72006
|
//设置logo大小
|
|
71989
72007
|
var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
|
|
71990
72008
|
//设置获取的logo将其变为圆角以及添加白色背景
|
|
71991
|
-
/* ctx.fillStyle = "#fff";
|
|
71992
|
-
ctx.beginPath();
|
|
71993
|
-
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
71994
|
-
let w = 46; //圆角宽
|
|
71995
|
-
let x = logoPosition - 5;
|
|
71996
|
-
let y = logoPosition - 5;
|
|
71997
|
-
let r = 5; //圆角半径
|
|
71998
|
-
ctx.moveTo(x + r, y);
|
|
71999
|
-
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
72000
|
-
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
72001
|
-
ctx.arcTo(x, y + h, x, y, r);
|
|
72002
|
-
ctx.arcTo(x, y, x + w, y, r);
|
|
72003
|
-
ctx.closePath();
|
|
72009
|
+
/* ctx.fillStyle = "#fff";
|
|
72010
|
+
ctx.beginPath();
|
|
72011
|
+
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
72012
|
+
let w = 46; //圆角宽
|
|
72013
|
+
let x = logoPosition - 5;
|
|
72014
|
+
let y = logoPosition - 5;
|
|
72015
|
+
let r = 5; //圆角半径
|
|
72016
|
+
ctx.moveTo(x + r, y);
|
|
72017
|
+
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
72018
|
+
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
72019
|
+
ctx.arcTo(x, y + h, x, y, r);
|
|
72020
|
+
ctx.arcTo(x, y, x + w, y, r);
|
|
72021
|
+
ctx.closePath();
|
|
72004
72022
|
ctx.fill(); */
|
|
72005
72023
|
logo.onload = function () {
|
|
72006
72024
|
ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
|
|
@@ -89892,7 +89910,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
89892
89910
|
}
|
|
89893
89911
|
|
|
89894
89912
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
89895
|
-
version: '0.6.
|
|
89913
|
+
version: '0.6.66',
|
|
89896
89914
|
install: install,
|
|
89897
89915
|
Button: packages_button,
|
|
89898
89916
|
ButtonGroup: button_group,
|