eoss-ui 0.7.86 → 0.7.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/calogin.js +233 -233
- package/lib/eoss-ui.common.js +564 -518
- package/lib/flow-list.js +123 -93
- package/lib/flow.js +151 -147
- package/lib/handler.js +10 -3
- package/lib/index.js +1 -1
- package/lib/main.js +16 -11
- package/lib/qr-code.js +13 -13
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/package.json +1 -1
- 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/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- 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/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +1 -1
- package/packages/flow/src/main.vue +4144 -4139
- package/packages/flow/src/processForm.vue +9 -0
- package/packages/flow/src/selectUser.vue +1 -5
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +36 -5
- package/packages/form/index.js +5 -5
- package/packages/handle-user/index.js +5 -5
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +497 -496
- package/packages/icon/index.js +5 -5
- 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/main/index.js +5 -5
- package/packages/main/src/default/index.vue +3 -2
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/main.vue +1 -0
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/menu/index.js +5 -5
- package/packages/nav/index.js +5 -5
- 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-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector-panel/index.js +5 -5
- 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/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/base.css +1 -0
- package/packages/theme-chalk/lib/button-group.css +1 -0
- package/packages/theme-chalk/lib/button.css +1 -0
- package/packages/theme-chalk/lib/calendar.css +1 -0
- package/packages/theme-chalk/lib/calogin.css +0 -0
- package/packages/theme-chalk/lib/card.css +1 -0
- package/packages/theme-chalk/lib/cascader.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +1 -0
- package/packages/theme-chalk/lib/clients.css +1 -0
- package/packages/theme-chalk/lib/data-table-form.css +1 -0
- package/packages/theme-chalk/lib/data-table.css +1 -0
- package/packages/theme-chalk/lib/date-picker.css +1 -0
- package/packages/theme-chalk/lib/dialog.css +1 -0
- package/packages/theme-chalk/lib/enable-drag.css +1 -0
- package/packages/theme-chalk/lib/enterprise.css +1 -0
- package/packages/theme-chalk/lib/error-page.css +1 -0
- package/packages/theme-chalk/lib/flow-chart.css +0 -0
- package/packages/theme-chalk/lib/flow-group.css +1 -0
- package/packages/theme-chalk/lib/flow-list.css +1 -0
- package/packages/theme-chalk/lib/flow.css +1 -0
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/form.css +1 -0
- package/packages/theme-chalk/lib/handle-user.css +1 -0
- package/packages/theme-chalk/lib/handler.css +1 -0
- package/packages/theme-chalk/lib/icon.css +1 -0
- package/packages/theme-chalk/lib/icons.css +1 -0
- package/packages/theme-chalk/lib/index.css +1 -0
- package/packages/theme-chalk/lib/input-number.css +0 -0
- package/packages/theme-chalk/lib/input.css +1 -0
- package/packages/theme-chalk/lib/label.css +1 -0
- package/packages/theme-chalk/lib/layout.css +1 -0
- package/packages/theme-chalk/lib/login.css +1 -0
- package/packages/theme-chalk/lib/main.css +1 -0
- package/packages/theme-chalk/lib/menu.css +1 -0
- package/packages/theme-chalk/lib/nav.css +1 -0
- package/packages/theme-chalk/lib/notify.css +0 -0
- package/packages/theme-chalk/lib/page.css +1 -0
- package/packages/theme-chalk/lib/pagination.css +1 -0
- package/packages/theme-chalk/lib/player.css +1 -0
- package/packages/theme-chalk/lib/qr-code.css +1 -0
- package/packages/theme-chalk/lib/radio-group.css +1 -0
- package/packages/theme-chalk/lib/retrial-auth.css +1 -0
- package/packages/theme-chalk/lib/select-ganged.css +1 -0
- package/packages/theme-chalk/lib/select.css +1 -0
- package/packages/theme-chalk/lib/selector-panel.css +1 -0
- package/packages/theme-chalk/lib/selector.css +1 -0
- package/packages/theme-chalk/lib/simplicity-top.css +1 -0
- package/packages/theme-chalk/lib/simplicity.css +1 -0
- package/packages/theme-chalk/lib/sizer.css +1 -0
- package/packages/theme-chalk/lib/steps.css +1 -0
- package/packages/theme-chalk/lib/switch.css +1 -0
- package/packages/theme-chalk/lib/table-form.css +0 -0
- package/packages/theme-chalk/lib/tabs-panel.css +0 -0
- package/packages/theme-chalk/lib/tabs.css +1 -0
- package/packages/theme-chalk/lib/tips.css +1 -0
- package/packages/theme-chalk/lib/toolbar.css +1 -0
- package/packages/theme-chalk/lib/tree-group.css +1 -0
- package/packages/theme-chalk/lib/tree.css +1 -0
- package/packages/theme-chalk/lib/upload.css +1 -0
- package/packages/theme-chalk/lib/wujie.css +0 -0
- package/packages/theme-chalk/lib/wxlogin.css +1 -0
- package/packages/theme-chalk/src/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/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/handle-user.scss +40 -40
- 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/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/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/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/toolbar/index.js +5 -5
- 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/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- 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/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- package/packages/theme-chalk/gulpfile.js +0 -25
package/lib/eoss-ui.common.js
CHANGED
|
@@ -6841,8 +6841,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
|
|
|
6841
6841
|
|
|
6842
6842
|
function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
6843
6843
|
|
|
6844
|
-
/**
|
|
6845
|
-
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
6844
|
+
/**
|
|
6845
|
+
* JIT_GW_ExtInterface 模块,提供与客户端交互的功能
|
|
6846
6846
|
*/
|
|
6847
6847
|
var CA_ExtInterface = function () {
|
|
6848
6848
|
function CA_ExtInterface() {
|
|
@@ -6855,11 +6855,11 @@ var CA_ExtInterface = function () {
|
|
|
6855
6855
|
this.init();
|
|
6856
6856
|
}
|
|
6857
6857
|
|
|
6858
|
-
/**
|
|
6859
|
-
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
6860
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
6861
|
-
* @param {Object} target - 目标对象
|
|
6862
|
-
* @param {Object} options - 新的选项对象
|
|
6858
|
+
/**
|
|
6859
|
+
* 简单的 Object.assign 兼容 IE <= 11 的 polyfill
|
|
6860
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
|
|
6861
|
+
* @param {Object} target - 目标对象
|
|
6862
|
+
* @param {Object} options - 新的选项对象
|
|
6863
6863
|
*/
|
|
6864
6864
|
|
|
6865
6865
|
|
|
@@ -6874,8 +6874,8 @@ var CA_ExtInterface = function () {
|
|
|
6874
6874
|
}
|
|
6875
6875
|
};
|
|
6876
6876
|
|
|
6877
|
-
/**
|
|
6878
|
-
* 检查当前会话的 WebSocket URL
|
|
6877
|
+
/**
|
|
6878
|
+
* 检查当前会话的 WebSocket URL
|
|
6879
6879
|
*/
|
|
6880
6880
|
|
|
6881
6881
|
|
|
@@ -6889,8 +6889,8 @@ var CA_ExtInterface = function () {
|
|
|
6889
6889
|
}
|
|
6890
6890
|
};
|
|
6891
6891
|
|
|
6892
|
-
/**
|
|
6893
|
-
* 检查是否使用 ActiveX
|
|
6892
|
+
/**
|
|
6893
|
+
* 检查是否使用 ActiveX
|
|
6894
6894
|
*/
|
|
6895
6895
|
|
|
6896
6896
|
|
|
@@ -6902,11 +6902,11 @@ var CA_ExtInterface = function () {
|
|
|
6902
6902
|
}
|
|
6903
6903
|
};
|
|
6904
6904
|
|
|
6905
|
-
/**
|
|
6906
|
-
* 扩展发送消息并等待响应
|
|
6907
|
-
* @param {string} operatorCmd - 操作命令
|
|
6908
|
-
* @param {string} sendMsg - 发送的消息
|
|
6909
|
-
* @returns {string} 响应消息
|
|
6905
|
+
/**
|
|
6906
|
+
* 扩展发送消息并等待响应
|
|
6907
|
+
* @param {string} operatorCmd - 操作命令
|
|
6908
|
+
* @param {string} sendMsg - 发送的消息
|
|
6909
|
+
* @returns {string} 响应消息
|
|
6910
6910
|
*/
|
|
6911
6911
|
|
|
6912
6912
|
|
|
@@ -6916,11 +6916,11 @@ var CA_ExtInterface = function () {
|
|
|
6916
6916
|
return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
|
|
6917
6917
|
};
|
|
6918
6918
|
|
|
6919
|
-
/**
|
|
6920
|
-
* 发送消息并等待响应
|
|
6921
|
-
* @param {string} wsurl - WebSocket URL
|
|
6922
|
-
* @param {string} sendMsg - 发送的消息
|
|
6923
|
-
* @returns {string} 响应消息
|
|
6919
|
+
/**
|
|
6920
|
+
* 发送消息并等待响应
|
|
6921
|
+
* @param {string} wsurl - WebSocket URL
|
|
6922
|
+
* @param {string} sendMsg - 发送的消息
|
|
6923
|
+
* @returns {string} 响应消息
|
|
6924
6924
|
*/
|
|
6925
6925
|
|
|
6926
6926
|
|
|
@@ -6944,9 +6944,9 @@ var CA_ExtInterface = function () {
|
|
|
6944
6944
|
return ResultMsg;
|
|
6945
6945
|
};
|
|
6946
6946
|
|
|
6947
|
-
/**
|
|
6948
|
-
* 配置选项
|
|
6949
|
-
* @param {Object} extendOption - 扩展选项
|
|
6947
|
+
/**
|
|
6948
|
+
* 配置选项
|
|
6949
|
+
* @param {Object} extendOption - 扩展选项
|
|
6950
6950
|
*/
|
|
6951
6951
|
|
|
6952
6952
|
|
|
@@ -6956,8 +6956,8 @@ var CA_ExtInterface = function () {
|
|
|
6956
6956
|
}
|
|
6957
6957
|
};
|
|
6958
6958
|
|
|
6959
|
-
/**
|
|
6960
|
-
* 初始化
|
|
6959
|
+
/**
|
|
6960
|
+
* 初始化
|
|
6961
6961
|
*/
|
|
6962
6962
|
|
|
6963
6963
|
|
|
@@ -6965,9 +6965,9 @@ var CA_ExtInterface = function () {
|
|
|
6965
6965
|
this.isUseActioveX();
|
|
6966
6966
|
};
|
|
6967
6967
|
|
|
6968
|
-
/**
|
|
6969
|
-
* 返回客户端的版本
|
|
6970
|
-
* @returns {string} 客户端版本
|
|
6968
|
+
/**
|
|
6969
|
+
* 返回客户端的版本
|
|
6970
|
+
* @returns {string} 客户端版本
|
|
6971
6971
|
*/
|
|
6972
6972
|
|
|
6973
6973
|
|
|
@@ -6980,13 +6980,13 @@ var CA_ExtInterface = function () {
|
|
|
6980
6980
|
}
|
|
6981
6981
|
};
|
|
6982
6982
|
|
|
6983
|
-
/**
|
|
6984
|
-
* 下载客户端程序并安装
|
|
6985
|
-
* @param {string} bstrURL - 下载地址
|
|
6986
|
-
* @param {string} bstrHashValue - 哈希值
|
|
6987
|
-
* @param {boolean} bSync - 是否同步安装
|
|
6988
|
-
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6989
|
-
* @returns {number} 安装结果
|
|
6983
|
+
/**
|
|
6984
|
+
* 下载客户端程序并安装
|
|
6985
|
+
* @param {string} bstrURL - 下载地址
|
|
6986
|
+
* @param {string} bstrHashValue - 哈希值
|
|
6987
|
+
* @param {boolean} bSync - 是否同步安装
|
|
6988
|
+
* @param {boolean} bOnlySSO - 是否仅安装 SSO
|
|
6989
|
+
* @returns {number} 安装结果
|
|
6990
6990
|
*/
|
|
6991
6991
|
|
|
6992
6992
|
|
|
@@ -7000,11 +7000,11 @@ var CA_ExtInterface = function () {
|
|
|
7000
7000
|
}
|
|
7001
7001
|
};
|
|
7002
7002
|
|
|
7003
|
-
/**
|
|
7004
|
-
* 获取硬件指纹信息
|
|
7005
|
-
* @param {number} dwSign - 签名
|
|
7006
|
-
* @param {string} strGateWayIP - 网关 IP
|
|
7007
|
-
* @returns {string} 硬件指纹信息
|
|
7003
|
+
/**
|
|
7004
|
+
* 获取硬件指纹信息
|
|
7005
|
+
* @param {number} dwSign - 签名
|
|
7006
|
+
* @param {string} strGateWayIP - 网关 IP
|
|
7007
|
+
* @returns {string} 硬件指纹信息
|
|
7008
7008
|
*/
|
|
7009
7009
|
|
|
7010
7010
|
|
|
@@ -7018,12 +7018,12 @@ var CA_ExtInterface = function () {
|
|
|
7018
7018
|
}
|
|
7019
7019
|
};
|
|
7020
7020
|
|
|
7021
|
-
/**
|
|
7022
|
-
* 设置转发策略和代填策略
|
|
7023
|
-
* @param {string} strProxyPolicy - 转发策略
|
|
7024
|
-
* @param {string} strSSOPolicy - 代填策略
|
|
7025
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7026
|
-
* @returns {number} 设置结果
|
|
7021
|
+
/**
|
|
7022
|
+
* 设置转发策略和代填策略
|
|
7023
|
+
* @param {string} strProxyPolicy - 转发策略
|
|
7024
|
+
* @param {string} strSSOPolicy - 代填策略
|
|
7025
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7026
|
+
* @returns {number} 设置结果
|
|
7027
7027
|
*/
|
|
7028
7028
|
|
|
7029
7029
|
|
|
@@ -7037,11 +7037,11 @@ var CA_ExtInterface = function () {
|
|
|
7037
7037
|
}
|
|
7038
7038
|
};
|
|
7039
7039
|
|
|
7040
|
-
/**
|
|
7041
|
-
* 启动认证信息模块
|
|
7042
|
-
* @param {string} strFileName - 文件名
|
|
7043
|
-
* @param {string} strXmlData - XML 数据
|
|
7044
|
-
* @returns {string} 认证信息
|
|
7040
|
+
/**
|
|
7041
|
+
* 启动认证信息模块
|
|
7042
|
+
* @param {string} strFileName - 文件名
|
|
7043
|
+
* @param {string} strXmlData - XML 数据
|
|
7044
|
+
* @returns {string} 认证信息
|
|
7045
7045
|
*/
|
|
7046
7046
|
|
|
7047
7047
|
|
|
@@ -7055,10 +7055,10 @@ var CA_ExtInterface = function () {
|
|
|
7055
7055
|
}
|
|
7056
7056
|
};
|
|
7057
7057
|
|
|
7058
|
-
/**
|
|
7059
|
-
* 打开 BS 应用
|
|
7060
|
-
* @param {string} strUrl - 应用 URL
|
|
7061
|
-
* @returns {number} 打开结果
|
|
7058
|
+
/**
|
|
7059
|
+
* 打开 BS 应用
|
|
7060
|
+
* @param {string} strUrl - 应用 URL
|
|
7061
|
+
* @returns {number} 打开结果
|
|
7062
7062
|
*/
|
|
7063
7063
|
|
|
7064
7064
|
|
|
@@ -7072,12 +7072,12 @@ var CA_ExtInterface = function () {
|
|
|
7072
7072
|
}
|
|
7073
7073
|
};
|
|
7074
7074
|
|
|
7075
|
-
/**
|
|
7076
|
-
* 打开 CS 应用
|
|
7077
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7078
|
-
* @param {string} strAppFlag - 应用标识
|
|
7079
|
-
* @param {string} strAppPath - 应用路径
|
|
7080
|
-
* @returns {number} 打开结果
|
|
7075
|
+
/**
|
|
7076
|
+
* 打开 CS 应用
|
|
7077
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7078
|
+
* @param {string} strAppFlag - 应用标识
|
|
7079
|
+
* @param {string} strAppPath - 应用路径
|
|
7080
|
+
* @returns {number} 打开结果
|
|
7081
7081
|
*/
|
|
7082
7082
|
|
|
7083
7083
|
|
|
@@ -7091,13 +7091,13 @@ var CA_ExtInterface = function () {
|
|
|
7091
7091
|
}
|
|
7092
7092
|
};
|
|
7093
7093
|
|
|
7094
|
-
/**
|
|
7095
|
-
* 设置自动更新策略
|
|
7096
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7097
|
-
* @param {number} nGatewayPort - 网关端口
|
|
7098
|
-
* @param {string} strUserToken - 用户令牌
|
|
7099
|
-
* @param {number} updatedelay - 更新延迟
|
|
7100
|
-
* @returns {number} 设置结果
|
|
7094
|
+
/**
|
|
7095
|
+
* 设置自动更新策略
|
|
7096
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7097
|
+
* @param {number} nGatewayPort - 网关端口
|
|
7098
|
+
* @param {string} strUserToken - 用户令牌
|
|
7099
|
+
* @param {number} updatedelay - 更新延迟
|
|
7100
|
+
* @returns {number} 设置结果
|
|
7101
7101
|
*/
|
|
7102
7102
|
|
|
7103
7103
|
|
|
@@ -7111,10 +7111,10 @@ var CA_ExtInterface = function () {
|
|
|
7111
7111
|
}
|
|
7112
7112
|
};
|
|
7113
7113
|
|
|
7114
|
-
/**
|
|
7115
|
-
* 获取客户端 IP
|
|
7116
|
-
* @param {string} strGatewayIP - 网关 IP
|
|
7117
|
-
* @returns {string} 客户端 IP
|
|
7114
|
+
/**
|
|
7115
|
+
* 获取客户端 IP
|
|
7116
|
+
* @param {string} strGatewayIP - 网关 IP
|
|
7117
|
+
* @returns {string} 客户端 IP
|
|
7118
7118
|
*/
|
|
7119
7119
|
|
|
7120
7120
|
|
|
@@ -7128,10 +7128,10 @@ var CA_ExtInterface = function () {
|
|
|
7128
7128
|
}
|
|
7129
7129
|
};
|
|
7130
7130
|
|
|
7131
|
-
/**
|
|
7132
|
-
* 登出网关
|
|
7133
|
-
* @param {string} strServerIP - 服务器 IP
|
|
7134
|
-
* @returns {number} 登出结果
|
|
7131
|
+
/**
|
|
7132
|
+
* 登出网关
|
|
7133
|
+
* @param {string} strServerIP - 服务器 IP
|
|
7134
|
+
* @returns {number} 登出结果
|
|
7135
7135
|
*/
|
|
7136
7136
|
|
|
7137
7137
|
|
|
@@ -7145,11 +7145,11 @@ var CA_ExtInterface = function () {
|
|
|
7145
7145
|
}
|
|
7146
7146
|
};
|
|
7147
7147
|
|
|
7148
|
-
/**
|
|
7149
|
-
* 运行安装包
|
|
7150
|
-
* @param {number} lRunType - 运行类型
|
|
7151
|
-
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
7152
|
-
* @returns {number} 运行结果
|
|
7148
|
+
/**
|
|
7149
|
+
* 运行安装包
|
|
7150
|
+
* @param {number} lRunType - 运行类型
|
|
7151
|
+
* @param {boolean} bIsOnlySSO - 是否仅安装 SSO
|
|
7152
|
+
* @returns {number} 运行结果
|
|
7153
7153
|
*/
|
|
7154
7154
|
|
|
7155
7155
|
|
|
@@ -7163,9 +7163,9 @@ var CA_ExtInterface = function () {
|
|
|
7163
7163
|
}
|
|
7164
7164
|
};
|
|
7165
7165
|
|
|
7166
|
-
/**
|
|
7167
|
-
* 获取下载进度
|
|
7168
|
-
* @returns {number} 下载进度
|
|
7166
|
+
/**
|
|
7167
|
+
* 获取下载进度
|
|
7168
|
+
* @returns {number} 下载进度
|
|
7169
7169
|
*/
|
|
7170
7170
|
|
|
7171
7171
|
|
|
@@ -7179,9 +7179,9 @@ var CA_ExtInterface = function () {
|
|
|
7179
7179
|
}
|
|
7180
7180
|
};
|
|
7181
7181
|
|
|
7182
|
-
/**
|
|
7183
|
-
* 是否安装完成
|
|
7184
|
-
* @returns {boolean} 安装完成状态
|
|
7182
|
+
/**
|
|
7183
|
+
* 是否安装完成
|
|
7184
|
+
* @returns {boolean} 安装完成状态
|
|
7185
7185
|
*/
|
|
7186
7186
|
|
|
7187
7187
|
|
|
@@ -7195,11 +7195,11 @@ var CA_ExtInterface = function () {
|
|
|
7195
7195
|
}
|
|
7196
7196
|
};
|
|
7197
7197
|
|
|
7198
|
-
/**
|
|
7199
|
-
* 初始化签包对象
|
|
7200
|
-
* @param {string} strAlgType - 算法类型
|
|
7201
|
-
* @param {string} strAuxParam - 辅助参数
|
|
7202
|
-
* @returns {number} 初始化结果
|
|
7198
|
+
/**
|
|
7199
|
+
* 初始化签包对象
|
|
7200
|
+
* @param {string} strAlgType - 算法类型
|
|
7201
|
+
* @param {string} strAuxParam - 辅助参数
|
|
7202
|
+
* @returns {number} 初始化结果
|
|
7203
7203
|
*/
|
|
7204
7204
|
|
|
7205
7205
|
|
|
@@ -7213,10 +7213,10 @@ var CA_ExtInterface = function () {
|
|
|
7213
7213
|
}
|
|
7214
7214
|
};
|
|
7215
7215
|
|
|
7216
|
-
/**
|
|
7217
|
-
* 设置摘要算法
|
|
7218
|
-
* @param {string} strDigestAlg - 摘要算法
|
|
7219
|
-
* @returns {number} 设置结果
|
|
7216
|
+
/**
|
|
7217
|
+
* 设置摘要算法
|
|
7218
|
+
* @param {string} strDigestAlg - 摘要算法
|
|
7219
|
+
* @returns {number} 设置结果
|
|
7220
7220
|
*/
|
|
7221
7221
|
|
|
7222
7222
|
|
|
@@ -7230,10 +7230,10 @@ var CA_ExtInterface = function () {
|
|
|
7230
7230
|
}
|
|
7231
7231
|
};
|
|
7232
7232
|
|
|
7233
|
-
/**
|
|
7234
|
-
* 设置单证书是否弹出对话框
|
|
7235
|
-
* @param {number} isChoose - 是否弹出对话框
|
|
7236
|
-
* @returns {number} 设置结果
|
|
7233
|
+
/**
|
|
7234
|
+
* 设置单证书是否弹出对话框
|
|
7235
|
+
* @param {number} isChoose - 是否弹出对话框
|
|
7236
|
+
* @returns {number} 设置结果
|
|
7237
7237
|
*/
|
|
7238
7238
|
|
|
7239
7239
|
|
|
@@ -7247,11 +7247,11 @@ var CA_ExtInterface = function () {
|
|
|
7247
7247
|
}
|
|
7248
7248
|
};
|
|
7249
7249
|
|
|
7250
|
-
/**
|
|
7251
|
-
* 添加证书过滤条件
|
|
7252
|
-
* @param {number} ulType - 过滤类型
|
|
7253
|
-
* @param {string} strValue - 过滤值
|
|
7254
|
-
* @returns {number} 添加结果
|
|
7250
|
+
/**
|
|
7251
|
+
* 添加证书过滤条件
|
|
7252
|
+
* @param {number} ulType - 过滤类型
|
|
7253
|
+
* @param {string} strValue - 过滤值
|
|
7254
|
+
* @returns {number} 添加结果
|
|
7255
7255
|
*/
|
|
7256
7256
|
|
|
7257
7257
|
|
|
@@ -7265,9 +7265,9 @@ var CA_ExtInterface = function () {
|
|
|
7265
7265
|
}
|
|
7266
7266
|
};
|
|
7267
7267
|
|
|
7268
|
-
/**
|
|
7269
|
-
* 清除所有过滤条件
|
|
7270
|
-
* @returns {number} 清除结果
|
|
7268
|
+
/**
|
|
7269
|
+
* 清除所有过滤条件
|
|
7270
|
+
* @returns {number} 清除结果
|
|
7271
7271
|
*/
|
|
7272
7272
|
|
|
7273
7273
|
|
|
@@ -7281,10 +7281,10 @@ var CA_ExtInterface = function () {
|
|
|
7281
7281
|
}
|
|
7282
7282
|
};
|
|
7283
7283
|
|
|
7284
|
-
/**
|
|
7285
|
-
* P1 签名
|
|
7286
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
7287
|
-
* @returns {string} 签名结果
|
|
7284
|
+
/**
|
|
7285
|
+
* P1 签名
|
|
7286
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
7287
|
+
* @returns {string} 签名结果
|
|
7288
7288
|
*/
|
|
7289
7289
|
|
|
7290
7290
|
|
|
@@ -7298,10 +7298,10 @@ var CA_ExtInterface = function () {
|
|
|
7298
7298
|
}
|
|
7299
7299
|
};
|
|
7300
7300
|
|
|
7301
|
-
/**
|
|
7302
|
-
* P1 签名字符串
|
|
7303
|
-
* @param {string} strValue - 待签名的字符串
|
|
7304
|
-
* @returns {string} 签名结果
|
|
7301
|
+
/**
|
|
7302
|
+
* P1 签名字符串
|
|
7303
|
+
* @param {string} strValue - 待签名的字符串
|
|
7304
|
+
* @returns {string} 签名结果
|
|
7305
7305
|
*/
|
|
7306
7306
|
|
|
7307
7307
|
|
|
@@ -7315,12 +7315,12 @@ var CA_ExtInterface = function () {
|
|
|
7315
7315
|
}
|
|
7316
7316
|
};
|
|
7317
7317
|
|
|
7318
|
-
/**
|
|
7319
|
-
* P7 签名
|
|
7320
|
-
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
7321
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
7322
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
7323
|
-
* @returns {string} 签名结果
|
|
7318
|
+
/**
|
|
7319
|
+
* P7 签名
|
|
7320
|
+
* @param {string} strValueBase64 - 待签名的 Base64 字符串
|
|
7321
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
7322
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
7323
|
+
* @returns {string} 签名结果
|
|
7324
7324
|
*/
|
|
7325
7325
|
|
|
7326
7326
|
|
|
@@ -7334,12 +7334,12 @@ var CA_ExtInterface = function () {
|
|
|
7334
7334
|
}
|
|
7335
7335
|
};
|
|
7336
7336
|
|
|
7337
|
-
/**
|
|
7338
|
-
* P7 签名字符串
|
|
7339
|
-
* @param {string} strValue - 待签名的字符串
|
|
7340
|
-
* @param {boolean} isDetach - 是否分离签名
|
|
7341
|
-
* @param {boolean} isIncludeCert - 是否包含证书
|
|
7342
|
-
* @returns {string} 签名结果
|
|
7337
|
+
/**
|
|
7338
|
+
* P7 签名字符串
|
|
7339
|
+
* @param {string} strValue - 待签名的字符串
|
|
7340
|
+
* @param {boolean} isDetach - 是否分离签名
|
|
7341
|
+
* @param {boolean} isIncludeCert - 是否包含证书
|
|
7342
|
+
* @returns {string} 签名结果
|
|
7343
7343
|
*/
|
|
7344
7344
|
|
|
7345
7345
|
|
|
@@ -7353,9 +7353,9 @@ var CA_ExtInterface = function () {
|
|
|
7353
7353
|
}
|
|
7354
7354
|
};
|
|
7355
7355
|
|
|
7356
|
-
/**
|
|
7357
|
-
* 释放签名对象
|
|
7358
|
-
* @returns {number} 释放结果
|
|
7356
|
+
/**
|
|
7357
|
+
* 释放签名对象
|
|
7358
|
+
* @returns {number} 释放结果
|
|
7359
7359
|
*/
|
|
7360
7360
|
|
|
7361
7361
|
|
|
@@ -7369,9 +7369,9 @@ var CA_ExtInterface = function () {
|
|
|
7369
7369
|
}
|
|
7370
7370
|
};
|
|
7371
7371
|
|
|
7372
|
-
/**
|
|
7373
|
-
* 获取签名版本
|
|
7374
|
-
* @returns {string} 签名版本
|
|
7372
|
+
/**
|
|
7373
|
+
* 获取签名版本
|
|
7374
|
+
* @returns {string} 签名版本
|
|
7375
7375
|
*/
|
|
7376
7376
|
|
|
7377
7377
|
|
|
@@ -7385,9 +7385,9 @@ var CA_ExtInterface = function () {
|
|
|
7385
7385
|
}
|
|
7386
7386
|
};
|
|
7387
7387
|
|
|
7388
|
-
/**
|
|
7389
|
-
* 获取签名证书
|
|
7390
|
-
* @returns {string} 签名证书
|
|
7388
|
+
/**
|
|
7389
|
+
* 获取签名证书
|
|
7390
|
+
* @returns {string} 签名证书
|
|
7391
7391
|
*/
|
|
7392
7392
|
|
|
7393
7393
|
|
|
@@ -7401,9 +7401,9 @@ var CA_ExtInterface = function () {
|
|
|
7401
7401
|
}
|
|
7402
7402
|
};
|
|
7403
7403
|
|
|
7404
|
-
/**
|
|
7405
|
-
* 获取错误码
|
|
7406
|
-
* @returns {number} 错误码
|
|
7404
|
+
/**
|
|
7405
|
+
* 获取错误码
|
|
7406
|
+
* @returns {number} 错误码
|
|
7407
7407
|
*/
|
|
7408
7408
|
|
|
7409
7409
|
|
|
@@ -7417,9 +7417,9 @@ var CA_ExtInterface = function () {
|
|
|
7417
7417
|
}
|
|
7418
7418
|
};
|
|
7419
7419
|
|
|
7420
|
-
/**
|
|
7421
|
-
* 获取错误信息
|
|
7422
|
-
* @returns {string} 错误信息
|
|
7420
|
+
/**
|
|
7421
|
+
* 获取错误信息
|
|
7422
|
+
* @returns {string} 错误信息
|
|
7423
7423
|
*/
|
|
7424
7424
|
|
|
7425
7425
|
|
|
@@ -7433,9 +7433,9 @@ var CA_ExtInterface = function () {
|
|
|
7433
7433
|
}
|
|
7434
7434
|
};
|
|
7435
7435
|
|
|
7436
|
-
/**
|
|
7437
|
-
* 销毁认证对象
|
|
7438
|
-
* @returns {number} 销毁结果
|
|
7436
|
+
/**
|
|
7437
|
+
* 销毁认证对象
|
|
7438
|
+
* @returns {number} 销毁结果
|
|
7439
7439
|
*/
|
|
7440
7440
|
|
|
7441
7441
|
|
|
@@ -7449,9 +7449,9 @@ var CA_ExtInterface = function () {
|
|
|
7449
7449
|
}
|
|
7450
7450
|
};
|
|
7451
7451
|
|
|
7452
|
-
/**
|
|
7453
|
-
* 获取证书类型
|
|
7454
|
-
* @returns {string} 证书类型
|
|
7452
|
+
/**
|
|
7453
|
+
* 获取证书类型
|
|
7454
|
+
* @returns {string} 证书类型
|
|
7455
7455
|
*/
|
|
7456
7456
|
|
|
7457
7457
|
|
|
@@ -7465,9 +7465,9 @@ var CA_ExtInterface = function () {
|
|
|
7465
7465
|
}
|
|
7466
7466
|
};
|
|
7467
7467
|
|
|
7468
|
-
/**
|
|
7469
|
-
* 获取签名摘要算法
|
|
7470
|
-
* @returns {string} 签名摘要算法
|
|
7468
|
+
/**
|
|
7469
|
+
* 获取签名摘要算法
|
|
7470
|
+
* @returns {string} 签名摘要算法
|
|
7471
7471
|
*/
|
|
7472
7472
|
|
|
7473
7473
|
|
|
@@ -7481,11 +7481,11 @@ var CA_ExtInterface = function () {
|
|
|
7481
7481
|
}
|
|
7482
7482
|
};
|
|
7483
7483
|
|
|
7484
|
-
/**
|
|
7485
|
-
* 使能调用序列
|
|
7486
|
-
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
7487
|
-
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
7488
|
-
* @returns {number} 使能结果
|
|
7484
|
+
/**
|
|
7485
|
+
* 使能调用序列
|
|
7486
|
+
* @param {boolean} bCallQueueEnable - 是否使能调用序列
|
|
7487
|
+
* @param {boolean} bHeadInfoEnable - 是否使能头部信息
|
|
7488
|
+
* @returns {number} 使能结果
|
|
7489
7489
|
*/
|
|
7490
7490
|
|
|
7491
7491
|
|
|
@@ -7499,9 +7499,9 @@ var CA_ExtInterface = function () {
|
|
|
7499
7499
|
}
|
|
7500
7500
|
};
|
|
7501
7501
|
|
|
7502
|
-
/**
|
|
7503
|
-
* 清空调用序列结果
|
|
7504
|
-
* @returns {number} 清空调用序列结果
|
|
7502
|
+
/**
|
|
7503
|
+
* 清空调用序列结果
|
|
7504
|
+
* @returns {number} 清空调用序列结果
|
|
7505
7505
|
*/
|
|
7506
7506
|
|
|
7507
7507
|
|
|
@@ -7515,9 +7515,9 @@ var CA_ExtInterface = function () {
|
|
|
7515
7515
|
}
|
|
7516
7516
|
};
|
|
7517
7517
|
|
|
7518
|
-
/**
|
|
7519
|
-
* 获取调用序列结果
|
|
7520
|
-
* @returns {string} 调用序列结果
|
|
7518
|
+
/**
|
|
7519
|
+
* 获取调用序列结果
|
|
7520
|
+
* @returns {string} 调用序列结果
|
|
7521
7521
|
*/
|
|
7522
7522
|
|
|
7523
7523
|
|
|
@@ -7531,12 +7531,12 @@ var CA_ExtInterface = function () {
|
|
|
7531
7531
|
}
|
|
7532
7532
|
};
|
|
7533
7533
|
|
|
7534
|
-
/**
|
|
7535
|
-
* 客户端安全策略检查
|
|
7536
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7537
|
-
* @param {number} usGatewayPort - 网关端口
|
|
7538
|
-
* @param {string} strSecurityPolicys - 安全策略
|
|
7539
|
-
* @returns {boolean} 检查结果
|
|
7534
|
+
/**
|
|
7535
|
+
* 客户端安全策略检查
|
|
7536
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7537
|
+
* @param {number} usGatewayPort - 网关端口
|
|
7538
|
+
* @param {string} strSecurityPolicys - 安全策略
|
|
7539
|
+
* @returns {boolean} 检查结果
|
|
7540
7540
|
*/
|
|
7541
7541
|
|
|
7542
7542
|
|
|
@@ -7550,9 +7550,9 @@ var CA_ExtInterface = function () {
|
|
|
7550
7550
|
}
|
|
7551
7551
|
};
|
|
7552
7552
|
|
|
7553
|
-
/**
|
|
7554
|
-
* 获取通讯协议版本
|
|
7555
|
-
* @returns {string} 通讯协议版本
|
|
7553
|
+
/**
|
|
7554
|
+
* 获取通讯协议版本
|
|
7555
|
+
* @returns {string} 通讯协议版本
|
|
7556
7556
|
*/
|
|
7557
7557
|
|
|
7558
7558
|
|
|
@@ -7566,13 +7566,13 @@ var CA_ExtInterface = function () {
|
|
|
7566
7566
|
}
|
|
7567
7567
|
};
|
|
7568
7568
|
|
|
7569
|
-
/**
|
|
7570
|
-
* 修改 Key 的 Pin 码
|
|
7571
|
-
* @param {string} strCertSn - 证书序列号
|
|
7572
|
-
* @param {number} lPinCodeType - Pin 码类型
|
|
7573
|
-
* @param {string} strCurPinCode - 当前 Pin 码
|
|
7574
|
-
* @param {string} strNewPinCode - 新 Pin 码
|
|
7575
|
-
* @returns {number} 修改结果
|
|
7569
|
+
/**
|
|
7570
|
+
* 修改 Key 的 Pin 码
|
|
7571
|
+
* @param {string} strCertSn - 证书序列号
|
|
7572
|
+
* @param {number} lPinCodeType - Pin 码类型
|
|
7573
|
+
* @param {string} strCurPinCode - 当前 Pin 码
|
|
7574
|
+
* @param {string} strNewPinCode - 新 Pin 码
|
|
7575
|
+
* @returns {number} 修改结果
|
|
7576
7576
|
*/
|
|
7577
7577
|
|
|
7578
7578
|
|
|
@@ -7586,10 +7586,10 @@ var CA_ExtInterface = function () {
|
|
|
7586
7586
|
}
|
|
7587
7587
|
};
|
|
7588
7588
|
|
|
7589
|
-
/**
|
|
7590
|
-
* 等待策略设置完毕
|
|
7591
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7592
|
-
* @returns {number} 等待结果
|
|
7589
|
+
/**
|
|
7590
|
+
* 等待策略设置完毕
|
|
7591
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7592
|
+
* @returns {number} 等待结果
|
|
7593
7593
|
*/
|
|
7594
7594
|
|
|
7595
7595
|
|
|
@@ -7603,10 +7603,10 @@ var CA_ExtInterface = function () {
|
|
|
7603
7603
|
}
|
|
7604
7604
|
};
|
|
7605
7605
|
|
|
7606
|
-
/**
|
|
7607
|
-
* 获取会话 Token
|
|
7608
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7609
|
-
* @returns {string} 会话 Token
|
|
7606
|
+
/**
|
|
7607
|
+
* 获取会话 Token
|
|
7608
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7609
|
+
* @returns {string} 会话 Token
|
|
7610
7610
|
*/
|
|
7611
7611
|
|
|
7612
7612
|
|
|
@@ -7620,9 +7620,9 @@ var CA_ExtInterface = function () {
|
|
|
7620
7620
|
}
|
|
7621
7621
|
};
|
|
7622
7622
|
|
|
7623
|
-
/**
|
|
7624
|
-
* 获取控件版本
|
|
7625
|
-
* @returns {string} 控件版本
|
|
7623
|
+
/**
|
|
7624
|
+
* 获取控件版本
|
|
7625
|
+
* @returns {string} 控件版本
|
|
7626
7626
|
*/
|
|
7627
7627
|
|
|
7628
7628
|
|
|
@@ -7636,10 +7636,10 @@ var CA_ExtInterface = function () {
|
|
|
7636
7636
|
}
|
|
7637
7637
|
};
|
|
7638
7638
|
|
|
7639
|
-
/**
|
|
7640
|
-
* 设置语言资源
|
|
7641
|
-
* @param {string} strLanguage - 语言资源
|
|
7642
|
-
* @returns {number} 设置结果
|
|
7639
|
+
/**
|
|
7640
|
+
* 设置语言资源
|
|
7641
|
+
* @param {string} strLanguage - 语言资源
|
|
7642
|
+
* @returns {number} 设置结果
|
|
7643
7643
|
*/
|
|
7644
7644
|
|
|
7645
7645
|
|
|
@@ -7653,12 +7653,12 @@ var CA_ExtInterface = function () {
|
|
|
7653
7653
|
}
|
|
7654
7654
|
};
|
|
7655
7655
|
|
|
7656
|
-
/**
|
|
7657
|
-
* 获取用户属性
|
|
7658
|
-
* @param {string} strGatewayAddress - 网关地址
|
|
7659
|
-
* @param {string} strAppFlag - 应用标识
|
|
7660
|
-
* @param {string} strAttributeName - 属性名称
|
|
7661
|
-
* @returns {string} 用户属性值
|
|
7656
|
+
/**
|
|
7657
|
+
* 获取用户属性
|
|
7658
|
+
* @param {string} strGatewayAddress - 网关地址
|
|
7659
|
+
* @param {string} strAppFlag - 应用标识
|
|
7660
|
+
* @param {string} strAttributeName - 属性名称
|
|
7661
|
+
* @returns {string} 用户属性值
|
|
7662
7662
|
*/
|
|
7663
7663
|
|
|
7664
7664
|
|
|
@@ -7672,9 +7672,9 @@ var CA_ExtInterface = function () {
|
|
|
7672
7672
|
}
|
|
7673
7673
|
};
|
|
7674
7674
|
|
|
7675
|
-
/**
|
|
7676
|
-
* 获取签名加密 PIN 码
|
|
7677
|
-
* @returns {string} 签名加密 PIN 码
|
|
7675
|
+
/**
|
|
7676
|
+
* 获取签名加密 PIN 码
|
|
7677
|
+
* @returns {string} 签名加密 PIN 码
|
|
7678
7678
|
*/
|
|
7679
7679
|
|
|
7680
7680
|
|
|
@@ -7687,20 +7687,20 @@ var CA_ExtInterface = function () {
|
|
|
7687
7687
|
return result.value;
|
|
7688
7688
|
}
|
|
7689
7689
|
};
|
|
7690
|
-
/*
|
|
7691
|
-
*曙光四川CA
|
|
7692
|
-
*'SOF_GetUserList' 证书列表
|
|
7693
|
-
*'SOF_ExportUserCert' 导出证书
|
|
7694
|
-
*'SOF_GetCertInfo': 获取证书信息
|
|
7695
|
-
*'SOF_GenRandom': 生成随机数
|
|
7696
|
-
*'SOF_SignData': 获取证书签名
|
|
7697
|
-
*'SOF_Login': 登录证书
|
|
7698
|
-
*'SOF_GetPinRetryCount': 剩余次数
|
|
7690
|
+
/*
|
|
7691
|
+
*曙光四川CA
|
|
7692
|
+
*'SOF_GetUserList' 证书列表
|
|
7693
|
+
*'SOF_ExportUserCert' 导出证书
|
|
7694
|
+
*'SOF_GetCertInfo': 获取证书信息
|
|
7695
|
+
*'SOF_GenRandom': 生成随机数
|
|
7696
|
+
*'SOF_SignData': 获取证书签名
|
|
7697
|
+
*'SOF_Login': 登录证书
|
|
7698
|
+
*'SOF_GetPinRetryCount': 剩余次数
|
|
7699
7699
|
*/
|
|
7700
|
-
/**
|
|
7701
|
-
*
|
|
7702
|
-
* 获取webSocket消息
|
|
7703
|
-
* @returns {string}
|
|
7700
|
+
/**
|
|
7701
|
+
*
|
|
7702
|
+
* 获取webSocket消息
|
|
7703
|
+
* @returns {string}
|
|
7704
7704
|
*/
|
|
7705
7705
|
|
|
7706
7706
|
|
|
@@ -7736,10 +7736,10 @@ var CA_ExtInterface = function () {
|
|
|
7736
7736
|
};
|
|
7737
7737
|
});
|
|
7738
7738
|
};
|
|
7739
|
-
/**
|
|
7740
|
-
*
|
|
7741
|
-
* base64解码
|
|
7742
|
-
* @returns {string} base64解码后的字符串
|
|
7739
|
+
/**
|
|
7740
|
+
*
|
|
7741
|
+
* base64解码
|
|
7742
|
+
* @returns {string} base64解码后的字符串
|
|
7743
7743
|
*/
|
|
7744
7744
|
|
|
7745
7745
|
|
|
@@ -7774,10 +7774,10 @@ var CA_ExtInterface = function () {
|
|
|
7774
7774
|
val = this.utf8_decode(val);
|
|
7775
7775
|
return val;
|
|
7776
7776
|
};
|
|
7777
|
-
/**
|
|
7778
|
-
*
|
|
7779
|
-
* base64编码
|
|
7780
|
-
* @returns {string} base64编码后的字符串
|
|
7777
|
+
/**
|
|
7778
|
+
*
|
|
7779
|
+
* base64编码
|
|
7780
|
+
* @returns {string} base64编码后的字符串
|
|
7781
7781
|
*/
|
|
7782
7782
|
|
|
7783
7783
|
|
|
@@ -7810,10 +7810,10 @@ var CA_ExtInterface = function () {
|
|
|
7810
7810
|
}
|
|
7811
7811
|
return val;
|
|
7812
7812
|
};
|
|
7813
|
-
/**
|
|
7814
|
-
*
|
|
7815
|
-
* utf8解码
|
|
7816
|
-
* @returns {string} utf8解码后的字符串
|
|
7813
|
+
/**
|
|
7814
|
+
*
|
|
7815
|
+
* utf8解码
|
|
7816
|
+
* @returns {string} utf8解码后的字符串
|
|
7817
7817
|
*/
|
|
7818
7818
|
|
|
7819
7819
|
|
|
@@ -7842,10 +7842,10 @@ var CA_ExtInterface = function () {
|
|
|
7842
7842
|
}
|
|
7843
7843
|
return string;
|
|
7844
7844
|
};
|
|
7845
|
-
/**
|
|
7846
|
-
*
|
|
7847
|
-
* utf8编码
|
|
7848
|
-
* @returns {string} utf8编码后的字符串
|
|
7845
|
+
/**
|
|
7846
|
+
*
|
|
7847
|
+
* utf8编码
|
|
7848
|
+
* @returns {string} utf8编码后的字符串
|
|
7849
7849
|
*/
|
|
7850
7850
|
|
|
7851
7851
|
|
|
@@ -28270,8 +28270,8 @@ form_src_main.install = function (Vue) {
|
|
|
28270
28270
|
};
|
|
28271
28271
|
|
|
28272
28272
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
28273
|
-
// 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=
|
|
28274
|
-
var
|
|
28273
|
+
// 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=533c9d4c&
|
|
28274
|
+
var mainvue_type_template_id_533c9d4c_render = function () {
|
|
28275
28275
|
var _vm = this
|
|
28276
28276
|
var _h = _vm.$createElement
|
|
28277
28277
|
var _c = _vm._self._c || _h
|
|
@@ -31288,11 +31288,11 @@ var mainvue_type_template_id_2e509c0a_render = function () {
|
|
|
31288
31288
|
)
|
|
31289
31289
|
: _vm._e()
|
|
31290
31290
|
}
|
|
31291
|
-
var
|
|
31292
|
-
|
|
31291
|
+
var mainvue_type_template_id_533c9d4c_staticRenderFns = []
|
|
31292
|
+
mainvue_type_template_id_533c9d4c_render._withStripped = true
|
|
31293
31293
|
|
|
31294
31294
|
|
|
31295
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
31295
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=533c9d4c&
|
|
31296
31296
|
|
|
31297
31297
|
// 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=7b4f1542&
|
|
31298
31298
|
var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
|
|
@@ -32343,8 +32343,8 @@ var CommonOpinions_component = normalizeComponent(
|
|
|
32343
32343
|
)
|
|
32344
32344
|
|
|
32345
32345
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
32346
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
32347
|
-
var
|
|
32346
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=80a2c5c2&
|
|
32347
|
+
var processFormvue_type_template_id_80a2c5c2_render = function () {
|
|
32348
32348
|
var _vm = this
|
|
32349
32349
|
var _h = _vm.$createElement
|
|
32350
32350
|
var _c = _vm._self._c || _h
|
|
@@ -33172,14 +33172,14 @@ var processFormvue_type_template_id_61fadcfb_render = function () {
|
|
|
33172
33172
|
1
|
|
33173
33173
|
)
|
|
33174
33174
|
}
|
|
33175
|
-
var
|
|
33176
|
-
|
|
33175
|
+
var processFormvue_type_template_id_80a2c5c2_staticRenderFns = []
|
|
33176
|
+
processFormvue_type_template_id_80a2c5c2_render._withStripped = true
|
|
33177
33177
|
|
|
33178
33178
|
|
|
33179
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
33179
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=80a2c5c2&
|
|
33180
33180
|
|
|
33181
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
33182
|
-
var
|
|
33181
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
|
|
33182
|
+
var selectUservue_type_template_id_5424da0a_render = function () {
|
|
33183
33183
|
var _vm = this
|
|
33184
33184
|
var _h = _vm.$createElement
|
|
33185
33185
|
var _c = _vm._self._c || _h
|
|
@@ -33298,6 +33298,7 @@ var selectUservue_type_template_id_406a9f9a_render = function () {
|
|
|
33298
33298
|
types: _vm.types,
|
|
33299
33299
|
tabs: _vm.tabs,
|
|
33300
33300
|
title: _vm.title,
|
|
33301
|
+
reset: "",
|
|
33301
33302
|
classify: _vm.classify,
|
|
33302
33303
|
"collapse-tags": _vm.selectorTags,
|
|
33303
33304
|
mix: _vm.mix,
|
|
@@ -33339,11 +33340,11 @@ var selectUservue_type_template_id_406a9f9a_render = function () {
|
|
|
33339
33340
|
1
|
|
33340
33341
|
)
|
|
33341
33342
|
}
|
|
33342
|
-
var
|
|
33343
|
-
|
|
33343
|
+
var selectUservue_type_template_id_5424da0a_staticRenderFns = []
|
|
33344
|
+
selectUservue_type_template_id_5424da0a_render._withStripped = true
|
|
33344
33345
|
|
|
33345
33346
|
|
|
33346
|
-
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
33347
|
+
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
|
|
33347
33348
|
|
|
33348
33349
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
|
|
33349
33350
|
var selectUservue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -33449,6 +33450,7 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
33449
33450
|
//
|
|
33450
33451
|
//
|
|
33451
33452
|
//
|
|
33453
|
+
//
|
|
33452
33454
|
|
|
33453
33455
|
|
|
33454
33456
|
|
|
@@ -33615,7 +33617,6 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
33615
33617
|
},
|
|
33616
33618
|
nextUser: {
|
|
33617
33619
|
handler: function handler(val) {
|
|
33618
|
-
console.log(val, 'nextUser');
|
|
33619
33620
|
this.newNextUser = val;
|
|
33620
33621
|
},
|
|
33621
33622
|
|
|
@@ -33775,21 +33776,18 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
33775
33776
|
_this4.newNextUser.push(item.showid);
|
|
33776
33777
|
});
|
|
33777
33778
|
} else {
|
|
33778
|
-
console.log(val, this.newSelectUserList, 'aaaa');
|
|
33779
33779
|
if (this.newSelectUserList.length > 0) {
|
|
33780
33780
|
var _newSelectUserList$ = this.newSelectUserList[0],
|
|
33781
33781
|
showid = _newSelectUserList$.showid,
|
|
33782
33782
|
showname = _newSelectUserList$.showname;
|
|
33783
33783
|
|
|
33784
33784
|
if (val[0]) {
|
|
33785
|
-
console.log(val[0], '1111');
|
|
33786
33785
|
this.newOptions.push(selectUservue_type_script_lang_js_extends({}, this.newSelectUserList[0], {
|
|
33787
33786
|
id: showid,
|
|
33788
33787
|
name: showname
|
|
33789
33788
|
}));
|
|
33790
33789
|
this.newNextUser = showid;
|
|
33791
33790
|
} else {
|
|
33792
|
-
console.log(val[0], '2222');
|
|
33793
33791
|
this.newOptions = [];
|
|
33794
33792
|
this.newNextUser = '';
|
|
33795
33793
|
this.showSelectUser = false;
|
|
@@ -33806,7 +33804,6 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
33806
33804
|
}, 0);
|
|
33807
33805
|
}
|
|
33808
33806
|
}
|
|
33809
|
-
console.log(this.newNextUser, this.newOptions, 'bbb');
|
|
33810
33807
|
this.$emit('change', {
|
|
33811
33808
|
nextUser: this.newNextUser,
|
|
33812
33809
|
mixList: data,
|
|
@@ -33877,8 +33874,8 @@ var selectUservue_type_script_lang_js_extends = Object.assign || function (targe
|
|
|
33877
33874
|
|
|
33878
33875
|
var selectUser_component = normalizeComponent(
|
|
33879
33876
|
src_selectUservue_type_script_lang_js_,
|
|
33880
|
-
|
|
33881
|
-
|
|
33877
|
+
selectUservue_type_template_id_5424da0a_render,
|
|
33878
|
+
selectUservue_type_template_id_5424da0a_staticRenderFns,
|
|
33882
33879
|
false,
|
|
33883
33880
|
null,
|
|
33884
33881
|
null,
|
|
@@ -35960,6 +35957,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
35960
35957
|
_res$data = res.data,
|
|
35961
35958
|
nextUserList = _res$data.nextUserList,
|
|
35962
35959
|
nodeExtAttr = _res$data.nodeExtAttr,
|
|
35960
|
+
nodeMoreInfo = _res$data.nodeMoreInfo,
|
|
35963
35961
|
countersignaturetypeText = _res$data.countersignaturetypeText,
|
|
35964
35962
|
countersignaturetypeCode = _res$data.countersignaturetypeCode;
|
|
35965
35963
|
|
|
@@ -35974,6 +35972,9 @@ var processFormvue_type_script_lang_js_components;
|
|
|
35974
35972
|
_this6.countersignaturetypeCode = countersignaturetypeCode;
|
|
35975
35973
|
_this6.nextNode.countersignaturetypeText = countersignaturetypeText;
|
|
35976
35974
|
_this6.enableCustomLimitTimeSetting = nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
35975
|
+
if (_this6.enableCustomLimitTimeSetting && nodeMoreInfo.defaultCustomLimitDays) {
|
|
35976
|
+
_this6.nextNode.customLimitTime = _this6.nextNode.customLimitTimeText = nodeMoreInfo.defaultCustomLimitDays + '';
|
|
35977
|
+
}
|
|
35977
35978
|
_this6.isTaskread = nodeExtAttr.isTaskread;
|
|
35978
35979
|
_this6.isHandleExplain = nodeExtAttr.isHandleExplain;
|
|
35979
35980
|
_this6.isCustomUser = nodeExtAttr.isCustomUser; //是否展示选人组件按钮
|
|
@@ -36267,8 +36268,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
36267
36268
|
|
|
36268
36269
|
var processForm_component = normalizeComponent(
|
|
36269
36270
|
src_processFormvue_type_script_lang_js_,
|
|
36270
|
-
|
|
36271
|
-
|
|
36271
|
+
processFormvue_type_template_id_80a2c5c2_render,
|
|
36272
|
+
processFormvue_type_template_id_80a2c5c2_staticRenderFns,
|
|
36272
36273
|
false,
|
|
36273
36274
|
null,
|
|
36274
36275
|
null,
|
|
@@ -40458,8 +40459,8 @@ var reset_component = normalizeComponent(
|
|
|
40458
40459
|
)
|
|
40459
40460
|
|
|
40460
40461
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
40461
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
40462
|
-
var
|
|
40462
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
|
|
40463
|
+
var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
|
|
40463
40464
|
var _vm = this
|
|
40464
40465
|
var _h = _vm.$createElement
|
|
40465
40466
|
var _c = _vm._self._c || _h
|
|
@@ -40547,7 +40548,7 @@ var taskUnionExaminevue_type_template_id_47ede613_render = function () {
|
|
|
40547
40548
|
? _vm.currentOrgTabs
|
|
40548
40549
|
: ["department", "employee"]
|
|
40549
40550
|
: _vm.type == "startDraf"
|
|
40550
|
-
? ["
|
|
40551
|
+
? ["employee", "enterprise"]
|
|
40551
40552
|
: ["enterprise"],
|
|
40552
40553
|
params:
|
|
40553
40554
|
_vm.type == "startDraf" || _vm.type == "unionExamine"
|
|
@@ -40763,11 +40764,11 @@ var taskUnionExaminevue_type_template_id_47ede613_render = function () {
|
|
|
40763
40764
|
1
|
|
40764
40765
|
)
|
|
40765
40766
|
}
|
|
40766
|
-
var
|
|
40767
|
-
|
|
40767
|
+
var taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns = []
|
|
40768
|
+
taskUnionExaminevue_type_template_id_5a32ec13_render._withStripped = true
|
|
40768
40769
|
|
|
40769
40770
|
|
|
40770
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
40771
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
|
|
40771
40772
|
|
|
40772
40773
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
40773
40774
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -41465,8 +41466,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
41465
41466
|
|
|
41466
41467
|
var taskUnionExamine_component = normalizeComponent(
|
|
41467
41468
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
41468
|
-
|
|
41469
|
-
|
|
41469
|
+
taskUnionExaminevue_type_template_id_5a32ec13_render,
|
|
41470
|
+
taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns,
|
|
41470
41471
|
false,
|
|
41471
41472
|
null,
|
|
41472
41473
|
null,
|
|
@@ -49950,11 +49951,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
49950
49951
|
});
|
|
49951
49952
|
},
|
|
49952
49953
|
|
|
49953
|
-
/**
|
|
49954
|
-
* saveInfo
|
|
49955
|
-
* @desc:暂存
|
|
49956
|
-
* @author liufan
|
|
49957
|
-
* @date 2022年9月9日
|
|
49954
|
+
/**
|
|
49955
|
+
* saveInfo
|
|
49956
|
+
* @desc:暂存
|
|
49957
|
+
* @author liufan
|
|
49958
|
+
* @date 2022年9月9日
|
|
49958
49959
|
**/
|
|
49959
49960
|
saveInfo: function saveInfo(type, btn) {
|
|
49960
49961
|
var _this13 = this;
|
|
@@ -50016,11 +50017,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50016
50017
|
});
|
|
50017
50018
|
},
|
|
50018
50019
|
|
|
50019
|
-
/**
|
|
50020
|
-
* rejectBtn
|
|
50021
|
-
* @desc:点击驳回
|
|
50022
|
-
* @author liufan
|
|
50023
|
-
* @date 2022年5月25日
|
|
50020
|
+
/**
|
|
50021
|
+
* rejectBtn
|
|
50022
|
+
* @desc:点击驳回
|
|
50023
|
+
* @author liufan
|
|
50024
|
+
* @date 2022年5月25日
|
|
50024
50025
|
**/
|
|
50025
50026
|
rejectBtn: function rejectBtn() {
|
|
50026
50027
|
var _this15 = this;
|
|
@@ -50038,11 +50039,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50038
50039
|
}
|
|
50039
50040
|
},
|
|
50040
50041
|
|
|
50041
|
-
/**
|
|
50042
|
-
* taskReadBtn
|
|
50043
|
-
* @desc:点击分阅
|
|
50044
|
-
* @author liufan
|
|
50045
|
-
* @date 2022年5月25日
|
|
50042
|
+
/**
|
|
50043
|
+
* taskReadBtn
|
|
50044
|
+
* @desc:点击分阅
|
|
50045
|
+
* @author liufan
|
|
50046
|
+
* @date 2022年5月25日
|
|
50046
50047
|
**/
|
|
50047
50048
|
taskReadBtn: function taskReadBtn() {
|
|
50048
50049
|
var _this16 = this;
|
|
@@ -50061,11 +50062,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50061
50062
|
}
|
|
50062
50063
|
},
|
|
50063
50064
|
|
|
50064
|
-
/**
|
|
50065
|
-
* getFind
|
|
50066
|
-
* @desc:获取通知方式
|
|
50067
|
-
* @author liufan
|
|
50068
|
-
* @date 2022年5月25日
|
|
50065
|
+
/**
|
|
50066
|
+
* getFind
|
|
50067
|
+
* @desc:获取通知方式
|
|
50068
|
+
* @author liufan
|
|
50069
|
+
* @date 2022年5月25日
|
|
50069
50070
|
**/
|
|
50070
50071
|
getFind: function getFind() {
|
|
50071
50072
|
var _this17 = this;
|
|
@@ -50131,12 +50132,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50131
50132
|
});
|
|
50132
50133
|
},
|
|
50133
50134
|
|
|
50134
|
-
/**
|
|
50135
|
-
* endFlows
|
|
50136
|
-
* @desc:直接办结
|
|
50137
|
-
* @author liufan
|
|
50138
|
-
* @param {Object} res 直接办结数据
|
|
50139
|
-
* @date 2022年5月25日
|
|
50135
|
+
/**
|
|
50136
|
+
* endFlows
|
|
50137
|
+
* @desc:直接办结
|
|
50138
|
+
* @author liufan
|
|
50139
|
+
* @param {Object} res 直接办结数据
|
|
50140
|
+
* @date 2022年5月25日
|
|
50140
50141
|
**/
|
|
50141
50142
|
endFlows: function endFlows(res) {
|
|
50142
50143
|
var _this19 = this;
|
|
@@ -50191,12 +50192,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50191
50192
|
}).catch(function (e) {});
|
|
50192
50193
|
},
|
|
50193
50194
|
|
|
50194
|
-
/**
|
|
50195
|
-
* goView
|
|
50196
|
-
* @desc:更多流程按钮操作
|
|
50197
|
-
* @author liufan
|
|
50198
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
50199
|
-
* @date 2022年5月25日
|
|
50195
|
+
/**
|
|
50196
|
+
* goView
|
|
50197
|
+
* @desc:更多流程按钮操作
|
|
50198
|
+
* @author liufan
|
|
50199
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
50200
|
+
* @date 2022年5月25日
|
|
50200
50201
|
**/
|
|
50201
50202
|
goView: function goView(res) {
|
|
50202
50203
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -50283,11 +50284,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50283
50284
|
// isCanStartSubFlow
|
|
50284
50285
|
},
|
|
50285
50286
|
|
|
50286
|
-
/**
|
|
50287
|
-
* toTakeAdvice
|
|
50288
|
-
* @desc:征求意见
|
|
50289
|
-
* @author liufan
|
|
50290
|
-
* @date 2022年9月29日
|
|
50287
|
+
/**
|
|
50288
|
+
* toTakeAdvice
|
|
50289
|
+
* @desc:征求意见
|
|
50290
|
+
* @author liufan
|
|
50291
|
+
* @date 2022年9月29日
|
|
50291
50292
|
**/
|
|
50292
50293
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
50293
50294
|
var _this21 = this;
|
|
@@ -50331,11 +50332,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50331
50332
|
});
|
|
50332
50333
|
},
|
|
50333
50334
|
|
|
50334
|
-
/**
|
|
50335
|
-
* toStartDraf
|
|
50336
|
-
* @desc: 稿件递送、联合审核、复核
|
|
50337
|
-
* @author liufan
|
|
50338
|
-
* @date 2022年9月29日
|
|
50335
|
+
/**
|
|
50336
|
+
* toStartDraf
|
|
50337
|
+
* @desc: 稿件递送、联合审核、复核
|
|
50338
|
+
* @author liufan
|
|
50339
|
+
* @date 2022年9月29日
|
|
50339
50340
|
**/
|
|
50340
50341
|
toStartDraf: function toStartDraf(res) {
|
|
50341
50342
|
var _this23 = this;
|
|
@@ -50349,11 +50350,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50349
50350
|
}
|
|
50350
50351
|
},
|
|
50351
50352
|
|
|
50352
|
-
/**
|
|
50353
|
-
* toSendMsg
|
|
50354
|
-
* @desc:核稿通知
|
|
50355
|
-
* @author liufan
|
|
50356
|
-
* @date 2022年9月29日
|
|
50353
|
+
/**
|
|
50354
|
+
* toSendMsg
|
|
50355
|
+
* @desc:核稿通知
|
|
50356
|
+
* @author liufan
|
|
50357
|
+
* @date 2022年9月29日
|
|
50357
50358
|
**/
|
|
50358
50359
|
toSendMsg: function toSendMsg(res) {
|
|
50359
50360
|
var _this24 = this;
|
|
@@ -50367,11 +50368,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50367
50368
|
}
|
|
50368
50369
|
},
|
|
50369
50370
|
|
|
50370
|
-
/**
|
|
50371
|
-
* toTaskReadAndEnd
|
|
50372
|
-
* @desc:分阅并办结
|
|
50373
|
-
* @author liufan
|
|
50374
|
-
* @date 2022年9月29日
|
|
50371
|
+
/**
|
|
50372
|
+
* toTaskReadAndEnd
|
|
50373
|
+
* @desc:分阅并办结
|
|
50374
|
+
* @author liufan
|
|
50375
|
+
* @date 2022年9月29日
|
|
50375
50376
|
**/
|
|
50376
50377
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
50377
50378
|
var _this25 = this;
|
|
@@ -50389,11 +50390,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50389
50390
|
}
|
|
50390
50391
|
},
|
|
50391
50392
|
|
|
50392
|
-
/**
|
|
50393
|
-
* rejectAndEnd
|
|
50394
|
-
* @desc:驳回并办结
|
|
50395
|
-
* @author liufan
|
|
50396
|
-
* @date 2022年9月29日
|
|
50393
|
+
/**
|
|
50394
|
+
* rejectAndEnd
|
|
50395
|
+
* @desc:驳回并办结
|
|
50396
|
+
* @author liufan
|
|
50397
|
+
* @date 2022年9月29日
|
|
50397
50398
|
**/
|
|
50398
50399
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
50399
50400
|
var _this26 = this;
|
|
@@ -50449,11 +50450,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50449
50450
|
});
|
|
50450
50451
|
},
|
|
50451
50452
|
|
|
50452
|
-
/**
|
|
50453
|
-
* toTransfer
|
|
50454
|
-
* @desc:转办
|
|
50455
|
-
* @author liufan
|
|
50456
|
-
* @date 2022年9月29日
|
|
50453
|
+
/**
|
|
50454
|
+
* toTransfer
|
|
50455
|
+
* @desc:转办
|
|
50456
|
+
* @author liufan
|
|
50457
|
+
* @date 2022年9月29日
|
|
50457
50458
|
**/
|
|
50458
50459
|
toTransfer: function toTransfer(res) {
|
|
50459
50460
|
var _this28 = this;
|
|
@@ -50472,11 +50473,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50472
50473
|
this.nextNode.customLimitTime = val;
|
|
50473
50474
|
},
|
|
50474
50475
|
|
|
50475
|
-
/**
|
|
50476
|
-
* getNodeInfo
|
|
50477
|
-
* @desc:获取节点信息
|
|
50478
|
-
* @author liufan
|
|
50479
|
-
* @date 2022年5月25日
|
|
50476
|
+
/**
|
|
50477
|
+
* getNodeInfo
|
|
50478
|
+
* @desc:获取节点信息
|
|
50479
|
+
* @author liufan
|
|
50480
|
+
* @date 2022年5月25日
|
|
50480
50481
|
**/
|
|
50481
50482
|
getNodeInfo: function getNodeInfo() {
|
|
50482
50483
|
var _this29 = this;
|
|
@@ -50502,6 +50503,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50502
50503
|
if (_this29.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
|
|
50503
50504
|
_this29.nextNode.customLimitTime = _this29.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
|
|
50504
50505
|
}
|
|
50506
|
+
if (data.nodeMoreInfo.chooseCurrentOrgUserCandidateNeedForbiddenSubDept === true) {
|
|
50507
|
+
_this29.params.only_filid = true;
|
|
50508
|
+
}
|
|
50505
50509
|
data.otherOrgDisabledObjId && (_this29.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
|
|
50506
50510
|
data.currentOrgDisabledObjId && (_this29.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
|
|
50507
50511
|
if (data != null) {
|
|
@@ -50584,12 +50588,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50584
50588
|
});
|
|
50585
50589
|
},
|
|
50586
50590
|
|
|
50587
|
-
/**
|
|
50588
|
-
* selecNext
|
|
50589
|
-
* @desc:下步节点变化时更新数据
|
|
50590
|
-
* @author liufan
|
|
50591
|
-
* @param {String} val 当前选中值
|
|
50592
|
-
* @date 2022年5月25日
|
|
50591
|
+
/**
|
|
50592
|
+
* selecNext
|
|
50593
|
+
* @desc:下步节点变化时更新数据
|
|
50594
|
+
* @author liufan
|
|
50595
|
+
* @param {String} val 当前选中值
|
|
50596
|
+
* @date 2022年5月25日
|
|
50593
50597
|
**/
|
|
50594
50598
|
selecNext: function selecNext(val, type, isDef) {
|
|
50595
50599
|
var _this30 = this;
|
|
@@ -50721,11 +50725,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50721
50725
|
this.getNodeInfo();
|
|
50722
50726
|
},
|
|
50723
50727
|
|
|
50724
|
-
/**
|
|
50725
|
-
* isMultiple
|
|
50726
|
-
* @desc:是否多选
|
|
50727
|
-
* @author liufan
|
|
50728
|
-
* @date 2022年9月13日
|
|
50728
|
+
/**
|
|
50729
|
+
* isMultiple
|
|
50730
|
+
* @desc:是否多选
|
|
50731
|
+
* @author liufan
|
|
50732
|
+
* @date 2022年9月13日
|
|
50729
50733
|
**/
|
|
50730
50734
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
50731
50735
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -50757,11 +50761,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50757
50761
|
}
|
|
50758
50762
|
},
|
|
50759
50763
|
|
|
50760
|
-
/**
|
|
50761
|
-
* getHedInfo
|
|
50762
|
-
* @desc:获取审核页面数据
|
|
50763
|
-
* @author liufan
|
|
50764
|
-
* @date 2022年5月25日
|
|
50764
|
+
/**
|
|
50765
|
+
* getHedInfo
|
|
50766
|
+
* @desc:获取审核页面数据
|
|
50767
|
+
* @author liufan
|
|
50768
|
+
* @date 2022年5月25日
|
|
50765
50769
|
**/
|
|
50766
50770
|
getHedInfo: function getHedInfo() {
|
|
50767
50771
|
var _this31 = this;
|
|
@@ -51071,13 +51075,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51071
51075
|
});
|
|
51072
51076
|
},
|
|
51073
51077
|
|
|
51074
|
-
/**
|
|
51075
|
-
* closeProcess
|
|
51076
|
-
* @desc:关闭弹窗
|
|
51077
|
-
* @author liufan
|
|
51078
|
-
* @param {boolean} val 当前是否办理流程
|
|
51079
|
-
* @param {String} type 当前点击的弹窗类型
|
|
51080
|
-
* @date 2022年5月25日
|
|
51078
|
+
/**
|
|
51079
|
+
* closeProcess
|
|
51080
|
+
* @desc:关闭弹窗
|
|
51081
|
+
* @author liufan
|
|
51082
|
+
* @param {boolean} val 当前是否办理流程
|
|
51083
|
+
* @param {String} type 当前点击的弹窗类型
|
|
51084
|
+
* @date 2022年5月25日
|
|
51081
51085
|
**/
|
|
51082
51086
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
51083
51087
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -51097,23 +51101,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51097
51101
|
}
|
|
51098
51102
|
},
|
|
51099
51103
|
|
|
51100
|
-
/**
|
|
51101
|
-
* selectChange
|
|
51102
|
-
* @desc:常用语选择
|
|
51103
|
-
* @author liufan
|
|
51104
|
-
* @param {String} val 选中值
|
|
51105
|
-
* @date 2022年5月25日
|
|
51104
|
+
/**
|
|
51105
|
+
* selectChange
|
|
51106
|
+
* @desc:常用语选择
|
|
51107
|
+
* @author liufan
|
|
51108
|
+
* @param {String} val 选中值
|
|
51109
|
+
* @date 2022年5月25日
|
|
51106
51110
|
**/
|
|
51107
51111
|
selectChange: function selectChange(val) {
|
|
51108
51112
|
this.value = val;
|
|
51109
51113
|
},
|
|
51110
51114
|
|
|
51111
|
-
/**
|
|
51112
|
-
* upDate
|
|
51113
|
-
* @desc:修改常用语
|
|
51114
|
-
* @author liufan
|
|
51115
|
-
* @param {Object} val 修改值
|
|
51116
|
-
* @date 2022年5月25日
|
|
51115
|
+
/**
|
|
51116
|
+
* upDate
|
|
51117
|
+
* @desc:修改常用语
|
|
51118
|
+
* @author liufan
|
|
51119
|
+
* @param {Object} val 修改值
|
|
51120
|
+
* @date 2022年5月25日
|
|
51117
51121
|
**/
|
|
51118
51122
|
upDate: function upDate(val) {
|
|
51119
51123
|
this.FormData.id = val.id;
|
|
@@ -51121,11 +51125,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51121
51125
|
},
|
|
51122
51126
|
|
|
51123
51127
|
|
|
51124
|
-
/**
|
|
51125
|
-
* getProcess
|
|
51126
|
-
* @desc:获取选择流程
|
|
51127
|
-
* @author liufan
|
|
51128
|
-
* @date 2022年5月25日
|
|
51128
|
+
/**
|
|
51129
|
+
* getProcess
|
|
51130
|
+
* @desc:获取选择流程
|
|
51131
|
+
* @author liufan
|
|
51132
|
+
* @date 2022年5月25日
|
|
51129
51133
|
**/
|
|
51130
51134
|
getProcess: function getProcess(val) {
|
|
51131
51135
|
var _this32 = this;
|
|
@@ -51185,11 +51189,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51185
51189
|
});
|
|
51186
51190
|
},
|
|
51187
51191
|
|
|
51188
|
-
/**
|
|
51189
|
-
* getPendedhistoryList
|
|
51190
|
-
* @desc:获取流程列表
|
|
51191
|
-
* @author liufan
|
|
51192
|
-
* @date 2022年5月25日
|
|
51192
|
+
/**
|
|
51193
|
+
* getPendedhistoryList
|
|
51194
|
+
* @desc:获取流程列表
|
|
51195
|
+
* @author liufan
|
|
51196
|
+
* @date 2022年5月25日
|
|
51193
51197
|
**/
|
|
51194
51198
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
51195
51199
|
var _this33 = this;
|
|
@@ -51260,12 +51264,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51260
51264
|
beforeSubProcess: function beforeSubProcess() {},
|
|
51261
51265
|
|
|
51262
51266
|
// 提交流程
|
|
51263
|
-
/**
|
|
51264
|
-
* subProcess
|
|
51265
|
-
* @desc:提交流程
|
|
51266
|
-
* @author liufan
|
|
51267
|
-
* @param {String} formName 当前form表单ref值
|
|
51268
|
-
* @date 2022年5月25日
|
|
51267
|
+
/**
|
|
51268
|
+
* subProcess
|
|
51269
|
+
* @desc:提交流程
|
|
51270
|
+
* @author liufan
|
|
51271
|
+
* @param {String} formName 当前form表单ref值
|
|
51272
|
+
* @date 2022年5月25日
|
|
51269
51273
|
**/
|
|
51270
51274
|
subProcess: function subProcess(val, type) {
|
|
51271
51275
|
var _this35 = this;
|
|
@@ -51744,8 +51748,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51744
51748
|
|
|
51745
51749
|
var flow_src_main_component = normalizeComponent(
|
|
51746
51750
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
51747
|
-
|
|
51748
|
-
|
|
51751
|
+
mainvue_type_template_id_533c9d4c_render,
|
|
51752
|
+
mainvue_type_template_id_533c9d4c_staticRenderFns,
|
|
51749
51753
|
false,
|
|
51750
51754
|
null,
|
|
51751
51755
|
null,
|
|
@@ -53772,8 +53776,8 @@ flow_group_src_main.install = function (Vue) {
|
|
|
53772
53776
|
};
|
|
53773
53777
|
|
|
53774
53778
|
/* harmony default export */ var flow_group = (flow_group_src_main);
|
|
53775
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
53776
|
-
var
|
|
53779
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=7e636ba0&
|
|
53780
|
+
var mainvue_type_template_id_7e636ba0_render = function () {
|
|
53777
53781
|
var _vm = this
|
|
53778
53782
|
var _h = _vm.$createElement
|
|
53779
53783
|
var _c = _vm._self._c || _h
|
|
@@ -54204,11 +54208,11 @@ var mainvue_type_template_id_dfc18528_render = function () {
|
|
|
54204
54208
|
2
|
|
54205
54209
|
)
|
|
54206
54210
|
}
|
|
54207
|
-
var
|
|
54208
|
-
|
|
54211
|
+
var mainvue_type_template_id_7e636ba0_staticRenderFns = []
|
|
54212
|
+
mainvue_type_template_id_7e636ba0_render._withStripped = true
|
|
54209
54213
|
|
|
54210
54214
|
|
|
54211
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
54215
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=7e636ba0&
|
|
54212
54216
|
|
|
54213
54217
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
|
|
54214
54218
|
|
|
@@ -54822,7 +54826,6 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
54822
54826
|
_this.batchdeleteTableList = _this.flowData.filter(function (x) {
|
|
54823
54827
|
return x.pendstate == 2;
|
|
54824
54828
|
});
|
|
54825
|
-
console.log(res, '批量删除');
|
|
54826
54829
|
// }
|
|
54827
54830
|
}
|
|
54828
54831
|
}, {
|
|
@@ -54835,7 +54838,6 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
54835
54838
|
_this.currentPage = 1;
|
|
54836
54839
|
_this.pageSize = 20;
|
|
54837
54840
|
_this.getResetList();
|
|
54838
|
-
console.log(res, '重设记录');
|
|
54839
54841
|
// }
|
|
54840
54842
|
}
|
|
54841
54843
|
}]
|
|
@@ -55582,7 +55584,6 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55582
55584
|
method: 'POST',
|
|
55583
55585
|
data: { ids: ids, reason: this.batchdeletereason }
|
|
55584
55586
|
};
|
|
55585
|
-
console.log(params);
|
|
55586
55587
|
this.$confirm('您确定要批量删除勾选上的流程历史数据吗?', {
|
|
55587
55588
|
confirmButtonText: '确定',
|
|
55588
55589
|
cancelButtonText: '取消',
|
|
@@ -55719,7 +55720,6 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55719
55720
|
handleSelectionChange: function handleSelectionChange(val, type) {
|
|
55720
55721
|
if (type == 'batchDelete') {
|
|
55721
55722
|
this.batchDeleteSelectList = val;
|
|
55722
|
-
console.log(this.batchDeleteSelectList, 'this.batchDeleteSelectList');
|
|
55723
55723
|
} else {
|
|
55724
55724
|
this.selectList = val;
|
|
55725
55725
|
}
|
|
@@ -55813,6 +55813,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55813
55813
|
}
|
|
55814
55814
|
},
|
|
55815
55815
|
handleBtnClick: function handleBtnClick(data) {
|
|
55816
|
+
var _this11 = this;
|
|
55817
|
+
|
|
55816
55818
|
// recallRead
|
|
55817
55819
|
var handle = data.handle,
|
|
55818
55820
|
row = data.row;
|
|
@@ -55822,6 +55824,39 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55822
55824
|
this.del(row.id, handle.text == '删除' ? 'del' : 'modify');
|
|
55823
55825
|
} else if (handle.fun == 'recallRead') {
|
|
55824
55826
|
this[handle.fun]();
|
|
55827
|
+
} else if (handle.text == '置为失效') {
|
|
55828
|
+
if (row.status == 0) {
|
|
55829
|
+
this.$confirm('您确定要置为失效吗?').then(function () {
|
|
55830
|
+
_this11.loading = utils_util.loading(_this11.$loading, '提交中...');
|
|
55831
|
+
var param = {
|
|
55832
|
+
url: deletePresetInfo,
|
|
55833
|
+
headers: { Accept: 'application/json,text/plain' },
|
|
55834
|
+
method: 'post',
|
|
55835
|
+
data: { id: row.id }
|
|
55836
|
+
};
|
|
55837
|
+
utils_util.ajax(param).then(function (res) {
|
|
55838
|
+
var status = res.status,
|
|
55839
|
+
message = res.message;
|
|
55840
|
+
|
|
55841
|
+
_this11.loading.close();
|
|
55842
|
+
if (status === 'success') {
|
|
55843
|
+
_this11.$message.success('操作成功');
|
|
55844
|
+
_this11.getListInfo();
|
|
55845
|
+
} else {
|
|
55846
|
+
_this11.$message.error(message || '系统错误,请联系管理员!');
|
|
55847
|
+
}
|
|
55848
|
+
}).catch(function (err) {
|
|
55849
|
+
_this11.loading.close();
|
|
55850
|
+
if (err.message && err.message !== 'canceled') {
|
|
55851
|
+
_this11.$message.error(err.message);
|
|
55852
|
+
}
|
|
55853
|
+
});
|
|
55854
|
+
}).catch(function (e) {
|
|
55855
|
+
// on cancel
|
|
55856
|
+
});
|
|
55857
|
+
} else {
|
|
55858
|
+
this.$message.warning('当前数据已为失效状态');
|
|
55859
|
+
}
|
|
55825
55860
|
}
|
|
55826
55861
|
},
|
|
55827
55862
|
|
|
@@ -55833,7 +55868,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55833
55868
|
* @date 2022年11月29日
|
|
55834
55869
|
**/
|
|
55835
55870
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
55836
|
-
var
|
|
55871
|
+
var _this12 = this;
|
|
55837
55872
|
|
|
55838
55873
|
this.delLoading = true;
|
|
55839
55874
|
var params = {
|
|
@@ -55850,18 +55885,18 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55850
55885
|
var status = res.status,
|
|
55851
55886
|
message = res.message;
|
|
55852
55887
|
|
|
55853
|
-
|
|
55888
|
+
_this12.delLoading = false;
|
|
55854
55889
|
if (status === 'success') {
|
|
55855
|
-
|
|
55856
|
-
|
|
55857
|
-
|
|
55890
|
+
_this12.$message.success((_this12.modalType == 'del' ? '删除' : '修改') + '\u6210\u529F');
|
|
55891
|
+
_this12.showDel = false;
|
|
55892
|
+
_this12.handleChange();
|
|
55858
55893
|
} else {
|
|
55859
|
-
|
|
55894
|
+
_this12.$message.error(message || '系统错误,请联系管理员!');
|
|
55860
55895
|
}
|
|
55861
55896
|
}).catch(function (err) {
|
|
55862
|
-
|
|
55897
|
+
_this12.delLoading = false;
|
|
55863
55898
|
if (err.message && err.message !== 'canceled') {
|
|
55864
|
-
|
|
55899
|
+
_this12.$message.error(err.message);
|
|
55865
55900
|
}
|
|
55866
55901
|
});
|
|
55867
55902
|
},
|
|
@@ -55915,7 +55950,6 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55915
55950
|
* @date 2022年11月29日
|
|
55916
55951
|
**/
|
|
55917
55952
|
sortChange: function sortChange(info, type) {
|
|
55918
|
-
console.log(info);
|
|
55919
55953
|
var prop = info.prop;
|
|
55920
55954
|
|
|
55921
55955
|
this.sidx = prop;
|
|
@@ -55936,7 +55970,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55936
55970
|
* @date 2025年12月30日
|
|
55937
55971
|
**/
|
|
55938
55972
|
getDeletList: function getDeletList() {
|
|
55939
|
-
var
|
|
55973
|
+
var _this13 = this;
|
|
55940
55974
|
|
|
55941
55975
|
var pageSize = this.pageSize,
|
|
55942
55976
|
sidx = this.sidx,
|
|
@@ -55951,13 +55985,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55951
55985
|
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
|
|
55952
55986
|
};
|
|
55953
55987
|
utils_util.ajax(params).then(function (res) {
|
|
55954
|
-
|
|
55955
|
-
|
|
55956
|
-
|
|
55988
|
+
_this13.deleteTableList = res.data;
|
|
55989
|
+
_this13.total = res.totalrecords;
|
|
55990
|
+
_this13.deleteLoading = false;
|
|
55957
55991
|
}).catch(function (err) {
|
|
55958
|
-
|
|
55992
|
+
_this13.deleteLoading = false;
|
|
55959
55993
|
if (err.message && err.message !== 'canceled') {
|
|
55960
|
-
|
|
55994
|
+
_this13.$message.error(err.message);
|
|
55961
55995
|
}
|
|
55962
55996
|
});
|
|
55963
55997
|
},
|
|
@@ -55969,7 +56003,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55969
56003
|
* @date 2025年12月30日
|
|
55970
56004
|
**/
|
|
55971
56005
|
getResetList: function getResetList() {
|
|
55972
|
-
var
|
|
56006
|
+
var _this14 = this;
|
|
55973
56007
|
|
|
55974
56008
|
var pageSize = this.pageSize,
|
|
55975
56009
|
sidx = this.sidx,
|
|
@@ -55985,13 +56019,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
55985
56019
|
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord }
|
|
55986
56020
|
};
|
|
55987
56021
|
utils_util.ajax(params).then(function (res) {
|
|
55988
|
-
|
|
55989
|
-
|
|
55990
|
-
|
|
56022
|
+
_this14.resetTableList = res.data;
|
|
56023
|
+
_this14.total = res.totalrecords;
|
|
56024
|
+
_this14.resetLoading = false;
|
|
55991
56025
|
}).catch(function (err) {
|
|
55992
|
-
|
|
56026
|
+
_this14.resetLoading = false;
|
|
55993
56027
|
if (err.message && err.message !== 'canceled') {
|
|
55994
|
-
|
|
56028
|
+
_this14.$message.error(err.message);
|
|
55995
56029
|
}
|
|
55996
56030
|
});
|
|
55997
56031
|
},
|
|
@@ -56003,7 +56037,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56003
56037
|
* @date 2022年11月29日
|
|
56004
56038
|
**/
|
|
56005
56039
|
getPressList: function getPressList() {
|
|
56006
|
-
var
|
|
56040
|
+
var _this15 = this;
|
|
56007
56041
|
|
|
56008
56042
|
var historyId = this.historyId,
|
|
56009
56043
|
pageSize = this.pageSize,
|
|
@@ -56019,13 +56053,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56019
56053
|
data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
|
|
56020
56054
|
};
|
|
56021
56055
|
utils_util.ajax(params).then(function (res) {
|
|
56022
|
-
|
|
56023
|
-
|
|
56024
|
-
|
|
56056
|
+
_this15.pressTableList = res.data;
|
|
56057
|
+
_this15.total = res.totalrecords;
|
|
56058
|
+
_this15.pressLoading = false;
|
|
56025
56059
|
}).catch(function (err) {
|
|
56026
|
-
|
|
56060
|
+
_this15.pressLoading = false;
|
|
56027
56061
|
if (err.message && err.message !== 'canceled') {
|
|
56028
|
-
|
|
56062
|
+
_this15.$message.error(err.message);
|
|
56029
56063
|
}
|
|
56030
56064
|
});
|
|
56031
56065
|
},
|
|
@@ -56070,7 +56104,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56070
56104
|
this.getFlowList();
|
|
56071
56105
|
},
|
|
56072
56106
|
getFyListJson: function getFyListJson(type) {
|
|
56073
|
-
var
|
|
56107
|
+
var _this16 = this;
|
|
56074
56108
|
|
|
56075
56109
|
return flow_list_src_mainvue_type_script_lang_js_asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
|
|
56076
56110
|
var params;
|
|
@@ -56081,20 +56115,20 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56081
56115
|
params = {
|
|
56082
56116
|
url: fyListJson,
|
|
56083
56117
|
params: {
|
|
56084
|
-
appRecordId:
|
|
56118
|
+
appRecordId: _this16.businessId,
|
|
56085
56119
|
status: type
|
|
56086
56120
|
}
|
|
56087
56121
|
};
|
|
56088
56122
|
_context3.next = 3;
|
|
56089
56123
|
return utils_util.ajax(params).then(function (res) {
|
|
56090
56124
|
if (type == 1) {
|
|
56091
|
-
|
|
56092
|
-
|
|
56125
|
+
_this16.untreatedReadData = res.data;
|
|
56126
|
+
_this16.untreatedReadData.map(function (x, i) {
|
|
56093
56127
|
x.sort = i + 1;
|
|
56094
56128
|
});
|
|
56095
56129
|
} else {
|
|
56096
|
-
|
|
56097
|
-
|
|
56130
|
+
_this16.processedReadData = res.data;
|
|
56131
|
+
_this16.processedReadData.map(function (x, i) {
|
|
56098
56132
|
x.sort = i + 1;
|
|
56099
56133
|
});
|
|
56100
56134
|
}
|
|
@@ -56105,7 +56139,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56105
56139
|
return _context3.stop();
|
|
56106
56140
|
}
|
|
56107
56141
|
}
|
|
56108
|
-
}, _callee3,
|
|
56142
|
+
}, _callee3, _this16);
|
|
56109
56143
|
}))();
|
|
56110
56144
|
},
|
|
56111
56145
|
|
|
@@ -56116,7 +56150,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56116
56150
|
* @date 2022年11月22日
|
|
56117
56151
|
**/
|
|
56118
56152
|
getFlowList: function getFlowList(type) {
|
|
56119
|
-
var
|
|
56153
|
+
var _this17 = this;
|
|
56120
56154
|
|
|
56121
56155
|
var params = {
|
|
56122
56156
|
url: pendedhistoryListJson,
|
|
@@ -56143,53 +56177,53 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56143
56177
|
isShowReset = _res$data.isShowReset,
|
|
56144
56178
|
taskReadName = _res$data.taskReadName;
|
|
56145
56179
|
|
|
56146
|
-
|
|
56180
|
+
_this17.loading.close();
|
|
56147
56181
|
if (status == 'success') {
|
|
56148
|
-
|
|
56149
|
-
|
|
56150
|
-
|
|
56151
|
-
|
|
56152
|
-
|
|
56153
|
-
|
|
56154
|
-
|
|
56182
|
+
_this17.flowTableInfo.adjunctCode = adjunctCode;
|
|
56183
|
+
_this17.flowTableInfo.hasAgent = hasAgent;
|
|
56184
|
+
_this17.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
|
|
56185
|
+
_this17.isShort = isShort;
|
|
56186
|
+
_this17.taskReadName = taskReadName;
|
|
56187
|
+
_this17.flowData = wfHistoryList;
|
|
56188
|
+
_this17.flowData.map(function (x, i) {
|
|
56155
56189
|
x.sort = i + 1;
|
|
56156
56190
|
if (!x.deptid) {
|
|
56157
56191
|
x.deptid = x.deptName;
|
|
56158
56192
|
}
|
|
56159
56193
|
});
|
|
56160
|
-
|
|
56161
|
-
|
|
56194
|
+
_this17.splitReadingData = fyHistoryList;
|
|
56195
|
+
_this17.splitReadingData.map(function (x, i) {
|
|
56162
56196
|
x.sort = i + 1;
|
|
56163
56197
|
});
|
|
56164
|
-
|
|
56165
|
-
|
|
56166
|
-
|
|
56167
|
-
|
|
56168
|
-
|
|
56169
|
-
|
|
56170
|
-
if (
|
|
56171
|
-
|
|
56172
|
-
|
|
56173
|
-
|
|
56198
|
+
_this17.modify = modify;
|
|
56199
|
+
_this17.canDelete = canDelete;
|
|
56200
|
+
_this17.canBatchDelete = canBatchDelete;
|
|
56201
|
+
_this17.isSuperRole = isSuperRole;
|
|
56202
|
+
_this17.isShowReset = isShowReset;
|
|
56203
|
+
_this17.show = true;
|
|
56204
|
+
if (_this17.height == 'auto') {
|
|
56205
|
+
_this17.$nextTick(function () {
|
|
56206
|
+
_this17.content.map(function (x) {
|
|
56207
|
+
_this17[x.type + 'Height'] = _this17.$refs[x.type][0].offsetHeight;
|
|
56174
56208
|
});
|
|
56175
56209
|
});
|
|
56176
56210
|
}
|
|
56177
|
-
if (
|
|
56178
|
-
|
|
56211
|
+
if (_this17.contents.indexOf('circular') != -1) {
|
|
56212
|
+
_this17.getCircularReadList();
|
|
56179
56213
|
} else {
|
|
56180
|
-
|
|
56181
|
-
|
|
56214
|
+
_this17.$nextTick(function () {
|
|
56215
|
+
_this17.getListCount(_this17.flowListCount);
|
|
56182
56216
|
});
|
|
56183
56217
|
}
|
|
56184
56218
|
} else {
|
|
56185
|
-
|
|
56219
|
+
_this17.$message.error(message || '系统错误,请联系管理员!');
|
|
56186
56220
|
}
|
|
56187
56221
|
}).catch(function (err) {
|
|
56188
|
-
|
|
56222
|
+
_this17.loading.close();
|
|
56189
56223
|
if (err.message && err.message !== 'canceled') {
|
|
56190
|
-
|
|
56224
|
+
_this17.$message.error(err.message);
|
|
56191
56225
|
}
|
|
56192
|
-
|
|
56226
|
+
_this17.show = true;
|
|
56193
56227
|
});
|
|
56194
56228
|
},
|
|
56195
56229
|
|
|
@@ -56201,7 +56235,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56201
56235
|
* @date 2022年11月10日
|
|
56202
56236
|
**/
|
|
56203
56237
|
handleClick: function handleClick(val) {
|
|
56204
|
-
var
|
|
56238
|
+
var _this18 = this;
|
|
56205
56239
|
|
|
56206
56240
|
var text = val.handle.text,
|
|
56207
56241
|
_val$row = val.row,
|
|
@@ -56211,7 +56245,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56211
56245
|
if (text === '置为失效') {
|
|
56212
56246
|
if (status == 0) {
|
|
56213
56247
|
this.$confirm('您确定要置为失效吗?').then(function () {
|
|
56214
|
-
|
|
56248
|
+
_this18.loading = utils_util.loading(_this18.$loading, '提交中...');
|
|
56215
56249
|
var param = {
|
|
56216
56250
|
url: deletePresetInfo,
|
|
56217
56251
|
headers: { Accept: 'application/json,text/plain' },
|
|
@@ -56222,17 +56256,17 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56222
56256
|
var status = res.status,
|
|
56223
56257
|
message = res.message;
|
|
56224
56258
|
|
|
56225
|
-
|
|
56259
|
+
_this18.loading.close();
|
|
56226
56260
|
if (status === 'success') {
|
|
56227
|
-
|
|
56228
|
-
|
|
56261
|
+
_this18.$message.success('操作成功');
|
|
56262
|
+
_this18.getListInfo();
|
|
56229
56263
|
} else {
|
|
56230
|
-
|
|
56264
|
+
_this18.$message.error(message || '系统错误,请联系管理员!');
|
|
56231
56265
|
}
|
|
56232
56266
|
}).catch(function (err) {
|
|
56233
|
-
|
|
56267
|
+
_this18.loading.close();
|
|
56234
56268
|
if (err.message && err.message !== 'canceled') {
|
|
56235
|
-
|
|
56269
|
+
_this18.$message.error(err.message);
|
|
56236
56270
|
}
|
|
56237
56271
|
});
|
|
56238
56272
|
}).catch(function (e) {
|
|
@@ -56267,7 +56301,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56267
56301
|
* @date 2022年11月10日
|
|
56268
56302
|
**/
|
|
56269
56303
|
getSysInfo: function getSysInfo(code) {
|
|
56270
|
-
var
|
|
56304
|
+
var _this19 = this;
|
|
56271
56305
|
|
|
56272
56306
|
var params = {
|
|
56273
56307
|
url: findCodeValues,
|
|
@@ -56279,9 +56313,9 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56279
56313
|
data = res.data;
|
|
56280
56314
|
|
|
56281
56315
|
if (status == 'success') {
|
|
56282
|
-
|
|
56316
|
+
_this19[code] = data;
|
|
56283
56317
|
} else {
|
|
56284
|
-
|
|
56318
|
+
_this19.$message.error(message || '系统错误,请联系管理员!');
|
|
56285
56319
|
}
|
|
56286
56320
|
}).catch(function (e) {});
|
|
56287
56321
|
},
|
|
@@ -56293,7 +56327,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56293
56327
|
* @date 2022年11月10日
|
|
56294
56328
|
**/
|
|
56295
56329
|
getListInfo: function getListInfo() {
|
|
56296
|
-
var
|
|
56330
|
+
var _this20 = this;
|
|
56297
56331
|
|
|
56298
56332
|
var param = {
|
|
56299
56333
|
url: toPresetInfoListIndex,
|
|
@@ -56308,24 +56342,24 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56308
56342
|
canDelete = _res$data2.canDelete,
|
|
56309
56343
|
currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
|
|
56310
56344
|
|
|
56311
|
-
|
|
56345
|
+
_this20.loading.close();
|
|
56312
56346
|
if (status == 'success') {
|
|
56313
56347
|
if (presetInfoList) {
|
|
56314
|
-
|
|
56315
|
-
|
|
56348
|
+
_this20.presetData = presetInfoList;
|
|
56349
|
+
_this20.presetData.map(function (x, i) {
|
|
56316
56350
|
x.sort = i + 1;
|
|
56317
56351
|
});
|
|
56318
56352
|
}
|
|
56319
|
-
|
|
56320
|
-
|
|
56321
|
-
|
|
56353
|
+
_this20.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
|
|
56354
|
+
_this20.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
|
|
56355
|
+
_this20.canDelete = canDelete;
|
|
56322
56356
|
} else {
|
|
56323
|
-
|
|
56357
|
+
_this20.$message.error(message || '系统错误,请联系管理员!');
|
|
56324
56358
|
}
|
|
56325
56359
|
}).catch(function (err) {
|
|
56326
|
-
|
|
56360
|
+
_this20.loading.close();
|
|
56327
56361
|
if (err.message && err.message !== 'canceled') {
|
|
56328
|
-
|
|
56362
|
+
_this20.$message.error(err.message);
|
|
56329
56363
|
}
|
|
56330
56364
|
});
|
|
56331
56365
|
}
|
|
@@ -56343,8 +56377,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
56343
56377
|
|
|
56344
56378
|
var flow_list_src_main_component = normalizeComponent(
|
|
56345
56379
|
packages_flow_list_src_mainvue_type_script_lang_js_,
|
|
56346
|
-
|
|
56347
|
-
|
|
56380
|
+
mainvue_type_template_id_7e636ba0_render,
|
|
56381
|
+
mainvue_type_template_id_7e636ba0_staticRenderFns,
|
|
56348
56382
|
false,
|
|
56349
56383
|
null,
|
|
56350
56384
|
null,
|
|
@@ -56625,8 +56659,8 @@ handle_user_src_main.install = function (Vue) {
|
|
|
56625
56659
|
};
|
|
56626
56660
|
|
|
56627
56661
|
/* harmony default export */ var handle_user = (handle_user_src_main);
|
|
56628
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=
|
|
56629
|
-
var
|
|
56662
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=template&id=1e8e12d8&
|
|
56663
|
+
var mainvue_type_template_id_1e8e12d8_render = function () {
|
|
56630
56664
|
var _vm = this
|
|
56631
56665
|
var _h = _vm.$createElement
|
|
56632
56666
|
var _c = _vm._self._c || _h
|
|
@@ -56756,7 +56790,13 @@ var mainvue_type_template_id_793406e8_render = function () {
|
|
|
56756
56790
|
on: {
|
|
56757
56791
|
click: function ($event) {
|
|
56758
56792
|
$event.stopPropagation()
|
|
56759
|
-
_vm.handleSelect(
|
|
56793
|
+
_vm.handleSelect(
|
|
56794
|
+
Object.assign(
|
|
56795
|
+
{},
|
|
56796
|
+
{ node: ele },
|
|
56797
|
+
item
|
|
56798
|
+
)
|
|
56799
|
+
)
|
|
56760
56800
|
},
|
|
56761
56801
|
},
|
|
56762
56802
|
},
|
|
@@ -56873,11 +56913,11 @@ var mainvue_type_template_id_793406e8_render = function () {
|
|
|
56873
56913
|
2
|
|
56874
56914
|
)
|
|
56875
56915
|
}
|
|
56876
|
-
var
|
|
56877
|
-
|
|
56916
|
+
var mainvue_type_template_id_1e8e12d8_staticRenderFns = []
|
|
56917
|
+
mainvue_type_template_id_1e8e12d8_render._withStripped = true
|
|
56878
56918
|
|
|
56879
56919
|
|
|
56880
|
-
// CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=
|
|
56920
|
+
// CONCATENATED MODULE: ./packages/handler/src/main.vue?vue&type=template&id=1e8e12d8&
|
|
56881
56921
|
|
|
56882
56922
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/handler/src/main.vue?vue&type=script&lang=js&
|
|
56883
56923
|
var handler_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -57242,6 +57282,7 @@ var _props;
|
|
|
57242
57282
|
handleSelect: function handleSelect(res) {
|
|
57243
57283
|
var node = res.node;
|
|
57244
57284
|
|
|
57285
|
+
this.$emit('click', res);
|
|
57245
57286
|
if (node.extendData && node.extendData.businessStatus == 0) {
|
|
57246
57287
|
this.$alert(node.extendData.businessWarnMsg ? node.extendData.businessWarnMsg : '此模块还在开发中', '提示', {
|
|
57247
57288
|
type: 'warning'
|
|
@@ -57336,8 +57377,8 @@ var _props;
|
|
|
57336
57377
|
|
|
57337
57378
|
var handler_src_main_component = normalizeComponent(
|
|
57338
57379
|
packages_handler_src_mainvue_type_script_lang_js_,
|
|
57339
|
-
|
|
57340
|
-
|
|
57380
|
+
mainvue_type_template_id_1e8e12d8_render,
|
|
57381
|
+
mainvue_type_template_id_1e8e12d8_staticRenderFns,
|
|
57341
57382
|
false,
|
|
57342
57383
|
null,
|
|
57343
57384
|
null,
|
|
@@ -62814,8 +62855,8 @@ login_src_main.install = function (Vue) {
|
|
|
62814
62855
|
};
|
|
62815
62856
|
|
|
62816
62857
|
/* harmony default export */ var login = (login_src_main);
|
|
62817
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=
|
|
62818
|
-
var
|
|
62858
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=d38ebb62&
|
|
62859
|
+
var mainvue_type_template_id_d38ebb62_render = function () {
|
|
62819
62860
|
var _vm = this
|
|
62820
62861
|
var _h = _vm.$createElement
|
|
62821
62862
|
var _c = _vm._self._c || _h
|
|
@@ -62884,6 +62925,9 @@ var mainvue_type_template_id_48272c28_render = function () {
|
|
|
62884
62925
|
on: {
|
|
62885
62926
|
"chang-layout": _vm.changLayout,
|
|
62886
62927
|
"bus-emit": _vm.busEmit,
|
|
62928
|
+
getOriginParentMenu: function ($event) {
|
|
62929
|
+
_vm.$emit("getOriginParentMenu", $event)
|
|
62930
|
+
},
|
|
62887
62931
|
},
|
|
62888
62932
|
},
|
|
62889
62933
|
"main-default",
|
|
@@ -62958,11 +63002,11 @@ var mainvue_type_template_id_48272c28_render = function () {
|
|
|
62958
63002
|
)
|
|
62959
63003
|
: _vm._e()
|
|
62960
63004
|
}
|
|
62961
|
-
var
|
|
62962
|
-
|
|
63005
|
+
var mainvue_type_template_id_d38ebb62_staticRenderFns = []
|
|
63006
|
+
mainvue_type_template_id_d38ebb62_render._withStripped = true
|
|
62963
63007
|
|
|
62964
63008
|
|
|
62965
|
-
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=
|
|
63009
|
+
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=d38ebb62&
|
|
62966
63010
|
|
|
62967
63011
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=3a1d1142&scoped=true&
|
|
62968
63012
|
var simplicityvue_type_template_id_3a1d1142_scoped_true_render = function () {
|
|
@@ -77035,8 +77079,8 @@ var simplicityTop_component = normalizeComponent(
|
|
|
77035
77079
|
)
|
|
77036
77080
|
|
|
77037
77081
|
/* harmony default export */ var simplicityTop = (simplicityTop_component.exports);
|
|
77038
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=
|
|
77039
|
-
var
|
|
77082
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/index.vue?vue&type=template&id=b6763862&
|
|
77083
|
+
var defaultvue_type_template_id_b6763862_render = function () {
|
|
77040
77084
|
var _vm = this
|
|
77041
77085
|
var _h = _vm.$createElement
|
|
77042
77086
|
var _c = _vm._self._c || _h
|
|
@@ -77587,11 +77631,11 @@ var defaultvue_type_template_id_0c452dea_render = function () {
|
|
|
77587
77631
|
1
|
|
77588
77632
|
)
|
|
77589
77633
|
}
|
|
77590
|
-
var
|
|
77591
|
-
|
|
77634
|
+
var defaultvue_type_template_id_b6763862_staticRenderFns = []
|
|
77635
|
+
defaultvue_type_template_id_b6763862_render._withStripped = true
|
|
77592
77636
|
|
|
77593
77637
|
|
|
77594
|
-
// CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=
|
|
77638
|
+
// CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=b6763862&
|
|
77595
77639
|
|
|
77596
77640
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=template&id=4160a4c1&
|
|
77597
77641
|
var userinfovue_type_template_id_4160a4c1_render = function () {
|
|
@@ -79591,12 +79635,12 @@ var log = utils_util.getParams('console');
|
|
|
79591
79635
|
this.isLoadHomePage = false;
|
|
79592
79636
|
}
|
|
79593
79637
|
this.isHeader = params.header;
|
|
79594
|
-
|
|
79595
79638
|
this.doorIndex = sessionStorage.getItem('doorIndex');
|
|
79596
79639
|
},
|
|
79597
79640
|
mounted: function mounted() {
|
|
79598
79641
|
this.handleListener();
|
|
79599
79642
|
utils_util.win.addEventListener('popstate', this.stateHandle, false);
|
|
79643
|
+
// this.
|
|
79600
79644
|
},
|
|
79601
79645
|
|
|
79602
79646
|
methods: {
|
|
@@ -80182,6 +80226,7 @@ var log = utils_util.getParams('console');
|
|
|
80182
80226
|
} else {
|
|
80183
80227
|
this.menu = res[0].children;
|
|
80184
80228
|
this.title = res[0].text;
|
|
80229
|
+
this.$emit('getOriginParentMenu', { title: res[0].text, id: res[0].id });
|
|
80185
80230
|
}
|
|
80186
80231
|
if (!this.isDefault || this.isDefault && !this.homePage) {
|
|
80187
80232
|
this.active = this.getFirst(this.menu[0]).id;
|
|
@@ -80675,7 +80720,7 @@ var log = utils_util.getParams('console');
|
|
|
80675
80720
|
var _this9 = this;
|
|
80676
80721
|
|
|
80677
80722
|
this.navIds = this.getId(this.menus, page);
|
|
80678
|
-
console.log(page);
|
|
80723
|
+
console.log('handleJump page ', page);
|
|
80679
80724
|
var prevPage = sessionStorage.getItem('jump');
|
|
80680
80725
|
sessionStorage.setItem('jump', page);
|
|
80681
80726
|
if (res) {
|
|
@@ -81033,8 +81078,8 @@ var log = utils_util.getParams('console');
|
|
|
81033
81078
|
|
|
81034
81079
|
var default_component = normalizeComponent(
|
|
81035
81080
|
src_defaultvue_type_script_lang_js_,
|
|
81036
|
-
|
|
81037
|
-
|
|
81081
|
+
defaultvue_type_template_id_b6763862_render,
|
|
81082
|
+
defaultvue_type_template_id_b6763862_staticRenderFns,
|
|
81038
81083
|
false,
|
|
81039
81084
|
null,
|
|
81040
81085
|
null,
|
|
@@ -81123,6 +81168,7 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81123
81168
|
//
|
|
81124
81169
|
//
|
|
81125
81170
|
//
|
|
81171
|
+
//
|
|
81126
81172
|
|
|
81127
81173
|
|
|
81128
81174
|
|
|
@@ -81689,8 +81735,8 @@ function main_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys)
|
|
|
81689
81735
|
|
|
81690
81736
|
var main_src_main_component = normalizeComponent(
|
|
81691
81737
|
packages_main_src_mainvue_type_script_lang_js_,
|
|
81692
|
-
|
|
81693
|
-
|
|
81738
|
+
mainvue_type_template_id_d38ebb62_render,
|
|
81739
|
+
mainvue_type_template_id_d38ebb62_staticRenderFns,
|
|
81694
81740
|
false,
|
|
81695
81741
|
null,
|
|
81696
81742
|
null,
|
|
@@ -84261,19 +84307,19 @@ var QRCode = __webpack_require__(28);
|
|
|
84261
84307
|
//设置logo大小
|
|
84262
84308
|
var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
|
|
84263
84309
|
//设置获取的logo将其变为圆角以及添加白色背景
|
|
84264
|
-
/* ctx.fillStyle = "#fff";
|
|
84265
|
-
ctx.beginPath();
|
|
84266
|
-
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
84267
|
-
let w = 46; //圆角宽
|
|
84268
|
-
let x = logoPosition - 5;
|
|
84269
|
-
let y = logoPosition - 5;
|
|
84270
|
-
let r = 5; //圆角半径
|
|
84271
|
-
ctx.moveTo(x + r, y);
|
|
84272
|
-
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
84273
|
-
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
84274
|
-
ctx.arcTo(x, y + h, x, y, r);
|
|
84275
|
-
ctx.arcTo(x, y, x + w, y, r);
|
|
84276
|
-
ctx.closePath();
|
|
84310
|
+
/* ctx.fillStyle = "#fff";
|
|
84311
|
+
ctx.beginPath();
|
|
84312
|
+
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
84313
|
+
let w = 46; //圆角宽
|
|
84314
|
+
let x = logoPosition - 5;
|
|
84315
|
+
let y = logoPosition - 5;
|
|
84316
|
+
let r = 5; //圆角半径
|
|
84317
|
+
ctx.moveTo(x + r, y);
|
|
84318
|
+
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
84319
|
+
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
84320
|
+
ctx.arcTo(x, y + h, x, y, r);
|
|
84321
|
+
ctx.arcTo(x, y, x + w, y, r);
|
|
84322
|
+
ctx.closePath();
|
|
84277
84323
|
ctx.fill(); */
|
|
84278
84324
|
logo.onload = function () {
|
|
84279
84325
|
ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
|
|
@@ -102407,7 +102453,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
102407
102453
|
}
|
|
102408
102454
|
|
|
102409
102455
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
102410
|
-
version: '0.7.
|
|
102456
|
+
version: '0.7.88',
|
|
102411
102457
|
install: install,
|
|
102412
102458
|
Button: packages_button,
|
|
102413
102459
|
ButtonGroup: button_group,
|