eoss-ui 0.7.25 → 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 (253) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +968 -1010
  3. package/lib/flow-list.js +106 -88
  4. package/lib/flow.js +456 -524
  5. package/lib/index.js +1 -1
  6. package/lib/main.js +146 -141
  7. package/lib/menu.js +6 -3
  8. package/lib/qr-code.js +13 -13
  9. package/lib/theme-chalk/flow.css +1 -1
  10. package/lib/theme-chalk/index.css +1 -1
  11. package/lib/theme-chalk/main.css +1 -1
  12. package/lib/theme-chalk/menu.css +1 -1
  13. package/lib/theme-chalk/simplicity.css +1 -1
  14. package/package.json +160 -160
  15. package/packages/button/index.js +5 -5
  16. package/packages/button/src/main.vue +418 -418
  17. package/packages/button-group/index.js +5 -5
  18. package/packages/button-group/src/main.vue +346 -346
  19. package/packages/calendar/index.js +5 -5
  20. package/packages/calogin/index.js +5 -5
  21. package/packages/calogin/src/main.vue +412 -412
  22. package/packages/calogin/src/plugin.js +915 -915
  23. package/packages/card/index.js +5 -5
  24. package/packages/card/src/main.vue +156 -156
  25. package/packages/cascader/index.js +5 -5
  26. package/packages/cascader/src/main.vue +168 -168
  27. package/packages/checkbox-group/index.js +5 -5
  28. package/packages/checkbox-group/src/main.vue +333 -333
  29. package/packages/clients/index.js +5 -5
  30. package/packages/clients/src/main.vue +151 -151
  31. package/packages/data-table/index.js +5 -5
  32. package/packages/data-table/src/children.vue +39 -39
  33. package/packages/data-table/src/column.vue +988 -988
  34. package/packages/data-table/src/main.vue +1831 -1831
  35. package/packages/data-table/src/sizer.vue +195 -195
  36. package/packages/data-table-form/index.js +5 -5
  37. package/packages/data-table-form/src/checkbox.vue +101 -101
  38. package/packages/data-table-form/src/colgroup.vue +17 -17
  39. package/packages/data-table-form/src/main.vue +181 -181
  40. package/packages/data-table-form/src/radio.vue +65 -65
  41. package/packages/data-table-form/src/table.vue +233 -233
  42. package/packages/data-table-form/src/tbody.vue +336 -336
  43. package/packages/data-table-form/src/thead.vue +68 -68
  44. package/packages/date-picker/index.js +5 -5
  45. package/packages/date-picker/src/main.vue +236 -236
  46. package/packages/dialog/index.js +5 -5
  47. package/packages/enable-drag/index.js +5 -5
  48. package/packages/enterprise/index.js +5 -5
  49. package/packages/enterprise/src/main.vue +66 -66
  50. package/packages/error-page/index.js +5 -5
  51. package/packages/error-page/src/main.vue +44 -44
  52. package/packages/flow/index.js +5 -5
  53. package/packages/flow/src/component/Circulate.vue +413 -413
  54. package/packages/flow/src/component/CommonOpinions.vue +373 -373
  55. package/packages/flow/src/component/CustomPreset.vue +322 -322
  56. package/packages/flow/src/component/FileList.vue +97 -97
  57. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  58. package/packages/flow/src/component/Preset.vue +255 -255
  59. package/packages/flow/src/component/SendMsg.vue +242 -242
  60. package/packages/flow/src/component/TimeLimit.vue +190 -190
  61. package/packages/flow/src/component/taskUnionExamine.vue +755 -738
  62. package/packages/flow/src/form.vue +121 -121
  63. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  64. package/packages/flow/src/main.vue +3854 -3843
  65. package/packages/flow/src/processForm.vue +1363 -1370
  66. package/packages/flow/src/processReject.vue +308 -308
  67. package/packages/flow/src/reset.vue +941 -941
  68. package/packages/flow/src/startTaskRead.vue +691 -691
  69. package/packages/flow/src/supervise.vue +159 -159
  70. package/packages/flow/src/table.vue +58 -58
  71. package/packages/flow-group/index.js +5 -5
  72. package/packages/flow-group/src/main.vue +717 -717
  73. package/packages/flow-list/index.js +5 -5
  74. package/packages/flow-list/src/main.vue +1787 -1770
  75. package/packages/form/index.js +5 -5
  76. package/packages/form/src/main.vue +3901 -3901
  77. package/packages/form/src/table.vue +1512 -1512
  78. package/packages/handle-user/index.js +5 -5
  79. package/packages/handle-user/src/main.vue +137 -137
  80. package/packages/handler/index.js +5 -5
  81. package/packages/handler/src/main.vue +496 -496
  82. package/packages/icon/index.js +5 -5
  83. package/packages/icon/src/main.vue +104 -104
  84. package/packages/icons/index.js +5 -5
  85. package/packages/icons/src/main.vue +81 -81
  86. package/packages/input/index.js +5 -5
  87. package/packages/input/src/main.vue +356 -356
  88. package/packages/input-number/index.js +5 -5
  89. package/packages/input-number/src/main.vue +106 -106
  90. package/packages/label/index.js +5 -5
  91. package/packages/label/src/main.vue +457 -457
  92. package/packages/layout/index.js +5 -5
  93. package/packages/layout/src/item.vue +152 -152
  94. package/packages/layout/src/main.vue +31 -31
  95. package/packages/login/index.js +5 -5
  96. package/packages/login/src/main.vue +2020 -2020
  97. package/packages/login/src/resetPassword.vue +557 -557
  98. package/packages/main/index.js +5 -5
  99. package/packages/main/src/default/message.vue +249 -249
  100. package/packages/main/src/default/notice.vue +157 -157
  101. package/packages/main/src/default/userinfo.vue +502 -502
  102. package/packages/main/src/public/online.vue +89 -89
  103. package/packages/main/src/public/search.vue +464 -464
  104. package/packages/main/src/public/settings.vue +221 -221
  105. package/packages/main/src/simplicity/apps.vue +388 -388
  106. package/packages/main/src/simplicity/avatar.vue +82 -82
  107. package/packages/main/src/simplicity/handler.vue +263 -263
  108. package/packages/main/src/simplicity/index.vue +2135 -2130
  109. package/packages/main/src/simplicity/lists.vue +84 -84
  110. package/packages/main/src/simplicity/menu-list.vue +135 -135
  111. package/packages/main/src/simplicity/message.vue +259 -259
  112. package/packages/main/src/simplicity/notice.vue +190 -190
  113. package/packages/main/src/simplicity/router-page.vue +45 -45
  114. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  115. package/packages/main/src/simplicity/user.vue +259 -259
  116. package/packages/main/src/simplicity/userinfo.vue +398 -398
  117. package/packages/menu/index.js +5 -5
  118. package/packages/menu/src/main.vue +596 -584
  119. package/packages/nav/index.js +5 -5
  120. package/packages/nav/src/main.vue +351 -351
  121. package/packages/notify/index.js +5 -5
  122. package/packages/notify/src/main.vue +538 -538
  123. package/packages/page/index.js +5 -5
  124. package/packages/page/src/main.vue +167 -167
  125. package/packages/pagination/index.js +5 -5
  126. package/packages/pagination/src/main.vue +96 -96
  127. package/packages/player/index.js +5 -5
  128. package/packages/player/src/main.vue +194 -194
  129. package/packages/qr-code/index.js +5 -5
  130. package/packages/qr-code/src/main.vue +170 -170
  131. package/packages/radio-group/index.js +6 -6
  132. package/packages/radio-group/src/main.vue +319 -319
  133. package/packages/retrial-auth/index.js +5 -5
  134. package/packages/retrial-auth/src/main.vue +280 -280
  135. package/packages/select/index.js +5 -5
  136. package/packages/select/src/main.vue +782 -782
  137. package/packages/select-ganged/index.js +5 -5
  138. package/packages/select-ganged/src/main.vue +724 -724
  139. package/packages/selector/index.js +5 -5
  140. package/packages/selector/src/main.vue +761 -761
  141. package/packages/selector-panel/index.js +5 -5
  142. package/packages/selector-panel/src/main.vue +1027 -1027
  143. package/packages/selector-panel/src/selection.vue +170 -170
  144. package/packages/selector-panel/src/tree.vue +129 -129
  145. package/packages/sizer/index.js +5 -5
  146. package/packages/sizer/src/main.vue +254 -254
  147. package/packages/steps/index.js +5 -5
  148. package/packages/steps/src/main.vue +181 -181
  149. package/packages/switch/index.js +5 -5
  150. package/packages/switch/src/main.vue +170 -170
  151. package/packages/table-form/index.js +5 -5
  152. package/packages/tabs/index.js +5 -5
  153. package/packages/tabs/src/main.vue +788 -788
  154. package/packages/tabs-panel/index.js +5 -5
  155. package/packages/tabs-panel/src/main.vue +29 -29
  156. package/packages/theme-chalk/lib/flow.css +1 -1
  157. package/packages/theme-chalk/lib/index.css +1 -1
  158. package/packages/theme-chalk/lib/main.css +1 -1
  159. package/packages/theme-chalk/lib/menu.css +1 -1
  160. package/packages/theme-chalk/lib/simplicity.css +1 -1
  161. package/packages/theme-chalk/src/base.scss +261 -261
  162. package/packages/theme-chalk/src/button-group.scss +176 -176
  163. package/packages/theme-chalk/src/button.scss +24 -24
  164. package/packages/theme-chalk/src/calendar.scss +113 -113
  165. package/packages/theme-chalk/src/card.scss +99 -99
  166. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  167. package/packages/theme-chalk/src/clients.scss +87 -87
  168. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  169. package/packages/theme-chalk/src/data-table.scss +293 -293
  170. package/packages/theme-chalk/src/date-picker.scss +7 -7
  171. package/packages/theme-chalk/src/dialog.scss +77 -77
  172. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  173. package/packages/theme-chalk/src/enterprise.scss +5 -5
  174. package/packages/theme-chalk/src/error-page.scss +18 -18
  175. package/packages/theme-chalk/src/flow-group.scss +110 -110
  176. package/packages/theme-chalk/src/flow-list.scss +39 -39
  177. package/packages/theme-chalk/src/flow.scss +351 -351
  178. package/packages/theme-chalk/src/form.scss +501 -501
  179. package/packages/theme-chalk/src/handle-user.scss +40 -40
  180. package/packages/theme-chalk/src/handler.scss +148 -148
  181. package/packages/theme-chalk/src/icon.scss +1817 -1817
  182. package/packages/theme-chalk/src/icons.scss +99 -99
  183. package/packages/theme-chalk/src/input.scss +9 -9
  184. package/packages/theme-chalk/src/label.scss +24 -24
  185. package/packages/theme-chalk/src/layout.scss +46 -46
  186. package/packages/theme-chalk/src/login.scss +987 -987
  187. package/packages/theme-chalk/src/main.scss +663 -663
  188. package/packages/theme-chalk/src/menu.scss +224 -222
  189. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  190. package/packages/theme-chalk/src/nav.scss +111 -111
  191. package/packages/theme-chalk/src/page.scss +3 -3
  192. package/packages/theme-chalk/src/pagination.scss +29 -29
  193. package/packages/theme-chalk/src/player.scss +9 -9
  194. package/packages/theme-chalk/src/qr-code.scss +17 -17
  195. package/packages/theme-chalk/src/radio-group.scss +9 -9
  196. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  197. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  198. package/packages/theme-chalk/src/select.scss +8 -8
  199. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  200. package/packages/theme-chalk/src/selector.scss +92 -92
  201. package/packages/theme-chalk/src/simplicity.scss +1370 -1366
  202. package/packages/theme-chalk/src/sizer.scss +36 -36
  203. package/packages/theme-chalk/src/steps.scss +88 -88
  204. package/packages/theme-chalk/src/switch.scss +3 -3
  205. package/packages/theme-chalk/src/table-form.scss +1 -1
  206. package/packages/theme-chalk/src/tabs.scss +87 -87
  207. package/packages/theme-chalk/src/tips.scss +7 -7
  208. package/packages/theme-chalk/src/toolbar.scss +179 -179
  209. package/packages/theme-chalk/src/tree-group.scss +72 -72
  210. package/packages/theme-chalk/src/tree.scss +165 -165
  211. package/packages/theme-chalk/src/upload.scss +172 -172
  212. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  213. package/packages/tips/index.js +5 -5
  214. package/packages/tips/src/main.vue +141 -141
  215. package/packages/toolbar/index.js +5 -5
  216. package/packages/toolbar/src/main.vue +430 -430
  217. package/packages/tree/index.js +5 -5
  218. package/packages/tree-group/index.js +5 -5
  219. package/packages/upload/index.js +5 -5
  220. package/packages/upload/src/main.vue +1343 -1343
  221. package/packages/upload/src/picture.js +15 -15
  222. package/packages/wujie/index.js +5 -5
  223. package/packages/wujie/src/main.vue +145 -145
  224. package/packages/wxlogin/index.js +5 -5
  225. package/packages/wxlogin/src/main.vue +128 -128
  226. package/src/config/api.js +315 -315
  227. package/src/config/image.js +2 -2
  228. package/src/index.js +163 -163
  229. package/src/utils/bus.js +3 -3
  230. package/src/utils/date-util.js +312 -312
  231. package/src/utils/http.js +50 -50
  232. package/src/utils/rules.js +18 -18
  233. package/src/utils/store.js +21 -21
  234. package/src/utils/webSocket.js +107 -107
  235. package/packages/.DS_Store +0 -0
  236. package/packages/calogin/.DS_Store +0 -0
  237. package/packages/date-picker/.DS_Store +0 -0
  238. package/packages/date-picker/src/.DS_Store +0 -0
  239. package/packages/flow/.DS_Store +0 -0
  240. package/packages/flow/src/.DS_Store +0 -0
  241. package/packages/flow-list/.DS_Store +0 -0
  242. package/packages/form/.DS_Store +0 -0
  243. package/packages/login/.DS_Store +0 -0
  244. package/packages/main/.DS_Store +0 -0
  245. package/packages/main/src/.DS_Store +0 -0
  246. package/packages/menu/.DS_Store +0 -0
  247. package/packages/select/.DS_Store +0 -0
  248. package/packages/selector/.DS_Store +0 -0
  249. package/packages/selector-panel/.DS_Store +0 -0
  250. package/packages/theme-chalk/src/.DS_Store +0 -0
  251. package/packages/upload/.DS_Store +0 -0
  252. package/src/.DS_Store +0 -0
  253. package/src/utils/.DS_Store +0 -0
@@ -6253,8 +6253,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
6253
6253
 
6254
6254
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6255
6255
 
6256
- /**
6257
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6256
+ /**
6257
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6258
6258
  */
6259
6259
  var CA_ExtInterface = function () {
6260
6260
  function CA_ExtInterface() {
@@ -6267,11 +6267,11 @@ var CA_ExtInterface = function () {
6267
6267
  this.init();
6268
6268
  }
6269
6269
 
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 - 新的选项对象
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 - 新的选项对象
6275
6275
  */
6276
6276
 
6277
6277
 
@@ -6286,8 +6286,8 @@ var CA_ExtInterface = function () {
6286
6286
  }
6287
6287
  };
6288
6288
 
6289
- /**
6290
- * 检查当前会话的 WebSocket URL
6289
+ /**
6290
+ * 检查当前会话的 WebSocket URL
6291
6291
  */
6292
6292
 
6293
6293
 
@@ -6301,8 +6301,8 @@ var CA_ExtInterface = function () {
6301
6301
  }
6302
6302
  };
6303
6303
 
6304
- /**
6305
- * 检查是否使用 ActiveX
6304
+ /**
6305
+ * 检查是否使用 ActiveX
6306
6306
  */
6307
6307
 
6308
6308
 
@@ -6314,11 +6314,11 @@ var CA_ExtInterface = function () {
6314
6314
  }
6315
6315
  };
6316
6316
 
6317
- /**
6318
- * 扩展发送消息并等待响应
6319
- * @param {string} operatorCmd - 操作命令
6320
- * @param {string} sendMsg - 发送的消息
6321
- * @returns {string} 响应消息
6317
+ /**
6318
+ * 扩展发送消息并等待响应
6319
+ * @param {string} operatorCmd - 操作命令
6320
+ * @param {string} sendMsg - 发送的消息
6321
+ * @returns {string} 响应消息
6322
6322
  */
6323
6323
 
6324
6324
 
@@ -6328,11 +6328,11 @@ var CA_ExtInterface = function () {
6328
6328
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6329
6329
  };
6330
6330
 
6331
- /**
6332
- * 发送消息并等待响应
6333
- * @param {string} wsurl - WebSocket URL
6334
- * @param {string} sendMsg - 发送的消息
6335
- * @returns {string} 响应消息
6331
+ /**
6332
+ * 发送消息并等待响应
6333
+ * @param {string} wsurl - WebSocket URL
6334
+ * @param {string} sendMsg - 发送的消息
6335
+ * @returns {string} 响应消息
6336
6336
  */
6337
6337
 
6338
6338
 
@@ -6356,9 +6356,9 @@ var CA_ExtInterface = function () {
6356
6356
  return ResultMsg;
6357
6357
  };
6358
6358
 
6359
- /**
6360
- * 配置选项
6361
- * @param {Object} extendOption - 扩展选项
6359
+ /**
6360
+ * 配置选项
6361
+ * @param {Object} extendOption - 扩展选项
6362
6362
  */
6363
6363
 
6364
6364
 
@@ -6368,8 +6368,8 @@ var CA_ExtInterface = function () {
6368
6368
  }
6369
6369
  };
6370
6370
 
6371
- /**
6372
- * 初始化
6371
+ /**
6372
+ * 初始化
6373
6373
  */
6374
6374
 
6375
6375
 
@@ -6377,9 +6377,9 @@ var CA_ExtInterface = function () {
6377
6377
  this.isUseActioveX();
6378
6378
  };
6379
6379
 
6380
- /**
6381
- * 返回客户端的版本
6382
- * @returns {string} 客户端版本
6380
+ /**
6381
+ * 返回客户端的版本
6382
+ * @returns {string} 客户端版本
6383
6383
  */
6384
6384
 
6385
6385
 
@@ -6392,13 +6392,13 @@ var CA_ExtInterface = function () {
6392
6392
  }
6393
6393
  };
6394
6394
 
6395
- /**
6396
- * 下载客户端程序并安装
6397
- * @param {string} bstrURL - 下载地址
6398
- * @param {string} bstrHashValue - 哈希值
6399
- * @param {boolean} bSync - 是否同步安装
6400
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6401
- * @returns {number} 安装结果
6395
+ /**
6396
+ * 下载客户端程序并安装
6397
+ * @param {string} bstrURL - 下载地址
6398
+ * @param {string} bstrHashValue - 哈希值
6399
+ * @param {boolean} bSync - 是否同步安装
6400
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6401
+ * @returns {number} 安装结果
6402
6402
  */
6403
6403
 
6404
6404
 
@@ -6412,11 +6412,11 @@ var CA_ExtInterface = function () {
6412
6412
  }
6413
6413
  };
6414
6414
 
6415
- /**
6416
- * 获取硬件指纹信息
6417
- * @param {number} dwSign - 签名
6418
- * @param {string} strGateWayIP - 网关 IP
6419
- * @returns {string} 硬件指纹信息
6415
+ /**
6416
+ * 获取硬件指纹信息
6417
+ * @param {number} dwSign - 签名
6418
+ * @param {string} strGateWayIP - 网关 IP
6419
+ * @returns {string} 硬件指纹信息
6420
6420
  */
6421
6421
 
6422
6422
 
@@ -6430,12 +6430,12 @@ var CA_ExtInterface = function () {
6430
6430
  }
6431
6431
  };
6432
6432
 
6433
- /**
6434
- * 设置转发策略和代填策略
6435
- * @param {string} strProxyPolicy - 转发策略
6436
- * @param {string} strSSOPolicy - 代填策略
6437
- * @param {string} strGatewayAddress - 网关地址
6438
- * @returns {number} 设置结果
6433
+ /**
6434
+ * 设置转发策略和代填策略
6435
+ * @param {string} strProxyPolicy - 转发策略
6436
+ * @param {string} strSSOPolicy - 代填策略
6437
+ * @param {string} strGatewayAddress - 网关地址
6438
+ * @returns {number} 设置结果
6439
6439
  */
6440
6440
 
6441
6441
 
@@ -6449,11 +6449,11 @@ var CA_ExtInterface = function () {
6449
6449
  }
6450
6450
  };
6451
6451
 
6452
- /**
6453
- * 启动认证信息模块
6454
- * @param {string} strFileName - 文件名
6455
- * @param {string} strXmlData - XML 数据
6456
- * @returns {string} 认证信息
6452
+ /**
6453
+ * 启动认证信息模块
6454
+ * @param {string} strFileName - 文件名
6455
+ * @param {string} strXmlData - XML 数据
6456
+ * @returns {string} 认证信息
6457
6457
  */
6458
6458
 
6459
6459
 
@@ -6467,10 +6467,10 @@ var CA_ExtInterface = function () {
6467
6467
  }
6468
6468
  };
6469
6469
 
6470
- /**
6471
- * 打开 BS 应用
6472
- * @param {string} strUrl - 应用 URL
6473
- * @returns {number} 打开结果
6470
+ /**
6471
+ * 打开 BS 应用
6472
+ * @param {string} strUrl - 应用 URL
6473
+ * @returns {number} 打开结果
6474
6474
  */
6475
6475
 
6476
6476
 
@@ -6484,12 +6484,12 @@ var CA_ExtInterface = function () {
6484
6484
  }
6485
6485
  };
6486
6486
 
6487
- /**
6488
- * 打开 CS 应用
6489
- * @param {string} strGatewayAddress - 网关地址
6490
- * @param {string} strAppFlag - 应用标识
6491
- * @param {string} strAppPath - 应用路径
6492
- * @returns {number} 打开结果
6487
+ /**
6488
+ * 打开 CS 应用
6489
+ * @param {string} strGatewayAddress - 网关地址
6490
+ * @param {string} strAppFlag - 应用标识
6491
+ * @param {string} strAppPath - 应用路径
6492
+ * @returns {number} 打开结果
6493
6493
  */
6494
6494
 
6495
6495
 
@@ -6503,13 +6503,13 @@ var CA_ExtInterface = function () {
6503
6503
  }
6504
6504
  };
6505
6505
 
6506
- /**
6507
- * 设置自动更新策略
6508
- * @param {string} strGatewayAddress - 网关地址
6509
- * @param {number} nGatewayPort - 网关端口
6510
- * @param {string} strUserToken - 用户令牌
6511
- * @param {number} updatedelay - 更新延迟
6512
- * @returns {number} 设置结果
6506
+ /**
6507
+ * 设置自动更新策略
6508
+ * @param {string} strGatewayAddress - 网关地址
6509
+ * @param {number} nGatewayPort - 网关端口
6510
+ * @param {string} strUserToken - 用户令牌
6511
+ * @param {number} updatedelay - 更新延迟
6512
+ * @returns {number} 设置结果
6513
6513
  */
6514
6514
 
6515
6515
 
@@ -6523,10 +6523,10 @@ var CA_ExtInterface = function () {
6523
6523
  }
6524
6524
  };
6525
6525
 
6526
- /**
6527
- * 获取客户端 IP
6528
- * @param {string} strGatewayIP - 网关 IP
6529
- * @returns {string} 客户端 IP
6526
+ /**
6527
+ * 获取客户端 IP
6528
+ * @param {string} strGatewayIP - 网关 IP
6529
+ * @returns {string} 客户端 IP
6530
6530
  */
6531
6531
 
6532
6532
 
@@ -6540,10 +6540,10 @@ var CA_ExtInterface = function () {
6540
6540
  }
6541
6541
  };
6542
6542
 
6543
- /**
6544
- * 登出网关
6545
- * @param {string} strServerIP - 服务器 IP
6546
- * @returns {number} 登出结果
6543
+ /**
6544
+ * 登出网关
6545
+ * @param {string} strServerIP - 服务器 IP
6546
+ * @returns {number} 登出结果
6547
6547
  */
6548
6548
 
6549
6549
 
@@ -6557,11 +6557,11 @@ var CA_ExtInterface = function () {
6557
6557
  }
6558
6558
  };
6559
6559
 
6560
- /**
6561
- * 运行安装包
6562
- * @param {number} lRunType - 运行类型
6563
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6564
- * @returns {number} 运行结果
6560
+ /**
6561
+ * 运行安装包
6562
+ * @param {number} lRunType - 运行类型
6563
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6564
+ * @returns {number} 运行结果
6565
6565
  */
6566
6566
 
6567
6567
 
@@ -6575,9 +6575,9 @@ var CA_ExtInterface = function () {
6575
6575
  }
6576
6576
  };
6577
6577
 
6578
- /**
6579
- * 获取下载进度
6580
- * @returns {number} 下载进度
6578
+ /**
6579
+ * 获取下载进度
6580
+ * @returns {number} 下载进度
6581
6581
  */
6582
6582
 
6583
6583
 
@@ -6591,9 +6591,9 @@ var CA_ExtInterface = function () {
6591
6591
  }
6592
6592
  };
6593
6593
 
6594
- /**
6595
- * 是否安装完成
6596
- * @returns {boolean} 安装完成状态
6594
+ /**
6595
+ * 是否安装完成
6596
+ * @returns {boolean} 安装完成状态
6597
6597
  */
6598
6598
 
6599
6599
 
@@ -6607,11 +6607,11 @@ var CA_ExtInterface = function () {
6607
6607
  }
6608
6608
  };
6609
6609
 
6610
- /**
6611
- * 初始化签包对象
6612
- * @param {string} strAlgType - 算法类型
6613
- * @param {string} strAuxParam - 辅助参数
6614
- * @returns {number} 初始化结果
6610
+ /**
6611
+ * 初始化签包对象
6612
+ * @param {string} strAlgType - 算法类型
6613
+ * @param {string} strAuxParam - 辅助参数
6614
+ * @returns {number} 初始化结果
6615
6615
  */
6616
6616
 
6617
6617
 
@@ -6625,10 +6625,10 @@ var CA_ExtInterface = function () {
6625
6625
  }
6626
6626
  };
6627
6627
 
6628
- /**
6629
- * 设置摘要算法
6630
- * @param {string} strDigestAlg - 摘要算法
6631
- * @returns {number} 设置结果
6628
+ /**
6629
+ * 设置摘要算法
6630
+ * @param {string} strDigestAlg - 摘要算法
6631
+ * @returns {number} 设置结果
6632
6632
  */
6633
6633
 
6634
6634
 
@@ -6642,10 +6642,10 @@ var CA_ExtInterface = function () {
6642
6642
  }
6643
6643
  };
6644
6644
 
6645
- /**
6646
- * 设置单证书是否弹出对话框
6647
- * @param {number} isChoose - 是否弹出对话框
6648
- * @returns {number} 设置结果
6645
+ /**
6646
+ * 设置单证书是否弹出对话框
6647
+ * @param {number} isChoose - 是否弹出对话框
6648
+ * @returns {number} 设置结果
6649
6649
  */
6650
6650
 
6651
6651
 
@@ -6659,11 +6659,11 @@ var CA_ExtInterface = function () {
6659
6659
  }
6660
6660
  };
6661
6661
 
6662
- /**
6663
- * 添加证书过滤条件
6664
- * @param {number} ulType - 过滤类型
6665
- * @param {string} strValue - 过滤值
6666
- * @returns {number} 添加结果
6662
+ /**
6663
+ * 添加证书过滤条件
6664
+ * @param {number} ulType - 过滤类型
6665
+ * @param {string} strValue - 过滤值
6666
+ * @returns {number} 添加结果
6667
6667
  */
6668
6668
 
6669
6669
 
@@ -6677,9 +6677,9 @@ var CA_ExtInterface = function () {
6677
6677
  }
6678
6678
  };
6679
6679
 
6680
- /**
6681
- * 清除所有过滤条件
6682
- * @returns {number} 清除结果
6680
+ /**
6681
+ * 清除所有过滤条件
6682
+ * @returns {number} 清除结果
6683
6683
  */
6684
6684
 
6685
6685
 
@@ -6693,10 +6693,10 @@ var CA_ExtInterface = function () {
6693
6693
  }
6694
6694
  };
6695
6695
 
6696
- /**
6697
- * P1 签名
6698
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6699
- * @returns {string} 签名结果
6696
+ /**
6697
+ * P1 签名
6698
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6699
+ * @returns {string} 签名结果
6700
6700
  */
6701
6701
 
6702
6702
 
@@ -6710,10 +6710,10 @@ var CA_ExtInterface = function () {
6710
6710
  }
6711
6711
  };
6712
6712
 
6713
- /**
6714
- * P1 签名字符串
6715
- * @param {string} strValue - 待签名的字符串
6716
- * @returns {string} 签名结果
6713
+ /**
6714
+ * P1 签名字符串
6715
+ * @param {string} strValue - 待签名的字符串
6716
+ * @returns {string} 签名结果
6717
6717
  */
6718
6718
 
6719
6719
 
@@ -6727,12 +6727,12 @@ var CA_ExtInterface = function () {
6727
6727
  }
6728
6728
  };
6729
6729
 
6730
- /**
6731
- * P7 签名
6732
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6733
- * @param {boolean} isDetach - 是否分离签名
6734
- * @param {boolean} isIncludeCert - 是否包含证书
6735
- * @returns {string} 签名结果
6730
+ /**
6731
+ * P7 签名
6732
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6733
+ * @param {boolean} isDetach - 是否分离签名
6734
+ * @param {boolean} isIncludeCert - 是否包含证书
6735
+ * @returns {string} 签名结果
6736
6736
  */
6737
6737
 
6738
6738
 
@@ -6746,12 +6746,12 @@ var CA_ExtInterface = function () {
6746
6746
  }
6747
6747
  };
6748
6748
 
6749
- /**
6750
- * P7 签名字符串
6751
- * @param {string} strValue - 待签名的字符串
6752
- * @param {boolean} isDetach - 是否分离签名
6753
- * @param {boolean} isIncludeCert - 是否包含证书
6754
- * @returns {string} 签名结果
6749
+ /**
6750
+ * P7 签名字符串
6751
+ * @param {string} strValue - 待签名的字符串
6752
+ * @param {boolean} isDetach - 是否分离签名
6753
+ * @param {boolean} isIncludeCert - 是否包含证书
6754
+ * @returns {string} 签名结果
6755
6755
  */
6756
6756
 
6757
6757
 
@@ -6765,9 +6765,9 @@ var CA_ExtInterface = function () {
6765
6765
  }
6766
6766
  };
6767
6767
 
6768
- /**
6769
- * 释放签名对象
6770
- * @returns {number} 释放结果
6768
+ /**
6769
+ * 释放签名对象
6770
+ * @returns {number} 释放结果
6771
6771
  */
6772
6772
 
6773
6773
 
@@ -6781,9 +6781,9 @@ var CA_ExtInterface = function () {
6781
6781
  }
6782
6782
  };
6783
6783
 
6784
- /**
6785
- * 获取签名版本
6786
- * @returns {string} 签名版本
6784
+ /**
6785
+ * 获取签名版本
6786
+ * @returns {string} 签名版本
6787
6787
  */
6788
6788
 
6789
6789
 
@@ -6797,9 +6797,9 @@ var CA_ExtInterface = function () {
6797
6797
  }
6798
6798
  };
6799
6799
 
6800
- /**
6801
- * 获取签名证书
6802
- * @returns {string} 签名证书
6800
+ /**
6801
+ * 获取签名证书
6802
+ * @returns {string} 签名证书
6803
6803
  */
6804
6804
 
6805
6805
 
@@ -6813,9 +6813,9 @@ var CA_ExtInterface = function () {
6813
6813
  }
6814
6814
  };
6815
6815
 
6816
- /**
6817
- * 获取错误码
6818
- * @returns {number} 错误码
6816
+ /**
6817
+ * 获取错误码
6818
+ * @returns {number} 错误码
6819
6819
  */
6820
6820
 
6821
6821
 
@@ -6829,9 +6829,9 @@ var CA_ExtInterface = function () {
6829
6829
  }
6830
6830
  };
6831
6831
 
6832
- /**
6833
- * 获取错误信息
6834
- * @returns {string} 错误信息
6832
+ /**
6833
+ * 获取错误信息
6834
+ * @returns {string} 错误信息
6835
6835
  */
6836
6836
 
6837
6837
 
@@ -6845,9 +6845,9 @@ var CA_ExtInterface = function () {
6845
6845
  }
6846
6846
  };
6847
6847
 
6848
- /**
6849
- * 销毁认证对象
6850
- * @returns {number} 销毁结果
6848
+ /**
6849
+ * 销毁认证对象
6850
+ * @returns {number} 销毁结果
6851
6851
  */
6852
6852
 
6853
6853
 
@@ -6861,9 +6861,9 @@ var CA_ExtInterface = function () {
6861
6861
  }
6862
6862
  };
6863
6863
 
6864
- /**
6865
- * 获取证书类型
6866
- * @returns {string} 证书类型
6864
+ /**
6865
+ * 获取证书类型
6866
+ * @returns {string} 证书类型
6867
6867
  */
6868
6868
 
6869
6869
 
@@ -6877,9 +6877,9 @@ var CA_ExtInterface = function () {
6877
6877
  }
6878
6878
  };
6879
6879
 
6880
- /**
6881
- * 获取签名摘要算法
6882
- * @returns {string} 签名摘要算法
6880
+ /**
6881
+ * 获取签名摘要算法
6882
+ * @returns {string} 签名摘要算法
6883
6883
  */
6884
6884
 
6885
6885
 
@@ -6893,11 +6893,11 @@ var CA_ExtInterface = function () {
6893
6893
  }
6894
6894
  };
6895
6895
 
6896
- /**
6897
- * 使能调用序列
6898
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6899
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6900
- * @returns {number} 使能结果
6896
+ /**
6897
+ * 使能调用序列
6898
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6899
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6900
+ * @returns {number} 使能结果
6901
6901
  */
6902
6902
 
6903
6903
 
@@ -6911,9 +6911,9 @@ var CA_ExtInterface = function () {
6911
6911
  }
6912
6912
  };
6913
6913
 
6914
- /**
6915
- * 清空调用序列结果
6916
- * @returns {number} 清空调用序列结果
6914
+ /**
6915
+ * 清空调用序列结果
6916
+ * @returns {number} 清空调用序列结果
6917
6917
  */
6918
6918
 
6919
6919
 
@@ -6927,9 +6927,9 @@ var CA_ExtInterface = function () {
6927
6927
  }
6928
6928
  };
6929
6929
 
6930
- /**
6931
- * 获取调用序列结果
6932
- * @returns {string} 调用序列结果
6930
+ /**
6931
+ * 获取调用序列结果
6932
+ * @returns {string} 调用序列结果
6933
6933
  */
6934
6934
 
6935
6935
 
@@ -6943,12 +6943,12 @@ var CA_ExtInterface = function () {
6943
6943
  }
6944
6944
  };
6945
6945
 
6946
- /**
6947
- * 客户端安全策略检查
6948
- * @param {string} strGatewayAddress - 网关地址
6949
- * @param {number} usGatewayPort - 网关端口
6950
- * @param {string} strSecurityPolicys - 安全策略
6951
- * @returns {boolean} 检查结果
6946
+ /**
6947
+ * 客户端安全策略检查
6948
+ * @param {string} strGatewayAddress - 网关地址
6949
+ * @param {number} usGatewayPort - 网关端口
6950
+ * @param {string} strSecurityPolicys - 安全策略
6951
+ * @returns {boolean} 检查结果
6952
6952
  */
6953
6953
 
6954
6954
 
@@ -6962,9 +6962,9 @@ var CA_ExtInterface = function () {
6962
6962
  }
6963
6963
  };
6964
6964
 
6965
- /**
6966
- * 获取通讯协议版本
6967
- * @returns {string} 通讯协议版本
6965
+ /**
6966
+ * 获取通讯协议版本
6967
+ * @returns {string} 通讯协议版本
6968
6968
  */
6969
6969
 
6970
6970
 
@@ -6978,13 +6978,13 @@ var CA_ExtInterface = function () {
6978
6978
  }
6979
6979
  };
6980
6980
 
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} 修改结果
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} 修改结果
6988
6988
  */
6989
6989
 
6990
6990
 
@@ -6998,10 +6998,10 @@ var CA_ExtInterface = function () {
6998
6998
  }
6999
6999
  };
7000
7000
 
7001
- /**
7002
- * 等待策略设置完毕
7003
- * @param {string} strGatewayAddress - 网关地址
7004
- * @returns {number} 等待结果
7001
+ /**
7002
+ * 等待策略设置完毕
7003
+ * @param {string} strGatewayAddress - 网关地址
7004
+ * @returns {number} 等待结果
7005
7005
  */
7006
7006
 
7007
7007
 
@@ -7015,10 +7015,10 @@ var CA_ExtInterface = function () {
7015
7015
  }
7016
7016
  };
7017
7017
 
7018
- /**
7019
- * 获取会话 Token
7020
- * @param {string} strGatewayAddress - 网关地址
7021
- * @returns {string} 会话 Token
7018
+ /**
7019
+ * 获取会话 Token
7020
+ * @param {string} strGatewayAddress - 网关地址
7021
+ * @returns {string} 会话 Token
7022
7022
  */
7023
7023
 
7024
7024
 
@@ -7032,9 +7032,9 @@ var CA_ExtInterface = function () {
7032
7032
  }
7033
7033
  };
7034
7034
 
7035
- /**
7036
- * 获取控件版本
7037
- * @returns {string} 控件版本
7035
+ /**
7036
+ * 获取控件版本
7037
+ * @returns {string} 控件版本
7038
7038
  */
7039
7039
 
7040
7040
 
@@ -7048,10 +7048,10 @@ var CA_ExtInterface = function () {
7048
7048
  }
7049
7049
  };
7050
7050
 
7051
- /**
7052
- * 设置语言资源
7053
- * @param {string} strLanguage - 语言资源
7054
- * @returns {number} 设置结果
7051
+ /**
7052
+ * 设置语言资源
7053
+ * @param {string} strLanguage - 语言资源
7054
+ * @returns {number} 设置结果
7055
7055
  */
7056
7056
 
7057
7057
 
@@ -7065,12 +7065,12 @@ var CA_ExtInterface = function () {
7065
7065
  }
7066
7066
  };
7067
7067
 
7068
- /**
7069
- * 获取用户属性
7070
- * @param {string} strGatewayAddress - 网关地址
7071
- * @param {string} strAppFlag - 应用标识
7072
- * @param {string} strAttributeName - 属性名称
7073
- * @returns {string} 用户属性值
7068
+ /**
7069
+ * 获取用户属性
7070
+ * @param {string} strGatewayAddress - 网关地址
7071
+ * @param {string} strAppFlag - 应用标识
7072
+ * @param {string} strAttributeName - 属性名称
7073
+ * @returns {string} 用户属性值
7074
7074
  */
7075
7075
 
7076
7076
 
@@ -7084,9 +7084,9 @@ var CA_ExtInterface = function () {
7084
7084
  }
7085
7085
  };
7086
7086
 
7087
- /**
7088
- * 获取签名加密 PIN 码
7089
- * @returns {string} 签名加密 PIN 码
7087
+ /**
7088
+ * 获取签名加密 PIN 码
7089
+ * @returns {string} 签名加密 PIN 码
7090
7090
  */
7091
7091
 
7092
7092
 
@@ -7099,20 +7099,20 @@ var CA_ExtInterface = function () {
7099
7099
  return result.value;
7100
7100
  }
7101
7101
  };
7102
- /*
7103
- *曙光四川CA
7104
- *'SOF_GetUserList' 证书列表
7105
- *'SOF_ExportUserCert' 导出证书
7106
- *'SOF_GetCertInfo': 获取证书信息
7107
- *'SOF_GenRandom': 生成随机数
7108
- *'SOF_SignData': 获取证书签名
7109
- *'SOF_Login': 登录证书
7110
- *'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': 剩余次数
7111
7111
  */
7112
- /**
7113
- *
7114
- * 获取webSocket消息
7115
- * @returns {string}
7112
+ /**
7113
+ *
7114
+ * 获取webSocket消息
7115
+ * @returns {string}
7116
7116
  */
7117
7117
 
7118
7118
 
@@ -7148,10 +7148,10 @@ var CA_ExtInterface = function () {
7148
7148
  };
7149
7149
  });
7150
7150
  };
7151
- /**
7152
- *
7153
- * base64解码
7154
- * @returns {string} base64解码后的字符串
7151
+ /**
7152
+ *
7153
+ * base64解码
7154
+ * @returns {string} base64解码后的字符串
7155
7155
  */
7156
7156
 
7157
7157
 
@@ -7186,10 +7186,10 @@ var CA_ExtInterface = function () {
7186
7186
  val = this.utf8_decode(val);
7187
7187
  return val;
7188
7188
  };
7189
- /**
7190
- *
7191
- * base64编码
7192
- * @returns {string} base64编码后的字符串
7189
+ /**
7190
+ *
7191
+ * base64编码
7192
+ * @returns {string} base64编码后的字符串
7193
7193
  */
7194
7194
 
7195
7195
 
@@ -7222,10 +7222,10 @@ var CA_ExtInterface = function () {
7222
7222
  }
7223
7223
  return val;
7224
7224
  };
7225
- /**
7226
- *
7227
- * utf8解码
7228
- * @returns {string} utf8解码后的字符串
7225
+ /**
7226
+ *
7227
+ * utf8解码
7228
+ * @returns {string} utf8解码后的字符串
7229
7229
  */
7230
7230
 
7231
7231
 
@@ -7254,10 +7254,10 @@ var CA_ExtInterface = function () {
7254
7254
  }
7255
7255
  return string;
7256
7256
  };
7257
- /**
7258
- *
7259
- * utf8编码
7260
- * @returns {string} utf8编码后的字符串
7257
+ /**
7258
+ *
7259
+ * utf8编码
7260
+ * @returns {string} utf8编码后的字符串
7261
7261
  */
7262
7262
 
7263
7263
 
@@ -27680,8 +27680,8 @@ form_src_main.install = function (Vue) {
27680
27680
  };
27681
27681
 
27682
27682
  /* harmony default export */ var packages_form = (form_src_main);
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=5ee0fd1a&
27684
- 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 () {
27685
27685
  var _vm = this
27686
27686
  var _h = _vm.$createElement
27687
27687
  var _c = _vm._self._c || _h
@@ -29263,98 +29263,72 @@ var mainvue_type_template_id_5ee0fd1a_render = function () {
29263
29263
  },
29264
29264
  },
29265
29265
  [
29266
- _c(
29267
- "el-input",
29268
- {
29269
- staticClass:
29270
- "input-with-select custom-limit-time",
29271
- attrs: {
29272
- placeholder:
29273
- "请输入限时办理的天数",
29274
- },
29275
- on: {
29276
- change:
29277
- _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
+ )
29278
29294
  },
29279
- model: {
29280
- value:
29281
- _vm.nextNode
29282
- .customLimitTime,
29283
- 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",
29284
29325
  $$v
29285
- ) {
29286
- _vm.$set(
29287
- _vm.nextNode,
29288
- "customLimitTime",
29289
- $$v
29290
- )
29291
- },
29292
- expression:
29293
- "nextNode.customLimitTime",
29326
+ )
29294
29327
  },
29328
+ expression:
29329
+ "nextNode.customLimitTime",
29295
29330
  },
29296
- [
29297
- !_vm.showCustomLimitTimeText
29298
- ? _c("es-select", {
29299
- attrs: {
29300
- slot: "prepend",
29301
- placeholder:
29302
- "请选择",
29303
- sysCode:
29304
- "bpm_custom_limit_time",
29305
- },
29306
- slot: "prepend",
29307
- model: {
29308
- value:
29309
- _vm.nextNode
29310
- .customLimitTime,
29311
- callback:
29312
- function (
29313
- $$v
29314
- ) {
29315
- _vm.$set(
29316
- _vm.nextNode,
29317
- "customLimitTime",
29318
- $$v
29319
- )
29320
- },
29321
- expression:
29322
- "nextNode.customLimitTime",
29323
- },
29324
- })
29325
- : _vm._e(),
29326
- _c(
29327
- "es-button",
29328
- {
29329
- attrs: {
29330
- slot: "append",
29331
- type: "primary",
29332
- },
29333
- on: {
29334
- click:
29335
- function () {
29336
- _vm.nextNode.customLimitTime =
29337
- ""
29338
- _vm.showCustomLimitTimeText =
29339
- !_vm.showCustomLimitTimeText
29340
- },
29341
- },
29342
- slot: "append",
29343
- },
29344
- [
29345
- _vm._v(
29346
- "切换" +
29347
- _vm._s(
29348
- _vm.showCustomLimitTimeText
29349
- ? "选择框"
29350
- : "文本框"
29351
- )
29352
- ),
29353
- ]
29354
- ),
29355
- ],
29356
- 1
29357
- ),
29331
+ }),
29358
29332
  ],
29359
29333
  1
29360
29334
  )
@@ -30598,11 +30572,11 @@ var mainvue_type_template_id_5ee0fd1a_render = function () {
30598
30572
  )
30599
30573
  : _vm._e()
30600
30574
  }
30601
- var mainvue_type_template_id_5ee0fd1a_staticRenderFns = []
30602
- 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
30603
30577
 
30604
30578
 
30605
- // 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&
30606
30580
 
30607
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&
30608
30582
  var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
@@ -31449,21 +31423,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
31449
31423
  return validSate;
31450
31424
  },
31451
31425
 
31452
- /**
31453
- * changeOpinion
31454
- * @desc:监听意见变化
31455
- * @author liufan
31456
- * @date 2022年10月28日
31426
+ /**
31427
+ * changeOpinion
31428
+ * @desc:监听意见变化
31429
+ * @author liufan
31430
+ * @date 2022年10月28日
31457
31431
  **/
31458
31432
  changeOpinion: function changeOpinion() {
31459
31433
  this.$emit('change', this.form.value);
31460
31434
  },
31461
31435
 
31462
- /**
31463
- * getCommonOpion
31464
- * @desc:获取意见
31465
- * @author liufan
31466
- * @date 2022年5月25日
31436
+ /**
31437
+ * getCommonOpion
31438
+ * @desc:获取意见
31439
+ * @author liufan
31440
+ * @date 2022年5月25日
31467
31441
  **/
31468
31442
  getCommonOpion: function getCommonOpion() {
31469
31443
  var _this = this;
@@ -31492,24 +31466,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
31492
31466
  });
31493
31467
  },
31494
31468
 
31495
- /**
31496
- * upDate
31497
- * @desc:修改常用语
31498
- * @author liufan
31499
- * @param {Object} val 修改值
31500
- * @date 2022年5月25日
31469
+ /**
31470
+ * upDate
31471
+ * @desc:修改常用语
31472
+ * @author liufan
31473
+ * @param {Object} val 修改值
31474
+ * @date 2022年5月25日
31501
31475
  **/
31502
31476
  upDate: function upDate(val) {
31503
31477
  this.FormData.id = val.id;
31504
31478
  this.addVisible = true;
31505
31479
  },
31506
31480
 
31507
- /**
31508
- * selectChange
31509
- * @desc:常用语选择
31510
- * @author liufan
31511
- * @param {String} val 选中值
31512
- * @date 2022年5月25日
31481
+ /**
31482
+ * selectChange
31483
+ * @desc:常用语选择
31484
+ * @author liufan
31485
+ * @param {String} val 选中值
31486
+ * @date 2022年5月25日
31513
31487
  **/
31514
31488
  selectChange: function selectChange(val) {
31515
31489
  var _this2 = this;
@@ -31528,12 +31502,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31528
31502
  });
31529
31503
  },
31530
31504
 
31531
- /**
31532
- * del
31533
- * @desc:删除常用语
31534
- * @author liufan
31535
- * @param {Object} val 删除的数据
31536
- * @date 2022年5月25日
31505
+ /**
31506
+ * del
31507
+ * @desc:删除常用语
31508
+ * @author liufan
31509
+ * @param {Object} val 删除的数据
31510
+ * @date 2022年5月25日
31537
31511
  **/
31538
31512
  del: function del(val) {
31539
31513
  var _this3 = this;
@@ -31575,12 +31549,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31575
31549
  }).catch(function (e) {});
31576
31550
  },
31577
31551
 
31578
- /**
31579
- * submit
31580
- * @desc:新增/编辑意见保存
31581
- * @author liufan
31582
- * @param {Object} val 保存数据
31583
- * @date 2022年5月25日
31552
+ /**
31553
+ * submit
31554
+ * @desc:新增/编辑意见保存
31555
+ * @author liufan
31556
+ * @param {Object} val 保存数据
31557
+ * @date 2022年5月25日
31584
31558
  **/
31585
31559
  submit: function submit(val) {
31586
31560
  var _this4 = this;
@@ -31645,8 +31619,8 @@ var CommonOpinions_component = normalizeComponent(
31645
31619
  )
31646
31620
 
31647
31621
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
31648
- // 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&
31649
- 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 () {
31650
31624
  var _vm = this
31651
31625
  var _h = _vm.$createElement
31652
31626
  var _c = _vm._self._c || _h
@@ -32047,69 +32021,37 @@ var processFormvue_type_template_id_46843512_render = function () {
32047
32021
  },
32048
32022
  },
32049
32023
  [
32050
- _c(
32051
- "el-input",
32052
- {
32053
- staticClass: "input-with-select custom-limit-time",
32054
- attrs: { placeholder: "请输入限时办理的天数" },
32055
- on: { change: _vm.changeCustomLimitTime },
32056
- model: {
32057
- value: _vm.nextNode.customLimitTime,
32058
- callback: function ($$v) {
32059
- _vm.$set(_vm.nextNode, "customLimitTime", $$v)
32060
- },
32061
- 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)
32062
32038
  },
32039
+ expression: "nextNode.customLimitTimeText",
32063
32040
  },
32064
- [
32065
- !_vm.showCustomLimitTimeText
32066
- ? _c("es-select", {
32067
- attrs: {
32068
- slot: "prepend",
32069
- placeholder: "请选择",
32070
- sysCode: "bpm_custom_limit_time",
32071
- },
32072
- slot: "prepend",
32073
- model: {
32074
- value: _vm.nextNode.customLimitTime,
32075
- callback: function ($$v) {
32076
- _vm.$set(
32077
- _vm.nextNode,
32078
- "customLimitTime",
32079
- $$v
32080
- )
32081
- },
32082
- expression: "nextNode.customLimitTime",
32083
- },
32084
- })
32085
- : _vm._e(),
32086
- _c(
32087
- "es-button",
32088
- {
32089
- attrs: { slot: "append", type: "primary" },
32090
- on: {
32091
- click: function () {
32092
- _vm.nextNode.customLimitTime = ""
32093
- _vm.showCustomLimitTimeText =
32094
- !_vm.showCustomLimitTimeText
32095
- },
32096
- },
32097
- slot: "append",
32098
- },
32099
- [
32100
- _vm._v(
32101
- "切换" +
32102
- _vm._s(
32103
- _vm.showCustomLimitTimeText
32104
- ? "选择框"
32105
- : "文本框"
32106
- )
32107
- ),
32108
- ]
32109
- ),
32110
- ],
32111
- 1
32112
- ),
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
+ }),
32113
32055
  ],
32114
32056
  1
32115
32057
  )
@@ -32425,11 +32367,11 @@ var processFormvue_type_template_id_46843512_render = function () {
32425
32367
  1
32426
32368
  )
32427
32369
  }
32428
- var processFormvue_type_template_id_46843512_staticRenderFns = []
32429
- 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
32430
32372
 
32431
32373
 
32432
- // 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&
32433
32375
 
32434
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&
32435
32377
  var selectUservue_type_template_id_4750588e_render = function () {
@@ -34309,17 +34251,6 @@ var processFormvue_type_script_lang_js_components;
34309
34251
  //
34310
34252
  //
34311
34253
  //
34312
- //
34313
- //
34314
- //
34315
- //
34316
- //
34317
- //
34318
- //
34319
- //
34320
- //
34321
- //
34322
- //
34323
34254
 
34324
34255
 
34325
34256
 
@@ -34473,6 +34404,7 @@ var processFormvue_type_script_lang_js_components;
34473
34404
  nextNode: {
34474
34405
  nodeName: '',
34475
34406
  customLimitTime: '',
34407
+ customLimitTimeText: '',
34476
34408
  newOpinion: '',
34477
34409
  countersignaturetypeText: '',
34478
34410
  nextNode: '',
@@ -34578,6 +34510,9 @@ var processFormvue_type_script_lang_js_components;
34578
34510
  },
34579
34511
 
34580
34512
  methods: {
34513
+ handleChangeTime: function handleChangeTime(val) {
34514
+ this.nextNode.customLimitTime = val;
34515
+ },
34581
34516
  limitTimevalidate: function limitTimevalidate() {
34582
34517
  var validSate = true;
34583
34518
  this.$refs.nextNode.validate(function (valid) {
@@ -34849,7 +34784,7 @@ var processFormvue_type_script_lang_js_components;
34849
34784
  _this5.$message.warning('请选择或输入限时办理的天数');
34850
34785
  _this5.nextNode.customLimitTime = '';
34851
34786
  return;
34852
- } else if (!Number(customLimitTime) || val.indexOf('.') != -1 || Number(customLimitTime) < 0) {
34787
+ } else if (!Number(customLimitTime) || customLimitTime.indexOf('.') != -1 || Number(customLimitTime) < 0) {
34853
34788
  _this5.$message.warning('请输入正确的天数');
34854
34789
  _this5.nextNode.customLimitTime = '';
34855
34790
  return;
@@ -35060,11 +34995,11 @@ var processFormvue_type_script_lang_js_components;
35060
34995
  });
35061
34996
  },
35062
34997
 
35063
- /**
35064
- * isMultiple
35065
- * @desc:是否多选
35066
- * @author liufan
35067
- * @date 2022年9月13日
34998
+ /**
34999
+ * isMultiple
35000
+ * @desc:是否多选
35001
+ * @author liufan
35002
+ * @date 2022年9月13日
35068
35003
  **/
35069
35004
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
35070
35005
  var multiple = false;
@@ -35226,8 +35161,8 @@ var processFormvue_type_script_lang_js_components;
35226
35161
 
35227
35162
  var processForm_component = normalizeComponent(
35228
35163
  src_processFormvue_type_script_lang_js_,
35229
- processFormvue_type_template_id_46843512_render,
35230
- processFormvue_type_template_id_46843512_staticRenderFns,
35164
+ processFormvue_type_template_id_a8d066e4_render,
35165
+ processFormvue_type_template_id_a8d066e4_staticRenderFns,
35231
35166
  false,
35232
35167
  null,
35233
35168
  null,
@@ -39262,11 +39197,11 @@ var resetvue_type_script_lang_js_components;
39262
39197
  });
39263
39198
  },
39264
39199
 
39265
- /**
39266
- * isMultiple
39267
- * @desc:是否多选
39268
- * @author liufan
39269
- * @date 2022年9月13日
39200
+ /**
39201
+ * isMultiple
39202
+ * @desc:是否多选
39203
+ * @author liufan
39204
+ * @date 2022年9月13日
39270
39205
  **/
39271
39206
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
39272
39207
  var multiple = false;
@@ -39410,8 +39345,8 @@ var reset_component = normalizeComponent(
39410
39345
  )
39411
39346
 
39412
39347
  /* harmony default export */ var src_reset = (reset_component.exports);
39413
- // 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&
39414
- 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 () {
39415
39350
  var _vm = this
39416
39351
  var _h = _vm.$createElement
39417
39352
  var _c = _vm._self._c || _h
@@ -39567,64 +39502,36 @@ var taskUnionExaminevue_type_template_id_6dd739cc_render = function () {
39567
39502
  "el-form-item",
39568
39503
  { attrs: { prop: "customLimitTime", label: "限时办理" } },
39569
39504
  [
39570
- _c(
39571
- "el-input",
39572
- {
39573
- staticClass: "input-with-select custom-limit-time",
39574
- attrs: { placeholder: "请输入限时办理的天数" },
39575
- model: {
39576
- value: _vm.infoList.customLimitTime,
39577
- callback: function ($$v) {
39578
- _vm.$set(_vm.infoList, "customLimitTime", $$v)
39579
- },
39580
- 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)
39581
39519
  },
39520
+ expression: "infoList.customLimitTimeText",
39582
39521
  },
39583
- [
39584
- !_vm.showCustomLimitTimeText
39585
- ? _c("es-select", {
39586
- attrs: {
39587
- slot: "prepend",
39588
- placeholder: "请选择",
39589
- sysCode: "bpm_custom_limit_time",
39590
- },
39591
- slot: "prepend",
39592
- model: {
39593
- value: _vm.infoList.customLimitTime,
39594
- callback: function ($$v) {
39595
- _vm.$set(_vm.infoList, "customLimitTime", $$v)
39596
- },
39597
- expression: "infoList.customLimitTime",
39598
- },
39599
- })
39600
- : _vm._e(),
39601
- _c(
39602
- "es-button",
39603
- {
39604
- attrs: { slot: "append", type: "primary" },
39605
- on: {
39606
- click: function () {
39607
- _vm.infoList.customLimitTime = ""
39608
- _vm.showCustomLimitTimeText =
39609
- !_vm.showCustomLimitTimeText
39610
- },
39611
- },
39612
- slot: "append",
39613
- },
39614
- [
39615
- _vm._v(
39616
- "切换" +
39617
- _vm._s(
39618
- _vm.showCustomLimitTimeText
39619
- ? "选择框"
39620
- : "文本框"
39621
- )
39622
- ),
39623
- ]
39624
- ),
39625
- ],
39626
- 1
39627
- ),
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
+ }),
39628
39535
  ],
39629
39536
  1
39630
39537
  )
@@ -39744,11 +39651,11 @@ var taskUnionExaminevue_type_template_id_6dd739cc_render = function () {
39744
39651
  1
39745
39652
  )
39746
39653
  }
39747
- var taskUnionExaminevue_type_template_id_6dd739cc_staticRenderFns = []
39748
- 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
39749
39656
 
39750
39657
 
39751
- // 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&
39752
39659
 
39753
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&
39754
39661
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -39921,6 +39828,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
39921
39828
  //
39922
39829
  //
39923
39830
  //
39831
+ //
39832
+ //
39833
+ //
39924
39834
 
39925
39835
 
39926
39836
 
@@ -39961,7 +39871,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39961
39871
  noticeList: [],
39962
39872
  noticeInfo: '',
39963
39873
  opinion: '',
39964
- customLimitTime: ''
39874
+ customLimitTime: '',
39875
+ customLimitTimeText: ''
39965
39876
  },
39966
39877
  onlyName: '',
39967
39878
  unionSealData: [],
@@ -39995,7 +39906,11 @@ var taskUnionExaminevue_type_script_lang_js_components;
39995
39906
  required: this.enableCustomLimitTimeSetting,
39996
39907
  message: this.showCustomLimitTimeText ? '请输入限时办理天数' : '请选择限时办理天数',
39997
39908
  trigger: 'blur'
39998
- }, { required: this.enableCustomLimitTimeSetting, validator: this.checkCustomLimitTime, trigger: 'change' }]
39909
+ }, {
39910
+ required: this.enableCustomLimitTimeSetting,
39911
+ validator: this.checkCustomLimitTime,
39912
+ trigger: 'change'
39913
+ }]
39999
39914
  };
40000
39915
  }
40001
39916
  },
@@ -40010,6 +39925,9 @@ var taskUnionExaminevue_type_script_lang_js_components;
40010
39925
  },
40011
39926
 
40012
39927
  methods: {
39928
+ handleChangeTime: function handleChangeTime(val) {
39929
+ this.infoList.customLimitTime = val;
39930
+ },
40013
39931
  validate: function validate() {
40014
39932
  var validSate = true;
40015
39933
  this.$refs.infoList.validate(function (valid) {
@@ -40153,7 +40071,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
40153
40071
  }
40154
40072
  _this3.enableCustomLimitTimeSetting = enableCustomLimitTimeSetting;
40155
40073
  if (_this3.enableCustomLimitTimeSetting && defaultCustomLimitDays) {
40156
- _this3.infoList.customLimitTime = defaultCustomLimitDays + '';
40074
+ _this3.infoList.customLimitTime = _this3.infoList.customLimitTimeText = defaultCustomLimitDays + '';
40157
40075
  }
40158
40076
  if (res.data.customizedConfig) {
40159
40077
  if (res.data.customizedConfig.currentOrgSelectorCustomized) {
@@ -40176,7 +40094,10 @@ var taskUnionExaminevue_type_script_lang_js_components;
40176
40094
  _this3.foreignOrgTabs = res.data.customizedConfig.foreignOrgSelectorItemList.split(',');
40177
40095
  var _param = res.data.customizedConfig.foreignOrgSelectorRangeList.split(',');
40178
40096
  _this3.foreignOrgTabs.map(function (x, i) {
40179
- _this3.otherParams[x] = { filid: _param[i] };
40097
+ _this3.otherParams[x] = {
40098
+ filid: _param[i],
40099
+ roleid: _this3.selectorParams.roleid
40100
+ };
40180
40101
  });
40181
40102
  }
40182
40103
  }
@@ -40426,8 +40347,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
40426
40347
 
40427
40348
  var taskUnionExamine_component = normalizeComponent(
40428
40349
  component_taskUnionExaminevue_type_script_lang_js_,
40429
- taskUnionExaminevue_type_template_id_6dd739cc_render,
40430
- taskUnionExaminevue_type_template_id_6dd739cc_staticRenderFns,
40350
+ taskUnionExaminevue_type_template_id_78ed4fb8_render,
40351
+ taskUnionExaminevue_type_template_id_78ed4fb8_staticRenderFns,
40431
40352
  false,
40432
40353
  null,
40433
40354
  null,
@@ -43852,11 +43773,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43852
43773
  });
43853
43774
  },
43854
43775
 
43855
- /**
43856
- * saveInfo
43857
- * @desc:暂存
43858
- * @author liufan
43859
- * @date 2022年9月9日
43776
+ /**
43777
+ * saveInfo
43778
+ * @desc:暂存
43779
+ * @author liufan
43780
+ * @date 2022年9月9日
43860
43781
  **/
43861
43782
  saveInfo: function saveInfo(type, btn) {
43862
43783
  var _this6 = this;
@@ -43918,11 +43839,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43918
43839
  });
43919
43840
  },
43920
43841
 
43921
- /**
43922
- * rejectBtn
43923
- * @desc:点击驳回
43924
- * @author liufan
43925
- * @date 2022年5月25日
43842
+ /**
43843
+ * rejectBtn
43844
+ * @desc:点击驳回
43845
+ * @author liufan
43846
+ * @date 2022年5月25日
43926
43847
  **/
43927
43848
  rejectBtn: function rejectBtn() {
43928
43849
  var _this8 = this;
@@ -43940,11 +43861,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43940
43861
  }
43941
43862
  },
43942
43863
 
43943
- /**
43944
- * taskReadBtn
43945
- * @desc:点击分阅
43946
- * @author liufan
43947
- * @date 2022年5月25日
43864
+ /**
43865
+ * taskReadBtn
43866
+ * @desc:点击分阅
43867
+ * @author liufan
43868
+ * @date 2022年5月25日
43948
43869
  **/
43949
43870
  taskReadBtn: function taskReadBtn() {
43950
43871
  var _this9 = this;
@@ -43963,11 +43884,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43963
43884
  }
43964
43885
  },
43965
43886
 
43966
- /**
43967
- * getFind
43968
- * @desc:获取通知方式
43969
- * @author liufan
43970
- * @date 2022年5月25日
43887
+ /**
43888
+ * getFind
43889
+ * @desc:获取通知方式
43890
+ * @author liufan
43891
+ * @date 2022年5月25日
43971
43892
  **/
43972
43893
  getFind: function getFind() {
43973
43894
  var _this10 = this;
@@ -44022,12 +43943,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44022
43943
  });
44023
43944
  },
44024
43945
 
44025
- /**
44026
- * endFlows
44027
- * @desc:直接办结
44028
- * @author liufan
44029
- * @param {Object} res 直接办结数据
44030
- * @date 2022年5月25日
43946
+ /**
43947
+ * endFlows
43948
+ * @desc:直接办结
43949
+ * @author liufan
43950
+ * @param {Object} res 直接办结数据
43951
+ * @date 2022年5月25日
44031
43952
  **/
44032
43953
  endFlows: function endFlows(res) {
44033
43954
  var _this12 = this;
@@ -44081,12 +44002,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44081
44002
  }).catch(function (e) {});
44082
44003
  },
44083
44004
 
44084
- /**
44085
- * goView
44086
- * @desc:更多流程按钮操作
44087
- * @author liufan
44088
- * @param {Object} res 当前点击操作按钮数据
44089
- * @date 2022年5月25日
44005
+ /**
44006
+ * goView
44007
+ * @desc:更多流程按钮操作
44008
+ * @author liufan
44009
+ * @param {Object} res 当前点击操作按钮数据
44010
+ * @date 2022年5月25日
44090
44011
  **/
44091
44012
  goView: function goView(res) {
44092
44013
  // 驳回并办结:rejectAndEndHtml
@@ -44171,11 +44092,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44171
44092
  // isCanStartSubFlow
44172
44093
  },
44173
44094
 
44174
- /**
44175
- * toTakeAdvice
44176
- * @desc:征求意见
44177
- * @author liufan
44178
- * @date 2022年9月29日
44095
+ /**
44096
+ * toTakeAdvice
44097
+ * @desc:征求意见
44098
+ * @author liufan
44099
+ * @date 2022年9月29日
44179
44100
  **/
44180
44101
  toTakeAdvice: function toTakeAdvice(res) {
44181
44102
  var _this14 = this;
@@ -44219,11 +44140,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44219
44140
  });
44220
44141
  },
44221
44142
 
44222
- /**
44223
- * toStartDraf
44224
- * @desc: 稿件递送、联合审核、复核
44225
- * @author liufan
44226
- * @date 2022年9月29日
44143
+ /**
44144
+ * toStartDraf
44145
+ * @desc: 稿件递送、联合审核、复核
44146
+ * @author liufan
44147
+ * @date 2022年9月29日
44227
44148
  **/
44228
44149
  toStartDraf: function toStartDraf(res) {
44229
44150
  var _this16 = this;
@@ -44237,11 +44158,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44237
44158
  }
44238
44159
  },
44239
44160
 
44240
- /**
44241
- * toSendMsg
44242
- * @desc:核稿通知
44243
- * @author liufan
44244
- * @date 2022年9月29日
44161
+ /**
44162
+ * toSendMsg
44163
+ * @desc:核稿通知
44164
+ * @author liufan
44165
+ * @date 2022年9月29日
44245
44166
  **/
44246
44167
  toSendMsg: function toSendMsg(res) {
44247
44168
  var _this17 = this;
@@ -44255,11 +44176,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44255
44176
  }
44256
44177
  },
44257
44178
 
44258
- /**
44259
- * toTaskReadAndEnd
44260
- * @desc:分阅并办结
44261
- * @author liufan
44262
- * @date 2022年9月29日
44179
+ /**
44180
+ * toTaskReadAndEnd
44181
+ * @desc:分阅并办结
44182
+ * @author liufan
44183
+ * @date 2022年9月29日
44263
44184
  **/
44264
44185
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
44265
44186
  var _this18 = this;
@@ -44277,11 +44198,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44277
44198
  }
44278
44199
  },
44279
44200
 
44280
- /**
44281
- * rejectAndEnd
44282
- * @desc:驳回并办结
44283
- * @author liufan
44284
- * @date 2022年9月29日
44201
+ /**
44202
+ * rejectAndEnd
44203
+ * @desc:驳回并办结
44204
+ * @author liufan
44205
+ * @date 2022年9月29日
44285
44206
  **/
44286
44207
  rejectAndEnd: function rejectAndEnd(res) {
44287
44208
  var _this19 = this;
@@ -44336,11 +44257,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44336
44257
  });
44337
44258
  },
44338
44259
 
44339
- /**
44340
- * toTransfer
44341
- * @desc:转办
44342
- * @author liufan
44343
- * @date 2022年9月29日
44260
+ /**
44261
+ * toTransfer
44262
+ * @desc:转办
44263
+ * @author liufan
44264
+ * @date 2022年9月29日
44344
44265
  **/
44345
44266
  toTransfer: function toTransfer(res) {
44346
44267
  var _this21 = this;
@@ -44356,11 +44277,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44356
44277
  }
44357
44278
  },
44358
44279
 
44359
- /**
44360
- * getNodeInfo
44361
- * @desc:获取节点信息
44362
- * @author liufan
44363
- * @date 2022年5月25日
44280
+ /**
44281
+ * getNodeInfo
44282
+ * @desc:获取节点信息
44283
+ * @author liufan
44284
+ * @date 2022年5月25日
44364
44285
  **/
44365
44286
  getNodeInfo: function getNodeInfo() {
44366
44287
  var _this22 = this;
@@ -44459,12 +44380,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44459
44380
  });
44460
44381
  },
44461
44382
 
44462
- /**
44463
- * selecNext
44464
- * @desc:下步节点变化时更新数据
44465
- * @author liufan
44466
- * @param {String} val 当前选中值
44467
- * @date 2022年5月25日
44383
+ /**
44384
+ * selecNext
44385
+ * @desc:下步节点变化时更新数据
44386
+ * @author liufan
44387
+ * @param {String} val 当前选中值
44388
+ * @date 2022年5月25日
44468
44389
  **/
44469
44390
  selecNext: function selecNext(val, type, isDef) {
44470
44391
  var _this23 = this;
@@ -44573,11 +44494,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44573
44494
  if (isDef !== true) this.getNodeInfo();
44574
44495
  },
44575
44496
 
44576
- /**
44577
- * isMultiple
44578
- * @desc:是否多选
44579
- * @author liufan
44580
- * @date 2022年9月13日
44497
+ /**
44498
+ * isMultiple
44499
+ * @desc:是否多选
44500
+ * @author liufan
44501
+ * @date 2022年9月13日
44581
44502
  **/
44582
44503
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
44583
44504
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -44609,11 +44530,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44609
44530
  }
44610
44531
  },
44611
44532
 
44612
- /**
44613
- * getHedInfo
44614
- * @desc:获取审核页面数据
44615
- * @author liufan
44616
- * @date 2022年5月25日
44533
+ /**
44534
+ * getHedInfo
44535
+ * @desc:获取审核页面数据
44536
+ * @author liufan
44537
+ * @date 2022年5月25日
44617
44538
  **/
44618
44539
  getHedInfo: function getHedInfo() {
44619
44540
  var _this24 = this;
@@ -44849,13 +44770,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44849
44770
  });
44850
44771
  },
44851
44772
 
44852
- /**
44853
- * closeProcess
44854
- * @desc:关闭弹窗
44855
- * @author liufan
44856
- * @param {boolean} val 当前是否办理流程
44857
- * @param {String} type 当前点击的弹窗类型
44858
- * @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日
44859
44780
  **/
44860
44781
  closeProcess: function closeProcess(val, type, closeParent) {
44861
44782
  if (closeParent) {
@@ -44872,23 +44793,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44872
44793
  }
44873
44794
  },
44874
44795
 
44875
- /**
44876
- * selectChange
44877
- * @desc:常用语选择
44878
- * @author liufan
44879
- * @param {String} val 选中值
44880
- * @date 2022年5月25日
44796
+ /**
44797
+ * selectChange
44798
+ * @desc:常用语选择
44799
+ * @author liufan
44800
+ * @param {String} val 选中值
44801
+ * @date 2022年5月25日
44881
44802
  **/
44882
44803
  selectChange: function selectChange(val) {
44883
44804
  this.value = val;
44884
44805
  },
44885
44806
 
44886
- /**
44887
- * upDate
44888
- * @desc:修改常用语
44889
- * @author liufan
44890
- * @param {Object} val 修改值
44891
- * @date 2022年5月25日
44807
+ /**
44808
+ * upDate
44809
+ * @desc:修改常用语
44810
+ * @author liufan
44811
+ * @param {Object} val 修改值
44812
+ * @date 2022年5月25日
44892
44813
  **/
44893
44814
  upDate: function upDate(val) {
44894
44815
  this.FormData.id = val.id;
@@ -44896,11 +44817,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44896
44817
  },
44897
44818
 
44898
44819
 
44899
- /**
44900
- * getProcess
44901
- * @desc:获取选择流程
44902
- * @author liufan
44903
- * @date 2022年5月25日
44820
+ /**
44821
+ * getProcess
44822
+ * @desc:获取选择流程
44823
+ * @author liufan
44824
+ * @date 2022年5月25日
44904
44825
  **/
44905
44826
  getProcess: function getProcess() {
44906
44827
  var _this25 = this;
@@ -44954,11 +44875,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44954
44875
  });
44955
44876
  },
44956
44877
 
44957
- /**
44958
- * getPendedhistoryList
44959
- * @desc:获取流程列表
44960
- * @author liufan
44961
- * @date 2022年5月25日
44878
+ /**
44879
+ * getPendedhistoryList
44880
+ * @desc:获取流程列表
44881
+ * @author liufan
44882
+ * @date 2022年5月25日
44962
44883
  **/
44963
44884
  getPendedhistoryList: function getPendedhistoryList() {
44964
44885
  var _this26 = this;
@@ -44990,12 +44911,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44990
44911
  },
44991
44912
 
44992
44913
  // 提交流程
44993
- /**
44994
- * subProcess
44995
- * @desc:提交流程
44996
- * @author liufan
44997
- * @param {String} formName 当前form表单ref值
44998
- * @date 2022年5月25日
44914
+ /**
44915
+ * subProcess
44916
+ * @desc:提交流程
44917
+ * @author liufan
44918
+ * @param {String} formName 当前form表单ref值
44919
+ * @date 2022年5月25日
44999
44920
  **/
45000
44921
  subProcess: function subProcess(val) {
45001
44922
  var _this27 = this;
@@ -47719,6 +47640,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47719
47640
  //
47720
47641
  //
47721
47642
  //
47643
+ //
47644
+ //
47645
+ //
47646
+ //
47647
+ //
47722
47648
 
47723
47649
 
47724
47650
 
@@ -47951,6 +47877,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
47951
47877
  isAddSign: '', // 是否加签
47952
47878
  isRemoveSign: '', // 是否减签
47953
47879
  customLimitTime: '', //限时天数
47880
+ customLimitTimeText: '', //限时天数
47954
47881
  nextOperate: '', // 下步操作
47955
47882
  notificationMsg: '', // 通知信息
47956
47883
  addSignUserId: [], // 加签办理人
@@ -48575,11 +48502,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48575
48502
  });
48576
48503
  },
48577
48504
 
48578
- /**
48579
- * saveInfo
48580
- * @desc:暂存
48581
- * @author liufan
48582
- * @date 2022年9月9日
48505
+ /**
48506
+ * saveInfo
48507
+ * @desc:暂存
48508
+ * @author liufan
48509
+ * @date 2022年9月9日
48583
48510
  **/
48584
48511
  saveInfo: function saveInfo(type, btn) {
48585
48512
  var _this11 = this;
@@ -48641,11 +48568,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48641
48568
  });
48642
48569
  },
48643
48570
 
48644
- /**
48645
- * rejectBtn
48646
- * @desc:点击驳回
48647
- * @author liufan
48648
- * @date 2022年5月25日
48571
+ /**
48572
+ * rejectBtn
48573
+ * @desc:点击驳回
48574
+ * @author liufan
48575
+ * @date 2022年5月25日
48649
48576
  **/
48650
48577
  rejectBtn: function rejectBtn() {
48651
48578
  var _this13 = this;
@@ -48663,11 +48590,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48663
48590
  }
48664
48591
  },
48665
48592
 
48666
- /**
48667
- * taskReadBtn
48668
- * @desc:点击分阅
48669
- * @author liufan
48670
- * @date 2022年5月25日
48593
+ /**
48594
+ * taskReadBtn
48595
+ * @desc:点击分阅
48596
+ * @author liufan
48597
+ * @date 2022年5月25日
48671
48598
  **/
48672
48599
  taskReadBtn: function taskReadBtn() {
48673
48600
  var _this14 = this;
@@ -48686,11 +48613,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48686
48613
  }
48687
48614
  },
48688
48615
 
48689
- /**
48690
- * getFind
48691
- * @desc:获取通知方式
48692
- * @author liufan
48693
- * @date 2022年5月25日
48616
+ /**
48617
+ * getFind
48618
+ * @desc:获取通知方式
48619
+ * @author liufan
48620
+ * @date 2022年5月25日
48694
48621
  **/
48695
48622
  getFind: function getFind() {
48696
48623
  var _this15 = this;
@@ -48756,12 +48683,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48756
48683
  });
48757
48684
  },
48758
48685
 
48759
- /**
48760
- * endFlows
48761
- * @desc:直接办结
48762
- * @author liufan
48763
- * @param {Object} res 直接办结数据
48764
- * @date 2022年5月25日
48686
+ /**
48687
+ * endFlows
48688
+ * @desc:直接办结
48689
+ * @author liufan
48690
+ * @param {Object} res 直接办结数据
48691
+ * @date 2022年5月25日
48765
48692
  **/
48766
48693
  endFlows: function endFlows(res) {
48767
48694
  var _this17 = this;
@@ -48816,12 +48743,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48816
48743
  }).catch(function (e) {});
48817
48744
  },
48818
48745
 
48819
- /**
48820
- * goView
48821
- * @desc:更多流程按钮操作
48822
- * @author liufan
48823
- * @param {Object} res 当前点击操作按钮数据
48824
- * @date 2022年5月25日
48746
+ /**
48747
+ * goView
48748
+ * @desc:更多流程按钮操作
48749
+ * @author liufan
48750
+ * @param {Object} res 当前点击操作按钮数据
48751
+ * @date 2022年5月25日
48825
48752
  **/
48826
48753
  goView: function goView(res) {
48827
48754
  // 驳回并办结:rejectAndEndHtml
@@ -48906,11 +48833,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48906
48833
  // isCanStartSubFlow
48907
48834
  },
48908
48835
 
48909
- /**
48910
- * toTakeAdvice
48911
- * @desc:征求意见
48912
- * @author liufan
48913
- * @date 2022年9月29日
48836
+ /**
48837
+ * toTakeAdvice
48838
+ * @desc:征求意见
48839
+ * @author liufan
48840
+ * @date 2022年9月29日
48914
48841
  **/
48915
48842
  toTakeAdvice: function toTakeAdvice(res) {
48916
48843
  var _this19 = this;
@@ -48954,11 +48881,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48954
48881
  });
48955
48882
  },
48956
48883
 
48957
- /**
48958
- * toStartDraf
48959
- * @desc: 稿件递送、联合审核、复核
48960
- * @author liufan
48961
- * @date 2022年9月29日
48884
+ /**
48885
+ * toStartDraf
48886
+ * @desc: 稿件递送、联合审核、复核
48887
+ * @author liufan
48888
+ * @date 2022年9月29日
48962
48889
  **/
48963
48890
  toStartDraf: function toStartDraf(res) {
48964
48891
  var _this21 = this;
@@ -48972,11 +48899,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48972
48899
  }
48973
48900
  },
48974
48901
 
48975
- /**
48976
- * toSendMsg
48977
- * @desc:核稿通知
48978
- * @author liufan
48979
- * @date 2022年9月29日
48902
+ /**
48903
+ * toSendMsg
48904
+ * @desc:核稿通知
48905
+ * @author liufan
48906
+ * @date 2022年9月29日
48980
48907
  **/
48981
48908
  toSendMsg: function toSendMsg(res) {
48982
48909
  var _this22 = this;
@@ -48990,11 +48917,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48990
48917
  }
48991
48918
  },
48992
48919
 
48993
- /**
48994
- * toTaskReadAndEnd
48995
- * @desc:分阅并办结
48996
- * @author liufan
48997
- * @date 2022年9月29日
48920
+ /**
48921
+ * toTaskReadAndEnd
48922
+ * @desc:分阅并办结
48923
+ * @author liufan
48924
+ * @date 2022年9月29日
48998
48925
  **/
48999
48926
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
49000
48927
  var _this23 = this;
@@ -49012,11 +48939,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49012
48939
  }
49013
48940
  },
49014
48941
 
49015
- /**
49016
- * rejectAndEnd
49017
- * @desc:驳回并办结
49018
- * @author liufan
49019
- * @date 2022年9月29日
48942
+ /**
48943
+ * rejectAndEnd
48944
+ * @desc:驳回并办结
48945
+ * @author liufan
48946
+ * @date 2022年9月29日
49020
48947
  **/
49021
48948
  rejectAndEnd: function rejectAndEnd(res) {
49022
48949
  var _this24 = this;
@@ -49072,11 +48999,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49072
48999
  });
49073
49000
  },
49074
49001
 
49075
- /**
49076
- * toTransfer
49077
- * @desc:转办
49078
- * @author liufan
49079
- * @date 2022年9月29日
49002
+ /**
49003
+ * toTransfer
49004
+ * @desc:转办
49005
+ * @author liufan
49006
+ * @date 2022年9月29日
49080
49007
  **/
49081
49008
  toTransfer: function toTransfer(res) {
49082
49009
  var _this26 = this;
@@ -49091,12 +49018,15 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49091
49018
  this.showTaskRead = true;
49092
49019
  }
49093
49020
  },
49021
+ handleChangeTime: function handleChangeTime(val) {
49022
+ this.nextNode.customLimitTime = val;
49023
+ },
49094
49024
 
49095
- /**
49096
- * getNodeInfo
49097
- * @desc:获取节点信息
49098
- * @author liufan
49099
- * @date 2022年5月25日
49025
+ /**
49026
+ * getNodeInfo
49027
+ * @desc:获取节点信息
49028
+ * @author liufan
49029
+ * @date 2022年5月25日
49100
49030
  **/
49101
49031
  getNodeInfo: function getNodeInfo() {
49102
49032
  var _this27 = this;
@@ -49119,7 +49049,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49119
49049
  _this27.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
49120
49050
  _this27.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
49121
49051
  if (_this27.enableCustomLimitTimeSetting && data.nodeMoreInfo.defaultCustomLimitDays) {
49122
- _this27.nextNode.customLimitTime = data.nodeMoreInfo.defaultCustomLimitDays + '';
49052
+ _this27.nextNode.customLimitTime = _this27.nextNode.customLimitTimeText = data.nodeMoreInfo.defaultCustomLimitDays + '';
49123
49053
  }
49124
49054
  data.otherOrgDisabledObjId && (_this27.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
49125
49055
  data.currentOrgDisabledObjId && (_this27.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
@@ -49203,12 +49133,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49203
49133
  });
49204
49134
  },
49205
49135
 
49206
- /**
49207
- * selecNext
49208
- * @desc:下步节点变化时更新数据
49209
- * @author liufan
49210
- * @param {String} val 当前选中值
49211
- * @date 2022年5月25日
49136
+ /**
49137
+ * selecNext
49138
+ * @desc:下步节点变化时更新数据
49139
+ * @author liufan
49140
+ * @param {String} val 当前选中值
49141
+ * @date 2022年5月25日
49212
49142
  **/
49213
49143
  selecNext: function selecNext(val, type, isDef) {
49214
49144
  var _this28 = this;
@@ -49340,11 +49270,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49340
49270
  this.getNodeInfo();
49341
49271
  },
49342
49272
 
49343
- /**
49344
- * isMultiple
49345
- * @desc:是否多选
49346
- * @author liufan
49347
- * @date 2022年9月13日
49273
+ /**
49274
+ * isMultiple
49275
+ * @desc:是否多选
49276
+ * @author liufan
49277
+ * @date 2022年9月13日
49348
49278
  **/
49349
49279
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
49350
49280
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -49376,11 +49306,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49376
49306
  }
49377
49307
  },
49378
49308
 
49379
- /**
49380
- * getHedInfo
49381
- * @desc:获取审核页面数据
49382
- * @author liufan
49383
- * @date 2022年5月25日
49309
+ /**
49310
+ * getHedInfo
49311
+ * @desc:获取审核页面数据
49312
+ * @author liufan
49313
+ * @date 2022年5月25日
49384
49314
  **/
49385
49315
  getHedInfo: function getHedInfo() {
49386
49316
  var _this29 = this;
@@ -49470,7 +49400,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49470
49400
  _this29.foreignOrgSelectorTabs.map(function (x, i) {
49471
49401
  _this29.foreignOrgSelectorParams[x] = {
49472
49402
  filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i],
49473
- nofilid: foreignOrgparams[i] == 'other' ? 1 : 0
49403
+ nofilid: foreignOrgparams[i] == 'other' ? 1 : 0,
49404
+ roleid: _this29.circularReadParamsMap.circularReadOrgRoleCode || _this29.foreignOrgSelectorParams.roleid
49474
49405
  };
49475
49406
  });
49476
49407
  }
@@ -49679,13 +49610,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49679
49610
  });
49680
49611
  },
49681
49612
 
49682
- /**
49683
- * closeProcess
49684
- * @desc:关闭弹窗
49685
- * @author liufan
49686
- * @param {boolean} val 当前是否办理流程
49687
- * @param {String} type 当前点击的弹窗类型
49688
- * @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日
49689
49620
  **/
49690
49621
  closeProcess: function closeProcess(val, type, closeParent) {
49691
49622
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -49705,23 +49636,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49705
49636
  }
49706
49637
  },
49707
49638
 
49708
- /**
49709
- * selectChange
49710
- * @desc:常用语选择
49711
- * @author liufan
49712
- * @param {String} val 选中值
49713
- * @date 2022年5月25日
49639
+ /**
49640
+ * selectChange
49641
+ * @desc:常用语选择
49642
+ * @author liufan
49643
+ * @param {String} val 选中值
49644
+ * @date 2022年5月25日
49714
49645
  **/
49715
49646
  selectChange: function selectChange(val) {
49716
49647
  this.value = val;
49717
49648
  },
49718
49649
 
49719
- /**
49720
- * upDate
49721
- * @desc:修改常用语
49722
- * @author liufan
49723
- * @param {Object} val 修改值
49724
- * @date 2022年5月25日
49650
+ /**
49651
+ * upDate
49652
+ * @desc:修改常用语
49653
+ * @author liufan
49654
+ * @param {Object} val 修改值
49655
+ * @date 2022年5月25日
49725
49656
  **/
49726
49657
  upDate: function upDate(val) {
49727
49658
  this.FormData.id = val.id;
@@ -49729,11 +49660,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49729
49660
  },
49730
49661
 
49731
49662
 
49732
- /**
49733
- * getProcess
49734
- * @desc:获取选择流程
49735
- * @author liufan
49736
- * @date 2022年5月25日
49663
+ /**
49664
+ * getProcess
49665
+ * @desc:获取选择流程
49666
+ * @author liufan
49667
+ * @date 2022年5月25日
49737
49668
  **/
49738
49669
  getProcess: function getProcess(val) {
49739
49670
  var _this30 = this;
@@ -49793,11 +49724,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49793
49724
  });
49794
49725
  },
49795
49726
 
49796
- /**
49797
- * getPendedhistoryList
49798
- * @desc:获取流程列表
49799
- * @author liufan
49800
- * @date 2022年5月25日
49727
+ /**
49728
+ * getPendedhistoryList
49729
+ * @desc:获取流程列表
49730
+ * @author liufan
49731
+ * @date 2022年5月25日
49801
49732
  **/
49802
49733
  getPendedhistoryList: function getPendedhistoryList() {
49803
49734
  var _this31 = this;
@@ -49865,12 +49796,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49865
49796
  },
49866
49797
 
49867
49798
  // 提交流程
49868
- /**
49869
- * subProcess
49870
- * @desc:提交流程
49871
- * @author liufan
49872
- * @param {String} formName 当前form表单ref值
49873
- * @date 2022年5月25日
49799
+ /**
49800
+ * subProcess
49801
+ * @desc:提交流程
49802
+ * @author liufan
49803
+ * @param {String} formName 当前form表单ref值
49804
+ * @date 2022年5月25日
49874
49805
  **/
49875
49806
  subProcess: function subProcess(val, type) {
49876
49807
  var _this33 = this;
@@ -49984,7 +49915,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49984
49915
  switch (_context.prev = _context.next) {
49985
49916
  case 0:
49986
49917
  if (!valid) {
49987
- _context.next = 55;
49918
+ _context.next = 56;
49988
49919
  break;
49989
49920
  }
49990
49921
 
@@ -50088,6 +50019,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50088
50019
  });
50089
50020
 
50090
50021
  if (_this35.activeNames != '1') delete params.customPresetUserJson;
50022
+ delete params.customLimitTimeText;
50091
50023
  if (_this35.nextNode.isRemoveSign != '1') {
50092
50024
  delete params.removeSignUserId;
50093
50025
  }
@@ -50099,7 +50031,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50099
50031
  }
50100
50032
 
50101
50033
  if (!(freetype === 'multiInsMidwayWithSubmitScene')) {
50102
- _context.next = 36;
50034
+ _context.next = 37;
50103
50035
  break;
50104
50036
  }
50105
50037
 
@@ -50107,7 +50039,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50107
50039
  _this35.taskParams = params;
50108
50040
  return _context.abrupt('return');
50109
50041
 
50110
- case 36:
50042
+ case 37:
50111
50043
  _this35.loading = utils_util["a" /* default */].loading(_this35.$loading, '提交中...');
50112
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;
50113
50045
 
@@ -50147,10 +50079,10 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50147
50079
  }
50148
50080
  }));
50149
50081
 
50150
- case 55:
50082
+ case 56:
50151
50083
  return _context.abrupt('return', false);
50152
50084
 
50153
- case 56:
50085
+ case 57:
50154
50086
  case 'end':
50155
50087
  return _context.stop();
50156
50088
  }
@@ -50211,8 +50143,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
50211
50143
 
50212
50144
  var flow_src_main_component = normalizeComponent(
50213
50145
  packages_flow_src_mainvue_type_script_lang_js_,
50214
- mainvue_type_template_id_5ee0fd1a_render,
50215
- mainvue_type_template_id_5ee0fd1a_staticRenderFns,
50146
+ mainvue_type_template_id_640e2c46_render,
50147
+ mainvue_type_template_id_640e2c46_staticRenderFns,
50216
50148
  false,
50217
50149
  null,
50218
50150
  null,
@@ -52231,8 +52163,8 @@ flow_group_src_main.install = function (Vue) {
52231
52163
  };
52232
52164
 
52233
52165
  /* harmony default export */ var flow_group = (flow_group_src_main);
52234
- // 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&
52235
- 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 () {
52236
52168
  var _vm = this
52237
52169
  var _h = _vm.$createElement
52238
52170
  var _c = _vm._self._c || _h
@@ -52442,11 +52374,11 @@ var mainvue_type_template_id_137c2ec3_render = function () {
52442
52374
  2
52443
52375
  )
52444
52376
  }
52445
- var mainvue_type_template_id_137c2ec3_staticRenderFns = []
52446
- 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
52447
52379
 
52448
52380
 
52449
- // 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&
52450
52382
 
52451
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&
52452
52384
 
@@ -52572,6 +52504,10 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52572
52504
  type: Function,
52573
52505
  default: function _default() {}
52574
52506
  },
52507
+ flowViewType: {
52508
+ type: [Number, String],
52509
+ default: 0
52510
+ },
52575
52511
  hide: {
52576
52512
  type: String,
52577
52513
  default: ''
@@ -52728,6 +52664,20 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
52728
52664
  };
52729
52665
  },
52730
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
+
52731
52681
  computed: {
52732
52682
  toolbars: function toolbars() {
52733
52683
  var _this = this;
@@ -53659,12 +53609,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53659
53609
  }
53660
53610
  },
53661
53611
 
53662
- /**
53663
- * handleFormSubmit
53664
- * @desc:删除节点点击事件
53665
- * @param {Object} formData 点击删除的form数据
53666
- * @author liufan
53667
- * @date 2022年11月29日
53612
+ /**
53613
+ * handleFormSubmit
53614
+ * @desc:删除节点点击事件
53615
+ * @param {Object} formData 点击删除的form数据
53616
+ * @author liufan
53617
+ * @date 2022年11月29日
53668
53618
  **/
53669
53619
  handleFormSubmit: function handleFormSubmit(formData) {
53670
53620
  var _this9 = this;
@@ -53695,48 +53645,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53695
53645
  });
53696
53646
  },
53697
53647
 
53698
- /**
53699
- * del
53700
- * @desc:展示删除弹窗
53701
- * @param {String} id 当前点击数据id
53702
- * @author liufan
53703
- * @date 2022年11月29日
53648
+ /**
53649
+ * del
53650
+ * @desc:展示删除弹窗
53651
+ * @param {String} id 当前点击数据id
53652
+ * @author liufan
53653
+ * @date 2022年11月29日
53704
53654
  **/
53705
53655
  del: function del(id) {
53706
53656
  this.historyId = id;
53707
53657
  this.showDel = true;
53708
53658
  },
53709
53659
 
53710
- /**
53711
- * handleCurrentChange
53712
- * @desc:监听页码变化
53713
- * @param {String} val 当前页
53714
- * @author liufan
53715
- * @date 2022年11月29日
53660
+ /**
53661
+ * handleCurrentChange
53662
+ * @desc:监听页码变化
53663
+ * @param {String} val 当前页
53664
+ * @author liufan
53665
+ * @date 2022年11月29日
53716
53666
  **/
53717
53667
  handleCurrentChange: function handleCurrentChange(val) {
53718
53668
  this.currentPage = val;
53719
53669
  this.getPressList();
53720
53670
  },
53721
53671
 
53722
- /**
53723
- * handleSizeChange
53724
- * @desc:监听每页数据显示数量变化
53725
- * @param {String} val 每页展示数量
53726
- * @author liufan
53727
- * @date 2022年11月29日
53672
+ /**
53673
+ * handleSizeChange
53674
+ * @desc:监听每页数据显示数量变化
53675
+ * @param {String} val 每页展示数量
53676
+ * @author liufan
53677
+ * @date 2022年11月29日
53728
53678
  **/
53729
53679
  handleSizeChange: function handleSizeChange(val) {
53730
53680
  this.pageSize = val;
53731
53681
  this.getPressList();
53732
53682
  },
53733
53683
 
53734
- /**
53735
- * sortChange
53736
- * @desc:监听排序变化
53737
- * @param {Object} info 需要排序的字段及排序方式
53738
- * @author liufan
53739
- * @date 2022年11月29日
53684
+ /**
53685
+ * sortChange
53686
+ * @desc:监听排序变化
53687
+ * @param {Object} info 需要排序的字段及排序方式
53688
+ * @author liufan
53689
+ * @date 2022年11月29日
53740
53690
  **/
53741
53691
  sortChange: function sortChange(info) {
53742
53692
  var prop = info.prop,
@@ -53747,11 +53697,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53747
53697
  this.getPressList();
53748
53698
  },
53749
53699
 
53750
- /**
53751
- * getPressList
53752
- * @desc:催办列表数据
53753
- * @author liufan
53754
- * @date 2022年11月29日
53700
+ /**
53701
+ * getPressList
53702
+ * @desc:催办列表数据
53703
+ * @author liufan
53704
+ * @date 2022年11月29日
53755
53705
  **/
53756
53706
  getPressList: function getPressList() {
53757
53707
  var _this10 = this;
@@ -53781,12 +53731,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53781
53731
  });
53782
53732
  },
53783
53733
 
53784
- /**
53785
- * goPress
53786
- * @desc:催办列表查看
53787
- * @param {String} id 催办列表id
53788
- * @author liufan
53789
- * @date 2022年11月29日
53734
+ /**
53735
+ * goPress
53736
+ * @desc:催办列表查看
53737
+ * @param {String} id 催办列表id
53738
+ * @author liufan
53739
+ * @date 2022年11月29日
53790
53740
  **/
53791
53741
  goPress: function goPress(id) {
53792
53742
  this.historyId = id;
@@ -53794,23 +53744,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53794
53744
  this.getPressList();
53795
53745
  },
53796
53746
 
53797
- /**
53798
- * showFile
53799
- * @desc:附件查看
53800
- * @param {String} ownId 附件id
53801
- * @author liufan
53802
- * @date 2022年11月29日
53747
+ /**
53748
+ * showFile
53749
+ * @desc:附件查看
53750
+ * @param {String} ownId 附件id
53751
+ * @author liufan
53752
+ * @date 2022年11月29日
53803
53753
  **/
53804
53754
  showFile: function showFile(ownId) {
53805
53755
  this.wfpendingid = ownId;
53806
53756
  this.showFileList = true;
53807
53757
  },
53808
53758
 
53809
- /**
53810
- * handleChange
53811
- * @desc:切换排序方式
53812
- * @author liufan
53813
- * @date 2022年11月22日
53759
+ /**
53760
+ * handleChange
53761
+ * @desc:切换排序方式
53762
+ * @author liufan
53763
+ * @date 2022年11月22日
53814
53764
  **/
53815
53765
  handleChange: function handleChange(key, value) {
53816
53766
  if (value) {
@@ -53860,13 +53810,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53860
53810
  }))();
53861
53811
  },
53862
53812
 
53863
- /**
53864
- * getFlowList
53865
- * @desc:获取流程列表
53866
- * @author liufan
53867
- * @date 2022年11月22日
53813
+ /**
53814
+ * getFlowList
53815
+ * @desc:获取流程列表
53816
+ * @author liufan
53817
+ * @date 2022年11月22日
53868
53818
  **/
53869
- getFlowList: function getFlowList() {
53819
+ getFlowList: function getFlowList(type) {
53870
53820
  var _this12 = this;
53871
53821
 
53872
53822
  var params = {
@@ -53874,7 +53824,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53874
53824
  params: flow_list_src_mainvue_type_script_lang_js_extends({
53875
53825
  apprecordid: this.businessId,
53876
53826
  pendingAttr: 0,
53877
- viewType: this.viewType,
53827
+ viewType: type || this.viewType,
53878
53828
  showSuggest: this.showSuggest
53879
53829
  }, this.params)
53880
53830
  };
@@ -53936,12 +53886,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53936
53886
  });
53937
53887
  },
53938
53888
 
53939
- /**
53940
- * handleClick
53941
- * @desc:表单点击事件
53942
- * @param {Object} val 当前点击行数据及按钮
53943
- * @author liufan
53944
- * @date 2022年11月10日
53889
+ /**
53890
+ * handleClick
53891
+ * @desc:表单点击事件
53892
+ * @param {Object} val 当前点击行数据及按钮
53893
+ * @author liufan
53894
+ * @date 2022年11月10日
53945
53895
  **/
53946
53896
  handleClick: function handleClick(val) {
53947
53897
  var _this13 = this;
@@ -53987,13 +53937,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53987
53937
  }
53988
53938
  },
53989
53939
 
53990
- /**
53991
- * getCodeValue
53992
- * @desc:获取代码表过滤后的值
53993
- * @param {String} value 展示数据的代码值
53994
- * @param {String} type 代码表类型
53995
- * @author liufan
53996
- * @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日
53997
53947
  **/
53998
53948
  getCodeValue: function getCodeValue(value, type) {
53999
53949
  var val = this[type].filter(function (item) {
@@ -54002,12 +53952,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54002
53952
  return val[0].shortName;
54003
53953
  },
54004
53954
 
54005
- /**
54006
- * getSysInfo
54007
- * @desc:获取代码表
54008
- * @param {String} code 编码code值
54009
- * @author liufan
54010
- * @date 2022年11月10日
53955
+ /**
53956
+ * getSysInfo
53957
+ * @desc:获取代码表
53958
+ * @param {String} code 编码code值
53959
+ * @author liufan
53960
+ * @date 2022年11月10日
54011
53961
  **/
54012
53962
  getSysInfo: function getSysInfo(code) {
54013
53963
  var _this14 = this;
@@ -54029,11 +53979,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54029
53979
  }).catch(function (e) {});
54030
53980
  },
54031
53981
 
54032
- /**
54033
- * getListInfo
54034
- * @desc:获取预设列表数据
54035
- * @author liufan
54036
- * @date 2022年11月10日
53982
+ /**
53983
+ * getListInfo
53984
+ * @desc:获取预设列表数据
53985
+ * @author liufan
53986
+ * @date 2022年11月10日
54037
53987
  **/
54038
53988
  getListInfo: function getListInfo() {
54039
53989
  var _this15 = this;
@@ -54086,8 +54036,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
54086
54036
 
54087
54037
  var flow_list_src_main_component = normalizeComponent(
54088
54038
  packages_flow_list_src_mainvue_type_script_lang_js_,
54089
- mainvue_type_template_id_137c2ec3_render,
54090
- mainvue_type_template_id_137c2ec3_staticRenderFns,
54039
+ mainvue_type_template_id_361fbd0a_render,
54040
+ mainvue_type_template_id_361fbd0a_staticRenderFns,
54091
54041
  false,
54092
54042
  null,
54093
54043
  null,
@@ -60536,8 +60486,8 @@ mainvue_type_template_id_d57cecee_render._withStripped = true
60536
60486
 
60537
60487
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=d57cecee&
60538
60488
 
60539
- // 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=2bfc5645&scoped=true&
60540
- var simplicityvue_type_template_id_2bfc5645_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 () {
60541
60491
  var _vm = this
60542
60492
  var _h = _vm.$createElement
60543
60493
  var _c = _vm._self._c || _h
@@ -61240,11 +61190,11 @@ var simplicityvue_type_template_id_2bfc5645_scoped_true_render = function () {
61240
61190
  ),
61241
61191
  ])
61242
61192
  }
61243
- var simplicityvue_type_template_id_2bfc5645_scoped_true_staticRenderFns = []
61244
- simplicityvue_type_template_id_2bfc5645_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
61245
61195
 
61246
61196
 
61247
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=2bfc5645&scoped=true&
61197
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=3c4ceaef&scoped=true&
61248
61198
 
61249
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&
61250
61200
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -63333,10 +63283,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
63333
63283
  this.$emit('click', res);
63334
63284
  },
63335
63285
 
63336
- /**
63337
- * @desc:获取气泡提醒
63338
- * @author huangbo
63339
- * @date 2024年9月7日
63286
+ /**
63287
+ * @desc:获取气泡提醒
63288
+ * @author huangbo
63289
+ * @date 2024年9月7日
63340
63290
  **/
63341
63291
  getBadge: function getBadge(res) {
63342
63292
  var num = res.tips || 0;
@@ -67317,6 +67267,8 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67317
67267
  initApps: null,
67318
67268
  //首页地址
67319
67269
  indexUrl: '',
67270
+ //首页名称
67271
+ indexTitle: '首页',
67320
67272
  //首页配置
67321
67273
  homePage: {},
67322
67274
  //门户跳转页地址
@@ -67435,10 +67387,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67435
67387
  },
67436
67388
 
67437
67389
  methods: {
67438
- /**
67439
- * @desc:匹配路由
67440
- * @author huangbo
67441
- * @date 2024年9月7日
67390
+ /**
67391
+ * @desc:匹配路由
67392
+ * @author huangbo
67393
+ * @date 2024年9月7日
67442
67394
  **/
67443
67395
  hasRouter: function hasRouter(res, url, code) {
67444
67396
  if (!url) {
@@ -67482,10 +67434,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67482
67434
  return false;
67483
67435
  },
67484
67436
 
67485
- /**
67486
- * @desc:获取初始数据
67487
- * @author huangbo
67488
- * @date 2024年9月7日
67437
+ /**
67438
+ * @desc:获取初始数据
67439
+ * @author huangbo
67440
+ * @date 2024年9月7日
67489
67441
  **/
67490
67442
  init: function init(results, first) {
67491
67443
  this.setConfig(results);
@@ -67494,10 +67446,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67494
67446
  }
67495
67447
  },
67496
67448
 
67497
- /**
67498
- * @desc:设置用户配置及信息
67499
- * @author huangbo
67500
- * @date 2024年9月7日
67449
+ /**
67450
+ * @desc:设置用户配置及信息
67451
+ * @author huangbo
67452
+ * @date 2024年9月7日
67501
67453
  **/
67502
67454
  setConfig: function setConfig(results) {
67503
67455
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -67552,6 +67504,9 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67552
67504
  this.notify = results[i].notify || '';
67553
67505
  }
67554
67506
  if (i === 'subsystemExtend' && results[i]) {
67507
+ if (results[i].indexTitle) {
67508
+ this.indexTitle = results[i].indexTitle;
67509
+ }
67555
67510
  if (Object.prototype.hasOwnProperty.call(results[i], 'showAvatar')) {
67556
67511
  this.showAvatar = JSON.parse(results[i].showAvatar);
67557
67512
  }
@@ -67634,10 +67589,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67634
67589
  }
67635
67590
  },
67636
67591
 
67637
- /**
67638
- * @desc:获取所有应用
67639
- * @author huangbo
67640
- * @date 2024年9月7日
67592
+ /**
67593
+ * @desc:获取所有应用
67594
+ * @author huangbo
67595
+ * @date 2024年9月7日
67641
67596
  **/
67642
67597
  getApplications: function getApplications() {
67643
67598
  var _this = this;
@@ -67685,10 +67640,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67685
67640
  });
67686
67641
  },
67687
67642
 
67688
- /**
67689
- * @desc:获取菜单列表
67690
- * @author huangbo
67691
- * @date 2024年9月7日
67643
+ /**
67644
+ * @desc:获取菜单列表
67645
+ * @author huangbo
67646
+ * @date 2024年9月7日
67692
67647
  **/
67693
67648
  getMenus: function getMenus(loading) {
67694
67649
  var _this2 = this;
@@ -67721,10 +67676,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67721
67676
  });
67722
67677
  },
67723
67678
 
67724
- /**
67725
- * @desc:处理菜单列表
67726
- * @author huangbo
67727
- * @date 2024年9月7日
67679
+ /**
67680
+ * @desc:处理菜单列表
67681
+ * @author huangbo
67682
+ * @date 2024年9月7日
67728
67683
  **/
67729
67684
  renderMenus: function renderMenus(res) {
67730
67685
  this.menus = res;
@@ -67734,7 +67689,7 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67734
67689
  var obj = this.getMenu(this.menus, this.indexUrl);
67735
67690
  obj = obj ? JSON.parse(JSON.stringify(obj)) : {
67736
67691
  url: this.indexUrl,
67737
- text: '工作台',
67692
+ text: this.indexTitle,
67738
67693
  id: '0',
67739
67694
  appCode: 'indexUrl'
67740
67695
  };
@@ -67820,10 +67775,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67820
67775
  }
67821
67776
  },
67822
67777
 
67823
- /**
67824
- * @desc:设置页面加载类型
67825
- * @author huangbo
67826
- * @date 2024年9月7日
67778
+ /**
67779
+ * @desc:设置页面加载类型
67780
+ * @author huangbo
67781
+ * @date 2024年9月7日
67827
67782
  **/
67828
67783
  setIframeType: function setIframeType(res) {
67829
67784
  var url = res.url;
@@ -67879,10 +67834,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67879
67834
  return res;
67880
67835
  },
67881
67836
 
67882
- /**
67883
- * @desc:获取菜单
67884
- * @author huangbo
67885
- * @date 2024年9月7日
67837
+ /**
67838
+ * @desc:获取菜单
67839
+ * @author huangbo
67840
+ * @date 2024年9月7日
67886
67841
  **/
67887
67842
  getMenu: function getMenu(menus, res, key) {
67888
67843
  if (Array.isArray(menus)) {
@@ -67911,10 +67866,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67911
67866
  return false;
67912
67867
  },
67913
67868
 
67914
- /**
67915
- * @desc:获取菜单第一条数据
67916
- * @author huangbo
67917
- * @date 2024年9月7日
67869
+ /**
67870
+ * @desc:获取菜单第一条数据
67871
+ * @author huangbo
67872
+ * @date 2024年9月7日
67918
67873
  **/
67919
67874
  getFirst: function getFirst(obj) {
67920
67875
  if (!obj) {
@@ -67933,10 +67888,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67933
67888
  }
67934
67889
  },
67935
67890
 
67936
- /**
67937
- * @desc:遍历设置菜单气泡提醒
67938
- * @author huangbo
67939
- * @date 2024年9月7日
67891
+ /**
67892
+ * @desc:遍历设置菜单气泡提醒
67893
+ * @author huangbo
67894
+ * @date 2024年9月7日
67940
67895
  **/
67941
67896
  setTips: function setTips(obj) {
67942
67897
  var _this3 = this;
@@ -67999,10 +67954,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67999
67954
  }
68000
67955
  },
68001
67956
 
68002
- /**
68003
- * @desc:获取气泡提醒
68004
- * @author huangbo
68005
- * @date 2024年9月7日
67957
+ /**
67958
+ * @desc:获取气泡提醒
67959
+ * @author huangbo
67960
+ * @date 2024年9月7日
68006
67961
  **/
68007
67962
  getBadge: function getBadge(res) {
68008
67963
  var num = res.tips || 0;
@@ -68016,10 +67971,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68016
67971
  };
68017
67972
  },
68018
67973
 
68019
- /**
68020
- * @desc:开启weosocket
68021
- * @author huangbo
68022
- * @date 2024年9月7日
67974
+ /**
67975
+ * @desc:开启weosocket
67976
+ * @author huangbo
67977
+ * @date 2024年9月7日
68023
67978
  **/
68024
67979
  initWebSocket: function initWebSocket() {
68025
67980
  var _this5 = this;
@@ -68068,10 +68023,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68068
68023
  });
68069
68024
  },
68070
68025
 
68071
- /**
68072
- * @desc:显示用户信息
68073
- * @author huangbo
68074
- * @date 2024年9月7日
68026
+ /**
68027
+ * @desc:显示用户信息
68028
+ * @author huangbo
68029
+ * @date 2024年9月7日
68075
68030
  **/
68076
68031
  showUserInfo: function showUserInfo() {
68077
68032
  if (this.showUser === false) {
@@ -68079,19 +68034,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68079
68034
  }
68080
68035
  },
68081
68036
 
68082
- /**
68083
- * @desc:删除更多应用菜单点击
68084
- * @author huangbo
68085
- * @date 2024年9月7日
68037
+ /**
68038
+ * @desc:删除更多应用菜单点击
68039
+ * @author huangbo
68040
+ * @date 2024年9月7日
68086
68041
  **/
68087
68042
  handleDelete: function handleDelete(index) {
68088
68043
  this.newApps.splice(index, 1);
68089
68044
  },
68090
68045
 
68091
- /**
68092
- * @desc:储存更多应用菜单点击
68093
- * @author huangbo
68094
- * @date 2024年9月7日
68046
+ /**
68047
+ * @desc:储存更多应用菜单点击
68048
+ * @author huangbo
68049
+ * @date 2024年9月7日
68095
68050
  **/
68096
68051
  handlerClickApps: function handlerClickApps(res) {
68097
68052
  if (res.permission === false) {
@@ -68104,10 +68059,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68104
68059
  this.handlerClickApp(res);
68105
68060
  },
68106
68061
 
68107
- /**
68108
- * @desc:侧边应用菜单点击
68109
- * @author huangbo
68110
- * @date 2024年9月7日
68062
+ /**
68063
+ * @desc:侧边应用菜单点击
68064
+ * @author huangbo
68065
+ * @date 2024年9月7日
68111
68066
  **/
68112
68067
  handlerClickApp: function handlerClickApp(res) {
68113
68068
  this.showMsg = false;
@@ -68196,10 +68151,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68196
68151
  }
68197
68152
  },
68198
68153
 
68199
- /**
68200
- * @desc:显示Drawer界面
68201
- * @author huangbo
68202
- * @date 2024年9月7日
68154
+ /**
68155
+ * @desc:显示Drawer界面
68156
+ * @author huangbo
68157
+ * @date 2024年9月7日
68203
68158
  **/
68204
68159
  handlerSetDrawer: function handlerSetDrawer(res, type) {
68205
68160
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -68219,19 +68174,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68219
68174
  }
68220
68175
  },
68221
68176
 
68222
- /**
68223
- * @desc:关闭Drawer界面
68224
- * @author huangbo
68225
- * @date 2024年9月7日
68177
+ /**
68178
+ * @desc:关闭Drawer界面
68179
+ * @author huangbo
68180
+ * @date 2024年9月7日
68226
68181
  **/
68227
68182
  handleCloseDrawer: function handleCloseDrawer() {
68228
68183
  this.drawer = { visible: false };
68229
68184
  },
68230
68185
 
68231
- /**
68232
- * @desc:菜单点击
68233
- * @author huangbo
68234
- * @date 2024年9月7日
68186
+ /**
68187
+ * @desc:菜单点击
68188
+ * @author huangbo
68189
+ * @date 2024年9月7日
68235
68190
  **/
68236
68191
  handlerClickMenu: function handlerClickMenu(res) {
68237
68192
  utils_util["a" /* default */].ajax({
@@ -68280,19 +68235,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68280
68235
  },
68281
68236
 
68282
68237
 
68283
- /**
68284
- * @desc:用户详情请求成功
68285
- * @author huangbo
68286
- * @date 2024年9月7日
68238
+ /**
68239
+ * @desc:用户详情请求成功
68240
+ * @author huangbo
68241
+ * @date 2024年9月7日
68287
68242
  **/
68288
68243
  handleSuccess: function handleSuccess(res) {
68289
68244
  this.simpleUserInfo = res.simpleUserInfo;
68290
68245
  },
68291
68246
 
68292
- /**
68293
- * @desc:修改用户配置
68294
- * @author huangbo
68295
- * @date 2024年9月7日
68247
+ /**
68248
+ * @desc:修改用户配置
68249
+ * @author huangbo
68250
+ * @date 2024年9月7日
68296
68251
  **/
68297
68252
  handleChangeConfig: function handleChangeConfig(name, res) {
68298
68253
  if (name == 'userHeadUrl') {
@@ -68308,10 +68263,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68308
68263
  }
68309
68264
  },
68310
68265
 
68311
- /**
68312
- * @desc:关闭webSocket
68313
- * @author huangbo
68314
- * @date 2024年9月7日
68266
+ /**
68267
+ * @desc:关闭webSocket
68268
+ * @author huangbo
68269
+ * @date 2024年9月7日
68315
68270
  **/
68316
68271
  handlerClose: function handlerClose() {
68317
68272
  if (this.webSocket) {
@@ -68319,10 +68274,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68319
68274
  }
68320
68275
  },
68321
68276
 
68322
- /**
68323
- * @desc:刷新选中iframe页签
68324
- * @author huangbo
68325
- * @date 2024年9月7日
68277
+ /**
68278
+ * @desc:刷新选中iframe页签
68279
+ * @author huangbo
68280
+ * @date 2024年9月7日
68326
68281
  **/
68327
68282
  handleRefresh: function handleRefresh() {
68328
68283
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -68343,10 +68298,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68343
68298
  }
68344
68299
  },
68345
68300
 
68346
- /**
68347
- * @desc:删除iframe
68348
- * @author huangbo
68349
- * @date 2024年9月7日
68301
+ /**
68302
+ * @desc:删除iframe
68303
+ * @author huangbo
68304
+ * @date 2024年9月7日
68350
68305
  **/
68351
68306
  handleRemove: function handleRemove(name) {
68352
68307
  var len = this.tabs.length - 1;
@@ -68363,10 +68318,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68363
68318
  }
68364
68319
  },
68365
68320
 
68366
- /**
68367
- * @desc:tabs鼠标右键事件
68368
- * @author huangbo
68369
- * @date 2024年9月7日
68321
+ /**
68322
+ * @desc:tabs鼠标右键事件
68323
+ * @author huangbo
68324
+ * @date 2024年9月7日
68370
68325
  **/
68371
68326
  handleContextmenu: function handleContextmenu(tabs, e) {
68372
68327
  var disabled = {};
@@ -68391,10 +68346,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68391
68346
  window.addEventListener('click', this.closeTabsEvents);
68392
68347
  },
68393
68348
 
68394
- /**
68395
- * @desc:tabs页签事件
68396
- * @author huangbo
68397
- * @date 2024年9月7日
68349
+ /**
68350
+ * @desc:tabs页签事件
68351
+ * @author huangbo
68352
+ * @date 2024年9月7日
68398
68353
  **/
68399
68354
  handleTabsEvents: function handleTabsEvents(num) {
68400
68355
  if (this.pane !== null) {
@@ -68412,10 +68367,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68412
68367
  window.removeEventListener('click', this.closeTabsEvents);
68413
68368
  },
68414
68369
 
68415
- /**
68416
- * @desc:handler工具栏点击事件
68417
- * @author huangbo
68418
- * @date 2024年9月7日
68370
+ /**
68371
+ * @desc:handler工具栏点击事件
68372
+ * @author huangbo
68373
+ * @date 2024年9月7日
68419
68374
  **/
68420
68375
  handleClick: function handleClick(res) {
68421
68376
  var type = res.type,
@@ -68493,10 +68448,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68493
68448
  this.$emit('handler-click', res);
68494
68449
  },
68495
68450
 
68496
- /**
68497
- * @desc:退出登录
68498
- * @author huangbo
68499
- * @date 2024年9月7日
68451
+ /**
68452
+ * @desc:退出登录
68453
+ * @author huangbo
68454
+ * @date 2024年9月7日
68500
68455
  **/
68501
68456
  handleQuit: function handleQuit() {
68502
68457
  var _this6 = this;
@@ -68571,10 +68526,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68571
68526
  }).catch(function (e) {});
68572
68527
  },
68573
68528
 
68574
- /**
68575
- * @desc:主题、消息回调
68576
- * @author huangbo
68577
- * @date 2024年9月7日
68529
+ /**
68530
+ * @desc:主题、消息回调
68531
+ * @author huangbo
68532
+ * @date 2024年9月7日
68578
68533
  **/
68579
68534
  handleChange: function handleChange(res) {
68580
68535
  var type = res.type,
@@ -68590,10 +68545,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68590
68545
  }
68591
68546
  },
68592
68547
 
68593
- /**
68594
- * @desc:菜单布局样式切换
68595
- * @author huangbo
68596
- * @date 2024年9月7日
68548
+ /**
68549
+ * @desc:菜单布局样式切换
68550
+ * @author huangbo
68551
+ * @date 2024年9月7日
68597
68552
  **/
68598
68553
  handleLayout: function handleLayout(res, active) {
68599
68554
  if (active) {
@@ -68602,10 +68557,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68602
68557
  this.$emit('chang-layout', res, active);
68603
68558
  },
68604
68559
 
68605
- /**
68606
- * @desc:消息修改总数
68607
- * @author huangbo
68608
- * @date 2024年9月7日
68560
+ /**
68561
+ * @desc:消息修改总数
68562
+ * @author huangbo
68563
+ * @date 2024年9月7日
68609
68564
  **/
68610
68565
  handleMenuTips: function handleMenuTips(id, num) {
68611
68566
  if (num) {
@@ -68616,10 +68571,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68616
68571
  }
68617
68572
  },
68618
68573
 
68619
- /**
68620
- * @desc:处理即时消息
68621
- * @author huangbo
68622
- * @date 2024年9月7日
68574
+ /**
68575
+ * @desc:处理即时消息
68576
+ * @author huangbo
68577
+ * @date 2024年9月7日
68623
68578
  **/
68624
68579
  handleOpened: function handleOpened(res) {
68625
68580
  var _this7 = this;
@@ -68746,11 +68701,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68746
68701
 
68747
68702
  var simplicity_component = normalizeComponent(
68748
68703
  src_simplicityvue_type_script_lang_js_,
68749
- simplicityvue_type_template_id_2bfc5645_scoped_true_render,
68750
- simplicityvue_type_template_id_2bfc5645_scoped_true_staticRenderFns,
68704
+ simplicityvue_type_template_id_3c4ceaef_scoped_true_render,
68705
+ simplicityvue_type_template_id_3c4ceaef_scoped_true_staticRenderFns,
68751
68706
  false,
68752
68707
  null,
68753
- "2bfc5645",
68708
+ "3c4ceaef",
68754
68709
  null
68755
68710
 
68756
68711
  )
@@ -73504,8 +73459,11 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
73504
73459
  class: ['es-menu-item-icon']
73505
73460
  }));
73506
73461
  }
73462
+ console.log(item.tips, item.text);
73507
73463
  title.push(h('div', {
73508
- 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
+ }],
73509
73467
  directives: directives ? [{
73510
73468
  name: 'show',
73511
73469
  value: this.showTitle ? true : !this.collapse
@@ -73522,7 +73480,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
73522
73480
  isDot: true
73523
73481
  //hidden: item.tips
73524
73482
  } : {
73525
- value: item.tips,
73483
+ value: parseInt(item.tips, 10),
73526
73484
  max: 99,
73527
73485
  hidden: !item.tips
73528
73486
  }
@@ -73612,7 +73570,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
73612
73570
  isDot: true
73613
73571
  //hidden: item.tips
73614
73572
  } : {
73615
- value: item.tips,
73573
+ value: parseInt(item.tips, 10),
73616
73574
  max: 99,
73617
73575
  hidden: !item.tips
73618
73576
  }
@@ -75781,19 +75739,19 @@ var QRCode = __webpack_require__(24);
75781
75739
  //设置logo大小
75782
75740
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
75783
75741
  //设置获取的logo将其变为圆角以及添加白色背景
75784
- /* ctx.fillStyle = "#fff";
75785
- ctx.beginPath();
75786
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
75787
- let w = 46; //圆角宽
75788
- let x = logoPosition - 5;
75789
- let y = logoPosition - 5;
75790
- let r = 5; //圆角半径
75791
- ctx.moveTo(x + r, y);
75792
- ctx.arcTo(x + w, y, x + w, y + h, r);
75793
- ctx.arcTo(x + w, y + h, x, y + h, r);
75794
- ctx.arcTo(x, y + h, x, y, r);
75795
- ctx.arcTo(x, y, x + w, y, r);
75796
- 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();
75797
75755
  ctx.fill(); */
75798
75756
  logo.onload = function () {
75799
75757
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -93892,7 +93850,7 @@ if (typeof window !== 'undefined' && window.Vue) {
93892
93850
  }
93893
93851
 
93894
93852
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
93895
- version: '0.7.25',
93853
+ version: '0.7.26',
93896
93854
  install: install,
93897
93855
  Button: packages_button,
93898
93856
  ButtonGroup: button_group,