eoss-ui 0.8.20 → 0.8.21

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.
Files changed (181) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +784 -783
  3. package/lib/flow.js +246 -246
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +283 -283
  6. package/lib/qr-code.js +13 -13
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/lib/theme-chalk/login.css +1 -1
  9. package/lib/upload.js +6 -5
  10. package/package.json +2 -2
  11. package/packages/button/index.js +5 -5
  12. package/packages/button/src/main.vue +418 -418
  13. package/packages/button-group/index.js +5 -5
  14. package/packages/calendar/index.js +5 -5
  15. package/packages/calogin/index.js +5 -5
  16. package/packages/calogin/src/plugin.js +915 -915
  17. package/packages/card/index.js +5 -5
  18. package/packages/card/src/main.vue +156 -156
  19. package/packages/cascader/index.js +5 -5
  20. package/packages/cascader/src/main.vue +168 -168
  21. package/packages/checkbox-group/index.js +5 -5
  22. package/packages/checkbox-group/src/main.vue +333 -333
  23. package/packages/clients/index.js +5 -5
  24. package/packages/data-table/index.js +5 -5
  25. package/packages/data-table/src/children.vue +46 -46
  26. package/packages/data-table/src/main.vue +1876 -1876
  27. package/packages/data-table/src/sizer.vue +195 -195
  28. package/packages/data-table-form/index.js +5 -5
  29. package/packages/data-table-form/src/checkbox.vue +101 -101
  30. package/packages/data-table-form/src/colgroup.vue +17 -17
  31. package/packages/data-table-form/src/main.vue +181 -181
  32. package/packages/data-table-form/src/radio.vue +65 -65
  33. package/packages/data-table-form/src/table.vue +233 -233
  34. package/packages/data-table-form/src/tbody.vue +336 -336
  35. package/packages/data-table-form/src/thead.vue +68 -68
  36. package/packages/date-picker/index.js +5 -5
  37. package/packages/date-picker/src/main.vue +236 -236
  38. package/packages/dialog/index.js +5 -5
  39. package/packages/enable-drag/index.js +5 -5
  40. package/packages/enterprise/index.js +5 -5
  41. package/packages/enterprise/src/main.vue +66 -66
  42. package/packages/error-page/index.js +5 -5
  43. package/packages/error-page/src/main.vue +44 -44
  44. package/packages/flow/index.js +5 -5
  45. package/packages/flow/src/component/Circulate.vue +420 -420
  46. package/packages/flow/src/component/CustomPreset.vue +324 -324
  47. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  48. package/packages/flow/src/component/Preset.vue +257 -257
  49. package/packages/flow/src/component/TimeLimit.vue +190 -190
  50. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  51. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  52. package/packages/flow/src/main.vue +4248 -4248
  53. package/packages/flow/src/processForm.vue +1806 -1806
  54. package/packages/flow/src/processReject.vue +311 -311
  55. package/packages/flow/src/reset.vue +952 -952
  56. package/packages/flow/src/startTaskRead.vue +698 -698
  57. package/packages/flow/src/supervise.vue +162 -162
  58. package/packages/flow-group/index.js +5 -5
  59. package/packages/flow-group/src/main.vue +750 -750
  60. package/packages/flow-list/index.js +5 -5
  61. package/packages/form/index.js +5 -5
  62. package/packages/handle-user/index.js +5 -5
  63. package/packages/handle-user/src/main.vue +137 -137
  64. package/packages/handler/index.js +5 -5
  65. package/packages/handler/src/main.vue +499 -499
  66. package/packages/icon/index.js +5 -5
  67. package/packages/icons/index.js +5 -5
  68. package/packages/icons/src/main.vue +81 -81
  69. package/packages/input/index.js +5 -5
  70. package/packages/input/src/main.vue +356 -356
  71. package/packages/input-number/index.js +5 -5
  72. package/packages/input-number/src/main.vue +106 -106
  73. package/packages/label/index.js +5 -5
  74. package/packages/label/src/main.vue +457 -457
  75. package/packages/layout/index.js +5 -5
  76. package/packages/layout/src/item.vue +152 -152
  77. package/packages/layout/src/main.vue +31 -31
  78. package/packages/login/index.js +5 -5
  79. package/packages/login/src/main.vue +2088 -2088
  80. package/packages/main/index.js +5 -5
  81. package/packages/main/src/default/message.vue +249 -249
  82. package/packages/main/src/default/notice.vue +157 -157
  83. package/packages/main/src/default/userinfo.vue +513 -513
  84. package/packages/main/src/simplicity/index.vue +2335 -2335
  85. package/packages/main/src/simplicity/lists.vue +84 -84
  86. package/packages/main/src/simplicity/router-page.vue +45 -45
  87. package/packages/main/src/simplicity/userinfo.vue +408 -408
  88. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  89. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  90. package/packages/menu/index.js +5 -5
  91. package/packages/menu/src/main.vue +597 -597
  92. package/packages/nav/index.js +5 -5
  93. package/packages/notify/index.js +5 -5
  94. package/packages/notify/src/main.vue +538 -538
  95. package/packages/page/index.js +5 -5
  96. package/packages/page/src/main.vue +167 -167
  97. package/packages/pagination/index.js +5 -5
  98. package/packages/pagination/src/main.vue +96 -96
  99. package/packages/player/index.js +5 -5
  100. package/packages/player/src/main.vue +194 -194
  101. package/packages/qr-code/index.js +5 -5
  102. package/packages/qr-code/src/main.vue +170 -170
  103. package/packages/radio-group/index.js +6 -6
  104. package/packages/radio-group/src/main.vue +319 -319
  105. package/packages/retrial-auth/index.js +5 -5
  106. package/packages/retrial-auth/src/main.vue +299 -299
  107. package/packages/select/index.js +5 -5
  108. package/packages/select-ganged/index.js +5 -5
  109. package/packages/select-ganged/src/main.vue +724 -724
  110. package/packages/selector/index.js +5 -5
  111. package/packages/selector-panel/index.js +5 -5
  112. package/packages/selector-panel/src/tree.vue +129 -129
  113. package/packages/sizer/index.js +5 -5
  114. package/packages/sizer/src/main.vue +257 -257
  115. package/packages/steps/index.js +5 -5
  116. package/packages/steps/src/main.vue +181 -181
  117. package/packages/switch/index.js +5 -5
  118. package/packages/table-form/index.js +5 -5
  119. package/packages/tabs/index.js +5 -5
  120. package/packages/tabs/src/main.vue +788 -788
  121. package/packages/tabs-panel/index.js +5 -5
  122. package/packages/tabs-panel/src/main.vue +29 -29
  123. package/packages/theme-chalk/src/base.scss +261 -261
  124. package/packages/theme-chalk/src/button-group.scss +176 -176
  125. package/packages/theme-chalk/src/button.scss +24 -24
  126. package/packages/theme-chalk/src/calendar.scss +113 -113
  127. package/packages/theme-chalk/src/card.scss +99 -99
  128. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  129. package/packages/theme-chalk/src/clients.scss +87 -87
  130. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  131. package/packages/theme-chalk/src/date-picker.scss +7 -7
  132. package/packages/theme-chalk/src/dialog.scss +77 -77
  133. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  134. package/packages/theme-chalk/src/enterprise.scss +5 -5
  135. package/packages/theme-chalk/src/error-page.scss +18 -18
  136. package/packages/theme-chalk/src/flow-group.scss +110 -110
  137. package/packages/theme-chalk/src/flow.scss +376 -376
  138. package/packages/theme-chalk/src/handle-user.scss +40 -40
  139. package/packages/theme-chalk/src/icons.scss +99 -99
  140. package/packages/theme-chalk/src/input.scss +9 -9
  141. package/packages/theme-chalk/src/label.scss +24 -24
  142. package/packages/theme-chalk/src/layout.scss +46 -46
  143. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  144. package/packages/theme-chalk/src/nav.scss +111 -111
  145. package/packages/theme-chalk/src/page.scss +3 -3
  146. package/packages/theme-chalk/src/pagination.scss +29 -29
  147. package/packages/theme-chalk/src/player.scss +9 -9
  148. package/packages/theme-chalk/src/qr-code.scss +17 -17
  149. package/packages/theme-chalk/src/radio-group.scss +9 -9
  150. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  151. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  152. package/packages/theme-chalk/src/select.scss +8 -8
  153. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  154. package/packages/theme-chalk/src/sizer.scss +36 -36
  155. package/packages/theme-chalk/src/steps.scss +88 -88
  156. package/packages/theme-chalk/src/switch.scss +3 -3
  157. package/packages/theme-chalk/src/table-form.scss +1 -1
  158. package/packages/theme-chalk/src/tabs.scss +87 -87
  159. package/packages/theme-chalk/src/tips.scss +7 -7
  160. package/packages/theme-chalk/src/toolbar.scss +179 -179
  161. package/packages/theme-chalk/src/tree-group.scss +72 -72
  162. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  163. package/packages/tips/index.js +5 -5
  164. package/packages/toolbar/index.js +5 -5
  165. package/packages/toolbar/src/main.vue +430 -430
  166. package/packages/tree/index.js +5 -5
  167. package/packages/tree-group/index.js +5 -5
  168. package/packages/upload/index.js +5 -5
  169. package/packages/upload/src/main.vue +1345 -1344
  170. package/packages/upload/src/picture.js +15 -15
  171. package/packages/wujie/index.js +5 -5
  172. package/packages/wxlogin/index.js +5 -5
  173. package/packages/wxlogin/src/main.vue +128 -128
  174. package/src/config/api.js +351 -351
  175. package/src/config/image.js +2 -2
  176. package/src/index.js +1 -1
  177. package/src/utils/bus.js +3 -3
  178. package/src/utils/date-util.js +312 -312
  179. package/src/utils/http.js +50 -50
  180. package/src/utils/store.js +21 -21
  181. package/src/utils/webSocket.js +107 -107
@@ -6913,8 +6913,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6913
6913
 
6914
6914
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6915
6915
 
6916
- /**
6917
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6916
+ /**
6917
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6918
6918
  */
6919
6919
  var plugin_CA_ExtInterface = function () {
6920
6920
  function CA_ExtInterface() {
@@ -6927,11 +6927,11 @@ var plugin_CA_ExtInterface = function () {
6927
6927
  this.init();
6928
6928
  }
6929
6929
 
6930
- /**
6931
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
- * @param {Object} target - 目标对象
6934
- * @param {Object} options - 新的选项对象
6930
+ /**
6931
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
+ * @param {Object} target - 目标对象
6934
+ * @param {Object} options - 新的选项对象
6935
6935
  */
6936
6936
 
6937
6937
 
@@ -6946,8 +6946,8 @@ var plugin_CA_ExtInterface = function () {
6946
6946
  }
6947
6947
  };
6948
6948
 
6949
- /**
6950
- * 检查当前会话的 WebSocket URL
6949
+ /**
6950
+ * 检查当前会话的 WebSocket URL
6951
6951
  */
6952
6952
 
6953
6953
 
@@ -6961,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6961
6961
  }
6962
6962
  };
6963
6963
 
6964
- /**
6965
- * 检查是否使用 ActiveX
6964
+ /**
6965
+ * 检查是否使用 ActiveX
6966
6966
  */
6967
6967
 
6968
6968
 
@@ -6974,11 +6974,11 @@ var plugin_CA_ExtInterface = function () {
6974
6974
  }
6975
6975
  };
6976
6976
 
6977
- /**
6978
- * 扩展发送消息并等待响应
6979
- * @param {string} operatorCmd - 操作命令
6980
- * @param {string} sendMsg - 发送的消息
6981
- * @returns {string} 响应消息
6977
+ /**
6978
+ * 扩展发送消息并等待响应
6979
+ * @param {string} operatorCmd - 操作命令
6980
+ * @param {string} sendMsg - 发送的消息
6981
+ * @returns {string} 响应消息
6982
6982
  */
6983
6983
 
6984
6984
 
@@ -7011,11 +7011,11 @@ var plugin_CA_ExtInterface = function () {
7011
7011
  return sendAndWaitMessageEx;
7012
7012
  }();
7013
7013
 
7014
- /**
7015
- * 发送消息并等待响应
7016
- * @param {string} wsurl - WebSocket URL
7017
- * @param {string} sendMsg - 发送的消息
7018
- * @returns {string} 响应消息
7014
+ /**
7015
+ * 发送消息并等待响应
7016
+ * @param {string} wsurl - WebSocket URL
7017
+ * @param {string} sendMsg - 发送的消息
7018
+ * @returns {string} 响应消息
7019
7019
  */
7020
7020
 
7021
7021
 
@@ -7039,9 +7039,9 @@ var plugin_CA_ExtInterface = function () {
7039
7039
  }
7040
7040
  };
7041
7041
 
7042
- /**
7043
- * 配置选项
7044
- * @param {Object} extendOption - 扩展选项
7042
+ /**
7043
+ * 配置选项
7044
+ * @param {Object} extendOption - 扩展选项
7045
7045
  */
7046
7046
 
7047
7047
 
@@ -7051,8 +7051,8 @@ var plugin_CA_ExtInterface = function () {
7051
7051
  }
7052
7052
  };
7053
7053
 
7054
- /**
7055
- * 初始化
7054
+ /**
7055
+ * 初始化
7056
7056
  */
7057
7057
 
7058
7058
 
@@ -7060,9 +7060,9 @@ var plugin_CA_ExtInterface = function () {
7060
7060
  this.isUseActioveX();
7061
7061
  };
7062
7062
 
7063
- /**
7064
- * 返回客户端的版本
7065
- * @returns {string} 客户端版本
7063
+ /**
7064
+ * 返回客户端的版本
7065
+ * @returns {string} 客户端版本
7066
7066
  */
7067
7067
 
7068
7068
 
@@ -7075,13 +7075,13 @@ var plugin_CA_ExtInterface = function () {
7075
7075
  }
7076
7076
  };
7077
7077
 
7078
- /**
7079
- * 下载客户端程序并安装
7080
- * @param {string} bstrURL - 下载地址
7081
- * @param {string} bstrHashValue - 哈希值
7082
- * @param {boolean} bSync - 是否同步安装
7083
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
- * @returns {number} 安装结果
7078
+ /**
7079
+ * 下载客户端程序并安装
7080
+ * @param {string} bstrURL - 下载地址
7081
+ * @param {string} bstrHashValue - 哈希值
7082
+ * @param {boolean} bSync - 是否同步安装
7083
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
+ * @returns {number} 安装结果
7085
7085
  */
7086
7086
 
7087
7087
 
@@ -7095,11 +7095,11 @@ var plugin_CA_ExtInterface = function () {
7095
7095
  }
7096
7096
  };
7097
7097
 
7098
- /**
7099
- * 获取硬件指纹信息
7100
- * @param {number} dwSign - 签名
7101
- * @param {string} strGateWayIP - 网关 IP
7102
- * @returns {string} 硬件指纹信息
7098
+ /**
7099
+ * 获取硬件指纹信息
7100
+ * @param {number} dwSign - 签名
7101
+ * @param {string} strGateWayIP - 网关 IP
7102
+ * @returns {string} 硬件指纹信息
7103
7103
  */
7104
7104
 
7105
7105
 
@@ -7113,12 +7113,12 @@ var plugin_CA_ExtInterface = function () {
7113
7113
  }
7114
7114
  };
7115
7115
 
7116
- /**
7117
- * 设置转发策略和代填策略
7118
- * @param {string} strProxyPolicy - 转发策略
7119
- * @param {string} strSSOPolicy - 代填策略
7120
- * @param {string} strGatewayAddress - 网关地址
7121
- * @returns {number} 设置结果
7116
+ /**
7117
+ * 设置转发策略和代填策略
7118
+ * @param {string} strProxyPolicy - 转发策略
7119
+ * @param {string} strSSOPolicy - 代填策略
7120
+ * @param {string} strGatewayAddress - 网关地址
7121
+ * @returns {number} 设置结果
7122
7122
  */
7123
7123
 
7124
7124
 
@@ -7132,11 +7132,11 @@ var plugin_CA_ExtInterface = function () {
7132
7132
  }
7133
7133
  };
7134
7134
 
7135
- /**
7136
- * 启动认证信息模块
7137
- * @param {string} strFileName - 文件名
7138
- * @param {string} strXmlData - XML 数据
7139
- * @returns {string} 认证信息
7135
+ /**
7136
+ * 启动认证信息模块
7137
+ * @param {string} strFileName - 文件名
7138
+ * @param {string} strXmlData - XML 数据
7139
+ * @returns {string} 认证信息
7140
7140
  */
7141
7141
 
7142
7142
 
@@ -7150,10 +7150,10 @@ var plugin_CA_ExtInterface = function () {
7150
7150
  }
7151
7151
  };
7152
7152
 
7153
- /**
7154
- * 打开 BS 应用
7155
- * @param {string} strUrl - 应用 URL
7156
- * @returns {number} 打开结果
7153
+ /**
7154
+ * 打开 BS 应用
7155
+ * @param {string} strUrl - 应用 URL
7156
+ * @returns {number} 打开结果
7157
7157
  */
7158
7158
 
7159
7159
 
@@ -7167,12 +7167,12 @@ var plugin_CA_ExtInterface = function () {
7167
7167
  }
7168
7168
  };
7169
7169
 
7170
- /**
7171
- * 打开 CS 应用
7172
- * @param {string} strGatewayAddress - 网关地址
7173
- * @param {string} strAppFlag - 应用标识
7174
- * @param {string} strAppPath - 应用路径
7175
- * @returns {number} 打开结果
7170
+ /**
7171
+ * 打开 CS 应用
7172
+ * @param {string} strGatewayAddress - 网关地址
7173
+ * @param {string} strAppFlag - 应用标识
7174
+ * @param {string} strAppPath - 应用路径
7175
+ * @returns {number} 打开结果
7176
7176
  */
7177
7177
 
7178
7178
 
@@ -7186,13 +7186,13 @@ var plugin_CA_ExtInterface = function () {
7186
7186
  }
7187
7187
  };
7188
7188
 
7189
- /**
7190
- * 设置自动更新策略
7191
- * @param {string} strGatewayAddress - 网关地址
7192
- * @param {number} nGatewayPort - 网关端口
7193
- * @param {string} strUserToken - 用户令牌
7194
- * @param {number} updatedelay - 更新延迟
7195
- * @returns {number} 设置结果
7189
+ /**
7190
+ * 设置自动更新策略
7191
+ * @param {string} strGatewayAddress - 网关地址
7192
+ * @param {number} nGatewayPort - 网关端口
7193
+ * @param {string} strUserToken - 用户令牌
7194
+ * @param {number} updatedelay - 更新延迟
7195
+ * @returns {number} 设置结果
7196
7196
  */
7197
7197
 
7198
7198
 
@@ -7206,10 +7206,10 @@ var plugin_CA_ExtInterface = function () {
7206
7206
  }
7207
7207
  };
7208
7208
 
7209
- /**
7210
- * 获取客户端 IP
7211
- * @param {string} strGatewayIP - 网关 IP
7212
- * @returns {string} 客户端 IP
7209
+ /**
7210
+ * 获取客户端 IP
7211
+ * @param {string} strGatewayIP - 网关 IP
7212
+ * @returns {string} 客户端 IP
7213
7213
  */
7214
7214
 
7215
7215
 
@@ -7223,10 +7223,10 @@ var plugin_CA_ExtInterface = function () {
7223
7223
  }
7224
7224
  };
7225
7225
 
7226
- /**
7227
- * 登出网关
7228
- * @param {string} strServerIP - 服务器 IP
7229
- * @returns {number} 登出结果
7226
+ /**
7227
+ * 登出网关
7228
+ * @param {string} strServerIP - 服务器 IP
7229
+ * @returns {number} 登出结果
7230
7230
  */
7231
7231
 
7232
7232
 
@@ -7240,11 +7240,11 @@ var plugin_CA_ExtInterface = function () {
7240
7240
  }
7241
7241
  };
7242
7242
 
7243
- /**
7244
- * 运行安装包
7245
- * @param {number} lRunType - 运行类型
7246
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
- * @returns {number} 运行结果
7243
+ /**
7244
+ * 运行安装包
7245
+ * @param {number} lRunType - 运行类型
7246
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
+ * @returns {number} 运行结果
7248
7248
  */
7249
7249
 
7250
7250
 
@@ -7258,9 +7258,9 @@ var plugin_CA_ExtInterface = function () {
7258
7258
  }
7259
7259
  };
7260
7260
 
7261
- /**
7262
- * 获取下载进度
7263
- * @returns {number} 下载进度
7261
+ /**
7262
+ * 获取下载进度
7263
+ * @returns {number} 下载进度
7264
7264
  */
7265
7265
 
7266
7266
 
@@ -7274,9 +7274,9 @@ var plugin_CA_ExtInterface = function () {
7274
7274
  }
7275
7275
  };
7276
7276
 
7277
- /**
7278
- * 是否安装完成
7279
- * @returns {boolean} 安装完成状态
7277
+ /**
7278
+ * 是否安装完成
7279
+ * @returns {boolean} 安装完成状态
7280
7280
  */
7281
7281
 
7282
7282
 
@@ -7290,11 +7290,11 @@ var plugin_CA_ExtInterface = function () {
7290
7290
  }
7291
7291
  };
7292
7292
 
7293
- /**
7294
- * 初始化签包对象
7295
- * @param {string} strAlgType - 算法类型
7296
- * @param {string} strAuxParam - 辅助参数
7297
- * @returns {number} 初始化结果
7293
+ /**
7294
+ * 初始化签包对象
7295
+ * @param {string} strAlgType - 算法类型
7296
+ * @param {string} strAuxParam - 辅助参数
7297
+ * @returns {number} 初始化结果
7298
7298
  */
7299
7299
 
7300
7300
 
@@ -7308,10 +7308,10 @@ var plugin_CA_ExtInterface = function () {
7308
7308
  }
7309
7309
  };
7310
7310
 
7311
- /**
7312
- * 设置摘要算法
7313
- * @param {string} strDigestAlg - 摘要算法
7314
- * @returns {number} 设置结果
7311
+ /**
7312
+ * 设置摘要算法
7313
+ * @param {string} strDigestAlg - 摘要算法
7314
+ * @returns {number} 设置结果
7315
7315
  */
7316
7316
 
7317
7317
 
@@ -7325,10 +7325,10 @@ var plugin_CA_ExtInterface = function () {
7325
7325
  }
7326
7326
  };
7327
7327
 
7328
- /**
7329
- * 设置单证书是否弹出对话框
7330
- * @param {number} isChoose - 是否弹出对话框
7331
- * @returns {number} 设置结果
7328
+ /**
7329
+ * 设置单证书是否弹出对话框
7330
+ * @param {number} isChoose - 是否弹出对话框
7331
+ * @returns {number} 设置结果
7332
7332
  */
7333
7333
 
7334
7334
 
@@ -7342,11 +7342,11 @@ var plugin_CA_ExtInterface = function () {
7342
7342
  }
7343
7343
  };
7344
7344
 
7345
- /**
7346
- * 添加证书过滤条件
7347
- * @param {number} ulType - 过滤类型
7348
- * @param {string} strValue - 过滤值
7349
- * @returns {number} 添加结果
7345
+ /**
7346
+ * 添加证书过滤条件
7347
+ * @param {number} ulType - 过滤类型
7348
+ * @param {string} strValue - 过滤值
7349
+ * @returns {number} 添加结果
7350
7350
  */
7351
7351
 
7352
7352
 
@@ -7360,9 +7360,9 @@ var plugin_CA_ExtInterface = function () {
7360
7360
  }
7361
7361
  };
7362
7362
 
7363
- /**
7364
- * 清除所有过滤条件
7365
- * @returns {number} 清除结果
7363
+ /**
7364
+ * 清除所有过滤条件
7365
+ * @returns {number} 清除结果
7366
7366
  */
7367
7367
 
7368
7368
 
@@ -7376,10 +7376,10 @@ var plugin_CA_ExtInterface = function () {
7376
7376
  }
7377
7377
  };
7378
7378
 
7379
- /**
7380
- * P1 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P1 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @returns {string} 签名结果
7383
7383
  */
7384
7384
 
7385
7385
 
@@ -7393,10 +7393,10 @@ var plugin_CA_ExtInterface = function () {
7393
7393
  }
7394
7394
  };
7395
7395
 
7396
- /**
7397
- * P1 签名字符串
7398
- * @param {string} strValue - 待签名的字符串
7399
- * @returns {string} 签名结果
7396
+ /**
7397
+ * P1 签名字符串
7398
+ * @param {string} strValue - 待签名的字符串
7399
+ * @returns {string} 签名结果
7400
7400
  */
7401
7401
 
7402
7402
 
@@ -7410,12 +7410,12 @@ var plugin_CA_ExtInterface = function () {
7410
7410
  }
7411
7411
  };
7412
7412
 
7413
- /**
7414
- * P7 签名
7415
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
- * @param {boolean} isDetach - 是否分离签名
7417
- * @param {boolean} isIncludeCert - 是否包含证书
7418
- * @returns {string} 签名结果
7413
+ /**
7414
+ * P7 签名
7415
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
+ * @param {boolean} isDetach - 是否分离签名
7417
+ * @param {boolean} isIncludeCert - 是否包含证书
7418
+ * @returns {string} 签名结果
7419
7419
  */
7420
7420
 
7421
7421
 
@@ -7429,12 +7429,12 @@ var plugin_CA_ExtInterface = function () {
7429
7429
  }
7430
7430
  };
7431
7431
 
7432
- /**
7433
- * P7 签名字符串
7434
- * @param {string} strValue - 待签名的字符串
7435
- * @param {boolean} isDetach - 是否分离签名
7436
- * @param {boolean} isIncludeCert - 是否包含证书
7437
- * @returns {string} 签名结果
7432
+ /**
7433
+ * P7 签名字符串
7434
+ * @param {string} strValue - 待签名的字符串
7435
+ * @param {boolean} isDetach - 是否分离签名
7436
+ * @param {boolean} isIncludeCert - 是否包含证书
7437
+ * @returns {string} 签名结果
7438
7438
  */
7439
7439
 
7440
7440
 
@@ -7448,9 +7448,9 @@ var plugin_CA_ExtInterface = function () {
7448
7448
  }
7449
7449
  };
7450
7450
 
7451
- /**
7452
- * 释放签名对象
7453
- * @returns {number} 释放结果
7451
+ /**
7452
+ * 释放签名对象
7453
+ * @returns {number} 释放结果
7454
7454
  */
7455
7455
 
7456
7456
 
@@ -7464,9 +7464,9 @@ var plugin_CA_ExtInterface = function () {
7464
7464
  }
7465
7465
  };
7466
7466
 
7467
- /**
7468
- * 获取签名版本
7469
- * @returns {string} 签名版本
7467
+ /**
7468
+ * 获取签名版本
7469
+ * @returns {string} 签名版本
7470
7470
  */
7471
7471
 
7472
7472
 
@@ -7480,9 +7480,9 @@ var plugin_CA_ExtInterface = function () {
7480
7480
  }
7481
7481
  };
7482
7482
 
7483
- /**
7484
- * 获取签名证书
7485
- * @returns {string} 签名证书
7483
+ /**
7484
+ * 获取签名证书
7485
+ * @returns {string} 签名证书
7486
7486
  */
7487
7487
 
7488
7488
 
@@ -7496,9 +7496,9 @@ var plugin_CA_ExtInterface = function () {
7496
7496
  }
7497
7497
  };
7498
7498
 
7499
- /**
7500
- * 获取错误码
7501
- * @returns {number} 错误码
7499
+ /**
7500
+ * 获取错误码
7501
+ * @returns {number} 错误码
7502
7502
  */
7503
7503
 
7504
7504
 
@@ -7512,9 +7512,9 @@ var plugin_CA_ExtInterface = function () {
7512
7512
  }
7513
7513
  };
7514
7514
 
7515
- /**
7516
- * 获取错误信息
7517
- * @returns {string} 错误信息
7515
+ /**
7516
+ * 获取错误信息
7517
+ * @returns {string} 错误信息
7518
7518
  */
7519
7519
 
7520
7520
 
@@ -7528,9 +7528,9 @@ var plugin_CA_ExtInterface = function () {
7528
7528
  }
7529
7529
  };
7530
7530
 
7531
- /**
7532
- * 销毁认证对象
7533
- * @returns {number} 销毁结果
7531
+ /**
7532
+ * 销毁认证对象
7533
+ * @returns {number} 销毁结果
7534
7534
  */
7535
7535
 
7536
7536
 
@@ -7544,9 +7544,9 @@ var plugin_CA_ExtInterface = function () {
7544
7544
  }
7545
7545
  };
7546
7546
 
7547
- /**
7548
- * 获取证书类型
7549
- * @returns {string} 证书类型
7547
+ /**
7548
+ * 获取证书类型
7549
+ * @returns {string} 证书类型
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7560,9 +7560,9 @@ var plugin_CA_ExtInterface = function () {
7560
7560
  }
7561
7561
  };
7562
7562
 
7563
- /**
7564
- * 获取签名摘要算法
7565
- * @returns {string} 签名摘要算法
7563
+ /**
7564
+ * 获取签名摘要算法
7565
+ * @returns {string} 签名摘要算法
7566
7566
  */
7567
7567
 
7568
7568
 
@@ -7576,11 +7576,11 @@ var plugin_CA_ExtInterface = function () {
7576
7576
  }
7577
7577
  };
7578
7578
 
7579
- /**
7580
- * 使能调用序列
7581
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
- * @returns {number} 使能结果
7579
+ /**
7580
+ * 使能调用序列
7581
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
+ * @returns {number} 使能结果
7584
7584
  */
7585
7585
 
7586
7586
 
@@ -7594,9 +7594,9 @@ var plugin_CA_ExtInterface = function () {
7594
7594
  }
7595
7595
  };
7596
7596
 
7597
- /**
7598
- * 清空调用序列结果
7599
- * @returns {number} 清空调用序列结果
7597
+ /**
7598
+ * 清空调用序列结果
7599
+ * @returns {number} 清空调用序列结果
7600
7600
  */
7601
7601
 
7602
7602
 
@@ -7610,9 +7610,9 @@ var plugin_CA_ExtInterface = function () {
7610
7610
  }
7611
7611
  };
7612
7612
 
7613
- /**
7614
- * 获取调用序列结果
7615
- * @returns {string} 调用序列结果
7613
+ /**
7614
+ * 获取调用序列结果
7615
+ * @returns {string} 调用序列结果
7616
7616
  */
7617
7617
 
7618
7618
 
@@ -7626,12 +7626,12 @@ var plugin_CA_ExtInterface = function () {
7626
7626
  }
7627
7627
  };
7628
7628
 
7629
- /**
7630
- * 客户端安全策略检查
7631
- * @param {string} strGatewayAddress - 网关地址
7632
- * @param {number} usGatewayPort - 网关端口
7633
- * @param {string} strSecurityPolicys - 安全策略
7634
- * @returns {boolean} 检查结果
7629
+ /**
7630
+ * 客户端安全策略检查
7631
+ * @param {string} strGatewayAddress - 网关地址
7632
+ * @param {number} usGatewayPort - 网关端口
7633
+ * @param {string} strSecurityPolicys - 安全策略
7634
+ * @returns {boolean} 检查结果
7635
7635
  */
7636
7636
 
7637
7637
 
@@ -7645,9 +7645,9 @@ var plugin_CA_ExtInterface = function () {
7645
7645
  }
7646
7646
  };
7647
7647
 
7648
- /**
7649
- * 获取通讯协议版本
7650
- * @returns {string} 通讯协议版本
7648
+ /**
7649
+ * 获取通讯协议版本
7650
+ * @returns {string} 通讯协议版本
7651
7651
  */
7652
7652
 
7653
7653
 
@@ -7661,13 +7661,13 @@ var plugin_CA_ExtInterface = function () {
7661
7661
  }
7662
7662
  };
7663
7663
 
7664
- /**
7665
- * 修改 Key 的 Pin 码
7666
- * @param {string} strCertSn - 证书序列号
7667
- * @param {number} lPinCodeType - Pin 码类型
7668
- * @param {string} strCurPinCode - 当前 Pin 码
7669
- * @param {string} strNewPinCode - 新 Pin 码
7670
- * @returns {number} 修改结果
7664
+ /**
7665
+ * 修改 Key 的 Pin 码
7666
+ * @param {string} strCertSn - 证书序列号
7667
+ * @param {number} lPinCodeType - Pin 码类型
7668
+ * @param {string} strCurPinCode - 当前 Pin 码
7669
+ * @param {string} strNewPinCode - 新 Pin 码
7670
+ * @returns {number} 修改结果
7671
7671
  */
7672
7672
 
7673
7673
 
@@ -7681,10 +7681,10 @@ var plugin_CA_ExtInterface = function () {
7681
7681
  }
7682
7682
  };
7683
7683
 
7684
- /**
7685
- * 等待策略设置完毕
7686
- * @param {string} strGatewayAddress - 网关地址
7687
- * @returns {number} 等待结果
7684
+ /**
7685
+ * 等待策略设置完毕
7686
+ * @param {string} strGatewayAddress - 网关地址
7687
+ * @returns {number} 等待结果
7688
7688
  */
7689
7689
 
7690
7690
 
@@ -7698,10 +7698,10 @@ var plugin_CA_ExtInterface = function () {
7698
7698
  }
7699
7699
  };
7700
7700
 
7701
- /**
7702
- * 获取会话 Token
7703
- * @param {string} strGatewayAddress - 网关地址
7704
- * @returns {string} 会话 Token
7701
+ /**
7702
+ * 获取会话 Token
7703
+ * @param {string} strGatewayAddress - 网关地址
7704
+ * @returns {string} 会话 Token
7705
7705
  */
7706
7706
 
7707
7707
 
@@ -7715,9 +7715,9 @@ var plugin_CA_ExtInterface = function () {
7715
7715
  }
7716
7716
  };
7717
7717
 
7718
- /**
7719
- * 获取控件版本
7720
- * @returns {string} 控件版本
7718
+ /**
7719
+ * 获取控件版本
7720
+ * @returns {string} 控件版本
7721
7721
  */
7722
7722
 
7723
7723
 
@@ -7731,10 +7731,10 @@ var plugin_CA_ExtInterface = function () {
7731
7731
  }
7732
7732
  };
7733
7733
 
7734
- /**
7735
- * 设置语言资源
7736
- * @param {string} strLanguage - 语言资源
7737
- * @returns {number} 设置结果
7734
+ /**
7735
+ * 设置语言资源
7736
+ * @param {string} strLanguage - 语言资源
7737
+ * @returns {number} 设置结果
7738
7738
  */
7739
7739
 
7740
7740
 
@@ -7748,12 +7748,12 @@ var plugin_CA_ExtInterface = function () {
7748
7748
  }
7749
7749
  };
7750
7750
 
7751
- /**
7752
- * 获取用户属性
7753
- * @param {string} strGatewayAddress - 网关地址
7754
- * @param {string} strAppFlag - 应用标识
7755
- * @param {string} strAttributeName - 属性名称
7756
- * @returns {string} 用户属性值
7751
+ /**
7752
+ * 获取用户属性
7753
+ * @param {string} strGatewayAddress - 网关地址
7754
+ * @param {string} strAppFlag - 应用标识
7755
+ * @param {string} strAttributeName - 属性名称
7756
+ * @returns {string} 用户属性值
7757
7757
  */
7758
7758
 
7759
7759
 
@@ -7767,9 +7767,9 @@ var plugin_CA_ExtInterface = function () {
7767
7767
  }
7768
7768
  };
7769
7769
 
7770
- /**
7771
- * 获取签名加密 PIN 码
7772
- * @returns {string} 签名加密 PIN 码
7770
+ /**
7771
+ * 获取签名加密 PIN 码
7772
+ * @returns {string} 签名加密 PIN 码
7773
7773
  */
7774
7774
 
7775
7775
 
@@ -7782,20 +7782,20 @@ var plugin_CA_ExtInterface = function () {
7782
7782
  return result.value;
7783
7783
  }
7784
7784
  };
7785
- /*
7786
- *曙光四川CA
7787
- *'SOF_GetUserList' 证书列表
7788
- *'SOF_ExportUserCert' 导出证书
7789
- *'SOF_GetCertInfo': 获取证书信息
7790
- *'SOF_GenRandom': 生成随机数
7791
- *'SOF_SignData': 获取证书签名
7792
- *'SOF_Login': 登录证书
7793
- *'SOF_GetPinRetryCount': 剩余次数
7785
+ /*
7786
+ *曙光四川CA
7787
+ *'SOF_GetUserList' 证书列表
7788
+ *'SOF_ExportUserCert' 导出证书
7789
+ *'SOF_GetCertInfo': 获取证书信息
7790
+ *'SOF_GenRandom': 生成随机数
7791
+ *'SOF_SignData': 获取证书签名
7792
+ *'SOF_Login': 登录证书
7793
+ *'SOF_GetPinRetryCount': 剩余次数
7794
7794
  */
7795
- /**
7796
- *
7797
- * 获取webSocket消息
7798
- * @returns {string}
7795
+ /**
7796
+ *
7797
+ * 获取webSocket消息
7798
+ * @returns {string}
7799
7799
  */
7800
7800
 
7801
7801
 
@@ -7831,10 +7831,10 @@ var plugin_CA_ExtInterface = function () {
7831
7831
  };
7832
7832
  });
7833
7833
  };
7834
- /**
7835
- *
7836
- * base64解码
7837
- * @returns {string} base64解码后的字符串
7834
+ /**
7835
+ *
7836
+ * base64解码
7837
+ * @returns {string} base64解码后的字符串
7838
7838
  */
7839
7839
 
7840
7840
 
@@ -7869,10 +7869,10 @@ var plugin_CA_ExtInterface = function () {
7869
7869
  val = this.utf8_decode(val);
7870
7870
  return val;
7871
7871
  };
7872
- /**
7873
- *
7874
- * base64编码
7875
- * @returns {string} base64编码后的字符串
7872
+ /**
7873
+ *
7874
+ * base64编码
7875
+ * @returns {string} base64编码后的字符串
7876
7876
  */
7877
7877
 
7878
7878
 
@@ -7905,10 +7905,10 @@ var plugin_CA_ExtInterface = function () {
7905
7905
  }
7906
7906
  return val;
7907
7907
  };
7908
- /**
7909
- *
7910
- * utf8解码
7911
- * @returns {string} utf8解码后的字符串
7908
+ /**
7909
+ *
7910
+ * utf8解码
7911
+ * @returns {string} utf8解码后的字符串
7912
7912
  */
7913
7913
 
7914
7914
 
@@ -7937,10 +7937,10 @@ var plugin_CA_ExtInterface = function () {
7937
7937
  }
7938
7938
  return string;
7939
7939
  };
7940
- /**
7941
- *
7942
- * utf8编码
7943
- * @returns {string} utf8编码后的字符串
7940
+ /**
7941
+ *
7942
+ * utf8编码
7943
+ * @returns {string} utf8编码后的字符串
7944
7944
  */
7945
7945
 
7946
7946
 
@@ -36368,11 +36368,11 @@ var processFormvue_type_script_lang_js_components;
36368
36368
  });
36369
36369
  },
36370
36370
 
36371
- /**
36372
- * isMultiple
36373
- * @desc:是否多选
36374
- * @author liufan
36375
- * @date 2022年9月13日
36371
+ /**
36372
+ * isMultiple
36373
+ * @desc:是否多选
36374
+ * @author liufan
36375
+ * @date 2022年9月13日
36376
36376
  **/
36377
36377
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36378
36378
  var multiple = false;
@@ -40622,11 +40622,11 @@ var resetvue_type_script_lang_js_components;
40622
40622
  });
40623
40623
  },
40624
40624
 
40625
- /**
40626
- * isMultiple
40627
- * @desc:是否多选
40628
- * @author liufan
40629
- * @date 2022年9月13日
40625
+ /**
40626
+ * isMultiple
40627
+ * @desc:是否多选
40628
+ * @author liufan
40629
+ * @date 2022年9月13日
40630
40630
  **/
40631
40631
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
40632
40632
  var multiple = false;
@@ -45274,11 +45274,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45274
45274
  });
45275
45275
  },
45276
45276
 
45277
- /**
45278
- * saveInfo
45279
- * @desc:暂存
45280
- * @author liufan
45281
- * @date 2022年9月9日
45277
+ /**
45278
+ * saveInfo
45279
+ * @desc:暂存
45280
+ * @author liufan
45281
+ * @date 2022年9月9日
45282
45282
  **/
45283
45283
  saveInfo: function saveInfo(type, btn) {
45284
45284
  var _this6 = this;
@@ -45340,11 +45340,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45340
45340
  });
45341
45341
  },
45342
45342
 
45343
- /**
45344
- * rejectBtn
45345
- * @desc:点击驳回
45346
- * @author liufan
45347
- * @date 2022年5月25日
45343
+ /**
45344
+ * rejectBtn
45345
+ * @desc:点击驳回
45346
+ * @author liufan
45347
+ * @date 2022年5月25日
45348
45348
  **/
45349
45349
  rejectBtn: function rejectBtn() {
45350
45350
  var _this8 = this;
@@ -45362,11 +45362,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45362
45362
  }
45363
45363
  },
45364
45364
 
45365
- /**
45366
- * taskReadBtn
45367
- * @desc:点击分阅
45368
- * @author liufan
45369
- * @date 2022年5月25日
45365
+ /**
45366
+ * taskReadBtn
45367
+ * @desc:点击分阅
45368
+ * @author liufan
45369
+ * @date 2022年5月25日
45370
45370
  **/
45371
45371
  taskReadBtn: function taskReadBtn() {
45372
45372
  var _this9 = this;
@@ -45385,11 +45385,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45385
45385
  }
45386
45386
  },
45387
45387
 
45388
- /**
45389
- * getFind
45390
- * @desc:获取通知方式
45391
- * @author liufan
45392
- * @date 2022年5月25日
45388
+ /**
45389
+ * getFind
45390
+ * @desc:获取通知方式
45391
+ * @author liufan
45392
+ * @date 2022年5月25日
45393
45393
  **/
45394
45394
  getFind: function getFind() {
45395
45395
  var _this10 = this;
@@ -45445,12 +45445,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45445
45445
  });
45446
45446
  },
45447
45447
 
45448
- /**
45449
- * endFlows
45450
- * @desc:直接办结
45451
- * @author liufan
45452
- * @param {Object} res 直接办结数据
45453
- * @date 2022年5月25日
45448
+ /**
45449
+ * endFlows
45450
+ * @desc:直接办结
45451
+ * @author liufan
45452
+ * @param {Object} res 直接办结数据
45453
+ * @date 2022年5月25日
45454
45454
  **/
45455
45455
  endFlows: function endFlows(res) {
45456
45456
  var _this12 = this;
@@ -45504,12 +45504,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45504
45504
  }).catch(function (e) {});
45505
45505
  },
45506
45506
 
45507
- /**
45508
- * goView
45509
- * @desc:更多流程按钮操作
45510
- * @author liufan
45511
- * @param {Object} res 当前点击操作按钮数据
45512
- * @date 2022年5月25日
45507
+ /**
45508
+ * goView
45509
+ * @desc:更多流程按钮操作
45510
+ * @author liufan
45511
+ * @param {Object} res 当前点击操作按钮数据
45512
+ * @date 2022年5月25日
45513
45513
  **/
45514
45514
  goView: function goView(res) {
45515
45515
  // 驳回并办结:rejectAndEndHtml
@@ -45594,11 +45594,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45594
45594
  // isCanStartSubFlow
45595
45595
  },
45596
45596
 
45597
- /**
45598
- * toTakeAdvice
45599
- * @desc:征求意见
45600
- * @author liufan
45601
- * @date 2022年9月29日
45597
+ /**
45598
+ * toTakeAdvice
45599
+ * @desc:征求意见
45600
+ * @author liufan
45601
+ * @date 2022年9月29日
45602
45602
  **/
45603
45603
  toTakeAdvice: function toTakeAdvice(res) {
45604
45604
  var _this14 = this;
@@ -45642,11 +45642,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45642
45642
  });
45643
45643
  },
45644
45644
 
45645
- /**
45646
- * toStartDraf
45647
- * @desc: 稿件递送、联合审核、复核
45648
- * @author liufan
45649
- * @date 2022年9月29日
45645
+ /**
45646
+ * toStartDraf
45647
+ * @desc: 稿件递送、联合审核、复核
45648
+ * @author liufan
45649
+ * @date 2022年9月29日
45650
45650
  **/
45651
45651
  toStartDraf: function toStartDraf(res) {
45652
45652
  var _this16 = this;
@@ -45660,11 +45660,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45660
45660
  }
45661
45661
  },
45662
45662
 
45663
- /**
45664
- * toSendMsg
45665
- * @desc:核稿通知
45666
- * @author liufan
45667
- * @date 2022年9月29日
45663
+ /**
45664
+ * toSendMsg
45665
+ * @desc:核稿通知
45666
+ * @author liufan
45667
+ * @date 2022年9月29日
45668
45668
  **/
45669
45669
  toSendMsg: function toSendMsg(res) {
45670
45670
  var _this17 = this;
@@ -45678,11 +45678,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45678
45678
  }
45679
45679
  },
45680
45680
 
45681
- /**
45682
- * toTaskReadAndEnd
45683
- * @desc:分阅并办结
45684
- * @author liufan
45685
- * @date 2022年9月29日
45681
+ /**
45682
+ * toTaskReadAndEnd
45683
+ * @desc:分阅并办结
45684
+ * @author liufan
45685
+ * @date 2022年9月29日
45686
45686
  **/
45687
45687
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
45688
45688
  var _this18 = this;
@@ -45700,11 +45700,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45700
45700
  }
45701
45701
  },
45702
45702
 
45703
- /**
45704
- * rejectAndEnd
45705
- * @desc:驳回并办结
45706
- * @author liufan
45707
- * @date 2022年9月29日
45703
+ /**
45704
+ * rejectAndEnd
45705
+ * @desc:驳回并办结
45706
+ * @author liufan
45707
+ * @date 2022年9月29日
45708
45708
  **/
45709
45709
  rejectAndEnd: function rejectAndEnd(res) {
45710
45710
  var _this19 = this;
@@ -45759,11 +45759,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45759
45759
  });
45760
45760
  },
45761
45761
 
45762
- /**
45763
- * toTransfer
45764
- * @desc:转办
45765
- * @author liufan
45766
- * @date 2022年9月29日
45762
+ /**
45763
+ * toTransfer
45764
+ * @desc:转办
45765
+ * @author liufan
45766
+ * @date 2022年9月29日
45767
45767
  **/
45768
45768
  toTransfer: function toTransfer(res) {
45769
45769
  var _this21 = this;
@@ -45779,11 +45779,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45779
45779
  }
45780
45780
  },
45781
45781
 
45782
- /**
45783
- * getNodeInfo
45784
- * @desc:获取节点信息
45785
- * @author liufan
45786
- * @date 2022年5月25日
45782
+ /**
45783
+ * getNodeInfo
45784
+ * @desc:获取节点信息
45785
+ * @author liufan
45786
+ * @date 2022年5月25日
45787
45787
  **/
45788
45788
  getNodeInfo: function getNodeInfo() {
45789
45789
  var _this22 = this;
@@ -45882,12 +45882,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45882
45882
  });
45883
45883
  },
45884
45884
 
45885
- /**
45886
- * selecNext
45887
- * @desc:下步节点变化时更新数据
45888
- * @author liufan
45889
- * @param {String} val 当前选中值
45890
- * @date 2022年5月25日
45885
+ /**
45886
+ * selecNext
45887
+ * @desc:下步节点变化时更新数据
45888
+ * @author liufan
45889
+ * @param {String} val 当前选中值
45890
+ * @date 2022年5月25日
45891
45891
  **/
45892
45892
  selecNext: function selecNext(val, type, isDef) {
45893
45893
  var _this23 = this;
@@ -45996,11 +45996,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45996
45996
  if (isDef !== true) this.getNodeInfo();
45997
45997
  },
45998
45998
 
45999
- /**
46000
- * isMultiple
46001
- * @desc:是否多选
46002
- * @author liufan
46003
- * @date 2022年9月13日
45999
+ /**
46000
+ * isMultiple
46001
+ * @desc:是否多选
46002
+ * @author liufan
46003
+ * @date 2022年9月13日
46004
46004
  **/
46005
46005
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
46006
46006
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -46032,11 +46032,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46032
46032
  }
46033
46033
  },
46034
46034
 
46035
- /**
46036
- * getHedInfo
46037
- * @desc:获取审核页面数据
46038
- * @author liufan
46039
- * @date 2022年5月25日
46035
+ /**
46036
+ * getHedInfo
46037
+ * @desc:获取审核页面数据
46038
+ * @author liufan
46039
+ * @date 2022年5月25日
46040
46040
  **/
46041
46041
  getHedInfo: function getHedInfo() {
46042
46042
  var _this24 = this;
@@ -46272,13 +46272,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46272
46272
  });
46273
46273
  },
46274
46274
 
46275
- /**
46276
- * closeProcess
46277
- * @desc:关闭弹窗
46278
- * @author liufan
46279
- * @param {boolean} val 当前是否办理流程
46280
- * @param {String} type 当前点击的弹窗类型
46281
- * @date 2022年5月25日
46275
+ /**
46276
+ * closeProcess
46277
+ * @desc:关闭弹窗
46278
+ * @author liufan
46279
+ * @param {boolean} val 当前是否办理流程
46280
+ * @param {String} type 当前点击的弹窗类型
46281
+ * @date 2022年5月25日
46282
46282
  **/
46283
46283
  closeProcess: function closeProcess(val, type, closeParent) {
46284
46284
  if (closeParent) {
@@ -46295,23 +46295,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46295
46295
  }
46296
46296
  },
46297
46297
 
46298
- /**
46299
- * selectChange
46300
- * @desc:常用语选择
46301
- * @author liufan
46302
- * @param {String} val 选中值
46303
- * @date 2022年5月25日
46298
+ /**
46299
+ * selectChange
46300
+ * @desc:常用语选择
46301
+ * @author liufan
46302
+ * @param {String} val 选中值
46303
+ * @date 2022年5月25日
46304
46304
  **/
46305
46305
  selectChange: function selectChange(val) {
46306
46306
  this.value = val;
46307
46307
  },
46308
46308
 
46309
- /**
46310
- * upDate
46311
- * @desc:修改常用语
46312
- * @author liufan
46313
- * @param {Object} val 修改值
46314
- * @date 2022年5月25日
46309
+ /**
46310
+ * upDate
46311
+ * @desc:修改常用语
46312
+ * @author liufan
46313
+ * @param {Object} val 修改值
46314
+ * @date 2022年5月25日
46315
46315
  **/
46316
46316
  upDate: function upDate(val) {
46317
46317
  this.FormData.id = val.id;
@@ -46319,11 +46319,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46319
46319
  },
46320
46320
 
46321
46321
 
46322
- /**
46323
- * getProcess
46324
- * @desc:获取选择流程
46325
- * @author liufan
46326
- * @date 2022年5月25日
46322
+ /**
46323
+ * getProcess
46324
+ * @desc:获取选择流程
46325
+ * @author liufan
46326
+ * @date 2022年5月25日
46327
46327
  **/
46328
46328
  getProcess: function getProcess() {
46329
46329
  var _this25 = this;
@@ -46377,11 +46377,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46377
46377
  });
46378
46378
  },
46379
46379
 
46380
- /**
46381
- * getPendedhistoryList
46382
- * @desc:获取流程列表
46383
- * @author liufan
46384
- * @date 2022年5月25日
46380
+ /**
46381
+ * getPendedhistoryList
46382
+ * @desc:获取流程列表
46383
+ * @author liufan
46384
+ * @date 2022年5月25日
46385
46385
  **/
46386
46386
  getPendedhistoryList: function getPendedhistoryList() {
46387
46387
  var _this26 = this;
@@ -46413,12 +46413,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46413
46413
  },
46414
46414
 
46415
46415
  // 提交流程
46416
- /**
46417
- * subProcess
46418
- * @desc:提交流程
46419
- * @author liufan
46420
- * @param {String} formName 当前form表单ref值
46421
- * @date 2022年5月25日
46416
+ /**
46417
+ * subProcess
46418
+ * @desc:提交流程
46419
+ * @author liufan
46420
+ * @param {String} formName 当前form表单ref值
46421
+ * @date 2022年5月25日
46422
46422
  **/
46423
46423
  subProcess: function subProcess(val) {
46424
46424
  var _this27 = this;
@@ -50394,11 +50394,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50394
50394
  });
50395
50395
  },
50396
50396
 
50397
- /**
50398
- * saveInfo
50399
- * @desc:暂存
50400
- * @author liufan
50401
- * @date 2022年9月9日
50397
+ /**
50398
+ * saveInfo
50399
+ * @desc:暂存
50400
+ * @author liufan
50401
+ * @date 2022年9月9日
50402
50402
  **/
50403
50403
  saveInfo: function saveInfo(type, btn) {
50404
50404
  var _this14 = this;
@@ -50460,11 +50460,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50460
50460
  });
50461
50461
  },
50462
50462
 
50463
- /**
50464
- * rejectBtn
50465
- * @desc:点击驳回
50466
- * @author liufan
50467
- * @date 2022年5月25日
50463
+ /**
50464
+ * rejectBtn
50465
+ * @desc:点击驳回
50466
+ * @author liufan
50467
+ * @date 2022年5月25日
50468
50468
  **/
50469
50469
  rejectBtn: function rejectBtn() {
50470
50470
  var _this16 = this;
@@ -50482,11 +50482,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50482
50482
  }
50483
50483
  },
50484
50484
 
50485
- /**
50486
- * taskReadBtn
50487
- * @desc:点击分阅
50488
- * @author liufan
50489
- * @date 2022年5月25日
50485
+ /**
50486
+ * taskReadBtn
50487
+ * @desc:点击分阅
50488
+ * @author liufan
50489
+ * @date 2022年5月25日
50490
50490
  **/
50491
50491
  taskReadBtn: function taskReadBtn() {
50492
50492
  var _this17 = this;
@@ -50505,11 +50505,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50505
50505
  }
50506
50506
  },
50507
50507
 
50508
- /**
50509
- * getFind
50510
- * @desc:获取通知方式
50511
- * @author liufan
50512
- * @date 2022年5月25日
50508
+ /**
50509
+ * getFind
50510
+ * @desc:获取通知方式
50511
+ * @author liufan
50512
+ * @date 2022年5月25日
50513
50513
  **/
50514
50514
  getFind: function getFind() {
50515
50515
  var _this18 = this;
@@ -50576,12 +50576,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50576
50576
  });
50577
50577
  },
50578
50578
 
50579
- /**
50580
- * endFlows
50581
- * @desc:直接办结
50582
- * @author liufan
50583
- * @param {Object} res 直接办结数据
50584
- * @date 2022年5月25日
50579
+ /**
50580
+ * endFlows
50581
+ * @desc:直接办结
50582
+ * @author liufan
50583
+ * @param {Object} res 直接办结数据
50584
+ * @date 2022年5月25日
50585
50585
  **/
50586
50586
  endFlows: function endFlows(res) {
50587
50587
  var _this20 = this;
@@ -50636,12 +50636,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50636
50636
  }).catch(function (e) {});
50637
50637
  },
50638
50638
 
50639
- /**
50640
- * goView
50641
- * @desc:更多流程按钮操作
50642
- * @author liufan
50643
- * @param {Object} res 当前点击操作按钮数据
50644
- * @date 2022年5月25日
50639
+ /**
50640
+ * goView
50641
+ * @desc:更多流程按钮操作
50642
+ * @author liufan
50643
+ * @param {Object} res 当前点击操作按钮数据
50644
+ * @date 2022年5月25日
50645
50645
  **/
50646
50646
  goView: function goView(res) {
50647
50647
  // 驳回并办结:rejectAndEndHtml
@@ -50728,11 +50728,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50728
50728
  // isCanStartSubFlow
50729
50729
  },
50730
50730
 
50731
- /**
50732
- * toTakeAdvice
50733
- * @desc:征求意见
50734
- * @author liufan
50735
- * @date 2022年9月29日
50731
+ /**
50732
+ * toTakeAdvice
50733
+ * @desc:征求意见
50734
+ * @author liufan
50735
+ * @date 2022年9月29日
50736
50736
  **/
50737
50737
  toTakeAdvice: function toTakeAdvice(res) {
50738
50738
  var _this22 = this;
@@ -50776,11 +50776,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50776
50776
  });
50777
50777
  },
50778
50778
 
50779
- /**
50780
- * toStartDraf
50781
- * @desc: 稿件递送、联合审核、复核
50782
- * @author liufan
50783
- * @date 2022年9月29日
50779
+ /**
50780
+ * toStartDraf
50781
+ * @desc: 稿件递送、联合审核、复核
50782
+ * @author liufan
50783
+ * @date 2022年9月29日
50784
50784
  **/
50785
50785
  toStartDraf: function toStartDraf(res) {
50786
50786
  var _this24 = this;
@@ -50794,11 +50794,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50794
50794
  }
50795
50795
  },
50796
50796
 
50797
- /**
50798
- * toSendMsg
50799
- * @desc:核稿通知
50800
- * @author liufan
50801
- * @date 2022年9月29日
50797
+ /**
50798
+ * toSendMsg
50799
+ * @desc:核稿通知
50800
+ * @author liufan
50801
+ * @date 2022年9月29日
50802
50802
  **/
50803
50803
  toSendMsg: function toSendMsg(res) {
50804
50804
  var _this25 = this;
@@ -50812,11 +50812,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50812
50812
  }
50813
50813
  },
50814
50814
 
50815
- /**
50816
- * toTaskReadAndEnd
50817
- * @desc:分阅并办结
50818
- * @author liufan
50819
- * @date 2022年9月29日
50815
+ /**
50816
+ * toTaskReadAndEnd
50817
+ * @desc:分阅并办结
50818
+ * @author liufan
50819
+ * @date 2022年9月29日
50820
50820
  **/
50821
50821
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50822
50822
  var _this26 = this;
@@ -50834,11 +50834,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50834
50834
  }
50835
50835
  },
50836
50836
 
50837
- /**
50838
- * rejectAndEnd
50839
- * @desc:驳回并办结
50840
- * @author liufan
50841
- * @date 2022年9月29日
50837
+ /**
50838
+ * rejectAndEnd
50839
+ * @desc:驳回并办结
50840
+ * @author liufan
50841
+ * @date 2022年9月29日
50842
50842
  **/
50843
50843
  rejectAndEnd: function rejectAndEnd(res) {
50844
50844
  var _this27 = this;
@@ -50894,11 +50894,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50894
50894
  });
50895
50895
  },
50896
50896
 
50897
- /**
50898
- * toTransfer
50899
- * @desc:转办
50900
- * @author liufan
50901
- * @date 2022年9月29日
50897
+ /**
50898
+ * toTransfer
50899
+ * @desc:转办
50900
+ * @author liufan
50901
+ * @date 2022年9月29日
50902
50902
  **/
50903
50903
  toTransfer: function toTransfer(res) {
50904
50904
  var _this29 = this;
@@ -50917,11 +50917,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50917
50917
  this.nextNode.customLimitTime = val;
50918
50918
  },
50919
50919
 
50920
- /**
50921
- * getNodeInfo
50922
- * @desc:获取节点信息
50923
- * @author liufan
50924
- * @date 2022年5月25日
50920
+ /**
50921
+ * getNodeInfo
50922
+ * @desc:获取节点信息
50923
+ * @author liufan
50924
+ * @date 2022年5月25日
50925
50925
  **/
50926
50926
  getNodeInfo: function getNodeInfo() {
50927
50927
  var _this30 = this;
@@ -51052,12 +51052,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51052
51052
  });
51053
51053
  },
51054
51054
 
51055
- /**
51056
- * selecNext
51057
- * @desc:下步节点变化时更新数据
51058
- * @author liufan
51059
- * @param {String} val 当前选中值
51060
- * @date 2022年5月25日
51055
+ /**
51056
+ * selecNext
51057
+ * @desc:下步节点变化时更新数据
51058
+ * @author liufan
51059
+ * @param {String} val 当前选中值
51060
+ * @date 2022年5月25日
51061
51061
  **/
51062
51062
  selecNext: function selecNext(val, type, isDef) {
51063
51063
  var _this31 = this;
@@ -51197,11 +51197,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51197
51197
  }
51198
51198
  },
51199
51199
 
51200
- /**
51201
- * isMultiple
51202
- * @desc:是否多选
51203
- * @author liufan
51204
- * @date 2022年9月13日
51200
+ /**
51201
+ * isMultiple
51202
+ * @desc:是否多选
51203
+ * @author liufan
51204
+ * @date 2022年9月13日
51205
51205
  **/
51206
51206
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
51207
51207
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -51233,11 +51233,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51233
51233
  }
51234
51234
  },
51235
51235
 
51236
- /**
51237
- * getHedInfo
51238
- * @desc:获取审核页面数据
51239
- * @author liufan
51240
- * @date 2022年5月25日
51236
+ /**
51237
+ * getHedInfo
51238
+ * @desc:获取审核页面数据
51239
+ * @author liufan
51240
+ * @date 2022年5月25日
51241
51241
  **/
51242
51242
  getHedInfo: function getHedInfo() {
51243
51243
  var _this32 = this;
@@ -51554,13 +51554,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51554
51554
  });
51555
51555
  },
51556
51556
 
51557
- /**
51558
- * closeProcess
51559
- * @desc:关闭弹窗
51560
- * @author liufan
51561
- * @param {boolean} val 当前是否办理流程
51562
- * @param {String} type 当前点击的弹窗类型
51563
- * @date 2022年5月25日
51557
+ /**
51558
+ * closeProcess
51559
+ * @desc:关闭弹窗
51560
+ * @author liufan
51561
+ * @param {boolean} val 当前是否办理流程
51562
+ * @param {String} type 当前点击的弹窗类型
51563
+ * @date 2022年5月25日
51564
51564
  **/
51565
51565
  closeProcess: function closeProcess(val, type, closeParent) {
51566
51566
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51580,23 +51580,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51580
51580
  }
51581
51581
  },
51582
51582
 
51583
- /**
51584
- * selectChange
51585
- * @desc:常用语选择
51586
- * @author liufan
51587
- * @param {String} val 选中值
51588
- * @date 2022年5月25日
51583
+ /**
51584
+ * selectChange
51585
+ * @desc:常用语选择
51586
+ * @author liufan
51587
+ * @param {String} val 选中值
51588
+ * @date 2022年5月25日
51589
51589
  **/
51590
51590
  selectChange: function selectChange(val) {
51591
51591
  this.value = val;
51592
51592
  },
51593
51593
 
51594
- /**
51595
- * upDate
51596
- * @desc:修改常用语
51597
- * @author liufan
51598
- * @param {Object} val 修改值
51599
- * @date 2022年5月25日
51594
+ /**
51595
+ * upDate
51596
+ * @desc:修改常用语
51597
+ * @author liufan
51598
+ * @param {Object} val 修改值
51599
+ * @date 2022年5月25日
51600
51600
  **/
51601
51601
  upDate: function upDate(val) {
51602
51602
  this.FormData.id = val.id;
@@ -51604,11 +51604,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51604
51604
  },
51605
51605
 
51606
51606
 
51607
- /**
51608
- * getProcess
51609
- * @desc:获取选择流程
51610
- * @author liufan
51611
- * @date 2022年5月25日
51607
+ /**
51608
+ * getProcess
51609
+ * @desc:获取选择流程
51610
+ * @author liufan
51611
+ * @date 2022年5月25日
51612
51612
  **/
51613
51613
  getProcess: function getProcess(val) {
51614
51614
  var _this33 = this;
@@ -51668,11 +51668,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51668
51668
  });
51669
51669
  },
51670
51670
 
51671
- /**
51672
- * getPendedhistoryList
51673
- * @desc:获取流程列表
51674
- * @author liufan
51675
- * @date 2022年5月25日
51671
+ /**
51672
+ * getPendedhistoryList
51673
+ * @desc:获取流程列表
51674
+ * @author liufan
51675
+ * @date 2022年5月25日
51676
51676
  **/
51677
51677
  getPendedhistoryList: function getPendedhistoryList() {
51678
51678
  var _this34 = this;
@@ -51743,12 +51743,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51743
51743
  beforeSubProcess: function beforeSubProcess() {},
51744
51744
 
51745
51745
  // 提交流程
51746
- /**
51747
- * subProcess
51748
- * @desc:提交流程
51749
- * @author liufan
51750
- * @param {String} formName 当前form表单ref值
51751
- * @date 2022年5月25日
51746
+ /**
51747
+ * subProcess
51748
+ * @desc:提交流程
51749
+ * @author liufan
51750
+ * @param {String} formName 当前form表单ref值
51751
+ * @date 2022年5月25日
51752
51752
  **/
51753
51753
  subProcess: function subProcess(val, type) {
51754
51754
  var _this36 = this;
@@ -70752,10 +70752,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70752
70752
  this.$refs.user.handleSelect(res);
70753
70753
  },
70754
70754
 
70755
- /**
70756
- * @desc:匹配路由
70757
- * @author huangbo
70758
- * @date 2024年9月7日
70755
+ /**
70756
+ * @desc:匹配路由
70757
+ * @author huangbo
70758
+ * @date 2024年9月7日
70759
70759
  **/
70760
70760
  hasRouter: function hasRouter(res, url, code) {
70761
70761
  if (!url) {
@@ -70799,10 +70799,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70799
70799
  return false;
70800
70800
  },
70801
70801
 
70802
- /**
70803
- * @desc:获取初始数据
70804
- * @author huangbo
70805
- * @date 2024年9月7日
70802
+ /**
70803
+ * @desc:获取初始数据
70804
+ * @author huangbo
70805
+ * @date 2024年9月7日
70806
70806
  **/
70807
70807
  init: function init(results, first) {
70808
70808
  this.setConfig(results);
@@ -70811,10 +70811,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70811
70811
  }
70812
70812
  },
70813
70813
 
70814
- /**
70815
- * @desc:设置用户配置及信息
70816
- * @author huangbo
70817
- * @date 2024年9月7日
70814
+ /**
70815
+ * @desc:设置用户配置及信息
70816
+ * @author huangbo
70817
+ * @date 2024年9月7日
70818
70818
  **/
70819
70819
  setConfig: function setConfig(results) {
70820
70820
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70982,10 +70982,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70982
70982
  }
70983
70983
  },
70984
70984
 
70985
- /**
70986
- * @desc:获取所有应用
70987
- * @author huangbo
70988
- * @date 2024年9月7日
70985
+ /**
70986
+ * @desc:获取所有应用
70987
+ * @author huangbo
70988
+ * @date 2024年9月7日
70989
70989
  **/
70990
70990
  getApplications: function getApplications() {
70991
70991
  var _this2 = this;
@@ -71033,10 +71033,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71033
71033
  });
71034
71034
  },
71035
71035
 
71036
- /**
71037
- * @desc:获取菜单列表
71038
- * @author huangbo
71039
- * @date 2024年9月7日
71036
+ /**
71037
+ * @desc:获取菜单列表
71038
+ * @author huangbo
71039
+ * @date 2024年9月7日
71040
71040
  **/
71041
71041
  getMenus: function getMenus(loading) {
71042
71042
  var _this3 = this;
@@ -71069,10 +71069,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71069
71069
  });
71070
71070
  },
71071
71071
 
71072
- /**
71073
- * @desc:处理菜单列表
71074
- * @author huangbo
71075
- * @date 2024年9月7日
71072
+ /**
71073
+ * @desc:处理菜单列表
71074
+ * @author huangbo
71075
+ * @date 2024年9月7日
71076
71076
  **/
71077
71077
  renderMenus: function renderMenus(res) {
71078
71078
  this.menus = res;
@@ -71168,10 +71168,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71168
71168
  }
71169
71169
  },
71170
71170
 
71171
- /**
71172
- * @desc:设置页面加载类型
71173
- * @author huangbo
71174
- * @date 2024年9月7日
71171
+ /**
71172
+ * @desc:设置页面加载类型
71173
+ * @author huangbo
71174
+ * @date 2024年9月7日
71175
71175
  **/
71176
71176
  setIframeType: function setIframeType(res) {
71177
71177
  var url = res.url;
@@ -71227,10 +71227,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71227
71227
  return res;
71228
71228
  },
71229
71229
 
71230
- /**
71231
- * @desc:获取菜单
71232
- * @author huangbo
71233
- * @date 2024年9月7日
71230
+ /**
71231
+ * @desc:获取菜单
71232
+ * @author huangbo
71233
+ * @date 2024年9月7日
71234
71234
  **/
71235
71235
  getMenu: function getMenu(menus, res, key) {
71236
71236
  if (Array.isArray(menus)) {
@@ -71259,10 +71259,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71259
71259
  return false;
71260
71260
  },
71261
71261
 
71262
- /**
71263
- * @desc:获取菜单第一条数据
71264
- * @author huangbo
71265
- * @date 2024年9月7日
71262
+ /**
71263
+ * @desc:获取菜单第一条数据
71264
+ * @author huangbo
71265
+ * @date 2024年9月7日
71266
71266
  **/
71267
71267
  getFirst: function getFirst(obj) {
71268
71268
  if (!obj) {
@@ -71281,10 +71281,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71281
71281
  }
71282
71282
  },
71283
71283
 
71284
- /**
71285
- * @desc:遍历设置菜单气泡提醒
71286
- * @author huangbo
71287
- * @date 2024年9月7日
71284
+ /**
71285
+ * @desc:遍历设置菜单气泡提醒
71286
+ * @author huangbo
71287
+ * @date 2024年9月7日
71288
71288
  **/
71289
71289
  setTips: function setTips(obj) {
71290
71290
  var _this4 = this;
@@ -71355,10 +71355,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71355
71355
  }
71356
71356
  },
71357
71357
 
71358
- /**
71359
- * @desc:获取气泡提醒
71360
- * @author huangbo
71361
- * @date 2024年9月7日
71358
+ /**
71359
+ * @desc:获取气泡提醒
71360
+ * @author huangbo
71361
+ * @date 2024年9月7日
71362
71362
  **/
71363
71363
  getBadge: function getBadge(res) {
71364
71364
  var num = res.tips || 0;
@@ -71372,10 +71372,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71372
71372
  };
71373
71373
  },
71374
71374
 
71375
- /**
71376
- * @desc:开启weosocket
71377
- * @author huangbo
71378
- * @date 2024年9月7日
71375
+ /**
71376
+ * @desc:开启weosocket
71377
+ * @author huangbo
71378
+ * @date 2024年9月7日
71379
71379
  **/
71380
71380
  initWebSocket: function initWebSocket() {
71381
71381
  var _this6 = this;
@@ -71424,10 +71424,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71424
71424
  });
71425
71425
  },
71426
71426
 
71427
- /**
71428
- * @desc:显示用户信息
71429
- * @author huangbo
71430
- * @date 2024年9月7日
71427
+ /**
71428
+ * @desc:显示用户信息
71429
+ * @author huangbo
71430
+ * @date 2024年9月7日
71431
71431
  **/
71432
71432
  showUserInfo: function showUserInfo() {
71433
71433
  if (this.showUser === false) {
@@ -71435,19 +71435,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71435
71435
  }
71436
71436
  },
71437
71437
 
71438
- /**
71439
- * @desc:删除更多应用菜单点击
71440
- * @author huangbo
71441
- * @date 2024年9月7日
71438
+ /**
71439
+ * @desc:删除更多应用菜单点击
71440
+ * @author huangbo
71441
+ * @date 2024年9月7日
71442
71442
  **/
71443
71443
  handleDelete: function handleDelete(index) {
71444
71444
  this.newApps.splice(index, 1);
71445
71445
  },
71446
71446
 
71447
- /**
71448
- * @desc:储存更多应用菜单点击
71449
- * @author huangbo
71450
- * @date 2024年9月7日
71447
+ /**
71448
+ * @desc:储存更多应用菜单点击
71449
+ * @author huangbo
71450
+ * @date 2024年9月7日
71451
71451
  **/
71452
71452
  handlerClickApps: function handlerClickApps(res) {
71453
71453
  if (res.permission === false) {
@@ -71460,10 +71460,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71460
71460
  this.handlerClickApp(res);
71461
71461
  },
71462
71462
 
71463
- /**
71464
- * @desc:侧边应用菜单点击
71465
- * @author huangbo
71466
- * @date 2024年9月7日
71463
+ /**
71464
+ * @desc:侧边应用菜单点击
71465
+ * @author huangbo
71466
+ * @date 2024年9月7日
71467
71467
  **/
71468
71468
  handlerClickApp: function handlerClickApp(res) {
71469
71469
  this.showMsg = false;
@@ -71552,10 +71552,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71552
71552
  }
71553
71553
  },
71554
71554
 
71555
- /**
71556
- * @desc:显示Drawer界面
71557
- * @author huangbo
71558
- * @date 2024年9月7日
71555
+ /**
71556
+ * @desc:显示Drawer界面
71557
+ * @author huangbo
71558
+ * @date 2024年9月7日
71559
71559
  **/
71560
71560
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71561
71561
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71575,19 +71575,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71575
71575
  }
71576
71576
  },
71577
71577
 
71578
- /**
71579
- * @desc:关闭Drawer界面
71580
- * @author huangbo
71581
- * @date 2024年9月7日
71578
+ /**
71579
+ * @desc:关闭Drawer界面
71580
+ * @author huangbo
71581
+ * @date 2024年9月7日
71582
71582
  **/
71583
71583
  handleCloseDrawer: function handleCloseDrawer() {
71584
71584
  this.drawer = { visible: false };
71585
71585
  },
71586
71586
 
71587
- /**
71588
- * @desc:菜单点击
71589
- * @author huangbo
71590
- * @date 2024年9月7日
71587
+ /**
71588
+ * @desc:菜单点击
71589
+ * @author huangbo
71590
+ * @date 2024年9月7日
71591
71591
  **/
71592
71592
  handlerClickMenu: function handlerClickMenu(res) {
71593
71593
  utils_util.ajax({
@@ -71636,19 +71636,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71636
71636
  },
71637
71637
 
71638
71638
 
71639
- /**
71640
- * @desc:用户详情请求成功
71641
- * @author huangbo
71642
- * @date 2024年9月7日
71639
+ /**
71640
+ * @desc:用户详情请求成功
71641
+ * @author huangbo
71642
+ * @date 2024年9月7日
71643
71643
  **/
71644
71644
  handleSuccess: function handleSuccess(res) {
71645
71645
  this.simpleUserInfo = res.simpleUserInfo;
71646
71646
  },
71647
71647
 
71648
- /**
71649
- * @desc:修改用户配置
71650
- * @author huangbo
71651
- * @date 2024年9月7日
71648
+ /**
71649
+ * @desc:修改用户配置
71650
+ * @author huangbo
71651
+ * @date 2024年9月7日
71652
71652
  **/
71653
71653
  handleChangeConfig: function handleChangeConfig(name, res) {
71654
71654
  if (name == 'userHeadUrl') {
@@ -71664,10 +71664,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71664
71664
  }
71665
71665
  },
71666
71666
 
71667
- /**
71668
- * @desc:关闭webSocket
71669
- * @author huangbo
71670
- * @date 2024年9月7日
71667
+ /**
71668
+ * @desc:关闭webSocket
71669
+ * @author huangbo
71670
+ * @date 2024年9月7日
71671
71671
  **/
71672
71672
  handlerClose: function handlerClose() {
71673
71673
  if (this.webSocket) {
@@ -71675,10 +71675,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71675
71675
  }
71676
71676
  },
71677
71677
 
71678
- /**
71679
- * @desc:刷新选中iframe页签
71680
- * @author huangbo
71681
- * @date 2024年9月7日
71678
+ /**
71679
+ * @desc:刷新选中iframe页签
71680
+ * @author huangbo
71681
+ * @date 2024年9月7日
71682
71682
  **/
71683
71683
  handleRefresh: function handleRefresh(arg) {
71684
71684
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -71715,10 +71715,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71715
71715
  }
71716
71716
  },
71717
71717
 
71718
- /**
71719
- * @desc:删除iframe
71720
- * @author huangbo
71721
- * @date 2024年9月7日
71718
+ /**
71719
+ * @desc:删除iframe
71720
+ * @author huangbo
71721
+ * @date 2024年9月7日
71722
71722
  **/
71723
71723
  handleRemove: function handleRemove(name) {
71724
71724
  var len = this.tabs.length - 1;
@@ -71735,10 +71735,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71735
71735
  }
71736
71736
  },
71737
71737
 
71738
- /**
71739
- * @desc:tabs鼠标右键事件
71740
- * @author huangbo
71741
- * @date 2024年9月7日
71738
+ /**
71739
+ * @desc:tabs鼠标右键事件
71740
+ * @author huangbo
71741
+ * @date 2024年9月7日
71742
71742
  **/
71743
71743
  handleContextmenu: function handleContextmenu(tabs, e) {
71744
71744
  var disabled = {};
@@ -71763,10 +71763,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71763
71763
  window.addEventListener('click', this.closeTabsEvents);
71764
71764
  },
71765
71765
 
71766
- /**
71767
- * @desc:tabs页签事件
71768
- * @author huangbo
71769
- * @date 2024年9月7日
71766
+ /**
71767
+ * @desc:tabs页签事件
71768
+ * @author huangbo
71769
+ * @date 2024年9月7日
71770
71770
  **/
71771
71771
  handleTabsEvents: function handleTabsEvents(num) {
71772
71772
  if (this.pane !== null) {
@@ -71777,10 +71777,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71777
71777
  },
71778
71778
 
71779
71779
 
71780
- /**
71781
- * @desc:关闭页签事件面板
71782
- * @author huangbo
71783
- * @date 2024年9月7日
71780
+ /**
71781
+ * @desc:关闭页签事件面板
71782
+ * @author huangbo
71783
+ * @date 2024年9月7日
71784
71784
  **/
71785
71785
  closeTabsEvents: function closeTabsEvents(e) {
71786
71786
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71790,10 +71790,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71790
71790
  },
71791
71791
 
71792
71792
 
71793
- /**
71794
- * @desc:tabs页签点击事件
71795
- * @author huangbo
71796
- * @date 2024年9月7日
71793
+ /**
71794
+ * @desc:tabs页签点击事件
71795
+ * @author huangbo
71796
+ * @date 2024年9月7日
71797
71797
  **/
71798
71798
  handleTabClick: function handleTabClick() {
71799
71799
  this.active = '';
@@ -71801,10 +71801,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71801
71801
  this.showMenu = false;
71802
71802
  },
71803
71803
 
71804
- /**
71805
- * @desc:handler工具栏点击事件
71806
- * @author huangbo
71807
- * @date 2024年9月7日
71804
+ /**
71805
+ * @desc:handler工具栏点击事件
71806
+ * @author huangbo
71807
+ * @date 2024年9月7日
71808
71808
  **/
71809
71809
  handleClick: function handleClick(res) {
71810
71810
  var type = res.type,
@@ -71885,10 +71885,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71885
71885
  this.$emit('handler-click', res);
71886
71886
  },
71887
71887
 
71888
- /**
71889
- * @desc:退出登录
71890
- * @author huangbo
71891
- * @date 2024年9月7日
71888
+ /**
71889
+ * @desc:退出登录
71890
+ * @author huangbo
71891
+ * @date 2024年9月7日
71892
71892
  **/
71893
71893
  handleQuit: function handleQuit() {
71894
71894
  var _this7 = this;
@@ -71969,10 +71969,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71969
71969
  }).catch(function (e) {});
71970
71970
  },
71971
71971
 
71972
- /**
71973
- * @desc:主题、消息回调
71974
- * @author huangbo
71975
- * @date 2024年9月7日
71972
+ /**
71973
+ * @desc:主题、消息回调
71974
+ * @author huangbo
71975
+ * @date 2024年9月7日
71976
71976
  **/
71977
71977
  handleChange: function handleChange(res) {
71978
71978
  var type = res.type,
@@ -71988,10 +71988,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71988
71988
  }
71989
71989
  },
71990
71990
 
71991
- /**
71992
- * @desc:菜单布局样式切换
71993
- * @author huangbo
71994
- * @date 2024年9月7日
71991
+ /**
71992
+ * @desc:菜单布局样式切换
71993
+ * @author huangbo
71994
+ * @date 2024年9月7日
71995
71995
  **/
71996
71996
  handleLayout: function handleLayout(res, active) {
71997
71997
  if (active) {
@@ -72001,10 +72001,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72001
72001
  this.$emit('chang-layout', res, active);
72002
72002
  },
72003
72003
 
72004
- /**
72005
- * @desc:消息修改总数
72006
- * @author huangbo
72007
- * @date 2024年9月7日
72004
+ /**
72005
+ * @desc:消息修改总数
72006
+ * @author huangbo
72007
+ * @date 2024年9月7日
72008
72008
  **/
72009
72009
  handleMenuTips: function handleMenuTips(id, num) {
72010
72010
  if (num) {
@@ -72015,10 +72015,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
72015
72015
  }
72016
72016
  },
72017
72017
 
72018
- /**
72019
- * @desc:处理即时消息
72020
- * @author huangbo
72021
- * @date 2024年9月7日
72018
+ /**
72019
+ * @desc:处理即时消息
72020
+ * @author huangbo
72021
+ * @date 2024年9月7日
72022
72022
  **/
72023
72023
  handleOpened: function handleOpened(res) {
72024
72024
  var _this8 = this;
@@ -76044,8 +76044,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76044
76044
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
76045
76045
  },
76046
76046
 
76047
- /**
76048
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76047
+ /**
76048
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
76049
76049
  */
76050
76050
  queryChildMenuData: function queryChildMenuData() {
76051
76051
  var _this2 = this;
@@ -76164,8 +76164,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76164
76164
  }))();
76165
76165
  },
76166
76166
 
76167
- /**
76168
- * getVoteMeetingNum: 查询会议数量
76167
+ /**
76168
+ * getVoteMeetingNum: 查询会议数量
76169
76169
  */
76170
76170
  getVoteMeetingNum: function getVoteMeetingNum() {
76171
76171
  var _this5 = this;
@@ -76190,8 +76190,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76190
76190
  });
76191
76191
  },
76192
76192
 
76193
- /**
76194
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76193
+ /**
76194
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
76195
76195
  */
76196
76196
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
76197
76197
  var _this6 = this;
@@ -76216,8 +76216,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76216
76216
  },
76217
76217
 
76218
76218
 
76219
- /**
76220
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76219
+ /**
76220
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76221
76221
  */
76222
76222
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
76223
76223
  var _this7 = this;
@@ -76245,8 +76245,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76245
76245
  });
76246
76246
  },
76247
76247
 
76248
- /**
76249
- * getIndexCount: 查询待办任务数量
76248
+ /**
76249
+ * getIndexCount: 查询待办任务数量
76250
76250
  */
76251
76251
  getIndexCount: function getIndexCount() {
76252
76252
  var _this8 = this;
@@ -76277,10 +76277,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76277
76277
  this.$refs.user.handleSelect(res);
76278
76278
  },
76279
76279
 
76280
- /**
76281
- * @desc:匹配路由
76282
- * @author huangbo
76283
- * @date 2024年9月7日
76280
+ /**
76281
+ * @desc:匹配路由
76282
+ * @author huangbo
76283
+ * @date 2024年9月7日
76284
76284
  **/
76285
76285
  hasRouter: function hasRouter(res, url, code) {
76286
76286
  if (!url) {
@@ -76324,10 +76324,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76324
76324
  return false;
76325
76325
  },
76326
76326
 
76327
- /**
76328
- * @desc:获取初始数据
76329
- * @author huangbo
76330
- * @date 2024年9月7日
76327
+ /**
76328
+ * @desc:获取初始数据
76329
+ * @author huangbo
76330
+ * @date 2024年9月7日
76331
76331
  **/
76332
76332
  init: function init(results) {
76333
76333
  this.setConfig(results);
@@ -76338,10 +76338,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76338
76338
  // }
76339
76339
  },
76340
76340
 
76341
- /**
76342
- * @desc:设置用户配置及信息
76343
- * @author huangbo
76344
- * @date 2024年9月7日
76341
+ /**
76342
+ * @desc:设置用户配置及信息
76343
+ * @author huangbo
76344
+ * @date 2024年9月7日
76345
76345
  **/
76346
76346
  setConfig: function setConfig(results) {
76347
76347
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76505,8 +76505,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76505
76505
  }
76506
76506
  },
76507
76507
 
76508
- /**
76509
- * @desc:获取用户自定义菜单
76508
+ /**
76509
+ * @desc:获取用户自定义菜单
76510
76510
  **/
76511
76511
  getUseCommonMenu: function getUseCommonMenu() {
76512
76512
  var _this9 = this;
@@ -76536,10 +76536,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76536
76536
  });
76537
76537
  },
76538
76538
 
76539
- /**
76540
- * @desc:获取所有应用
76541
- * @author huangbo
76542
- * @date 2024年9月7日
76539
+ /**
76540
+ * @desc:获取所有应用
76541
+ * @author huangbo
76542
+ * @date 2024年9月7日
76543
76543
  **/
76544
76544
  getApplications: function getApplications() {
76545
76545
  var _this10 = this;
@@ -76587,10 +76587,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76587
76587
  });
76588
76588
  },
76589
76589
 
76590
- /**
76591
- * @desc:获取菜单列表
76592
- * @author huangbo
76593
- * @date 2024年9月7日
76590
+ /**
76591
+ * @desc:获取菜单列表
76592
+ * @author huangbo
76593
+ * @date 2024年9月7日
76594
76594
  **/
76595
76595
  getMenus: function getMenus(loading) {
76596
76596
  var _this11 = this;
@@ -76617,10 +76617,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76617
76617
  });
76618
76618
  },
76619
76619
 
76620
- /**
76621
- * @desc:处理菜单列表
76622
- * @author huangbo
76623
- * @date 2024年9月7日
76620
+ /**
76621
+ * @desc:处理菜单列表
76622
+ * @author huangbo
76623
+ * @date 2024年9月7日
76624
76624
  **/
76625
76625
  renderMenus: function renderMenus(res) {
76626
76626
  // // console.log(res, 'renderMenus');
@@ -76666,9 +76666,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76666
76666
  // console.log(this.currentPage, 'currentPage');
76667
76667
  },
76668
76668
 
76669
- /**
76670
- * 更新myRemind中各项的权限状态
76671
- * @param {Array} menus - 完整的菜单列表
76669
+ /**
76670
+ * 更新myRemind中各项的权限状态
76671
+ * @param {Array} menus - 完整的菜单列表
76672
76672
  */
76673
76673
  updateRemindPermission: function updateRemindPermission(menus) {
76674
76674
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76696,10 +76696,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76696
76696
  });
76697
76697
  },
76698
76698
 
76699
- /**
76700
- * @desc:设置页面加载类型
76701
- * @author huangbo
76702
- * @date 2024年9月7日
76699
+ /**
76700
+ * @desc:设置页面加载类型
76701
+ * @author huangbo
76702
+ * @date 2024年9月7日
76703
76703
  **/
76704
76704
  setIframeType: function setIframeType(res) {
76705
76705
  var url = res.url;
@@ -76756,10 +76756,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76756
76756
  return res;
76757
76757
  },
76758
76758
 
76759
- /**
76760
- * @desc:获取菜单
76761
- * @author huangbo
76762
- * @date 2024年9月7日
76759
+ /**
76760
+ * @desc:获取菜单
76761
+ * @author huangbo
76762
+ * @date 2024年9月7日
76763
76763
  **/
76764
76764
  getMenu: function getMenu(menus, res, key) {
76765
76765
  if (Array.isArray(menus)) {
@@ -76788,10 +76788,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76788
76788
  return false;
76789
76789
  },
76790
76790
 
76791
- /**
76792
- * @desc:获取菜单第一条数据
76793
- * @author huangbo
76794
- * @date 2024年9月7日
76791
+ /**
76792
+ * @desc:获取菜单第一条数据
76793
+ * @author huangbo
76794
+ * @date 2024年9月7日
76795
76795
  **/
76796
76796
  getFirst: function getFirst(obj) {
76797
76797
  if (!obj) {
@@ -76810,10 +76810,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76810
76810
  }
76811
76811
  },
76812
76812
 
76813
- /**
76814
- * @desc:遍历设置菜单气泡提醒
76815
- * @author huangbo
76816
- * @date 2024年9月7日
76813
+ /**
76814
+ * @desc:遍历设置菜单气泡提醒
76815
+ * @author huangbo
76816
+ * @date 2024年9月7日
76817
76817
  **/
76818
76818
  setTips: function setTips(obj) {
76819
76819
  var _this12 = this;
@@ -76878,10 +76878,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76878
76878
  }
76879
76879
  },
76880
76880
 
76881
- /**
76882
- * @desc:获取气泡提醒
76883
- * @author huangbo
76884
- * @date 2024年9月7日
76881
+ /**
76882
+ * @desc:获取气泡提醒
76883
+ * @author huangbo
76884
+ * @date 2024年9月7日
76885
76885
  **/
76886
76886
  getBadge: function getBadge(res) {
76887
76887
  var num = res.tips || 0;
@@ -76895,10 +76895,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76895
76895
  };
76896
76896
  },
76897
76897
 
76898
- /**
76899
- * @desc:开启weosocket
76900
- * @author huangbo
76901
- * @date 2024年9月7日
76898
+ /**
76899
+ * @desc:开启weosocket
76900
+ * @author huangbo
76901
+ * @date 2024年9月7日
76902
76902
  **/
76903
76903
  initWebSocket: function initWebSocket() {
76904
76904
  var _this14 = this;
@@ -76966,10 +76966,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76966
76966
  });
76967
76967
  },
76968
76968
 
76969
- /**
76970
- * @desc:显示用户信息
76971
- * @author huangbo
76972
- * @date 2024年9月7日
76969
+ /**
76970
+ * @desc:显示用户信息
76971
+ * @author huangbo
76972
+ * @date 2024年9月7日
76973
76973
  **/
76974
76974
  showUserInfo: function showUserInfo() {
76975
76975
  if (this.showUser === false) {
@@ -76977,19 +76977,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76977
76977
  }
76978
76978
  },
76979
76979
 
76980
- /**
76981
- * @desc:删除更多应用菜单点击
76982
- * @author huangbo
76983
- * @date 2024年9月7日
76980
+ /**
76981
+ * @desc:删除更多应用菜单点击
76982
+ * @author huangbo
76983
+ * @date 2024年9月7日
76984
76984
  **/
76985
76985
  handleDelete: function handleDelete(index) {
76986
76986
  this.newApps.splice(index, 1);
76987
76987
  },
76988
76988
 
76989
- /**
76990
- * @desc:显示Drawer界面
76991
- * @author huangbo
76992
- * @date 2024年9月7日
76989
+ /**
76990
+ * @desc:显示Drawer界面
76991
+ * @author huangbo
76992
+ * @date 2024年9月7日
76993
76993
  **/
76994
76994
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76995
76995
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -77009,28 +77009,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77009
77009
  }
77010
77010
  },
77011
77011
 
77012
- /**
77013
- * @desc:关闭Drawer界面
77014
- * @author huangbo
77015
- * @date 2024年9月7日
77012
+ /**
77013
+ * @desc:关闭Drawer界面
77014
+ * @author huangbo
77015
+ * @date 2024年9月7日
77016
77016
  **/
77017
77017
  handleCloseDrawer: function handleCloseDrawer() {
77018
77018
  this.drawer = { visible: false };
77019
77019
  },
77020
77020
 
77021
- /**
77022
- * @desc:用户详情请求成功
77023
- * @author huangbo
77024
- * @date 2024年9月7日
77021
+ /**
77022
+ * @desc:用户详情请求成功
77023
+ * @author huangbo
77024
+ * @date 2024年9月7日
77025
77025
  **/
77026
77026
  handleSuccess: function handleSuccess(res) {
77027
77027
  this.simpleUserInfo = res.simpleUserInfo;
77028
77028
  },
77029
77029
 
77030
- /**
77031
- * @desc:修改用户配置
77032
- * @author huangbo
77033
- * @date 2024年9月7日
77030
+ /**
77031
+ * @desc:修改用户配置
77032
+ * @author huangbo
77033
+ * @date 2024年9月7日
77034
77034
  **/
77035
77035
  handleChangeConfig: function handleChangeConfig(name, res) {
77036
77036
  if (name == 'userHeadUrl') {
@@ -77046,10 +77046,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77046
77046
  }
77047
77047
  },
77048
77048
 
77049
- /**
77050
- * @desc:关闭webSocket
77051
- * @author huangbo
77052
- * @date 2024年9月7日
77049
+ /**
77050
+ * @desc:关闭webSocket
77051
+ * @author huangbo
77052
+ * @date 2024年9月7日
77053
77053
  **/
77054
77054
  handlerClose: function handlerClose() {
77055
77055
  if (this.webSocket) {
@@ -77060,10 +77060,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77060
77060
  this.handleRefresh(1);
77061
77061
  },
77062
77062
 
77063
- /**
77064
- * @desc:刷新选中iframe页签
77065
- * @author huangbo
77066
- * @date 2024年9月7日
77063
+ /**
77064
+ * @desc:刷新选中iframe页签
77065
+ * @author huangbo
77066
+ * @date 2024年9月7日
77067
77067
  **/
77068
77068
  handleRefresh: function handleRefresh(arg) {
77069
77069
  if (arg !== 1) {
@@ -77109,10 +77109,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77109
77109
  }
77110
77110
  },
77111
77111
 
77112
- /**
77113
- * @desc:删除iframe
77114
- * @author huangbo
77115
- * @date 2024年9月7日
77112
+ /**
77113
+ * @desc:删除iframe
77114
+ * @author huangbo
77115
+ * @date 2024年9月7日
77116
77116
  **/
77117
77117
  handleRemove: function handleRemove(name) {
77118
77118
  var len = this.tabs.length - 1;
@@ -77129,10 +77129,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77129
77129
  }
77130
77130
  },
77131
77131
 
77132
- /**
77133
- * @desc:tabs鼠标右键事件
77134
- * @author huangbo
77135
- * @date 2024年9月7日
77132
+ /**
77133
+ * @desc:tabs鼠标右键事件
77134
+ * @author huangbo
77135
+ * @date 2024年9月7日
77136
77136
  **/
77137
77137
  handleContextmenu: function handleContextmenu(tabs, e) {
77138
77138
  var disabled = {};
@@ -77157,10 +77157,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77157
77157
  window.addEventListener('click', this.closeTabsEvents);
77158
77158
  },
77159
77159
 
77160
- /**
77161
- * @desc:tabs页签事件
77162
- * @author huangbo
77163
- * @date 2024年9月7日
77160
+ /**
77161
+ * @desc:tabs页签事件
77162
+ * @author huangbo
77163
+ * @date 2024年9月7日
77164
77164
  **/
77165
77165
  handleTabsEvents: function handleTabsEvents(num) {
77166
77166
  if (this.pane !== null) {
@@ -77171,10 +77171,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77171
77171
  },
77172
77172
 
77173
77173
 
77174
- /**
77175
- * @desc:关闭页签事件面板
77176
- * @author huangbo
77177
- * @date 2024年9月7日
77174
+ /**
77175
+ * @desc:关闭页签事件面板
77176
+ * @author huangbo
77177
+ * @date 2024年9月7日
77178
77178
  **/
77179
77179
  closeTabsEvents: function closeTabsEvents(e) {
77180
77180
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -77184,10 +77184,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77184
77184
  },
77185
77185
 
77186
77186
 
77187
- /**
77188
- * @desc:tabs页签点击事件
77189
- * @author huangbo
77190
- * @date 2024年9月7日
77187
+ /**
77188
+ * @desc:tabs页签点击事件
77189
+ * @author huangbo
77190
+ * @date 2024年9月7日
77191
77191
  **/
77192
77192
  handleTabClick: function handleTabClick() {
77193
77193
  this.active = '';
@@ -77195,10 +77195,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77195
77195
  this.showMenu = false;
77196
77196
  },
77197
77197
 
77198
- /**
77199
- * @desc:handler工具栏点击事件
77200
- * @author huangbo
77201
- * @date 2024年9月7日
77198
+ /**
77199
+ * @desc:handler工具栏点击事件
77200
+ * @author huangbo
77201
+ * @date 2024年9月7日
77202
77202
  **/
77203
77203
  handleClick: function handleClick(res) {
77204
77204
  var type = res.type,
@@ -77288,10 +77288,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77288
77288
  this.$emit('handler-click', res);
77289
77289
  },
77290
77290
 
77291
- /**
77292
- * @desc:退出登录
77293
- * @author huangbo
77294
- * @date 2024年9月7日
77291
+ /**
77292
+ * @desc:退出登录
77293
+ * @author huangbo
77294
+ * @date 2024年9月7日
77295
77295
  **/
77296
77296
  handleQuit: function handleQuit() {
77297
77297
  var _this15 = this;
@@ -77366,10 +77366,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77366
77366
  }).catch(function (e) {});
77367
77367
  },
77368
77368
 
77369
- /**
77370
- * @desc:主题、消息回调
77371
- * @author huangbo
77372
- * @date 2024年9月7日
77369
+ /**
77370
+ * @desc:主题、消息回调
77371
+ * @author huangbo
77372
+ * @date 2024年9月7日
77373
77373
  **/
77374
77374
  handleChange: function handleChange(res) {
77375
77375
  var type = res.type,
@@ -77385,10 +77385,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77385
77385
  }
77386
77386
  },
77387
77387
 
77388
- /**
77389
- * @desc:菜单布局样式切换
77390
- * @author huangbo
77391
- * @date 2024年9月7日
77388
+ /**
77389
+ * @desc:菜单布局样式切换
77390
+ * @author huangbo
77391
+ * @date 2024年9月7日
77392
77392
  **/
77393
77393
  handleLayout: function handleLayout(res, active) {
77394
77394
  if (active) {
@@ -77398,10 +77398,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77398
77398
  this.$emit('chang-layout', res, active);
77399
77399
  },
77400
77400
 
77401
- /**
77402
- * @desc:消息修改总数
77403
- * @author huangbo
77404
- * @date 2024年9月7日
77401
+ /**
77402
+ * @desc:消息修改总数
77403
+ * @author huangbo
77404
+ * @date 2024年9月7日
77405
77405
  **/
77406
77406
  handleMenuTips: function handleMenuTips(id, num) {
77407
77407
  if (num) {
@@ -77412,10 +77412,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77412
77412
  }
77413
77413
  },
77414
77414
 
77415
- /**
77416
- * @desc:处理即时消息
77417
- * @author huangbo
77418
- * @date 2024年9月7日
77415
+ /**
77416
+ * @desc:处理即时消息
77417
+ * @author huangbo
77418
+ * @date 2024年9月7日
77419
77419
  **/
77420
77420
  handleOpened: function handleOpened(res) {
77421
77421
  var _this16 = this;
@@ -77431,14 +77431,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77431
77431
  }
77432
77432
  },
77433
77433
 
77434
- /**
77435
- * @desc:菜单点击事件
77436
- * @author huangbo
77437
- * @date 2024年9月7日
77438
- * @param {*} res 菜单点击事件参数
77439
- * @param {*} method 菜单点击事件方法
77440
- * 1.顶部菜单点击跳转已经实现
77441
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77434
+ /**
77435
+ * @desc:菜单点击事件
77436
+ * @author huangbo
77437
+ * @date 2024年9月7日
77438
+ * @param {*} res 菜单点击事件参数
77439
+ * @param {*} method 菜单点击事件方法
77440
+ * 1.顶部菜单点击跳转已经实现
77441
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77442
77442
  **/
77443
77443
  handleSelect: function handleSelect(res) {
77444
77444
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84853,19 +84853,19 @@ var QRCode = __webpack_require__(28);
84853
84853
  //设置logo大小
84854
84854
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84855
84855
  //设置获取的logo将其变为圆角以及添加白色背景
84856
- /* ctx.fillStyle = "#fff";
84857
- ctx.beginPath();
84858
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84859
- let w = 46; //圆角宽
84860
- let x = logoPosition - 5;
84861
- let y = logoPosition - 5;
84862
- let r = 5; //圆角半径
84863
- ctx.moveTo(x + r, y);
84864
- ctx.arcTo(x + w, y, x + w, y + h, r);
84865
- ctx.arcTo(x + w, y + h, x, y + h, r);
84866
- ctx.arcTo(x, y + h, x, y, r);
84867
- ctx.arcTo(x, y, x + w, y, r);
84868
- ctx.closePath();
84856
+ /* ctx.fillStyle = "#fff";
84857
+ ctx.beginPath();
84858
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84859
+ let w = 46; //圆角宽
84860
+ let x = logoPosition - 5;
84861
+ let y = logoPosition - 5;
84862
+ let r = 5; //圆角半径
84863
+ ctx.moveTo(x + r, y);
84864
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84865
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84866
+ ctx.arcTo(x, y + h, x, y, r);
84867
+ ctx.arcTo(x, y, x + w, y, r);
84868
+ ctx.closePath();
84869
84869
  ctx.fill(); */
84870
84870
  logo.onload = function () {
84871
84871
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -101027,8 +101027,8 @@ form_src_table.install = function (Vue) {
101027
101027
  };
101028
101028
 
101029
101029
  /* harmony default export */ var table_form = (form_src_table);
101030
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=8350224c&
101031
- var mainvue_type_template_id_8350224c_render = function () {
101030
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=f3cb4f04&
101031
+ var mainvue_type_template_id_f3cb4f04_render = function () {
101032
101032
  var _vm = this
101033
101033
  var _h = _vm.$createElement
101034
101034
  var _c = _vm._self._c || _h
@@ -101409,11 +101409,11 @@ var mainvue_type_template_id_8350224c_render = function () {
101409
101409
  )
101410
101410
  : _vm._e()
101411
101411
  }
101412
- var mainvue_type_template_id_8350224c_staticRenderFns = []
101413
- mainvue_type_template_id_8350224c_render._withStripped = true
101412
+ var mainvue_type_template_id_f3cb4f04_staticRenderFns = []
101413
+ mainvue_type_template_id_f3cb4f04_render._withStripped = true
101414
101414
 
101415
101415
 
101416
- // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=8350224c&
101416
+ // CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=f3cb4f04&
101417
101417
 
101418
101418
  // CONCATENATED MODULE: ./packages/upload/src/picture.js
101419
101419
  /* harmony default export */ var picture = ({
@@ -102455,6 +102455,7 @@ var mainvue_type_script_lang_js_props;
102455
102455
  if (this.onSort) {
102456
102456
  this.onSort(files);
102457
102457
  } else {
102458
+ if (!this.ownId || !this.code || this.fileList && this.fileList.length > 0) return;
102458
102459
  var ids = files.map(function (item) {
102459
102460
  if (item.status === 'success' || item.status == 0) {
102460
102461
  return item.adjunctId || item.response.adjunctId;
@@ -102572,8 +102573,8 @@ var mainvue_type_script_lang_js_props;
102572
102573
 
102573
102574
  var upload_src_main_component = normalizeComponent(
102574
102575
  packages_upload_src_mainvue_type_script_lang_js_,
102575
- mainvue_type_template_id_8350224c_render,
102576
- mainvue_type_template_id_8350224c_staticRenderFns,
102576
+ mainvue_type_template_id_f3cb4f04_render,
102577
+ mainvue_type_template_id_f3cb4f04_staticRenderFns,
102577
102578
  false,
102578
102579
  null,
102579
102580
  null,
@@ -103075,7 +103076,7 @@ if (typeof window !== 'undefined' && window.Vue) {
103075
103076
  }
103076
103077
 
103077
103078
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
103078
- version: '0.8.20',
103079
+ version: '0.8.21',
103079
103080
  install: install,
103080
103081
  Button: packages_button,
103081
103082
  ButtonGroup: button_group,