eoss-ui 0.7.24 → 0.7.26

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 (292) hide show
  1. package/lib/button-group.js +3 -0
  2. package/lib/button.js +3 -0
  3. package/lib/calogin.js +236 -233
  4. package/lib/checkbox-group.js +3 -0
  5. package/lib/data-table-form.js +3 -0
  6. package/lib/data-table.js +3 -0
  7. package/lib/date-picker.js +3 -0
  8. package/lib/dialog.js +3 -0
  9. package/lib/eoss-ui.common.js +991 -1016
  10. package/lib/flow-group.js +3 -0
  11. package/lib/flow-list.js +109 -88
  12. package/lib/flow.js +459 -524
  13. package/lib/form.js +3 -0
  14. package/lib/handle-user.js +3 -0
  15. package/lib/handler.js +3 -0
  16. package/lib/icon.js +3 -0
  17. package/lib/index.js +1 -1
  18. package/lib/input-number.js +3 -0
  19. package/lib/input.js +3 -0
  20. package/lib/login.js +3 -0
  21. package/lib/main.js +165 -143
  22. package/lib/menu.js +6 -3
  23. package/lib/nav.js +3 -0
  24. package/lib/page.js +3 -0
  25. package/lib/pagination.js +3 -0
  26. package/lib/player.js +3 -0
  27. package/lib/qr-code.js +16 -13
  28. package/lib/radio-group.js +3 -0
  29. package/lib/retrial-auth.js +3 -0
  30. package/lib/select-ganged.js +3 -0
  31. package/lib/select.js +3 -0
  32. package/lib/selector-panel.js +3 -0
  33. package/lib/selector.js +3 -0
  34. package/lib/sizer.js +3 -0
  35. package/lib/steps.js +3 -0
  36. package/lib/switch.js +3 -0
  37. package/lib/table-form.js +3 -0
  38. package/lib/tabs.js +3 -0
  39. package/lib/theme-chalk/flow.css +1 -1
  40. package/lib/theme-chalk/index.css +1 -1
  41. package/lib/theme-chalk/main.css +1 -1
  42. package/lib/theme-chalk/menu.css +1 -1
  43. package/lib/theme-chalk/simplicity.css +1 -1
  44. package/lib/tips.js +3 -0
  45. package/lib/toolbar.js +4 -4
  46. package/lib/tree-group.js +3 -0
  47. package/lib/tree.js +3 -0
  48. package/lib/upload.js +3 -0
  49. package/lib/utils/util.js +3 -0
  50. package/lib/wujie.js +3 -0
  51. package/lib/wxlogin.js +3 -0
  52. package/package.json +160 -160
  53. package/packages/button/index.js +5 -5
  54. package/packages/button/src/main.vue +418 -418
  55. package/packages/button-group/index.js +5 -5
  56. package/packages/button-group/src/main.vue +346 -346
  57. package/packages/calendar/index.js +5 -5
  58. package/packages/calogin/index.js +5 -5
  59. package/packages/calogin/src/main.vue +412 -412
  60. package/packages/calogin/src/plugin.js +915 -915
  61. package/packages/card/index.js +5 -5
  62. package/packages/card/src/main.vue +156 -156
  63. package/packages/cascader/index.js +5 -5
  64. package/packages/cascader/src/main.vue +168 -168
  65. package/packages/checkbox-group/index.js +5 -5
  66. package/packages/checkbox-group/src/main.vue +333 -333
  67. package/packages/clients/index.js +5 -5
  68. package/packages/clients/src/main.vue +151 -151
  69. package/packages/data-table/index.js +5 -5
  70. package/packages/data-table/src/children.vue +39 -39
  71. package/packages/data-table/src/column.vue +988 -988
  72. package/packages/data-table/src/main.vue +1831 -1831
  73. package/packages/data-table/src/sizer.vue +195 -195
  74. package/packages/data-table-form/index.js +5 -5
  75. package/packages/data-table-form/src/checkbox.vue +101 -101
  76. package/packages/data-table-form/src/colgroup.vue +17 -17
  77. package/packages/data-table-form/src/main.vue +181 -181
  78. package/packages/data-table-form/src/radio.vue +65 -65
  79. package/packages/data-table-form/src/table.vue +233 -233
  80. package/packages/data-table-form/src/tbody.vue +336 -336
  81. package/packages/data-table-form/src/thead.vue +68 -68
  82. package/packages/date-picker/index.js +5 -5
  83. package/packages/date-picker/src/main.vue +236 -236
  84. package/packages/dialog/index.js +5 -5
  85. package/packages/enable-drag/index.js +5 -5
  86. package/packages/enterprise/index.js +5 -5
  87. package/packages/enterprise/src/main.vue +66 -66
  88. package/packages/error-page/index.js +5 -5
  89. package/packages/error-page/src/main.vue +44 -44
  90. package/packages/flow/index.js +5 -5
  91. package/packages/flow/src/component/Circulate.vue +413 -413
  92. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  93. package/packages/flow/src/component/CustomPreset.vue +322 -322
  94. package/packages/flow/src/component/FileList.vue +97 -97
  95. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  96. package/packages/flow/src/component/Preset.vue +255 -255
  97. package/packages/flow/src/component/SendMsg.vue +242 -242
  98. package/packages/flow/src/component/TimeLimit.vue +190 -190
  99. package/packages/flow/src/component/taskUnionExamine.vue +755 -738
  100. package/packages/flow/src/form.vue +121 -121
  101. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  102. package/packages/flow/src/main.vue +3854 -3843
  103. package/packages/flow/src/processForm.vue +1363 -1370
  104. package/packages/flow/src/processReject.vue +308 -308
  105. package/packages/flow/src/reset.vue +941 -941
  106. package/packages/flow/src/startTaskRead.vue +691 -691
  107. package/packages/flow/src/supervise.vue +159 -159
  108. package/packages/flow/src/table.vue +58 -58
  109. package/packages/flow-group/index.js +5 -5
  110. package/packages/flow-group/src/main.vue +717 -717
  111. package/packages/flow-list/index.js +5 -5
  112. package/packages/flow-list/src/main.vue +1787 -1770
  113. package/packages/form/index.js +5 -5
  114. package/packages/form/src/main.vue +3901 -3901
  115. package/packages/form/src/table.vue +1512 -1512
  116. package/packages/handle-user/index.js +5 -5
  117. package/packages/handle-user/src/main.vue +137 -137
  118. package/packages/handler/index.js +5 -5
  119. package/packages/handler/src/main.vue +496 -496
  120. package/packages/icon/index.js +5 -5
  121. package/packages/icon/src/main.vue +104 -104
  122. package/packages/icons/index.js +5 -5
  123. package/packages/icons/src/main.vue +81 -81
  124. package/packages/input/index.js +5 -5
  125. package/packages/input/src/main.vue +356 -356
  126. package/packages/input-number/index.js +5 -5
  127. package/packages/input-number/src/main.vue +106 -106
  128. package/packages/label/index.js +5 -5
  129. package/packages/label/src/main.vue +457 -457
  130. package/packages/layout/index.js +5 -5
  131. package/packages/layout/src/item.vue +152 -152
  132. package/packages/layout/src/main.vue +31 -31
  133. package/packages/login/index.js +5 -5
  134. package/packages/login/src/main.vue +2020 -2020
  135. package/packages/login/src/resetPassword.vue +557 -557
  136. package/packages/main/index.js +5 -5
  137. package/packages/main/src/default/message.vue +249 -249
  138. package/packages/main/src/default/notice.vue +157 -157
  139. package/packages/main/src/default/userinfo.vue +502 -502
  140. package/packages/main/src/public/online.vue +89 -89
  141. package/packages/main/src/public/search.vue +464 -464
  142. package/packages/main/src/public/settings.vue +221 -221
  143. package/packages/main/src/simplicity/apps.vue +388 -388
  144. package/packages/main/src/simplicity/avatar.vue +82 -82
  145. package/packages/main/src/simplicity/handler.vue +263 -263
  146. package/packages/main/src/simplicity/index.vue +2135 -2125
  147. package/packages/main/src/simplicity/lists.vue +84 -84
  148. package/packages/main/src/simplicity/menu-list.vue +135 -135
  149. package/packages/main/src/simplicity/message.vue +259 -259
  150. package/packages/main/src/simplicity/notice.vue +190 -190
  151. package/packages/main/src/simplicity/router-page.vue +45 -45
  152. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  153. package/packages/main/src/simplicity/user.vue +259 -259
  154. package/packages/main/src/simplicity/userinfo.vue +398 -398
  155. package/packages/menu/index.js +5 -5
  156. package/packages/menu/src/main.vue +596 -584
  157. package/packages/nav/index.js +5 -5
  158. package/packages/nav/src/main.vue +351 -351
  159. package/packages/notify/index.js +5 -5
  160. package/packages/notify/src/main.vue +538 -538
  161. package/packages/page/index.js +5 -5
  162. package/packages/page/src/main.vue +167 -167
  163. package/packages/pagination/index.js +5 -5
  164. package/packages/pagination/src/main.vue +96 -96
  165. package/packages/player/index.js +5 -5
  166. package/packages/player/src/main.vue +194 -194
  167. package/packages/qr-code/index.js +5 -5
  168. package/packages/qr-code/src/main.vue +170 -170
  169. package/packages/radio-group/index.js +6 -6
  170. package/packages/radio-group/src/main.vue +319 -319
  171. package/packages/retrial-auth/index.js +5 -5
  172. package/packages/retrial-auth/src/main.vue +280 -280
  173. package/packages/select/index.js +5 -5
  174. package/packages/select/src/main.vue +782 -782
  175. package/packages/select-ganged/index.js +5 -5
  176. package/packages/select-ganged/src/main.vue +724 -724
  177. package/packages/selector/index.js +5 -5
  178. package/packages/selector/src/main.vue +761 -761
  179. package/packages/selector-panel/index.js +5 -5
  180. package/packages/selector-panel/src/main.vue +1027 -1027
  181. package/packages/selector-panel/src/selection.vue +170 -170
  182. package/packages/selector-panel/src/tree.vue +129 -129
  183. package/packages/sizer/index.js +5 -5
  184. package/packages/sizer/src/main.vue +254 -254
  185. package/packages/steps/index.js +5 -5
  186. package/packages/steps/src/main.vue +181 -181
  187. package/packages/switch/index.js +5 -5
  188. package/packages/switch/src/main.vue +170 -170
  189. package/packages/table-form/index.js +5 -5
  190. package/packages/tabs/index.js +5 -5
  191. package/packages/tabs/src/main.vue +788 -788
  192. package/packages/tabs-panel/index.js +5 -5
  193. package/packages/tabs-panel/src/main.vue +29 -29
  194. package/packages/theme-chalk/lib/flow.css +1 -1
  195. package/packages/theme-chalk/lib/index.css +1 -1
  196. package/packages/theme-chalk/lib/main.css +1 -1
  197. package/packages/theme-chalk/lib/menu.css +1 -1
  198. package/packages/theme-chalk/lib/simplicity.css +1 -1
  199. package/packages/theme-chalk/src/base.scss +261 -261
  200. package/packages/theme-chalk/src/button-group.scss +176 -176
  201. package/packages/theme-chalk/src/button.scss +24 -24
  202. package/packages/theme-chalk/src/calendar.scss +113 -113
  203. package/packages/theme-chalk/src/card.scss +99 -99
  204. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  205. package/packages/theme-chalk/src/clients.scss +87 -87
  206. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  207. package/packages/theme-chalk/src/data-table.scss +293 -293
  208. package/packages/theme-chalk/src/date-picker.scss +7 -7
  209. package/packages/theme-chalk/src/dialog.scss +77 -77
  210. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  211. package/packages/theme-chalk/src/enterprise.scss +5 -5
  212. package/packages/theme-chalk/src/error-page.scss +18 -18
  213. package/packages/theme-chalk/src/flow-group.scss +110 -110
  214. package/packages/theme-chalk/src/flow-list.scss +39 -39
  215. package/packages/theme-chalk/src/flow.scss +351 -351
  216. package/packages/theme-chalk/src/form.scss +501 -501
  217. package/packages/theme-chalk/src/handle-user.scss +40 -40
  218. package/packages/theme-chalk/src/handler.scss +148 -148
  219. package/packages/theme-chalk/src/icon.scss +1817 -1817
  220. package/packages/theme-chalk/src/icons.scss +99 -99
  221. package/packages/theme-chalk/src/input.scss +9 -9
  222. package/packages/theme-chalk/src/label.scss +24 -24
  223. package/packages/theme-chalk/src/layout.scss +46 -46
  224. package/packages/theme-chalk/src/login.scss +987 -987
  225. package/packages/theme-chalk/src/main.scss +663 -663
  226. package/packages/theme-chalk/src/menu.scss +224 -222
  227. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  228. package/packages/theme-chalk/src/nav.scss +111 -111
  229. package/packages/theme-chalk/src/page.scss +3 -3
  230. package/packages/theme-chalk/src/pagination.scss +29 -29
  231. package/packages/theme-chalk/src/player.scss +9 -9
  232. package/packages/theme-chalk/src/qr-code.scss +17 -17
  233. package/packages/theme-chalk/src/radio-group.scss +9 -9
  234. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  235. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  236. package/packages/theme-chalk/src/select.scss +8 -8
  237. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  238. package/packages/theme-chalk/src/selector.scss +92 -92
  239. package/packages/theme-chalk/src/simplicity.scss +1370 -1366
  240. package/packages/theme-chalk/src/sizer.scss +36 -36
  241. package/packages/theme-chalk/src/steps.scss +88 -88
  242. package/packages/theme-chalk/src/switch.scss +3 -3
  243. package/packages/theme-chalk/src/table-form.scss +1 -1
  244. package/packages/theme-chalk/src/tabs.scss +87 -87
  245. package/packages/theme-chalk/src/tips.scss +7 -7
  246. package/packages/theme-chalk/src/toolbar.scss +179 -179
  247. package/packages/theme-chalk/src/tree-group.scss +72 -72
  248. package/packages/theme-chalk/src/tree.scss +165 -165
  249. package/packages/theme-chalk/src/upload.scss +172 -172
  250. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  251. package/packages/tips/index.js +5 -5
  252. package/packages/tips/src/main.vue +141 -141
  253. package/packages/toolbar/index.js +5 -5
  254. package/packages/toolbar/src/main.vue +430 -430
  255. package/packages/tree/index.js +5 -5
  256. package/packages/tree-group/index.js +5 -5
  257. package/packages/upload/index.js +5 -5
  258. package/packages/upload/src/main.vue +1343 -1343
  259. package/packages/upload/src/picture.js +15 -15
  260. package/packages/wujie/index.js +5 -5
  261. package/packages/wujie/src/main.vue +145 -145
  262. package/packages/wxlogin/index.js +5 -5
  263. package/packages/wxlogin/src/main.vue +128 -128
  264. package/src/config/api.js +315 -315
  265. package/src/config/image.js +2 -2
  266. package/src/index.js +163 -163
  267. package/src/utils/bus.js +3 -3
  268. package/src/utils/date-util.js +312 -312
  269. package/src/utils/http.js +50 -50
  270. package/src/utils/rules.js +18 -18
  271. package/src/utils/store.js +21 -21
  272. package/src/utils/util.js +3 -0
  273. package/src/utils/webSocket.js +107 -107
  274. package/packages/.DS_Store +0 -0
  275. package/packages/calogin/.DS_Store +0 -0
  276. package/packages/date-picker/.DS_Store +0 -0
  277. package/packages/date-picker/src/.DS_Store +0 -0
  278. package/packages/flow/.DS_Store +0 -0
  279. package/packages/flow/src/.DS_Store +0 -0
  280. package/packages/flow-list/.DS_Store +0 -0
  281. package/packages/form/.DS_Store +0 -0
  282. package/packages/login/.DS_Store +0 -0
  283. package/packages/main/.DS_Store +0 -0
  284. package/packages/main/src/.DS_Store +0 -0
  285. package/packages/menu/.DS_Store +0 -0
  286. package/packages/select/.DS_Store +0 -0
  287. package/packages/selector/.DS_Store +0 -0
  288. package/packages/selector-panel/.DS_Store +0 -0
  289. package/packages/theme-chalk/src/.DS_Store +0 -0
  290. package/packages/upload/.DS_Store +0 -0
  291. package/src/.DS_Store +0 -0
  292. package/src/utils/.DS_Store +0 -0
@@ -2286,7 +2286,10 @@ var isLogined = function () {
2286
2286
  loginPage = pathname + loginPage.replace('./', '');
2287
2287
  }
2288
2288
  }
2289
+ } else {
2290
+ loginPage = getStorage('login') || getStorage('loginPage');
2289
2291
  }
2292
+
2290
2293
  token = getStorage('token') || getStorage('Authorization');
2291
2294
  // const logined = getStorage('logined');
2292
2295
  // eslint-disable-next-line eqeqeq
@@ -6250,8 +6253,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6250
6253
 
6251
6254
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6252
6255
 
6253
- /**
6254
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6256
+ /**
6257
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6255
6258
  */
6256
6259
  var CA_ExtInterface = function () {
6257
6260
  function CA_ExtInterface() {
@@ -6264,11 +6267,11 @@ var CA_ExtInterface = function () {
6264
6267
  this.init();
6265
6268
  }
6266
6269
 
6267
- /**
6268
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6269
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6270
- * @param {Object} target - 目标对象
6271
- * @param {Object} options - 新的选项对象
6270
+ /**
6271
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6272
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6273
+ * @param {Object} target - 目标对象
6274
+ * @param {Object} options - 新的选项对象
6272
6275
  */
6273
6276
 
6274
6277
 
@@ -6283,8 +6286,8 @@ var CA_ExtInterface = function () {
6283
6286
  }
6284
6287
  };
6285
6288
 
6286
- /**
6287
- * 检查当前会话的 WebSocket URL
6289
+ /**
6290
+ * 检查当前会话的 WebSocket URL
6288
6291
  */
6289
6292
 
6290
6293
 
@@ -6298,8 +6301,8 @@ var CA_ExtInterface = function () {
6298
6301
  }
6299
6302
  };
6300
6303
 
6301
- /**
6302
- * 检查是否使用 ActiveX
6304
+ /**
6305
+ * 检查是否使用 ActiveX
6303
6306
  */
6304
6307
 
6305
6308
 
@@ -6311,11 +6314,11 @@ var CA_ExtInterface = function () {
6311
6314
  }
6312
6315
  };
6313
6316
 
6314
- /**
6315
- * 扩展发送消息并等待响应
6316
- * @param {string} operatorCmd - 操作命令
6317
- * @param {string} sendMsg - 发送的消息
6318
- * @returns {string} 响应消息
6317
+ /**
6318
+ * 扩展发送消息并等待响应
6319
+ * @param {string} operatorCmd - 操作命令
6320
+ * @param {string} sendMsg - 发送的消息
6321
+ * @returns {string} 响应消息
6319
6322
  */
6320
6323
 
6321
6324
 
@@ -6325,11 +6328,11 @@ var CA_ExtInterface = function () {
6325
6328
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6326
6329
  };
6327
6330
 
6328
- /**
6329
- * 发送消息并等待响应
6330
- * @param {string} wsurl - WebSocket URL
6331
- * @param {string} sendMsg - 发送的消息
6332
- * @returns {string} 响应消息
6331
+ /**
6332
+ * 发送消息并等待响应
6333
+ * @param {string} wsurl - WebSocket URL
6334
+ * @param {string} sendMsg - 发送的消息
6335
+ * @returns {string} 响应消息
6333
6336
  */
6334
6337
 
6335
6338
 
@@ -6353,9 +6356,9 @@ var CA_ExtInterface = function () {
6353
6356
  return ResultMsg;
6354
6357
  };
6355
6358
 
6356
- /**
6357
- * 配置选项
6358
- * @param {Object} extendOption - 扩展选项
6359
+ /**
6360
+ * 配置选项
6361
+ * @param {Object} extendOption - 扩展选项
6359
6362
  */
6360
6363
 
6361
6364
 
@@ -6365,8 +6368,8 @@ var CA_ExtInterface = function () {
6365
6368
  }
6366
6369
  };
6367
6370
 
6368
- /**
6369
- * 初始化
6371
+ /**
6372
+ * 初始化
6370
6373
  */
6371
6374
 
6372
6375
 
@@ -6374,9 +6377,9 @@ var CA_ExtInterface = function () {
6374
6377
  this.isUseActioveX();
6375
6378
  };
6376
6379
 
6377
- /**
6378
- * 返回客户端的版本
6379
- * @returns {string} 客户端版本
6380
+ /**
6381
+ * 返回客户端的版本
6382
+ * @returns {string} 客户端版本
6380
6383
  */
6381
6384
 
6382
6385
 
@@ -6389,13 +6392,13 @@ var CA_ExtInterface = function () {
6389
6392
  }
6390
6393
  };
6391
6394
 
6392
- /**
6393
- * 下载客户端程序并安装
6394
- * @param {string} bstrURL - 下载地址
6395
- * @param {string} bstrHashValue - 哈希值
6396
- * @param {boolean} bSync - 是否同步安装
6397
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6398
- * @returns {number} 安装结果
6395
+ /**
6396
+ * 下载客户端程序并安装
6397
+ * @param {string} bstrURL - 下载地址
6398
+ * @param {string} bstrHashValue - 哈希值
6399
+ * @param {boolean} bSync - 是否同步安装
6400
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6401
+ * @returns {number} 安装结果
6399
6402
  */
6400
6403
 
6401
6404
 
@@ -6409,11 +6412,11 @@ var CA_ExtInterface = function () {
6409
6412
  }
6410
6413
  };
6411
6414
 
6412
- /**
6413
- * 获取硬件指纹信息
6414
- * @param {number} dwSign - 签名
6415
- * @param {string} strGateWayIP - 网关 IP
6416
- * @returns {string} 硬件指纹信息
6415
+ /**
6416
+ * 获取硬件指纹信息
6417
+ * @param {number} dwSign - 签名
6418
+ * @param {string} strGateWayIP - 网关 IP
6419
+ * @returns {string} 硬件指纹信息
6417
6420
  */
6418
6421
 
6419
6422
 
@@ -6427,12 +6430,12 @@ var CA_ExtInterface = function () {
6427
6430
  }
6428
6431
  };
6429
6432
 
6430
- /**
6431
- * 设置转发策略和代填策略
6432
- * @param {string} strProxyPolicy - 转发策略
6433
- * @param {string} strSSOPolicy - 代填策略
6434
- * @param {string} strGatewayAddress - 网关地址
6435
- * @returns {number} 设置结果
6433
+ /**
6434
+ * 设置转发策略和代填策略
6435
+ * @param {string} strProxyPolicy - 转发策略
6436
+ * @param {string} strSSOPolicy - 代填策略
6437
+ * @param {string} strGatewayAddress - 网关地址
6438
+ * @returns {number} 设置结果
6436
6439
  */
6437
6440
 
6438
6441
 
@@ -6446,11 +6449,11 @@ var CA_ExtInterface = function () {
6446
6449
  }
6447
6450
  };
6448
6451
 
6449
- /**
6450
- * 启动认证信息模块
6451
- * @param {string} strFileName - 文件名
6452
- * @param {string} strXmlData - XML 数据
6453
- * @returns {string} 认证信息
6452
+ /**
6453
+ * 启动认证信息模块
6454
+ * @param {string} strFileName - 文件名
6455
+ * @param {string} strXmlData - XML 数据
6456
+ * @returns {string} 认证信息
6454
6457
  */
6455
6458
 
6456
6459
 
@@ -6464,10 +6467,10 @@ var CA_ExtInterface = function () {
6464
6467
  }
6465
6468
  };
6466
6469
 
6467
- /**
6468
- * 打开 BS 应用
6469
- * @param {string} strUrl - 应用 URL
6470
- * @returns {number} 打开结果
6470
+ /**
6471
+ * 打开 BS 应用
6472
+ * @param {string} strUrl - 应用 URL
6473
+ * @returns {number} 打开结果
6471
6474
  */
6472
6475
 
6473
6476
 
@@ -6481,12 +6484,12 @@ var CA_ExtInterface = function () {
6481
6484
  }
6482
6485
  };
6483
6486
 
6484
- /**
6485
- * 打开 CS 应用
6486
- * @param {string} strGatewayAddress - 网关地址
6487
- * @param {string} strAppFlag - 应用标识
6488
- * @param {string} strAppPath - 应用路径
6489
- * @returns {number} 打开结果
6487
+ /**
6488
+ * 打开 CS 应用
6489
+ * @param {string} strGatewayAddress - 网关地址
6490
+ * @param {string} strAppFlag - 应用标识
6491
+ * @param {string} strAppPath - 应用路径
6492
+ * @returns {number} 打开结果
6490
6493
  */
6491
6494
 
6492
6495
 
@@ -6500,13 +6503,13 @@ var CA_ExtInterface = function () {
6500
6503
  }
6501
6504
  };
6502
6505
 
6503
- /**
6504
- * 设置自动更新策略
6505
- * @param {string} strGatewayAddress - 网关地址
6506
- * @param {number} nGatewayPort - 网关端口
6507
- * @param {string} strUserToken - 用户令牌
6508
- * @param {number} updatedelay - 更新延迟
6509
- * @returns {number} 设置结果
6506
+ /**
6507
+ * 设置自动更新策略
6508
+ * @param {string} strGatewayAddress - 网关地址
6509
+ * @param {number} nGatewayPort - 网关端口
6510
+ * @param {string} strUserToken - 用户令牌
6511
+ * @param {number} updatedelay - 更新延迟
6512
+ * @returns {number} 设置结果
6510
6513
  */
6511
6514
 
6512
6515
 
@@ -6520,10 +6523,10 @@ var CA_ExtInterface = function () {
6520
6523
  }
6521
6524
  };
6522
6525
 
6523
- /**
6524
- * 获取客户端 IP
6525
- * @param {string} strGatewayIP - 网关 IP
6526
- * @returns {string} 客户端 IP
6526
+ /**
6527
+ * 获取客户端 IP
6528
+ * @param {string} strGatewayIP - 网关 IP
6529
+ * @returns {string} 客户端 IP
6527
6530
  */
6528
6531
 
6529
6532
 
@@ -6537,10 +6540,10 @@ var CA_ExtInterface = function () {
6537
6540
  }
6538
6541
  };
6539
6542
 
6540
- /**
6541
- * 登出网关
6542
- * @param {string} strServerIP - 服务器 IP
6543
- * @returns {number} 登出结果
6543
+ /**
6544
+ * 登出网关
6545
+ * @param {string} strServerIP - 服务器 IP
6546
+ * @returns {number} 登出结果
6544
6547
  */
6545
6548
 
6546
6549
 
@@ -6554,11 +6557,11 @@ var CA_ExtInterface = function () {
6554
6557
  }
6555
6558
  };
6556
6559
 
6557
- /**
6558
- * 运行安装包
6559
- * @param {number} lRunType - 运行类型
6560
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6561
- * @returns {number} 运行结果
6560
+ /**
6561
+ * 运行安装包
6562
+ * @param {number} lRunType - 运行类型
6563
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6564
+ * @returns {number} 运行结果
6562
6565
  */
6563
6566
 
6564
6567
 
@@ -6572,9 +6575,9 @@ var CA_ExtInterface = function () {
6572
6575
  }
6573
6576
  };
6574
6577
 
6575
- /**
6576
- * 获取下载进度
6577
- * @returns {number} 下载进度
6578
+ /**
6579
+ * 获取下载进度
6580
+ * @returns {number} 下载进度
6578
6581
  */
6579
6582
 
6580
6583
 
@@ -6588,9 +6591,9 @@ var CA_ExtInterface = function () {
6588
6591
  }
6589
6592
  };
6590
6593
 
6591
- /**
6592
- * 是否安装完成
6593
- * @returns {boolean} 安装完成状态
6594
+ /**
6595
+ * 是否安装完成
6596
+ * @returns {boolean} 安装完成状态
6594
6597
  */
6595
6598
 
6596
6599
 
@@ -6604,11 +6607,11 @@ var CA_ExtInterface = function () {
6604
6607
  }
6605
6608
  };
6606
6609
 
6607
- /**
6608
- * 初始化签包对象
6609
- * @param {string} strAlgType - 算法类型
6610
- * @param {string} strAuxParam - 辅助参数
6611
- * @returns {number} 初始化结果
6610
+ /**
6611
+ * 初始化签包对象
6612
+ * @param {string} strAlgType - 算法类型
6613
+ * @param {string} strAuxParam - 辅助参数
6614
+ * @returns {number} 初始化结果
6612
6615
  */
6613
6616
 
6614
6617
 
@@ -6622,10 +6625,10 @@ var CA_ExtInterface = function () {
6622
6625
  }
6623
6626
  };
6624
6627
 
6625
- /**
6626
- * 设置摘要算法
6627
- * @param {string} strDigestAlg - 摘要算法
6628
- * @returns {number} 设置结果
6628
+ /**
6629
+ * 设置摘要算法
6630
+ * @param {string} strDigestAlg - 摘要算法
6631
+ * @returns {number} 设置结果
6629
6632
  */
6630
6633
 
6631
6634
 
@@ -6639,10 +6642,10 @@ var CA_ExtInterface = function () {
6639
6642
  }
6640
6643
  };
6641
6644
 
6642
- /**
6643
- * 设置单证书是否弹出对话框
6644
- * @param {number} isChoose - 是否弹出对话框
6645
- * @returns {number} 设置结果
6645
+ /**
6646
+ * 设置单证书是否弹出对话框
6647
+ * @param {number} isChoose - 是否弹出对话框
6648
+ * @returns {number} 设置结果
6646
6649
  */
6647
6650
 
6648
6651
 
@@ -6656,11 +6659,11 @@ var CA_ExtInterface = function () {
6656
6659
  }
6657
6660
  };
6658
6661
 
6659
- /**
6660
- * 添加证书过滤条件
6661
- * @param {number} ulType - 过滤类型
6662
- * @param {string} strValue - 过滤值
6663
- * @returns {number} 添加结果
6662
+ /**
6663
+ * 添加证书过滤条件
6664
+ * @param {number} ulType - 过滤类型
6665
+ * @param {string} strValue - 过滤值
6666
+ * @returns {number} 添加结果
6664
6667
  */
6665
6668
 
6666
6669
 
@@ -6674,9 +6677,9 @@ var CA_ExtInterface = function () {
6674
6677
  }
6675
6678
  };
6676
6679
 
6677
- /**
6678
- * 清除所有过滤条件
6679
- * @returns {number} 清除结果
6680
+ /**
6681
+ * 清除所有过滤条件
6682
+ * @returns {number} 清除结果
6680
6683
  */
6681
6684
 
6682
6685
 
@@ -6690,10 +6693,10 @@ var CA_ExtInterface = function () {
6690
6693
  }
6691
6694
  };
6692
6695
 
6693
- /**
6694
- * P1 签名
6695
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6696
- * @returns {string} 签名结果
6696
+ /**
6697
+ * P1 签名
6698
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6699
+ * @returns {string} 签名结果
6697
6700
  */
6698
6701
 
6699
6702
 
@@ -6707,10 +6710,10 @@ var CA_ExtInterface = function () {
6707
6710
  }
6708
6711
  };
6709
6712
 
6710
- /**
6711
- * P1 签名字符串
6712
- * @param {string} strValue - 待签名的字符串
6713
- * @returns {string} 签名结果
6713
+ /**
6714
+ * P1 签名字符串
6715
+ * @param {string} strValue - 待签名的字符串
6716
+ * @returns {string} 签名结果
6714
6717
  */
6715
6718
 
6716
6719
 
@@ -6724,12 +6727,12 @@ var CA_ExtInterface = function () {
6724
6727
  }
6725
6728
  };
6726
6729
 
6727
- /**
6728
- * P7 签名
6729
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6730
- * @param {boolean} isDetach - 是否分离签名
6731
- * @param {boolean} isIncludeCert - 是否包含证书
6732
- * @returns {string} 签名结果
6730
+ /**
6731
+ * P7 签名
6732
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6733
+ * @param {boolean} isDetach - 是否分离签名
6734
+ * @param {boolean} isIncludeCert - 是否包含证书
6735
+ * @returns {string} 签名结果
6733
6736
  */
6734
6737
 
6735
6738
 
@@ -6743,12 +6746,12 @@ var CA_ExtInterface = function () {
6743
6746
  }
6744
6747
  };
6745
6748
 
6746
- /**
6747
- * P7 签名字符串
6748
- * @param {string} strValue - 待签名的字符串
6749
- * @param {boolean} isDetach - 是否分离签名
6750
- * @param {boolean} isIncludeCert - 是否包含证书
6751
- * @returns {string} 签名结果
6749
+ /**
6750
+ * P7 签名字符串
6751
+ * @param {string} strValue - 待签名的字符串
6752
+ * @param {boolean} isDetach - 是否分离签名
6753
+ * @param {boolean} isIncludeCert - 是否包含证书
6754
+ * @returns {string} 签名结果
6752
6755
  */
6753
6756
 
6754
6757
 
@@ -6762,9 +6765,9 @@ var CA_ExtInterface = function () {
6762
6765
  }
6763
6766
  };
6764
6767
 
6765
- /**
6766
- * 释放签名对象
6767
- * @returns {number} 释放结果
6768
+ /**
6769
+ * 释放签名对象
6770
+ * @returns {number} 释放结果
6768
6771
  */
6769
6772
 
6770
6773
 
@@ -6778,9 +6781,9 @@ var CA_ExtInterface = function () {
6778
6781
  }
6779
6782
  };
6780
6783
 
6781
- /**
6782
- * 获取签名版本
6783
- * @returns {string} 签名版本
6784
+ /**
6785
+ * 获取签名版本
6786
+ * @returns {string} 签名版本
6784
6787
  */
6785
6788
 
6786
6789
 
@@ -6794,9 +6797,9 @@ var CA_ExtInterface = function () {
6794
6797
  }
6795
6798
  };
6796
6799
 
6797
- /**
6798
- * 获取签名证书
6799
- * @returns {string} 签名证书
6800
+ /**
6801
+ * 获取签名证书
6802
+ * @returns {string} 签名证书
6800
6803
  */
6801
6804
 
6802
6805
 
@@ -6810,9 +6813,9 @@ var CA_ExtInterface = function () {
6810
6813
  }
6811
6814
  };
6812
6815
 
6813
- /**
6814
- * 获取错误码
6815
- * @returns {number} 错误码
6816
+ /**
6817
+ * 获取错误码
6818
+ * @returns {number} 错误码
6816
6819
  */
6817
6820
 
6818
6821
 
@@ -6826,9 +6829,9 @@ var CA_ExtInterface = function () {
6826
6829
  }
6827
6830
  };
6828
6831
 
6829
- /**
6830
- * 获取错误信息
6831
- * @returns {string} 错误信息
6832
+ /**
6833
+ * 获取错误信息
6834
+ * @returns {string} 错误信息
6832
6835
  */
6833
6836
 
6834
6837
 
@@ -6842,9 +6845,9 @@ var CA_ExtInterface = function () {
6842
6845
  }
6843
6846
  };
6844
6847
 
6845
- /**
6846
- * 销毁认证对象
6847
- * @returns {number} 销毁结果
6848
+ /**
6849
+ * 销毁认证对象
6850
+ * @returns {number} 销毁结果
6848
6851
  */
6849
6852
 
6850
6853
 
@@ -6858,9 +6861,9 @@ var CA_ExtInterface = function () {
6858
6861
  }
6859
6862
  };
6860
6863
 
6861
- /**
6862
- * 获取证书类型
6863
- * @returns {string} 证书类型
6864
+ /**
6865
+ * 获取证书类型
6866
+ * @returns {string} 证书类型
6864
6867
  */
6865
6868
 
6866
6869
 
@@ -6874,9 +6877,9 @@ var CA_ExtInterface = function () {
6874
6877
  }
6875
6878
  };
6876
6879
 
6877
- /**
6878
- * 获取签名摘要算法
6879
- * @returns {string} 签名摘要算法
6880
+ /**
6881
+ * 获取签名摘要算法
6882
+ * @returns {string} 签名摘要算法
6880
6883
  */
6881
6884
 
6882
6885
 
@@ -6890,11 +6893,11 @@ var CA_ExtInterface = function () {
6890
6893
  }
6891
6894
  };
6892
6895
 
6893
- /**
6894
- * 使能调用序列
6895
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6896
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6897
- * @returns {number} 使能结果
6896
+ /**
6897
+ * 使能调用序列
6898
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6899
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6900
+ * @returns {number} 使能结果
6898
6901
  */
6899
6902
 
6900
6903
 
@@ -6908,9 +6911,9 @@ var CA_ExtInterface = function () {
6908
6911
  }
6909
6912
  };
6910
6913
 
6911
- /**
6912
- * 清空调用序列结果
6913
- * @returns {number} 清空调用序列结果
6914
+ /**
6915
+ * 清空调用序列结果
6916
+ * @returns {number} 清空调用序列结果
6914
6917
  */
6915
6918
 
6916
6919
 
@@ -6924,9 +6927,9 @@ var CA_ExtInterface = function () {
6924
6927
  }
6925
6928
  };
6926
6929
 
6927
- /**
6928
- * 获取调用序列结果
6929
- * @returns {string} 调用序列结果
6930
+ /**
6931
+ * 获取调用序列结果
6932
+ * @returns {string} 调用序列结果
6930
6933
  */
6931
6934
 
6932
6935
 
@@ -6940,12 +6943,12 @@ var CA_ExtInterface = function () {
6940
6943
  }
6941
6944
  };
6942
6945
 
6943
- /**
6944
- * 客户端安全策略检查
6945
- * @param {string} strGatewayAddress - 网关地址
6946
- * @param {number} usGatewayPort - 网关端口
6947
- * @param {string} strSecurityPolicys - 安全策略
6948
- * @returns {boolean} 检查结果
6946
+ /**
6947
+ * 客户端安全策略检查
6948
+ * @param {string} strGatewayAddress - 网关地址
6949
+ * @param {number} usGatewayPort - 网关端口
6950
+ * @param {string} strSecurityPolicys - 安全策略
6951
+ * @returns {boolean} 检查结果
6949
6952
  */
6950
6953
 
6951
6954
 
@@ -6959,9 +6962,9 @@ var CA_ExtInterface = function () {
6959
6962
  }
6960
6963
  };
6961
6964
 
6962
- /**
6963
- * 获取通讯协议版本
6964
- * @returns {string} 通讯协议版本
6965
+ /**
6966
+ * 获取通讯协议版本
6967
+ * @returns {string} 通讯协议版本
6965
6968
  */
6966
6969
 
6967
6970
 
@@ -6975,13 +6978,13 @@ var CA_ExtInterface = function () {
6975
6978
  }
6976
6979
  };
6977
6980
 
6978
- /**
6979
- * 修改 Key 的 Pin 码
6980
- * @param {string} strCertSn - 证书序列号
6981
- * @param {number} lPinCodeType - Pin 码类型
6982
- * @param {string} strCurPinCode - 当前 Pin 码
6983
- * @param {string} strNewPinCode - 新 Pin 码
6984
- * @returns {number} 修改结果
6981
+ /**
6982
+ * 修改 Key 的 Pin 码
6983
+ * @param {string} strCertSn - 证书序列号
6984
+ * @param {number} lPinCodeType - Pin 码类型
6985
+ * @param {string} strCurPinCode - 当前 Pin 码
6986
+ * @param {string} strNewPinCode - 新 Pin 码
6987
+ * @returns {number} 修改结果
6985
6988
  */
6986
6989
 
6987
6990
 
@@ -6995,10 +6998,10 @@ var CA_ExtInterface = function () {
6995
6998
  }
6996
6999
  };
6997
7000
 
6998
- /**
6999
- * 等待策略设置完毕
7000
- * @param {string} strGatewayAddress - 网关地址
7001
- * @returns {number} 等待结果
7001
+ /**
7002
+ * 等待策略设置完毕
7003
+ * @param {string} strGatewayAddress - 网关地址
7004
+ * @returns {number} 等待结果
7002
7005
  */
7003
7006
 
7004
7007
 
@@ -7012,10 +7015,10 @@ var CA_ExtInterface = function () {
7012
7015
  }
7013
7016
  };
7014
7017
 
7015
- /**
7016
- * 获取会话 Token
7017
- * @param {string} strGatewayAddress - 网关地址
7018
- * @returns {string} 会话 Token
7018
+ /**
7019
+ * 获取会话 Token
7020
+ * @param {string} strGatewayAddress - 网关地址
7021
+ * @returns {string} 会话 Token
7019
7022
  */
7020
7023
 
7021
7024
 
@@ -7029,9 +7032,9 @@ var CA_ExtInterface = function () {
7029
7032
  }
7030
7033
  };
7031
7034
 
7032
- /**
7033
- * 获取控件版本
7034
- * @returns {string} 控件版本
7035
+ /**
7036
+ * 获取控件版本
7037
+ * @returns {string} 控件版本
7035
7038
  */
7036
7039
 
7037
7040
 
@@ -7045,10 +7048,10 @@ var CA_ExtInterface = function () {
7045
7048
  }
7046
7049
  };
7047
7050
 
7048
- /**
7049
- * 设置语言资源
7050
- * @param {string} strLanguage - 语言资源
7051
- * @returns {number} 设置结果
7051
+ /**
7052
+ * 设置语言资源
7053
+ * @param {string} strLanguage - 语言资源
7054
+ * @returns {number} 设置结果
7052
7055
  */
7053
7056
 
7054
7057
 
@@ -7062,12 +7065,12 @@ var CA_ExtInterface = function () {
7062
7065
  }
7063
7066
  };
7064
7067
 
7065
- /**
7066
- * 获取用户属性
7067
- * @param {string} strGatewayAddress - 网关地址
7068
- * @param {string} strAppFlag - 应用标识
7069
- * @param {string} strAttributeName - 属性名称
7070
- * @returns {string} 用户属性值
7068
+ /**
7069
+ * 获取用户属性
7070
+ * @param {string} strGatewayAddress - 网关地址
7071
+ * @param {string} strAppFlag - 应用标识
7072
+ * @param {string} strAttributeName - 属性名称
7073
+ * @returns {string} 用户属性值
7071
7074
  */
7072
7075
 
7073
7076
 
@@ -7081,9 +7084,9 @@ var CA_ExtInterface = function () {
7081
7084
  }
7082
7085
  };
7083
7086
 
7084
- /**
7085
- * 获取签名加密 PIN 码
7086
- * @returns {string} 签名加密 PIN 码
7087
+ /**
7088
+ * 获取签名加密 PIN 码
7089
+ * @returns {string} 签名加密 PIN 码
7087
7090
  */
7088
7091
 
7089
7092
 
@@ -7096,20 +7099,20 @@ var CA_ExtInterface = function () {
7096
7099
  return result.value;
7097
7100
  }
7098
7101
  };
7099
- /*
7100
- *曙光四川CA
7101
- *'SOF_GetUserList' 证书列表
7102
- *'SOF_ExportUserCert' 导出证书
7103
- *'SOF_GetCertInfo': 获取证书信息
7104
- *'SOF_GenRandom': 生成随机数
7105
- *'SOF_SignData': 获取证书签名
7106
- *'SOF_Login': 登录证书
7107
- *'SOF_GetPinRetryCount': 剩余次数
7102
+ /*
7103
+ *曙光四川CA
7104
+ *'SOF_GetUserList' 证书列表
7105
+ *'SOF_ExportUserCert' 导出证书
7106
+ *'SOF_GetCertInfo': 获取证书信息
7107
+ *'SOF_GenRandom': 生成随机数
7108
+ *'SOF_SignData': 获取证书签名
7109
+ *'SOF_Login': 登录证书
7110
+ *'SOF_GetPinRetryCount': 剩余次数
7108
7111
  */
7109
- /**
7110
- *
7111
- * 获取webSocket消息
7112
- * @returns {string}
7112
+ /**
7113
+ *
7114
+ * 获取webSocket消息
7115
+ * @returns {string}
7113
7116
  */
7114
7117
 
7115
7118
 
@@ -7145,10 +7148,10 @@ var CA_ExtInterface = function () {
7145
7148
  };
7146
7149
  });
7147
7150
  };
7148
- /**
7149
- *
7150
- * base64解码
7151
- * @returns {string} base64解码后的字符串
7151
+ /**
7152
+ *
7153
+ * base64解码
7154
+ * @returns {string} base64解码后的字符串
7152
7155
  */
7153
7156
 
7154
7157
 
@@ -7183,10 +7186,10 @@ var CA_ExtInterface = function () {
7183
7186
  val = this.utf8_decode(val);
7184
7187
  return val;
7185
7188
  };
7186
- /**
7187
- *
7188
- * base64编码
7189
- * @returns {string} base64编码后的字符串
7189
+ /**
7190
+ *
7191
+ * base64编码
7192
+ * @returns {string} base64编码后的字符串
7190
7193
  */
7191
7194
 
7192
7195
 
@@ -7219,10 +7222,10 @@ var CA_ExtInterface = function () {
7219
7222
  }
7220
7223
  return val;
7221
7224
  };
7222
- /**
7223
- *
7224
- * utf8解码
7225
- * @returns {string} utf8解码后的字符串
7225
+ /**
7226
+ *
7227
+ * utf8解码
7228
+ * @returns {string} utf8解码后的字符串
7226
7229
  */
7227
7230
 
7228
7231
 
@@ -7251,10 +7254,10 @@ var CA_ExtInterface = function () {
7251
7254
  }
7252
7255
  return string;
7253
7256
  };
7254
- /**
7255
- *
7256
- * utf8编码
7257
- * @returns {string} utf8编码后的字符串
7257
+ /**
7258
+ *
7259
+ * utf8编码
7260
+ * @returns {string} utf8编码后的字符串
7258
7261
  */
7259
7262
 
7260
7263
 
@@ -27677,8 +27680,8 @@ form_src_main.install = function (Vue) {
27677
27680
  };
27678
27681
 
27679
27682
  /* harmony default export */ var packages_form = (form_src_main);
27680
- // 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=5ee0fd1a&
27681
- var mainvue_type_template_id_5ee0fd1a_render = function () {
27683
+ // 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=640e2c46&
27684
+ var mainvue_type_template_id_640e2c46_render = function () {
27682
27685
  var _vm = this
27683
27686
  var _h = _vm.$createElement
27684
27687
  var _c = _vm._self._c || _h
@@ -29260,98 +29263,72 @@ var mainvue_type_template_id_5ee0fd1a_render = function () {
29260
29263
  },
29261
29264
  },
29262
29265
  [
29263
- _c(
29264
- "el-input",
29265
- {
29266
- staticClass:
29267
- "input-with-select custom-limit-time",
29268
- attrs: {
29269
- placeholder:
29270
- "请输入限时办理的天数",
29271
- },
29272
- on: {
29273
- change:
29274
- _vm.changeCustomLimitTime,
29266
+ _c("es-select", {
29267
+ staticStyle: {
29268
+ width:
29269
+ "50% !important",
29270
+ display:
29271
+ "inline-block",
29272
+ },
29273
+ attrs: {
29274
+ placeholder: "请选择",
29275
+ sysCode:
29276
+ "bpm_custom_limit_time",
29277
+ },
29278
+ on: {
29279
+ change:
29280
+ _vm.handleChangeTime,
29281
+ },
29282
+ model: {
29283
+ value:
29284
+ _vm.nextNode
29285
+ .customLimitTimeText,
29286
+ callback: function (
29287
+ $$v
29288
+ ) {
29289
+ _vm.$set(
29290
+ _vm.nextNode,
29291
+ "customLimitTimeText",
29292
+ $$v
29293
+ )
29275
29294
  },
29276
- model: {
29277
- value:
29278
- _vm.nextNode
29279
- .customLimitTime,
29280
- callback: function (
29295
+ expression:
29296
+ "nextNode.customLimitTimeText",
29297
+ },
29298
+ }),
29299
+ _c("el-input", {
29300
+ staticClass:
29301
+ "input-with-select custom-limit-time",
29302
+ staticStyle: {
29303
+ width: "50%",
29304
+ display:
29305
+ "inline-block",
29306
+ },
29307
+ attrs: {
29308
+ placeholder:
29309
+ "请输入限时办理的天数",
29310
+ },
29311
+ on: {
29312
+ change:
29313
+ _vm.changeCustomLimitTime,
29314
+ },
29315
+ model: {
29316
+ value:
29317
+ _vm.nextNode
29318
+ .customLimitTime,
29319
+ callback: function (
29320
+ $$v
29321
+ ) {
29322
+ _vm.$set(
29323
+ _vm.nextNode,
29324
+ "customLimitTime",
29281
29325
  $$v
29282
- ) {
29283
- _vm.$set(
29284
- _vm.nextNode,
29285
- "customLimitTime",
29286
- $$v
29287
- )
29288
- },
29289
- expression:
29290
- "nextNode.customLimitTime",
29326
+ )
29291
29327
  },
29328
+ expression:
29329
+ "nextNode.customLimitTime",
29292
29330
  },
29293
- [
29294
- !_vm.showCustomLimitTimeText
29295
- ? _c("es-select", {
29296
- attrs: {
29297
- slot: "prepend",
29298
- placeholder:
29299
- "请选择",
29300
- sysCode:
29301
- "bpm_custom_limit_time",
29302
- },
29303
- slot: "prepend",
29304
- model: {
29305
- value:
29306
- _vm.nextNode
29307
- .customLimitTime,
29308
- callback:
29309
- function (
29310
- $$v
29311
- ) {
29312
- _vm.$set(
29313
- _vm.nextNode,
29314
- "customLimitTime",
29315
- $$v
29316
- )
29317
- },
29318
- expression:
29319
- "nextNode.customLimitTime",
29320
- },
29321
- })
29322
- : _vm._e(),
29323
- _c(
29324
- "es-button",
29325
- {
29326
- attrs: {
29327
- slot: "append",
29328
- type: "primary",
29329
- },
29330
- on: {
29331
- click:
29332
- function () {
29333
- _vm.nextNode.customLimitTime =
29334
- ""
29335
- _vm.showCustomLimitTimeText =
29336
- !_vm.showCustomLimitTimeText
29337
- },
29338
- },
29339
- slot: "append",
29340
- },
29341
- [
29342
- _vm._v(
29343
- "切换" +
29344
- _vm._s(
29345
- _vm.showCustomLimitTimeText
29346
- ? "选择框"
29347
- : "文本框"
29348
- )
29349
- ),
29350
- ]
29351
- ),
29352
- ],
29353
- 1
29354
- ),
29331
+ }),
29355
29332
  ],
29356
29333
  1
29357
29334
  )
@@ -30595,11 +30572,11 @@ var mainvue_type_template_id_5ee0fd1a_render = function () {
30595
30572
  )
30596
30573
  : _vm._e()
30597
30574
  }
30598
- var mainvue_type_template_id_5ee0fd1a_staticRenderFns = []
30599
- mainvue_type_template_id_5ee0fd1a_render._withStripped = true
30575
+ var mainvue_type_template_id_640e2c46_staticRenderFns = []
30576
+ mainvue_type_template_id_640e2c46_render._withStripped = true
30600
30577
 
30601
30578
 
30602
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=5ee0fd1a&
30579
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=640e2c46&
30603
30580
 
30604
30581
  // 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=e934fd66&
30605
30582
  var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
@@ -31446,21 +31423,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
31446
31423
  return validSate;
31447
31424
  },
31448
31425
 
31449
- /**
31450
- * changeOpinion
31451
- * @desc:监听意见变化
31452
- * @author liufan
31453
- * @date 2022年10月28日
31426
+ /**
31427
+ * changeOpinion
31428
+ * @desc:监听意见变化
31429
+ * @author liufan
31430
+ * @date 2022年10月28日
31454
31431
  **/
31455
31432
  changeOpinion: function changeOpinion() {
31456
31433
  this.$emit('change', this.form.value);
31457
31434
  },
31458
31435
 
31459
- /**
31460
- * getCommonOpion
31461
- * @desc:获取意见
31462
- * @author liufan
31463
- * @date 2022年5月25日
31436
+ /**
31437
+ * getCommonOpion
31438
+ * @desc:获取意见
31439
+ * @author liufan
31440
+ * @date 2022年5月25日
31464
31441
  **/
31465
31442
  getCommonOpion: function getCommonOpion() {
31466
31443
  var _this = this;
@@ -31489,24 +31466,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
31489
31466
  });
31490
31467
  },
31491
31468
 
31492
- /**
31493
- * upDate
31494
- * @desc:修改常用语
31495
- * @author liufan
31496
- * @param {Object} val 修改值
31497
- * @date 2022年5月25日
31469
+ /**
31470
+ * upDate
31471
+ * @desc:修改常用语
31472
+ * @author liufan
31473
+ * @param {Object} val 修改值
31474
+ * @date 2022年5月25日
31498
31475
  **/
31499
31476
  upDate: function upDate(val) {
31500
31477
  this.FormData.id = val.id;
31501
31478
  this.addVisible = true;
31502
31479
  },
31503
31480
 
31504
- /**
31505
- * selectChange
31506
- * @desc:常用语选择
31507
- * @author liufan
31508
- * @param {String} val 选中值
31509
- * @date 2022年5月25日
31481
+ /**
31482
+ * selectChange
31483
+ * @desc:常用语选择
31484
+ * @author liufan
31485
+ * @param {String} val 选中值
31486
+ * @date 2022年5月25日
31510
31487
  **/
31511
31488
  selectChange: function selectChange(val) {
31512
31489
  var _this2 = this;
@@ -31525,12 +31502,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31525
31502
  });
31526
31503
  },
31527
31504
 
31528
- /**
31529
- * del
31530
- * @desc:删除常用语
31531
- * @author liufan
31532
- * @param {Object} val 删除的数据
31533
- * @date 2022年5月25日
31505
+ /**
31506
+ * del
31507
+ * @desc:删除常用语
31508
+ * @author liufan
31509
+ * @param {Object} val 删除的数据
31510
+ * @date 2022年5月25日
31534
31511
  **/
31535
31512
  del: function del(val) {
31536
31513
  var _this3 = this;
@@ -31572,12 +31549,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31572
31549
  }).catch(function (e) {});
31573
31550
  },
31574
31551
 
31575
- /**
31576
- * submit
31577
- * @desc:新增/编辑意见保存
31578
- * @author liufan
31579
- * @param {Object} val 保存数据
31580
- * @date 2022年5月25日
31552
+ /**
31553
+ * submit
31554
+ * @desc:新增/编辑意见保存
31555
+ * @author liufan
31556
+ * @param {Object} val 保存数据
31557
+ * @date 2022年5月25日
31581
31558
  **/
31582
31559
  submit: function submit(val) {
31583
31560
  var _this4 = this;
@@ -31642,8 +31619,8 @@ var CommonOpinions_component = normalizeComponent(
31642
31619
  )
31643
31620
 
31644
31621
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
31645
- // 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=46843512&
31646
- var processFormvue_type_template_id_46843512_render = function () {
31622
+ // 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=a8d066e4&
31623
+ var processFormvue_type_template_id_a8d066e4_render = function () {
31647
31624
  var _vm = this
31648
31625
  var _h = _vm.$createElement
31649
31626
  var _c = _vm._self._c || _h
@@ -32044,69 +32021,37 @@ var processFormvue_type_template_id_46843512_render = function () {
32044
32021
  },
32045
32022
  },
32046
32023
  [
32047
- _c(
32048
- "el-input",
32049
- {
32050
- staticClass: "input-with-select custom-limit-time",
32051
- attrs: { placeholder: "请输入限时办理的天数" },
32052
- on: { change: _vm.changeCustomLimitTime },
32053
- model: {
32054
- value: _vm.nextNode.customLimitTime,
32055
- callback: function ($$v) {
32056
- _vm.$set(_vm.nextNode, "customLimitTime", $$v)
32057
- },
32058
- expression: "nextNode.customLimitTime",
32024
+ _c("es-select", {
32025
+ style:
32026
+ "width: " +
32027
+ (_vm.showBtn ? "20%" : "50%") +
32028
+ " !important; display: inline-block;",
32029
+ attrs: {
32030
+ placeholder: "请选择",
32031
+ sysCode: "bpm_custom_limit_time",
32032
+ },
32033
+ on: { change: _vm.handleChangeTime },
32034
+ model: {
32035
+ value: _vm.nextNode.customLimitTimeText,
32036
+ callback: function ($$v) {
32037
+ _vm.$set(_vm.nextNode, "customLimitTimeText", $$v)
32059
32038
  },
32039
+ expression: "nextNode.customLimitTimeText",
32060
32040
  },
32061
- [
32062
- !_vm.showCustomLimitTimeText
32063
- ? _c("es-select", {
32064
- attrs: {
32065
- slot: "prepend",
32066
- placeholder: "请选择",
32067
- sysCode: "bpm_custom_limit_time",
32068
- },
32069
- slot: "prepend",
32070
- model: {
32071
- value: _vm.nextNode.customLimitTime,
32072
- callback: function ($$v) {
32073
- _vm.$set(
32074
- _vm.nextNode,
32075
- "customLimitTime",
32076
- $$v
32077
- )
32078
- },
32079
- expression: "nextNode.customLimitTime",
32080
- },
32081
- })
32082
- : _vm._e(),
32083
- _c(
32084
- "es-button",
32085
- {
32086
- attrs: { slot: "append", type: "primary" },
32087
- on: {
32088
- click: function () {
32089
- _vm.nextNode.customLimitTime = ""
32090
- _vm.showCustomLimitTimeText =
32091
- !_vm.showCustomLimitTimeText
32092
- },
32093
- },
32094
- slot: "append",
32095
- },
32096
- [
32097
- _vm._v(
32098
- "切换" +
32099
- _vm._s(
32100
- _vm.showCustomLimitTimeText
32101
- ? "选择框"
32102
- : "文本框"
32103
- )
32104
- ),
32105
- ]
32106
- ),
32107
- ],
32108
- 1
32109
- ),
32041
+ }),
32042
+ _c("el-input", {
32043
+ staticClass: "input-with-select custom-limit-time",
32044
+ staticStyle: { width: "50%", display: "inline-block" },
32045
+ attrs: { placeholder: "请输入限时办理的天数" },
32046
+ on: { change: _vm.changeCustomLimitTime },
32047
+ model: {
32048
+ value: _vm.nextNode.customLimitTime,
32049
+ callback: function ($$v) {
32050
+ _vm.$set(_vm.nextNode, "customLimitTime", $$v)
32051
+ },
32052
+ expression: "nextNode.customLimitTime",
32053
+ },
32054
+ }),
32110
32055
  ],
32111
32056
  1
32112
32057
  )
@@ -32422,11 +32367,11 @@ var processFormvue_type_template_id_46843512_render = function () {
32422
32367
  1
32423
32368
  )
32424
32369
  }
32425
- var processFormvue_type_template_id_46843512_staticRenderFns = []
32426
- processFormvue_type_template_id_46843512_render._withStripped = true
32370
+ var processFormvue_type_template_id_a8d066e4_staticRenderFns = []
32371
+ processFormvue_type_template_id_a8d066e4_render._withStripped = true
32427
32372
 
32428
32373
 
32429
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=46843512&
32374
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=a8d066e4&
32430
32375
 
32431
32376
  // 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=4750588e&
32432
32377
  var selectUservue_type_template_id_4750588e_render = function () {
@@ -34306,17 +34251,6 @@ var processFormvue_type_script_lang_js_components;
34306
34251
  //
34307
34252
  //
34308
34253
  //
34309
- //
34310
- //
34311
- //
34312
- //
34313
- //
34314
- //
34315
- //
34316
- //
34317
- //
34318
- //
34319
- //
34320
34254
 
34321
34255
 
34322
34256
 
@@ -34470,6 +34404,7 @@ var processFormvue_type_script_lang_js_components;
34470
34404
  nextNode: {
34471
34405
  nodeName: '',
34472
34406
  customLimitTime: '',
34407
+ customLimitTimeText: '',
34473
34408
  newOpinion: '',
34474
34409
  countersignaturetypeText: '',
34475
34410
  nextNode: '',
@@ -34575,6 +34510,9 @@ var processFormvue_type_script_lang_js_components;
34575
34510
  },
34576
34511
 
34577
34512
  methods: {
34513
+ handleChangeTime: function handleChangeTime(val) {
34514
+ this.nextNode.customLimitTime = val;
34515
+ },
34578
34516
  limitTimevalidate: function limitTimevalidate() {
34579
34517
  var validSate = true;
34580
34518
  this.$refs.nextNode.validate(function (valid) {
@@ -34846,7 +34784,7 @@ var processFormvue_type_script_lang_js_components;
34846
34784
  _this5.$message.warning('请选择或输入限时办理的天数');
34847
34785
  _this5.nextNode.customLimitTime = '';
34848
34786
  return;
34849
- } else if (!Number(customLimitTime) || val.indexOf('.') != -1 || Number(customLimitTime) < 0) {
34787
+ } else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
34850
34788
  _this5.$message.warning('请输入正确的天数');
34851
34789
  _this5.nextNode.customLimitTime = '';
34852
34790
  return;
@@ -35057,11 +34995,11 @@ var processFormvue_type_script_lang_js_components;
35057
34995
  });
35058
34996
  },
35059
34997
 
35060
- /**
35061
- * isMultiple
35062
- * @desc:是否多选
35063
- * @author liufan
35064
- * @date 2022年9月13日
34998
+ /**
34999
+ * isMultiple
35000
+ * @desc:是否多选
35001
+ * @author liufan
35002
+ * @date 2022年9月13日
35065
35003
  **/
35066
35004
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35067
35005
  var multiple = false;
@@ -35223,8 +35161,8 @@ var processFormvue_type_script_lang_js_components;
35223
35161
 
35224
35162
  var processForm_component = normalizeComponent(
35225
35163
  src_processFormvue_type_script_lang_js_,
35226
- processFormvue_type_template_id_46843512_render,
35227
- processFormvue_type_template_id_46843512_staticRenderFns,
35164
+ processFormvue_type_template_id_a8d066e4_render,
35165
+ processFormvue_type_template_id_a8d066e4_staticRenderFns,
35228
35166
  false,
35229
35167
  null,
35230
35168
  null,
@@ -39259,11 +39197,11 @@ var resetvue_type_script_lang_js_components;
39259
39197
  });
39260
39198
  },
39261
39199
 
39262
- /**
39263
- * isMultiple
39264
- * @desc:是否多选
39265
- * @author liufan
39266
- * @date 2022年9月13日
39200
+ /**
39201
+ * isMultiple
39202
+ * @desc:是否多选
39203
+ * @author liufan
39204
+ * @date 2022年9月13日
39267
39205
  **/
39268
39206
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
39269
39207
  var multiple = false;
@@ -39407,8 +39345,8 @@ var reset_component = normalizeComponent(
39407
39345
  )
39408
39346
 
39409
39347
  /* harmony default export */ var src_reset = (reset_component.exports);
39410
- // 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=6dd739cc&
39411
- var taskUnionExaminevue_type_template_id_6dd739cc_render = function () {
39348
+ // 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=78ed4fb8&
39349
+ var taskUnionExaminevue_type_template_id_78ed4fb8_render = function () {
39412
39350
  var _vm = this
39413
39351
  var _h = _vm.$createElement
39414
39352
  var _c = _vm._self._c || _h
@@ -39564,64 +39502,36 @@ var taskUnionExaminevue_type_template_id_6dd739cc_render = function () {
39564
39502
  "el-form-item",
39565
39503
  { attrs: { prop: "customLimitTime", label: "限时办理" } },
39566
39504
  [
39567
- _c(
39568
- "el-input",
39569
- {
39570
- staticClass: "input-with-select custom-limit-time",
39571
- attrs: { placeholder: "请输入限时办理的天数" },
39572
- model: {
39573
- value: _vm.infoList.customLimitTime,
39574
- callback: function ($$v) {
39575
- _vm.$set(_vm.infoList, "customLimitTime", $$v)
39576
- },
39577
- expression: "infoList.customLimitTime",
39505
+ _c("es-select", {
39506
+ staticStyle: {
39507
+ width: "20% !important",
39508
+ display: "inline-block",
39509
+ },
39510
+ attrs: {
39511
+ placeholder: "请选择",
39512
+ sysCode: "bpm_custom_limit_time",
39513
+ },
39514
+ on: { change: _vm.handleChangeTime },
39515
+ model: {
39516
+ value: _vm.infoList.customLimitTimeText,
39517
+ callback: function ($$v) {
39518
+ _vm.$set(_vm.infoList, "customLimitTimeText", $$v)
39578
39519
  },
39520
+ expression: "infoList.customLimitTimeText",
39579
39521
  },
39580
- [
39581
- !_vm.showCustomLimitTimeText
39582
- ? _c("es-select", {
39583
- attrs: {
39584
- slot: "prepend",
39585
- placeholder: "请选择",
39586
- sysCode: "bpm_custom_limit_time",
39587
- },
39588
- slot: "prepend",
39589
- model: {
39590
- value: _vm.infoList.customLimitTime,
39591
- callback: function ($$v) {
39592
- _vm.$set(_vm.infoList, "customLimitTime", $$v)
39593
- },
39594
- expression: "infoList.customLimitTime",
39595
- },
39596
- })
39597
- : _vm._e(),
39598
- _c(
39599
- "es-button",
39600
- {
39601
- attrs: { slot: "append", type: "primary" },
39602
- on: {
39603
- click: function () {
39604
- _vm.infoList.customLimitTime = ""
39605
- _vm.showCustomLimitTimeText =
39606
- !_vm.showCustomLimitTimeText
39607
- },
39608
- },
39609
- slot: "append",
39610
- },
39611
- [
39612
- _vm._v(
39613
- "切换" +
39614
- _vm._s(
39615
- _vm.showCustomLimitTimeText
39616
- ? "选择框"
39617
- : "文本框"
39618
- )
39619
- ),
39620
- ]
39621
- ),
39622
- ],
39623
- 1
39624
- ),
39522
+ }),
39523
+ _c("el-input", {
39524
+ staticClass: "input-with-select custom-limit-time",
39525
+ staticStyle: { width: "20%", display: "inline-block" },
39526
+ attrs: { placeholder: "请输入限时办理的天数" },
39527
+ model: {
39528
+ value: _vm.infoList.customLimitTime,
39529
+ callback: function ($$v) {
39530
+ _vm.$set(_vm.infoList, "customLimitTime", $$v)
39531
+ },
39532
+ expression: "infoList.customLimitTime",
39533
+ },
39534
+ }),
39625
39535
  ],
39626
39536
  1
39627
39537
  )
@@ -39741,11 +39651,11 @@ var taskUnionExaminevue_type_template_id_6dd739cc_render = function () {
39741
39651
  1
39742
39652
  )
39743
39653
  }
39744
- var taskUnionExaminevue_type_template_id_6dd739cc_staticRenderFns = []
39745
- taskUnionExaminevue_type_template_id_6dd739cc_render._withStripped = true
39654
+ var taskUnionExaminevue_type_template_id_78ed4fb8_staticRenderFns = []
39655
+ taskUnionExaminevue_type_template_id_78ed4fb8_render._withStripped = true
39746
39656
 
39747
39657
 
39748
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=6dd739cc&
39658
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=78ed4fb8&
39749
39659
 
39750
39660
  // 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&
39751
39661
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -39918,6 +39828,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
39918
39828
  //
39919
39829
  //
39920
39830
  //
39831
+ //
39832
+ //
39833
+ //
39921
39834
 
39922
39835
 
39923
39836
 
@@ -39958,7 +39871,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39958
39871
  noticeList: [],
39959
39872
  noticeInfo: '',
39960
39873
  opinion: '',
39961
- customLimitTime: ''
39874
+ customLimitTime: '',
39875
+ customLimitTimeText: ''
39962
39876
  },
39963
39877
  onlyName: '',
39964
39878
  unionSealData: [],
@@ -39992,7 +39906,11 @@ var taskUnionExaminevue_type_script_lang_js_components;
39992
39906
  required: this.enableCustomLimitTimeSetting,
39993
39907
  message: this.showCustomLimitTimeText ? '请输入限时办理天数' : '请选择限时办理天数',
39994
39908
  trigger: 'blur'
39995
- }, { required: this.enableCustomLimitTimeSetting, validator: this.checkCustomLimitTime, trigger: 'change' }]
39909
+ }, {
39910
+ required: this.enableCustomLimitTimeSetting,
39911
+ validator: this.checkCustomLimitTime,
39912
+ trigger: 'change'
39913
+ }]
39996
39914
  };
39997
39915
  }
39998
39916
  },
@@ -40007,6 +39925,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
40007
39925
  },
40008
39926
 
40009
39927
  methods: {
39928
+ handleChangeTime: function handleChangeTime(val) {
39929
+ this.infoList.customLimitTime = val;
39930
+ },
40010
39931
  validate: function validate() {
40011
39932
  var validSate = true;
40012
39933
  this.$refs.infoList.validate(function (valid) {
@@ -40150,7 +40071,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
40150
40071
  }
40151
40072
  _this3.enableCustomLimitTimeSetting = enableCustomLimitTimeSetting;
40152
40073
  if (_this3.enableCustomLimitTimeSetting && defaultCustomLimitDays) {
40153
- _this3.infoList.customLimitTime = defaultCustomLimitDays + '';
40074
+ _this3.infoList.customLimitTime = _this3.infoList.customLimitTimeText = defaultCustomLimitDays + '';
40154
40075
  }
40155
40076
  if (res.data.customizedConfig) {
40156
40077
  if (res.data.customizedConfig.currentOrgSelectorCustomized) {
@@ -40173,7 +40094,10 @@ var taskUnionExaminevue_type_script_lang_js_components;
40173
40094
  _this3.foreignOrgTabs = res.data.customizedConfig.foreignOrgSelectorItemList.split(',');
40174
40095
  var _param = res.data.customizedConfig.foreignOrgSelectorRangeList.split(',');
40175
40096
  _this3.foreignOrgTabs.map(function (x, i) {
40176
- _this3.otherParams[x] = { filid: _param[i] };
40097
+ _this3.otherParams[x] = {
40098
+ filid: _param[i],
40099
+ roleid: _this3.selectorParams.roleid
40100
+ };
40177
40101
  });
40178
40102
  }
40179
40103
  }
@@ -40423,8 +40347,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
40423
40347
 
40424
40348
  var taskUnionExamine_component = normalizeComponent(
40425
40349
  component_taskUnionExaminevue_type_script_lang_js_,
40426
- taskUnionExaminevue_type_template_id_6dd739cc_render,
40427
- taskUnionExaminevue_type_template_id_6dd739cc_staticRenderFns,
40350
+ taskUnionExaminevue_type_template_id_78ed4fb8_render,
40351
+ taskUnionExaminevue_type_template_id_78ed4fb8_staticRenderFns,
40428
40352
  false,
40429
40353
  null,
40430
40354
  null,
@@ -43849,11 +43773,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43849
43773
  });
43850
43774
  },
43851
43775
 
43852
- /**
43853
- * saveInfo
43854
- * @desc:暂存
43855
- * @author liufan
43856
- * @date 2022年9月9日
43776
+ /**
43777
+ * saveInfo
43778
+ * @desc:暂存
43779
+ * @author liufan
43780
+ * @date 2022年9月9日
43857
43781
  **/
43858
43782
  saveInfo: function saveInfo(type, btn) {
43859
43783
  var _this6 = this;
@@ -43915,11 +43839,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43915
43839
  });
43916
43840
  },
43917
43841
 
43918
- /**
43919
- * rejectBtn
43920
- * @desc:点击驳回
43921
- * @author liufan
43922
- * @date 2022年5月25日
43842
+ /**
43843
+ * rejectBtn
43844
+ * @desc:点击驳回
43845
+ * @author liufan
43846
+ * @date 2022年5月25日
43923
43847
  **/
43924
43848
  rejectBtn: function rejectBtn() {
43925
43849
  var _this8 = this;
@@ -43937,11 +43861,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43937
43861
  }
43938
43862
  },
43939
43863
 
43940
- /**
43941
- * taskReadBtn
43942
- * @desc:点击分阅
43943
- * @author liufan
43944
- * @date 2022年5月25日
43864
+ /**
43865
+ * taskReadBtn
43866
+ * @desc:点击分阅
43867
+ * @author liufan
43868
+ * @date 2022年5月25日
43945
43869
  **/
43946
43870
  taskReadBtn: function taskReadBtn() {
43947
43871
  var _this9 = this;
@@ -43960,11 +43884,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43960
43884
  }
43961
43885
  },
43962
43886
 
43963
- /**
43964
- * getFind
43965
- * @desc:获取通知方式
43966
- * @author liufan
43967
- * @date 2022年5月25日
43887
+ /**
43888
+ * getFind
43889
+ * @desc:获取通知方式
43890
+ * @author liufan
43891
+ * @date 2022年5月25日
43968
43892
  **/
43969
43893
  getFind: function getFind() {
43970
43894
  var _this10 = this;
@@ -44019,12 +43943,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44019
43943
  });
44020
43944
  },
44021
43945
 
44022
- /**
44023
- * endFlows
44024
- * @desc:直接办结
44025
- * @author liufan
44026
- * @param {Object} res 直接办结数据
44027
- * @date 2022年5月25日
43946
+ /**
43947
+ * endFlows
43948
+ * @desc:直接办结
43949
+ * @author liufan
43950
+ * @param {Object} res 直接办结数据
43951
+ * @date 2022年5月25日
44028
43952
  **/
44029
43953
  endFlows: function endFlows(res) {
44030
43954
  var _this12 = this;
@@ -44078,12 +44002,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44078
44002
  }).catch(function (e) {});
44079
44003
  },
44080
44004
 
44081
- /**
44082
- * goView
44083
- * @desc:更多流程按钮操作
44084
- * @author liufan
44085
- * @param {Object} res 当前点击操作按钮数据
44086
- * @date 2022年5月25日
44005
+ /**
44006
+ * goView
44007
+ * @desc:更多流程按钮操作
44008
+ * @author liufan
44009
+ * @param {Object} res 当前点击操作按钮数据
44010
+ * @date 2022年5月25日
44087
44011
  **/
44088
44012
  goView: function goView(res) {
44089
44013
  // 驳回并办结:rejectAndEndHtml
@@ -44168,11 +44092,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44168
44092
  // isCanStartSubFlow
44169
44093
  },
44170
44094
 
44171
- /**
44172
- * toTakeAdvice
44173
- * @desc:征求意见
44174
- * @author liufan
44175
- * @date 2022年9月29日
44095
+ /**
44096
+ * toTakeAdvice
44097
+ * @desc:征求意见
44098
+ * @author liufan
44099
+ * @date 2022年9月29日
44176
44100
  **/
44177
44101
  toTakeAdvice: function toTakeAdvice(res) {
44178
44102
  var _this14 = this;
@@ -44216,11 +44140,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44216
44140
  });
44217
44141
  },
44218
44142
 
44219
- /**
44220
- * toStartDraf
44221
- * @desc: 稿件递送、联合审核、复核
44222
- * @author liufan
44223
- * @date 2022年9月29日
44143
+ /**
44144
+ * toStartDraf
44145
+ * @desc: 稿件递送、联合审核、复核
44146
+ * @author liufan
44147
+ * @date 2022年9月29日
44224
44148
  **/
44225
44149
  toStartDraf: function toStartDraf(res) {
44226
44150
  var _this16 = this;
@@ -44234,11 +44158,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44234
44158
  }
44235
44159
  },
44236
44160
 
44237
- /**
44238
- * toSendMsg
44239
- * @desc:核稿通知
44240
- * @author liufan
44241
- * @date 2022年9月29日
44161
+ /**
44162
+ * toSendMsg
44163
+ * @desc:核稿通知
44164
+ * @author liufan
44165
+ * @date 2022年9月29日
44242
44166
  **/
44243
44167
  toSendMsg: function toSendMsg(res) {
44244
44168
  var _this17 = this;
@@ -44252,11 +44176,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44252
44176
  }
44253
44177
  },
44254
44178
 
44255
- /**
44256
- * toTaskReadAndEnd
44257
- * @desc:分阅并办结
44258
- * @author liufan
44259
- * @date 2022年9月29日
44179
+ /**
44180
+ * toTaskReadAndEnd
44181
+ * @desc:分阅并办结
44182
+ * @author liufan
44183
+ * @date 2022年9月29日
44260
44184
  **/
44261
44185
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
44262
44186
  var _this18 = this;
@@ -44274,11 +44198,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44274
44198
  }
44275
44199
  },
44276
44200
 
44277
- /**
44278
- * rejectAndEnd
44279
- * @desc:驳回并办结
44280
- * @author liufan
44281
- * @date 2022年9月29日
44201
+ /**
44202
+ * rejectAndEnd
44203
+ * @desc:驳回并办结
44204
+ * @author liufan
44205
+ * @date 2022年9月29日
44282
44206
  **/
44283
44207
  rejectAndEnd: function rejectAndEnd(res) {
44284
44208
  var _this19 = this;
@@ -44333,11 +44257,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44333
44257
  });
44334
44258
  },
44335
44259
 
44336
- /**
44337
- * toTransfer
44338
- * @desc:转办
44339
- * @author liufan
44340
- * @date 2022年9月29日
44260
+ /**
44261
+ * toTransfer
44262
+ * @desc:转办
44263
+ * @author liufan
44264
+ * @date 2022年9月29日
44341
44265
  **/
44342
44266
  toTransfer: function toTransfer(res) {
44343
44267
  var _this21 = this;
@@ -44353,11 +44277,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44353
44277
  }
44354
44278
  },
44355
44279
 
44356
- /**
44357
- * getNodeInfo
44358
- * @desc:获取节点信息
44359
- * @author liufan
44360
- * @date 2022年5月25日
44280
+ /**
44281
+ * getNodeInfo
44282
+ * @desc:获取节点信息
44283
+ * @author liufan
44284
+ * @date 2022年5月25日
44361
44285
  **/
44362
44286
  getNodeInfo: function getNodeInfo() {
44363
44287
  var _this22 = this;
@@ -44456,12 +44380,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44456
44380
  });
44457
44381
  },
44458
44382
 
44459
- /**
44460
- * selecNext
44461
- * @desc:下步节点变化时更新数据
44462
- * @author liufan
44463
- * @param {String} val 当前选中值
44464
- * @date 2022年5月25日
44383
+ /**
44384
+ * selecNext
44385
+ * @desc:下步节点变化时更新数据
44386
+ * @author liufan
44387
+ * @param {String} val 当前选中值
44388
+ * @date 2022年5月25日
44465
44389
  **/
44466
44390
  selecNext: function selecNext(val, type, isDef) {
44467
44391
  var _this23 = this;
@@ -44570,11 +44494,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44570
44494
  if (isDef !== true) this.getNodeInfo();
44571
44495
  },
44572
44496
 
44573
- /**
44574
- * isMultiple
44575
- * @desc:是否多选
44576
- * @author liufan
44577
- * @date 2022年9月13日
44497
+ /**
44498
+ * isMultiple
44499
+ * @desc:是否多选
44500
+ * @author liufan
44501
+ * @date 2022年9月13日
44578
44502
  **/
44579
44503
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
44580
44504
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -44606,11 +44530,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44606
44530
  }
44607
44531
  },
44608
44532
 
44609
- /**
44610
- * getHedInfo
44611
- * @desc:获取审核页面数据
44612
- * @author liufan
44613
- * @date 2022年5月25日
44533
+ /**
44534
+ * getHedInfo
44535
+ * @desc:获取审核页面数据
44536
+ * @author liufan
44537
+ * @date 2022年5月25日
44614
44538
  **/
44615
44539
  getHedInfo: function getHedInfo() {
44616
44540
  var _this24 = this;
@@ -44846,13 +44770,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44846
44770
  });
44847
44771
  },
44848
44772
 
44849
- /**
44850
- * closeProcess
44851
- * @desc:关闭弹窗
44852
- * @author liufan
44853
- * @param {boolean} val 当前是否办理流程
44854
- * @param {String} type 当前点击的弹窗类型
44855
- * @date 2022年5月25日
44773
+ /**
44774
+ * closeProcess
44775
+ * @desc:关闭弹窗
44776
+ * @author liufan
44777
+ * @param {boolean} val 当前是否办理流程
44778
+ * @param {String} type 当前点击的弹窗类型
44779
+ * @date 2022年5月25日
44856
44780
  **/
44857
44781
  closeProcess: function closeProcess(val, type, closeParent) {
44858
44782
  if (closeParent) {
@@ -44869,23 +44793,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44869
44793
  }
44870
44794
  },
44871
44795
 
44872
- /**
44873
- * selectChange
44874
- * @desc:常用语选择
44875
- * @author liufan
44876
- * @param {String} val 选中值
44877
- * @date 2022年5月25日
44796
+ /**
44797
+ * selectChange
44798
+ * @desc:常用语选择
44799
+ * @author liufan
44800
+ * @param {String} val 选中值
44801
+ * @date 2022年5月25日
44878
44802
  **/
44879
44803
  selectChange: function selectChange(val) {
44880
44804
  this.value = val;
44881
44805
  },
44882
44806
 
44883
- /**
44884
- * upDate
44885
- * @desc:修改常用语
44886
- * @author liufan
44887
- * @param {Object} val 修改值
44888
- * @date 2022年5月25日
44807
+ /**
44808
+ * upDate
44809
+ * @desc:修改常用语
44810
+ * @author liufan
44811
+ * @param {Object} val 修改值
44812
+ * @date 2022年5月25日
44889
44813
  **/
44890
44814
  upDate: function upDate(val) {
44891
44815
  this.FormData.id = val.id;
@@ -44893,11 +44817,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44893
44817
  },
44894
44818
 
44895
44819
 
44896
- /**
44897
- * getProcess
44898
- * @desc:获取选择流程
44899
- * @author liufan
44900
- * @date 2022年5月25日
44820
+ /**
44821
+ * getProcess
44822
+ * @desc:获取选择流程
44823
+ * @author liufan
44824
+ * @date 2022年5月25日
44901
44825
  **/
44902
44826
  getProcess: function getProcess() {
44903
44827
  var _this25 = this;
@@ -44951,11 +44875,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44951
44875
  });
44952
44876
  },
44953
44877
 
44954
- /**
44955
- * getPendedhistoryList
44956
- * @desc:获取流程列表
44957
- * @author liufan
44958
- * @date 2022年5月25日
44878
+ /**
44879
+ * getPendedhistoryList
44880
+ * @desc:获取流程列表
44881
+ * @author liufan
44882
+ * @date 2022年5月25日
44959
44883
  **/
44960
44884
  getPendedhistoryList: function getPendedhistoryList() {
44961
44885
  var _this26 = this;
@@ -44987,12 +44911,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44987
44911
  },
44988
44912
 
44989
44913
  // 提交流程
44990
- /**
44991
- * subProcess
44992
- * @desc:提交流程
44993
- * @author liufan
44994
- * @param {String} formName 当前form表单ref值
44995
- * @date 2022年5月25日
44914
+ /**
44915
+ * subProcess
44916
+ * @desc:提交流程
44917
+ * @author liufan
44918
+ * @param {String} formName 当前form表单ref值
44919
+ * @date 2022年5月25日
44996
44920
  **/
44997
44921
  subProcess: function subProcess(val) {
44998
44922
  var _this27 = this;
@@ -47716,6 +47640,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47716
47640
  //
47717
47641
  //
47718
47642
  //
47643
+ //
47644
+ //
47645
+ //
47646
+ //
47647
+ //
47719
47648
 
47720
47649
 
47721
47650
 
@@ -47948,6 +47877,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47948
47877
  isAddSign: '', // 是否加签
47949
47878
  isRemoveSign: '', // 是否减签
47950
47879
  customLimitTime: '', //限时天数
47880
+ customLimitTimeText: '', //限时天数
47951
47881
  nextOperate: '', // 下步操作
47952
47882
  notificationMsg: '', // 通知信息
47953
47883
  addSignUserId: [], // 加签办理人
@@ -48572,11 +48502,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48572
48502
  });
48573
48503
  },
48574
48504
 
48575
- /**
48576
- * saveInfo
48577
- * @desc:暂存
48578
- * @author liufan
48579
- * @date 2022年9月9日
48505
+ /**
48506
+ * saveInfo
48507
+ * @desc:暂存
48508
+ * @author liufan
48509
+ * @date 2022年9月9日
48580
48510
  **/
48581
48511
  saveInfo: function saveInfo(type, btn) {
48582
48512
  var _this11 = this;
@@ -48638,11 +48568,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48638
48568
  });
48639
48569
  },
48640
48570
 
48641
- /**
48642
- * rejectBtn
48643
- * @desc:点击驳回
48644
- * @author liufan
48645
- * @date 2022年5月25日
48571
+ /**
48572
+ * rejectBtn
48573
+ * @desc:点击驳回
48574
+ * @author liufan
48575
+ * @date 2022年5月25日
48646
48576
  **/
48647
48577
  rejectBtn: function rejectBtn() {
48648
48578
  var _this13 = this;
@@ -48660,11 +48590,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48660
48590
  }
48661
48591
  },
48662
48592
 
48663
- /**
48664
- * taskReadBtn
48665
- * @desc:点击分阅
48666
- * @author liufan
48667
- * @date 2022年5月25日
48593
+ /**
48594
+ * taskReadBtn
48595
+ * @desc:点击分阅
48596
+ * @author liufan
48597
+ * @date 2022年5月25日
48668
48598
  **/
48669
48599
  taskReadBtn: function taskReadBtn() {
48670
48600
  var _this14 = this;
@@ -48683,11 +48613,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48683
48613
  }
48684
48614
  },
48685
48615
 
48686
- /**
48687
- * getFind
48688
- * @desc:获取通知方式
48689
- * @author liufan
48690
- * @date 2022年5月25日
48616
+ /**
48617
+ * getFind
48618
+ * @desc:获取通知方式
48619
+ * @author liufan
48620
+ * @date 2022年5月25日
48691
48621
  **/
48692
48622
  getFind: function getFind() {
48693
48623
  var _this15 = this;
@@ -48753,12 +48683,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48753
48683
  });
48754
48684
  },
48755
48685
 
48756
- /**
48757
- * endFlows
48758
- * @desc:直接办结
48759
- * @author liufan
48760
- * @param {Object} res 直接办结数据
48761
- * @date 2022年5月25日
48686
+ /**
48687
+ * endFlows
48688
+ * @desc:直接办结
48689
+ * @author liufan
48690
+ * @param {Object} res 直接办结数据
48691
+ * @date 2022年5月25日
48762
48692
  **/
48763
48693
  endFlows: function endFlows(res) {
48764
48694
  var _this17 = this;
@@ -48813,12 +48743,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48813
48743
  }).catch(function (e) {});
48814
48744
  },
48815
48745
 
48816
- /**
48817
- * goView
48818
- * @desc:更多流程按钮操作
48819
- * @author liufan
48820
- * @param {Object} res 当前点击操作按钮数据
48821
- * @date 2022年5月25日
48746
+ /**
48747
+ * goView
48748
+ * @desc:更多流程按钮操作
48749
+ * @author liufan
48750
+ * @param {Object} res 当前点击操作按钮数据
48751
+ * @date 2022年5月25日
48822
48752
  **/
48823
48753
  goView: function goView(res) {
48824
48754
  // 驳回并办结:rejectAndEndHtml
@@ -48903,11 +48833,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48903
48833
  // isCanStartSubFlow
48904
48834
  },
48905
48835
 
48906
- /**
48907
- * toTakeAdvice
48908
- * @desc:征求意见
48909
- * @author liufan
48910
- * @date 2022年9月29日
48836
+ /**
48837
+ * toTakeAdvice
48838
+ * @desc:征求意见
48839
+ * @author liufan
48840
+ * @date 2022年9月29日
48911
48841
  **/
48912
48842
  toTakeAdvice: function toTakeAdvice(res) {
48913
48843
  var _this19 = this;
@@ -48951,11 +48881,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48951
48881
  });
48952
48882
  },
48953
48883
 
48954
- /**
48955
- * toStartDraf
48956
- * @desc: 稿件递送、联合审核、复核
48957
- * @author liufan
48958
- * @date 2022年9月29日
48884
+ /**
48885
+ * toStartDraf
48886
+ * @desc: 稿件递送、联合审核、复核
48887
+ * @author liufan
48888
+ * @date 2022年9月29日
48959
48889
  **/
48960
48890
  toStartDraf: function toStartDraf(res) {
48961
48891
  var _this21 = this;
@@ -48969,11 +48899,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48969
48899
  }
48970
48900
  },
48971
48901
 
48972
- /**
48973
- * toSendMsg
48974
- * @desc:核稿通知
48975
- * @author liufan
48976
- * @date 2022年9月29日
48902
+ /**
48903
+ * toSendMsg
48904
+ * @desc:核稿通知
48905
+ * @author liufan
48906
+ * @date 2022年9月29日
48977
48907
  **/
48978
48908
  toSendMsg: function toSendMsg(res) {
48979
48909
  var _this22 = this;
@@ -48987,11 +48917,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48987
48917
  }
48988
48918
  },
48989
48919
 
48990
- /**
48991
- * toTaskReadAndEnd
48992
- * @desc:分阅并办结
48993
- * @author liufan
48994
- * @date 2022年9月29日
48920
+ /**
48921
+ * toTaskReadAndEnd
48922
+ * @desc:分阅并办结
48923
+ * @author liufan
48924
+ * @date 2022年9月29日
48995
48925
  **/
48996
48926
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
48997
48927
  var _this23 = this;
@@ -49009,11 +48939,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49009
48939
  }
49010
48940
  },
49011
48941
 
49012
- /**
49013
- * rejectAndEnd
49014
- * @desc:驳回并办结
49015
- * @author liufan
49016
- * @date 2022年9月29日
48942
+ /**
48943
+ * rejectAndEnd
48944
+ * @desc:驳回并办结
48945
+ * @author liufan
48946
+ * @date 2022年9月29日
49017
48947
  **/
49018
48948
  rejectAndEnd: function rejectAndEnd(res) {
49019
48949
  var _this24 = this;
@@ -49069,11 +48999,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49069
48999
  });
49070
49000
  },
49071
49001
 
49072
- /**
49073
- * toTransfer
49074
- * @desc:转办
49075
- * @author liufan
49076
- * @date 2022年9月29日
49002
+ /**
49003
+ * toTransfer
49004
+ * @desc:转办
49005
+ * @author liufan
49006
+ * @date 2022年9月29日
49077
49007
  **/
49078
49008
  toTransfer: function toTransfer(res) {
49079
49009
  var _this26 = this;
@@ -49088,12 +49018,15 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49088
49018
  this.showTaskRead = true;
49089
49019
  }
49090
49020
  },
49021
+ handleChangeTime: function handleChangeTime(val) {
49022
+ this.nextNode.customLimitTime = val;
49023
+ },
49091
49024
 
49092
- /**
49093
- * getNodeInfo
49094
- * @desc:获取节点信息
49095
- * @author liufan
49096
- * @date 2022年5月25日
49025
+ /**
49026
+ * getNodeInfo
49027
+ * @desc:获取节点信息
49028
+ * @author liufan
49029
+ * @date 2022年5月25日
49097
49030
  **/
49098
49031
  getNodeInfo: function getNodeInfo() {
49099
49032
  var _this27 = this;
@@ -49116,7 +49049,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49116
49049
  _this27.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
49117
49050
  _this27.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
49118
49051
  if (_this27.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
49119
- _this27.nextNode.customLimitTime = data.nodeMoreInfo.defaultCustomLimitDays + '';
49052
+ _this27.nextNode.customLimitTime = _this27.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
49120
49053
  }
49121
49054
  data.otherOrgDisabledObjId && (_this27.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
49122
49055
  data.currentOrgDisabledObjId && (_this27.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
@@ -49200,12 +49133,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49200
49133
  });
49201
49134
  },
49202
49135
 
49203
- /**
49204
- * selecNext
49205
- * @desc:下步节点变化时更新数据
49206
- * @author liufan
49207
- * @param {String} val 当前选中值
49208
- * @date 2022年5月25日
49136
+ /**
49137
+ * selecNext
49138
+ * @desc:下步节点变化时更新数据
49139
+ * @author liufan
49140
+ * @param {String} val 当前选中值
49141
+ * @date 2022年5月25日
49209
49142
  **/
49210
49143
  selecNext: function selecNext(val, type, isDef) {
49211
49144
  var _this28 = this;
@@ -49337,11 +49270,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49337
49270
  this.getNodeInfo();
49338
49271
  },
49339
49272
 
49340
- /**
49341
- * isMultiple
49342
- * @desc:是否多选
49343
- * @author liufan
49344
- * @date 2022年9月13日
49273
+ /**
49274
+ * isMultiple
49275
+ * @desc:是否多选
49276
+ * @author liufan
49277
+ * @date 2022年9月13日
49345
49278
  **/
49346
49279
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
49347
49280
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -49373,11 +49306,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49373
49306
  }
49374
49307
  },
49375
49308
 
49376
- /**
49377
- * getHedInfo
49378
- * @desc:获取审核页面数据
49379
- * @author liufan
49380
- * @date 2022年5月25日
49309
+ /**
49310
+ * getHedInfo
49311
+ * @desc:获取审核页面数据
49312
+ * @author liufan
49313
+ * @date 2022年5月25日
49381
49314
  **/
49382
49315
  getHedInfo: function getHedInfo() {
49383
49316
  var _this29 = this;
@@ -49467,7 +49400,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49467
49400
  _this29.foreignOrgSelectorTabs.map(function (x, i) {
49468
49401
  _this29.foreignOrgSelectorParams[x] = {
49469
49402
  filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i],
49470
- nofilid: foreignOrgparams[i] == 'other' ? 1 : 0
49403
+ nofilid: foreignOrgparams[i] == 'other' ? 1 : 0,
49404
+ roleid: _this29.circularReadParamsMap.circularReadOrgRoleCode || _this29.foreignOrgSelectorParams.roleid
49471
49405
  };
49472
49406
  });
49473
49407
  }
@@ -49676,13 +49610,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49676
49610
  });
49677
49611
  },
49678
49612
 
49679
- /**
49680
- * closeProcess
49681
- * @desc:关闭弹窗
49682
- * @author liufan
49683
- * @param {boolean} val 当前是否办理流程
49684
- * @param {String} type 当前点击的弹窗类型
49685
- * @date 2022年5月25日
49613
+ /**
49614
+ * closeProcess
49615
+ * @desc:关闭弹窗
49616
+ * @author liufan
49617
+ * @param {boolean} val 当前是否办理流程
49618
+ * @param {String} type 当前点击的弹窗类型
49619
+ * @date 2022年5月25日
49686
49620
  **/
49687
49621
  closeProcess: function closeProcess(val, type, closeParent) {
49688
49622
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -49702,23 +49636,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49702
49636
  }
49703
49637
  },
49704
49638
 
49705
- /**
49706
- * selectChange
49707
- * @desc:常用语选择
49708
- * @author liufan
49709
- * @param {String} val 选中值
49710
- * @date 2022年5月25日
49639
+ /**
49640
+ * selectChange
49641
+ * @desc:常用语选择
49642
+ * @author liufan
49643
+ * @param {String} val 选中值
49644
+ * @date 2022年5月25日
49711
49645
  **/
49712
49646
  selectChange: function selectChange(val) {
49713
49647
  this.value = val;
49714
49648
  },
49715
49649
 
49716
- /**
49717
- * upDate
49718
- * @desc:修改常用语
49719
- * @author liufan
49720
- * @param {Object} val 修改值
49721
- * @date 2022年5月25日
49650
+ /**
49651
+ * upDate
49652
+ * @desc:修改常用语
49653
+ * @author liufan
49654
+ * @param {Object} val 修改值
49655
+ * @date 2022年5月25日
49722
49656
  **/
49723
49657
  upDate: function upDate(val) {
49724
49658
  this.FormData.id = val.id;
@@ -49726,11 +49660,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49726
49660
  },
49727
49661
 
49728
49662
 
49729
- /**
49730
- * getProcess
49731
- * @desc:获取选择流程
49732
- * @author liufan
49733
- * @date 2022年5月25日
49663
+ /**
49664
+ * getProcess
49665
+ * @desc:获取选择流程
49666
+ * @author liufan
49667
+ * @date 2022年5月25日
49734
49668
  **/
49735
49669
  getProcess: function getProcess(val) {
49736
49670
  var _this30 = this;
@@ -49790,11 +49724,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49790
49724
  });
49791
49725
  },
49792
49726
 
49793
- /**
49794
- * getPendedhistoryList
49795
- * @desc:获取流程列表
49796
- * @author liufan
49797
- * @date 2022年5月25日
49727
+ /**
49728
+ * getPendedhistoryList
49729
+ * @desc:获取流程列表
49730
+ * @author liufan
49731
+ * @date 2022年5月25日
49798
49732
  **/
49799
49733
  getPendedhistoryList: function getPendedhistoryList() {
49800
49734
  var _this31 = this;
@@ -49862,12 +49796,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49862
49796
  },
49863
49797
 
49864
49798
  // 提交流程
49865
- /**
49866
- * subProcess
49867
- * @desc:提交流程
49868
- * @author liufan
49869
- * @param {String} formName 当前form表单ref值
49870
- * @date 2022年5月25日
49799
+ /**
49800
+ * subProcess
49801
+ * @desc:提交流程
49802
+ * @author liufan
49803
+ * @param {String} formName 当前form表单ref值
49804
+ * @date 2022年5月25日
49871
49805
  **/
49872
49806
  subProcess: function subProcess(val, type) {
49873
49807
  var _this33 = this;
@@ -49981,7 +49915,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49981
49915
  switch (_context.prev = _context.next) {
49982
49916
  case 0:
49983
49917
  if (!valid) {
49984
- _context.next = 55;
49918
+ _context.next = 56;
49985
49919
  break;
49986
49920
  }
49987
49921
 
@@ -50085,6 +50019,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50085
50019
  });
50086
50020
 
50087
50021
  if (_this35.activeNames != '1') delete params.customPresetUserJson;
50022
+ delete params.customLimitTimeText;
50088
50023
  if (_this35.nextNode.isRemoveSign != '1') {
50089
50024
  delete params.removeSignUserId;
50090
50025
  }
@@ -50096,7 +50031,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50096
50031
  }
50097
50032
 
50098
50033
  if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
50099
- _context.next = 36;
50034
+ _context.next = 37;
50100
50035
  break;
50101
50036
  }
50102
50037
 
@@ -50104,7 +50039,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50104
50039
  _this35.taskParams = params;
50105
50040
  return _context.abrupt('return');
50106
50041
 
50107
- case 36:
50042
+ case 37:
50108
50043
  _this35.loading = utils_util["a" /* default */].loading(_this35.$loading, '提交中...');
50109
50044
  isEndUserTask = _this35.isEndUserTask, choiceOrgId = _this35.choiceOrgId, choiceDeptId = _this35.choiceDeptId, pOrgId = _this35.pOrgId, taskExamineInfo = _this35.taskExamineInfo, currentNodeIsCircularReadNode = _this35.currentNodeIsCircularReadNode, needRetrialAuth = _this35.needRetrialAuth, circularReadParamsMap = _this35.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this35.currentNodeEnableItemHandleDescription;
50110
50045
 
@@ -50144,10 +50079,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50144
50079
  }
50145
50080
  }));
50146
50081
 
50147
- case 55:
50082
+ case 56:
50148
50083
  return _context.abrupt('return', false);
50149
50084
 
50150
- case 56:
50085
+ case 57:
50151
50086
  case 'end':
50152
50087
  return _context.stop();
50153
50088
  }
@@ -50208,8 +50143,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50208
50143
 
50209
50144
  var flow_src_main_component = normalizeComponent(
50210
50145
  packages_flow_src_mainvue_type_script_lang_js_,
50211
- mainvue_type_template_id_5ee0fd1a_render,
50212
- mainvue_type_template_id_5ee0fd1a_staticRenderFns,
50146
+ mainvue_type_template_id_640e2c46_render,
50147
+ mainvue_type_template_id_640e2c46_staticRenderFns,
50213
50148
  false,
50214
50149
  null,
50215
50150
  null,
@@ -52228,8 +52163,8 @@ flow_group_src_main.install = function (Vue) {
52228
52163
  };
52229
52164
 
52230
52165
  /* harmony default export */ var flow_group = (flow_group_src_main);
52231
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=137c2ec3&
52232
- var mainvue_type_template_id_137c2ec3_render = function () {
52166
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=361fbd0a&
52167
+ var mainvue_type_template_id_361fbd0a_render = function () {
52233
52168
  var _vm = this
52234
52169
  var _h = _vm.$createElement
52235
52170
  var _c = _vm._self._c || _h
@@ -52439,11 +52374,11 @@ var mainvue_type_template_id_137c2ec3_render = function () {
52439
52374
  2
52440
52375
  )
52441
52376
  }
52442
- var mainvue_type_template_id_137c2ec3_staticRenderFns = []
52443
- mainvue_type_template_id_137c2ec3_render._withStripped = true
52377
+ var mainvue_type_template_id_361fbd0a_staticRenderFns = []
52378
+ mainvue_type_template_id_361fbd0a_render._withStripped = true
52444
52379
 
52445
52380
 
52446
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=137c2ec3&
52381
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=361fbd0a&
52447
52382
 
52448
52383
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
52449
52384
 
@@ -52569,6 +52504,10 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52569
52504
  type: Function,
52570
52505
  default: function _default() {}
52571
52506
  },
52507
+ flowViewType: {
52508
+ type: [Number, String],
52509
+ default: 0
52510
+ },
52572
52511
  hide: {
52573
52512
  type: String,
52574
52513
  default: ''
@@ -52725,6 +52664,20 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52725
52664
  };
52726
52665
  },
52727
52666
 
52667
+ watch: {
52668
+ flowViewType: {
52669
+ handler: function handler(val) {
52670
+ if (val) {
52671
+ this.loading = utils_util["a" /* default */].loading(this.$loading, '加载中...');
52672
+ this.getFlowList(val);
52673
+ }
52674
+ },
52675
+
52676
+ deep: true,
52677
+ immediate: true
52678
+ }
52679
+ },
52680
+
52728
52681
  computed: {
52729
52682
  toolbars: function toolbars() {
52730
52683
  var _this = this;
@@ -53656,12 +53609,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53656
53609
  }
53657
53610
  },
53658
53611
 
53659
- /**
53660
- * handleFormSubmit
53661
- * @desc:删除节点点击事件
53662
- * @param {Object} formData 点击删除的form数据
53663
- * @author liufan
53664
- * @date 2022年11月29日
53612
+ /**
53613
+ * handleFormSubmit
53614
+ * @desc:删除节点点击事件
53615
+ * @param {Object} formData 点击删除的form数据
53616
+ * @author liufan
53617
+ * @date 2022年11月29日
53665
53618
  **/
53666
53619
  handleFormSubmit: function handleFormSubmit(formData) {
53667
53620
  var _this9 = this;
@@ -53692,48 +53645,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53692
53645
  });
53693
53646
  },
53694
53647
 
53695
- /**
53696
- * del
53697
- * @desc:展示删除弹窗
53698
- * @param {String} id 当前点击数据id
53699
- * @author liufan
53700
- * @date 2022年11月29日
53648
+ /**
53649
+ * del
53650
+ * @desc:展示删除弹窗
53651
+ * @param {String} id 当前点击数据id
53652
+ * @author liufan
53653
+ * @date 2022年11月29日
53701
53654
  **/
53702
53655
  del: function del(id) {
53703
53656
  this.historyId = id;
53704
53657
  this.showDel = true;
53705
53658
  },
53706
53659
 
53707
- /**
53708
- * handleCurrentChange
53709
- * @desc:监听页码变化
53710
- * @param {String} val 当前页
53711
- * @author liufan
53712
- * @date 2022年11月29日
53660
+ /**
53661
+ * handleCurrentChange
53662
+ * @desc:监听页码变化
53663
+ * @param {String} val 当前页
53664
+ * @author liufan
53665
+ * @date 2022年11月29日
53713
53666
  **/
53714
53667
  handleCurrentChange: function handleCurrentChange(val) {
53715
53668
  this.currentPage = val;
53716
53669
  this.getPressList();
53717
53670
  },
53718
53671
 
53719
- /**
53720
- * handleSizeChange
53721
- * @desc:监听每页数据显示数量变化
53722
- * @param {String} val 每页展示数量
53723
- * @author liufan
53724
- * @date 2022年11月29日
53672
+ /**
53673
+ * handleSizeChange
53674
+ * @desc:监听每页数据显示数量变化
53675
+ * @param {String} val 每页展示数量
53676
+ * @author liufan
53677
+ * @date 2022年11月29日
53725
53678
  **/
53726
53679
  handleSizeChange: function handleSizeChange(val) {
53727
53680
  this.pageSize = val;
53728
53681
  this.getPressList();
53729
53682
  },
53730
53683
 
53731
- /**
53732
- * sortChange
53733
- * @desc:监听排序变化
53734
- * @param {Object} info 需要排序的字段及排序方式
53735
- * @author liufan
53736
- * @date 2022年11月29日
53684
+ /**
53685
+ * sortChange
53686
+ * @desc:监听排序变化
53687
+ * @param {Object} info 需要排序的字段及排序方式
53688
+ * @author liufan
53689
+ * @date 2022年11月29日
53737
53690
  **/
53738
53691
  sortChange: function sortChange(info) {
53739
53692
  var prop = info.prop,
@@ -53744,11 +53697,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53744
53697
  this.getPressList();
53745
53698
  },
53746
53699
 
53747
- /**
53748
- * getPressList
53749
- * @desc:催办列表数据
53750
- * @author liufan
53751
- * @date 2022年11月29日
53700
+ /**
53701
+ * getPressList
53702
+ * @desc:催办列表数据
53703
+ * @author liufan
53704
+ * @date 2022年11月29日
53752
53705
  **/
53753
53706
  getPressList: function getPressList() {
53754
53707
  var _this10 = this;
@@ -53778,12 +53731,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53778
53731
  });
53779
53732
  },
53780
53733
 
53781
- /**
53782
- * goPress
53783
- * @desc:催办列表查看
53784
- * @param {String} id 催办列表id
53785
- * @author liufan
53786
- * @date 2022年11月29日
53734
+ /**
53735
+ * goPress
53736
+ * @desc:催办列表查看
53737
+ * @param {String} id 催办列表id
53738
+ * @author liufan
53739
+ * @date 2022年11月29日
53787
53740
  **/
53788
53741
  goPress: function goPress(id) {
53789
53742
  this.historyId = id;
@@ -53791,23 +53744,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53791
53744
  this.getPressList();
53792
53745
  },
53793
53746
 
53794
- /**
53795
- * showFile
53796
- * @desc:附件查看
53797
- * @param {String} ownId 附件id
53798
- * @author liufan
53799
- * @date 2022年11月29日
53747
+ /**
53748
+ * showFile
53749
+ * @desc:附件查看
53750
+ * @param {String} ownId 附件id
53751
+ * @author liufan
53752
+ * @date 2022年11月29日
53800
53753
  **/
53801
53754
  showFile: function showFile(ownId) {
53802
53755
  this.wfpendingid = ownId;
53803
53756
  this.showFileList = true;
53804
53757
  },
53805
53758
 
53806
- /**
53807
- * handleChange
53808
- * @desc:切换排序方式
53809
- * @author liufan
53810
- * @date 2022年11月22日
53759
+ /**
53760
+ * handleChange
53761
+ * @desc:切换排序方式
53762
+ * @author liufan
53763
+ * @date 2022年11月22日
53811
53764
  **/
53812
53765
  handleChange: function handleChange(key, value) {
53813
53766
  if (value) {
@@ -53857,13 +53810,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53857
53810
  }))();
53858
53811
  },
53859
53812
 
53860
- /**
53861
- * getFlowList
53862
- * @desc:获取流程列表
53863
- * @author liufan
53864
- * @date 2022年11月22日
53813
+ /**
53814
+ * getFlowList
53815
+ * @desc:获取流程列表
53816
+ * @author liufan
53817
+ * @date 2022年11月22日
53865
53818
  **/
53866
- getFlowList: function getFlowList() {
53819
+ getFlowList: function getFlowList(type) {
53867
53820
  var _this12 = this;
53868
53821
 
53869
53822
  var params = {
@@ -53871,7 +53824,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53871
53824
  params: flow_list_src_mainvue_type_script_lang_js_extends({
53872
53825
  apprecordid: this.businessId,
53873
53826
  pendingAttr: 0,
53874
- viewType: this.viewType,
53827
+ viewType: type || this.viewType,
53875
53828
  showSuggest: this.showSuggest
53876
53829
  }, this.params)
53877
53830
  };
@@ -53933,12 +53886,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53933
53886
  });
53934
53887
  },
53935
53888
 
53936
- /**
53937
- * handleClick
53938
- * @desc:表单点击事件
53939
- * @param {Object} val 当前点击行数据及按钮
53940
- * @author liufan
53941
- * @date 2022年11月10日
53889
+ /**
53890
+ * handleClick
53891
+ * @desc:表单点击事件
53892
+ * @param {Object} val 当前点击行数据及按钮
53893
+ * @author liufan
53894
+ * @date 2022年11月10日
53942
53895
  **/
53943
53896
  handleClick: function handleClick(val) {
53944
53897
  var _this13 = this;
@@ -53984,13 +53937,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53984
53937
  }
53985
53938
  },
53986
53939
 
53987
- /**
53988
- * getCodeValue
53989
- * @desc:获取代码表过滤后的值
53990
- * @param {String} value 展示数据的代码值
53991
- * @param {String} type 代码表类型
53992
- * @author liufan
53993
- * @date 2022年11月10日
53940
+ /**
53941
+ * getCodeValue
53942
+ * @desc:获取代码表过滤后的值
53943
+ * @param {String} value 展示数据的代码值
53944
+ * @param {String} type 代码表类型
53945
+ * @author liufan
53946
+ * @date 2022年11月10日
53994
53947
  **/
53995
53948
  getCodeValue: function getCodeValue(value, type) {
53996
53949
  var val = this[type].filter(function (item) {
@@ -53999,12 +53952,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53999
53952
  return val[0].shortName;
54000
53953
  },
54001
53954
 
54002
- /**
54003
- * getSysInfo
54004
- * @desc:获取代码表
54005
- * @param {String} code 编码code值
54006
- * @author liufan
54007
- * @date 2022年11月10日
53955
+ /**
53956
+ * getSysInfo
53957
+ * @desc:获取代码表
53958
+ * @param {String} code 编码code值
53959
+ * @author liufan
53960
+ * @date 2022年11月10日
54008
53961
  **/
54009
53962
  getSysInfo: function getSysInfo(code) {
54010
53963
  var _this14 = this;
@@ -54026,11 +53979,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54026
53979
  }).catch(function (e) {});
54027
53980
  },
54028
53981
 
54029
- /**
54030
- * getListInfo
54031
- * @desc:获取预设列表数据
54032
- * @author liufan
54033
- * @date 2022年11月10日
53982
+ /**
53983
+ * getListInfo
53984
+ * @desc:获取预设列表数据
53985
+ * @author liufan
53986
+ * @date 2022年11月10日
54034
53987
  **/
54035
53988
  getListInfo: function getListInfo() {
54036
53989
  var _this15 = this;
@@ -54083,8 +54036,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54083
54036
 
54084
54037
  var flow_list_src_main_component = normalizeComponent(
54085
54038
  packages_flow_list_src_mainvue_type_script_lang_js_,
54086
- mainvue_type_template_id_137c2ec3_render,
54087
- mainvue_type_template_id_137c2ec3_staticRenderFns,
54039
+ mainvue_type_template_id_361fbd0a_render,
54040
+ mainvue_type_template_id_361fbd0a_staticRenderFns,
54088
54041
  false,
54089
54042
  null,
54090
54043
  null,
@@ -60533,8 +60486,8 @@ mainvue_type_template_id_d57cecee_render._withStripped = true
60533
60486
 
60534
60487
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=d57cecee&
60535
60488
 
60536
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=7cb3c8cc&scoped=true&
60537
- var simplicityvue_type_template_id_7cb3c8cc_scoped_true_render = function () {
60489
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/index.vue?vue&type=template&id=3c4ceaef&scoped=true&
60490
+ var simplicityvue_type_template_id_3c4ceaef_scoped_true_render = function () {
60538
60491
  var _vm = this
60539
60492
  var _h = _vm.$createElement
60540
60493
  var _c = _vm._self._c || _h
@@ -61094,12 +61047,21 @@ var simplicityvue_type_template_id_7cb3c8cc_scoped_true_render = function () {
61094
61047
  )
61095
61048
  : _vm.isIE || item.method == "iframe"
61096
61049
  ? _c("iframe", {
61050
+ directives: [
61051
+ {
61052
+ name: "loading",
61053
+ rawName: "v-loading",
61054
+ value: item.loading,
61055
+ expression: "item.loading",
61056
+ },
61057
+ ],
61097
61058
  attrs: {
61098
- id: _vm.activeName == item.id ? _vm.iframeId : "",
61099
- name: _vm.activeName == item.id ? _vm.iframeId : "",
61100
61059
  frameborder: "0",
61101
61060
  width: "100%",
61102
61061
  height: "100%",
61062
+ id: _vm.activeName == item.id ? _vm.iframeId : "",
61063
+ name: _vm.activeName == item.id ? _vm.iframeId : "",
61064
+ onload: _vm.handleLoadIframe(item),
61103
61065
  src: item.url,
61104
61066
  },
61105
61067
  })
@@ -61228,11 +61190,11 @@ var simplicityvue_type_template_id_7cb3c8cc_scoped_true_render = function () {
61228
61190
  ),
61229
61191
  ])
61230
61192
  }
61231
- var simplicityvue_type_template_id_7cb3c8cc_scoped_true_staticRenderFns = []
61232
- simplicityvue_type_template_id_7cb3c8cc_scoped_true_render._withStripped = true
61193
+ var simplicityvue_type_template_id_3c4ceaef_scoped_true_staticRenderFns = []
61194
+ simplicityvue_type_template_id_3c4ceaef_scoped_true_render._withStripped = true
61233
61195
 
61234
61196
 
61235
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=7cb3c8cc&scoped=true&
61197
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=3c4ceaef&scoped=true&
61236
61198
 
61237
61199
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/simplicity/avatar.vue?vue&type=template&id=e722b45c&scoped=true&
61238
61200
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -63321,10 +63283,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
63321
63283
  this.$emit('click', res);
63322
63284
  },
63323
63285
 
63324
- /**
63325
- * @desc:获取气泡提醒
63326
- * @author huangbo
63327
- * @date 2024年9月7日
63286
+ /**
63287
+ * @desc:获取气泡提醒
63288
+ * @author huangbo
63289
+ * @date 2024年9月7日
63328
63290
  **/
63329
63291
  getBadge: function getBadge(res) {
63330
63292
  var num = res.tips || 0;
@@ -67030,6 +66992,8 @@ var simplicityvue_type_script_lang_js_extends = Object.assign || function (targe
67030
66992
  //
67031
66993
  //
67032
66994
  //
66995
+ //
66996
+ //
67033
66997
 
67034
66998
 
67035
66999
 
@@ -67303,6 +67267,8 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67303
67267
  initApps: null,
67304
67268
  //首页地址
67305
67269
  indexUrl: '',
67270
+ //首页名称
67271
+ indexTitle: '首页',
67306
67272
  //首页配置
67307
67273
  homePage: {},
67308
67274
  //门户跳转页地址
@@ -67421,10 +67387,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67421
67387
  },
67422
67388
 
67423
67389
  methods: {
67424
- /**
67425
- * @desc:匹配路由
67426
- * @author huangbo
67427
- * @date 2024年9月7日
67390
+ /**
67391
+ * @desc:匹配路由
67392
+ * @author huangbo
67393
+ * @date 2024年9月7日
67428
67394
  **/
67429
67395
  hasRouter: function hasRouter(res, url, code) {
67430
67396
  if (!url) {
@@ -67468,10 +67434,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67468
67434
  return false;
67469
67435
  },
67470
67436
 
67471
- /**
67472
- * @desc:获取初始数据
67473
- * @author huangbo
67474
- * @date 2024年9月7日
67437
+ /**
67438
+ * @desc:获取初始数据
67439
+ * @author huangbo
67440
+ * @date 2024年9月7日
67475
67441
  **/
67476
67442
  init: function init(results, first) {
67477
67443
  this.setConfig(results);
@@ -67480,10 +67446,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67480
67446
  }
67481
67447
  },
67482
67448
 
67483
- /**
67484
- * @desc:设置用户配置及信息
67485
- * @author huangbo
67486
- * @date 2024年9月7日
67449
+ /**
67450
+ * @desc:设置用户配置及信息
67451
+ * @author huangbo
67452
+ * @date 2024年9月7日
67487
67453
  **/
67488
67454
  setConfig: function setConfig(results) {
67489
67455
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -67538,6 +67504,9 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67538
67504
  this.notify = results[i].notify || '';
67539
67505
  }
67540
67506
  if (i === 'subsystemExtend' && results[i]) {
67507
+ if (results[i].indexTitle) {
67508
+ this.indexTitle = results[i].indexTitle;
67509
+ }
67541
67510
  if (Object.prototype.hasOwnProperty.call(results[i], 'showAvatar')) {
67542
67511
  this.showAvatar = JSON.parse(results[i].showAvatar);
67543
67512
  }
@@ -67620,10 +67589,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67620
67589
  }
67621
67590
  },
67622
67591
 
67623
- /**
67624
- * @desc:获取所有应用
67625
- * @author huangbo
67626
- * @date 2024年9月7日
67592
+ /**
67593
+ * @desc:获取所有应用
67594
+ * @author huangbo
67595
+ * @date 2024年9月7日
67627
67596
  **/
67628
67597
  getApplications: function getApplications() {
67629
67598
  var _this = this;
@@ -67671,10 +67640,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67671
67640
  });
67672
67641
  },
67673
67642
 
67674
- /**
67675
- * @desc:获取菜单列表
67676
- * @author huangbo
67677
- * @date 2024年9月7日
67643
+ /**
67644
+ * @desc:获取菜单列表
67645
+ * @author huangbo
67646
+ * @date 2024年9月7日
67678
67647
  **/
67679
67648
  getMenus: function getMenus(loading) {
67680
67649
  var _this2 = this;
@@ -67707,10 +67676,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67707
67676
  });
67708
67677
  },
67709
67678
 
67710
- /**
67711
- * @desc:处理菜单列表
67712
- * @author huangbo
67713
- * @date 2024年9月7日
67679
+ /**
67680
+ * @desc:处理菜单列表
67681
+ * @author huangbo
67682
+ * @date 2024年9月7日
67714
67683
  **/
67715
67684
  renderMenus: function renderMenus(res) {
67716
67685
  this.menus = res;
@@ -67720,7 +67689,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67720
67689
  var obj = this.getMenu(this.menus, this.indexUrl);
67721
67690
  obj = obj ? JSON.parse(JSON.stringify(obj)) : {
67722
67691
  url: this.indexUrl,
67723
- text: '工作台',
67692
+ text: this.indexTitle,
67724
67693
  id: '0',
67725
67694
  appCode: 'indexUrl'
67726
67695
  };
@@ -67806,10 +67775,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67806
67775
  }
67807
67776
  },
67808
67777
 
67809
- /**
67810
- * @desc:设置页面加载类型
67811
- * @author huangbo
67812
- * @date 2024年9月7日
67778
+ /**
67779
+ * @desc:设置页面加载类型
67780
+ * @author huangbo
67781
+ * @date 2024年9月7日
67813
67782
  **/
67814
67783
  setIframeType: function setIframeType(res) {
67815
67784
  var url = res.url;
@@ -67865,10 +67834,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67865
67834
  return res;
67866
67835
  },
67867
67836
 
67868
- /**
67869
- * @desc:获取菜单
67870
- * @author huangbo
67871
- * @date 2024年9月7日
67837
+ /**
67838
+ * @desc:获取菜单
67839
+ * @author huangbo
67840
+ * @date 2024年9月7日
67872
67841
  **/
67873
67842
  getMenu: function getMenu(menus, res, key) {
67874
67843
  if (Array.isArray(menus)) {
@@ -67897,10 +67866,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67897
67866
  return false;
67898
67867
  },
67899
67868
 
67900
- /**
67901
- * @desc:获取菜单第一条数据
67902
- * @author huangbo
67903
- * @date 2024年9月7日
67869
+ /**
67870
+ * @desc:获取菜单第一条数据
67871
+ * @author huangbo
67872
+ * @date 2024年9月7日
67904
67873
  **/
67905
67874
  getFirst: function getFirst(obj) {
67906
67875
  if (!obj) {
@@ -67919,10 +67888,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67919
67888
  }
67920
67889
  },
67921
67890
 
67922
- /**
67923
- * @desc:遍历设置菜单气泡提醒
67924
- * @author huangbo
67925
- * @date 2024年9月7日
67891
+ /**
67892
+ * @desc:遍历设置菜单气泡提醒
67893
+ * @author huangbo
67894
+ * @date 2024年9月7日
67926
67895
  **/
67927
67896
  setTips: function setTips(obj) {
67928
67897
  var _this3 = this;
@@ -67985,10 +67954,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67985
67954
  }
67986
67955
  },
67987
67956
 
67988
- /**
67989
- * @desc:获取气泡提醒
67990
- * @author huangbo
67991
- * @date 2024年9月7日
67957
+ /**
67958
+ * @desc:获取气泡提醒
67959
+ * @author huangbo
67960
+ * @date 2024年9月7日
67992
67961
  **/
67993
67962
  getBadge: function getBadge(res) {
67994
67963
  var num = res.tips || 0;
@@ -68002,10 +67971,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68002
67971
  };
68003
67972
  },
68004
67973
 
68005
- /**
68006
- * @desc:开启weosocket
68007
- * @author huangbo
68008
- * @date 2024年9月7日
67974
+ /**
67975
+ * @desc:开启weosocket
67976
+ * @author huangbo
67977
+ * @date 2024年9月7日
68009
67978
  **/
68010
67979
  initWebSocket: function initWebSocket() {
68011
67980
  var _this5 = this;
@@ -68054,10 +68023,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68054
68023
  });
68055
68024
  },
68056
68025
 
68057
- /**
68058
- * @desc:显示用户信息
68059
- * @author huangbo
68060
- * @date 2024年9月7日
68026
+ /**
68027
+ * @desc:显示用户信息
68028
+ * @author huangbo
68029
+ * @date 2024年9月7日
68061
68030
  **/
68062
68031
  showUserInfo: function showUserInfo() {
68063
68032
  if (this.showUser === false) {
@@ -68065,19 +68034,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68065
68034
  }
68066
68035
  },
68067
68036
 
68068
- /**
68069
- * @desc:删除更多应用菜单点击
68070
- * @author huangbo
68071
- * @date 2024年9月7日
68037
+ /**
68038
+ * @desc:删除更多应用菜单点击
68039
+ * @author huangbo
68040
+ * @date 2024年9月7日
68072
68041
  **/
68073
68042
  handleDelete: function handleDelete(index) {
68074
68043
  this.newApps.splice(index, 1);
68075
68044
  },
68076
68045
 
68077
- /**
68078
- * @desc:储存更多应用菜单点击
68079
- * @author huangbo
68080
- * @date 2024年9月7日
68046
+ /**
68047
+ * @desc:储存更多应用菜单点击
68048
+ * @author huangbo
68049
+ * @date 2024年9月7日
68081
68050
  **/
68082
68051
  handlerClickApps: function handlerClickApps(res) {
68083
68052
  if (res.permission === false) {
@@ -68090,10 +68059,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68090
68059
  this.handlerClickApp(res);
68091
68060
  },
68092
68061
 
68093
- /**
68094
- * @desc:侧边应用菜单点击
68095
- * @author huangbo
68096
- * @date 2024年9月7日
68062
+ /**
68063
+ * @desc:侧边应用菜单点击
68064
+ * @author huangbo
68065
+ * @date 2024年9月7日
68097
68066
  **/
68098
68067
  handlerClickApp: function handlerClickApp(res) {
68099
68068
  this.showMsg = false;
@@ -68182,10 +68151,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68182
68151
  }
68183
68152
  },
68184
68153
 
68185
- /**
68186
- * @desc:显示Drawer界面
68187
- * @author huangbo
68188
- * @date 2024年9月7日
68154
+ /**
68155
+ * @desc:显示Drawer界面
68156
+ * @author huangbo
68157
+ * @date 2024年9月7日
68189
68158
  **/
68190
68159
  handlerSetDrawer: function handlerSetDrawer(res, type) {
68191
68160
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -68205,19 +68174,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68205
68174
  }
68206
68175
  },
68207
68176
 
68208
- /**
68209
- * @desc:关闭Drawer界面
68210
- * @author huangbo
68211
- * @date 2024年9月7日
68177
+ /**
68178
+ * @desc:关闭Drawer界面
68179
+ * @author huangbo
68180
+ * @date 2024年9月7日
68212
68181
  **/
68213
68182
  handleCloseDrawer: function handleCloseDrawer() {
68214
68183
  this.drawer = { visible: false };
68215
68184
  },
68216
68185
 
68217
- /**
68218
- * @desc:菜单点击
68219
- * @author huangbo
68220
- * @date 2024年9月7日
68186
+ /**
68187
+ * @desc:菜单点击
68188
+ * @author huangbo
68189
+ * @date 2024年9月7日
68221
68190
  **/
68222
68191
  handlerClickMenu: function handlerClickMenu(res) {
68223
68192
  utils_util["a" /* default */].ajax({
@@ -68266,19 +68235,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68266
68235
  },
68267
68236
 
68268
68237
 
68269
- /**
68270
- * @desc:用户详情请求成功
68271
- * @author huangbo
68272
- * @date 2024年9月7日
68238
+ /**
68239
+ * @desc:用户详情请求成功
68240
+ * @author huangbo
68241
+ * @date 2024年9月7日
68273
68242
  **/
68274
68243
  handleSuccess: function handleSuccess(res) {
68275
68244
  this.simpleUserInfo = res.simpleUserInfo;
68276
68245
  },
68277
68246
 
68278
- /**
68279
- * @desc:修改用户配置
68280
- * @author huangbo
68281
- * @date 2024年9月7日
68247
+ /**
68248
+ * @desc:修改用户配置
68249
+ * @author huangbo
68250
+ * @date 2024年9月7日
68282
68251
  **/
68283
68252
  handleChangeConfig: function handleChangeConfig(name, res) {
68284
68253
  if (name == 'userHeadUrl') {
@@ -68294,10 +68263,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68294
68263
  }
68295
68264
  },
68296
68265
 
68297
- /**
68298
- * @desc:关闭webSocket
68299
- * @author huangbo
68300
- * @date 2024年9月7日
68266
+ /**
68267
+ * @desc:关闭webSocket
68268
+ * @author huangbo
68269
+ * @date 2024年9月7日
68301
68270
  **/
68302
68271
  handlerClose: function handlerClose() {
68303
68272
  if (this.webSocket) {
@@ -68305,10 +68274,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68305
68274
  }
68306
68275
  },
68307
68276
 
68308
- /**
68309
- * @desc:刷新选中iframe页签
68310
- * @author huangbo
68311
- * @date 2024年9月7日
68277
+ /**
68278
+ * @desc:刷新选中iframe页签
68279
+ * @author huangbo
68280
+ * @date 2024年9月7日
68312
68281
  **/
68313
68282
  handleRefresh: function handleRefresh() {
68314
68283
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -68329,10 +68298,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68329
68298
  }
68330
68299
  },
68331
68300
 
68332
- /**
68333
- * @desc:删除iframe
68334
- * @author huangbo
68335
- * @date 2024年9月7日
68301
+ /**
68302
+ * @desc:删除iframe
68303
+ * @author huangbo
68304
+ * @date 2024年9月7日
68336
68305
  **/
68337
68306
  handleRemove: function handleRemove(name) {
68338
68307
  var len = this.tabs.length - 1;
@@ -68349,10 +68318,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68349
68318
  }
68350
68319
  },
68351
68320
 
68352
- /**
68353
- * @desc:tabs鼠标右键事件
68354
- * @author huangbo
68355
- * @date 2024年9月7日
68321
+ /**
68322
+ * @desc:tabs鼠标右键事件
68323
+ * @author huangbo
68324
+ * @date 2024年9月7日
68356
68325
  **/
68357
68326
  handleContextmenu: function handleContextmenu(tabs, e) {
68358
68327
  var disabled = {};
@@ -68377,10 +68346,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68377
68346
  window.addEventListener('click', this.closeTabsEvents);
68378
68347
  },
68379
68348
 
68380
- /**
68381
- * @desc:tabs页签事件
68382
- * @author huangbo
68383
- * @date 2024年9月7日
68349
+ /**
68350
+ * @desc:tabs页签事件
68351
+ * @author huangbo
68352
+ * @date 2024年9月7日
68384
68353
  **/
68385
68354
  handleTabsEvents: function handleTabsEvents(num) {
68386
68355
  if (this.pane !== null) {
@@ -68398,10 +68367,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68398
68367
  window.removeEventListener('click', this.closeTabsEvents);
68399
68368
  },
68400
68369
 
68401
- /**
68402
- * @desc:handler工具栏点击事件
68403
- * @author huangbo
68404
- * @date 2024年9月7日
68370
+ /**
68371
+ * @desc:handler工具栏点击事件
68372
+ * @author huangbo
68373
+ * @date 2024年9月7日
68405
68374
  **/
68406
68375
  handleClick: function handleClick(res) {
68407
68376
  var type = res.type,
@@ -68479,10 +68448,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68479
68448
  this.$emit('handler-click', res);
68480
68449
  },
68481
68450
 
68482
- /**
68483
- * @desc:退出登录
68484
- * @author huangbo
68485
- * @date 2024年9月7日
68451
+ /**
68452
+ * @desc:退出登录
68453
+ * @author huangbo
68454
+ * @date 2024年9月7日
68486
68455
  **/
68487
68456
  handleQuit: function handleQuit() {
68488
68457
  var _this6 = this;
@@ -68557,10 +68526,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68557
68526
  }).catch(function (e) {});
68558
68527
  },
68559
68528
 
68560
- /**
68561
- * @desc:主题、消息回调
68562
- * @author huangbo
68563
- * @date 2024年9月7日
68529
+ /**
68530
+ * @desc:主题、消息回调
68531
+ * @author huangbo
68532
+ * @date 2024年9月7日
68564
68533
  **/
68565
68534
  handleChange: function handleChange(res) {
68566
68535
  var type = res.type,
@@ -68576,10 +68545,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68576
68545
  }
68577
68546
  },
68578
68547
 
68579
- /**
68580
- * @desc:菜单布局样式切换
68581
- * @author huangbo
68582
- * @date 2024年9月7日
68548
+ /**
68549
+ * @desc:菜单布局样式切换
68550
+ * @author huangbo
68551
+ * @date 2024年9月7日
68583
68552
  **/
68584
68553
  handleLayout: function handleLayout(res, active) {
68585
68554
  if (active) {
@@ -68588,10 +68557,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68588
68557
  this.$emit('chang-layout', res, active);
68589
68558
  },
68590
68559
 
68591
- /**
68592
- * @desc:消息修改总数
68593
- * @author huangbo
68594
- * @date 2024年9月7日
68560
+ /**
68561
+ * @desc:消息修改总数
68562
+ * @author huangbo
68563
+ * @date 2024年9月7日
68595
68564
  **/
68596
68565
  handleMenuTips: function handleMenuTips(id, num) {
68597
68566
  if (num) {
@@ -68602,10 +68571,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68602
68571
  }
68603
68572
  },
68604
68573
 
68605
- /**
68606
- * @desc:处理即时消息
68607
- * @author huangbo
68608
- * @date 2024年9月7日
68574
+ /**
68575
+ * @desc:处理即时消息
68576
+ * @author huangbo
68577
+ * @date 2024年9月7日
68609
68578
  **/
68610
68579
  handleOpened: function handleOpened(res) {
68611
68580
  var _this7 = this;
@@ -68707,6 +68676,9 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68707
68676
  if (parent.name === '菜单') {
68708
68677
  this.handlerClickApp(res);
68709
68678
  }
68679
+ },
68680
+ handleLoadIframe: function handleLoadIframe(item) {
68681
+ this.$set(item, 'loading', false);
68710
68682
  }
68711
68683
  },
68712
68684
  beforeDestroy: function beforeDestroy() {
@@ -68729,11 +68701,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68729
68701
 
68730
68702
  var simplicity_component = normalizeComponent(
68731
68703
  src_simplicityvue_type_script_lang_js_,
68732
- simplicityvue_type_template_id_7cb3c8cc_scoped_true_render,
68733
- simplicityvue_type_template_id_7cb3c8cc_scoped_true_staticRenderFns,
68704
+ simplicityvue_type_template_id_3c4ceaef_scoped_true_render,
68705
+ simplicityvue_type_template_id_3c4ceaef_scoped_true_staticRenderFns,
68734
68706
  false,
68735
68707
  null,
68736
- "7cb3c8cc",
68708
+ "3c4ceaef",
68737
68709
  null
68738
68710
 
68739
68711
  )
@@ -73487,8 +73459,11 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
73487
73459
  class: ['es-menu-item-icon']
73488
73460
  }));
73489
73461
  }
73462
+ console.log(item.tips, item.text);
73490
73463
  title.push(h('div', {
73491
- class: ['es-menu-title-text es-menu-title-' + this.mode],
73464
+ class: ['es-menu-title-text es-menu-title-' + this.mode, {
73465
+ 'es-menu-title-margin': this.deep && item.children && item.children.length && (!item.extendData || item.extendData.businessStatus != 0) && typeof item.tips === 'boolean' && item.tips
73466
+ }],
73492
73467
  directives: directives ? [{
73493
73468
  name: 'show',
73494
73469
  value: this.showTitle ? true : !this.collapse
@@ -73505,7 +73480,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
73505
73480
  isDot: true
73506
73481
  //hidden: item.tips
73507
73482
  } : {
73508
- value: item.tips,
73483
+ value: parseInt(item.tips, 10),
73509
73484
  max: 99,
73510
73485
  hidden: !item.tips
73511
73486
  }
@@ -73595,7 +73570,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
73595
73570
  isDot: true
73596
73571
  //hidden: item.tips
73597
73572
  } : {
73598
- value: item.tips,
73573
+ value: parseInt(item.tips, 10),
73599
73574
  max: 99,
73600
73575
  hidden: !item.tips
73601
73576
  }
@@ -75764,19 +75739,19 @@ var QRCode = __webpack_require__(24);
75764
75739
  //设置logo大小
75765
75740
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
75766
75741
  //设置获取的logo将其变为圆角以及添加白色背景
75767
- /* ctx.fillStyle = "#fff";
75768
- ctx.beginPath();
75769
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
75770
- let w = 46; //圆角宽
75771
- let x = logoPosition - 5;
75772
- let y = logoPosition - 5;
75773
- let r = 5; //圆角半径
75774
- ctx.moveTo(x + r, y);
75775
- ctx.arcTo(x + w, y, x + w, y + h, r);
75776
- ctx.arcTo(x + w, y + h, x, y + h, r);
75777
- ctx.arcTo(x, y + h, x, y, r);
75778
- ctx.arcTo(x, y, x + w, y, r);
75779
- ctx.closePath();
75742
+ /* ctx.fillStyle = "#fff";
75743
+ ctx.beginPath();
75744
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
75745
+ let w = 46; //圆角宽
75746
+ let x = logoPosition - 5;
75747
+ let y = logoPosition - 5;
75748
+ let r = 5; //圆角半径
75749
+ ctx.moveTo(x + r, y);
75750
+ ctx.arcTo(x + w, y, x + w, y + h, r);
75751
+ ctx.arcTo(x + w, y + h, x, y + h, r);
75752
+ ctx.arcTo(x, y + h, x, y, r);
75753
+ ctx.arcTo(x, y, x + w, y, r);
75754
+ ctx.closePath();
75780
75755
  ctx.fill(); */
75781
75756
  logo.onload = function () {
75782
75757
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -87200,13 +87175,13 @@ function toolbar_src_mainvue_type_script_lang_js_objectWithoutProperties(obj, ke
87200
87175
  }
87201
87176
  this.$emit('search', toolbar_src_mainvue_type_script_lang_js_extends({}, data, other));
87202
87177
  },
87203
- handleChange: function handleChange(key, value, data, item) {
87178
+ handleChange: function handleChange(key, value, data, values, items) {
87204
87179
  var obj = {};
87205
87180
  obj[key] = value;
87206
- if (item.changeSearch) {
87207
- this.$emit('search', obj);
87181
+ if (items.changeSearch) {
87182
+ this.$emit('search', values);
87208
87183
  }
87209
- this.$emit('change', key, value, data);
87184
+ this.$emit('change', key, value, data, values);
87210
87185
  },
87211
87186
  hanleSubmit: function hanleSubmit(data) {
87212
87187
  if (this.close) {
@@ -93875,7 +93850,7 @@ if (typeof window !== 'undefined' && window.Vue) {
93875
93850
  }
93876
93851
 
93877
93852
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
93878
- version: '0.7.24',
93853
+ version: '0.7.26',
93879
93854
  install: install,
93880
93855
  Button: packages_button,
93881
93856
  ButtonGroup: button_group,