eoss-ui 0.8.7 → 0.8.8

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 (238) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +928 -757
  3. package/lib/flow.js +393 -222
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +283 -283
  6. package/lib/qr-code.js +13 -13
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/lib/theme-chalk/login.css +1 -1
  9. package/package.json +1 -1
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/plugin.js +915 -915
  16. package/packages/card/index.js +5 -5
  17. package/packages/card/src/main.vue +156 -156
  18. package/packages/cascader/index.js +5 -5
  19. package/packages/cascader/src/main.vue +168 -168
  20. package/packages/checkbox-group/index.js +5 -5
  21. package/packages/checkbox-group/src/main.vue +333 -333
  22. package/packages/clients/index.js +5 -5
  23. package/packages/data-table/index.js +5 -5
  24. package/packages/data-table/src/children.vue +46 -46
  25. package/packages/data-table/src/main.vue +1876 -1876
  26. package/packages/data-table/src/sizer.vue +195 -195
  27. package/packages/data-table-form/index.js +5 -5
  28. package/packages/data-table-form/src/checkbox.vue +101 -101
  29. package/packages/data-table-form/src/colgroup.vue +17 -17
  30. package/packages/data-table-form/src/main.vue +181 -181
  31. package/packages/data-table-form/src/radio.vue +65 -65
  32. package/packages/data-table-form/src/table.vue +233 -233
  33. package/packages/data-table-form/src/tbody.vue +336 -336
  34. package/packages/data-table-form/src/thead.vue +68 -68
  35. package/packages/date-picker/index.js +5 -5
  36. package/packages/date-picker/src/main.vue +236 -236
  37. package/packages/dialog/index.js +5 -5
  38. package/packages/enable-drag/index.js +5 -5
  39. package/packages/enterprise/index.js +5 -5
  40. package/packages/enterprise/src/main.vue +66 -66
  41. package/packages/error-page/index.js +5 -5
  42. package/packages/error-page/src/main.vue +44 -44
  43. package/packages/flow/index.js +5 -5
  44. package/packages/flow/src/component/Circulate.vue +5 -3
  45. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  46. package/packages/flow/src/component/TimeLimit.vue +190 -190
  47. package/packages/flow/src/component/taskUnionExamine.vue +4 -2
  48. package/packages/flow/src/freeStartFlow.vue +55 -12
  49. package/packages/flow/src/main.vue +4201 -4165
  50. package/packages/flow/src/processForm.vue +1717 -1711
  51. package/packages/flow/src/processReject.vue +3 -1
  52. package/packages/flow/src/reset.vue +10 -4
  53. package/packages/flow/src/startTaskRead.vue +5 -2
  54. package/packages/flow/src/supervise.vue +16 -13
  55. package/packages/flow-group/index.js +5 -5
  56. package/packages/flow-group/src/main.vue +750 -750
  57. package/packages/flow-list/index.js +5 -5
  58. package/packages/form/index.js +5 -5
  59. package/packages/handle-user/index.js +5 -5
  60. package/packages/handle-user/src/main.vue +137 -137
  61. package/packages/handler/index.js +5 -5
  62. package/packages/handler/src/main.vue +499 -499
  63. package/packages/icon/index.js +5 -5
  64. package/packages/icons/index.js +5 -5
  65. package/packages/icons/src/main.vue +81 -81
  66. package/packages/input/index.js +5 -5
  67. package/packages/input/src/main.vue +356 -356
  68. package/packages/input-number/index.js +5 -5
  69. package/packages/input-number/src/main.vue +106 -106
  70. package/packages/label/index.js +5 -5
  71. package/packages/label/src/main.vue +457 -457
  72. package/packages/layout/index.js +5 -5
  73. package/packages/layout/src/item.vue +152 -152
  74. package/packages/layout/src/main.vue +31 -31
  75. package/packages/login/index.js +5 -5
  76. package/packages/login/src/main.vue +2088 -2088
  77. package/packages/main/index.js +5 -5
  78. package/packages/main/src/default/message.vue +249 -249
  79. package/packages/main/src/default/notice.vue +157 -157
  80. package/packages/main/src/default/userinfo.vue +513 -513
  81. package/packages/main/src/simplicity/index.vue +2335 -2335
  82. package/packages/main/src/simplicity/lists.vue +84 -84
  83. package/packages/main/src/simplicity/router-page.vue +45 -45
  84. package/packages/main/src/simplicity/userinfo.vue +408 -408
  85. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  86. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  87. package/packages/menu/index.js +5 -5
  88. package/packages/nav/index.js +5 -5
  89. package/packages/notify/index.js +5 -5
  90. package/packages/notify/src/main.vue +538 -538
  91. package/packages/page/index.js +5 -5
  92. package/packages/page/src/main.vue +167 -167
  93. package/packages/pagination/index.js +5 -5
  94. package/packages/pagination/src/main.vue +96 -96
  95. package/packages/player/index.js +5 -5
  96. package/packages/player/src/main.vue +194 -194
  97. package/packages/qr-code/index.js +5 -5
  98. package/packages/qr-code/src/main.vue +170 -170
  99. package/packages/radio-group/index.js +6 -6
  100. package/packages/radio-group/src/main.vue +319 -319
  101. package/packages/retrial-auth/index.js +5 -5
  102. package/packages/retrial-auth/src/main.vue +299 -299
  103. package/packages/select/index.js +5 -5
  104. package/packages/select-ganged/index.js +5 -5
  105. package/packages/select-ganged/src/main.vue +724 -724
  106. package/packages/selector/index.js +5 -5
  107. package/packages/selector-panel/index.js +5 -5
  108. package/packages/selector-panel/src/tree.vue +129 -129
  109. package/packages/sizer/index.js +5 -5
  110. package/packages/sizer/src/main.vue +254 -254
  111. package/packages/steps/index.js +5 -5
  112. package/packages/steps/src/main.vue +181 -181
  113. package/packages/switch/index.js +5 -5
  114. package/packages/table-form/index.js +5 -5
  115. package/packages/tabs/index.js +5 -5
  116. package/packages/tabs/src/main.vue +788 -788
  117. package/packages/tabs-panel/index.js +5 -5
  118. package/packages/tabs-panel/src/main.vue +29 -29
  119. package/packages/theme-chalk/gulpfile.js +25 -0
  120. package/packages/theme-chalk/src/base.scss +261 -261
  121. package/packages/theme-chalk/src/button-group.scss +176 -176
  122. package/packages/theme-chalk/src/button.scss +24 -24
  123. package/packages/theme-chalk/src/calendar.scss +113 -113
  124. package/packages/theme-chalk/src/card.scss +99 -99
  125. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  126. package/packages/theme-chalk/src/clients.scss +87 -87
  127. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  128. package/packages/theme-chalk/src/date-picker.scss +7 -7
  129. package/packages/theme-chalk/src/dialog.scss +77 -77
  130. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  131. package/packages/theme-chalk/src/enterprise.scss +5 -5
  132. package/packages/theme-chalk/src/error-page.scss +18 -18
  133. package/packages/theme-chalk/src/flow-group.scss +110 -110
  134. package/packages/theme-chalk/src/handle-user.scss +40 -40
  135. package/packages/theme-chalk/src/icons.scss +99 -99
  136. package/packages/theme-chalk/src/input.scss +9 -9
  137. package/packages/theme-chalk/src/label.scss +24 -24
  138. package/packages/theme-chalk/src/layout.scss +46 -46
  139. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  140. package/packages/theme-chalk/src/nav.scss +111 -111
  141. package/packages/theme-chalk/src/page.scss +3 -3
  142. package/packages/theme-chalk/src/pagination.scss +29 -29
  143. package/packages/theme-chalk/src/player.scss +9 -9
  144. package/packages/theme-chalk/src/qr-code.scss +17 -17
  145. package/packages/theme-chalk/src/radio-group.scss +9 -9
  146. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  147. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  148. package/packages/theme-chalk/src/select.scss +8 -8
  149. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  150. package/packages/theme-chalk/src/sizer.scss +36 -36
  151. package/packages/theme-chalk/src/steps.scss +88 -88
  152. package/packages/theme-chalk/src/switch.scss +3 -3
  153. package/packages/theme-chalk/src/table-form.scss +1 -1
  154. package/packages/theme-chalk/src/tabs.scss +87 -87
  155. package/packages/theme-chalk/src/tips.scss +7 -7
  156. package/packages/theme-chalk/src/toolbar.scss +179 -179
  157. package/packages/theme-chalk/src/tree-group.scss +72 -72
  158. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  159. package/packages/tips/index.js +5 -5
  160. package/packages/toolbar/index.js +5 -5
  161. package/packages/toolbar/src/main.vue +430 -430
  162. package/packages/tree/index.js +5 -5
  163. package/packages/tree-group/index.js +5 -5
  164. package/packages/upload/index.js +5 -5
  165. package/packages/upload/src/main.vue +1344 -1344
  166. package/packages/upload/src/picture.js +15 -15
  167. package/packages/wujie/index.js +5 -5
  168. package/packages/wxlogin/index.js +5 -5
  169. package/packages/wxlogin/src/main.vue +128 -128
  170. package/src/config/image.js +2 -2
  171. package/src/index.js +1 -1
  172. package/src/utils/bus.js +3 -3
  173. package/src/utils/date-util.js +312 -312
  174. package/src/utils/http.js +50 -50
  175. package/src/utils/store.js +21 -21
  176. package/src/utils/webSocket.js +107 -107
  177. package/packages/theme-chalk/lib/base.css +0 -1
  178. package/packages/theme-chalk/lib/button-group.css +0 -1
  179. package/packages/theme-chalk/lib/button.css +0 -1
  180. package/packages/theme-chalk/lib/calendar.css +0 -1
  181. package/packages/theme-chalk/lib/calogin.css +0 -0
  182. package/packages/theme-chalk/lib/card.css +0 -1
  183. package/packages/theme-chalk/lib/cascader.css +0 -0
  184. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  185. package/packages/theme-chalk/lib/clients.css +0 -1
  186. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  187. package/packages/theme-chalk/lib/data-table.css +0 -1
  188. package/packages/theme-chalk/lib/date-picker.css +0 -1
  189. package/packages/theme-chalk/lib/dialog.css +0 -1
  190. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  191. package/packages/theme-chalk/lib/enterprise.css +0 -1
  192. package/packages/theme-chalk/lib/error-page.css +0 -1
  193. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  194. package/packages/theme-chalk/lib/flow-group.css +0 -1
  195. package/packages/theme-chalk/lib/flow-list.css +0 -1
  196. package/packages/theme-chalk/lib/flow.css +0 -1
  197. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  198. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  199. package/packages/theme-chalk/lib/form.css +0 -1
  200. package/packages/theme-chalk/lib/handle-user.css +0 -1
  201. package/packages/theme-chalk/lib/handler.css +0 -1
  202. package/packages/theme-chalk/lib/icon.css +0 -1
  203. package/packages/theme-chalk/lib/icons.css +0 -1
  204. package/packages/theme-chalk/lib/index.css +0 -1
  205. package/packages/theme-chalk/lib/input-number.css +0 -0
  206. package/packages/theme-chalk/lib/input.css +0 -1
  207. package/packages/theme-chalk/lib/label.css +0 -1
  208. package/packages/theme-chalk/lib/layout.css +0 -1
  209. package/packages/theme-chalk/lib/login.css +0 -1
  210. package/packages/theme-chalk/lib/main.css +0 -1
  211. package/packages/theme-chalk/lib/menu.css +0 -1
  212. package/packages/theme-chalk/lib/nav.css +0 -1
  213. package/packages/theme-chalk/lib/notify.css +0 -0
  214. package/packages/theme-chalk/lib/page.css +0 -1
  215. package/packages/theme-chalk/lib/pagination.css +0 -1
  216. package/packages/theme-chalk/lib/player.css +0 -1
  217. package/packages/theme-chalk/lib/qr-code.css +0 -1
  218. package/packages/theme-chalk/lib/radio-group.css +0 -1
  219. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  220. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  221. package/packages/theme-chalk/lib/select.css +0 -1
  222. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  223. package/packages/theme-chalk/lib/selector.css +0 -1
  224. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  225. package/packages/theme-chalk/lib/simplicity.css +0 -1
  226. package/packages/theme-chalk/lib/sizer.css +0 -1
  227. package/packages/theme-chalk/lib/steps.css +0 -1
  228. package/packages/theme-chalk/lib/switch.css +0 -1
  229. package/packages/theme-chalk/lib/table-form.css +0 -0
  230. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  231. package/packages/theme-chalk/lib/tabs.css +0 -1
  232. package/packages/theme-chalk/lib/tips.css +0 -1
  233. package/packages/theme-chalk/lib/toolbar.css +0 -1
  234. package/packages/theme-chalk/lib/tree-group.css +0 -1
  235. package/packages/theme-chalk/lib/tree.css +0 -1
  236. package/packages/theme-chalk/lib/upload.css +0 -1
  237. package/packages/theme-chalk/lib/wujie.css +0 -0
  238. package/packages/theme-chalk/lib/wxlogin.css +0 -1
@@ -6913,8 +6913,8 @@ function plugin_asyncToGenerator(fn) { return function () { var gen = fn.apply(t
6913
6913
 
6914
6914
  function plugin_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6915
6915
 
6916
- /**
6917
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6916
+ /**
6917
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6918
6918
  */
6919
6919
  var plugin_CA_ExtInterface = function () {
6920
6920
  function CA_ExtInterface() {
@@ -6927,11 +6927,11 @@ var plugin_CA_ExtInterface = function () {
6927
6927
  this.init();
6928
6928
  }
6929
6929
 
6930
- /**
6931
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
- * @param {Object} target - 目标对象
6934
- * @param {Object} options - 新的选项对象
6930
+ /**
6931
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6932
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6933
+ * @param {Object} target - 目标对象
6934
+ * @param {Object} options - 新的选项对象
6935
6935
  */
6936
6936
 
6937
6937
 
@@ -6946,8 +6946,8 @@ var plugin_CA_ExtInterface = function () {
6946
6946
  }
6947
6947
  };
6948
6948
 
6949
- /**
6950
- * 检查当前会话的 WebSocket URL
6949
+ /**
6950
+ * 检查当前会话的 WebSocket URL
6951
6951
  */
6952
6952
 
6953
6953
 
@@ -6961,8 +6961,8 @@ var plugin_CA_ExtInterface = function () {
6961
6961
  }
6962
6962
  };
6963
6963
 
6964
- /**
6965
- * 检查是否使用 ActiveX
6964
+ /**
6965
+ * 检查是否使用 ActiveX
6966
6966
  */
6967
6967
 
6968
6968
 
@@ -6974,11 +6974,11 @@ var plugin_CA_ExtInterface = function () {
6974
6974
  }
6975
6975
  };
6976
6976
 
6977
- /**
6978
- * 扩展发送消息并等待响应
6979
- * @param {string} operatorCmd - 操作命令
6980
- * @param {string} sendMsg - 发送的消息
6981
- * @returns {string} 响应消息
6977
+ /**
6978
+ * 扩展发送消息并等待响应
6979
+ * @param {string} operatorCmd - 操作命令
6980
+ * @param {string} sendMsg - 发送的消息
6981
+ * @returns {string} 响应消息
6982
6982
  */
6983
6983
 
6984
6984
 
@@ -7011,11 +7011,11 @@ var plugin_CA_ExtInterface = function () {
7011
7011
  return sendAndWaitMessageEx;
7012
7012
  }();
7013
7013
 
7014
- /**
7015
- * 发送消息并等待响应
7016
- * @param {string} wsurl - WebSocket URL
7017
- * @param {string} sendMsg - 发送的消息
7018
- * @returns {string} 响应消息
7014
+ /**
7015
+ * 发送消息并等待响应
7016
+ * @param {string} wsurl - WebSocket URL
7017
+ * @param {string} sendMsg - 发送的消息
7018
+ * @returns {string} 响应消息
7019
7019
  */
7020
7020
 
7021
7021
 
@@ -7039,9 +7039,9 @@ var plugin_CA_ExtInterface = function () {
7039
7039
  }
7040
7040
  };
7041
7041
 
7042
- /**
7043
- * 配置选项
7044
- * @param {Object} extendOption - 扩展选项
7042
+ /**
7043
+ * 配置选项
7044
+ * @param {Object} extendOption - 扩展选项
7045
7045
  */
7046
7046
 
7047
7047
 
@@ -7051,8 +7051,8 @@ var plugin_CA_ExtInterface = function () {
7051
7051
  }
7052
7052
  };
7053
7053
 
7054
- /**
7055
- * 初始化
7054
+ /**
7055
+ * 初始化
7056
7056
  */
7057
7057
 
7058
7058
 
@@ -7060,9 +7060,9 @@ var plugin_CA_ExtInterface = function () {
7060
7060
  this.isUseActioveX();
7061
7061
  };
7062
7062
 
7063
- /**
7064
- * 返回客户端的版本
7065
- * @returns {string} 客户端版本
7063
+ /**
7064
+ * 返回客户端的版本
7065
+ * @returns {string} 客户端版本
7066
7066
  */
7067
7067
 
7068
7068
 
@@ -7075,13 +7075,13 @@ var plugin_CA_ExtInterface = function () {
7075
7075
  }
7076
7076
  };
7077
7077
 
7078
- /**
7079
- * 下载客户端程序并安装
7080
- * @param {string} bstrURL - 下载地址
7081
- * @param {string} bstrHashValue - 哈希值
7082
- * @param {boolean} bSync - 是否同步安装
7083
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
- * @returns {number} 安装结果
7078
+ /**
7079
+ * 下载客户端程序并安装
7080
+ * @param {string} bstrURL - 下载地址
7081
+ * @param {string} bstrHashValue - 哈希值
7082
+ * @param {boolean} bSync - 是否同步安装
7083
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
7084
+ * @returns {number} 安装结果
7085
7085
  */
7086
7086
 
7087
7087
 
@@ -7095,11 +7095,11 @@ var plugin_CA_ExtInterface = function () {
7095
7095
  }
7096
7096
  };
7097
7097
 
7098
- /**
7099
- * 获取硬件指纹信息
7100
- * @param {number} dwSign - 签名
7101
- * @param {string} strGateWayIP - 网关 IP
7102
- * @returns {string} 硬件指纹信息
7098
+ /**
7099
+ * 获取硬件指纹信息
7100
+ * @param {number} dwSign - 签名
7101
+ * @param {string} strGateWayIP - 网关 IP
7102
+ * @returns {string} 硬件指纹信息
7103
7103
  */
7104
7104
 
7105
7105
 
@@ -7113,12 +7113,12 @@ var plugin_CA_ExtInterface = function () {
7113
7113
  }
7114
7114
  };
7115
7115
 
7116
- /**
7117
- * 设置转发策略和代填策略
7118
- * @param {string} strProxyPolicy - 转发策略
7119
- * @param {string} strSSOPolicy - 代填策略
7120
- * @param {string} strGatewayAddress - 网关地址
7121
- * @returns {number} 设置结果
7116
+ /**
7117
+ * 设置转发策略和代填策略
7118
+ * @param {string} strProxyPolicy - 转发策略
7119
+ * @param {string} strSSOPolicy - 代填策略
7120
+ * @param {string} strGatewayAddress - 网关地址
7121
+ * @returns {number} 设置结果
7122
7122
  */
7123
7123
 
7124
7124
 
@@ -7132,11 +7132,11 @@ var plugin_CA_ExtInterface = function () {
7132
7132
  }
7133
7133
  };
7134
7134
 
7135
- /**
7136
- * 启动认证信息模块
7137
- * @param {string} strFileName - 文件名
7138
- * @param {string} strXmlData - XML 数据
7139
- * @returns {string} 认证信息
7135
+ /**
7136
+ * 启动认证信息模块
7137
+ * @param {string} strFileName - 文件名
7138
+ * @param {string} strXmlData - XML 数据
7139
+ * @returns {string} 认证信息
7140
7140
  */
7141
7141
 
7142
7142
 
@@ -7150,10 +7150,10 @@ var plugin_CA_ExtInterface = function () {
7150
7150
  }
7151
7151
  };
7152
7152
 
7153
- /**
7154
- * 打开 BS 应用
7155
- * @param {string} strUrl - 应用 URL
7156
- * @returns {number} 打开结果
7153
+ /**
7154
+ * 打开 BS 应用
7155
+ * @param {string} strUrl - 应用 URL
7156
+ * @returns {number} 打开结果
7157
7157
  */
7158
7158
 
7159
7159
 
@@ -7167,12 +7167,12 @@ var plugin_CA_ExtInterface = function () {
7167
7167
  }
7168
7168
  };
7169
7169
 
7170
- /**
7171
- * 打开 CS 应用
7172
- * @param {string} strGatewayAddress - 网关地址
7173
- * @param {string} strAppFlag - 应用标识
7174
- * @param {string} strAppPath - 应用路径
7175
- * @returns {number} 打开结果
7170
+ /**
7171
+ * 打开 CS 应用
7172
+ * @param {string} strGatewayAddress - 网关地址
7173
+ * @param {string} strAppFlag - 应用标识
7174
+ * @param {string} strAppPath - 应用路径
7175
+ * @returns {number} 打开结果
7176
7176
  */
7177
7177
 
7178
7178
 
@@ -7186,13 +7186,13 @@ var plugin_CA_ExtInterface = function () {
7186
7186
  }
7187
7187
  };
7188
7188
 
7189
- /**
7190
- * 设置自动更新策略
7191
- * @param {string} strGatewayAddress - 网关地址
7192
- * @param {number} nGatewayPort - 网关端口
7193
- * @param {string} strUserToken - 用户令牌
7194
- * @param {number} updatedelay - 更新延迟
7195
- * @returns {number} 设置结果
7189
+ /**
7190
+ * 设置自动更新策略
7191
+ * @param {string} strGatewayAddress - 网关地址
7192
+ * @param {number} nGatewayPort - 网关端口
7193
+ * @param {string} strUserToken - 用户令牌
7194
+ * @param {number} updatedelay - 更新延迟
7195
+ * @returns {number} 设置结果
7196
7196
  */
7197
7197
 
7198
7198
 
@@ -7206,10 +7206,10 @@ var plugin_CA_ExtInterface = function () {
7206
7206
  }
7207
7207
  };
7208
7208
 
7209
- /**
7210
- * 获取客户端 IP
7211
- * @param {string} strGatewayIP - 网关 IP
7212
- * @returns {string} 客户端 IP
7209
+ /**
7210
+ * 获取客户端 IP
7211
+ * @param {string} strGatewayIP - 网关 IP
7212
+ * @returns {string} 客户端 IP
7213
7213
  */
7214
7214
 
7215
7215
 
@@ -7223,10 +7223,10 @@ var plugin_CA_ExtInterface = function () {
7223
7223
  }
7224
7224
  };
7225
7225
 
7226
- /**
7227
- * 登出网关
7228
- * @param {string} strServerIP - 服务器 IP
7229
- * @returns {number} 登出结果
7226
+ /**
7227
+ * 登出网关
7228
+ * @param {string} strServerIP - 服务器 IP
7229
+ * @returns {number} 登出结果
7230
7230
  */
7231
7231
 
7232
7232
 
@@ -7240,11 +7240,11 @@ var plugin_CA_ExtInterface = function () {
7240
7240
  }
7241
7241
  };
7242
7242
 
7243
- /**
7244
- * 运行安装包
7245
- * @param {number} lRunType - 运行类型
7246
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
- * @returns {number} 运行结果
7243
+ /**
7244
+ * 运行安装包
7245
+ * @param {number} lRunType - 运行类型
7246
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
7247
+ * @returns {number} 运行结果
7248
7248
  */
7249
7249
 
7250
7250
 
@@ -7258,9 +7258,9 @@ var plugin_CA_ExtInterface = function () {
7258
7258
  }
7259
7259
  };
7260
7260
 
7261
- /**
7262
- * 获取下载进度
7263
- * @returns {number} 下载进度
7261
+ /**
7262
+ * 获取下载进度
7263
+ * @returns {number} 下载进度
7264
7264
  */
7265
7265
 
7266
7266
 
@@ -7274,9 +7274,9 @@ var plugin_CA_ExtInterface = function () {
7274
7274
  }
7275
7275
  };
7276
7276
 
7277
- /**
7278
- * 是否安装完成
7279
- * @returns {boolean} 安装完成状态
7277
+ /**
7278
+ * 是否安装完成
7279
+ * @returns {boolean} 安装完成状态
7280
7280
  */
7281
7281
 
7282
7282
 
@@ -7290,11 +7290,11 @@ var plugin_CA_ExtInterface = function () {
7290
7290
  }
7291
7291
  };
7292
7292
 
7293
- /**
7294
- * 初始化签包对象
7295
- * @param {string} strAlgType - 算法类型
7296
- * @param {string} strAuxParam - 辅助参数
7297
- * @returns {number} 初始化结果
7293
+ /**
7294
+ * 初始化签包对象
7295
+ * @param {string} strAlgType - 算法类型
7296
+ * @param {string} strAuxParam - 辅助参数
7297
+ * @returns {number} 初始化结果
7298
7298
  */
7299
7299
 
7300
7300
 
@@ -7308,10 +7308,10 @@ var plugin_CA_ExtInterface = function () {
7308
7308
  }
7309
7309
  };
7310
7310
 
7311
- /**
7312
- * 设置摘要算法
7313
- * @param {string} strDigestAlg - 摘要算法
7314
- * @returns {number} 设置结果
7311
+ /**
7312
+ * 设置摘要算法
7313
+ * @param {string} strDigestAlg - 摘要算法
7314
+ * @returns {number} 设置结果
7315
7315
  */
7316
7316
 
7317
7317
 
@@ -7325,10 +7325,10 @@ var plugin_CA_ExtInterface = function () {
7325
7325
  }
7326
7326
  };
7327
7327
 
7328
- /**
7329
- * 设置单证书是否弹出对话框
7330
- * @param {number} isChoose - 是否弹出对话框
7331
- * @returns {number} 设置结果
7328
+ /**
7329
+ * 设置单证书是否弹出对话框
7330
+ * @param {number} isChoose - 是否弹出对话框
7331
+ * @returns {number} 设置结果
7332
7332
  */
7333
7333
 
7334
7334
 
@@ -7342,11 +7342,11 @@ var plugin_CA_ExtInterface = function () {
7342
7342
  }
7343
7343
  };
7344
7344
 
7345
- /**
7346
- * 添加证书过滤条件
7347
- * @param {number} ulType - 过滤类型
7348
- * @param {string} strValue - 过滤值
7349
- * @returns {number} 添加结果
7345
+ /**
7346
+ * 添加证书过滤条件
7347
+ * @param {number} ulType - 过滤类型
7348
+ * @param {string} strValue - 过滤值
7349
+ * @returns {number} 添加结果
7350
7350
  */
7351
7351
 
7352
7352
 
@@ -7360,9 +7360,9 @@ var plugin_CA_ExtInterface = function () {
7360
7360
  }
7361
7361
  };
7362
7362
 
7363
- /**
7364
- * 清除所有过滤条件
7365
- * @returns {number} 清除结果
7363
+ /**
7364
+ * 清除所有过滤条件
7365
+ * @returns {number} 清除结果
7366
7366
  */
7367
7367
 
7368
7368
 
@@ -7376,10 +7376,10 @@ var plugin_CA_ExtInterface = function () {
7376
7376
  }
7377
7377
  };
7378
7378
 
7379
- /**
7380
- * P1 签名
7381
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
- * @returns {string} 签名结果
7379
+ /**
7380
+ * P1 签名
7381
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7382
+ * @returns {string} 签名结果
7383
7383
  */
7384
7384
 
7385
7385
 
@@ -7393,10 +7393,10 @@ var plugin_CA_ExtInterface = function () {
7393
7393
  }
7394
7394
  };
7395
7395
 
7396
- /**
7397
- * P1 签名字符串
7398
- * @param {string} strValue - 待签名的字符串
7399
- * @returns {string} 签名结果
7396
+ /**
7397
+ * P1 签名字符串
7398
+ * @param {string} strValue - 待签名的字符串
7399
+ * @returns {string} 签名结果
7400
7400
  */
7401
7401
 
7402
7402
 
@@ -7410,12 +7410,12 @@ var plugin_CA_ExtInterface = function () {
7410
7410
  }
7411
7411
  };
7412
7412
 
7413
- /**
7414
- * P7 签名
7415
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
- * @param {boolean} isDetach - 是否分离签名
7417
- * @param {boolean} isIncludeCert - 是否包含证书
7418
- * @returns {string} 签名结果
7413
+ /**
7414
+ * P7 签名
7415
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
7416
+ * @param {boolean} isDetach - 是否分离签名
7417
+ * @param {boolean} isIncludeCert - 是否包含证书
7418
+ * @returns {string} 签名结果
7419
7419
  */
7420
7420
 
7421
7421
 
@@ -7429,12 +7429,12 @@ var plugin_CA_ExtInterface = function () {
7429
7429
  }
7430
7430
  };
7431
7431
 
7432
- /**
7433
- * P7 签名字符串
7434
- * @param {string} strValue - 待签名的字符串
7435
- * @param {boolean} isDetach - 是否分离签名
7436
- * @param {boolean} isIncludeCert - 是否包含证书
7437
- * @returns {string} 签名结果
7432
+ /**
7433
+ * P7 签名字符串
7434
+ * @param {string} strValue - 待签名的字符串
7435
+ * @param {boolean} isDetach - 是否分离签名
7436
+ * @param {boolean} isIncludeCert - 是否包含证书
7437
+ * @returns {string} 签名结果
7438
7438
  */
7439
7439
 
7440
7440
 
@@ -7448,9 +7448,9 @@ var plugin_CA_ExtInterface = function () {
7448
7448
  }
7449
7449
  };
7450
7450
 
7451
- /**
7452
- * 释放签名对象
7453
- * @returns {number} 释放结果
7451
+ /**
7452
+ * 释放签名对象
7453
+ * @returns {number} 释放结果
7454
7454
  */
7455
7455
 
7456
7456
 
@@ -7464,9 +7464,9 @@ var plugin_CA_ExtInterface = function () {
7464
7464
  }
7465
7465
  };
7466
7466
 
7467
- /**
7468
- * 获取签名版本
7469
- * @returns {string} 签名版本
7467
+ /**
7468
+ * 获取签名版本
7469
+ * @returns {string} 签名版本
7470
7470
  */
7471
7471
 
7472
7472
 
@@ -7480,9 +7480,9 @@ var plugin_CA_ExtInterface = function () {
7480
7480
  }
7481
7481
  };
7482
7482
 
7483
- /**
7484
- * 获取签名证书
7485
- * @returns {string} 签名证书
7483
+ /**
7484
+ * 获取签名证书
7485
+ * @returns {string} 签名证书
7486
7486
  */
7487
7487
 
7488
7488
 
@@ -7496,9 +7496,9 @@ var plugin_CA_ExtInterface = function () {
7496
7496
  }
7497
7497
  };
7498
7498
 
7499
- /**
7500
- * 获取错误码
7501
- * @returns {number} 错误码
7499
+ /**
7500
+ * 获取错误码
7501
+ * @returns {number} 错误码
7502
7502
  */
7503
7503
 
7504
7504
 
@@ -7512,9 +7512,9 @@ var plugin_CA_ExtInterface = function () {
7512
7512
  }
7513
7513
  };
7514
7514
 
7515
- /**
7516
- * 获取错误信息
7517
- * @returns {string} 错误信息
7515
+ /**
7516
+ * 获取错误信息
7517
+ * @returns {string} 错误信息
7518
7518
  */
7519
7519
 
7520
7520
 
@@ -7528,9 +7528,9 @@ var plugin_CA_ExtInterface = function () {
7528
7528
  }
7529
7529
  };
7530
7530
 
7531
- /**
7532
- * 销毁认证对象
7533
- * @returns {number} 销毁结果
7531
+ /**
7532
+ * 销毁认证对象
7533
+ * @returns {number} 销毁结果
7534
7534
  */
7535
7535
 
7536
7536
 
@@ -7544,9 +7544,9 @@ var plugin_CA_ExtInterface = function () {
7544
7544
  }
7545
7545
  };
7546
7546
 
7547
- /**
7548
- * 获取证书类型
7549
- * @returns {string} 证书类型
7547
+ /**
7548
+ * 获取证书类型
7549
+ * @returns {string} 证书类型
7550
7550
  */
7551
7551
 
7552
7552
 
@@ -7560,9 +7560,9 @@ var plugin_CA_ExtInterface = function () {
7560
7560
  }
7561
7561
  };
7562
7562
 
7563
- /**
7564
- * 获取签名摘要算法
7565
- * @returns {string} 签名摘要算法
7563
+ /**
7564
+ * 获取签名摘要算法
7565
+ * @returns {string} 签名摘要算法
7566
7566
  */
7567
7567
 
7568
7568
 
@@ -7576,11 +7576,11 @@ var plugin_CA_ExtInterface = function () {
7576
7576
  }
7577
7577
  };
7578
7578
 
7579
- /**
7580
- * 使能调用序列
7581
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
- * @returns {number} 使能结果
7579
+ /**
7580
+ * 使能调用序列
7581
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
7582
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
7583
+ * @returns {number} 使能结果
7584
7584
  */
7585
7585
 
7586
7586
 
@@ -7594,9 +7594,9 @@ var plugin_CA_ExtInterface = function () {
7594
7594
  }
7595
7595
  };
7596
7596
 
7597
- /**
7598
- * 清空调用序列结果
7599
- * @returns {number} 清空调用序列结果
7597
+ /**
7598
+ * 清空调用序列结果
7599
+ * @returns {number} 清空调用序列结果
7600
7600
  */
7601
7601
 
7602
7602
 
@@ -7610,9 +7610,9 @@ var plugin_CA_ExtInterface = function () {
7610
7610
  }
7611
7611
  };
7612
7612
 
7613
- /**
7614
- * 获取调用序列结果
7615
- * @returns {string} 调用序列结果
7613
+ /**
7614
+ * 获取调用序列结果
7615
+ * @returns {string} 调用序列结果
7616
7616
  */
7617
7617
 
7618
7618
 
@@ -7626,12 +7626,12 @@ var plugin_CA_ExtInterface = function () {
7626
7626
  }
7627
7627
  };
7628
7628
 
7629
- /**
7630
- * 客户端安全策略检查
7631
- * @param {string} strGatewayAddress - 网关地址
7632
- * @param {number} usGatewayPort - 网关端口
7633
- * @param {string} strSecurityPolicys - 安全策略
7634
- * @returns {boolean} 检查结果
7629
+ /**
7630
+ * 客户端安全策略检查
7631
+ * @param {string} strGatewayAddress - 网关地址
7632
+ * @param {number} usGatewayPort - 网关端口
7633
+ * @param {string} strSecurityPolicys - 安全策略
7634
+ * @returns {boolean} 检查结果
7635
7635
  */
7636
7636
 
7637
7637
 
@@ -7645,9 +7645,9 @@ var plugin_CA_ExtInterface = function () {
7645
7645
  }
7646
7646
  };
7647
7647
 
7648
- /**
7649
- * 获取通讯协议版本
7650
- * @returns {string} 通讯协议版本
7648
+ /**
7649
+ * 获取通讯协议版本
7650
+ * @returns {string} 通讯协议版本
7651
7651
  */
7652
7652
 
7653
7653
 
@@ -7661,13 +7661,13 @@ var plugin_CA_ExtInterface = function () {
7661
7661
  }
7662
7662
  };
7663
7663
 
7664
- /**
7665
- * 修改 Key 的 Pin 码
7666
- * @param {string} strCertSn - 证书序列号
7667
- * @param {number} lPinCodeType - Pin 码类型
7668
- * @param {string} strCurPinCode - 当前 Pin 码
7669
- * @param {string} strNewPinCode - 新 Pin 码
7670
- * @returns {number} 修改结果
7664
+ /**
7665
+ * 修改 Key 的 Pin 码
7666
+ * @param {string} strCertSn - 证书序列号
7667
+ * @param {number} lPinCodeType - Pin 码类型
7668
+ * @param {string} strCurPinCode - 当前 Pin 码
7669
+ * @param {string} strNewPinCode - 新 Pin 码
7670
+ * @returns {number} 修改结果
7671
7671
  */
7672
7672
 
7673
7673
 
@@ -7681,10 +7681,10 @@ var plugin_CA_ExtInterface = function () {
7681
7681
  }
7682
7682
  };
7683
7683
 
7684
- /**
7685
- * 等待策略设置完毕
7686
- * @param {string} strGatewayAddress - 网关地址
7687
- * @returns {number} 等待结果
7684
+ /**
7685
+ * 等待策略设置完毕
7686
+ * @param {string} strGatewayAddress - 网关地址
7687
+ * @returns {number} 等待结果
7688
7688
  */
7689
7689
 
7690
7690
 
@@ -7698,10 +7698,10 @@ var plugin_CA_ExtInterface = function () {
7698
7698
  }
7699
7699
  };
7700
7700
 
7701
- /**
7702
- * 获取会话 Token
7703
- * @param {string} strGatewayAddress - 网关地址
7704
- * @returns {string} 会话 Token
7701
+ /**
7702
+ * 获取会话 Token
7703
+ * @param {string} strGatewayAddress - 网关地址
7704
+ * @returns {string} 会话 Token
7705
7705
  */
7706
7706
 
7707
7707
 
@@ -7715,9 +7715,9 @@ var plugin_CA_ExtInterface = function () {
7715
7715
  }
7716
7716
  };
7717
7717
 
7718
- /**
7719
- * 获取控件版本
7720
- * @returns {string} 控件版本
7718
+ /**
7719
+ * 获取控件版本
7720
+ * @returns {string} 控件版本
7721
7721
  */
7722
7722
 
7723
7723
 
@@ -7731,10 +7731,10 @@ var plugin_CA_ExtInterface = function () {
7731
7731
  }
7732
7732
  };
7733
7733
 
7734
- /**
7735
- * 设置语言资源
7736
- * @param {string} strLanguage - 语言资源
7737
- * @returns {number} 设置结果
7734
+ /**
7735
+ * 设置语言资源
7736
+ * @param {string} strLanguage - 语言资源
7737
+ * @returns {number} 设置结果
7738
7738
  */
7739
7739
 
7740
7740
 
@@ -7748,12 +7748,12 @@ var plugin_CA_ExtInterface = function () {
7748
7748
  }
7749
7749
  };
7750
7750
 
7751
- /**
7752
- * 获取用户属性
7753
- * @param {string} strGatewayAddress - 网关地址
7754
- * @param {string} strAppFlag - 应用标识
7755
- * @param {string} strAttributeName - 属性名称
7756
- * @returns {string} 用户属性值
7751
+ /**
7752
+ * 获取用户属性
7753
+ * @param {string} strGatewayAddress - 网关地址
7754
+ * @param {string} strAppFlag - 应用标识
7755
+ * @param {string} strAttributeName - 属性名称
7756
+ * @returns {string} 用户属性值
7757
7757
  */
7758
7758
 
7759
7759
 
@@ -7767,9 +7767,9 @@ var plugin_CA_ExtInterface = function () {
7767
7767
  }
7768
7768
  };
7769
7769
 
7770
- /**
7771
- * 获取签名加密 PIN 码
7772
- * @returns {string} 签名加密 PIN 码
7770
+ /**
7771
+ * 获取签名加密 PIN 码
7772
+ * @returns {string} 签名加密 PIN 码
7773
7773
  */
7774
7774
 
7775
7775
 
@@ -7782,20 +7782,20 @@ var plugin_CA_ExtInterface = function () {
7782
7782
  return result.value;
7783
7783
  }
7784
7784
  };
7785
- /*
7786
- *曙光四川CA
7787
- *'SOF_GetUserList' 证书列表
7788
- *'SOF_ExportUserCert' 导出证书
7789
- *'SOF_GetCertInfo': 获取证书信息
7790
- *'SOF_GenRandom': 生成随机数
7791
- *'SOF_SignData': 获取证书签名
7792
- *'SOF_Login': 登录证书
7793
- *'SOF_GetPinRetryCount': 剩余次数
7785
+ /*
7786
+ *曙光四川CA
7787
+ *'SOF_GetUserList' 证书列表
7788
+ *'SOF_ExportUserCert' 导出证书
7789
+ *'SOF_GetCertInfo': 获取证书信息
7790
+ *'SOF_GenRandom': 生成随机数
7791
+ *'SOF_SignData': 获取证书签名
7792
+ *'SOF_Login': 登录证书
7793
+ *'SOF_GetPinRetryCount': 剩余次数
7794
7794
  */
7795
- /**
7796
- *
7797
- * 获取webSocket消息
7798
- * @returns {string}
7795
+ /**
7796
+ *
7797
+ * 获取webSocket消息
7798
+ * @returns {string}
7799
7799
  */
7800
7800
 
7801
7801
 
@@ -7831,10 +7831,10 @@ var plugin_CA_ExtInterface = function () {
7831
7831
  };
7832
7832
  });
7833
7833
  };
7834
- /**
7835
- *
7836
- * base64解码
7837
- * @returns {string} base64解码后的字符串
7834
+ /**
7835
+ *
7836
+ * base64解码
7837
+ * @returns {string} base64解码后的字符串
7838
7838
  */
7839
7839
 
7840
7840
 
@@ -7869,10 +7869,10 @@ var plugin_CA_ExtInterface = function () {
7869
7869
  val = this.utf8_decode(val);
7870
7870
  return val;
7871
7871
  };
7872
- /**
7873
- *
7874
- * base64编码
7875
- * @returns {string} base64编码后的字符串
7872
+ /**
7873
+ *
7874
+ * base64编码
7875
+ * @returns {string} base64编码后的字符串
7876
7876
  */
7877
7877
 
7878
7878
 
@@ -7905,10 +7905,10 @@ var plugin_CA_ExtInterface = function () {
7905
7905
  }
7906
7906
  return val;
7907
7907
  };
7908
- /**
7909
- *
7910
- * utf8解码
7911
- * @returns {string} utf8解码后的字符串
7908
+ /**
7909
+ *
7910
+ * utf8解码
7911
+ * @returns {string} utf8解码后的字符串
7912
7912
  */
7913
7913
 
7914
7914
 
@@ -7937,10 +7937,10 @@ var plugin_CA_ExtInterface = function () {
7937
7937
  }
7938
7938
  return string;
7939
7939
  };
7940
- /**
7941
- *
7942
- * utf8编码
7943
- * @returns {string} utf8编码后的字符串
7940
+ /**
7941
+ *
7942
+ * utf8编码
7943
+ * @returns {string} utf8编码后的字符串
7944
7944
  */
7945
7945
 
7946
7946
 
@@ -28417,8 +28417,8 @@ form_src_main.install = function (Vue) {
28417
28417
  };
28418
28418
 
28419
28419
  /* harmony default export */ var packages_form = (form_src_main);
28420
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=6a1416d2&
28421
- var mainvue_type_template_id_6a1416d2_render = function () {
28420
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=2dffee80&
28421
+ var mainvue_type_template_id_2dffee80_render = function () {
28422
28422
  var _vm = this
28423
28423
  var _h = _vm.$createElement
28424
28424
  var _c = _vm._self._c || _h
@@ -28630,6 +28630,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
28630
28630
  "pending-id": _vm.pendingId,
28631
28631
  showBtn: false,
28632
28632
  formTitle: _vm.formTitle,
28633
+ flowLabelConfig: _vm.flowLabelConfig,
28634
+ hideMessage: _vm.hideMessage,
28633
28635
  startFlowPageEmbeddedIntoStartFlowIndex:
28634
28636
  _vm.startFlowPageEmbeddedIntoStartFlowIndex,
28635
28637
  processDefinitionId: _vm.nodeInfo.nextNode,
@@ -28678,6 +28680,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
28678
28680
  selectorConfig: _vm.selectorConfig,
28679
28681
  resetAppId: _vm.resetAppId,
28680
28682
  taskExamine: _vm.taskExamineInfo,
28683
+ flowLabelConfig: _vm.flowLabelConfig,
28684
+ hideMessage: _vm.hideMessage,
28681
28685
  subParams: _vm.subParams,
28682
28686
  "news-info": _vm.nextNode.notificationMsg,
28683
28687
  },
@@ -28695,6 +28699,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
28695
28699
  showOther: _vm.showOther,
28696
28700
  showTooltip: _vm.showTooltip,
28697
28701
  selectorParams: _vm.selectorParams,
28702
+ flowLabelConfig: _vm.flowLabelConfig,
28703
+ hideMessage: _vm.hideMessage,
28698
28704
  formLabelPosition: _vm.formLabelPosition,
28699
28705
  simpleTips: _vm.simpleTips,
28700
28706
  },
@@ -28705,6 +28711,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
28705
28711
  businessId: _vm.businessId,
28706
28712
  appId: _vm.resetAppId,
28707
28713
  showTooltip: _vm.showTooltip,
28714
+ flowLabelConfig: _vm.flowLabelConfig,
28715
+ hideMessage: _vm.hideMessage,
28708
28716
  simpleTips: _vm.simpleTips,
28709
28717
  },
28710
28718
  on: {
@@ -28721,6 +28729,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
28721
28729
  showTooltip: _vm.showTooltip,
28722
28730
  simpleTips: _vm.simpleTips,
28723
28731
  appId: _vm.resetAppId,
28732
+ flowLabelConfig: _vm.flowLabelConfig,
28733
+ hideMessage: _vm.hideMessage,
28724
28734
  flowParams: _vm.param,
28725
28735
  subParams: _vm.subParams,
28726
28736
  },
@@ -29721,7 +29731,11 @@ var mainvue_type_template_id_6a1416d2_render = function () {
29721
29731
  : "nextOrgId",
29722
29732
  label:
29723
29733
  _vm.isShowNextUser
29724
- ? "下步办理人"
29734
+ ? "" +
29735
+ (_vm
29736
+ .flowLabelConfig
29737
+ .nextUser ||
29738
+ "下步办理人")
29725
29739
  : "办理对象",
29726
29740
  },
29727
29741
  },
@@ -30231,6 +30245,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
30231
30245
  ? _c("CustomPreset", {
30232
30246
  ref: "customPreset",
30233
30247
  attrs: {
30248
+ flowLabelConfig: _vm.flowLabelConfig,
30249
+ hideMessage: _vm.hideMessage,
30234
30250
  showTooltip: _vm.showTooltip,
30235
30251
  nextNode: _vm.nextNode.nextNodeId,
30236
30252
  customPresetHintMessage:
@@ -30260,6 +30276,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
30260
30276
  nodeId: _vm.nextNode.nextNodeId,
30261
30277
  showTooltip: _vm.showTooltip,
30262
30278
  businessId: _vm.businessIds,
30279
+ flowLabelConfig: _vm.flowLabelConfig,
30280
+ hideMessage: _vm.hideMessage,
30263
30281
  customPresetHintMessage:
30264
30282
  _vm.customPresetHintMessage,
30265
30283
  processDefinitionId: _vm.nodeInfo.nextNode,
@@ -30297,6 +30315,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
30297
30315
  _vm.businessIds,
30298
30316
  simpleTips: _vm.simpleTips,
30299
30317
  showTooltip: _vm.showTooltip,
30318
+ hideMessage: _vm.hideMessage,
30319
+ flowLabelConfig: _vm.flowLabelConfig,
30300
30320
  "is-free-start-flow":
30301
30321
  _vm.freeStartFlowParams.useScene ===
30302
30322
  "multiInsMidwayWithSubmitScene",
@@ -30338,6 +30358,7 @@ var mainvue_type_template_id_6a1416d2_render = function () {
30338
30358
  ref: "flowCirculate",
30339
30359
  attrs: {
30340
30360
  showTooltip: _vm.showTooltip,
30361
+ flowLabelConfig: _vm.flowLabelConfig,
30341
30362
  "label-position": _vm.formLabelPosition,
30342
30363
  businessId: _vm.businessId,
30343
30364
  startFlowPageEmbeddedIntoStartFlowIndex:
@@ -30356,7 +30377,10 @@ var mainvue_type_template_id_6a1416d2_render = function () {
30356
30377
  },
30357
30378
  })
30358
30379
  : _vm._e(),
30359
- !_vm.isFlow && _vm.isSpecial && _vm.newsList.length > 0
30380
+ !_vm.isFlow &&
30381
+ _vm.isSpecial &&
30382
+ _vm.newsList.length > 0 &&
30383
+ !_vm.hideMessage
30360
30384
  ? _c(
30361
30385
  "div",
30362
30386
  {
@@ -31038,6 +31062,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31038
31062
  _c("circulate", {
31039
31063
  attrs: {
31040
31064
  businessId: _vm.businessId,
31065
+ flowLabelConfig: _vm.flowLabelConfig,
31066
+ hideMessage: _vm.hideMessage,
31041
31067
  processDefinitionId: _vm.nodeInfo.nextNode,
31042
31068
  showTooltip: _vm.showTooltip,
31043
31069
  simpleTips: _vm.simpleTips,
@@ -31086,6 +31112,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31086
31112
  showTooltip: _vm.showTooltip,
31087
31113
  simpleTips: _vm.simpleTips,
31088
31114
  selectorParams: _vm.selectorParams,
31115
+ flowLabelConfig: _vm.flowLabelConfig,
31116
+ hideMessage: _vm.hideMessage,
31089
31117
  "is-free-start-flow":
31090
31118
  _vm.freeStartFlowParams.useScene ===
31091
31119
  "multiInsMidwayWithSubmitScene",
@@ -31173,6 +31201,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31173
31201
  option: _vm.value,
31174
31202
  showTooltip: _vm.showTooltip,
31175
31203
  simpleTips: _vm.simpleTips,
31204
+ flowLabelConfig: _vm.flowLabelConfig,
31205
+ hideMessage: _vm.hideMessage,
31176
31206
  "show-reject": _vm.showReject,
31177
31207
  "news-info": _vm.nextNode.notificationMsg,
31178
31208
  },
@@ -31213,6 +31243,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31213
31243
  opinion: _vm.value,
31214
31244
  type: _vm.taskReadType,
31215
31245
  showTooltip: _vm.showTooltip,
31246
+ flowLabelConfig: _vm.flowLabelConfig,
31247
+ hideMessage: _vm.hideMessage,
31216
31248
  selectorConfig: _vm.selectorConfig,
31217
31249
  simpleTips: _vm.simpleTips,
31218
31250
  subParams: _vm.subParams,
@@ -31360,6 +31392,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31360
31392
  pendingId: _vm.pendingId,
31361
31393
  defaultOpinion: _vm.nodeDefaultSubmitOpinion,
31362
31394
  oldOption: _vm.value,
31395
+ flowLabelConfig: _vm.flowLabelConfig,
31396
+ hideMessage: _vm.hideMessage,
31363
31397
  selectorParams: _vm.selectorParams,
31364
31398
  type: _vm.flowType,
31365
31399
  multiple: _vm.flowMultiple,
@@ -31401,6 +31435,8 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31401
31435
  {
31402
31436
  attrs: {
31403
31437
  isStartFlow: "",
31438
+ flowLabelConfig: _vm.flowLabelConfig,
31439
+ hideMessage: _vm.hideMessage,
31404
31440
  simpleTips: _vm.simpleTips,
31405
31441
  btnList: [
31406
31442
  {
@@ -31436,11 +31472,11 @@ var mainvue_type_template_id_6a1416d2_render = function () {
31436
31472
  )
31437
31473
  : _vm._e()
31438
31474
  }
31439
- var mainvue_type_template_id_6a1416d2_staticRenderFns = []
31440
- mainvue_type_template_id_6a1416d2_render._withStripped = true
31475
+ var mainvue_type_template_id_2dffee80_staticRenderFns = []
31476
+ mainvue_type_template_id_2dffee80_render._withStripped = true
31441
31477
 
31442
31478
 
31443
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6a1416d2&
31479
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2dffee80&
31444
31480
 
31445
31481
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=7b4f1542&
31446
31482
  var CommonOpinionsvue_type_template_id_7b4f1542_render = function () {
@@ -32491,8 +32527,8 @@ var CommonOpinions_component = normalizeComponent(
32491
32527
  )
32492
32528
 
32493
32529
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
32494
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=6df91879&
32495
- var processFormvue_type_template_id_6df91879_render = function () {
32530
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=17d61097&
32531
+ var processFormvue_type_template_id_17d61097_render = function () {
32496
32532
  var _vm = this
32497
32533
  var _h = _vm.$createElement
32498
32534
  var _c = _vm._self._c || _h
@@ -32821,7 +32857,9 @@ var processFormvue_type_template_id_6df91879_render = function () {
32821
32857
  {
32822
32858
  attrs: {
32823
32859
  prop: _vm.isShowNextUser ? "nextUser" : "nextOrgId",
32824
- label: _vm.isShowNextUser ? "下步办理人" : "办理对象",
32860
+ label: _vm.isShowNextUser
32861
+ ? "" + (_vm.flowLabelConfig.nextUser || "下步办理人")
32862
+ : "办理对象",
32825
32863
  },
32826
32864
  },
32827
32865
  [
@@ -33223,7 +33261,7 @@ var processFormvue_type_template_id_6df91879_render = function () {
33223
33261
  ],
33224
33262
  1
33225
33263
  ),
33226
- !_vm.showBtn && _vm.nextNode.noticeList.length > 0
33264
+ !_vm.showBtn && _vm.nextNode.noticeList.length > 0 && !_vm.hideMessage
33227
33265
  ? _c("div", { staticStyle: { padding: "5px", background: "#fff" } }, [
33228
33266
  _c(
33229
33267
  "div",
@@ -33320,11 +33358,11 @@ var processFormvue_type_template_id_6df91879_render = function () {
33320
33358
  1
33321
33359
  )
33322
33360
  }
33323
- var processFormvue_type_template_id_6df91879_staticRenderFns = []
33324
- processFormvue_type_template_id_6df91879_render._withStripped = true
33361
+ var processFormvue_type_template_id_17d61097_staticRenderFns = []
33362
+ processFormvue_type_template_id_17d61097_render._withStripped = true
33325
33363
 
33326
33364
 
33327
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=6df91879&
33365
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=17d61097&
33328
33366
 
33329
33367
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
33330
33368
  var selectUservue_type_template_id_5424da0a_render = function () {
@@ -35360,7 +35398,14 @@ var processFormvue_type_script_lang_js_components;
35360
35398
  type: [Number, String],
35361
35399
  default: 0
35362
35400
  },
35363
- selectorParams: { type: Object, default: function _default() {} }
35401
+ selectorParams: { type: Object, default: function _default() {} },
35402
+ flowLabelConfig: {
35403
+ type: Object,
35404
+ default: function _default() {
35405
+ return {};
35406
+ }
35407
+ },
35408
+ hideMessage: { type: Boolean, default: false }
35364
35409
  },
35365
35410
  data: function data() {
35366
35411
  return {
@@ -35859,7 +35904,7 @@ var processFormvue_type_script_lang_js_components;
35859
35904
 
35860
35905
  if (_this6.isShowNextUser) {
35861
35906
  if ((nextUser == '' || _this6.multiple && nextUser.length == 0) && !_this6.isHideCurrentOrg && !_this6.isHideOtherOrg) {
35862
- return _this6.$message.warning('请选择下步办理人');
35907
+ return _this6.$message.warning('\u8BF7\u9009\u62E9' + (_this6.flowLabelConfig.nextUser || '下步办理人'));
35863
35908
  }
35864
35909
  } else {
35865
35910
  if (nextOrgId == '' || _this6.multiple && nextOrgId.length == 0) {
@@ -36225,6 +36270,7 @@ var processFormvue_type_script_lang_js_components;
36225
36270
  message = res.message;
36226
36271
 
36227
36272
  if (status === 'success') {
36273
+ if (_this8.hideMessage) return;
36228
36274
  _this8.nextNode.noticeType = message.split(',');
36229
36275
  var arr = [];
36230
36276
  _this8.nextNode.noticeList.map(function (item) {
@@ -36250,11 +36296,11 @@ var processFormvue_type_script_lang_js_components;
36250
36296
  });
36251
36297
  },
36252
36298
 
36253
- /**
36254
- * isMultiple
36255
- * @desc:是否多选
36256
- * @author liufan
36257
- * @date 2022年9月13日
36299
+ /**
36300
+ * isMultiple
36301
+ * @desc:是否多选
36302
+ * @author liufan
36303
+ * @date 2022年9月13日
36258
36304
  **/
36259
36305
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
36260
36306
  var multiple = false;
@@ -36430,8 +36476,8 @@ var processFormvue_type_script_lang_js_components;
36430
36476
 
36431
36477
  var processForm_component = normalizeComponent(
36432
36478
  src_processFormvue_type_script_lang_js_,
36433
- processFormvue_type_template_id_6df91879_render,
36434
- processFormvue_type_template_id_6df91879_staticRenderFns,
36479
+ processFormvue_type_template_id_17d61097_render,
36480
+ processFormvue_type_template_id_17d61097_staticRenderFns,
36435
36481
  false,
36436
36482
  null,
36437
36483
  null,
@@ -37478,8 +37524,8 @@ var TimeLimit_component = normalizeComponent(
37478
37524
  )
37479
37525
 
37480
37526
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
37481
- // 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=65914be1&
37482
- var processRejectvue_type_template_id_65914be1_render = function () {
37527
+ // 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=364df082&
37528
+ var processRejectvue_type_template_id_364df082_render = function () {
37483
37529
  var _vm = this
37484
37530
  var _h = _vm.$createElement
37485
37531
  var _c = _vm._self._c || _h
@@ -37713,11 +37759,11 @@ var processRejectvue_type_template_id_65914be1_render = function () {
37713
37759
  1
37714
37760
  )
37715
37761
  }
37716
- var processRejectvue_type_template_id_65914be1_staticRenderFns = []
37717
- processRejectvue_type_template_id_65914be1_render._withStripped = true
37762
+ var processRejectvue_type_template_id_364df082_staticRenderFns = []
37763
+ processRejectvue_type_template_id_364df082_render._withStripped = true
37718
37764
 
37719
37765
 
37720
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=65914be1&
37766
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
37721
37767
 
37722
37768
  // 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&
37723
37769
  //
@@ -37823,7 +37869,8 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
37823
37869
  newsInfo: { type: String, default: '' },
37824
37870
  showReject: { type: Boolean },
37825
37871
  option: { type: String, default: '' },
37826
- simpleTips: { type: Boolean, default: true }
37872
+ simpleTips: { type: Boolean, default: true },
37873
+ hideMessage: { type: Boolean, default: false }
37827
37874
  },
37828
37875
  data: function data() {
37829
37876
  return {
@@ -37955,6 +38002,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
37955
38002
  message = res.message;
37956
38003
 
37957
38004
  if (status === 'success') {
38005
+ if (_this3.hideMessage) return;
37958
38006
  _this3.nextNode.noticeType = message.split(',');
37959
38007
  var arr = [];
37960
38008
  _this3.nextNode.noticeList.map(function (item) {
@@ -38036,8 +38084,8 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
38036
38084
 
38037
38085
  var processReject_component = normalizeComponent(
38038
38086
  src_processRejectvue_type_script_lang_js_,
38039
- processRejectvue_type_template_id_65914be1_render,
38040
- processRejectvue_type_template_id_65914be1_staticRenderFns,
38087
+ processRejectvue_type_template_id_364df082_render,
38088
+ processRejectvue_type_template_id_364df082_staticRenderFns,
38041
38089
  false,
38042
38090
  null,
38043
38091
  null,
@@ -38046,8 +38094,8 @@ var processReject_component = normalizeComponent(
38046
38094
  )
38047
38095
 
38048
38096
  /* harmony default export */ var processReject = (processReject_component.exports);
38049
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=fd55f8d2&
38050
- var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
38097
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=5faa3a34&
38098
+ var startTaskReadvue_type_template_id_5faa3a34_render = function () {
38051
38099
  var _vm = this
38052
38100
  var _h = _vm.$createElement
38053
38101
  var _c = _vm._self._c || _h
@@ -38354,7 +38402,8 @@ var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
38354
38402
  )
38355
38403
  : _vm._e(),
38356
38404
  _vm.configInfo.isCdjxjTaskHandle != "true" &&
38357
- _vm.noticeList.length > 0
38405
+ _vm.noticeList.length > 0 &&
38406
+ !_vm.hideMessage
38358
38407
  ? _c(
38359
38408
  "el-form-item",
38360
38409
  { attrs: { prop: "noticeType", label: "通知方式" } },
@@ -38470,11 +38519,11 @@ var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
38470
38519
  1
38471
38520
  )
38472
38521
  }
38473
- var startTaskReadvue_type_template_id_fd55f8d2_staticRenderFns = []
38474
- startTaskReadvue_type_template_id_fd55f8d2_render._withStripped = true
38522
+ var startTaskReadvue_type_template_id_5faa3a34_staticRenderFns = []
38523
+ startTaskReadvue_type_template_id_5faa3a34_render._withStripped = true
38475
38524
 
38476
38525
 
38477
- // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=fd55f8d2&
38526
+ // CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=5faa3a34&
38478
38527
 
38479
38528
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
38480
38529
  var startTaskReadvue_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; };
@@ -38679,7 +38728,9 @@ var startTaskReadvue_type_script_lang_js_components;
38679
38728
  readParams: {
38680
38729
  type: [Object, undefined],
38681
38730
  default: undefined
38682
- }
38731
+ },
38732
+
38733
+ hideMessage: { type: Boolean, default: false }
38683
38734
  },
38684
38735
  data: function data() {
38685
38736
  return {
@@ -39167,6 +39218,7 @@ var startTaskReadvue_type_script_lang_js_components;
39167
39218
 
39168
39219
  _this9.loading = false;
39169
39220
  if (status === 'success') {
39221
+ if (_this9.hideMessage) return;
39170
39222
  _this9.nextNode.noticeType = message.split(',');
39171
39223
  if (data) {
39172
39224
  _this9.notificationMessageReadOnly = data.notificationMessageReadOnly;
@@ -39202,8 +39254,8 @@ var startTaskReadvue_type_script_lang_js_components;
39202
39254
 
39203
39255
  var startTaskRead_component = normalizeComponent(
39204
39256
  src_startTaskReadvue_type_script_lang_js_,
39205
- startTaskReadvue_type_template_id_fd55f8d2_render,
39206
- startTaskReadvue_type_template_id_fd55f8d2_staticRenderFns,
39257
+ startTaskReadvue_type_template_id_5faa3a34_render,
39258
+ startTaskReadvue_type_template_id_5faa3a34_staticRenderFns,
39207
39259
  false,
39208
39260
  null,
39209
39261
  null,
@@ -39212,8 +39264,8 @@ var startTaskRead_component = normalizeComponent(
39212
39264
  )
39213
39265
 
39214
39266
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
39215
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=5bd13ace&
39216
- var resetvue_type_template_id_5bd13ace_render = function () {
39267
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=f881f0ca&
39268
+ var resetvue_type_template_id_f881f0ca_render = function () {
39217
39269
  var _vm = this
39218
39270
  var _h = _vm.$createElement
39219
39271
  var _c = _vm._self._c || _h
@@ -39421,7 +39473,9 @@ var resetvue_type_template_id_5bd13ace_render = function () {
39421
39473
  {
39422
39474
  attrs: {
39423
39475
  prop: _vm.isShowNextUser ? "nextUser" : "nextOrgId",
39424
- label: _vm.isShowNextUser ? "下步办理人" : "办理对象",
39476
+ label: _vm.isShowNextUser
39477
+ ? "" + (_vm.flowLabelConfig.nextUser || "下步办理人")
39478
+ : "办理对象",
39425
39479
  },
39426
39480
  },
39427
39481
  [
@@ -39583,8 +39637,10 @@ var resetvue_type_template_id_5bd13ace_render = function () {
39583
39637
  {
39584
39638
  name: "show",
39585
39639
  rawName: "v-show",
39586
- value: _vm.nextNode.noticeList.length != 0,
39587
- expression: "nextNode.noticeList.length != 0",
39640
+ value:
39641
+ _vm.nextNode.noticeList.length != 0 && !_vm.hideMessage,
39642
+ expression:
39643
+ "nextNode.noticeList.length != 0 && !hideMessage",
39588
39644
  },
39589
39645
  ],
39590
39646
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -39701,11 +39757,11 @@ var resetvue_type_template_id_5bd13ace_render = function () {
39701
39757
  1
39702
39758
  )
39703
39759
  }
39704
- var resetvue_type_template_id_5bd13ace_staticRenderFns = []
39705
- resetvue_type_template_id_5bd13ace_render._withStripped = true
39760
+ var resetvue_type_template_id_f881f0ca_staticRenderFns = []
39761
+ resetvue_type_template_id_f881f0ca_render._withStripped = true
39706
39762
 
39707
39763
 
39708
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=5bd13ace&
39764
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=f881f0ca&
39709
39765
 
39710
39766
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
39711
39767
  var resetvue_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; };
@@ -39974,7 +40030,14 @@ var resetvue_type_script_lang_js_components;
39974
40030
  type: String,
39975
40031
  default: ''
39976
40032
  },
39977
- type: { type: String }
40033
+ type: { type: String },
40034
+ flowLabelConfig: {
40035
+ type: Object,
40036
+ default: function _default() {
40037
+ return {};
40038
+ }
40039
+ },
40040
+ hideMessage: { type: Boolean, default: false }
39978
40041
  },
39979
40042
  data: function data() {
39980
40043
  return {
@@ -40256,7 +40319,7 @@ var resetvue_type_script_lang_js_components;
40256
40319
  if (_this4.nodeInfoExtAttr.nodeType != 1 && _this4.nodeInfoExtAttr.nodeType != 2 && !_this4.showRoleUser) {
40257
40320
  if (_this4.isShowNextUser) {
40258
40321
  if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
40259
- return _this4.$message.warning('请选择下步办理人');
40322
+ return _this4.$message.warning('\u8BF7\u9009\u62E9' + (_this4.flowLabelConfig.nextUser || '下步办理人'));
40260
40323
  }
40261
40324
  } else {
40262
40325
  if (nextOrgId == '' || _this4.multiple && nextOrgId.length == 0) {
@@ -40451,6 +40514,7 @@ var resetvue_type_script_lang_js_components;
40451
40514
  message = res.message;
40452
40515
 
40453
40516
  if (status === 'success') {
40517
+ if (_this6.hideMessage) return;
40454
40518
  _this6.nextNode.noticeType = message.split(',');
40455
40519
  var arr = [];
40456
40520
  _this6.nextNode.noticeList.map(function (item) {
@@ -40611,8 +40675,8 @@ var resetvue_type_script_lang_js_components;
40611
40675
 
40612
40676
  var reset_component = normalizeComponent(
40613
40677
  src_resetvue_type_script_lang_js_,
40614
- resetvue_type_template_id_5bd13ace_render,
40615
- resetvue_type_template_id_5bd13ace_staticRenderFns,
40678
+ resetvue_type_template_id_f881f0ca_render,
40679
+ resetvue_type_template_id_f881f0ca_staticRenderFns,
40616
40680
  false,
40617
40681
  null,
40618
40682
  null,
@@ -40621,8 +40685,8 @@ var reset_component = normalizeComponent(
40621
40685
  )
40622
40686
 
40623
40687
  /* harmony default export */ var src_reset = (reset_component.exports);
40624
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
40625
- var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
40688
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=42d72d64&
40689
+ var taskUnionExaminevue_type_template_id_42d72d64_render = function () {
40626
40690
  var _vm = this
40627
40691
  var _h = _vm.$createElement
40628
40692
  var _c = _vm._self._c || _h
@@ -40825,8 +40889,9 @@ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
40825
40889
  {
40826
40890
  name: "show",
40827
40891
  rawName: "v-show",
40828
- value: _vm.infoList.noticeList.length != 0,
40829
- expression: "infoList.noticeList.length != 0",
40892
+ value:
40893
+ _vm.infoList.noticeList.length != 0 && !_vm.hideMessage,
40894
+ expression: "infoList.noticeList.length != 0 && !hideMessage",
40830
40895
  },
40831
40896
  ],
40832
40897
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -40926,11 +40991,11 @@ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
40926
40991
  1
40927
40992
  )
40928
40993
  }
40929
- var taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns = []
40930
- taskUnionExaminevue_type_template_id_5a32ec13_render._withStripped = true
40994
+ var taskUnionExaminevue_type_template_id_42d72d64_staticRenderFns = []
40995
+ taskUnionExaminevue_type_template_id_42d72d64_render._withStripped = true
40931
40996
 
40932
40997
 
40933
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=5a32ec13&
40998
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=42d72d64&
40934
40999
 
40935
41000
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
40936
41001
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -41131,7 +41196,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
41131
41196
  default: function _default() {
41132
41197
  return {};
41133
41198
  }
41134
- }
41199
+ },
41200
+ hideMessage: { type: Boolean, default: false }
41135
41201
  },
41136
41202
  inheritAttrs: false,
41137
41203
  data: function data() {
@@ -41594,6 +41660,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
41594
41660
  message = res.message;
41595
41661
 
41596
41662
  if (status === 'success') {
41663
+ if (_this7.hideMessage) return;
41597
41664
  _this7.infoList.noticeType = message.split(',');
41598
41665
  var arr = [];
41599
41666
  _this7.infoList.noticeList.map(function (item) {
@@ -41628,8 +41695,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
41628
41695
 
41629
41696
  var taskUnionExamine_component = normalizeComponent(
41630
41697
  component_taskUnionExaminevue_type_script_lang_js_,
41631
- taskUnionExaminevue_type_template_id_5a32ec13_render,
41632
- taskUnionExaminevue_type_template_id_5a32ec13_staticRenderFns,
41698
+ taskUnionExaminevue_type_template_id_42d72d64_render,
41699
+ taskUnionExaminevue_type_template_id_42d72d64_staticRenderFns,
41633
41700
  false,
41634
41701
  null,
41635
41702
  null,
@@ -41638,8 +41705,8 @@ var taskUnionExamine_component = normalizeComponent(
41638
41705
  )
41639
41706
 
41640
41707
  /* harmony default export */ var component_taskUnionExamine = (taskUnionExamine_component.exports);
41641
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=bacd05b4&
41642
- var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
41708
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=158663d8&
41709
+ var freeStartFlowvue_type_template_id_158663d8_render = function () {
41643
41710
  var _vm = this
41644
41711
  var _h = _vm.$createElement
41645
41712
  var _c = _vm._self._c || _h
@@ -41653,6 +41720,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
41653
41720
  attrs: {
41654
41721
  type: _vm.newTypeCode,
41655
41722
  appId: _vm.resetAppId,
41723
+ hideMessage: _vm.hideMessage,
41724
+ flowLabelConfig: _vm.flowLabelConfig,
41656
41725
  flowParams: _vm.param,
41657
41726
  },
41658
41727
  })
@@ -42445,7 +42514,11 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
42445
42514
  : "nextOrgId",
42446
42515
  label:
42447
42516
  _vm.isShowNextUser
42448
- ? "下步办理人"
42517
+ ? "" +
42518
+ (_vm
42519
+ .flowLabelConfig
42520
+ .nextUser ||
42521
+ "下步办理人")
42449
42522
  : "办理对象",
42450
42523
  },
42451
42524
  },
@@ -42866,7 +42939,7 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
42866
42939
  ],
42867
42940
  1
42868
42941
  ),
42869
- !_vm.isFlow && _vm.isSpecial
42942
+ !_vm.isFlow && _vm.isSpecial && !_vm.hideMessage
42870
42943
  ? _c(
42871
42944
  "div",
42872
42945
  {
@@ -43465,6 +43538,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43465
43538
  "copy-history": _vm.pendedHistoryHandle,
43466
43539
  "process-definition-id": _vm.nodeInfo.nextNode,
43467
43540
  opinion: _vm.value,
43541
+ hideMessage: _vm.hideMessage,
43542
+ flowLabelConfig: _vm.flowLabelConfig,
43468
43543
  taskParams: _vm.taskParams,
43469
43544
  },
43470
43545
  on: {
@@ -43535,6 +43610,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43535
43610
  attrs: {
43536
43611
  "pending-id": _vm.pendingId,
43537
43612
  option: _vm.value,
43613
+ hideMessage: _vm.hideMessage,
43614
+ flowLabelConfig: _vm.flowLabelConfig,
43538
43615
  "show-reject": _vm.showReject,
43539
43616
  "news-info": _vm.nextNode.notificationMsg,
43540
43617
  },
@@ -43574,6 +43651,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43574
43651
  "pending-id": _vm.pendingId,
43575
43652
  opinion: _vm.value,
43576
43653
  type: _vm.taskReadType,
43654
+ hideMessage: _vm.hideMessage,
43655
+ flowLabelConfig: _vm.flowLabelConfig,
43577
43656
  taskExamine: _vm.taskExamineInfo,
43578
43657
  "news-info": _vm.nextNode.notificationMsg,
43579
43658
  },
@@ -43643,6 +43722,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43643
43722
  _c("SendMsg", {
43644
43723
  attrs: {
43645
43724
  pendingId: _vm.pendingId,
43725
+ hideMessage: _vm.hideMessage,
43726
+ flowLabelConfig: _vm.flowLabelConfig,
43646
43727
  newsList: _vm.newsList,
43647
43728
  },
43648
43729
  on: {
@@ -43678,6 +43759,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43678
43759
  _c("TaskUnionExamine", {
43679
43760
  attrs: {
43680
43761
  pendingId: _vm.pendingId,
43762
+ hideMessage: _vm.hideMessage,
43763
+ flowLabelConfig: _vm.flowLabelConfig,
43681
43764
  defaultOpinion: _vm.nodeDefaultSubmitOpinion,
43682
43765
  type: _vm.flowType,
43683
43766
  multiple: _vm.flowMultiple,
@@ -43717,6 +43800,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43717
43800
  ? _c("es-flow", {
43718
43801
  attrs: {
43719
43802
  isStartFlow: "",
43803
+ hideMessage: _vm.hideMessage,
43804
+ flowLabelConfig: _vm.flowLabelConfig,
43720
43805
  businessId:
43721
43806
  _vm.freeStartFlowParams.businessId,
43722
43807
  flowTypeCode:
@@ -43738,11 +43823,11 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
43738
43823
  )
43739
43824
  : _vm._e()
43740
43825
  }
43741
- var freeStartFlowvue_type_template_id_bacd05b4_staticRenderFns = []
43742
- freeStartFlowvue_type_template_id_bacd05b4_render._withStripped = true
43826
+ var freeStartFlowvue_type_template_id_158663d8_staticRenderFns = []
43827
+ freeStartFlowvue_type_template_id_158663d8_render._withStripped = true
43743
43828
 
43744
43829
 
43745
- // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=bacd05b4&
43830
+ // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=158663d8&
43746
43831
 
43747
43832
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
43748
43833
 
@@ -44509,6 +44594,30 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44509
44594
  //
44510
44595
  //
44511
44596
  //
44597
+ //
44598
+ //
44599
+ //
44600
+ //
44601
+ //
44602
+ //
44603
+ //
44604
+ //
44605
+ //
44606
+ //
44607
+ //
44608
+ //
44609
+ //
44610
+ //
44611
+ //
44612
+ //
44613
+ //
44614
+ //
44615
+ //
44616
+ //
44617
+ //
44618
+ //
44619
+ //
44620
+ //
44512
44621
 
44513
44622
 
44514
44623
 
@@ -44566,13 +44675,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44566
44675
  userSelectRange: {
44567
44676
  type: String
44568
44677
  },
44569
- selectorParams: { type: Object, default: function _default() {
44678
+ selectorParams: {
44679
+ type: Object,
44680
+ default: function _default() {
44570
44681
  return {};
44571
- } },
44682
+ }
44683
+ },
44572
44684
  defaultProcessShowStrategy: { type: String, default: '' },
44573
44685
  taskParams: {
44574
44686
  type: Object,
44575
44687
  default: function _default() {}
44688
+ },
44689
+ isEndMessage: { type: Boolean, default: false },
44690
+ flowLabelConfig: {
44691
+ type: Object,
44692
+ default: function _default() {
44693
+ return {};
44694
+ }
44576
44695
  }
44577
44696
  },
44578
44697
  data: function data() {
@@ -44593,7 +44712,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44593
44712
  nextOtherOrgObjSelect: [],
44594
44713
  subProcessColumns: [],
44595
44714
  nextCurrentOrgObjSelect: [],
44596
- otherParams: { filid: 'all', roleid: '', nofilid: sessionStorage.getItem('orgId') },
44715
+ otherParams: {
44716
+ filid: 'all',
44717
+ roleid: '',
44718
+ nofilid: sessionStorage.getItem('orgId')
44719
+ },
44597
44720
  loading: null, // 加载中
44598
44721
  newTypeCode: '',
44599
44722
  NodeName: '', // 当前节点值
@@ -45193,6 +45316,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
45193
45316
  message = res.message;
45194
45317
 
45195
45318
  if (status === 'success') {
45319
+ if (_this10.hideMessage) return;
45196
45320
  _this10.nextNode.notificationType = message.split(',');
45197
45321
  var arr = [];
45198
45322
  _this10.newsList.map(function (item) {
@@ -46236,7 +46360,7 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46236
46360
  if (!this.endFlow && this.newTypeCode != 'fenyue' && !this.shrink && this.nextNode.isAddSign != '1' && this.nextNode.isRemoveSign != '1' && this.isSpecial && !this.isReject && this.nodeInfos.length != 0 && this.isNextUser) {
46237
46361
  if (this.isShowNextUser) {
46238
46362
  if (this.nextNode.nextUserId == '' || this.multiple && this.nextNode.nextUserId.length == 0) {
46239
- this.$message.warning('请选择下步办理人');
46363
+ this.$message.warning('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '下步办理人'));
46240
46364
  return false;
46241
46365
  }
46242
46366
  } else {
@@ -46459,8 +46583,8 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
46459
46583
 
46460
46584
  var freeStartFlow_component = normalizeComponent(
46461
46585
  src_freeStartFlowvue_type_script_lang_js_,
46462
- freeStartFlowvue_type_template_id_bacd05b4_render,
46463
- freeStartFlowvue_type_template_id_bacd05b4_staticRenderFns,
46586
+ freeStartFlowvue_type_template_id_158663d8_render,
46587
+ freeStartFlowvue_type_template_id_158663d8_staticRenderFns,
46464
46588
  false,
46465
46589
  null,
46466
46590
  null,
@@ -46469,8 +46593,8 @@ var freeStartFlow_component = normalizeComponent(
46469
46593
  )
46470
46594
 
46471
46595
  /* harmony default export */ var src_freeStartFlow = (freeStartFlow_component.exports);
46472
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=2e86d8fd&
46473
- var supervisevue_type_template_id_2e86d8fd_render = function () {
46596
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=378b0e28&
46597
+ var supervisevue_type_template_id_378b0e28_render = function () {
46474
46598
  var _vm = this
46475
46599
  var _h = _vm.$createElement
46476
46600
  var _c = _vm._self._c || _h
@@ -46548,8 +46672,11 @@ var supervisevue_type_template_id_2e86d8fd_render = function () {
46548
46672
  {
46549
46673
  name: "show",
46550
46674
  rawName: "v-show",
46551
- value: _vm.nextNode.notificationType.length > 0,
46552
- expression: "nextNode.notificationType.length > 0",
46675
+ value:
46676
+ _vm.nextNode.notificationType.length > 0 &&
46677
+ !_vm.hideMessage,
46678
+ expression:
46679
+ "nextNode.notificationType.length > 0 && !hideMessage",
46553
46680
  },
46554
46681
  ],
46555
46682
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -46643,11 +46770,11 @@ var supervisevue_type_template_id_2e86d8fd_render = function () {
46643
46770
  1
46644
46771
  )
46645
46772
  }
46646
- var supervisevue_type_template_id_2e86d8fd_staticRenderFns = []
46647
- supervisevue_type_template_id_2e86d8fd_render._withStripped = true
46773
+ var supervisevue_type_template_id_378b0e28_staticRenderFns = []
46774
+ supervisevue_type_template_id_378b0e28_render._withStripped = true
46648
46775
 
46649
46776
 
46650
- // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=2e86d8fd&
46777
+ // CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=378b0e28&
46651
46778
 
46652
46779
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
46653
46780
  var supervisevue_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; };
@@ -46725,7 +46852,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
46725
46852
  type: String,
46726
46853
  default: ''
46727
46854
  },
46728
- appId: { type: String, default: '' }
46855
+ appId: { type: String, default: '' },
46856
+ hideMessage: { type: Boolean, default: false }
46729
46857
  },
46730
46858
  data: function data() {
46731
46859
  return {
@@ -46744,11 +46872,11 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
46744
46872
  subProcess: function subProcess() {
46745
46873
  var _this = this;
46746
46874
 
46747
- if (this.nextNode.noticeType.length == 0) {
46875
+ if (this.nextNode.noticeType.length == 0 && !this.hideMessage) {
46748
46876
  this.$message.warning('请选择通知方式');
46749
46877
  return;
46750
46878
  }
46751
- if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage) {
46879
+ if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage && !this.hideMessage) {
46752
46880
  this.$message.warning('请填写通知消息内容');
46753
46881
  return;
46754
46882
  }
@@ -46794,14 +46922,16 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
46794
46922
  _this2.loading.close();
46795
46923
  if (res.rCode == 0 || res.status == "success") {
46796
46924
  _this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
46797
- var arr = [];
46798
- _this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
46799
- _this2.nextNode.notificationType.map(function (x) {
46800
- if (_this2.nextNode.noticeType.indexOf(x.cciValue) != -1) {
46801
- arr.push(x.cciValue);
46802
- }
46803
- });
46804
- _this2.nextNode.noticeType = arr;
46925
+ if (!_this2.hideMessage) {
46926
+ var arr = [];
46927
+ _this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
46928
+ _this2.nextNode.notificationType.map(function (x) {
46929
+ if (_this2.nextNode.noticeType.indexOf(x.cciValue) != -1) {
46930
+ arr.push(x.cciValue);
46931
+ }
46932
+ });
46933
+ _this2.nextNode.noticeType = arr;
46934
+ }
46805
46935
  } else {
46806
46936
  _this2.$message({
46807
46937
  message: res.msg || res.message,
@@ -46825,8 +46955,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
46825
46955
 
46826
46956
  var supervise_component = normalizeComponent(
46827
46957
  src_supervisevue_type_script_lang_js_,
46828
- supervisevue_type_template_id_2e86d8fd_render,
46829
- supervisevue_type_template_id_2e86d8fd_staticRenderFns,
46958
+ supervisevue_type_template_id_378b0e28_render,
46959
+ supervisevue_type_template_id_378b0e28_staticRenderFns,
46830
46960
  false,
46831
46961
  null,
46832
46962
  null,
@@ -46835,8 +46965,8 @@ var supervise_component = normalizeComponent(
46835
46965
  )
46836
46966
 
46837
46967
  /* harmony default export */ var supervise = (supervise_component.exports);
46838
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=1daed9e3&
46839
- var Circulatevue_type_template_id_1daed9e3_render = function () {
46968
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=535aafac&
46969
+ var Circulatevue_type_template_id_535aafac_render = function () {
46840
46970
  var _vm = this
46841
46971
  var _h = _vm.$createElement
46842
46972
  var _c = _vm._self._c || _h
@@ -46919,8 +47049,9 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
46919
47049
  {
46920
47050
  name: "show",
46921
47051
  rawName: "v-show",
46922
- value: _vm.infoList.noticeList != 0,
46923
- expression: "infoList.noticeList != 0",
47052
+ value:
47053
+ _vm.infoList.noticeList.length != 0 && !_vm.hideMessage,
47054
+ expression: "infoList.noticeList.length != 0 && !hideMessage",
46924
47055
  },
46925
47056
  ],
46926
47057
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -46972,7 +47103,7 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
46972
47103
  name: "show",
46973
47104
  rawName: "v-show",
46974
47105
  value: _vm.infoList.noticeType.length != 0,
46975
- expression: "infoList.noticeType.length != 0",
47106
+ expression: "infoList.noticeType.length != 0 ",
46976
47107
  },
46977
47108
  ],
46978
47109
  attrs: { prop: "noticeInfo", label: "通知消息" },
@@ -47023,11 +47154,11 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
47023
47154
  1
47024
47155
  )
47025
47156
  }
47026
- var Circulatevue_type_template_id_1daed9e3_staticRenderFns = []
47027
- Circulatevue_type_template_id_1daed9e3_render._withStripped = true
47157
+ var Circulatevue_type_template_id_535aafac_staticRenderFns = []
47158
+ Circulatevue_type_template_id_535aafac_render._withStripped = true
47028
47159
 
47029
47160
 
47030
- // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=1daed9e3&
47161
+ // CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=535aafac&
47031
47162
 
47032
47163
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
47033
47164
  var Circulatevue_type_script_lang_js_components;
@@ -47153,7 +47284,8 @@ var Circulatevue_type_script_lang_js_components;
47153
47284
  formTitle: {
47154
47285
  type: String,
47155
47286
  default: ''
47156
- }
47287
+ },
47288
+ hideMessage: { type: Boolean, default: false }
47157
47289
  },
47158
47290
  inheritAttrs: false,
47159
47291
  data: function data() {
@@ -47411,6 +47543,7 @@ var Circulatevue_type_script_lang_js_components;
47411
47543
  message = res.message;
47412
47544
 
47413
47545
  if (status === 'success') {
47546
+ if (_this4.hideMessage) return;
47414
47547
  _this4.infoList.noticeType = message.split(',');
47415
47548
  var arr = [];
47416
47549
  _this4.infoList.noticeList.map(function (item) {
@@ -47445,8 +47578,8 @@ var Circulatevue_type_script_lang_js_components;
47445
47578
 
47446
47579
  var Circulate_component = normalizeComponent(
47447
47580
  component_Circulatevue_type_script_lang_js_,
47448
- Circulatevue_type_template_id_1daed9e3_render,
47449
- Circulatevue_type_template_id_1daed9e3_staticRenderFns,
47581
+ Circulatevue_type_template_id_535aafac_render,
47582
+ Circulatevue_type_template_id_535aafac_staticRenderFns,
47450
47583
  false,
47451
47584
  null,
47452
47585
  null,
@@ -49221,6 +49354,35 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49221
49354
  //
49222
49355
  //
49223
49356
  //
49357
+ //
49358
+ //
49359
+ //
49360
+ //
49361
+ //
49362
+ //
49363
+ //
49364
+ //
49365
+ //
49366
+ //
49367
+ //
49368
+ //
49369
+ //
49370
+ //
49371
+ //
49372
+ //
49373
+ //
49374
+ //
49375
+ //
49376
+ //
49377
+ //
49378
+ //
49379
+ //
49380
+ //
49381
+ //
49382
+ //
49383
+ //
49384
+ //
49385
+ //
49224
49386
 
49225
49387
 
49226
49388
 
@@ -49246,6 +49408,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49246
49408
  componentName: 'EsFlow',
49247
49409
  components: (src_mainvue_type_script_lang_js_components = {}, src_mainvue_type_script_lang_js_components[processForm.name] = processForm, src_mainvue_type_script_lang_js_components[processReject.name] = processReject, src_mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, src_mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, src_mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, src_mainvue_type_script_lang_js_components[FileList.name] = FileList, src_mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, src_mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, src_mainvue_type_script_lang_js_components[selectUser.name] = selectUser, src_mainvue_type_script_lang_js_components[component_taskUnionExamine.name] = component_taskUnionExamine, src_mainvue_type_script_lang_js_components[src_freeStartFlow.name] = src_freeStartFlow, src_mainvue_type_script_lang_js_components[SortFlow.name] = SortFlow, src_mainvue_type_script_lang_js_components.circulate = Circulate, src_mainvue_type_script_lang_js_components.Preset = Preset, src_mainvue_type_script_lang_js_components.Reset = src_reset, src_mainvue_type_script_lang_js_components.Supervise = supervise, src_mainvue_type_script_lang_js_components.FreeCirculation = FreeCirculation, src_mainvue_type_script_lang_js_components),
49248
49410
  props: {
49411
+ hideMessage: { type: Boolean, default: false },
49249
49412
  showShrink: { type: Boolean, default: true },
49250
49413
  showTooltip: { type: Boolean, default: true },
49251
49414
  isStartFlow: { type: Boolean, default: false },
@@ -49262,6 +49425,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49262
49425
  type: String,
49263
49426
  default: 'left'
49264
49427
  },
49428
+
49265
49429
  flowListDisabled: {
49266
49430
  type: Boolean,
49267
49431
  default: false
@@ -49315,6 +49479,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49315
49479
  type: Boolean,
49316
49480
  default: true
49317
49481
  },
49482
+ flowLabelConfig: {
49483
+ type: Object,
49484
+ default: function _default() {
49485
+ return {};
49486
+ }
49487
+ },
49318
49488
  isEndMessage: { type: Boolean, default: false }
49319
49489
  },
49320
49490
  data: function data() {
@@ -50116,11 +50286,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50116
50286
  });
50117
50287
  },
50118
50288
 
50119
- /**
50120
- * saveInfo
50121
- * @desc:暂存
50122
- * @author liufan
50123
- * @date 2022年9月9日
50289
+ /**
50290
+ * saveInfo
50291
+ * @desc:暂存
50292
+ * @author liufan
50293
+ * @date 2022年9月9日
50124
50294
  **/
50125
50295
  saveInfo: function saveInfo(type, btn) {
50126
50296
  var _this13 = this;
@@ -50182,11 +50352,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50182
50352
  });
50183
50353
  },
50184
50354
 
50185
- /**
50186
- * rejectBtn
50187
- * @desc:点击驳回
50188
- * @author liufan
50189
- * @date 2022年5月25日
50355
+ /**
50356
+ * rejectBtn
50357
+ * @desc:点击驳回
50358
+ * @author liufan
50359
+ * @date 2022年5月25日
50190
50360
  **/
50191
50361
  rejectBtn: function rejectBtn() {
50192
50362
  var _this15 = this;
@@ -50204,11 +50374,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50204
50374
  }
50205
50375
  },
50206
50376
 
50207
- /**
50208
- * taskReadBtn
50209
- * @desc:点击分阅
50210
- * @author liufan
50211
- * @date 2022年5月25日
50377
+ /**
50378
+ * taskReadBtn
50379
+ * @desc:点击分阅
50380
+ * @author liufan
50381
+ * @date 2022年5月25日
50212
50382
  **/
50213
50383
  taskReadBtn: function taskReadBtn() {
50214
50384
  var _this16 = this;
@@ -50227,11 +50397,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50227
50397
  }
50228
50398
  },
50229
50399
 
50230
- /**
50231
- * getFind
50232
- * @desc:获取通知方式
50233
- * @author liufan
50234
- * @date 2022年5月25日
50400
+ /**
50401
+ * getFind
50402
+ * @desc:获取通知方式
50403
+ * @author liufan
50404
+ * @date 2022年5月25日
50235
50405
  **/
50236
50406
  getFind: function getFind() {
50237
50407
  var _this17 = this;
@@ -50243,6 +50413,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50243
50413
  message = res.message;
50244
50414
 
50245
50415
  if (status === 'success') {
50416
+ if (_this17.hideMessage) return;
50246
50417
  _this17.nextNode.notificationType = message.split(',');
50247
50418
  var arr = [];
50248
50419
  _this17.newsList.map(function (item) {
@@ -50297,12 +50468,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50297
50468
  });
50298
50469
  },
50299
50470
 
50300
- /**
50301
- * endFlows
50302
- * @desc:直接办结
50303
- * @author liufan
50304
- * @param {Object} res 直接办结数据
50305
- * @date 2022年5月25日
50471
+ /**
50472
+ * endFlows
50473
+ * @desc:直接办结
50474
+ * @author liufan
50475
+ * @param {Object} res 直接办结数据
50476
+ * @date 2022年5月25日
50306
50477
  **/
50307
50478
  endFlows: function endFlows(res) {
50308
50479
  var _this19 = this;
@@ -50357,12 +50528,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50357
50528
  }).catch(function (e) {});
50358
50529
  },
50359
50530
 
50360
- /**
50361
- * goView
50362
- * @desc:更多流程按钮操作
50363
- * @author liufan
50364
- * @param {Object} res 当前点击操作按钮数据
50365
- * @date 2022年5月25日
50531
+ /**
50532
+ * goView
50533
+ * @desc:更多流程按钮操作
50534
+ * @author liufan
50535
+ * @param {Object} res 当前点击操作按钮数据
50536
+ * @date 2022年5月25日
50366
50537
  **/
50367
50538
  goView: function goView(res) {
50368
50539
  // 驳回并办结:rejectAndEndHtml
@@ -50449,11 +50620,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50449
50620
  // isCanStartSubFlow
50450
50621
  },
50451
50622
 
50452
- /**
50453
- * toTakeAdvice
50454
- * @desc:征求意见
50455
- * @author liufan
50456
- * @date 2022年9月29日
50623
+ /**
50624
+ * toTakeAdvice
50625
+ * @desc:征求意见
50626
+ * @author liufan
50627
+ * @date 2022年9月29日
50457
50628
  **/
50458
50629
  toTakeAdvice: function toTakeAdvice(res) {
50459
50630
  var _this21 = this;
@@ -50497,11 +50668,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50497
50668
  });
50498
50669
  },
50499
50670
 
50500
- /**
50501
- * toStartDraf
50502
- * @desc: 稿件递送、联合审核、复核
50503
- * @author liufan
50504
- * @date 2022年9月29日
50671
+ /**
50672
+ * toStartDraf
50673
+ * @desc: 稿件递送、联合审核、复核
50674
+ * @author liufan
50675
+ * @date 2022年9月29日
50505
50676
  **/
50506
50677
  toStartDraf: function toStartDraf(res) {
50507
50678
  var _this23 = this;
@@ -50515,11 +50686,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50515
50686
  }
50516
50687
  },
50517
50688
 
50518
- /**
50519
- * toSendMsg
50520
- * @desc:核稿通知
50521
- * @author liufan
50522
- * @date 2022年9月29日
50689
+ /**
50690
+ * toSendMsg
50691
+ * @desc:核稿通知
50692
+ * @author liufan
50693
+ * @date 2022年9月29日
50523
50694
  **/
50524
50695
  toSendMsg: function toSendMsg(res) {
50525
50696
  var _this24 = this;
@@ -50533,11 +50704,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50533
50704
  }
50534
50705
  },
50535
50706
 
50536
- /**
50537
- * toTaskReadAndEnd
50538
- * @desc:分阅并办结
50539
- * @author liufan
50540
- * @date 2022年9月29日
50707
+ /**
50708
+ * toTaskReadAndEnd
50709
+ * @desc:分阅并办结
50710
+ * @author liufan
50711
+ * @date 2022年9月29日
50541
50712
  **/
50542
50713
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
50543
50714
  var _this25 = this;
@@ -50555,11 +50726,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50555
50726
  }
50556
50727
  },
50557
50728
 
50558
- /**
50559
- * rejectAndEnd
50560
- * @desc:驳回并办结
50561
- * @author liufan
50562
- * @date 2022年9月29日
50729
+ /**
50730
+ * rejectAndEnd
50731
+ * @desc:驳回并办结
50732
+ * @author liufan
50733
+ * @date 2022年9月29日
50563
50734
  **/
50564
50735
  rejectAndEnd: function rejectAndEnd(res) {
50565
50736
  var _this26 = this;
@@ -50615,11 +50786,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50615
50786
  });
50616
50787
  },
50617
50788
 
50618
- /**
50619
- * toTransfer
50620
- * @desc:转办
50621
- * @author liufan
50622
- * @date 2022年9月29日
50789
+ /**
50790
+ * toTransfer
50791
+ * @desc:转办
50792
+ * @author liufan
50793
+ * @date 2022年9月29日
50623
50794
  **/
50624
50795
  toTransfer: function toTransfer(res) {
50625
50796
  var _this28 = this;
@@ -50638,11 +50809,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50638
50809
  this.nextNode.customLimitTime = val;
50639
50810
  },
50640
50811
 
50641
- /**
50642
- * getNodeInfo
50643
- * @desc:获取节点信息
50644
- * @author liufan
50645
- * @date 2022年5月25日
50812
+ /**
50813
+ * getNodeInfo
50814
+ * @desc:获取节点信息
50815
+ * @author liufan
50816
+ * @date 2022年5月25日
50646
50817
  **/
50647
50818
  getNodeInfo: function getNodeInfo() {
50648
50819
  var _this29 = this;
@@ -50753,12 +50924,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50753
50924
  });
50754
50925
  },
50755
50926
 
50756
- /**
50757
- * selecNext
50758
- * @desc:下步节点变化时更新数据
50759
- * @author liufan
50760
- * @param {String} val 当前选中值
50761
- * @date 2022年5月25日
50927
+ /**
50928
+ * selecNext
50929
+ * @desc:下步节点变化时更新数据
50930
+ * @author liufan
50931
+ * @param {String} val 当前选中值
50932
+ * @date 2022年5月25日
50762
50933
  **/
50763
50934
  selecNext: function selecNext(val, type, isDef) {
50764
50935
  var _this30 = this;
@@ -50898,11 +51069,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50898
51069
  }
50899
51070
  },
50900
51071
 
50901
- /**
50902
- * isMultiple
50903
- * @desc:是否多选
50904
- * @author liufan
50905
- * @date 2022年9月13日
51072
+ /**
51073
+ * isMultiple
51074
+ * @desc:是否多选
51075
+ * @author liufan
51076
+ * @date 2022年9月13日
50906
51077
  **/
50907
51078
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
50908
51079
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -50934,11 +51105,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50934
51105
  }
50935
51106
  },
50936
51107
 
50937
- /**
50938
- * getHedInfo
50939
- * @desc:获取审核页面数据
50940
- * @author liufan
50941
- * @date 2022年5月25日
51108
+ /**
51109
+ * getHedInfo
51110
+ * @desc:获取审核页面数据
51111
+ * @author liufan
51112
+ * @date 2022年5月25日
50942
51113
  **/
50943
51114
  getHedInfo: function getHedInfo() {
50944
51115
  var _this31 = this;
@@ -51254,13 +51425,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51254
51425
  });
51255
51426
  },
51256
51427
 
51257
- /**
51258
- * closeProcess
51259
- * @desc:关闭弹窗
51260
- * @author liufan
51261
- * @param {boolean} val 当前是否办理流程
51262
- * @param {String} type 当前点击的弹窗类型
51263
- * @date 2022年5月25日
51428
+ /**
51429
+ * closeProcess
51430
+ * @desc:关闭弹窗
51431
+ * @author liufan
51432
+ * @param {boolean} val 当前是否办理流程
51433
+ * @param {String} type 当前点击的弹窗类型
51434
+ * @date 2022年5月25日
51264
51435
  **/
51265
51436
  closeProcess: function closeProcess(val, type, closeParent) {
51266
51437
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -51280,23 +51451,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51280
51451
  }
51281
51452
  },
51282
51453
 
51283
- /**
51284
- * selectChange
51285
- * @desc:常用语选择
51286
- * @author liufan
51287
- * @param {String} val 选中值
51288
- * @date 2022年5月25日
51454
+ /**
51455
+ * selectChange
51456
+ * @desc:常用语选择
51457
+ * @author liufan
51458
+ * @param {String} val 选中值
51459
+ * @date 2022年5月25日
51289
51460
  **/
51290
51461
  selectChange: function selectChange(val) {
51291
51462
  this.value = val;
51292
51463
  },
51293
51464
 
51294
- /**
51295
- * upDate
51296
- * @desc:修改常用语
51297
- * @author liufan
51298
- * @param {Object} val 修改值
51299
- * @date 2022年5月25日
51465
+ /**
51466
+ * upDate
51467
+ * @desc:修改常用语
51468
+ * @author liufan
51469
+ * @param {Object} val 修改值
51470
+ * @date 2022年5月25日
51300
51471
  **/
51301
51472
  upDate: function upDate(val) {
51302
51473
  this.FormData.id = val.id;
@@ -51304,11 +51475,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51304
51475
  },
51305
51476
 
51306
51477
 
51307
- /**
51308
- * getProcess
51309
- * @desc:获取选择流程
51310
- * @author liufan
51311
- * @date 2022年5月25日
51478
+ /**
51479
+ * getProcess
51480
+ * @desc:获取选择流程
51481
+ * @author liufan
51482
+ * @date 2022年5月25日
51312
51483
  **/
51313
51484
  getProcess: function getProcess(val) {
51314
51485
  var _this32 = this;
@@ -51368,11 +51539,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51368
51539
  });
51369
51540
  },
51370
51541
 
51371
- /**
51372
- * getPendedhistoryList
51373
- * @desc:获取流程列表
51374
- * @author liufan
51375
- * @date 2022年5月25日
51542
+ /**
51543
+ * getPendedhistoryList
51544
+ * @desc:获取流程列表
51545
+ * @author liufan
51546
+ * @date 2022年5月25日
51376
51547
  **/
51377
51548
  getPendedhistoryList: function getPendedhistoryList() {
51378
51549
  var _this33 = this;
@@ -51443,12 +51614,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51443
51614
  beforeSubProcess: function beforeSubProcess() {},
51444
51615
 
51445
51616
  // 提交流程
51446
- /**
51447
- * subProcess
51448
- * @desc:提交流程
51449
- * @author liufan
51450
- * @param {String} formName 当前form表单ref值
51451
- * @date 2022年5月25日
51617
+ /**
51618
+ * subProcess
51619
+ * @desc:提交流程
51620
+ * @author liufan
51621
+ * @param {String} formName 当前form表单ref值
51622
+ * @date 2022年5月25日
51452
51623
  **/
51453
51624
  subProcess: function subProcess(val, type) {
51454
51625
  var _this35 = this;
@@ -51504,7 +51675,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51504
51675
  if (!this.endFlow && this.newTypeCode != 'fenyue' && !this.shrink && this.nextNode.isAddSign != '1' && this.nextNode.isRemoveSign != '1' && this.isSpecial && !this.isReject && this.nodeInfos.length != 0 && this.isNextUser) {
51505
51676
  if (this.isShowNextUser) {
51506
51677
  if (this.nextNode.nextUserId == '' || this.multiple && this.nextNode.nextUserId.length == 0) {
51507
- this.$message.warning('请选择下步办理人');
51678
+ this.$message.warning('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '下步办理人'));
51508
51679
  return false;
51509
51680
  }
51510
51681
  } else {
@@ -51927,8 +52098,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
51927
52098
 
51928
52099
  var flow_src_main_component = normalizeComponent(
51929
52100
  packages_flow_src_mainvue_type_script_lang_js_,
51930
- mainvue_type_template_id_6a1416d2_render,
51931
- mainvue_type_template_id_6a1416d2_staticRenderFns,
52101
+ mainvue_type_template_id_2dffee80_render,
52102
+ mainvue_type_template_id_2dffee80_staticRenderFns,
51932
52103
  false,
51933
52104
  null,
51934
52105
  null,
@@ -70448,10 +70619,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70448
70619
  this.$refs.user.handleSelect(res);
70449
70620
  },
70450
70621
 
70451
- /**
70452
- * @desc:匹配路由
70453
- * @author huangbo
70454
- * @date 2024年9月7日
70622
+ /**
70623
+ * @desc:匹配路由
70624
+ * @author huangbo
70625
+ * @date 2024年9月7日
70455
70626
  **/
70456
70627
  hasRouter: function hasRouter(res, url, code) {
70457
70628
  if (!url) {
@@ -70495,10 +70666,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70495
70666
  return false;
70496
70667
  },
70497
70668
 
70498
- /**
70499
- * @desc:获取初始数据
70500
- * @author huangbo
70501
- * @date 2024年9月7日
70669
+ /**
70670
+ * @desc:获取初始数据
70671
+ * @author huangbo
70672
+ * @date 2024年9月7日
70502
70673
  **/
70503
70674
  init: function init(results, first) {
70504
70675
  this.setConfig(results);
@@ -70507,10 +70678,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70507
70678
  }
70508
70679
  },
70509
70680
 
70510
- /**
70511
- * @desc:设置用户配置及信息
70512
- * @author huangbo
70513
- * @date 2024年9月7日
70681
+ /**
70682
+ * @desc:设置用户配置及信息
70683
+ * @author huangbo
70684
+ * @date 2024年9月7日
70514
70685
  **/
70515
70686
  setConfig: function setConfig(results) {
70516
70687
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -70678,10 +70849,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70678
70849
  }
70679
70850
  },
70680
70851
 
70681
- /**
70682
- * @desc:获取所有应用
70683
- * @author huangbo
70684
- * @date 2024年9月7日
70852
+ /**
70853
+ * @desc:获取所有应用
70854
+ * @author huangbo
70855
+ * @date 2024年9月7日
70685
70856
  **/
70686
70857
  getApplications: function getApplications() {
70687
70858
  var _this2 = this;
@@ -70729,10 +70900,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70729
70900
  });
70730
70901
  },
70731
70902
 
70732
- /**
70733
- * @desc:获取菜单列表
70734
- * @author huangbo
70735
- * @date 2024年9月7日
70903
+ /**
70904
+ * @desc:获取菜单列表
70905
+ * @author huangbo
70906
+ * @date 2024年9月7日
70736
70907
  **/
70737
70908
  getMenus: function getMenus(loading) {
70738
70909
  var _this3 = this;
@@ -70765,10 +70936,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70765
70936
  });
70766
70937
  },
70767
70938
 
70768
- /**
70769
- * @desc:处理菜单列表
70770
- * @author huangbo
70771
- * @date 2024年9月7日
70939
+ /**
70940
+ * @desc:处理菜单列表
70941
+ * @author huangbo
70942
+ * @date 2024年9月7日
70772
70943
  **/
70773
70944
  renderMenus: function renderMenus(res) {
70774
70945
  this.menus = res;
@@ -70864,10 +71035,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70864
71035
  }
70865
71036
  },
70866
71037
 
70867
- /**
70868
- * @desc:设置页面加载类型
70869
- * @author huangbo
70870
- * @date 2024年9月7日
71038
+ /**
71039
+ * @desc:设置页面加载类型
71040
+ * @author huangbo
71041
+ * @date 2024年9月7日
70871
71042
  **/
70872
71043
  setIframeType: function setIframeType(res) {
70873
71044
  var url = res.url;
@@ -70923,10 +71094,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70923
71094
  return res;
70924
71095
  },
70925
71096
 
70926
- /**
70927
- * @desc:获取菜单
70928
- * @author huangbo
70929
- * @date 2024年9月7日
71097
+ /**
71098
+ * @desc:获取菜单
71099
+ * @author huangbo
71100
+ * @date 2024年9月7日
70930
71101
  **/
70931
71102
  getMenu: function getMenu(menus, res, key) {
70932
71103
  if (Array.isArray(menus)) {
@@ -70955,10 +71126,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70955
71126
  return false;
70956
71127
  },
70957
71128
 
70958
- /**
70959
- * @desc:获取菜单第一条数据
70960
- * @author huangbo
70961
- * @date 2024年9月7日
71129
+ /**
71130
+ * @desc:获取菜单第一条数据
71131
+ * @author huangbo
71132
+ * @date 2024年9月7日
70962
71133
  **/
70963
71134
  getFirst: function getFirst(obj) {
70964
71135
  if (!obj) {
@@ -70977,10 +71148,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
70977
71148
  }
70978
71149
  },
70979
71150
 
70980
- /**
70981
- * @desc:遍历设置菜单气泡提醒
70982
- * @author huangbo
70983
- * @date 2024年9月7日
71151
+ /**
71152
+ * @desc:遍历设置菜单气泡提醒
71153
+ * @author huangbo
71154
+ * @date 2024年9月7日
70984
71155
  **/
70985
71156
  setTips: function setTips(obj) {
70986
71157
  var _this4 = this;
@@ -71051,10 +71222,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71051
71222
  }
71052
71223
  },
71053
71224
 
71054
- /**
71055
- * @desc:获取气泡提醒
71056
- * @author huangbo
71057
- * @date 2024年9月7日
71225
+ /**
71226
+ * @desc:获取气泡提醒
71227
+ * @author huangbo
71228
+ * @date 2024年9月7日
71058
71229
  **/
71059
71230
  getBadge: function getBadge(res) {
71060
71231
  var num = res.tips || 0;
@@ -71068,10 +71239,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71068
71239
  };
71069
71240
  },
71070
71241
 
71071
- /**
71072
- * @desc:开启weosocket
71073
- * @author huangbo
71074
- * @date 2024年9月7日
71242
+ /**
71243
+ * @desc:开启weosocket
71244
+ * @author huangbo
71245
+ * @date 2024年9月7日
71075
71246
  **/
71076
71247
  initWebSocket: function initWebSocket() {
71077
71248
  var _this6 = this;
@@ -71120,10 +71291,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71120
71291
  });
71121
71292
  },
71122
71293
 
71123
- /**
71124
- * @desc:显示用户信息
71125
- * @author huangbo
71126
- * @date 2024年9月7日
71294
+ /**
71295
+ * @desc:显示用户信息
71296
+ * @author huangbo
71297
+ * @date 2024年9月7日
71127
71298
  **/
71128
71299
  showUserInfo: function showUserInfo() {
71129
71300
  if (this.showUser === false) {
@@ -71131,19 +71302,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71131
71302
  }
71132
71303
  },
71133
71304
 
71134
- /**
71135
- * @desc:删除更多应用菜单点击
71136
- * @author huangbo
71137
- * @date 2024年9月7日
71305
+ /**
71306
+ * @desc:删除更多应用菜单点击
71307
+ * @author huangbo
71308
+ * @date 2024年9月7日
71138
71309
  **/
71139
71310
  handleDelete: function handleDelete(index) {
71140
71311
  this.newApps.splice(index, 1);
71141
71312
  },
71142
71313
 
71143
- /**
71144
- * @desc:储存更多应用菜单点击
71145
- * @author huangbo
71146
- * @date 2024年9月7日
71314
+ /**
71315
+ * @desc:储存更多应用菜单点击
71316
+ * @author huangbo
71317
+ * @date 2024年9月7日
71147
71318
  **/
71148
71319
  handlerClickApps: function handlerClickApps(res) {
71149
71320
  if (res.permission === false) {
@@ -71156,10 +71327,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71156
71327
  this.handlerClickApp(res);
71157
71328
  },
71158
71329
 
71159
- /**
71160
- * @desc:侧边应用菜单点击
71161
- * @author huangbo
71162
- * @date 2024年9月7日
71330
+ /**
71331
+ * @desc:侧边应用菜单点击
71332
+ * @author huangbo
71333
+ * @date 2024年9月7日
71163
71334
  **/
71164
71335
  handlerClickApp: function handlerClickApp(res) {
71165
71336
  this.showMsg = false;
@@ -71248,10 +71419,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71248
71419
  }
71249
71420
  },
71250
71421
 
71251
- /**
71252
- * @desc:显示Drawer界面
71253
- * @author huangbo
71254
- * @date 2024年9月7日
71422
+ /**
71423
+ * @desc:显示Drawer界面
71424
+ * @author huangbo
71425
+ * @date 2024年9月7日
71255
71426
  **/
71256
71427
  handlerSetDrawer: function handlerSetDrawer(res, type) {
71257
71428
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -71271,19 +71442,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71271
71442
  }
71272
71443
  },
71273
71444
 
71274
- /**
71275
- * @desc:关闭Drawer界面
71276
- * @author huangbo
71277
- * @date 2024年9月7日
71445
+ /**
71446
+ * @desc:关闭Drawer界面
71447
+ * @author huangbo
71448
+ * @date 2024年9月7日
71278
71449
  **/
71279
71450
  handleCloseDrawer: function handleCloseDrawer() {
71280
71451
  this.drawer = { visible: false };
71281
71452
  },
71282
71453
 
71283
- /**
71284
- * @desc:菜单点击
71285
- * @author huangbo
71286
- * @date 2024年9月7日
71454
+ /**
71455
+ * @desc:菜单点击
71456
+ * @author huangbo
71457
+ * @date 2024年9月7日
71287
71458
  **/
71288
71459
  handlerClickMenu: function handlerClickMenu(res) {
71289
71460
  utils_util.ajax({
@@ -71332,19 +71503,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71332
71503
  },
71333
71504
 
71334
71505
 
71335
- /**
71336
- * @desc:用户详情请求成功
71337
- * @author huangbo
71338
- * @date 2024年9月7日
71506
+ /**
71507
+ * @desc:用户详情请求成功
71508
+ * @author huangbo
71509
+ * @date 2024年9月7日
71339
71510
  **/
71340
71511
  handleSuccess: function handleSuccess(res) {
71341
71512
  this.simpleUserInfo = res.simpleUserInfo;
71342
71513
  },
71343
71514
 
71344
- /**
71345
- * @desc:修改用户配置
71346
- * @author huangbo
71347
- * @date 2024年9月7日
71515
+ /**
71516
+ * @desc:修改用户配置
71517
+ * @author huangbo
71518
+ * @date 2024年9月7日
71348
71519
  **/
71349
71520
  handleChangeConfig: function handleChangeConfig(name, res) {
71350
71521
  if (name == 'userHeadUrl') {
@@ -71360,10 +71531,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71360
71531
  }
71361
71532
  },
71362
71533
 
71363
- /**
71364
- * @desc:关闭webSocket
71365
- * @author huangbo
71366
- * @date 2024年9月7日
71534
+ /**
71535
+ * @desc:关闭webSocket
71536
+ * @author huangbo
71537
+ * @date 2024年9月7日
71367
71538
  **/
71368
71539
  handlerClose: function handlerClose() {
71369
71540
  if (this.webSocket) {
@@ -71371,10 +71542,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71371
71542
  }
71372
71543
  },
71373
71544
 
71374
- /**
71375
- * @desc:刷新选中iframe页签
71376
- * @author huangbo
71377
- * @date 2024年9月7日
71545
+ /**
71546
+ * @desc:刷新选中iframe页签
71547
+ * @author huangbo
71548
+ * @date 2024年9月7日
71378
71549
  **/
71379
71550
  handleRefresh: function handleRefresh(arg) {
71380
71551
  var i = arg && arg != true && arg !== 'pageData' ? utils_util.indexOfObj(this.tabs, arg, 'appCode,code,id,url') : utils_util.indexOfObj(this.tabs, this.activeName, 'id');
@@ -71411,10 +71582,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71411
71582
  }
71412
71583
  },
71413
71584
 
71414
- /**
71415
- * @desc:删除iframe
71416
- * @author huangbo
71417
- * @date 2024年9月7日
71585
+ /**
71586
+ * @desc:删除iframe
71587
+ * @author huangbo
71588
+ * @date 2024年9月7日
71418
71589
  **/
71419
71590
  handleRemove: function handleRemove(name) {
71420
71591
  var len = this.tabs.length - 1;
@@ -71431,10 +71602,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71431
71602
  }
71432
71603
  },
71433
71604
 
71434
- /**
71435
- * @desc:tabs鼠标右键事件
71436
- * @author huangbo
71437
- * @date 2024年9月7日
71605
+ /**
71606
+ * @desc:tabs鼠标右键事件
71607
+ * @author huangbo
71608
+ * @date 2024年9月7日
71438
71609
  **/
71439
71610
  handleContextmenu: function handleContextmenu(tabs, e) {
71440
71611
  var disabled = {};
@@ -71459,10 +71630,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71459
71630
  window.addEventListener('click', this.closeTabsEvents);
71460
71631
  },
71461
71632
 
71462
- /**
71463
- * @desc:tabs页签事件
71464
- * @author huangbo
71465
- * @date 2024年9月7日
71633
+ /**
71634
+ * @desc:tabs页签事件
71635
+ * @author huangbo
71636
+ * @date 2024年9月7日
71466
71637
  **/
71467
71638
  handleTabsEvents: function handleTabsEvents(num) {
71468
71639
  if (this.pane !== null) {
@@ -71473,10 +71644,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71473
71644
  },
71474
71645
 
71475
71646
 
71476
- /**
71477
- * @desc:关闭页签事件面板
71478
- * @author huangbo
71479
- * @date 2024年9月7日
71647
+ /**
71648
+ * @desc:关闭页签事件面板
71649
+ * @author huangbo
71650
+ * @date 2024年9月7日
71480
71651
  **/
71481
71652
  closeTabsEvents: function closeTabsEvents(e) {
71482
71653
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -71486,10 +71657,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71486
71657
  },
71487
71658
 
71488
71659
 
71489
- /**
71490
- * @desc:tabs页签点击事件
71491
- * @author huangbo
71492
- * @date 2024年9月7日
71660
+ /**
71661
+ * @desc:tabs页签点击事件
71662
+ * @author huangbo
71663
+ * @date 2024年9月7日
71493
71664
  **/
71494
71665
  handleTabClick: function handleTabClick() {
71495
71666
  this.active = '';
@@ -71497,10 +71668,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71497
71668
  this.showMenu = false;
71498
71669
  },
71499
71670
 
71500
- /**
71501
- * @desc:handler工具栏点击事件
71502
- * @author huangbo
71503
- * @date 2024年9月7日
71671
+ /**
71672
+ * @desc:handler工具栏点击事件
71673
+ * @author huangbo
71674
+ * @date 2024年9月7日
71504
71675
  **/
71505
71676
  handleClick: function handleClick(res) {
71506
71677
  var type = res.type,
@@ -71581,10 +71752,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71581
71752
  this.$emit('handler-click', res);
71582
71753
  },
71583
71754
 
71584
- /**
71585
- * @desc:退出登录
71586
- * @author huangbo
71587
- * @date 2024年9月7日
71755
+ /**
71756
+ * @desc:退出登录
71757
+ * @author huangbo
71758
+ * @date 2024年9月7日
71588
71759
  **/
71589
71760
  handleQuit: function handleQuit() {
71590
71761
  var _this7 = this;
@@ -71665,10 +71836,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71665
71836
  }).catch(function (e) {});
71666
71837
  },
71667
71838
 
71668
- /**
71669
- * @desc:主题、消息回调
71670
- * @author huangbo
71671
- * @date 2024年9月7日
71839
+ /**
71840
+ * @desc:主题、消息回调
71841
+ * @author huangbo
71842
+ * @date 2024年9月7日
71672
71843
  **/
71673
71844
  handleChange: function handleChange(res) {
71674
71845
  var type = res.type,
@@ -71684,10 +71855,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71684
71855
  }
71685
71856
  },
71686
71857
 
71687
- /**
71688
- * @desc:菜单布局样式切换
71689
- * @author huangbo
71690
- * @date 2024年9月7日
71858
+ /**
71859
+ * @desc:菜单布局样式切换
71860
+ * @author huangbo
71861
+ * @date 2024年9月7日
71691
71862
  **/
71692
71863
  handleLayout: function handleLayout(res, active) {
71693
71864
  if (active) {
@@ -71697,10 +71868,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71697
71868
  this.$emit('chang-layout', res, active);
71698
71869
  },
71699
71870
 
71700
- /**
71701
- * @desc:消息修改总数
71702
- * @author huangbo
71703
- * @date 2024年9月7日
71871
+ /**
71872
+ * @desc:消息修改总数
71873
+ * @author huangbo
71874
+ * @date 2024年9月7日
71704
71875
  **/
71705
71876
  handleMenuTips: function handleMenuTips(id, num) {
71706
71877
  if (num) {
@@ -71711,10 +71882,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
71711
71882
  }
71712
71883
  },
71713
71884
 
71714
- /**
71715
- * @desc:处理即时消息
71716
- * @author huangbo
71717
- * @date 2024年9月7日
71885
+ /**
71886
+ * @desc:处理即时消息
71887
+ * @author huangbo
71888
+ * @date 2024年9月7日
71718
71889
  **/
71719
71890
  handleOpened: function handleOpened(res) {
71720
71891
  var _this8 = this;
@@ -75740,8 +75911,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75740
75911
  this.currentPage = this.setIframeType(this.fourthTabs[0]);
75741
75912
  },
75742
75913
 
75743
- /**
75744
- * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75914
+ /**
75915
+ * queryChildMenu: 查询左侧我的提醒和我的快捷菜单
75745
75916
  */
75746
75917
  queryChildMenuData: function queryChildMenuData() {
75747
75918
  var _this2 = this;
@@ -75860,8 +76031,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75860
76031
  }))();
75861
76032
  },
75862
76033
 
75863
- /**
75864
- * getVoteMeetingNum: 查询会议数量
76034
+ /**
76035
+ * getVoteMeetingNum: 查询会议数量
75865
76036
  */
75866
76037
  getVoteMeetingNum: function getVoteMeetingNum() {
75867
76038
  var _this5 = this;
@@ -75886,8 +76057,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75886
76057
  });
75887
76058
  },
75888
76059
 
75889
- /**
75890
- * getShareFilesReceiveCountNew: 查询待接收文件数量
76060
+ /**
76061
+ * getShareFilesReceiveCountNew: 查询待接收文件数量
75891
76062
  */
75892
76063
  getShareFilesReceiveCountNew: function getShareFilesReceiveCountNew() {
75893
76064
  var _this6 = this;
@@ -75912,8 +76083,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75912
76083
  },
75913
76084
 
75914
76085
 
75915
- /**
75916
- * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
76086
+ /**
76087
+ * getUserTipsInstanceNum: 查询待签收/据签收任务数量 1是拒签收 0是待签收
75917
76088
  */
75918
76089
  getUserTipsInstanceNum: function getUserTipsInstanceNum(type) {
75919
76090
  var _this7 = this;
@@ -75941,8 +76112,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75941
76112
  });
75942
76113
  },
75943
76114
 
75944
- /**
75945
- * getIndexCount: 查询待办任务数量
76115
+ /**
76116
+ * getIndexCount: 查询待办任务数量
75946
76117
  */
75947
76118
  getIndexCount: function getIndexCount() {
75948
76119
  var _this8 = this;
@@ -75973,10 +76144,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
75973
76144
  this.$refs.user.handleSelect(res);
75974
76145
  },
75975
76146
 
75976
- /**
75977
- * @desc:匹配路由
75978
- * @author huangbo
75979
- * @date 2024年9月7日
76147
+ /**
76148
+ * @desc:匹配路由
76149
+ * @author huangbo
76150
+ * @date 2024年9月7日
75980
76151
  **/
75981
76152
  hasRouter: function hasRouter(res, url, code) {
75982
76153
  if (!url) {
@@ -76020,10 +76191,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76020
76191
  return false;
76021
76192
  },
76022
76193
 
76023
- /**
76024
- * @desc:获取初始数据
76025
- * @author huangbo
76026
- * @date 2024年9月7日
76194
+ /**
76195
+ * @desc:获取初始数据
76196
+ * @author huangbo
76197
+ * @date 2024年9月7日
76027
76198
  **/
76028
76199
  init: function init(results) {
76029
76200
  this.setConfig(results);
@@ -76034,10 +76205,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76034
76205
  // }
76035
76206
  },
76036
76207
 
76037
- /**
76038
- * @desc:设置用户配置及信息
76039
- * @author huangbo
76040
- * @date 2024年9月7日
76208
+ /**
76209
+ * @desc:设置用户配置及信息
76210
+ * @author huangbo
76211
+ * @date 2024年9月7日
76041
76212
  **/
76042
76213
  setConfig: function setConfig(results) {
76043
76214
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -76201,8 +76372,8 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76201
76372
  }
76202
76373
  },
76203
76374
 
76204
- /**
76205
- * @desc:获取用户自定义菜单
76375
+ /**
76376
+ * @desc:获取用户自定义菜单
76206
76377
  **/
76207
76378
  getUseCommonMenu: function getUseCommonMenu() {
76208
76379
  var _this9 = this;
@@ -76232,10 +76403,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76232
76403
  });
76233
76404
  },
76234
76405
 
76235
- /**
76236
- * @desc:获取所有应用
76237
- * @author huangbo
76238
- * @date 2024年9月7日
76406
+ /**
76407
+ * @desc:获取所有应用
76408
+ * @author huangbo
76409
+ * @date 2024年9月7日
76239
76410
  **/
76240
76411
  getApplications: function getApplications() {
76241
76412
  var _this10 = this;
@@ -76283,10 +76454,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76283
76454
  });
76284
76455
  },
76285
76456
 
76286
- /**
76287
- * @desc:获取菜单列表
76288
- * @author huangbo
76289
- * @date 2024年9月7日
76457
+ /**
76458
+ * @desc:获取菜单列表
76459
+ * @author huangbo
76460
+ * @date 2024年9月7日
76290
76461
  **/
76291
76462
  getMenus: function getMenus(loading) {
76292
76463
  var _this11 = this;
@@ -76313,10 +76484,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76313
76484
  });
76314
76485
  },
76315
76486
 
76316
- /**
76317
- * @desc:处理菜单列表
76318
- * @author huangbo
76319
- * @date 2024年9月7日
76487
+ /**
76488
+ * @desc:处理菜单列表
76489
+ * @author huangbo
76490
+ * @date 2024年9月7日
76320
76491
  **/
76321
76492
  renderMenus: function renderMenus(res) {
76322
76493
  // // console.log(res, 'renderMenus');
@@ -76362,9 +76533,9 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76362
76533
  // console.log(this.currentPage, 'currentPage');
76363
76534
  },
76364
76535
 
76365
- /**
76366
- * 更新myRemind中各项的权限状态
76367
- * @param {Array} menus - 完整的菜单列表
76536
+ /**
76537
+ * 更新myRemind中各项的权限状态
76538
+ * @param {Array} menus - 完整的菜单列表
76368
76539
  */
76369
76540
  updateRemindPermission: function updateRemindPermission(menus) {
76370
76541
  // 创建一个Set存储所有菜单的id,方便快速查找
@@ -76392,10 +76563,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76392
76563
  });
76393
76564
  },
76394
76565
 
76395
- /**
76396
- * @desc:设置页面加载类型
76397
- * @author huangbo
76398
- * @date 2024年9月7日
76566
+ /**
76567
+ * @desc:设置页面加载类型
76568
+ * @author huangbo
76569
+ * @date 2024年9月7日
76399
76570
  **/
76400
76571
  setIframeType: function setIframeType(res) {
76401
76572
  var url = res.url;
@@ -76452,10 +76623,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76452
76623
  return res;
76453
76624
  },
76454
76625
 
76455
- /**
76456
- * @desc:获取菜单
76457
- * @author huangbo
76458
- * @date 2024年9月7日
76626
+ /**
76627
+ * @desc:获取菜单
76628
+ * @author huangbo
76629
+ * @date 2024年9月7日
76459
76630
  **/
76460
76631
  getMenu: function getMenu(menus, res, key) {
76461
76632
  if (Array.isArray(menus)) {
@@ -76484,10 +76655,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76484
76655
  return false;
76485
76656
  },
76486
76657
 
76487
- /**
76488
- * @desc:获取菜单第一条数据
76489
- * @author huangbo
76490
- * @date 2024年9月7日
76658
+ /**
76659
+ * @desc:获取菜单第一条数据
76660
+ * @author huangbo
76661
+ * @date 2024年9月7日
76491
76662
  **/
76492
76663
  getFirst: function getFirst(obj) {
76493
76664
  if (!obj) {
@@ -76506,10 +76677,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76506
76677
  }
76507
76678
  },
76508
76679
 
76509
- /**
76510
- * @desc:遍历设置菜单气泡提醒
76511
- * @author huangbo
76512
- * @date 2024年9月7日
76680
+ /**
76681
+ * @desc:遍历设置菜单气泡提醒
76682
+ * @author huangbo
76683
+ * @date 2024年9月7日
76513
76684
  **/
76514
76685
  setTips: function setTips(obj) {
76515
76686
  var _this12 = this;
@@ -76574,10 +76745,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76574
76745
  }
76575
76746
  },
76576
76747
 
76577
- /**
76578
- * @desc:获取气泡提醒
76579
- * @author huangbo
76580
- * @date 2024年9月7日
76748
+ /**
76749
+ * @desc:获取气泡提醒
76750
+ * @author huangbo
76751
+ * @date 2024年9月7日
76581
76752
  **/
76582
76753
  getBadge: function getBadge(res) {
76583
76754
  var num = res.tips || 0;
@@ -76591,10 +76762,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76591
76762
  };
76592
76763
  },
76593
76764
 
76594
- /**
76595
- * @desc:开启weosocket
76596
- * @author huangbo
76597
- * @date 2024年9月7日
76765
+ /**
76766
+ * @desc:开启weosocket
76767
+ * @author huangbo
76768
+ * @date 2024年9月7日
76598
76769
  **/
76599
76770
  initWebSocket: function initWebSocket() {
76600
76771
  var _this14 = this;
@@ -76662,10 +76833,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76662
76833
  });
76663
76834
  },
76664
76835
 
76665
- /**
76666
- * @desc:显示用户信息
76667
- * @author huangbo
76668
- * @date 2024年9月7日
76836
+ /**
76837
+ * @desc:显示用户信息
76838
+ * @author huangbo
76839
+ * @date 2024年9月7日
76669
76840
  **/
76670
76841
  showUserInfo: function showUserInfo() {
76671
76842
  if (this.showUser === false) {
@@ -76673,19 +76844,19 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76673
76844
  }
76674
76845
  },
76675
76846
 
76676
- /**
76677
- * @desc:删除更多应用菜单点击
76678
- * @author huangbo
76679
- * @date 2024年9月7日
76847
+ /**
76848
+ * @desc:删除更多应用菜单点击
76849
+ * @author huangbo
76850
+ * @date 2024年9月7日
76680
76851
  **/
76681
76852
  handleDelete: function handleDelete(index) {
76682
76853
  this.newApps.splice(index, 1);
76683
76854
  },
76684
76855
 
76685
- /**
76686
- * @desc:显示Drawer界面
76687
- * @author huangbo
76688
- * @date 2024年9月7日
76856
+ /**
76857
+ * @desc:显示Drawer界面
76858
+ * @author huangbo
76859
+ * @date 2024年9月7日
76689
76860
  **/
76690
76861
  handlerSetDrawer: function handlerSetDrawer(res, type) {
76691
76862
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -76705,28 +76876,28 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76705
76876
  }
76706
76877
  },
76707
76878
 
76708
- /**
76709
- * @desc:关闭Drawer界面
76710
- * @author huangbo
76711
- * @date 2024年9月7日
76879
+ /**
76880
+ * @desc:关闭Drawer界面
76881
+ * @author huangbo
76882
+ * @date 2024年9月7日
76712
76883
  **/
76713
76884
  handleCloseDrawer: function handleCloseDrawer() {
76714
76885
  this.drawer = { visible: false };
76715
76886
  },
76716
76887
 
76717
- /**
76718
- * @desc:用户详情请求成功
76719
- * @author huangbo
76720
- * @date 2024年9月7日
76888
+ /**
76889
+ * @desc:用户详情请求成功
76890
+ * @author huangbo
76891
+ * @date 2024年9月7日
76721
76892
  **/
76722
76893
  handleSuccess: function handleSuccess(res) {
76723
76894
  this.simpleUserInfo = res.simpleUserInfo;
76724
76895
  },
76725
76896
 
76726
- /**
76727
- * @desc:修改用户配置
76728
- * @author huangbo
76729
- * @date 2024年9月7日
76897
+ /**
76898
+ * @desc:修改用户配置
76899
+ * @author huangbo
76900
+ * @date 2024年9月7日
76730
76901
  **/
76731
76902
  handleChangeConfig: function handleChangeConfig(name, res) {
76732
76903
  if (name == 'userHeadUrl') {
@@ -76742,10 +76913,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76742
76913
  }
76743
76914
  },
76744
76915
 
76745
- /**
76746
- * @desc:关闭webSocket
76747
- * @author huangbo
76748
- * @date 2024年9月7日
76916
+ /**
76917
+ * @desc:关闭webSocket
76918
+ * @author huangbo
76919
+ * @date 2024年9月7日
76749
76920
  **/
76750
76921
  handlerClose: function handlerClose() {
76751
76922
  if (this.webSocket) {
@@ -76756,10 +76927,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76756
76927
  this.handleRefresh(1);
76757
76928
  },
76758
76929
 
76759
- /**
76760
- * @desc:刷新选中iframe页签
76761
- * @author huangbo
76762
- * @date 2024年9月7日
76930
+ /**
76931
+ * @desc:刷新选中iframe页签
76932
+ * @author huangbo
76933
+ * @date 2024年9月7日
76763
76934
  **/
76764
76935
  handleRefresh: function handleRefresh(arg) {
76765
76936
  if (arg !== 1) {
@@ -76805,10 +76976,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76805
76976
  }
76806
76977
  },
76807
76978
 
76808
- /**
76809
- * @desc:删除iframe
76810
- * @author huangbo
76811
- * @date 2024年9月7日
76979
+ /**
76980
+ * @desc:删除iframe
76981
+ * @author huangbo
76982
+ * @date 2024年9月7日
76812
76983
  **/
76813
76984
  handleRemove: function handleRemove(name) {
76814
76985
  var len = this.tabs.length - 1;
@@ -76825,10 +76996,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76825
76996
  }
76826
76997
  },
76827
76998
 
76828
- /**
76829
- * @desc:tabs鼠标右键事件
76830
- * @author huangbo
76831
- * @date 2024年9月7日
76999
+ /**
77000
+ * @desc:tabs鼠标右键事件
77001
+ * @author huangbo
77002
+ * @date 2024年9月7日
76832
77003
  **/
76833
77004
  handleContextmenu: function handleContextmenu(tabs, e) {
76834
77005
  var disabled = {};
@@ -76853,10 +77024,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76853
77024
  window.addEventListener('click', this.closeTabsEvents);
76854
77025
  },
76855
77026
 
76856
- /**
76857
- * @desc:tabs页签事件
76858
- * @author huangbo
76859
- * @date 2024年9月7日
77027
+ /**
77028
+ * @desc:tabs页签事件
77029
+ * @author huangbo
77030
+ * @date 2024年9月7日
76860
77031
  **/
76861
77032
  handleTabsEvents: function handleTabsEvents(num) {
76862
77033
  if (this.pane !== null) {
@@ -76867,10 +77038,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76867
77038
  },
76868
77039
 
76869
77040
 
76870
- /**
76871
- * @desc:关闭页签事件面板
76872
- * @author huangbo
76873
- * @date 2024年9月7日
77041
+ /**
77042
+ * @desc:关闭页签事件面板
77043
+ * @author huangbo
77044
+ * @date 2024年9月7日
76874
77045
  **/
76875
77046
  closeTabsEvents: function closeTabsEvents(e) {
76876
77047
  if (e.target.parentNode != this.$refs.tabsHandler.$el && e.target.parentNode.parentNode != this.$refs.tabsHandler.$el) {
@@ -76880,10 +77051,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76880
77051
  },
76881
77052
 
76882
77053
 
76883
- /**
76884
- * @desc:tabs页签点击事件
76885
- * @author huangbo
76886
- * @date 2024年9月7日
77054
+ /**
77055
+ * @desc:tabs页签点击事件
77056
+ * @author huangbo
77057
+ * @date 2024年9月7日
76887
77058
  **/
76888
77059
  handleTabClick: function handleTabClick() {
76889
77060
  this.active = '';
@@ -76891,10 +77062,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76891
77062
  this.showMenu = false;
76892
77063
  },
76893
77064
 
76894
- /**
76895
- * @desc:handler工具栏点击事件
76896
- * @author huangbo
76897
- * @date 2024年9月7日
77065
+ /**
77066
+ * @desc:handler工具栏点击事件
77067
+ * @author huangbo
77068
+ * @date 2024年9月7日
76898
77069
  **/
76899
77070
  handleClick: function handleClick(res) {
76900
77071
  var type = res.type,
@@ -76984,10 +77155,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
76984
77155
  this.$emit('handler-click', res);
76985
77156
  },
76986
77157
 
76987
- /**
76988
- * @desc:退出登录
76989
- * @author huangbo
76990
- * @date 2024年9月7日
77158
+ /**
77159
+ * @desc:退出登录
77160
+ * @author huangbo
77161
+ * @date 2024年9月7日
76991
77162
  **/
76992
77163
  handleQuit: function handleQuit() {
76993
77164
  var _this15 = this;
@@ -77062,10 +77233,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77062
77233
  }).catch(function (e) {});
77063
77234
  },
77064
77235
 
77065
- /**
77066
- * @desc:主题、消息回调
77067
- * @author huangbo
77068
- * @date 2024年9月7日
77236
+ /**
77237
+ * @desc:主题、消息回调
77238
+ * @author huangbo
77239
+ * @date 2024年9月7日
77069
77240
  **/
77070
77241
  handleChange: function handleChange(res) {
77071
77242
  var type = res.type,
@@ -77081,10 +77252,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77081
77252
  }
77082
77253
  },
77083
77254
 
77084
- /**
77085
- * @desc:菜单布局样式切换
77086
- * @author huangbo
77087
- * @date 2024年9月7日
77255
+ /**
77256
+ * @desc:菜单布局样式切换
77257
+ * @author huangbo
77258
+ * @date 2024年9月7日
77088
77259
  **/
77089
77260
  handleLayout: function handleLayout(res, active) {
77090
77261
  if (active) {
@@ -77094,10 +77265,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77094
77265
  this.$emit('chang-layout', res, active);
77095
77266
  },
77096
77267
 
77097
- /**
77098
- * @desc:消息修改总数
77099
- * @author huangbo
77100
- * @date 2024年9月7日
77268
+ /**
77269
+ * @desc:消息修改总数
77270
+ * @author huangbo
77271
+ * @date 2024年9月7日
77101
77272
  **/
77102
77273
  handleMenuTips: function handleMenuTips(id, num) {
77103
77274
  if (num) {
@@ -77108,10 +77279,10 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77108
77279
  }
77109
77280
  },
77110
77281
 
77111
- /**
77112
- * @desc:处理即时消息
77113
- * @author huangbo
77114
- * @date 2024年9月7日
77282
+ /**
77283
+ * @desc:处理即时消息
77284
+ * @author huangbo
77285
+ * @date 2024年9月7日
77115
77286
  **/
77116
77287
  handleOpened: function handleOpened(res) {
77117
77288
  var _this16 = this;
@@ -77127,14 +77298,14 @@ var simplicityTopvue_type_script_lang_js_systemMode = utils_util.getWinTopProper
77127
77298
  }
77128
77299
  },
77129
77300
 
77130
- /**
77131
- * @desc:菜单点击事件
77132
- * @author huangbo
77133
- * @date 2024年9月7日
77134
- * @param {*} res 菜单点击事件参数
77135
- * @param {*} method 菜单点击事件方法
77136
- * 1.顶部菜单点击跳转已经实现
77137
- * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77301
+ /**
77302
+ * @desc:菜单点击事件
77303
+ * @author huangbo
77304
+ * @date 2024年9月7日
77305
+ * @param {*} res 菜单点击事件参数
77306
+ * @param {*} method 菜单点击事件方法
77307
+ * 1.顶部菜单点击跳转已经实现
77308
+ * 2.其他地方点击跳转,需要选中跳转的一二级菜单
77138
77309
  **/
77139
77310
  handleSelect: function handleSelect(res) {
77140
77311
  var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
@@ -84542,19 +84713,19 @@ var QRCode = __webpack_require__(28);
84542
84713
  //设置logo大小
84543
84714
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
84544
84715
  //设置获取的logo将其变为圆角以及添加白色背景
84545
- /* ctx.fillStyle = "#fff";
84546
- ctx.beginPath();
84547
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84548
- let w = 46; //圆角宽
84549
- let x = logoPosition - 5;
84550
- let y = logoPosition - 5;
84551
- let r = 5; //圆角半径
84552
- ctx.moveTo(x + r, y);
84553
- ctx.arcTo(x + w, y, x + w, y + h, r);
84554
- ctx.arcTo(x + w, y + h, x, y + h, r);
84555
- ctx.arcTo(x, y + h, x, y, r);
84556
- ctx.arcTo(x, y, x + w, y, r);
84557
- ctx.closePath();
84716
+ /* ctx.fillStyle = "#fff";
84717
+ ctx.beginPath();
84718
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
84719
+ let w = 46; //圆角宽
84720
+ let x = logoPosition - 5;
84721
+ let y = logoPosition - 5;
84722
+ let r = 5; //圆角半径
84723
+ ctx.moveTo(x + r, y);
84724
+ ctx.arcTo(x + w, y, x + w, y + h, r);
84725
+ ctx.arcTo(x + w, y + h, x, y + h, r);
84726
+ ctx.arcTo(x, y + h, x, y, r);
84727
+ ctx.arcTo(x, y, x + w, y, r);
84728
+ ctx.closePath();
84558
84729
  ctx.fill(); */
84559
84730
  logo.onload = function () {
84560
84731
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -102711,7 +102882,7 @@ if (typeof window !== 'undefined' && window.Vue) {
102711
102882
  }
102712
102883
 
102713
102884
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
102714
- version: '0.8.7',
102885
+ version: '0.8.8',
102715
102886
  install: install,
102716
102887
  Button: packages_button,
102717
102888
  ButtonGroup: button_group,