eoss-ui 0.6.95 → 0.6.97

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 (257) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +1046 -923
  3. package/lib/flow-list.js +81 -81
  4. package/lib/flow.js +296 -293
  5. package/lib/form.js +33 -6
  6. package/lib/handle-user.js +3 -4
  7. package/lib/index.js +1 -1
  8. package/lib/input.js +1 -1
  9. package/lib/login.js +5 -10
  10. package/lib/main.js +359 -259
  11. package/lib/qr-code.js +13 -13
  12. package/lib/select.js +0 -1
  13. package/lib/table-form.js +1 -1
  14. package/lib/theme-chalk/index.css +1 -1
  15. package/lib/theme-chalk/main.css +1 -1
  16. package/lib/theme-chalk/simplicity.css +1 -1
  17. package/lib/utils/rules.js +1 -1
  18. package/package.json +160 -160
  19. package/packages/.DS_Store +0 -0
  20. package/packages/autocomplete/.DS_Store +0 -0
  21. package/packages/button/index.js +5 -5
  22. package/packages/button/src/main.vue +418 -418
  23. package/packages/button-group/index.js +5 -5
  24. package/packages/button-group/src/main.vue +298 -298
  25. package/packages/calendar/index.js +5 -5
  26. package/packages/calogin/.DS_Store +0 -0
  27. package/packages/calogin/index.js +5 -5
  28. package/packages/calogin/src/main.vue +412 -412
  29. package/packages/calogin/src/plugin.js +915 -915
  30. package/packages/card/index.js +5 -5
  31. package/packages/card/src/main.vue +156 -156
  32. package/packages/cascader/index.js +5 -5
  33. package/packages/cascader/src/main.vue +168 -168
  34. package/packages/checkbox-group/index.js +5 -5
  35. package/packages/checkbox-group/src/main.vue +333 -333
  36. package/packages/clients/index.js +5 -5
  37. package/packages/clients/src/main.vue +151 -151
  38. package/packages/data-table/index.js +5 -5
  39. package/packages/data-table/src/children.vue +39 -39
  40. package/packages/data-table/src/column.vue +988 -988
  41. package/packages/data-table/src/main.vue +1831 -1831
  42. package/packages/data-table/src/sizer.vue +195 -195
  43. package/packages/data-table-form/index.js +5 -5
  44. package/packages/data-table-form/src/checkbox.vue +101 -101
  45. package/packages/data-table-form/src/colgroup.vue +17 -17
  46. package/packages/data-table-form/src/main.vue +181 -181
  47. package/packages/data-table-form/src/radio.vue +65 -65
  48. package/packages/data-table-form/src/table.vue +233 -233
  49. package/packages/data-table-form/src/tbody.vue +336 -336
  50. package/packages/data-table-form/src/thead.vue +68 -68
  51. package/packages/date-picker/.DS_Store +0 -0
  52. package/packages/date-picker/index.js +5 -5
  53. package/packages/date-picker/src/.DS_Store +0 -0
  54. package/packages/date-picker/src/main.vue +236 -236
  55. package/packages/dialog/index.js +5 -5
  56. package/packages/enable-drag/index.js +5 -5
  57. package/packages/enterprise/index.js +5 -5
  58. package/packages/enterprise/src/main.vue +66 -66
  59. package/packages/error-page/index.js +5 -5
  60. package/packages/error-page/src/main.vue +44 -44
  61. package/packages/flow/.DS_Store +0 -0
  62. package/packages/flow/index.js +5 -5
  63. package/packages/flow/src/.DS_Store +0 -0
  64. package/packages/flow/src/component/Circulate.vue +403 -403
  65. package/packages/flow/src/component/CommonOpinions.vue +364 -364
  66. package/packages/flow/src/component/CustomPreset.vue +322 -322
  67. package/packages/flow/src/component/FileList.vue +99 -99
  68. package/packages/flow/src/component/Preset.vue +255 -255
  69. package/packages/flow/src/component/SendMsg.vue +242 -242
  70. package/packages/flow/src/component/TimeLimit.vue +190 -190
  71. package/packages/flow/src/component/taskUnionExamine.vue +641 -641
  72. package/packages/flow/src/form.vue +121 -121
  73. package/packages/flow/src/freeStartFlow.vue +2844 -2844
  74. package/packages/flow/src/main.vue +3726 -3726
  75. package/packages/flow/src/processForm.vue +1287 -1287
  76. package/packages/flow/src/processReject.vue +308 -304
  77. package/packages/flow/src/reset.vue +941 -941
  78. package/packages/flow/src/startTaskRead.vue +690 -690
  79. package/packages/flow/src/supervise.vue +159 -159
  80. package/packages/flow/src/table.vue +58 -58
  81. package/packages/flow-group/index.js +5 -5
  82. package/packages/flow-group/src/main.vue +692 -692
  83. package/packages/flow-list/.DS_Store +0 -0
  84. package/packages/flow-list/index.js +5 -5
  85. package/packages/flow-list/src/main.vue +1770 -1770
  86. package/packages/form/.DS_Store +0 -0
  87. package/packages/form/index.js +5 -5
  88. package/packages/form/src/main.vue +3846 -3814
  89. package/packages/form/src/table.vue +1508 -1508
  90. package/packages/handle-user/index.js +5 -5
  91. package/packages/handle-user/src/main.vue +137 -138
  92. package/packages/handler/index.js +5 -5
  93. package/packages/handler/src/main.vue +493 -493
  94. package/packages/icon/index.js +5 -5
  95. package/packages/icon/src/main.vue +101 -101
  96. package/packages/icons/index.js +5 -5
  97. package/packages/icons/src/main.vue +81 -81
  98. package/packages/input/index.js +5 -5
  99. package/packages/input/src/main.vue +356 -356
  100. package/packages/input-number/index.js +5 -5
  101. package/packages/input-number/src/main.vue +106 -106
  102. package/packages/label/index.js +5 -5
  103. package/packages/label/src/main.vue +457 -457
  104. package/packages/layout/index.js +5 -5
  105. package/packages/layout/src/item.vue +152 -152
  106. package/packages/layout/src/main.vue +31 -31
  107. package/packages/login/.DS_Store +0 -0
  108. package/packages/login/index.js +5 -5
  109. package/packages/login/src/main.vue +1993 -1998
  110. package/packages/login/src/resetPassword.vue +562 -562
  111. package/packages/main/.DS_Store +0 -0
  112. package/packages/main/index.js +5 -5
  113. package/packages/main/src/.DS_Store +0 -0
  114. package/packages/main/src/default/message.vue +249 -249
  115. package/packages/main/src/default/notice.vue +157 -157
  116. package/packages/main/src/default/userinfo.vue +502 -503
  117. package/packages/main/src/main.vue +0 -2
  118. package/packages/main/src/public/online.vue +89 -89
  119. package/packages/main/src/public/search.vue +464 -464
  120. package/packages/main/src/public/settings.vue +221 -221
  121. package/packages/main/src/simplicity/apps.vue +388 -388
  122. package/packages/main/src/simplicity/avatar.vue +82 -82
  123. package/packages/main/src/simplicity/handler.vue +259 -259
  124. package/packages/main/src/simplicity/index.vue +2125 -2102
  125. package/packages/main/src/simplicity/lists.vue +84 -84
  126. package/packages/main/src/simplicity/menu-list.vue +135 -135
  127. package/packages/main/src/simplicity/message.vue +259 -259
  128. package/packages/main/src/simplicity/notice.vue +190 -190
  129. package/packages/main/src/simplicity/router-page.vue +45 -45
  130. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  131. package/packages/main/src/simplicity/user.vue +258 -259
  132. package/packages/main/src/simplicity/userinfo.vue +356 -308
  133. package/packages/menu/.DS_Store +0 -0
  134. package/packages/menu/index.js +5 -5
  135. package/packages/menu/src/main.vue +584 -584
  136. package/packages/nav/index.js +5 -5
  137. package/packages/nav/src/main.vue +351 -351
  138. package/packages/notify/index.js +5 -5
  139. package/packages/notify/src/main.vue +538 -538
  140. package/packages/page/index.js +5 -5
  141. package/packages/page/src/main.vue +167 -167
  142. package/packages/pagination/index.js +5 -5
  143. package/packages/pagination/src/main.vue +96 -96
  144. package/packages/player/index.js +5 -5
  145. package/packages/player/src/main.vue +194 -194
  146. package/packages/qr-code/index.js +5 -5
  147. package/packages/qr-code/src/main.vue +170 -170
  148. package/packages/radio-group/index.js +6 -6
  149. package/packages/radio-group/src/main.vue +319 -319
  150. package/packages/retrial-auth/index.js +5 -5
  151. package/packages/retrial-auth/src/main.vue +280 -280
  152. package/packages/scrollbar/.DS_Store +0 -0
  153. package/packages/select/.DS_Store +0 -0
  154. package/packages/select/index.js +5 -5
  155. package/packages/select/src/main.vue +781 -782
  156. package/packages/select-ganged/index.js +5 -5
  157. package/packages/select-ganged/src/main.vue +724 -724
  158. package/packages/selector/.DS_Store +0 -0
  159. package/packages/selector/index.js +5 -5
  160. package/packages/selector/src/main.vue +761 -761
  161. package/packages/selector-panel/.DS_Store +0 -0
  162. package/packages/selector-panel/index.js +5 -5
  163. package/packages/selector-panel/src/main.vue +1027 -1027
  164. package/packages/selector-panel/src/selection.vue +170 -170
  165. package/packages/selector-panel/src/tree.vue +129 -129
  166. package/packages/sizer/index.js +5 -5
  167. package/packages/sizer/src/main.vue +254 -254
  168. package/packages/steps/index.js +5 -5
  169. package/packages/steps/src/main.vue +181 -181
  170. package/packages/switch/index.js +5 -5
  171. package/packages/switch/src/main.vue +154 -154
  172. package/packages/table-form/index.js +5 -5
  173. package/packages/tabs/index.js +5 -5
  174. package/packages/tabs/src/main.vue +788 -788
  175. package/packages/tabs-panel/index.js +5 -5
  176. package/packages/tabs-panel/src/main.vue +29 -29
  177. package/packages/theme-chalk/lib/index.css +1 -1
  178. package/packages/theme-chalk/lib/main.css +1 -1
  179. package/packages/theme-chalk/lib/simplicity.css +1 -1
  180. package/packages/theme-chalk/src/.DS_Store +0 -0
  181. package/packages/theme-chalk/src/base.scss +261 -261
  182. package/packages/theme-chalk/src/button-group.scss +176 -176
  183. package/packages/theme-chalk/src/button.scss +24 -24
  184. package/packages/theme-chalk/src/calendar.scss +113 -113
  185. package/packages/theme-chalk/src/card.scss +99 -99
  186. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  187. package/packages/theme-chalk/src/clients.scss +87 -87
  188. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  189. package/packages/theme-chalk/src/data-table.scss +293 -293
  190. package/packages/theme-chalk/src/date-picker.scss +7 -7
  191. package/packages/theme-chalk/src/dialog.scss +77 -77
  192. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  193. package/packages/theme-chalk/src/enterprise.scss +5 -5
  194. package/packages/theme-chalk/src/error-page.scss +18 -18
  195. package/packages/theme-chalk/src/flow-group.scss +110 -110
  196. package/packages/theme-chalk/src/flow-list.scss +39 -39
  197. package/packages/theme-chalk/src/flow.scss +348 -348
  198. package/packages/theme-chalk/src/form.scss +499 -499
  199. package/packages/theme-chalk/src/handle-user.scss +40 -40
  200. package/packages/theme-chalk/src/handler.scss +143 -143
  201. package/packages/theme-chalk/src/icon.scss +1817 -1817
  202. package/packages/theme-chalk/src/icons.scss +99 -99
  203. package/packages/theme-chalk/src/input.scss +9 -9
  204. package/packages/theme-chalk/src/label.scss +24 -24
  205. package/packages/theme-chalk/src/layout.scss +46 -46
  206. package/packages/theme-chalk/src/login.scss +984 -984
  207. package/packages/theme-chalk/src/main.scss +663 -663
  208. package/packages/theme-chalk/src/menu.scss +222 -222
  209. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  210. package/packages/theme-chalk/src/nav.scss +111 -111
  211. package/packages/theme-chalk/src/page.scss +3 -3
  212. package/packages/theme-chalk/src/pagination.scss +29 -29
  213. package/packages/theme-chalk/src/player.scss +9 -9
  214. package/packages/theme-chalk/src/qr-code.scss +17 -17
  215. package/packages/theme-chalk/src/radio-group.scss +9 -9
  216. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  217. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  218. package/packages/theme-chalk/src/select.scss +8 -8
  219. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  220. package/packages/theme-chalk/src/selector.scss +92 -92
  221. package/packages/theme-chalk/src/simplicity.scss +1361 -1355
  222. package/packages/theme-chalk/src/sizer.scss +36 -36
  223. package/packages/theme-chalk/src/steps.scss +88 -88
  224. package/packages/theme-chalk/src/switch.scss +3 -3
  225. package/packages/theme-chalk/src/table-form.scss +1 -1
  226. package/packages/theme-chalk/src/tabs.scss +87 -87
  227. package/packages/theme-chalk/src/tips.scss +7 -7
  228. package/packages/theme-chalk/src/toolbar.scss +179 -179
  229. package/packages/theme-chalk/src/tree-group.scss +72 -72
  230. package/packages/theme-chalk/src/tree.scss +165 -165
  231. package/packages/theme-chalk/src/upload.scss +172 -172
  232. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  233. package/packages/tips/index.js +5 -5
  234. package/packages/tips/src/main.vue +141 -141
  235. package/packages/toolbar/index.js +5 -5
  236. package/packages/toolbar/src/main.vue +430 -430
  237. package/packages/tree/index.js +5 -5
  238. package/packages/tree-group/index.js +5 -5
  239. package/packages/upload/.DS_Store +0 -0
  240. package/packages/upload/index.js +5 -5
  241. package/packages/upload/src/main.vue +1343 -1343
  242. package/packages/upload/src/picture.js +15 -15
  243. package/packages/wujie/index.js +5 -5
  244. package/packages/wujie/src/main.vue +145 -145
  245. package/packages/wxlogin/index.js +5 -5
  246. package/packages/wxlogin/src/main.vue +128 -128
  247. package/src/.DS_Store +0 -0
  248. package/src/config/api.js +308 -308
  249. package/src/config/image.js +2 -2
  250. package/src/index.js +163 -163
  251. package/src/utils/.DS_Store +0 -0
  252. package/src/utils/bus.js +3 -3
  253. package/src/utils/date-util.js +312 -312
  254. package/src/utils/http.js +50 -50
  255. package/src/utils/rules.js +18 -18
  256. package/src/utils/store.js +21 -21
  257. package/src/utils/webSocket.js +107 -107
@@ -5965,8 +5965,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
5965
5965
 
5966
5966
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5967
5967
 
5968
- /**
5969
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5968
+ /**
5969
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5970
5970
  */
5971
5971
  var CA_ExtInterface = function () {
5972
5972
  function CA_ExtInterface() {
@@ -5979,11 +5979,11 @@ var CA_ExtInterface = function () {
5979
5979
  this.init();
5980
5980
  }
5981
5981
 
5982
- /**
5983
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5984
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5985
- * @param {Object} target - 目标对象
5986
- * @param {Object} options - 新的选项对象
5982
+ /**
5983
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5984
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5985
+ * @param {Object} target - 目标对象
5986
+ * @param {Object} options - 新的选项对象
5987
5987
  */
5988
5988
 
5989
5989
 
@@ -5998,8 +5998,8 @@ var CA_ExtInterface = function () {
5998
5998
  }
5999
5999
  };
6000
6000
 
6001
- /**
6002
- * 检查当前会话的 WebSocket URL
6001
+ /**
6002
+ * 检查当前会话的 WebSocket URL
6003
6003
  */
6004
6004
 
6005
6005
 
@@ -6013,8 +6013,8 @@ var CA_ExtInterface = function () {
6013
6013
  }
6014
6014
  };
6015
6015
 
6016
- /**
6017
- * 检查是否使用 ActiveX
6016
+ /**
6017
+ * 检查是否使用 ActiveX
6018
6018
  */
6019
6019
 
6020
6020
 
@@ -6026,11 +6026,11 @@ var CA_ExtInterface = function () {
6026
6026
  }
6027
6027
  };
6028
6028
 
6029
- /**
6030
- * 扩展发送消息并等待响应
6031
- * @param {string} operatorCmd - 操作命令
6032
- * @param {string} sendMsg - 发送的消息
6033
- * @returns {string} 响应消息
6029
+ /**
6030
+ * 扩展发送消息并等待响应
6031
+ * @param {string} operatorCmd - 操作命令
6032
+ * @param {string} sendMsg - 发送的消息
6033
+ * @returns {string} 响应消息
6034
6034
  */
6035
6035
 
6036
6036
 
@@ -6040,11 +6040,11 @@ var CA_ExtInterface = function () {
6040
6040
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6041
6041
  };
6042
6042
 
6043
- /**
6044
- * 发送消息并等待响应
6045
- * @param {string} wsurl - WebSocket URL
6046
- * @param {string} sendMsg - 发送的消息
6047
- * @returns {string} 响应消息
6043
+ /**
6044
+ * 发送消息并等待响应
6045
+ * @param {string} wsurl - WebSocket URL
6046
+ * @param {string} sendMsg - 发送的消息
6047
+ * @returns {string} 响应消息
6048
6048
  */
6049
6049
 
6050
6050
 
@@ -6068,9 +6068,9 @@ var CA_ExtInterface = function () {
6068
6068
  return ResultMsg;
6069
6069
  };
6070
6070
 
6071
- /**
6072
- * 配置选项
6073
- * @param {Object} extendOption - 扩展选项
6071
+ /**
6072
+ * 配置选项
6073
+ * @param {Object} extendOption - 扩展选项
6074
6074
  */
6075
6075
 
6076
6076
 
@@ -6080,8 +6080,8 @@ var CA_ExtInterface = function () {
6080
6080
  }
6081
6081
  };
6082
6082
 
6083
- /**
6084
- * 初始化
6083
+ /**
6084
+ * 初始化
6085
6085
  */
6086
6086
 
6087
6087
 
@@ -6089,9 +6089,9 @@ var CA_ExtInterface = function () {
6089
6089
  this.isUseActioveX();
6090
6090
  };
6091
6091
 
6092
- /**
6093
- * 返回客户端的版本
6094
- * @returns {string} 客户端版本
6092
+ /**
6093
+ * 返回客户端的版本
6094
+ * @returns {string} 客户端版本
6095
6095
  */
6096
6096
 
6097
6097
 
@@ -6104,13 +6104,13 @@ var CA_ExtInterface = function () {
6104
6104
  }
6105
6105
  };
6106
6106
 
6107
- /**
6108
- * 下载客户端程序并安装
6109
- * @param {string} bstrURL - 下载地址
6110
- * @param {string} bstrHashValue - 哈希值
6111
- * @param {boolean} bSync - 是否同步安装
6112
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6113
- * @returns {number} 安装结果
6107
+ /**
6108
+ * 下载客户端程序并安装
6109
+ * @param {string} bstrURL - 下载地址
6110
+ * @param {string} bstrHashValue - 哈希值
6111
+ * @param {boolean} bSync - 是否同步安装
6112
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6113
+ * @returns {number} 安装结果
6114
6114
  */
6115
6115
 
6116
6116
 
@@ -6124,11 +6124,11 @@ var CA_ExtInterface = function () {
6124
6124
  }
6125
6125
  };
6126
6126
 
6127
- /**
6128
- * 获取硬件指纹信息
6129
- * @param {number} dwSign - 签名
6130
- * @param {string} strGateWayIP - 网关 IP
6131
- * @returns {string} 硬件指纹信息
6127
+ /**
6128
+ * 获取硬件指纹信息
6129
+ * @param {number} dwSign - 签名
6130
+ * @param {string} strGateWayIP - 网关 IP
6131
+ * @returns {string} 硬件指纹信息
6132
6132
  */
6133
6133
 
6134
6134
 
@@ -6142,12 +6142,12 @@ var CA_ExtInterface = function () {
6142
6142
  }
6143
6143
  };
6144
6144
 
6145
- /**
6146
- * 设置转发策略和代填策略
6147
- * @param {string} strProxyPolicy - 转发策略
6148
- * @param {string} strSSOPolicy - 代填策略
6149
- * @param {string} strGatewayAddress - 网关地址
6150
- * @returns {number} 设置结果
6145
+ /**
6146
+ * 设置转发策略和代填策略
6147
+ * @param {string} strProxyPolicy - 转发策略
6148
+ * @param {string} strSSOPolicy - 代填策略
6149
+ * @param {string} strGatewayAddress - 网关地址
6150
+ * @returns {number} 设置结果
6151
6151
  */
6152
6152
 
6153
6153
 
@@ -6161,11 +6161,11 @@ var CA_ExtInterface = function () {
6161
6161
  }
6162
6162
  };
6163
6163
 
6164
- /**
6165
- * 启动认证信息模块
6166
- * @param {string} strFileName - 文件名
6167
- * @param {string} strXmlData - XML 数据
6168
- * @returns {string} 认证信息
6164
+ /**
6165
+ * 启动认证信息模块
6166
+ * @param {string} strFileName - 文件名
6167
+ * @param {string} strXmlData - XML 数据
6168
+ * @returns {string} 认证信息
6169
6169
  */
6170
6170
 
6171
6171
 
@@ -6179,10 +6179,10 @@ var CA_ExtInterface = function () {
6179
6179
  }
6180
6180
  };
6181
6181
 
6182
- /**
6183
- * 打开 BS 应用
6184
- * @param {string} strUrl - 应用 URL
6185
- * @returns {number} 打开结果
6182
+ /**
6183
+ * 打开 BS 应用
6184
+ * @param {string} strUrl - 应用 URL
6185
+ * @returns {number} 打开结果
6186
6186
  */
6187
6187
 
6188
6188
 
@@ -6196,12 +6196,12 @@ var CA_ExtInterface = function () {
6196
6196
  }
6197
6197
  };
6198
6198
 
6199
- /**
6200
- * 打开 CS 应用
6201
- * @param {string} strGatewayAddress - 网关地址
6202
- * @param {string} strAppFlag - 应用标识
6203
- * @param {string} strAppPath - 应用路径
6204
- * @returns {number} 打开结果
6199
+ /**
6200
+ * 打开 CS 应用
6201
+ * @param {string} strGatewayAddress - 网关地址
6202
+ * @param {string} strAppFlag - 应用标识
6203
+ * @param {string} strAppPath - 应用路径
6204
+ * @returns {number} 打开结果
6205
6205
  */
6206
6206
 
6207
6207
 
@@ -6215,13 +6215,13 @@ var CA_ExtInterface = function () {
6215
6215
  }
6216
6216
  };
6217
6217
 
6218
- /**
6219
- * 设置自动更新策略
6220
- * @param {string} strGatewayAddress - 网关地址
6221
- * @param {number} nGatewayPort - 网关端口
6222
- * @param {string} strUserToken - 用户令牌
6223
- * @param {number} updatedelay - 更新延迟
6224
- * @returns {number} 设置结果
6218
+ /**
6219
+ * 设置自动更新策略
6220
+ * @param {string} strGatewayAddress - 网关地址
6221
+ * @param {number} nGatewayPort - 网关端口
6222
+ * @param {string} strUserToken - 用户令牌
6223
+ * @param {number} updatedelay - 更新延迟
6224
+ * @returns {number} 设置结果
6225
6225
  */
6226
6226
 
6227
6227
 
@@ -6235,10 +6235,10 @@ var CA_ExtInterface = function () {
6235
6235
  }
6236
6236
  };
6237
6237
 
6238
- /**
6239
- * 获取客户端 IP
6240
- * @param {string} strGatewayIP - 网关 IP
6241
- * @returns {string} 客户端 IP
6238
+ /**
6239
+ * 获取客户端 IP
6240
+ * @param {string} strGatewayIP - 网关 IP
6241
+ * @returns {string} 客户端 IP
6242
6242
  */
6243
6243
 
6244
6244
 
@@ -6252,10 +6252,10 @@ var CA_ExtInterface = function () {
6252
6252
  }
6253
6253
  };
6254
6254
 
6255
- /**
6256
- * 登出网关
6257
- * @param {string} strServerIP - 服务器 IP
6258
- * @returns {number} 登出结果
6255
+ /**
6256
+ * 登出网关
6257
+ * @param {string} strServerIP - 服务器 IP
6258
+ * @returns {number} 登出结果
6259
6259
  */
6260
6260
 
6261
6261
 
@@ -6269,11 +6269,11 @@ var CA_ExtInterface = function () {
6269
6269
  }
6270
6270
  };
6271
6271
 
6272
- /**
6273
- * 运行安装包
6274
- * @param {number} lRunType - 运行类型
6275
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6276
- * @returns {number} 运行结果
6272
+ /**
6273
+ * 运行安装包
6274
+ * @param {number} lRunType - 运行类型
6275
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6276
+ * @returns {number} 运行结果
6277
6277
  */
6278
6278
 
6279
6279
 
@@ -6287,9 +6287,9 @@ var CA_ExtInterface = function () {
6287
6287
  }
6288
6288
  };
6289
6289
 
6290
- /**
6291
- * 获取下载进度
6292
- * @returns {number} 下载进度
6290
+ /**
6291
+ * 获取下载进度
6292
+ * @returns {number} 下载进度
6293
6293
  */
6294
6294
 
6295
6295
 
@@ -6303,9 +6303,9 @@ var CA_ExtInterface = function () {
6303
6303
  }
6304
6304
  };
6305
6305
 
6306
- /**
6307
- * 是否安装完成
6308
- * @returns {boolean} 安装完成状态
6306
+ /**
6307
+ * 是否安装完成
6308
+ * @returns {boolean} 安装完成状态
6309
6309
  */
6310
6310
 
6311
6311
 
@@ -6319,11 +6319,11 @@ var CA_ExtInterface = function () {
6319
6319
  }
6320
6320
  };
6321
6321
 
6322
- /**
6323
- * 初始化签包对象
6324
- * @param {string} strAlgType - 算法类型
6325
- * @param {string} strAuxParam - 辅助参数
6326
- * @returns {number} 初始化结果
6322
+ /**
6323
+ * 初始化签包对象
6324
+ * @param {string} strAlgType - 算法类型
6325
+ * @param {string} strAuxParam - 辅助参数
6326
+ * @returns {number} 初始化结果
6327
6327
  */
6328
6328
 
6329
6329
 
@@ -6337,10 +6337,10 @@ var CA_ExtInterface = function () {
6337
6337
  }
6338
6338
  };
6339
6339
 
6340
- /**
6341
- * 设置摘要算法
6342
- * @param {string} strDigestAlg - 摘要算法
6343
- * @returns {number} 设置结果
6340
+ /**
6341
+ * 设置摘要算法
6342
+ * @param {string} strDigestAlg - 摘要算法
6343
+ * @returns {number} 设置结果
6344
6344
  */
6345
6345
 
6346
6346
 
@@ -6354,10 +6354,10 @@ var CA_ExtInterface = function () {
6354
6354
  }
6355
6355
  };
6356
6356
 
6357
- /**
6358
- * 设置单证书是否弹出对话框
6359
- * @param {number} isChoose - 是否弹出对话框
6360
- * @returns {number} 设置结果
6357
+ /**
6358
+ * 设置单证书是否弹出对话框
6359
+ * @param {number} isChoose - 是否弹出对话框
6360
+ * @returns {number} 设置结果
6361
6361
  */
6362
6362
 
6363
6363
 
@@ -6371,11 +6371,11 @@ var CA_ExtInterface = function () {
6371
6371
  }
6372
6372
  };
6373
6373
 
6374
- /**
6375
- * 添加证书过滤条件
6376
- * @param {number} ulType - 过滤类型
6377
- * @param {string} strValue - 过滤值
6378
- * @returns {number} 添加结果
6374
+ /**
6375
+ * 添加证书过滤条件
6376
+ * @param {number} ulType - 过滤类型
6377
+ * @param {string} strValue - 过滤值
6378
+ * @returns {number} 添加结果
6379
6379
  */
6380
6380
 
6381
6381
 
@@ -6389,9 +6389,9 @@ var CA_ExtInterface = function () {
6389
6389
  }
6390
6390
  };
6391
6391
 
6392
- /**
6393
- * 清除所有过滤条件
6394
- * @returns {number} 清除结果
6392
+ /**
6393
+ * 清除所有过滤条件
6394
+ * @returns {number} 清除结果
6395
6395
  */
6396
6396
 
6397
6397
 
@@ -6405,10 +6405,10 @@ var CA_ExtInterface = function () {
6405
6405
  }
6406
6406
  };
6407
6407
 
6408
- /**
6409
- * P1 签名
6410
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6411
- * @returns {string} 签名结果
6408
+ /**
6409
+ * P1 签名
6410
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6411
+ * @returns {string} 签名结果
6412
6412
  */
6413
6413
 
6414
6414
 
@@ -6422,10 +6422,10 @@ var CA_ExtInterface = function () {
6422
6422
  }
6423
6423
  };
6424
6424
 
6425
- /**
6426
- * P1 签名字符串
6427
- * @param {string} strValue - 待签名的字符串
6428
- * @returns {string} 签名结果
6425
+ /**
6426
+ * P1 签名字符串
6427
+ * @param {string} strValue - 待签名的字符串
6428
+ * @returns {string} 签名结果
6429
6429
  */
6430
6430
 
6431
6431
 
@@ -6439,12 +6439,12 @@ var CA_ExtInterface = function () {
6439
6439
  }
6440
6440
  };
6441
6441
 
6442
- /**
6443
- * P7 签名
6444
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6445
- * @param {boolean} isDetach - 是否分离签名
6446
- * @param {boolean} isIncludeCert - 是否包含证书
6447
- * @returns {string} 签名结果
6442
+ /**
6443
+ * P7 签名
6444
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6445
+ * @param {boolean} isDetach - 是否分离签名
6446
+ * @param {boolean} isIncludeCert - 是否包含证书
6447
+ * @returns {string} 签名结果
6448
6448
  */
6449
6449
 
6450
6450
 
@@ -6458,12 +6458,12 @@ var CA_ExtInterface = function () {
6458
6458
  }
6459
6459
  };
6460
6460
 
6461
- /**
6462
- * P7 签名字符串
6463
- * @param {string} strValue - 待签名的字符串
6464
- * @param {boolean} isDetach - 是否分离签名
6465
- * @param {boolean} isIncludeCert - 是否包含证书
6466
- * @returns {string} 签名结果
6461
+ /**
6462
+ * P7 签名字符串
6463
+ * @param {string} strValue - 待签名的字符串
6464
+ * @param {boolean} isDetach - 是否分离签名
6465
+ * @param {boolean} isIncludeCert - 是否包含证书
6466
+ * @returns {string} 签名结果
6467
6467
  */
6468
6468
 
6469
6469
 
@@ -6477,9 +6477,9 @@ var CA_ExtInterface = function () {
6477
6477
  }
6478
6478
  };
6479
6479
 
6480
- /**
6481
- * 释放签名对象
6482
- * @returns {number} 释放结果
6480
+ /**
6481
+ * 释放签名对象
6482
+ * @returns {number} 释放结果
6483
6483
  */
6484
6484
 
6485
6485
 
@@ -6493,9 +6493,9 @@ var CA_ExtInterface = function () {
6493
6493
  }
6494
6494
  };
6495
6495
 
6496
- /**
6497
- * 获取签名版本
6498
- * @returns {string} 签名版本
6496
+ /**
6497
+ * 获取签名版本
6498
+ * @returns {string} 签名版本
6499
6499
  */
6500
6500
 
6501
6501
 
@@ -6509,9 +6509,9 @@ var CA_ExtInterface = function () {
6509
6509
  }
6510
6510
  };
6511
6511
 
6512
- /**
6513
- * 获取签名证书
6514
- * @returns {string} 签名证书
6512
+ /**
6513
+ * 获取签名证书
6514
+ * @returns {string} 签名证书
6515
6515
  */
6516
6516
 
6517
6517
 
@@ -6525,9 +6525,9 @@ var CA_ExtInterface = function () {
6525
6525
  }
6526
6526
  };
6527
6527
 
6528
- /**
6529
- * 获取错误码
6530
- * @returns {number} 错误码
6528
+ /**
6529
+ * 获取错误码
6530
+ * @returns {number} 错误码
6531
6531
  */
6532
6532
 
6533
6533
 
@@ -6541,9 +6541,9 @@ var CA_ExtInterface = function () {
6541
6541
  }
6542
6542
  };
6543
6543
 
6544
- /**
6545
- * 获取错误信息
6546
- * @returns {string} 错误信息
6544
+ /**
6545
+ * 获取错误信息
6546
+ * @returns {string} 错误信息
6547
6547
  */
6548
6548
 
6549
6549
 
@@ -6557,9 +6557,9 @@ var CA_ExtInterface = function () {
6557
6557
  }
6558
6558
  };
6559
6559
 
6560
- /**
6561
- * 销毁认证对象
6562
- * @returns {number} 销毁结果
6560
+ /**
6561
+ * 销毁认证对象
6562
+ * @returns {number} 销毁结果
6563
6563
  */
6564
6564
 
6565
6565
 
@@ -6573,9 +6573,9 @@ var CA_ExtInterface = function () {
6573
6573
  }
6574
6574
  };
6575
6575
 
6576
- /**
6577
- * 获取证书类型
6578
- * @returns {string} 证书类型
6576
+ /**
6577
+ * 获取证书类型
6578
+ * @returns {string} 证书类型
6579
6579
  */
6580
6580
 
6581
6581
 
@@ -6589,9 +6589,9 @@ var CA_ExtInterface = function () {
6589
6589
  }
6590
6590
  };
6591
6591
 
6592
- /**
6593
- * 获取签名摘要算法
6594
- * @returns {string} 签名摘要算法
6592
+ /**
6593
+ * 获取签名摘要算法
6594
+ * @returns {string} 签名摘要算法
6595
6595
  */
6596
6596
 
6597
6597
 
@@ -6605,11 +6605,11 @@ var CA_ExtInterface = function () {
6605
6605
  }
6606
6606
  };
6607
6607
 
6608
- /**
6609
- * 使能调用序列
6610
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6611
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6612
- * @returns {number} 使能结果
6608
+ /**
6609
+ * 使能调用序列
6610
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6611
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6612
+ * @returns {number} 使能结果
6613
6613
  */
6614
6614
 
6615
6615
 
@@ -6623,9 +6623,9 @@ var CA_ExtInterface = function () {
6623
6623
  }
6624
6624
  };
6625
6625
 
6626
- /**
6627
- * 清空调用序列结果
6628
- * @returns {number} 清空调用序列结果
6626
+ /**
6627
+ * 清空调用序列结果
6628
+ * @returns {number} 清空调用序列结果
6629
6629
  */
6630
6630
 
6631
6631
 
@@ -6639,9 +6639,9 @@ var CA_ExtInterface = function () {
6639
6639
  }
6640
6640
  };
6641
6641
 
6642
- /**
6643
- * 获取调用序列结果
6644
- * @returns {string} 调用序列结果
6642
+ /**
6643
+ * 获取调用序列结果
6644
+ * @returns {string} 调用序列结果
6645
6645
  */
6646
6646
 
6647
6647
 
@@ -6655,12 +6655,12 @@ var CA_ExtInterface = function () {
6655
6655
  }
6656
6656
  };
6657
6657
 
6658
- /**
6659
- * 客户端安全策略检查
6660
- * @param {string} strGatewayAddress - 网关地址
6661
- * @param {number} usGatewayPort - 网关端口
6662
- * @param {string} strSecurityPolicys - 安全策略
6663
- * @returns {boolean} 检查结果
6658
+ /**
6659
+ * 客户端安全策略检查
6660
+ * @param {string} strGatewayAddress - 网关地址
6661
+ * @param {number} usGatewayPort - 网关端口
6662
+ * @param {string} strSecurityPolicys - 安全策略
6663
+ * @returns {boolean} 检查结果
6664
6664
  */
6665
6665
 
6666
6666
 
@@ -6674,9 +6674,9 @@ var CA_ExtInterface = function () {
6674
6674
  }
6675
6675
  };
6676
6676
 
6677
- /**
6678
- * 获取通讯协议版本
6679
- * @returns {string} 通讯协议版本
6677
+ /**
6678
+ * 获取通讯协议版本
6679
+ * @returns {string} 通讯协议版本
6680
6680
  */
6681
6681
 
6682
6682
 
@@ -6690,13 +6690,13 @@ var CA_ExtInterface = function () {
6690
6690
  }
6691
6691
  };
6692
6692
 
6693
- /**
6694
- * 修改 Key 的 Pin 码
6695
- * @param {string} strCertSn - 证书序列号
6696
- * @param {number} lPinCodeType - Pin 码类型
6697
- * @param {string} strCurPinCode - 当前 Pin 码
6698
- * @param {string} strNewPinCode - 新 Pin 码
6699
- * @returns {number} 修改结果
6693
+ /**
6694
+ * 修改 Key 的 Pin 码
6695
+ * @param {string} strCertSn - 证书序列号
6696
+ * @param {number} lPinCodeType - Pin 码类型
6697
+ * @param {string} strCurPinCode - 当前 Pin 码
6698
+ * @param {string} strNewPinCode - 新 Pin 码
6699
+ * @returns {number} 修改结果
6700
6700
  */
6701
6701
 
6702
6702
 
@@ -6710,10 +6710,10 @@ var CA_ExtInterface = function () {
6710
6710
  }
6711
6711
  };
6712
6712
 
6713
- /**
6714
- * 等待策略设置完毕
6715
- * @param {string} strGatewayAddress - 网关地址
6716
- * @returns {number} 等待结果
6713
+ /**
6714
+ * 等待策略设置完毕
6715
+ * @param {string} strGatewayAddress - 网关地址
6716
+ * @returns {number} 等待结果
6717
6717
  */
6718
6718
 
6719
6719
 
@@ -6727,10 +6727,10 @@ var CA_ExtInterface = function () {
6727
6727
  }
6728
6728
  };
6729
6729
 
6730
- /**
6731
- * 获取会话 Token
6732
- * @param {string} strGatewayAddress - 网关地址
6733
- * @returns {string} 会话 Token
6730
+ /**
6731
+ * 获取会话 Token
6732
+ * @param {string} strGatewayAddress - 网关地址
6733
+ * @returns {string} 会话 Token
6734
6734
  */
6735
6735
 
6736
6736
 
@@ -6744,9 +6744,9 @@ var CA_ExtInterface = function () {
6744
6744
  }
6745
6745
  };
6746
6746
 
6747
- /**
6748
- * 获取控件版本
6749
- * @returns {string} 控件版本
6747
+ /**
6748
+ * 获取控件版本
6749
+ * @returns {string} 控件版本
6750
6750
  */
6751
6751
 
6752
6752
 
@@ -6760,10 +6760,10 @@ var CA_ExtInterface = function () {
6760
6760
  }
6761
6761
  };
6762
6762
 
6763
- /**
6764
- * 设置语言资源
6765
- * @param {string} strLanguage - 语言资源
6766
- * @returns {number} 设置结果
6763
+ /**
6764
+ * 设置语言资源
6765
+ * @param {string} strLanguage - 语言资源
6766
+ * @returns {number} 设置结果
6767
6767
  */
6768
6768
 
6769
6769
 
@@ -6777,12 +6777,12 @@ var CA_ExtInterface = function () {
6777
6777
  }
6778
6778
  };
6779
6779
 
6780
- /**
6781
- * 获取用户属性
6782
- * @param {string} strGatewayAddress - 网关地址
6783
- * @param {string} strAppFlag - 应用标识
6784
- * @param {string} strAttributeName - 属性名称
6785
- * @returns {string} 用户属性值
6780
+ /**
6781
+ * 获取用户属性
6782
+ * @param {string} strGatewayAddress - 网关地址
6783
+ * @param {string} strAppFlag - 应用标识
6784
+ * @param {string} strAttributeName - 属性名称
6785
+ * @returns {string} 用户属性值
6786
6786
  */
6787
6787
 
6788
6788
 
@@ -6796,9 +6796,9 @@ var CA_ExtInterface = function () {
6796
6796
  }
6797
6797
  };
6798
6798
 
6799
- /**
6800
- * 获取签名加密 PIN 码
6801
- * @returns {string} 签名加密 PIN 码
6799
+ /**
6800
+ * 获取签名加密 PIN 码
6801
+ * @returns {string} 签名加密 PIN 码
6802
6802
  */
6803
6803
 
6804
6804
 
@@ -6811,20 +6811,20 @@ var CA_ExtInterface = function () {
6811
6811
  return result.value;
6812
6812
  }
6813
6813
  };
6814
- /*
6815
- *曙光四川CA
6816
- *'SOF_GetUserList' 证书列表
6817
- *'SOF_ExportUserCert' 导出证书
6818
- *'SOF_GetCertInfo': 获取证书信息
6819
- *'SOF_GenRandom': 生成随机数
6820
- *'SOF_SignData': 获取证书签名
6821
- *'SOF_Login': 登录证书
6822
- *'SOF_GetPinRetryCount': 剩余次数
6814
+ /*
6815
+ *曙光四川CA
6816
+ *'SOF_GetUserList' 证书列表
6817
+ *'SOF_ExportUserCert' 导出证书
6818
+ *'SOF_GetCertInfo': 获取证书信息
6819
+ *'SOF_GenRandom': 生成随机数
6820
+ *'SOF_SignData': 获取证书签名
6821
+ *'SOF_Login': 登录证书
6822
+ *'SOF_GetPinRetryCount': 剩余次数
6823
6823
  */
6824
- /**
6825
- *
6826
- * 获取webSocket消息
6827
- * @returns {string}
6824
+ /**
6825
+ *
6826
+ * 获取webSocket消息
6827
+ * @returns {string}
6828
6828
  */
6829
6829
 
6830
6830
 
@@ -6860,10 +6860,10 @@ var CA_ExtInterface = function () {
6860
6860
  };
6861
6861
  });
6862
6862
  };
6863
- /**
6864
- *
6865
- * base64解码
6866
- * @returns {string} base64解码后的字符串
6863
+ /**
6864
+ *
6865
+ * base64解码
6866
+ * @returns {string} base64解码后的字符串
6867
6867
  */
6868
6868
 
6869
6869
 
@@ -6898,10 +6898,10 @@ var CA_ExtInterface = function () {
6898
6898
  val = this.utf8_decode(val);
6899
6899
  return val;
6900
6900
  };
6901
- /**
6902
- *
6903
- * base64编码
6904
- * @returns {string} base64编码后的字符串
6901
+ /**
6902
+ *
6903
+ * base64编码
6904
+ * @returns {string} base64编码后的字符串
6905
6905
  */
6906
6906
 
6907
6907
 
@@ -6934,10 +6934,10 @@ var CA_ExtInterface = function () {
6934
6934
  }
6935
6935
  return val;
6936
6936
  };
6937
- /**
6938
- *
6939
- * utf8解码
6940
- * @returns {string} utf8解码后的字符串
6937
+ /**
6938
+ *
6939
+ * utf8解码
6940
+ * @returns {string} utf8解码后的字符串
6941
6941
  */
6942
6942
 
6943
6943
 
@@ -6966,10 +6966,10 @@ var CA_ExtInterface = function () {
6966
6966
  }
6967
6967
  return string;
6968
6968
  };
6969
- /**
6970
- *
6971
- * utf8编码
6972
- * @returns {string} utf8编码后的字符串
6969
+ /**
6970
+ *
6971
+ * utf8编码
6972
+ * @returns {string} utf8编码后的字符串
6973
6973
  */
6974
6974
 
6975
6975
 
@@ -17230,8 +17230,8 @@ error_page_src_main.install = function (Vue) {
17230
17230
  };
17231
17231
 
17232
17232
  /* harmony default export */ var error_page = (error_page_src_main);
17233
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=63df963e&
17234
- var mainvue_type_template_id_63df963e_render = function () {
17233
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/form/src/main.vue?vue&type=template&id=3169c3a8&
17234
+ var mainvue_type_template_id_3169c3a8_render = function () {
17235
17235
  var _vm = this
17236
17236
  var _h = _vm.$createElement
17237
17237
  var _c = _vm._self._c || _h
@@ -23358,11 +23358,11 @@ var mainvue_type_template_id_63df963e_render = function () {
23358
23358
  )
23359
23359
  : _vm._e()
23360
23360
  }
23361
- var mainvue_type_template_id_63df963e_staticRenderFns = []
23362
- mainvue_type_template_id_63df963e_render._withStripped = true
23361
+ var mainvue_type_template_id_3169c3a8_staticRenderFns = []
23362
+ mainvue_type_template_id_3169c3a8_render._withStripped = true
23363
23363
 
23364
23364
 
23365
- // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=63df963e&
23365
+ // CONCATENATED MODULE: ./packages/form/src/main.vue?vue&type=template&id=3169c3a8&
23366
23366
 
23367
23367
  // CONCATENATED MODULE: ./src/utils/rules.js
23368
23368
  // 手机号
@@ -23370,7 +23370,7 @@ var phone = { pattern: new RegExp('^[1][3, 4, 5, 6, 7, 8, 9][0-9]{9}$'), message
23370
23370
  // 身份证
23371
23371
  var idCard = { pattern: new RegExp('(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)'), message: '身份证号不合法' };
23372
23372
  // 座机号
23373
- var telephone = { pattern: new RegExp('^(\\d{3,4}-)?\\d{7,8}$'), message: '座机号不合法' };
23373
+ var telephone = { pattern: new RegExp('^(?:\\(?0([1-9]\\d{1,2})\\)?[- ]?)?([2-9]\\d{6,7})$'), message: '座机号不合法' };
23374
23374
  // IP
23375
23375
  var ip = { pattern: new RegExp('^(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])\\.(\\d{1,2}|1\\d\\d|2[0-4]\\d|25[0-5])$'), message: 'IP地址不合法' };
23376
23376
  // 银行卡号
@@ -25894,9 +25894,17 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
25894
25894
  },
25895
25895
  // 列数
25896
25896
  span: Number,
25897
+ // 表单只读
25897
25898
  readonly: Boolean,
25898
25899
  // 渲染表单的内容
25899
25900
  contents: [Array, String, Object],
25901
+ // 表单的事件
25902
+ events: {
25903
+ type: Object,
25904
+ default: function _default() {
25905
+ return {};
25906
+ }
25907
+ },
25900
25908
  // 显示提交按钮
25901
25909
  submit: {
25902
25910
  type: Boolean,
@@ -26706,16 +26714,26 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
26706
26714
  }
26707
26715
  if (a.events && a.events.change) {
26708
26716
  a.events.change(a.name, b, c, this.models, a);
26717
+ } else if (this.events[a.name] && this.events[a.name].change) {
26718
+ this.events[a.name].change(a.name, b, c, this.models, a);
26709
26719
  } else {
26710
26720
  this.$emit('change', a.name, b, c, this.models, a);
26711
26721
  }
26712
26722
  },
26713
26723
  handleInput: function handleInput(a, b, c) {
26714
- this.$emit('input', a.name, b, c, this.models);
26724
+ if (a.events && a.events.input) {
26725
+ a.events.input(a.name, b, c, this.models);
26726
+ } else if (this.events[a.name] && this.events[a.name].input) {
26727
+ this.events[a.name].input(a.name, b, c, this.models, a);
26728
+ } else {
26729
+ this.$emit('input', a.name, b, c, this.models);
26730
+ }
26715
26731
  },
26716
26732
  handleFocus: function handleFocus(a, b, c) {
26717
26733
  if (a.events && a.events.focus) {
26718
26734
  a.events.focus(a.name, b, c, this.models);
26735
+ } else if (this.events[a.name] && this.events[a.name].focus) {
26736
+ this.events[a.name].focus(a.name, b, c, this.models, a);
26719
26737
  } else {
26720
26738
  this.$emit('focus', a.name, b, c, this.models);
26721
26739
  }
@@ -26723,6 +26741,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
26723
26741
  handleBlur: function handleBlur(a, b, c) {
26724
26742
  if (a.events && a.events.blur) {
26725
26743
  a.events.blur(a.name, b, c, this.models);
26744
+ } else if (this.events[a.name] && this.events[a.name].blur) {
26745
+ this.events[a.name].blur(a.name, b, c, this.models, a);
26726
26746
  } else {
26727
26747
  this.$emit('blur', a.name, b, c, this.models);
26728
26748
  }
@@ -26730,6 +26750,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
26730
26750
  handleClear: function handleClear(a, b, c) {
26731
26751
  if (a.events && a.events.clear) {
26732
26752
  a.events.clear(a.name, b, c, this.models);
26753
+ } else if (this.events[a.name] && this.events[a.name].clear) {
26754
+ this.events[a.name].clear(a.name, b, c, this.models, a);
26733
26755
  } else {
26734
26756
  this.$emit('clear', a.name, b, c, this.models);
26735
26757
  }
@@ -27102,10 +27124,15 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
27102
27124
  var data = _ref5.data,
27103
27125
  attrs = _ref5.attrs;
27104
27126
 
27105
- return utils_util["a" /* default */].exclAttribute({
27127
+ var events = data ? this.events[data.name] : null;
27128
+ var event = events ? utils_util["a" /* default */].exclAttribute({
27129
+ data: events,
27130
+ attrs: attrs
27131
+ }) : {};
27132
+ return form_src_mainvue_type_script_lang_js_extends({}, event, utils_util["a" /* default */].exclAttribute({
27106
27133
  data: data,
27107
27134
  attrs: attrs
27108
- });
27135
+ }));
27109
27136
  },
27110
27137
  handleEnter: function handleEnter() {
27111
27138
  if (!this.enterSubmit) {
@@ -27137,8 +27164,8 @@ var mainvue_type_script_lang_js_pageView = utils_util["a" /* default */].getPara
27137
27164
 
27138
27165
  var form_src_main_component = normalizeComponent(
27139
27166
  packages_form_src_mainvue_type_script_lang_js_,
27140
- mainvue_type_template_id_63df963e_render,
27141
- mainvue_type_template_id_63df963e_staticRenderFns,
27167
+ mainvue_type_template_id_3169c3a8_render,
27168
+ mainvue_type_template_id_3169c3a8_staticRenderFns,
27142
27169
  false,
27143
27170
  null,
27144
27171
  null,
@@ -30888,21 +30915,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
30888
30915
  return validSate;
30889
30916
  },
30890
30917
 
30891
- /**
30892
- * changeOpinion
30893
- * @desc:监听意见变化
30894
- * @author liufan
30895
- * @date 2022年10月28日
30918
+ /**
30919
+ * changeOpinion
30920
+ * @desc:监听意见变化
30921
+ * @author liufan
30922
+ * @date 2022年10月28日
30896
30923
  **/
30897
30924
  changeOpinion: function changeOpinion() {
30898
30925
  this.$emit('change', this.form.value);
30899
30926
  },
30900
30927
 
30901
- /**
30902
- * getCommonOpion
30903
- * @desc:获取意见
30904
- * @author liufan
30905
- * @date 2022年5月25日
30928
+ /**
30929
+ * getCommonOpion
30930
+ * @desc:获取意见
30931
+ * @author liufan
30932
+ * @date 2022年5月25日
30906
30933
  **/
30907
30934
  getCommonOpion: function getCommonOpion() {
30908
30935
  var _this = this;
@@ -30931,24 +30958,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
30931
30958
  });
30932
30959
  },
30933
30960
 
30934
- /**
30935
- * upDate
30936
- * @desc:修改常用语
30937
- * @author liufan
30938
- * @param {Object} val 修改值
30939
- * @date 2022年5月25日
30961
+ /**
30962
+ * upDate
30963
+ * @desc:修改常用语
30964
+ * @author liufan
30965
+ * @param {Object} val 修改值
30966
+ * @date 2022年5月25日
30940
30967
  **/
30941
30968
  upDate: function upDate(val) {
30942
30969
  this.FormData.id = val.id;
30943
30970
  this.addVisible = true;
30944
30971
  },
30945
30972
 
30946
- /**
30947
- * selectChange
30948
- * @desc:常用语选择
30949
- * @author liufan
30950
- * @param {String} val 选中值
30951
- * @date 2022年5月25日
30973
+ /**
30974
+ * selectChange
30975
+ * @desc:常用语选择
30976
+ * @author liufan
30977
+ * @param {String} val 选中值
30978
+ * @date 2022年5月25日
30952
30979
  **/
30953
30980
  selectChange: function selectChange(val) {
30954
30981
  var _this2 = this;
@@ -30967,12 +30994,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
30967
30994
  });
30968
30995
  },
30969
30996
 
30970
- /**
30971
- * del
30972
- * @desc:删除常用语
30973
- * @author liufan
30974
- * @param {Object} val 删除的数据
30975
- * @date 2022年5月25日
30997
+ /**
30998
+ * del
30999
+ * @desc:删除常用语
31000
+ * @author liufan
31001
+ * @param {Object} val 删除的数据
31002
+ * @date 2022年5月25日
30976
31003
  **/
30977
31004
  del: function del(val) {
30978
31005
  var _this3 = this;
@@ -31014,12 +31041,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31014
31041
  }).catch(function (e) {});
31015
31042
  },
31016
31043
 
31017
- /**
31018
- * submit
31019
- * @desc:新增/编辑意见保存
31020
- * @author liufan
31021
- * @param {Object} val 保存数据
31022
- * @date 2022年5月25日
31044
+ /**
31045
+ * submit
31046
+ * @desc:新增/编辑意见保存
31047
+ * @author liufan
31048
+ * @param {Object} val 保存数据
31049
+ * @date 2022年5月25日
31023
31050
  **/
31024
31051
  submit: function submit(val) {
31025
31052
  var _this4 = this;
@@ -34405,11 +34432,11 @@ var processFormvue_type_script_lang_js_components;
34405
34432
  });
34406
34433
  },
34407
34434
 
34408
- /**
34409
- * isMultiple
34410
- * @desc:是否多选
34411
- * @author liufan
34412
- * @date 2022年9月13日
34435
+ /**
34436
+ * isMultiple
34437
+ * @desc:是否多选
34438
+ * @author liufan
34439
+ * @date 2022年9月13日
34413
34440
  **/
34414
34441
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34415
34442
  var multiple = false;
@@ -35626,8 +35653,8 @@ var TimeLimit_component = normalizeComponent(
35626
35653
  )
35627
35654
 
35628
35655
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
35629
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=10070478&
35630
- var processRejectvue_type_template_id_10070478_render = function () {
35656
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=a73fd96a&
35657
+ var processRejectvue_type_template_id_a73fd96a_render = function () {
35631
35658
  var _vm = this
35632
35659
  var _h = _vm.$createElement
35633
35660
  var _c = _vm._self._c || _h
@@ -35723,9 +35750,9 @@ var processRejectvue_type_template_id_10070478_render = function () {
35723
35750
  { key: item.id, attrs: { label: item.id } },
35724
35751
  [
35725
35752
  _vm._v(
35726
- "\n " +
35753
+ "\n " +
35727
35754
  _vm._s(item.name) +
35728
- "\n "
35755
+ "\n "
35729
35756
  ),
35730
35757
  ]
35731
35758
  )
@@ -35780,9 +35807,9 @@ var processRejectvue_type_template_id_10070478_render = function () {
35780
35807
  },
35781
35808
  [
35782
35809
  _vm._v(
35783
- "\n " +
35810
+ "\n " +
35784
35811
  _vm._s(item.shortName) +
35785
- "\n "
35812
+ "\n "
35786
35813
  ),
35787
35814
  ]
35788
35815
  )
@@ -35861,11 +35888,11 @@ var processRejectvue_type_template_id_10070478_render = function () {
35861
35888
  1
35862
35889
  )
35863
35890
  }
35864
- var processRejectvue_type_template_id_10070478_staticRenderFns = []
35865
- processRejectvue_type_template_id_10070478_render._withStripped = true
35891
+ var processRejectvue_type_template_id_a73fd96a_staticRenderFns = []
35892
+ processRejectvue_type_template_id_a73fd96a_render._withStripped = true
35866
35893
 
35867
35894
 
35868
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=10070478&
35895
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=a73fd96a&
35869
35896
 
35870
35897
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
35871
35898
  //
@@ -35956,6 +35983,11 @@ processRejectvue_type_template_id_10070478_render._withStripped = true
35956
35983
  //
35957
35984
  //
35958
35985
  //
35986
+ //
35987
+ //
35988
+ //
35989
+ //
35990
+ //
35959
35991
 
35960
35992
 
35961
35993
 
@@ -36125,8 +36157,6 @@ processRejectvue_type_template_id_10070478_render._withStripped = true
36125
36157
  opinion: this.option
36126
36158
  };
36127
36159
  utils_util["a" /* default */].ajax({ url: api["gc" /* toTaskRejectHtml */], params: params }).then(function (res) {
36128
-
36129
- console.log(res, 'resssss');
36130
36160
  _this4.loading = false;
36131
36161
  if (res.status === 'success') {
36132
36162
  var _res$data = res.data,
@@ -36181,8 +36211,8 @@ processRejectvue_type_template_id_10070478_render._withStripped = true
36181
36211
 
36182
36212
  var processReject_component = normalizeComponent(
36183
36213
  src_processRejectvue_type_script_lang_js_,
36184
- processRejectvue_type_template_id_10070478_render,
36185
- processRejectvue_type_template_id_10070478_staticRenderFns,
36214
+ processRejectvue_type_template_id_a73fd96a_render,
36215
+ processRejectvue_type_template_id_a73fd96a_staticRenderFns,
36186
36216
  false,
36187
36217
  null,
36188
36218
  null,
@@ -38604,11 +38634,11 @@ var resetvue_type_script_lang_js_components;
38604
38634
  });
38605
38635
  },
38606
38636
 
38607
- /**
38608
- * isMultiple
38609
- * @desc:是否多选
38610
- * @author liufan
38611
- * @date 2022年9月13日
38637
+ /**
38638
+ * isMultiple
38639
+ * @desc:是否多选
38640
+ * @author liufan
38641
+ * @date 2022年9月13日
38612
38642
  **/
38613
38643
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
38614
38644
  var multiple = false;
@@ -43009,11 +43039,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43009
43039
  });
43010
43040
  },
43011
43041
 
43012
- /**
43013
- * saveInfo
43014
- * @desc:暂存
43015
- * @author liufan
43016
- * @date 2022年9月9日
43042
+ /**
43043
+ * saveInfo
43044
+ * @desc:暂存
43045
+ * @author liufan
43046
+ * @date 2022年9月9日
43017
43047
  **/
43018
43048
  saveInfo: function saveInfo(type, btn) {
43019
43049
  var _this6 = this;
@@ -43075,11 +43105,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43075
43105
  });
43076
43106
  },
43077
43107
 
43078
- /**
43079
- * rejectBtn
43080
- * @desc:点击驳回
43081
- * @author liufan
43082
- * @date 2022年5月25日
43108
+ /**
43109
+ * rejectBtn
43110
+ * @desc:点击驳回
43111
+ * @author liufan
43112
+ * @date 2022年5月25日
43083
43113
  **/
43084
43114
  rejectBtn: function rejectBtn() {
43085
43115
  var _this8 = this;
@@ -43097,11 +43127,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43097
43127
  }
43098
43128
  },
43099
43129
 
43100
- /**
43101
- * taskReadBtn
43102
- * @desc:点击分阅
43103
- * @author liufan
43104
- * @date 2022年5月25日
43130
+ /**
43131
+ * taskReadBtn
43132
+ * @desc:点击分阅
43133
+ * @author liufan
43134
+ * @date 2022年5月25日
43105
43135
  **/
43106
43136
  taskReadBtn: function taskReadBtn() {
43107
43137
  var _this9 = this;
@@ -43120,11 +43150,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43120
43150
  }
43121
43151
  },
43122
43152
 
43123
- /**
43124
- * getFind
43125
- * @desc:获取通知方式
43126
- * @author liufan
43127
- * @date 2022年5月25日
43153
+ /**
43154
+ * getFind
43155
+ * @desc:获取通知方式
43156
+ * @author liufan
43157
+ * @date 2022年5月25日
43128
43158
  **/
43129
43159
  getFind: function getFind() {
43130
43160
  var _this10 = this;
@@ -43179,12 +43209,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43179
43209
  });
43180
43210
  },
43181
43211
 
43182
- /**
43183
- * endFlows
43184
- * @desc:直接办结
43185
- * @author liufan
43186
- * @param {Object} res 直接办结数据
43187
- * @date 2022年5月25日
43212
+ /**
43213
+ * endFlows
43214
+ * @desc:直接办结
43215
+ * @author liufan
43216
+ * @param {Object} res 直接办结数据
43217
+ * @date 2022年5月25日
43188
43218
  **/
43189
43219
  endFlows: function endFlows(res) {
43190
43220
  var _this12 = this;
@@ -43238,12 +43268,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43238
43268
  }).catch(function (e) {});
43239
43269
  },
43240
43270
 
43241
- /**
43242
- * goView
43243
- * @desc:更多流程按钮操作
43244
- * @author liufan
43245
- * @param {Object} res 当前点击操作按钮数据
43246
- * @date 2022年5月25日
43271
+ /**
43272
+ * goView
43273
+ * @desc:更多流程按钮操作
43274
+ * @author liufan
43275
+ * @param {Object} res 当前点击操作按钮数据
43276
+ * @date 2022年5月25日
43247
43277
  **/
43248
43278
  goView: function goView(res) {
43249
43279
  // 驳回并办结:rejectAndEndHtml
@@ -43328,11 +43358,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43328
43358
  // isCanStartSubFlow
43329
43359
  },
43330
43360
 
43331
- /**
43332
- * toTakeAdvice
43333
- * @desc:征求意见
43334
- * @author liufan
43335
- * @date 2022年9月29日
43361
+ /**
43362
+ * toTakeAdvice
43363
+ * @desc:征求意见
43364
+ * @author liufan
43365
+ * @date 2022年9月29日
43336
43366
  **/
43337
43367
  toTakeAdvice: function toTakeAdvice(res) {
43338
43368
  var _this14 = this;
@@ -43376,11 +43406,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43376
43406
  });
43377
43407
  },
43378
43408
 
43379
- /**
43380
- * toStartDraf
43381
- * @desc: 稿件递送、联合审核、复核
43382
- * @author liufan
43383
- * @date 2022年9月29日
43409
+ /**
43410
+ * toStartDraf
43411
+ * @desc: 稿件递送、联合审核、复核
43412
+ * @author liufan
43413
+ * @date 2022年9月29日
43384
43414
  **/
43385
43415
  toStartDraf: function toStartDraf(res) {
43386
43416
  var _this16 = this;
@@ -43394,11 +43424,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43394
43424
  }
43395
43425
  },
43396
43426
 
43397
- /**
43398
- * toSendMsg
43399
- * @desc:核稿通知
43400
- * @author liufan
43401
- * @date 2022年9月29日
43427
+ /**
43428
+ * toSendMsg
43429
+ * @desc:核稿通知
43430
+ * @author liufan
43431
+ * @date 2022年9月29日
43402
43432
  **/
43403
43433
  toSendMsg: function toSendMsg(res) {
43404
43434
  var _this17 = this;
@@ -43412,11 +43442,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43412
43442
  }
43413
43443
  },
43414
43444
 
43415
- /**
43416
- * toTaskReadAndEnd
43417
- * @desc:分阅并办结
43418
- * @author liufan
43419
- * @date 2022年9月29日
43445
+ /**
43446
+ * toTaskReadAndEnd
43447
+ * @desc:分阅并办结
43448
+ * @author liufan
43449
+ * @date 2022年9月29日
43420
43450
  **/
43421
43451
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43422
43452
  var _this18 = this;
@@ -43434,11 +43464,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43434
43464
  }
43435
43465
  },
43436
43466
 
43437
- /**
43438
- * rejectAndEnd
43439
- * @desc:驳回并办结
43440
- * @author liufan
43441
- * @date 2022年9月29日
43467
+ /**
43468
+ * rejectAndEnd
43469
+ * @desc:驳回并办结
43470
+ * @author liufan
43471
+ * @date 2022年9月29日
43442
43472
  **/
43443
43473
  rejectAndEnd: function rejectAndEnd(res) {
43444
43474
  var _this19 = this;
@@ -43493,11 +43523,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43493
43523
  });
43494
43524
  },
43495
43525
 
43496
- /**
43497
- * toTransfer
43498
- * @desc:转办
43499
- * @author liufan
43500
- * @date 2022年9月29日
43526
+ /**
43527
+ * toTransfer
43528
+ * @desc:转办
43529
+ * @author liufan
43530
+ * @date 2022年9月29日
43501
43531
  **/
43502
43532
  toTransfer: function toTransfer(res) {
43503
43533
  var _this21 = this;
@@ -43513,11 +43543,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43513
43543
  }
43514
43544
  },
43515
43545
 
43516
- /**
43517
- * getNodeInfo
43518
- * @desc:获取节点信息
43519
- * @author liufan
43520
- * @date 2022年5月25日
43546
+ /**
43547
+ * getNodeInfo
43548
+ * @desc:获取节点信息
43549
+ * @author liufan
43550
+ * @date 2022年5月25日
43521
43551
  **/
43522
43552
  getNodeInfo: function getNodeInfo() {
43523
43553
  var _this22 = this;
@@ -43616,12 +43646,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43616
43646
  });
43617
43647
  },
43618
43648
 
43619
- /**
43620
- * selecNext
43621
- * @desc:下步节点变化时更新数据
43622
- * @author liufan
43623
- * @param {String} val 当前选中值
43624
- * @date 2022年5月25日
43649
+ /**
43650
+ * selecNext
43651
+ * @desc:下步节点变化时更新数据
43652
+ * @author liufan
43653
+ * @param {String} val 当前选中值
43654
+ * @date 2022年5月25日
43625
43655
  **/
43626
43656
  selecNext: function selecNext(val, type, isDef) {
43627
43657
  var _this23 = this;
@@ -43730,11 +43760,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43730
43760
  if (isDef !== true) this.getNodeInfo();
43731
43761
  },
43732
43762
 
43733
- /**
43734
- * isMultiple
43735
- * @desc:是否多选
43736
- * @author liufan
43737
- * @date 2022年9月13日
43763
+ /**
43764
+ * isMultiple
43765
+ * @desc:是否多选
43766
+ * @author liufan
43767
+ * @date 2022年9月13日
43738
43768
  **/
43739
43769
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
43740
43770
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -43766,11 +43796,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43766
43796
  }
43767
43797
  },
43768
43798
 
43769
- /**
43770
- * getHedInfo
43771
- * @desc:获取审核页面数据
43772
- * @author liufan
43773
- * @date 2022年5月25日
43799
+ /**
43800
+ * getHedInfo
43801
+ * @desc:获取审核页面数据
43802
+ * @author liufan
43803
+ * @date 2022年5月25日
43774
43804
  **/
43775
43805
  getHedInfo: function getHedInfo() {
43776
43806
  var _this24 = this;
@@ -44006,13 +44036,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44006
44036
  });
44007
44037
  },
44008
44038
 
44009
- /**
44010
- * closeProcess
44011
- * @desc:关闭弹窗
44012
- * @author liufan
44013
- * @param {boolean} val 当前是否办理流程
44014
- * @param {String} type 当前点击的弹窗类型
44015
- * @date 2022年5月25日
44039
+ /**
44040
+ * closeProcess
44041
+ * @desc:关闭弹窗
44042
+ * @author liufan
44043
+ * @param {boolean} val 当前是否办理流程
44044
+ * @param {String} type 当前点击的弹窗类型
44045
+ * @date 2022年5月25日
44016
44046
  **/
44017
44047
  closeProcess: function closeProcess(val, type, closeParent) {
44018
44048
  if (closeParent) {
@@ -44029,23 +44059,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44029
44059
  }
44030
44060
  },
44031
44061
 
44032
- /**
44033
- * selectChange
44034
- * @desc:常用语选择
44035
- * @author liufan
44036
- * @param {String} val 选中值
44037
- * @date 2022年5月25日
44062
+ /**
44063
+ * selectChange
44064
+ * @desc:常用语选择
44065
+ * @author liufan
44066
+ * @param {String} val 选中值
44067
+ * @date 2022年5月25日
44038
44068
  **/
44039
44069
  selectChange: function selectChange(val) {
44040
44070
  this.value = val;
44041
44071
  },
44042
44072
 
44043
- /**
44044
- * upDate
44045
- * @desc:修改常用语
44046
- * @author liufan
44047
- * @param {Object} val 修改值
44048
- * @date 2022年5月25日
44073
+ /**
44074
+ * upDate
44075
+ * @desc:修改常用语
44076
+ * @author liufan
44077
+ * @param {Object} val 修改值
44078
+ * @date 2022年5月25日
44049
44079
  **/
44050
44080
  upDate: function upDate(val) {
44051
44081
  this.FormData.id = val.id;
@@ -44053,11 +44083,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44053
44083
  },
44054
44084
 
44055
44085
 
44056
- /**
44057
- * getProcess
44058
- * @desc:获取选择流程
44059
- * @author liufan
44060
- * @date 2022年5月25日
44086
+ /**
44087
+ * getProcess
44088
+ * @desc:获取选择流程
44089
+ * @author liufan
44090
+ * @date 2022年5月25日
44061
44091
  **/
44062
44092
  getProcess: function getProcess() {
44063
44093
  var _this25 = this;
@@ -44111,11 +44141,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44111
44141
  });
44112
44142
  },
44113
44143
 
44114
- /**
44115
- * getPendedhistoryList
44116
- * @desc:获取流程列表
44117
- * @author liufan
44118
- * @date 2022年5月25日
44144
+ /**
44145
+ * getPendedhistoryList
44146
+ * @desc:获取流程列表
44147
+ * @author liufan
44148
+ * @date 2022年5月25日
44119
44149
  **/
44120
44150
  getPendedhistoryList: function getPendedhistoryList() {
44121
44151
  var _this26 = this;
@@ -44147,12 +44177,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44147
44177
  },
44148
44178
 
44149
44179
  // 提交流程
44150
- /**
44151
- * subProcess
44152
- * @desc:提交流程
44153
- * @author liufan
44154
- * @param {String} formName 当前form表单ref值
44155
- * @date 2022年5月25日
44180
+ /**
44181
+ * subProcess
44182
+ * @desc:提交流程
44183
+ * @author liufan
44184
+ * @param {String} formName 当前form表单ref值
44185
+ * @date 2022年5月25日
44156
44186
  **/
44157
44187
  subProcess: function subProcess(val) {
44158
44188
  var _this27 = this;
@@ -47312,11 +47342,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47312
47342
  });
47313
47343
  },
47314
47344
 
47315
- /**
47316
- * saveInfo
47317
- * @desc:暂存
47318
- * @author liufan
47319
- * @date 2022年9月9日
47345
+ /**
47346
+ * saveInfo
47347
+ * @desc:暂存
47348
+ * @author liufan
47349
+ * @date 2022年9月9日
47320
47350
  **/
47321
47351
  saveInfo: function saveInfo(type, btn) {
47322
47352
  var _this10 = this;
@@ -47378,11 +47408,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47378
47408
  });
47379
47409
  },
47380
47410
 
47381
- /**
47382
- * rejectBtn
47383
- * @desc:点击驳回
47384
- * @author liufan
47385
- * @date 2022年5月25日
47411
+ /**
47412
+ * rejectBtn
47413
+ * @desc:点击驳回
47414
+ * @author liufan
47415
+ * @date 2022年5月25日
47386
47416
  **/
47387
47417
  rejectBtn: function rejectBtn() {
47388
47418
  var _this12 = this;
@@ -47400,11 +47430,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47400
47430
  }
47401
47431
  },
47402
47432
 
47403
- /**
47404
- * taskReadBtn
47405
- * @desc:点击分阅
47406
- * @author liufan
47407
- * @date 2022年5月25日
47433
+ /**
47434
+ * taskReadBtn
47435
+ * @desc:点击分阅
47436
+ * @author liufan
47437
+ * @date 2022年5月25日
47408
47438
  **/
47409
47439
  taskReadBtn: function taskReadBtn() {
47410
47440
  var _this13 = this;
@@ -47423,11 +47453,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47423
47453
  }
47424
47454
  },
47425
47455
 
47426
- /**
47427
- * getFind
47428
- * @desc:获取通知方式
47429
- * @author liufan
47430
- * @date 2022年5月25日
47456
+ /**
47457
+ * getFind
47458
+ * @desc:获取通知方式
47459
+ * @author liufan
47460
+ * @date 2022年5月25日
47431
47461
  **/
47432
47462
  getFind: function getFind() {
47433
47463
  var _this14 = this;
@@ -47493,12 +47523,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47493
47523
  });
47494
47524
  },
47495
47525
 
47496
- /**
47497
- * endFlows
47498
- * @desc:直接办结
47499
- * @author liufan
47500
- * @param {Object} res 直接办结数据
47501
- * @date 2022年5月25日
47526
+ /**
47527
+ * endFlows
47528
+ * @desc:直接办结
47529
+ * @author liufan
47530
+ * @param {Object} res 直接办结数据
47531
+ * @date 2022年5月25日
47502
47532
  **/
47503
47533
  endFlows: function endFlows(res) {
47504
47534
  var _this16 = this;
@@ -47553,12 +47583,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47553
47583
  }).catch(function (e) {});
47554
47584
  },
47555
47585
 
47556
- /**
47557
- * goView
47558
- * @desc:更多流程按钮操作
47559
- * @author liufan
47560
- * @param {Object} res 当前点击操作按钮数据
47561
- * @date 2022年5月25日
47586
+ /**
47587
+ * goView
47588
+ * @desc:更多流程按钮操作
47589
+ * @author liufan
47590
+ * @param {Object} res 当前点击操作按钮数据
47591
+ * @date 2022年5月25日
47562
47592
  **/
47563
47593
  goView: function goView(res) {
47564
47594
  // 驳回并办结:rejectAndEndHtml
@@ -47643,11 +47673,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47643
47673
  // isCanStartSubFlow
47644
47674
  },
47645
47675
 
47646
- /**
47647
- * toTakeAdvice
47648
- * @desc:征求意见
47649
- * @author liufan
47650
- * @date 2022年9月29日
47676
+ /**
47677
+ * toTakeAdvice
47678
+ * @desc:征求意见
47679
+ * @author liufan
47680
+ * @date 2022年9月29日
47651
47681
  **/
47652
47682
  toTakeAdvice: function toTakeAdvice(res) {
47653
47683
  var _this18 = this;
@@ -47691,11 +47721,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47691
47721
  });
47692
47722
  },
47693
47723
 
47694
- /**
47695
- * toStartDraf
47696
- * @desc: 稿件递送、联合审核、复核
47697
- * @author liufan
47698
- * @date 2022年9月29日
47724
+ /**
47725
+ * toStartDraf
47726
+ * @desc: 稿件递送、联合审核、复核
47727
+ * @author liufan
47728
+ * @date 2022年9月29日
47699
47729
  **/
47700
47730
  toStartDraf: function toStartDraf(res) {
47701
47731
  var _this20 = this;
@@ -47709,11 +47739,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47709
47739
  }
47710
47740
  },
47711
47741
 
47712
- /**
47713
- * toSendMsg
47714
- * @desc:核稿通知
47715
- * @author liufan
47716
- * @date 2022年9月29日
47742
+ /**
47743
+ * toSendMsg
47744
+ * @desc:核稿通知
47745
+ * @author liufan
47746
+ * @date 2022年9月29日
47717
47747
  **/
47718
47748
  toSendMsg: function toSendMsg(res) {
47719
47749
  var _this21 = this;
@@ -47727,11 +47757,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47727
47757
  }
47728
47758
  },
47729
47759
 
47730
- /**
47731
- * toTaskReadAndEnd
47732
- * @desc:分阅并办结
47733
- * @author liufan
47734
- * @date 2022年9月29日
47760
+ /**
47761
+ * toTaskReadAndEnd
47762
+ * @desc:分阅并办结
47763
+ * @author liufan
47764
+ * @date 2022年9月29日
47735
47765
  **/
47736
47766
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
47737
47767
  var _this22 = this;
@@ -47749,11 +47779,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47749
47779
  }
47750
47780
  },
47751
47781
 
47752
- /**
47753
- * rejectAndEnd
47754
- * @desc:驳回并办结
47755
- * @author liufan
47756
- * @date 2022年9月29日
47782
+ /**
47783
+ * rejectAndEnd
47784
+ * @desc:驳回并办结
47785
+ * @author liufan
47786
+ * @date 2022年9月29日
47757
47787
  **/
47758
47788
  rejectAndEnd: function rejectAndEnd(res) {
47759
47789
  var _this23 = this;
@@ -47809,11 +47839,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47809
47839
  });
47810
47840
  },
47811
47841
 
47812
- /**
47813
- * toTransfer
47814
- * @desc:转办
47815
- * @author liufan
47816
- * @date 2022年9月29日
47842
+ /**
47843
+ * toTransfer
47844
+ * @desc:转办
47845
+ * @author liufan
47846
+ * @date 2022年9月29日
47817
47847
  **/
47818
47848
  toTransfer: function toTransfer(res) {
47819
47849
  var _this25 = this;
@@ -47829,11 +47859,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47829
47859
  }
47830
47860
  },
47831
47861
 
47832
- /**
47833
- * getNodeInfo
47834
- * @desc:获取节点信息
47835
- * @author liufan
47836
- * @date 2022年5月25日
47862
+ /**
47863
+ * getNodeInfo
47864
+ * @desc:获取节点信息
47865
+ * @author liufan
47866
+ * @date 2022年5月25日
47837
47867
  **/
47838
47868
  getNodeInfo: function getNodeInfo() {
47839
47869
  var _this26 = this;
@@ -47937,12 +47967,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47937
47967
  });
47938
47968
  },
47939
47969
 
47940
- /**
47941
- * selecNext
47942
- * @desc:下步节点变化时更新数据
47943
- * @author liufan
47944
- * @param {String} val 当前选中值
47945
- * @date 2022年5月25日
47970
+ /**
47971
+ * selecNext
47972
+ * @desc:下步节点变化时更新数据
47973
+ * @author liufan
47974
+ * @param {String} val 当前选中值
47975
+ * @date 2022年5月25日
47946
47976
  **/
47947
47977
  selecNext: function selecNext(val, type, isDef) {
47948
47978
  var _this27 = this;
@@ -48074,11 +48104,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48074
48104
  this.getNodeInfo();
48075
48105
  },
48076
48106
 
48077
- /**
48078
- * isMultiple
48079
- * @desc:是否多选
48080
- * @author liufan
48081
- * @date 2022年9月13日
48107
+ /**
48108
+ * isMultiple
48109
+ * @desc:是否多选
48110
+ * @author liufan
48111
+ * @date 2022年9月13日
48082
48112
  **/
48083
48113
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
48084
48114
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -48110,11 +48140,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48110
48140
  }
48111
48141
  },
48112
48142
 
48113
- /**
48114
- * getHedInfo
48115
- * @desc:获取审核页面数据
48116
- * @author liufan
48117
- * @date 2022年5月25日
48143
+ /**
48144
+ * getHedInfo
48145
+ * @desc:获取审核页面数据
48146
+ * @author liufan
48147
+ * @date 2022年5月25日
48118
48148
  **/
48119
48149
  getHedInfo: function getHedInfo() {
48120
48150
  var _this28 = this;
@@ -48401,13 +48431,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48401
48431
  });
48402
48432
  },
48403
48433
 
48404
- /**
48405
- * closeProcess
48406
- * @desc:关闭弹窗
48407
- * @author liufan
48408
- * @param {boolean} val 当前是否办理流程
48409
- * @param {String} type 当前点击的弹窗类型
48410
- * @date 2022年5月25日
48434
+ /**
48435
+ * closeProcess
48436
+ * @desc:关闭弹窗
48437
+ * @author liufan
48438
+ * @param {boolean} val 当前是否办理流程
48439
+ * @param {String} type 当前点击的弹窗类型
48440
+ * @date 2022年5月25日
48411
48441
  **/
48412
48442
  closeProcess: function closeProcess(val, type, closeParent) {
48413
48443
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -48427,23 +48457,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48427
48457
  }
48428
48458
  },
48429
48459
 
48430
- /**
48431
- * selectChange
48432
- * @desc:常用语选择
48433
- * @author liufan
48434
- * @param {String} val 选中值
48435
- * @date 2022年5月25日
48460
+ /**
48461
+ * selectChange
48462
+ * @desc:常用语选择
48463
+ * @author liufan
48464
+ * @param {String} val 选中值
48465
+ * @date 2022年5月25日
48436
48466
  **/
48437
48467
  selectChange: function selectChange(val) {
48438
48468
  this.value = val;
48439
48469
  },
48440
48470
 
48441
- /**
48442
- * upDate
48443
- * @desc:修改常用语
48444
- * @author liufan
48445
- * @param {Object} val 修改值
48446
- * @date 2022年5月25日
48471
+ /**
48472
+ * upDate
48473
+ * @desc:修改常用语
48474
+ * @author liufan
48475
+ * @param {Object} val 修改值
48476
+ * @date 2022年5月25日
48447
48477
  **/
48448
48478
  upDate: function upDate(val) {
48449
48479
  this.FormData.id = val.id;
@@ -48451,11 +48481,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48451
48481
  },
48452
48482
 
48453
48483
 
48454
- /**
48455
- * getProcess
48456
- * @desc:获取选择流程
48457
- * @author liufan
48458
- * @date 2022年5月25日
48484
+ /**
48485
+ * getProcess
48486
+ * @desc:获取选择流程
48487
+ * @author liufan
48488
+ * @date 2022年5月25日
48459
48489
  **/
48460
48490
  getProcess: function getProcess(val) {
48461
48491
  var _this29 = this;
@@ -48514,11 +48544,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48514
48544
  });
48515
48545
  },
48516
48546
 
48517
- /**
48518
- * getPendedhistoryList
48519
- * @desc:获取流程列表
48520
- * @author liufan
48521
- * @date 2022年5月25日
48547
+ /**
48548
+ * getPendedhistoryList
48549
+ * @desc:获取流程列表
48550
+ * @author liufan
48551
+ * @date 2022年5月25日
48522
48552
  **/
48523
48553
  getPendedhistoryList: function getPendedhistoryList() {
48524
48554
  var _this30 = this;
@@ -48586,12 +48616,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48586
48616
  },
48587
48617
 
48588
48618
  // 提交流程
48589
- /**
48590
- * subProcess
48591
- * @desc:提交流程
48592
- * @author liufan
48593
- * @param {String} formName 当前form表单ref值
48594
- * @date 2022年5月25日
48619
+ /**
48620
+ * subProcess
48621
+ * @desc:提交流程
48622
+ * @author liufan
48623
+ * @param {String} formName 当前form表单ref值
48624
+ * @date 2022年5月25日
48595
48625
  **/
48596
48626
  subProcess: function subProcess(val, type) {
48597
48627
  var _this32 = this;
@@ -52348,12 +52378,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52348
52378
  }
52349
52379
  },
52350
52380
 
52351
- /**
52352
- * handleFormSubmit
52353
- * @desc:删除节点点击事件
52354
- * @param {Object} formData 点击删除的form数据
52355
- * @author liufan
52356
- * @date 2022年11月29日
52381
+ /**
52382
+ * handleFormSubmit
52383
+ * @desc:删除节点点击事件
52384
+ * @param {Object} formData 点击删除的form数据
52385
+ * @author liufan
52386
+ * @date 2022年11月29日
52357
52387
  **/
52358
52388
  handleFormSubmit: function handleFormSubmit(formData) {
52359
52389
  var _this9 = this;
@@ -52384,48 +52414,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52384
52414
  });
52385
52415
  },
52386
52416
 
52387
- /**
52388
- * del
52389
- * @desc:展示删除弹窗
52390
- * @param {String} id 当前点击数据id
52391
- * @author liufan
52392
- * @date 2022年11月29日
52417
+ /**
52418
+ * del
52419
+ * @desc:展示删除弹窗
52420
+ * @param {String} id 当前点击数据id
52421
+ * @author liufan
52422
+ * @date 2022年11月29日
52393
52423
  **/
52394
52424
  del: function del(id) {
52395
52425
  this.historyId = id;
52396
52426
  this.showDel = true;
52397
52427
  },
52398
52428
 
52399
- /**
52400
- * handleCurrentChange
52401
- * @desc:监听页码变化
52402
- * @param {String} val 当前页
52403
- * @author liufan
52404
- * @date 2022年11月29日
52429
+ /**
52430
+ * handleCurrentChange
52431
+ * @desc:监听页码变化
52432
+ * @param {String} val 当前页
52433
+ * @author liufan
52434
+ * @date 2022年11月29日
52405
52435
  **/
52406
52436
  handleCurrentChange: function handleCurrentChange(val) {
52407
52437
  this.currentPage = val;
52408
52438
  this.getPressList();
52409
52439
  },
52410
52440
 
52411
- /**
52412
- * handleSizeChange
52413
- * @desc:监听每页数据显示数量变化
52414
- * @param {String} val 每页展示数量
52415
- * @author liufan
52416
- * @date 2022年11月29日
52441
+ /**
52442
+ * handleSizeChange
52443
+ * @desc:监听每页数据显示数量变化
52444
+ * @param {String} val 每页展示数量
52445
+ * @author liufan
52446
+ * @date 2022年11月29日
52417
52447
  **/
52418
52448
  handleSizeChange: function handleSizeChange(val) {
52419
52449
  this.pageSize = val;
52420
52450
  this.getPressList();
52421
52451
  },
52422
52452
 
52423
- /**
52424
- * sortChange
52425
- * @desc:监听排序变化
52426
- * @param {Object} info 需要排序的字段及排序方式
52427
- * @author liufan
52428
- * @date 2022年11月29日
52453
+ /**
52454
+ * sortChange
52455
+ * @desc:监听排序变化
52456
+ * @param {Object} info 需要排序的字段及排序方式
52457
+ * @author liufan
52458
+ * @date 2022年11月29日
52429
52459
  **/
52430
52460
  sortChange: function sortChange(info) {
52431
52461
  var prop = info.prop,
@@ -52436,11 +52466,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52436
52466
  this.getPressList();
52437
52467
  },
52438
52468
 
52439
- /**
52440
- * getPressList
52441
- * @desc:催办列表数据
52442
- * @author liufan
52443
- * @date 2022年11月29日
52469
+ /**
52470
+ * getPressList
52471
+ * @desc:催办列表数据
52472
+ * @author liufan
52473
+ * @date 2022年11月29日
52444
52474
  **/
52445
52475
  getPressList: function getPressList() {
52446
52476
  var _this10 = this;
@@ -52470,12 +52500,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52470
52500
  });
52471
52501
  },
52472
52502
 
52473
- /**
52474
- * goPress
52475
- * @desc:催办列表查看
52476
- * @param {String} id 催办列表id
52477
- * @author liufan
52478
- * @date 2022年11月29日
52503
+ /**
52504
+ * goPress
52505
+ * @desc:催办列表查看
52506
+ * @param {String} id 催办列表id
52507
+ * @author liufan
52508
+ * @date 2022年11月29日
52479
52509
  **/
52480
52510
  goPress: function goPress(id) {
52481
52511
  this.historyId = id;
@@ -52483,23 +52513,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52483
52513
  this.getPressList();
52484
52514
  },
52485
52515
 
52486
- /**
52487
- * showFile
52488
- * @desc:附件查看
52489
- * @param {String} ownId 附件id
52490
- * @author liufan
52491
- * @date 2022年11月29日
52516
+ /**
52517
+ * showFile
52518
+ * @desc:附件查看
52519
+ * @param {String} ownId 附件id
52520
+ * @author liufan
52521
+ * @date 2022年11月29日
52492
52522
  **/
52493
52523
  showFile: function showFile(ownId) {
52494
52524
  this.wfpendingid = ownId;
52495
52525
  this.showFileList = true;
52496
52526
  },
52497
52527
 
52498
- /**
52499
- * handleChange
52500
- * @desc:切换排序方式
52501
- * @author liufan
52502
- * @date 2022年11月22日
52528
+ /**
52529
+ * handleChange
52530
+ * @desc:切换排序方式
52531
+ * @author liufan
52532
+ * @date 2022年11月22日
52503
52533
  **/
52504
52534
  handleChange: function handleChange(key, value) {
52505
52535
  if (value) {
@@ -52549,11 +52579,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52549
52579
  }))();
52550
52580
  },
52551
52581
 
52552
- /**
52553
- * getFlowList
52554
- * @desc:获取流程列表
52555
- * @author liufan
52556
- * @date 2022年11月22日
52582
+ /**
52583
+ * getFlowList
52584
+ * @desc:获取流程列表
52585
+ * @author liufan
52586
+ * @date 2022年11月22日
52557
52587
  **/
52558
52588
  getFlowList: function getFlowList() {
52559
52589
  var _this12 = this;
@@ -52625,12 +52655,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52625
52655
  });
52626
52656
  },
52627
52657
 
52628
- /**
52629
- * handleClick
52630
- * @desc:表单点击事件
52631
- * @param {Object} val 当前点击行数据及按钮
52632
- * @author liufan
52633
- * @date 2022年11月10日
52658
+ /**
52659
+ * handleClick
52660
+ * @desc:表单点击事件
52661
+ * @param {Object} val 当前点击行数据及按钮
52662
+ * @author liufan
52663
+ * @date 2022年11月10日
52634
52664
  **/
52635
52665
  handleClick: function handleClick(val) {
52636
52666
  var _this13 = this;
@@ -52676,13 +52706,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52676
52706
  }
52677
52707
  },
52678
52708
 
52679
- /**
52680
- * getCodeValue
52681
- * @desc:获取代码表过滤后的值
52682
- * @param {String} value 展示数据的代码值
52683
- * @param {String} type 代码表类型
52684
- * @author liufan
52685
- * @date 2022年11月10日
52709
+ /**
52710
+ * getCodeValue
52711
+ * @desc:获取代码表过滤后的值
52712
+ * @param {String} value 展示数据的代码值
52713
+ * @param {String} type 代码表类型
52714
+ * @author liufan
52715
+ * @date 2022年11月10日
52686
52716
  **/
52687
52717
  getCodeValue: function getCodeValue(value, type) {
52688
52718
  var val = this[type].filter(function (item) {
@@ -52691,12 +52721,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52691
52721
  return val[0].shortName;
52692
52722
  },
52693
52723
 
52694
- /**
52695
- * getSysInfo
52696
- * @desc:获取代码表
52697
- * @param {String} code 编码code值
52698
- * @author liufan
52699
- * @date 2022年11月10日
52724
+ /**
52725
+ * getSysInfo
52726
+ * @desc:获取代码表
52727
+ * @param {String} code 编码code值
52728
+ * @author liufan
52729
+ * @date 2022年11月10日
52700
52730
  **/
52701
52731
  getSysInfo: function getSysInfo(code) {
52702
52732
  var _this14 = this;
@@ -52718,11 +52748,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52718
52748
  }).catch(function (e) {});
52719
52749
  },
52720
52750
 
52721
- /**
52722
- * getListInfo
52723
- * @desc:获取预设列表数据
52724
- * @author liufan
52725
- * @date 2022年11月10日
52751
+ /**
52752
+ * getListInfo
52753
+ * @desc:获取预设列表数据
52754
+ * @author liufan
52755
+ * @date 2022年11月10日
52726
52756
  **/
52727
52757
  getListInfo: function getListInfo() {
52728
52758
  var _this15 = this;
@@ -52793,8 +52823,8 @@ flow_list_src_main.install = function (Vue) {
52793
52823
  };
52794
52824
 
52795
52825
  /* harmony default export */ var flow_list = (flow_list_src_main);
52796
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=template&id=3d02c60c&
52797
- var mainvue_type_template_id_3d02c60c_render = function () {
52826
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=template&id=5ba85f48&
52827
+ var mainvue_type_template_id_5ba85f48_render = function () {
52798
52828
  var _vm = this
52799
52829
  var _h = _vm.$createElement
52800
52830
  var _c = _vm._self._c || _h
@@ -52886,11 +52916,11 @@ var mainvue_type_template_id_3d02c60c_render = function () {
52886
52916
  : _vm._e(),
52887
52917
  ])
52888
52918
  }
52889
- var mainvue_type_template_id_3d02c60c_staticRenderFns = []
52890
- mainvue_type_template_id_3d02c60c_render._withStripped = true
52919
+ var mainvue_type_template_id_5ba85f48_staticRenderFns = []
52920
+ mainvue_type_template_id_5ba85f48_render._withStripped = true
52891
52921
 
52892
52922
 
52893
- // CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=3d02c60c&
52923
+ // CONCATENATED MODULE: ./packages/handle-user/src/main.vue?vue&type=template&id=5ba85f48&
52894
52924
 
52895
52925
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/handle-user/src/main.vue?vue&type=script&lang=js&
52896
52926
  //
@@ -53011,8 +53041,7 @@ mainvue_type_template_id_3d02c60c_render._withStripped = true
53011
53041
  } else {
53012
53042
  _this.$message({
53013
53043
  message: res.msg || '系统错误,请联系管理员!',
53014
- type: 'error',
53015
- duration: 1500
53044
+ type: 'error'
53016
53045
  });
53017
53046
  }
53018
53047
  }).catch(function (err) {
@@ -53040,8 +53069,8 @@ mainvue_type_template_id_3d02c60c_render._withStripped = true
53040
53069
 
53041
53070
  var handle_user_src_main_component = normalizeComponent(
53042
53071
  packages_handle_user_src_mainvue_type_script_lang_js_,
53043
- mainvue_type_template_id_3d02c60c_render,
53044
- mainvue_type_template_id_3d02c60c_staticRenderFns,
53072
+ mainvue_type_template_id_5ba85f48_render,
53073
+ mainvue_type_template_id_5ba85f48_staticRenderFns,
53045
53074
  false,
53046
53075
  null,
53047
53076
  null,
@@ -55317,8 +55346,8 @@ layout_src_main.install = function (Vue) {
55317
55346
  };
55318
55347
 
55319
55348
  /* harmony default export */ var packages_layout = (layout_src_main);
55320
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=8146921c&
55321
- var mainvue_type_template_id_8146921c_render = function () {
55349
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/main.vue?vue&type=template&id=53be147b&
55350
+ var mainvue_type_template_id_53be147b_render = function () {
55322
55351
  var _vm = this
55323
55352
  var _h = _vm.$createElement
55324
55353
  var _c = _vm._self._c || _h
@@ -56593,7 +56622,7 @@ var mainvue_type_template_id_8146921c_render = function () {
56593
56622
  )
56594
56623
  : _vm._e()
56595
56624
  }
56596
- var mainvue_type_template_id_8146921c_staticRenderFns = [
56625
+ var mainvue_type_template_id_53be147b_staticRenderFns = [
56597
56626
  function () {
56598
56627
  var _vm = this
56599
56628
  var _h = _vm.$createElement
@@ -56608,10 +56637,10 @@ var mainvue_type_template_id_8146921c_staticRenderFns = [
56608
56637
  ])
56609
56638
  },
56610
56639
  ]
56611
- mainvue_type_template_id_8146921c_render._withStripped = true
56640
+ mainvue_type_template_id_53be147b_render._withStripped = true
56612
56641
 
56613
56642
 
56614
- // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=8146921c&
56643
+ // CONCATENATED MODULE: ./packages/login/src/main.vue?vue&type=template&id=53be147b&
56615
56644
 
56616
56645
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/login/src/resetPassword.vue?vue&type=template&id=45dccfdc&
56617
56646
  var resetPasswordvue_type_template_id_45dccfdc_render = function () {
@@ -58237,7 +58266,6 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58237
58266
  _this3.$message({
58238
58267
  message: msg || '系统错误,请联系管理员!',
58239
58268
  type: 'error',
58240
- duration: 1500,
58241
58269
  onClose: function onClose() {
58242
58270
  window.location.href = utils_util["a" /* default */].delUrlParam({ key: 'code' });
58243
58271
  if (window.location.hash) {
@@ -58459,8 +58487,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58459
58487
  } else {
58460
58488
  _this6.$message({
58461
58489
  message: res.msg || '系统错误,请联系管理员!',
58462
- type: 'error',
58463
- duration: 2000
58490
+ type: 'error'
58464
58491
  });
58465
58492
  }
58466
58493
  }).catch(function (err) {
@@ -58684,7 +58711,7 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58684
58711
  }).then(function (res) {
58685
58712
  _this7.$message({
58686
58713
  message: res.msg,
58687
- duration: 2000,
58714
+ duration: res.rCode == 0 ? 2000 : 3000,
58688
58715
  type: res.rCode == 0 ? 'success' : 'error'
58689
58716
  });
58690
58717
 
@@ -58780,7 +58807,6 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58780
58807
  _this9.$message({
58781
58808
  message: msg || '系统错误,请联系管理员!',
58782
58809
  type: 'error',
58783
- duration: 1500,
58784
58810
  onClose: function onClose() {
58785
58811
  _this9.btnText = '获取验证码';
58786
58812
  _this9.disabled = false;
@@ -58819,7 +58845,6 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
58819
58845
  _this10.$message({
58820
58846
  message: msg || '系统错误,请联系管理员!',
58821
58847
  type: 'error',
58822
- duration: 1500,
58823
58848
  onClose: function onClose() {
58824
58849
  _this10.getImgCode();
58825
58850
  _this10.loginInfo(_this10.active == 3);
@@ -59000,7 +59025,6 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59000
59025
  this.$message({
59001
59026
  message: results.msg,
59002
59027
  type: 'error',
59003
- duration: 1500,
59004
59028
  onClose: function onClose() {
59005
59029
  if (_this13.code) {
59006
59030
  window.location.href = utils_util["a" /* default */].delUrlParam({ key: 'code' });
@@ -59088,8 +59112,8 @@ var ceshi = utils_util["a" /* default */].getParams('ceshi');
59088
59112
 
59089
59113
  var login_src_main_component = normalizeComponent(
59090
59114
  packages_login_src_mainvue_type_script_lang_js_,
59091
- mainvue_type_template_id_8146921c_render,
59092
- mainvue_type_template_id_8146921c_staticRenderFns,
59115
+ mainvue_type_template_id_53be147b_render,
59116
+ mainvue_type_template_id_53be147b_staticRenderFns,
59093
59117
  false,
59094
59118
  null,
59095
59119
  null,
@@ -59106,8 +59130,8 @@ login_src_main.install = function (Vue) {
59106
59130
  };
59107
59131
 
59108
59132
  /* harmony default export */ var login = (login_src_main);
59109
- // 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=88d82eac&
59110
- var mainvue_type_template_id_88d82eac_render = function () {
59133
+ // 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=b0817718&
59134
+ var mainvue_type_template_id_b0817718_render = function () {
59111
59135
  var _vm = this
59112
59136
  var _h = _vm.$createElement
59113
59137
  var _c = _vm._self._c || _h
@@ -59200,14 +59224,14 @@ var mainvue_type_template_id_88d82eac_render = function () {
59200
59224
  )
59201
59225
  : _vm._e()
59202
59226
  }
59203
- var mainvue_type_template_id_88d82eac_staticRenderFns = []
59204
- mainvue_type_template_id_88d82eac_render._withStripped = true
59227
+ var mainvue_type_template_id_b0817718_staticRenderFns = []
59228
+ mainvue_type_template_id_b0817718_render._withStripped = true
59205
59229
 
59206
59230
 
59207
- // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=88d82eac&
59231
+ // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=b0817718&
59208
59232
 
59209
- // 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=4e5969e0&scoped=true&
59210
- var simplicityvue_type_template_id_4e5969e0_scoped_true_render = function () {
59233
+ // 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=60bf1a32&scoped=true&
59234
+ var simplicityvue_type_template_id_60bf1a32_scoped_true_render = function () {
59211
59235
  var _vm = this
59212
59236
  var _h = _vm.$createElement
59213
59237
  var _c = _vm._self._c || _h
@@ -59225,7 +59249,7 @@ var simplicityvue_type_template_id_4e5969e0_scoped_true_render = function () {
59225
59249
  _c(
59226
59250
  "div",
59227
59251
  {
59228
- staticClass: "es-simplicity-org-name es-text-ellipsis-row2",
59252
+ staticClass: "es-simplicity-org-name es-text-ellipsis-row4",
59229
59253
  attrs: {
59230
59254
  title:
59231
59255
  _vm.simpleUserInfo.orgShortName || _vm.simpleUserInfo.orgName,
@@ -59261,21 +59285,49 @@ var simplicityvue_type_template_id_4e5969e0_scoped_true_render = function () {
59261
59285
  close: _vm.handlerClose,
59262
59286
  },
59263
59287
  }),
59264
- _c("avatar", {
59265
- attrs: {
59288
+ _c(
59289
+ "div",
59290
+ {
59291
+ staticClass: "es-simplicity-pannel-user",
59292
+ attrs: { slot: "reference" },
59266
59293
  slot: "reference",
59267
- user: _vm.user,
59268
- size: 56,
59269
- "show-name": true,
59270
59294
  },
59271
- slot: "reference",
59272
- }),
59295
+ [
59296
+ _c("avatar", {
59297
+ directives: [
59298
+ {
59299
+ name: "show",
59300
+ rawName: "v-show",
59301
+ value: _vm.showAvatar,
59302
+ expression: "showAvatar",
59303
+ },
59304
+ ],
59305
+ attrs: { user: _vm.user, size: 56, "show-name": true },
59306
+ }),
59307
+ _c("div", { staticClass: "es-simplicity-username" }, [
59308
+ _vm._v(_vm._s(_vm.user.username)),
59309
+ ]),
59310
+ _c(
59311
+ "div",
59312
+ {
59313
+ directives: [
59314
+ {
59315
+ name: "show",
59316
+ rawName: "v-show",
59317
+ value: !_vm.showAvatar,
59318
+ expression: "!showAvatar",
59319
+ },
59320
+ ],
59321
+ staticClass: "es-simplicity-greeting",
59322
+ },
59323
+ [_vm._v("\n " + _vm._s(_vm.greeting) + "\n ")]
59324
+ ),
59325
+ ],
59326
+ 1
59327
+ ),
59273
59328
  ],
59274
59329
  1
59275
59330
  ),
59276
- _c("div", { staticClass: "es-simplicity-username" }, [
59277
- _vm._v(_vm._s(_vm.user.username)),
59278
- ]),
59279
59331
  _c(
59280
59332
  "div",
59281
59333
  { staticClass: "es-simplicity-side-Application" },
@@ -59873,11 +59925,11 @@ var simplicityvue_type_template_id_4e5969e0_scoped_true_render = function () {
59873
59925
  ),
59874
59926
  ])
59875
59927
  }
59876
- var simplicityvue_type_template_id_4e5969e0_scoped_true_staticRenderFns = []
59877
- simplicityvue_type_template_id_4e5969e0_scoped_true_render._withStripped = true
59928
+ var simplicityvue_type_template_id_60bf1a32_scoped_true_staticRenderFns = []
59929
+ simplicityvue_type_template_id_60bf1a32_scoped_true_render._withStripped = true
59878
59930
 
59879
59931
 
59880
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=4e5969e0&scoped=true&
59932
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=60bf1a32&scoped=true&
59881
59933
 
59882
59934
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
59883
59935
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -61949,10 +62001,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
61949
62001
  this.$emit('click', res);
61950
62002
  },
61951
62003
 
61952
- /**
61953
- * @desc:获取气泡提醒
61954
- * @author huangbo
61955
- * @date 2024年9月7日
62004
+ /**
62005
+ * @desc:获取气泡提醒
62006
+ * @author huangbo
62007
+ * @date 2024年9月7日
61956
62008
  **/
61957
62009
  getBadge: function getBadge(res) {
61958
62010
  var num = res.tips || 0;
@@ -61989,8 +62041,8 @@ var apps_component = normalizeComponent(
61989
62041
  )
61990
62042
 
61991
62043
  /* harmony default export */ var simplicity_apps = (apps_component.exports);
61992
- // 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/user.vue?vue&type=template&id=13b172e0&scoped=true&
61993
- var uservue_type_template_id_13b172e0_scoped_true_render = function () {
62044
+ // 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/user.vue?vue&type=template&id=79e71c00&scoped=true&
62045
+ var uservue_type_template_id_79e71c00_scoped_true_render = function () {
61994
62046
  var _vm = this
61995
62047
  var _h = _vm.$createElement
61996
62048
  var _c = _vm._self._c || _h
@@ -62101,14 +62153,14 @@ var uservue_type_template_id_13b172e0_scoped_true_render = function () {
62101
62153
  on: { click: _vm.handleOpen },
62102
62154
  },
62103
62155
  [
62104
- _vm._v("\n 修改密码 "),
62156
+ _vm._v("\n 资料修改 "),
62105
62157
  _c("i", { staticClass: "es-icon-arrow-right" }),
62106
62158
  ]
62107
62159
  ),
62108
62160
  _c(
62109
62161
  "es-dialog",
62110
62162
  {
62111
- attrs: { title: "修改密码", visible: _vm.visible },
62163
+ attrs: { title: "资料修改", visible: _vm.visible },
62112
62164
  on: {
62113
62165
  "update:visible": function ($event) {
62114
62166
  _vm.visible = $event
@@ -62129,14 +62181,14 @@ var uservue_type_template_id_13b172e0_scoped_true_render = function () {
62129
62181
  1
62130
62182
  )
62131
62183
  }
62132
- var uservue_type_template_id_13b172e0_scoped_true_staticRenderFns = []
62133
- uservue_type_template_id_13b172e0_scoped_true_render._withStripped = true
62184
+ var uservue_type_template_id_79e71c00_scoped_true_staticRenderFns = []
62185
+ uservue_type_template_id_79e71c00_scoped_true_render._withStripped = true
62134
62186
 
62135
62187
 
62136
- // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=13b172e0&scoped=true&
62188
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/user.vue?vue&type=template&id=79e71c00&scoped=true&
62137
62189
 
62138
- // 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/userinfo.vue?vue&type=template&id=8643d5d2&
62139
- var userinfovue_type_template_id_8643d5d2_render = function () {
62190
+ // 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/userinfo.vue?vue&type=template&id=fb004f62&
62191
+ var userinfovue_type_template_id_fb004f62_render = function () {
62140
62192
  var _vm = this
62141
62193
  var _h = _vm.$createElement
62142
62194
  var _c = _vm._self._c || _h
@@ -62145,20 +62197,34 @@ var userinfovue_type_template_id_8643d5d2_render = function () {
62145
62197
  {
62146
62198
  ref: "form",
62147
62199
  staticClass: "es-user-info",
62148
- attrs: { model: _vm.model, contents: _vm.forms, autocomplete: false },
62200
+ attrs: {
62201
+ "validate-on-rule-change": false,
62202
+ model: _vm.model,
62203
+ contents: _vm.forms,
62204
+ autocomplete: false,
62205
+ rules: _vm.formRules,
62206
+ events: _vm.events,
62207
+ },
62149
62208
  on: { submit: _vm.handleFormSubmit },
62150
62209
  },
62151
62210
  [_c("template", { slot: "other" }, [_vm._t("default")], 2)],
62152
62211
  2
62153
62212
  )
62154
62213
  }
62155
- var userinfovue_type_template_id_8643d5d2_staticRenderFns = []
62156
- userinfovue_type_template_id_8643d5d2_render._withStripped = true
62214
+ var userinfovue_type_template_id_fb004f62_staticRenderFns = []
62215
+ userinfovue_type_template_id_fb004f62_render._withStripped = true
62157
62216
 
62158
62217
 
62159
- // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=8643d5d2&
62218
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/userinfo.vue?vue&type=template&id=fb004f62&
62160
62219
 
62161
62220
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/userinfo.vue?vue&type=script&lang=js&
62221
+ var userinfovue_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; };
62222
+
62223
+ var userinfovue_type_script_lang_js_props;
62224
+
62225
+ //
62226
+ //
62227
+ //
62162
62228
  //
62163
62229
  //
62164
62230
  //
@@ -62179,7 +62245,7 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
62179
62245
 
62180
62246
  /* harmony default export */ var userinfovue_type_script_lang_js_ = ({
62181
62247
  name: 'UserInfo',
62182
- props: {
62248
+ props: (userinfovue_type_script_lang_js_props = {
62183
62249
  secret: {
62184
62250
  type: Boolean,
62185
62251
  default: true
@@ -62190,18 +62256,97 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
62190
62256
  default: function _default() {
62191
62257
  return {};
62192
62258
  }
62259
+ },
62260
+ rules: {
62261
+ type: Object,
62262
+ default: function _default() {
62263
+ return {};
62264
+ }
62193
62265
  }
62194
- },
62266
+ }, userinfovue_type_script_lang_js_props['rules'] = {
62267
+ type: Object,
62268
+ default: function _default() {
62269
+ return {};
62270
+ }
62271
+ }, userinfovue_type_script_lang_js_props),
62195
62272
  data: function data() {
62273
+ var _this = this;
62274
+
62196
62275
  return {
62197
- model: this.value
62276
+ model: this.value,
62277
+ events: {
62278
+ oldpassword: {
62279
+ change: function change() {
62280
+ if (!_this.model.repassword && !_this.model.oldpassword && !_this.model.repassword) {
62281
+ _this.$refs.form.clearValidate();
62282
+ }
62283
+ }
62284
+ },
62285
+ password: {
62286
+ change: function change() {
62287
+ if (!_this.model.repassword && !_this.model.oldpassword && !_this.model.repassword) {
62288
+ _this.$refs.form.clearValidate();
62289
+ }
62290
+ }
62291
+ },
62292
+ repassword: {
62293
+ change: function change() {
62294
+ if (!_this.model.repassword && !_this.model.oldpassword && !_this.model.repassword) {
62295
+ _this.$refs.form.clearValidate();
62296
+ }
62297
+ }
62298
+ }
62299
+ }
62198
62300
  };
62199
62301
  },
62200
62302
 
62201
62303
  computed: {
62202
- forms: function forms() {
62203
- var _this = this;
62304
+ formRules: function formRules() {
62305
+ return userinfovue_type_script_lang_js_extends({
62306
+ idCard: {
62307
+ pattern: new RegExp('(^\\d{15}$)|(^\\d{18}$)|(^\\d{17}(\\d|X|x)$)'),
62308
+ message: '身份证号不合法'
62309
+ },
62310
+ phone: {
62311
+ pattern: new RegExp('^[1][3, 4, 5, 6, 7, 8, 9][0-9]{9}$'),
62312
+ message: '手机号不合法',
62313
+ trigger: 'blur'
62314
+ },
62315
+ email: {
62316
+ type: 'email',
62317
+ message: '请输入正确的邮箱地址',
62318
+ trigger: 'blur'
62319
+ },
62320
+ officeTel: {
62321
+ pattern: new RegExp('^(?:\\(?0([1-9]\\d{1,2})\\)?[- ]?)?([2-9]\\d{6,7})$'),
62322
+ message: '座机号不合法',
62323
+ trigger: 'blur'
62324
+ },
62204
62325
 
62326
+ oldpassword: this.model.password || this.model.repassword ? {
62327
+ required: true,
62328
+ message: '请输入旧密码'
62329
+ } : {},
62330
+
62331
+ password: [this.model.repassword || this.model.oldpassword ? {
62332
+ required: true,
62333
+ message: '请输入新密码'
62334
+ } : {},, {
62335
+ pattern: this.checkPassword,
62336
+ message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
62337
+ trigger: 'blur'
62338
+ }],
62339
+ repassword: [this.model.password || this.model.oldpassword ? {
62340
+ required: true,
62341
+ message: '请再次输入新密码'
62342
+ } : {}, { validator: this.repassword, trigger: 'blur' }, this.checkPassword ? {
62343
+ pattern: this.checkPassword,
62344
+ message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
62345
+ trigger: 'blur'
62346
+ } : {}]
62347
+ }, this.rules);
62348
+ },
62349
+ forms: function forms() {
62205
62350
  return this.contents ? this.contents : [{
62206
62351
  name: 'orgName',
62207
62352
  label: '所属机构',
@@ -62237,83 +62382,40 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
62237
62382
  placeholder: '电子邮箱',
62238
62383
  label: '电子邮箱',
62239
62384
  type: 'text',
62240
- rules: {
62241
- type: 'email',
62242
- message: '请输入正确的邮箱地址',
62243
- trigger: 'blur'
62244
- },
62245
62385
  col: 6
62246
62386
  }, {
62247
62387
  name: 'officeTel',
62248
62388
  placeholder: '座机号',
62249
62389
  label: '座机号',
62250
62390
  type: 'text',
62251
- rules: {
62252
- type: 'telephone'
62253
- //message: '请输入正确的邮箱地址',
62254
- //trigger: 'blur'
62255
- },
62256
62391
  col: 6
62257
62392
  }, {
62258
62393
  name: 'oldpassword',
62259
62394
  placeholder: '旧密码',
62260
62395
  label: '旧密码',
62261
62396
  type: 'text',
62262
- col: 6,
62263
- rules: this.model.password || this.model.repassword ? {
62264
- required: true,
62265
- message: '请输入旧密码'
62266
- } : {},
62267
- events: {
62268
- change: function change() {
62269
- if (!_this.model.repassword && !_this.model.oldpassword && !_this.model.repassword) {
62270
- _this.$refs.form.clearValidate();
62271
- }
62272
- }
62273
- }
62397
+ col: 6
62274
62398
  }, {
62275
62399
  name: 'password',
62276
62400
  placeholder: '新密码',
62277
62401
  label: '新密码',
62278
62402
  type: 'text',
62279
- col: 6,
62280
- rules: [this.model.repassword || this.model.oldpassword ? {
62281
- required: true,
62282
- message: '请输入新密码'
62283
- } : {}, {
62284
- pattern: this.checkPassword,
62285
- message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
62286
- trigger: 'blur'
62287
- }],
62288
- events: {
62289
- change: function change() {
62290
- if (!_this.model.repassword && !_this.model.oldpassword && !_this.model.repassword) {
62291
- _this.$refs.form.clearValidate();
62292
- }
62293
- }
62294
- }
62403
+ col: 6
62295
62404
  }, {
62296
62405
  name: 'repassword',
62297
62406
  placeholder: '确认新密码',
62298
62407
  label: '确认新密码',
62299
62408
  type: 'text',
62300
- col: 6,
62301
- rules: [this.model.password || this.model.oldpassword ? {
62302
- required: true,
62303
- message: '请再次输入新密码'
62304
- } : {}, { validator: this.repassword, trigger: 'blur' }, this.checkPassword ? {
62305
- pattern: this.checkPassword,
62306
- message: this.checkPasswordMsg ? this.checkPasswordMsg : '密码格式不合法',
62307
- trigger: 'blur'
62308
- } : {}],
62309
- events: {
62310
- change: function change() {
62311
- if (!_this.model.repassword && !_this.model.oldpassword && !_this.model.repassword) {
62312
- _this.$refs.form.clearValidate();
62313
- }
62314
- }
62315
- }
62409
+ col: 6
62316
62410
  }];
62411
+ },
62412
+ formKey: function formKey() {
62413
+ var keys = this.forms.filter(function (item) {
62414
+ return item.disabled !== true && item.readonly !== true && !['oldpassword', 'password', 'repassword'].includes(item.name);
62415
+ }).map(function (item) {
62416
+ return item.name;
62417
+ });
62418
+ return keys;
62317
62419
  }
62318
62420
  },
62319
62421
  created: function created() {},
@@ -62325,24 +62427,29 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
62325
62427
 
62326
62428
  var initLogin = utils_util["a" /* default */].getStorage('initLogin');
62327
62429
  initLogin && (initLogin = JSON.parse(initLogin));
62430
+ var _model = this.model,
62431
+ oldpassword = _model.oldpassword,
62432
+ password = _model.password;
62433
+
62434
+ var data = userinfovue_type_script_lang_js_extends({}, Object.fromEntries(Object.entries(this.model).filter(function (_ref) {
62435
+ var key = _ref[0];
62436
+ return _this2.formKey.includes(key);
62437
+ })));
62328
62438
  utils_util["a" /* default */].ajax({
62329
62439
  url: api["uc" /* updateUserInfo */],
62330
- params: {
62331
- email: this.model.email,
62332
- officeTel: this.model.officeTel,
62333
- phone: this.model.phone,
62334
- oldPassword: this.secret && initLogin && initLogin.secret && this.model.oldpassword ? utils_util["a" /* default */].esmEncrypt({
62335
- data: this.model.oldpassword,
62440
+ params: userinfovue_type_script_lang_js_extends({}, data, {
62441
+ oldPassword: this.secret && initLogin && initLogin.secret && oldpassword ? utils_util["a" /* default */].esmEncrypt({
62442
+ data: oldpassword,
62336
62443
  key: initLogin.secret
62337
- }) : this.model.oldpassword,
62338
- password: this.secret && initLogin && initLogin.secret && this.model.password ? utils_util["a" /* default */].esmEncrypt({
62339
- data: this.model.password,
62444
+ }) : oldpassword,
62445
+ password: this.secret && initLogin && initLogin.secret && password ? utils_util["a" /* default */].esmEncrypt({
62446
+ data: password,
62340
62447
  key: initLogin.secret
62341
- }) : this.model.password
62342
- }
62448
+ }) : password
62449
+ })
62343
62450
  }).then(function (res) {
62344
62451
  if (res.rCode === 0) {
62345
- if (_this2.model.oldpassword && _this2.model.password) {
62452
+ if (oldpassword && password) {
62346
62453
  _this2.$confirm('密码修改成功,请重新登录!', '提示', {
62347
62454
  confirmButtonText: '确定',
62348
62455
  cancelButtonText: '取消',
@@ -62419,8 +62526,8 @@ userinfovue_type_template_id_8643d5d2_render._withStripped = true
62419
62526
 
62420
62527
  var userinfo_component = normalizeComponent(
62421
62528
  simplicity_userinfovue_type_script_lang_js_,
62422
- userinfovue_type_template_id_8643d5d2_render,
62423
- userinfovue_type_template_id_8643d5d2_staticRenderFns,
62529
+ userinfovue_type_template_id_fb004f62_render,
62530
+ userinfovue_type_template_id_fb004f62_staticRenderFns,
62424
62531
  false,
62425
62532
  null,
62426
62533
  null,
@@ -62661,8 +62768,7 @@ var userinfo_component = normalizeComponent(
62661
62768
  } else {
62662
62769
  _this4.$message({
62663
62770
  message: res.msg || '系统错误,请联系管理员!',
62664
- type: 'error',
62665
- duration: 1500
62771
+ type: 'error'
62666
62772
  });
62667
62773
  }
62668
62774
  }).catch(function (err) {
@@ -62695,11 +62801,11 @@ var userinfo_component = normalizeComponent(
62695
62801
 
62696
62802
  var user_component = normalizeComponent(
62697
62803
  simplicity_uservue_type_script_lang_js_,
62698
- uservue_type_template_id_13b172e0_scoped_true_render,
62699
- uservue_type_template_id_13b172e0_scoped_true_staticRenderFns,
62804
+ uservue_type_template_id_79e71c00_scoped_true_render,
62805
+ uservue_type_template_id_79e71c00_scoped_true_staticRenderFns,
62700
62806
  false,
62701
62807
  null,
62702
- "13b172e0",
62808
+ "79e71c00",
62703
62809
  null
62704
62810
 
62705
62811
  )
@@ -65575,6 +65681,15 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
65575
65681
  //
65576
65682
  //
65577
65683
  //
65684
+ //
65685
+ //
65686
+ //
65687
+ //
65688
+ //
65689
+ //
65690
+ //
65691
+ //
65692
+ //
65578
65693
 
65579
65694
 
65580
65695
 
@@ -65592,7 +65707,7 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
65592
65707
 
65593
65708
  var isIE = navigator.userAgent.indexOf('MSIE') != -1;
65594
65709
  var simplicityvue_type_script_lang_js_systemMode = utils_util["a" /* default */].win.systemMode || 'default';
65595
- var events = [function (tabs, index, that) {
65710
+ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
65596
65711
  var tab = tabs[index];
65597
65712
  if (tab.method == 'iframe') {
65598
65713
  tabs[index].url = utils_util["a" /* default */].handlerUrl(tab.url);
@@ -65664,6 +65779,11 @@ var events = [function (tabs, index, that) {
65664
65779
  search: public_search
65665
65780
  },
65666
65781
  props: {
65782
+ //是否显示头像
65783
+ avatar: {
65784
+ type: Boolean,
65785
+ default: false
65786
+ },
65667
65787
  //im用例编码
65668
65788
  imUseCaseCode: String,
65669
65789
  //ai用例编码
@@ -65773,6 +65893,10 @@ var events = [function (tabs, index, that) {
65773
65893
  },
65774
65894
  data: function data() {
65775
65895
  return {
65896
+ //是否显示头像
65897
+ showAvatar: this.avatar,
65898
+ // 问候语
65899
+ greeting: utils_util["a" /* default */].timeCycle() + '好!',
65776
65900
  //用例权限编码
65777
65901
  useCaseCodes: utils_util["a" /* default */].getStorage('useCaseCodes'),
65778
65902
  //显示用户信息
@@ -65957,10 +66081,10 @@ var events = [function (tabs, index, that) {
65957
66081
  },
65958
66082
 
65959
66083
  methods: {
65960
- /**
65961
- * @desc:匹配路由
65962
- * @author huangbo
65963
- * @date 2024年9月7日
66084
+ /**
66085
+ * @desc:匹配路由
66086
+ * @author huangbo
66087
+ * @date 2024年9月7日
65964
66088
  **/
65965
66089
  hasRouter: function hasRouter(res, url, code) {
65966
66090
  if (!url) {
@@ -66004,10 +66128,10 @@ var events = [function (tabs, index, that) {
66004
66128
  return false;
66005
66129
  },
66006
66130
 
66007
- /**
66008
- * @desc:获取初始数据
66009
- * @author huangbo
66010
- * @date 2024年9月7日
66131
+ /**
66132
+ * @desc:获取初始数据
66133
+ * @author huangbo
66134
+ * @date 2024年9月7日
66011
66135
  **/
66012
66136
  init: function init(results, first) {
66013
66137
  this.setConfig(results);
@@ -66016,10 +66140,10 @@ var events = [function (tabs, index, that) {
66016
66140
  }
66017
66141
  },
66018
66142
 
66019
- /**
66020
- * @desc:设置用户配置及信息
66021
- * @author huangbo
66022
- * @date 2024年9月7日
66143
+ /**
66144
+ * @desc:设置用户配置及信息
66145
+ * @author huangbo
66146
+ * @date 2024年9月7日
66023
66147
  **/
66024
66148
  setConfig: function setConfig(results) {
66025
66149
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -66074,6 +66198,9 @@ var events = [function (tabs, index, that) {
66074
66198
  this.notify = results[i].notify || '';
66075
66199
  }
66076
66200
  if (i === 'subsystemExtend' && results[i]) {
66201
+ if (Object.prototype.hasOwnProperty.call(results[i], 'showAvatar')) {
66202
+ this.showAvatar = JSON.parse(results[i].showAvatar);
66203
+ }
66077
66204
  if (results[i].themeColor) {
66078
66205
  var _color = unescape(results[i].themeColor).toLowerCase();
66079
66206
  if (utils_util["a" /* default */].startWith(_color, '#')) {
@@ -66122,10 +66249,10 @@ var events = [function (tabs, index, that) {
66122
66249
  this.doorIndex = results[i].portalPage || results[i].portalpage;
66123
66250
  }
66124
66251
  if (results[i].multipleVersion || results[i].oldVersion) {
66125
- this.showOld = results[i].oldVersion ? results[i].oldVersion : true;
66252
+ this.showOld = results[i].oldVersion ? JSON.parse(results[i].oldVersion) : true;
66126
66253
  }
66127
66254
  if (results[i].topRightToolHide) {
66128
- this.topRightToolHide = results[i].topRightToolHide;
66255
+ this.topRightToolHide = JSON.parse(results[i].topRightToolHide);
66129
66256
  }
66130
66257
  if (results[i].contact) {
66131
66258
  var contact = JSON.parse(results[i].contact);
@@ -66153,10 +66280,10 @@ var events = [function (tabs, index, that) {
66153
66280
  }
66154
66281
  },
66155
66282
 
66156
- /**
66157
- * @desc:获取所有应用
66158
- * @author huangbo
66159
- * @date 2024年9月7日
66283
+ /**
66284
+ * @desc:获取所有应用
66285
+ * @author huangbo
66286
+ * @date 2024年9月7日
66160
66287
  **/
66161
66288
  getApplications: function getApplications() {
66162
66289
  var _this = this;
@@ -66204,10 +66331,10 @@ var events = [function (tabs, index, that) {
66204
66331
  });
66205
66332
  },
66206
66333
 
66207
- /**
66208
- * @desc:获取菜单列表
66209
- * @author huangbo
66210
- * @date 2024年9月7日
66334
+ /**
66335
+ * @desc:获取菜单列表
66336
+ * @author huangbo
66337
+ * @date 2024年9月7日
66211
66338
  **/
66212
66339
  getMenus: function getMenus(loading) {
66213
66340
  var _this2 = this;
@@ -66240,10 +66367,10 @@ var events = [function (tabs, index, that) {
66240
66367
  });
66241
66368
  },
66242
66369
 
66243
- /**
66244
- * @desc:处理菜单列表
66245
- * @author huangbo
66246
- * @date 2024年9月7日
66370
+ /**
66371
+ * @desc:处理菜单列表
66372
+ * @author huangbo
66373
+ * @date 2024年9月7日
66247
66374
  **/
66248
66375
  renderMenus: function renderMenus(res) {
66249
66376
  this.menus = res;
@@ -66339,10 +66466,10 @@ var events = [function (tabs, index, that) {
66339
66466
  }
66340
66467
  },
66341
66468
 
66342
- /**
66343
- * @desc:设置页面加载类型
66344
- * @author huangbo
66345
- * @date 2024年9月7日
66469
+ /**
66470
+ * @desc:设置页面加载类型
66471
+ * @author huangbo
66472
+ * @date 2024年9月7日
66346
66473
  **/
66347
66474
  setIframeType: function setIframeType(res) {
66348
66475
  var url = res.url;
@@ -66398,10 +66525,10 @@ var events = [function (tabs, index, that) {
66398
66525
  return res;
66399
66526
  },
66400
66527
 
66401
- /**
66402
- * @desc:获取菜单
66403
- * @author huangbo
66404
- * @date 2024年9月7日
66528
+ /**
66529
+ * @desc:获取菜单
66530
+ * @author huangbo
66531
+ * @date 2024年9月7日
66405
66532
  **/
66406
66533
  getMenu: function getMenu(menus, res, key) {
66407
66534
  if (Array.isArray(menus)) {
@@ -66430,10 +66557,10 @@ var events = [function (tabs, index, that) {
66430
66557
  return false;
66431
66558
  },
66432
66559
 
66433
- /**
66434
- * @desc:获取菜单第一条数据
66435
- * @author huangbo
66436
- * @date 2024年9月7日
66560
+ /**
66561
+ * @desc:获取菜单第一条数据
66562
+ * @author huangbo
66563
+ * @date 2024年9月7日
66437
66564
  **/
66438
66565
  getFirst: function getFirst(obj) {
66439
66566
  if (!obj) {
@@ -66452,10 +66579,10 @@ var events = [function (tabs, index, that) {
66452
66579
  }
66453
66580
  },
66454
66581
 
66455
- /**
66456
- * @desc:遍历设置菜单气泡提醒
66457
- * @author huangbo
66458
- * @date 2024年9月7日
66582
+ /**
66583
+ * @desc:遍历设置菜单气泡提醒
66584
+ * @author huangbo
66585
+ * @date 2024年9月7日
66459
66586
  **/
66460
66587
  setTips: function setTips(obj) {
66461
66588
  var _this3 = this;
@@ -66518,10 +66645,10 @@ var events = [function (tabs, index, that) {
66518
66645
  }
66519
66646
  },
66520
66647
 
66521
- /**
66522
- * @desc:获取气泡提醒
66523
- * @author huangbo
66524
- * @date 2024年9月7日
66648
+ /**
66649
+ * @desc:获取气泡提醒
66650
+ * @author huangbo
66651
+ * @date 2024年9月7日
66525
66652
  **/
66526
66653
  getBadge: function getBadge(res) {
66527
66654
  var num = res.tips || 0;
@@ -66535,10 +66662,10 @@ var events = [function (tabs, index, that) {
66535
66662
  };
66536
66663
  },
66537
66664
 
66538
- /**
66539
- * @desc:开启weosocket
66540
- * @author huangbo
66541
- * @date 2024年9月7日
66665
+ /**
66666
+ * @desc:开启weosocket
66667
+ * @author huangbo
66668
+ * @date 2024年9月7日
66542
66669
  **/
66543
66670
  initWebSocket: function initWebSocket() {
66544
66671
  var _this5 = this;
@@ -66587,10 +66714,10 @@ var events = [function (tabs, index, that) {
66587
66714
  });
66588
66715
  },
66589
66716
 
66590
- /**
66591
- * @desc:显示用户信息
66592
- * @author huangbo
66593
- * @date 2024年9月7日
66717
+ /**
66718
+ * @desc:显示用户信息
66719
+ * @author huangbo
66720
+ * @date 2024年9月7日
66594
66721
  **/
66595
66722
  showUserInfo: function showUserInfo() {
66596
66723
  if (this.showUser === false) {
@@ -66598,19 +66725,19 @@ var events = [function (tabs, index, that) {
66598
66725
  }
66599
66726
  },
66600
66727
 
66601
- /**
66602
- * @desc:删除更多应用菜单点击
66603
- * @author huangbo
66604
- * @date 2024年9月7日
66728
+ /**
66729
+ * @desc:删除更多应用菜单点击
66730
+ * @author huangbo
66731
+ * @date 2024年9月7日
66605
66732
  **/
66606
66733
  handleDelete: function handleDelete(index) {
66607
66734
  this.newApps.splice(index, 1);
66608
66735
  },
66609
66736
 
66610
- /**
66611
- * @desc:储存更多应用菜单点击
66612
- * @author huangbo
66613
- * @date 2024年9月7日
66737
+ /**
66738
+ * @desc:储存更多应用菜单点击
66739
+ * @author huangbo
66740
+ * @date 2024年9月7日
66614
66741
  **/
66615
66742
  handlerClickApps: function handlerClickApps(res) {
66616
66743
  if (res.permission === false) {
@@ -66623,10 +66750,10 @@ var events = [function (tabs, index, that) {
66623
66750
  this.handlerClickApp(res);
66624
66751
  },
66625
66752
 
66626
- /**
66627
- * @desc:侧边应用菜单点击
66628
- * @author huangbo
66629
- * @date 2024年9月7日
66753
+ /**
66754
+ * @desc:侧边应用菜单点击
66755
+ * @author huangbo
66756
+ * @date 2024年9月7日
66630
66757
  **/
66631
66758
  handlerClickApp: function handlerClickApp(res) {
66632
66759
  this.showMsg = false;
@@ -66715,10 +66842,10 @@ var events = [function (tabs, index, that) {
66715
66842
  }
66716
66843
  },
66717
66844
 
66718
- /**
66719
- * @desc:显示Drawer界面
66720
- * @author huangbo
66721
- * @date 2024年9月7日
66845
+ /**
66846
+ * @desc:显示Drawer界面
66847
+ * @author huangbo
66848
+ * @date 2024年9月7日
66722
66849
  **/
66723
66850
  handlerSetDrawer: function handlerSetDrawer(res, type) {
66724
66851
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -66738,19 +66865,19 @@ var events = [function (tabs, index, that) {
66738
66865
  }
66739
66866
  },
66740
66867
 
66741
- /**
66742
- * @desc:关闭Drawer界面
66743
- * @author huangbo
66744
- * @date 2024年9月7日
66868
+ /**
66869
+ * @desc:关闭Drawer界面
66870
+ * @author huangbo
66871
+ * @date 2024年9月7日
66745
66872
  **/
66746
66873
  handleCloseDrawer: function handleCloseDrawer() {
66747
66874
  this.drawer = { visible: false };
66748
66875
  },
66749
66876
 
66750
- /**
66751
- * @desc:菜单点击
66752
- * @author huangbo
66753
- * @date 2024年9月7日
66877
+ /**
66878
+ * @desc:菜单点击
66879
+ * @author huangbo
66880
+ * @date 2024年9月7日
66754
66881
  **/
66755
66882
  handlerClickMenu: function handlerClickMenu(res) {
66756
66883
  utils_util["a" /* default */].ajax({
@@ -66778,7 +66905,7 @@ var events = [function (tabs, index, that) {
66778
66905
  this.tabs.push(tab);
66779
66906
  this.activeName = res.id;
66780
66907
  } else {
66781
- this.tabs = events[0](this.tabs, i, this);
66908
+ this.tabs = simplicityvue_type_script_lang_js_events[0](this.tabs, i, this);
66782
66909
  // let tab = this.tabs[i];
66783
66910
  // if (tab.method === 'iframe') {
66784
66911
  // this.activeName = res.id;
@@ -66799,19 +66926,19 @@ var events = [function (tabs, index, that) {
66799
66926
  },
66800
66927
 
66801
66928
 
66802
- /**
66803
- * @desc:用户详情请求成功
66804
- * @author huangbo
66805
- * @date 2024年9月7日
66929
+ /**
66930
+ * @desc:用户详情请求成功
66931
+ * @author huangbo
66932
+ * @date 2024年9月7日
66806
66933
  **/
66807
66934
  handleSuccess: function handleSuccess(res) {
66808
66935
  this.simpleUserInfo = res.simpleUserInfo;
66809
66936
  },
66810
66937
 
66811
- /**
66812
- * @desc:修改用户配置
66813
- * @author huangbo
66814
- * @date 2024年9月7日
66938
+ /**
66939
+ * @desc:修改用户配置
66940
+ * @author huangbo
66941
+ * @date 2024年9月7日
66815
66942
  **/
66816
66943
  handleChangeConfig: function handleChangeConfig(name, res) {
66817
66944
  if (name == 'userHeadUrl') {
@@ -66827,10 +66954,10 @@ var events = [function (tabs, index, that) {
66827
66954
  }
66828
66955
  },
66829
66956
 
66830
- /**
66831
- * @desc:关闭webSocket
66832
- * @author huangbo
66833
- * @date 2024年9月7日
66957
+ /**
66958
+ * @desc:关闭webSocket
66959
+ * @author huangbo
66960
+ * @date 2024年9月7日
66834
66961
  **/
66835
66962
  handlerClose: function handlerClose() {
66836
66963
  if (this.webSocket) {
@@ -66838,10 +66965,10 @@ var events = [function (tabs, index, that) {
66838
66965
  }
66839
66966
  },
66840
66967
 
66841
- /**
66842
- * @desc:刷新选中iframe页签
66843
- * @author huangbo
66844
- * @date 2024年9月7日
66968
+ /**
66969
+ * @desc:刷新选中iframe页签
66970
+ * @author huangbo
66971
+ * @date 2024年9月7日
66845
66972
  **/
66846
66973
  handleRefresh: function handleRefresh() {
66847
66974
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -66862,10 +66989,10 @@ var events = [function (tabs, index, that) {
66862
66989
  }
66863
66990
  },
66864
66991
 
66865
- /**
66866
- * @desc:删除iframe
66867
- * @author huangbo
66868
- * @date 2024年9月7日
66992
+ /**
66993
+ * @desc:删除iframe
66994
+ * @author huangbo
66995
+ * @date 2024年9月7日
66869
66996
  **/
66870
66997
  handleRemove: function handleRemove(name) {
66871
66998
  var len = this.tabs.length - 1;
@@ -66882,10 +67009,10 @@ var events = [function (tabs, index, that) {
66882
67009
  }
66883
67010
  },
66884
67011
 
66885
- /**
66886
- * @desc:tabs鼠标右键事件
66887
- * @author huangbo
66888
- * @date 2024年9月7日
67012
+ /**
67013
+ * @desc:tabs鼠标右键事件
67014
+ * @author huangbo
67015
+ * @date 2024年9月7日
66889
67016
  **/
66890
67017
  handleContextmenu: function handleContextmenu(tabs, e) {
66891
67018
  var disabled = {};
@@ -66910,14 +67037,14 @@ var events = [function (tabs, index, that) {
66910
67037
  window.addEventListener('click', this.closeTabsEvents);
66911
67038
  },
66912
67039
 
66913
- /**
66914
- * @desc:tabs页签事件
66915
- * @author huangbo
66916
- * @date 2024年9月7日
67040
+ /**
67041
+ * @desc:tabs页签事件
67042
+ * @author huangbo
67043
+ * @date 2024年9月7日
66917
67044
  **/
66918
67045
  handleTabsEvents: function handleTabsEvents(num) {
66919
67046
  if (this.pane !== null) {
66920
- this.tabs = events[num](this.tabs, this.pane, this);
67047
+ this.tabs = simplicityvue_type_script_lang_js_events[num](this.tabs, this.pane, this);
66921
67048
  }
66922
67049
  this.showTabsHandler = false;
66923
67050
  window.removeEventListener('click', this.closeTabsEvents);
@@ -66931,10 +67058,10 @@ var events = [function (tabs, index, that) {
66931
67058
  window.removeEventListener('click', this.closeTabsEvents);
66932
67059
  },
66933
67060
 
66934
- /**
66935
- * @desc:handler工具栏点击事件
66936
- * @author huangbo
66937
- * @date 2024年9月7日
67061
+ /**
67062
+ * @desc:handler工具栏点击事件
67063
+ * @author huangbo
67064
+ * @date 2024年9月7日
66938
67065
  **/
66939
67066
  handleClick: function handleClick(res) {
66940
67067
  var type = res.type,
@@ -67012,10 +67139,10 @@ var events = [function (tabs, index, that) {
67012
67139
  this.$emit('handler-click', res);
67013
67140
  },
67014
67141
 
67015
- /**
67016
- * @desc:退出登录
67017
- * @author huangbo
67018
- * @date 2024年9月7日
67142
+ /**
67143
+ * @desc:退出登录
67144
+ * @author huangbo
67145
+ * @date 2024年9月7日
67019
67146
  **/
67020
67147
  handleQuit: function handleQuit() {
67021
67148
  var _this6 = this;
@@ -67090,10 +67217,10 @@ var events = [function (tabs, index, that) {
67090
67217
  }).catch(function (e) {});
67091
67218
  },
67092
67219
 
67093
- /**
67094
- * @desc:主题、消息回调
67095
- * @author huangbo
67096
- * @date 2024年9月7日
67220
+ /**
67221
+ * @desc:主题、消息回调
67222
+ * @author huangbo
67223
+ * @date 2024年9月7日
67097
67224
  **/
67098
67225
  handleChange: function handleChange(res) {
67099
67226
  var type = res.type,
@@ -67109,10 +67236,10 @@ var events = [function (tabs, index, that) {
67109
67236
  }
67110
67237
  },
67111
67238
 
67112
- /**
67113
- * @desc:菜单布局样式切换
67114
- * @author huangbo
67115
- * @date 2024年9月7日
67239
+ /**
67240
+ * @desc:菜单布局样式切换
67241
+ * @author huangbo
67242
+ * @date 2024年9月7日
67116
67243
  **/
67117
67244
  handleLayout: function handleLayout(res, active) {
67118
67245
  if (active) {
@@ -67121,10 +67248,10 @@ var events = [function (tabs, index, that) {
67121
67248
  this.$emit('chang-layout', res, active);
67122
67249
  },
67123
67250
 
67124
- /**
67125
- * @desc:消息修改总数
67126
- * @author huangbo
67127
- * @date 2024年9月7日
67251
+ /**
67252
+ * @desc:消息修改总数
67253
+ * @author huangbo
67254
+ * @date 2024年9月7日
67128
67255
  **/
67129
67256
  handleMenuTips: function handleMenuTips(id, num) {
67130
67257
  if (num) {
@@ -67135,10 +67262,10 @@ var events = [function (tabs, index, that) {
67135
67262
  }
67136
67263
  },
67137
67264
 
67138
- /**
67139
- * @desc:处理即时消息
67140
- * @author huangbo
67141
- * @date 2024年9月7日
67265
+ /**
67266
+ * @desc:处理即时消息
67267
+ * @author huangbo
67268
+ * @date 2024年9月7日
67142
67269
  **/
67143
67270
  handleOpened: function handleOpened(res) {
67144
67271
  var _this7 = this;
@@ -67262,11 +67389,11 @@ var events = [function (tabs, index, that) {
67262
67389
 
67263
67390
  var simplicity_component = normalizeComponent(
67264
67391
  src_simplicityvue_type_script_lang_js_,
67265
- simplicityvue_type_template_id_4e5969e0_scoped_true_render,
67266
- simplicityvue_type_template_id_4e5969e0_scoped_true_staticRenderFns,
67392
+ simplicityvue_type_template_id_60bf1a32_scoped_true_render,
67393
+ simplicityvue_type_template_id_60bf1a32_scoped_true_staticRenderFns,
67267
67394
  false,
67268
67395
  null,
67269
- "4e5969e0",
67396
+ "60bf1a32",
67270
67397
  null
67271
67398
 
67272
67399
  )
@@ -67830,8 +67957,8 @@ defaultvue_type_template_id_377c361a_render._withStripped = true
67830
67957
 
67831
67958
  // CONCATENATED MODULE: ./packages/main/src/default/index.vue?vue&type=template&id=377c361a&
67832
67959
 
67833
- // 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=14b0e976&
67834
- var userinfovue_type_template_id_14b0e976_render = function () {
67960
+ // 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=138be27a&
67961
+ var userinfovue_type_template_id_138be27a_render = function () {
67835
67962
  var _vm = this
67836
67963
  var _h = _vm.$createElement
67837
67964
  var _c = _vm._self._c || _h
@@ -67847,14 +67974,14 @@ var userinfovue_type_template_id_14b0e976_render = function () {
67847
67974
  2
67848
67975
  )
67849
67976
  }
67850
- var userinfovue_type_template_id_14b0e976_staticRenderFns = []
67851
- userinfovue_type_template_id_14b0e976_render._withStripped = true
67977
+ var userinfovue_type_template_id_138be27a_staticRenderFns = []
67978
+ userinfovue_type_template_id_138be27a_render._withStripped = true
67852
67979
 
67853
67980
 
67854
- // CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=14b0e976&
67981
+ // CONCATENATED MODULE: ./packages/main/src/default/userinfo.vue?vue&type=template&id=138be27a&
67855
67982
 
67856
67983
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/default/userinfo.vue?vue&type=script&lang=js&
67857
- var userinfovue_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; };
67984
+ var default_userinfovue_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; };
67858
67985
 
67859
67986
  //
67860
67987
  //
@@ -68114,7 +68241,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
68114
68241
  _this2.checkPasswordMsg = results.checkPasswordMsg;
68115
68242
  }
68116
68243
  _this2.results = results.simpleUserInfo;
68117
- _this2.values = userinfovue_type_script_lang_js_extends({}, _this2.values, results.simpleUserInfo);
68244
+ _this2.values = default_userinfovue_type_script_lang_js_extends({}, _this2.values, results.simpleUserInfo);
68118
68245
  // this.values.orgName = results.simpleUserInfo.orgName;
68119
68246
  // this.values.depName = results.simpleUserInfo.depName;
68120
68247
  // this.values.idCard = results.simpleUserInfo.idCard;
@@ -68175,8 +68302,7 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
68175
68302
  } else {
68176
68303
  _this3.$message({
68177
68304
  message: res.msg || '系统错误,请联系管理员!',
68178
- type: 'error',
68179
- duration: 1500
68305
+ type: 'error'
68180
68306
  });
68181
68307
  }
68182
68308
  }).catch(function (err) {
@@ -68311,8 +68437,8 @@ var userinfovue_type_script_lang_js_extends = Object.assign || function (target)
68311
68437
 
68312
68438
  var default_userinfo_component = normalizeComponent(
68313
68439
  src_default_userinfovue_type_script_lang_js_,
68314
- userinfovue_type_template_id_14b0e976_render,
68315
- userinfovue_type_template_id_14b0e976_staticRenderFns,
68440
+ userinfovue_type_template_id_138be27a_render,
68441
+ userinfovue_type_template_id_138be27a_staticRenderFns,
68316
68442
  false,
68317
68443
  null,
68318
68444
  null,
@@ -71406,8 +71532,6 @@ function src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys) { va
71406
71532
  mounted: function mounted() {
71407
71533
  var _this = this;
71408
71534
 
71409
- console.log('params', this.$refs, this.$refs.main);
71410
-
71411
71535
  var token = utils_util["a" /* default */].getStorage('token') || utils_util["a" /* default */].getStorage('Authorization');
71412
71536
  this.isLogin = token ? true : this.isLogin;
71413
71537
  if (!token && Object.prototype.hasOwnProperty.call(this.params, 'serverId') && Object.prototype.hasOwnProperty.call(this.params, 'authType')) {
@@ -71733,8 +71857,8 @@ function src_mainvue_type_script_lang_js_objectWithoutProperties(obj, keys) { va
71733
71857
 
71734
71858
  var main_src_main_component = normalizeComponent(
71735
71859
  packages_main_src_mainvue_type_script_lang_js_,
71736
- mainvue_type_template_id_88d82eac_render,
71737
- mainvue_type_template_id_88d82eac_staticRenderFns,
71860
+ mainvue_type_template_id_b0817718_render,
71861
+ mainvue_type_template_id_b0817718_staticRenderFns,
71738
71862
  false,
71739
71863
  null,
71740
71864
  null,
@@ -74303,19 +74427,19 @@ var QRCode = __webpack_require__(24);
74303
74427
  //设置logo大小
74304
74428
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
74305
74429
  //设置获取的logo将其变为圆角以及添加白色背景
74306
- /* ctx.fillStyle = "#fff";
74307
- ctx.beginPath();
74308
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74309
- let w = 46; //圆角宽
74310
- let x = logoPosition - 5;
74311
- let y = logoPosition - 5;
74312
- let r = 5; //圆角半径
74313
- ctx.moveTo(x + r, y);
74314
- ctx.arcTo(x + w, y, x + w, y + h, r);
74315
- ctx.arcTo(x + w, y + h, x, y + h, r);
74316
- ctx.arcTo(x, y + h, x, y, r);
74317
- ctx.arcTo(x, y, x + w, y, r);
74318
- ctx.closePath();
74430
+ /* ctx.fillStyle = "#fff";
74431
+ ctx.beginPath();
74432
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
74433
+ let w = 46; //圆角宽
74434
+ let x = logoPosition - 5;
74435
+ let y = logoPosition - 5;
74436
+ let r = 5; //圆角半径
74437
+ ctx.moveTo(x + r, y);
74438
+ ctx.arcTo(x + w, y, x + w, y + h, r);
74439
+ ctx.arcTo(x + w, y + h, x, y + h, r);
74440
+ ctx.arcTo(x, y + h, x, y, r);
74441
+ ctx.arcTo(x, y, x + w, y, r);
74442
+ ctx.closePath();
74319
74443
  ctx.fill(); */
74320
74444
  logo.onload = function () {
74321
74445
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -75904,7 +76028,6 @@ function select_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, key
75904
76028
  } else {
75905
76029
  dom = [this.getLabel(this.models, this.results)];
75906
76030
  }
75907
- console.log('dom', dom);
75908
76031
  return h('div', {
75909
76032
  class: [{
75910
76033
  'es-plain': this.plain,
@@ -92411,7 +92534,7 @@ if (typeof window !== 'undefined' && window.Vue) {
92411
92534
  }
92412
92535
 
92413
92536
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
92414
- version: '0.6.95',
92537
+ version: '0.6.97',
92415
92538
  install: install,
92416
92539
  Button: packages_button,
92417
92540
  ButtonGroup: button_group,