eoss-ui 0.7.18 → 0.7.20

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 (248) hide show
  1. package/lib/button-group.js +151 -4
  2. package/lib/calogin.js +233 -233
  3. package/lib/eoss-ui.common.js +947 -795
  4. package/lib/flow-list.js +81 -81
  5. package/lib/flow.js +299 -296
  6. package/lib/index.js +1 -1
  7. package/lib/main.js +142 -142
  8. package/lib/qr-code.js +13 -13
  9. package/lib/switch.js +9 -7
  10. package/lib/tree.js +3 -3
  11. package/package.json +160 -160
  12. package/packages/button/index.js +5 -5
  13. package/packages/button/src/main.vue +418 -418
  14. package/packages/button-group/index.js +5 -5
  15. package/packages/button-group/src/main.vue +346 -298
  16. package/packages/calendar/index.js +5 -5
  17. package/packages/calogin/index.js +5 -5
  18. package/packages/calogin/src/main.vue +412 -412
  19. package/packages/calogin/src/plugin.js +915 -915
  20. package/packages/card/index.js +5 -5
  21. package/packages/card/src/main.vue +156 -156
  22. package/packages/cascader/index.js +5 -5
  23. package/packages/cascader/src/main.vue +168 -168
  24. package/packages/checkbox-group/index.js +5 -5
  25. package/packages/checkbox-group/src/main.vue +333 -333
  26. package/packages/clients/index.js +5 -5
  27. package/packages/clients/src/main.vue +151 -151
  28. package/packages/data-table/index.js +5 -5
  29. package/packages/data-table/src/children.vue +39 -39
  30. package/packages/data-table/src/column.vue +988 -988
  31. package/packages/data-table/src/main.vue +1831 -1831
  32. package/packages/data-table/src/sizer.vue +195 -195
  33. package/packages/data-table-form/index.js +5 -5
  34. package/packages/data-table-form/src/checkbox.vue +101 -101
  35. package/packages/data-table-form/src/colgroup.vue +17 -17
  36. package/packages/data-table-form/src/main.vue +181 -181
  37. package/packages/data-table-form/src/radio.vue +65 -65
  38. package/packages/data-table-form/src/table.vue +233 -233
  39. package/packages/data-table-form/src/tbody.vue +336 -336
  40. package/packages/data-table-form/src/thead.vue +68 -68
  41. package/packages/date-picker/index.js +5 -5
  42. package/packages/date-picker/src/main.vue +236 -236
  43. package/packages/dialog/index.js +5 -5
  44. package/packages/enable-drag/index.js +5 -5
  45. package/packages/enterprise/index.js +5 -5
  46. package/packages/enterprise/src/main.vue +66 -66
  47. package/packages/error-page/index.js +5 -5
  48. package/packages/error-page/src/main.vue +44 -44
  49. package/packages/flow/index.js +5 -5
  50. package/packages/flow/src/component/Circulate.vue +413 -413
  51. package/packages/flow/src/component/CommonOpinions.vue +373 -372
  52. package/packages/flow/src/component/CustomPreset.vue +322 -322
  53. package/packages/flow/src/component/FileList.vue +97 -97
  54. package/packages/flow/src/component/FreeCirculation.vue +240 -240
  55. package/packages/flow/src/component/Preset.vue +255 -255
  56. package/packages/flow/src/component/SendMsg.vue +242 -242
  57. package/packages/flow/src/component/TimeLimit.vue +190 -190
  58. package/packages/flow/src/component/taskUnionExamine.vue +650 -649
  59. package/packages/flow/src/form.vue +121 -121
  60. package/packages/flow/src/freeStartFlow.vue +2847 -2847
  61. package/packages/flow/src/main.vue +3802 -3801
  62. package/packages/flow/src/processForm.vue +1287 -1287
  63. package/packages/flow/src/processReject.vue +308 -308
  64. package/packages/flow/src/reset.vue +941 -941
  65. package/packages/flow/src/startTaskRead.vue +691 -691
  66. package/packages/flow/src/supervise.vue +159 -159
  67. package/packages/flow/src/table.vue +58 -58
  68. package/packages/flow-group/index.js +5 -5
  69. package/packages/flow-group/src/main.vue +696 -696
  70. package/packages/flow-list/index.js +5 -5
  71. package/packages/flow-list/src/main.vue +1770 -1770
  72. package/packages/form/index.js +5 -5
  73. package/packages/form/src/main.vue +3901 -3901
  74. package/packages/form/src/table.vue +1512 -1512
  75. package/packages/handle-user/index.js +5 -5
  76. package/packages/handle-user/src/main.vue +137 -137
  77. package/packages/handler/index.js +5 -5
  78. package/packages/handler/src/main.vue +497 -497
  79. package/packages/icon/index.js +5 -5
  80. package/packages/icon/src/main.vue +104 -104
  81. package/packages/icons/index.js +5 -5
  82. package/packages/icons/src/main.vue +81 -81
  83. package/packages/input/index.js +5 -5
  84. package/packages/input/src/main.vue +356 -356
  85. package/packages/input-number/index.js +5 -5
  86. package/packages/input-number/src/main.vue +106 -106
  87. package/packages/label/index.js +5 -5
  88. package/packages/label/src/main.vue +457 -457
  89. package/packages/layout/index.js +5 -5
  90. package/packages/layout/src/item.vue +152 -152
  91. package/packages/layout/src/main.vue +31 -31
  92. package/packages/login/index.js +5 -5
  93. package/packages/login/src/main.vue +1993 -1993
  94. package/packages/login/src/resetPassword.vue +557 -557
  95. package/packages/main/index.js +5 -5
  96. package/packages/main/src/default/message.vue +249 -249
  97. package/packages/main/src/default/notice.vue +157 -157
  98. package/packages/main/src/default/userinfo.vue +502 -502
  99. package/packages/main/src/public/online.vue +89 -89
  100. package/packages/main/src/public/search.vue +464 -464
  101. package/packages/main/src/public/settings.vue +221 -221
  102. package/packages/main/src/simplicity/apps.vue +388 -388
  103. package/packages/main/src/simplicity/avatar.vue +82 -82
  104. package/packages/main/src/simplicity/handler.vue +263 -263
  105. package/packages/main/src/simplicity/index.vue +2125 -2125
  106. package/packages/main/src/simplicity/lists.vue +84 -84
  107. package/packages/main/src/simplicity/menu-list.vue +135 -135
  108. package/packages/main/src/simplicity/message.vue +259 -259
  109. package/packages/main/src/simplicity/notice.vue +190 -190
  110. package/packages/main/src/simplicity/router-page.vue +45 -45
  111. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  112. package/packages/main/src/simplicity/user.vue +259 -259
  113. package/packages/main/src/simplicity/userinfo.vue +398 -398
  114. package/packages/menu/index.js +5 -5
  115. package/packages/menu/src/main.vue +584 -584
  116. package/packages/nav/index.js +5 -5
  117. package/packages/nav/src/main.vue +351 -351
  118. package/packages/notify/index.js +5 -5
  119. package/packages/notify/src/main.vue +538 -538
  120. package/packages/page/index.js +5 -5
  121. package/packages/page/src/main.vue +167 -167
  122. package/packages/pagination/index.js +5 -5
  123. package/packages/pagination/src/main.vue +96 -96
  124. package/packages/player/index.js +5 -5
  125. package/packages/player/src/main.vue +194 -194
  126. package/packages/qr-code/index.js +5 -5
  127. package/packages/qr-code/src/main.vue +170 -170
  128. package/packages/radio-group/index.js +6 -6
  129. package/packages/radio-group/src/main.vue +319 -319
  130. package/packages/retrial-auth/index.js +5 -5
  131. package/packages/retrial-auth/src/main.vue +280 -280
  132. package/packages/select/index.js +5 -5
  133. package/packages/select/src/main.vue +782 -782
  134. package/packages/select-ganged/index.js +5 -5
  135. package/packages/select-ganged/src/main.vue +724 -724
  136. package/packages/selector/index.js +5 -5
  137. package/packages/selector/src/main.vue +761 -761
  138. package/packages/selector-panel/index.js +5 -5
  139. package/packages/selector-panel/src/main.vue +1027 -1027
  140. package/packages/selector-panel/src/selection.vue +170 -170
  141. package/packages/selector-panel/src/tree.vue +129 -129
  142. package/packages/sizer/index.js +5 -5
  143. package/packages/sizer/src/main.vue +254 -254
  144. package/packages/steps/index.js +5 -5
  145. package/packages/steps/src/main.vue +181 -181
  146. package/packages/switch/index.js +5 -5
  147. package/packages/switch/src/main.vue +170 -154
  148. package/packages/table-form/index.js +5 -5
  149. package/packages/tabs/index.js +5 -5
  150. package/packages/tabs/src/main.vue +788 -788
  151. package/packages/tabs-panel/index.js +5 -5
  152. package/packages/tabs-panel/src/main.vue +29 -29
  153. package/packages/theme-chalk/src/base.scss +261 -261
  154. package/packages/theme-chalk/src/button-group.scss +176 -176
  155. package/packages/theme-chalk/src/button.scss +24 -24
  156. package/packages/theme-chalk/src/calendar.scss +113 -113
  157. package/packages/theme-chalk/src/card.scss +99 -99
  158. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  159. package/packages/theme-chalk/src/clients.scss +87 -87
  160. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  161. package/packages/theme-chalk/src/data-table.scss +293 -293
  162. package/packages/theme-chalk/src/date-picker.scss +7 -7
  163. package/packages/theme-chalk/src/dialog.scss +77 -77
  164. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  165. package/packages/theme-chalk/src/enterprise.scss +5 -5
  166. package/packages/theme-chalk/src/error-page.scss +18 -18
  167. package/packages/theme-chalk/src/flow-group.scss +110 -110
  168. package/packages/theme-chalk/src/flow-list.scss +39 -39
  169. package/packages/theme-chalk/src/flow.scss +348 -348
  170. package/packages/theme-chalk/src/form.scss +501 -501
  171. package/packages/theme-chalk/src/handle-user.scss +40 -40
  172. package/packages/theme-chalk/src/handler.scss +148 -148
  173. package/packages/theme-chalk/src/icon.scss +1817 -1817
  174. package/packages/theme-chalk/src/icons.scss +99 -99
  175. package/packages/theme-chalk/src/input.scss +9 -9
  176. package/packages/theme-chalk/src/label.scss +24 -24
  177. package/packages/theme-chalk/src/layout.scss +46 -46
  178. package/packages/theme-chalk/src/login.scss +984 -984
  179. package/packages/theme-chalk/src/main.scss +663 -663
  180. package/packages/theme-chalk/src/menu.scss +222 -222
  181. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  182. package/packages/theme-chalk/src/nav.scss +111 -111
  183. package/packages/theme-chalk/src/page.scss +3 -3
  184. package/packages/theme-chalk/src/pagination.scss +29 -29
  185. package/packages/theme-chalk/src/player.scss +9 -9
  186. package/packages/theme-chalk/src/qr-code.scss +17 -17
  187. package/packages/theme-chalk/src/radio-group.scss +9 -9
  188. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  189. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  190. package/packages/theme-chalk/src/select.scss +8 -8
  191. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  192. package/packages/theme-chalk/src/selector.scss +92 -92
  193. package/packages/theme-chalk/src/simplicity.scss +1366 -1366
  194. package/packages/theme-chalk/src/sizer.scss +36 -36
  195. package/packages/theme-chalk/src/steps.scss +88 -88
  196. package/packages/theme-chalk/src/switch.scss +3 -3
  197. package/packages/theme-chalk/src/table-form.scss +1 -1
  198. package/packages/theme-chalk/src/tabs.scss +87 -87
  199. package/packages/theme-chalk/src/tips.scss +7 -7
  200. package/packages/theme-chalk/src/toolbar.scss +179 -179
  201. package/packages/theme-chalk/src/tree-group.scss +72 -72
  202. package/packages/theme-chalk/src/tree.scss +165 -165
  203. package/packages/theme-chalk/src/upload.scss +172 -172
  204. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  205. package/packages/tips/index.js +5 -5
  206. package/packages/tips/src/main.vue +141 -141
  207. package/packages/toolbar/index.js +5 -5
  208. package/packages/toolbar/src/main.vue +430 -430
  209. package/packages/tree/index.js +5 -5
  210. package/packages/tree/src/main.vue +1 -1
  211. package/packages/tree-group/index.js +5 -5
  212. package/packages/upload/index.js +5 -5
  213. package/packages/upload/src/main.vue +1343 -1343
  214. package/packages/upload/src/picture.js +15 -15
  215. package/packages/wujie/index.js +5 -5
  216. package/packages/wujie/src/main.vue +145 -145
  217. package/packages/wxlogin/index.js +5 -5
  218. package/packages/wxlogin/src/main.vue +128 -128
  219. package/src/config/api.js +315 -315
  220. package/src/config/image.js +2 -2
  221. package/src/index.js +163 -163
  222. package/src/utils/bus.js +3 -3
  223. package/src/utils/date-util.js +312 -312
  224. package/src/utils/http.js +50 -50
  225. package/src/utils/rules.js +18 -18
  226. package/src/utils/store.js +21 -21
  227. package/src/utils/webSocket.js +107 -107
  228. package/packages/.DS_Store +0 -0
  229. package/packages/autocomplete/.DS_Store +0 -0
  230. package/packages/calogin/.DS_Store +0 -0
  231. package/packages/date-picker/.DS_Store +0 -0
  232. package/packages/date-picker/src/.DS_Store +0 -0
  233. package/packages/flow/.DS_Store +0 -0
  234. package/packages/flow/src/.DS_Store +0 -0
  235. package/packages/flow-list/.DS_Store +0 -0
  236. package/packages/form/.DS_Store +0 -0
  237. package/packages/login/.DS_Store +0 -0
  238. package/packages/main/.DS_Store +0 -0
  239. package/packages/main/src/.DS_Store +0 -0
  240. package/packages/menu/.DS_Store +0 -0
  241. package/packages/scrollbar/.DS_Store +0 -0
  242. package/packages/select/.DS_Store +0 -0
  243. package/packages/selector/.DS_Store +0 -0
  244. package/packages/selector-panel/.DS_Store +0 -0
  245. package/packages/theme-chalk/src/.DS_Store +0 -0
  246. package/packages/upload/.DS_Store +0 -0
  247. package/src/.DS_Store +0 -0
  248. package/src/utils/.DS_Store +0 -0
@@ -4747,8 +4747,8 @@ main.install = function (Vue) {
4747
4747
  };
4748
4748
 
4749
4749
  /* harmony default export */ var packages_button = (main);
4750
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/button-group/src/main.vue?vue&type=template&id=7bbfad27&
4751
- var mainvue_type_template_id_7bbfad27_render = function () {
4750
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/button-group/src/main.vue?vue&type=template&id=994b88de&
4751
+ var mainvue_type_template_id_994b88de_render = function () {
4752
4752
  var _vm = this
4753
4753
  var _h = _vm.$createElement
4754
4754
  var _c = _vm._self._c || _h
@@ -4767,7 +4767,7 @@ var mainvue_type_template_id_7bbfad27_render = function () {
4767
4767
  "es-upload",
4768
4768
  _vm._g(
4769
4769
  _vm._b(
4770
- {},
4770
+ { key: index },
4771
4771
  "es-upload",
4772
4772
  Object.assign(
4773
4773
  {},
@@ -4789,6 +4789,73 @@ var mainvue_type_template_id_7bbfad27_render = function () {
4789
4789
  item.events
4790
4790
  )
4791
4791
  )
4792
+ : item.showTooltip
4793
+ ? _c(
4794
+ "el-tooltip",
4795
+ {
4796
+ key: index,
4797
+ attrs: {
4798
+ effect: item.effect ? item.effect : "dark",
4799
+ content: item.tips,
4800
+ placement: item.placement
4801
+ ? item.placement
4802
+ : "top",
4803
+ },
4804
+ },
4805
+ [
4806
+ _c(
4807
+ "es-button",
4808
+ _vm._g(
4809
+ _vm._b(
4810
+ {
4811
+ attrs: {
4812
+ stop: _vm.stop,
4813
+ data: _vm.data,
4814
+ outside: _vm.outside,
4815
+ size: _vm.size,
4816
+ type:
4817
+ _vm.mode == "plus"
4818
+ ? "text"
4819
+ : item.type,
4820
+ },
4821
+ on: {
4822
+ click: function ($event) {
4823
+ _vm.handleClick(
4824
+ Object.assign({}, _vm.data, {
4825
+ handle: item,
4826
+ })
4827
+ )
4828
+ },
4829
+ },
4830
+ },
4831
+ "es-button",
4832
+ _vm.exclAttribute({
4833
+ data: item,
4834
+ attrs: ["events"],
4835
+ }),
4836
+ false
4837
+ ),
4838
+ item.events
4839
+ ),
4840
+ [
4841
+ _vm._v(
4842
+ "\n " +
4843
+ _vm._s(
4844
+ item.template
4845
+ ? item.template(
4846
+ Object.assign({}, _vm.data, {
4847
+ config: item,
4848
+ })
4849
+ )
4850
+ : item.text
4851
+ ) +
4852
+ "\n "
4853
+ ),
4854
+ ]
4855
+ ),
4856
+ ],
4857
+ 1
4858
+ )
4792
4859
  : _c(
4793
4860
  "es-button",
4794
4861
  _vm._g(
@@ -4981,6 +5048,37 @@ var mainvue_type_template_id_7bbfad27_render = function () {
4981
5048
  ),
4982
5049
  ]
4983
5050
  )
5051
+ : item.showTooltip
5052
+ ? _c(
5053
+ "el-tooltip",
5054
+ {
5055
+ key: index,
5056
+ attrs: {
5057
+ effect: item.effect ? item.effect : "dark",
5058
+ content: item.tips,
5059
+ placement: item.placement
5060
+ ? item.placement
5061
+ : "top",
5062
+ },
5063
+ },
5064
+ [
5065
+ _c("span", { attrs: { type: "text" } }, [
5066
+ _vm._v(
5067
+ "\n " +
5068
+ _vm._s(
5069
+ item.template
5070
+ ? item.template(
5071
+ Object.assign({}, _vm.data, {
5072
+ config: item,
5073
+ })
5074
+ )
5075
+ : item.text
5076
+ ) +
5077
+ "\n "
5078
+ ),
5079
+ ]),
5080
+ ]
5081
+ )
4984
5082
  : [
4985
5083
  item.icon
4986
5084
  ? _c("i", { class: item.icon })
@@ -5024,11 +5122,11 @@ var mainvue_type_template_id_7bbfad27_render = function () {
5024
5122
  2
5025
5123
  )
5026
5124
  }
5027
- var mainvue_type_template_id_7bbfad27_staticRenderFns = []
5028
- mainvue_type_template_id_7bbfad27_render._withStripped = true
5125
+ var mainvue_type_template_id_994b88de_staticRenderFns = []
5126
+ mainvue_type_template_id_994b88de_render._withStripped = true
5029
5127
 
5030
5128
 
5031
- // CONCATENATED MODULE: ./packages/button-group/src/main.vue?vue&type=template&id=7bbfad27&
5129
+ // CONCATENATED MODULE: ./packages/button-group/src/main.vue?vue&type=template&id=994b88de&
5032
5130
 
5033
5131
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/button-group/src/main.vue?vue&type=script&lang=js&
5034
5132
  var mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -5166,6 +5264,51 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5166
5264
  //
5167
5265
  //
5168
5266
  //
5267
+ //
5268
+ //
5269
+ //
5270
+ //
5271
+ //
5272
+ //
5273
+ //
5274
+ //
5275
+ //
5276
+ //
5277
+ //
5278
+ //
5279
+ //
5280
+ //
5281
+ //
5282
+ //
5283
+ //
5284
+ //
5285
+ //
5286
+ //
5287
+ //
5288
+ //
5289
+ //
5290
+ //
5291
+ //
5292
+ //
5293
+ //
5294
+ //
5295
+ //
5296
+ //
5297
+ //
5298
+ //
5299
+ //
5300
+ //
5301
+ //
5302
+ //
5303
+ //
5304
+ //
5305
+ //
5306
+ //
5307
+ //
5308
+ //
5309
+ //
5310
+ //
5311
+ //
5169
5312
 
5170
5313
 
5171
5314
  /* harmony default export */ var button_group_src_mainvue_type_script_lang_js_ = ({
@@ -5270,10 +5413,14 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5270
5413
  return item.hide !== true;
5271
5414
  });
5272
5415
  var newBtns = arry.map(function (item) {
5273
- var badge = void 0;
5416
+ var badge = void 0,
5417
+ tips = void 0;
5274
5418
  if (item.badge && typeof item.badge === 'function') {
5275
5419
  badge = item.badge(_this.data.row);
5276
5420
  }
5421
+ if (item.tips && typeof item.tips === 'function') {
5422
+ item.tips = item.tips(_this.data.row);
5423
+ }
5277
5424
  return badge ? mainvue_type_script_lang_js_extends({}, item, { badge: badge }) : mainvue_type_script_lang_js_extends({}, item);
5278
5425
  });
5279
5426
  if (this.sort) {
@@ -5332,8 +5479,8 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
5332
5479
 
5333
5480
  var src_main_component = normalizeComponent(
5334
5481
  packages_button_group_src_mainvue_type_script_lang_js_,
5335
- mainvue_type_template_id_7bbfad27_render,
5336
- mainvue_type_template_id_7bbfad27_staticRenderFns,
5482
+ mainvue_type_template_id_994b88de_render,
5483
+ mainvue_type_template_id_994b88de_staticRenderFns,
5337
5484
  false,
5338
5485
  null,
5339
5486
  null,
@@ -5971,8 +6118,8 @@ var plugin_typeof = typeof Symbol === "function" && typeof Symbol.iterator === "
5971
6118
 
5972
6119
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
5973
6120
 
5974
- /**
5975
- * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
6121
+ /**
6122
+ * JIT_GW_ExtInterface 模块,提供与客户端交互的功能
5976
6123
  */
5977
6124
  var CA_ExtInterface = function () {
5978
6125
  function CA_ExtInterface() {
@@ -5985,11 +6132,11 @@ var CA_ExtInterface = function () {
5985
6132
  this.init();
5986
6133
  }
5987
6134
 
5988
- /**
5989
- * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
5990
- * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
5991
- * @param {Object} target - 目标对象
5992
- * @param {Object} options - 新的选项对象
6135
+ /**
6136
+ * 简单的 Object.assign 兼容 IE <= 11 的 polyfill
6137
+ * @see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign
6138
+ * @param {Object} target - 目标对象
6139
+ * @param {Object} options - 新的选项对象
5993
6140
  */
5994
6141
 
5995
6142
 
@@ -6004,8 +6151,8 @@ var CA_ExtInterface = function () {
6004
6151
  }
6005
6152
  };
6006
6153
 
6007
- /**
6008
- * 检查当前会话的 WebSocket URL
6154
+ /**
6155
+ * 检查当前会话的 WebSocket URL
6009
6156
  */
6010
6157
 
6011
6158
 
@@ -6019,8 +6166,8 @@ var CA_ExtInterface = function () {
6019
6166
  }
6020
6167
  };
6021
6168
 
6022
- /**
6023
- * 检查是否使用 ActiveX
6169
+ /**
6170
+ * 检查是否使用 ActiveX
6024
6171
  */
6025
6172
 
6026
6173
 
@@ -6032,11 +6179,11 @@ var CA_ExtInterface = function () {
6032
6179
  }
6033
6180
  };
6034
6181
 
6035
- /**
6036
- * 扩展发送消息并等待响应
6037
- * @param {string} operatorCmd - 操作命令
6038
- * @param {string} sendMsg - 发送的消息
6039
- * @returns {string} 响应消息
6182
+ /**
6183
+ * 扩展发送消息并等待响应
6184
+ * @param {string} operatorCmd - 操作命令
6185
+ * @param {string} sendMsg - 发送的消息
6186
+ * @returns {string} 响应消息
6040
6187
  */
6041
6188
 
6042
6189
 
@@ -6046,11 +6193,11 @@ var CA_ExtInterface = function () {
6046
6193
  return this.sendAndWaitMessage(this.currentSessionWSURL, strSendMsg);
6047
6194
  };
6048
6195
 
6049
- /**
6050
- * 发送消息并等待响应
6051
- * @param {string} wsurl - WebSocket URL
6052
- * @param {string} sendMsg - 发送的消息
6053
- * @returns {string} 响应消息
6196
+ /**
6197
+ * 发送消息并等待响应
6198
+ * @param {string} wsurl - WebSocket URL
6199
+ * @param {string} sendMsg - 发送的消息
6200
+ * @returns {string} 响应消息
6054
6201
  */
6055
6202
 
6056
6203
 
@@ -6074,9 +6221,9 @@ var CA_ExtInterface = function () {
6074
6221
  return ResultMsg;
6075
6222
  };
6076
6223
 
6077
- /**
6078
- * 配置选项
6079
- * @param {Object} extendOption - 扩展选项
6224
+ /**
6225
+ * 配置选项
6226
+ * @param {Object} extendOption - 扩展选项
6080
6227
  */
6081
6228
 
6082
6229
 
@@ -6086,8 +6233,8 @@ var CA_ExtInterface = function () {
6086
6233
  }
6087
6234
  };
6088
6235
 
6089
- /**
6090
- * 初始化
6236
+ /**
6237
+ * 初始化
6091
6238
  */
6092
6239
 
6093
6240
 
@@ -6095,9 +6242,9 @@ var CA_ExtInterface = function () {
6095
6242
  this.isUseActioveX();
6096
6243
  };
6097
6244
 
6098
- /**
6099
- * 返回客户端的版本
6100
- * @returns {string} 客户端版本
6245
+ /**
6246
+ * 返回客户端的版本
6247
+ * @returns {string} 客户端版本
6101
6248
  */
6102
6249
 
6103
6250
 
@@ -6110,13 +6257,13 @@ var CA_ExtInterface = function () {
6110
6257
  }
6111
6258
  };
6112
6259
 
6113
- /**
6114
- * 下载客户端程序并安装
6115
- * @param {string} bstrURL - 下载地址
6116
- * @param {string} bstrHashValue - 哈希值
6117
- * @param {boolean} bSync - 是否同步安装
6118
- * @param {boolean} bOnlySSO - 是否仅安装 SSO
6119
- * @returns {number} 安装结果
6260
+ /**
6261
+ * 下载客户端程序并安装
6262
+ * @param {string} bstrURL - 下载地址
6263
+ * @param {string} bstrHashValue - 哈希值
6264
+ * @param {boolean} bSync - 是否同步安装
6265
+ * @param {boolean} bOnlySSO - 是否仅安装 SSO
6266
+ * @returns {number} 安装结果
6120
6267
  */
6121
6268
 
6122
6269
 
@@ -6130,11 +6277,11 @@ var CA_ExtInterface = function () {
6130
6277
  }
6131
6278
  };
6132
6279
 
6133
- /**
6134
- * 获取硬件指纹信息
6135
- * @param {number} dwSign - 签名
6136
- * @param {string} strGateWayIP - 网关 IP
6137
- * @returns {string} 硬件指纹信息
6280
+ /**
6281
+ * 获取硬件指纹信息
6282
+ * @param {number} dwSign - 签名
6283
+ * @param {string} strGateWayIP - 网关 IP
6284
+ * @returns {string} 硬件指纹信息
6138
6285
  */
6139
6286
 
6140
6287
 
@@ -6148,12 +6295,12 @@ var CA_ExtInterface = function () {
6148
6295
  }
6149
6296
  };
6150
6297
 
6151
- /**
6152
- * 设置转发策略和代填策略
6153
- * @param {string} strProxyPolicy - 转发策略
6154
- * @param {string} strSSOPolicy - 代填策略
6155
- * @param {string} strGatewayAddress - 网关地址
6156
- * @returns {number} 设置结果
6298
+ /**
6299
+ * 设置转发策略和代填策略
6300
+ * @param {string} strProxyPolicy - 转发策略
6301
+ * @param {string} strSSOPolicy - 代填策略
6302
+ * @param {string} strGatewayAddress - 网关地址
6303
+ * @returns {number} 设置结果
6157
6304
  */
6158
6305
 
6159
6306
 
@@ -6167,11 +6314,11 @@ var CA_ExtInterface = function () {
6167
6314
  }
6168
6315
  };
6169
6316
 
6170
- /**
6171
- * 启动认证信息模块
6172
- * @param {string} strFileName - 文件名
6173
- * @param {string} strXmlData - XML 数据
6174
- * @returns {string} 认证信息
6317
+ /**
6318
+ * 启动认证信息模块
6319
+ * @param {string} strFileName - 文件名
6320
+ * @param {string} strXmlData - XML 数据
6321
+ * @returns {string} 认证信息
6175
6322
  */
6176
6323
 
6177
6324
 
@@ -6185,10 +6332,10 @@ var CA_ExtInterface = function () {
6185
6332
  }
6186
6333
  };
6187
6334
 
6188
- /**
6189
- * 打开 BS 应用
6190
- * @param {string} strUrl - 应用 URL
6191
- * @returns {number} 打开结果
6335
+ /**
6336
+ * 打开 BS 应用
6337
+ * @param {string} strUrl - 应用 URL
6338
+ * @returns {number} 打开结果
6192
6339
  */
6193
6340
 
6194
6341
 
@@ -6202,12 +6349,12 @@ var CA_ExtInterface = function () {
6202
6349
  }
6203
6350
  };
6204
6351
 
6205
- /**
6206
- * 打开 CS 应用
6207
- * @param {string} strGatewayAddress - 网关地址
6208
- * @param {string} strAppFlag - 应用标识
6209
- * @param {string} strAppPath - 应用路径
6210
- * @returns {number} 打开结果
6352
+ /**
6353
+ * 打开 CS 应用
6354
+ * @param {string} strGatewayAddress - 网关地址
6355
+ * @param {string} strAppFlag - 应用标识
6356
+ * @param {string} strAppPath - 应用路径
6357
+ * @returns {number} 打开结果
6211
6358
  */
6212
6359
 
6213
6360
 
@@ -6221,13 +6368,13 @@ var CA_ExtInterface = function () {
6221
6368
  }
6222
6369
  };
6223
6370
 
6224
- /**
6225
- * 设置自动更新策略
6226
- * @param {string} strGatewayAddress - 网关地址
6227
- * @param {number} nGatewayPort - 网关端口
6228
- * @param {string} strUserToken - 用户令牌
6229
- * @param {number} updatedelay - 更新延迟
6230
- * @returns {number} 设置结果
6371
+ /**
6372
+ * 设置自动更新策略
6373
+ * @param {string} strGatewayAddress - 网关地址
6374
+ * @param {number} nGatewayPort - 网关端口
6375
+ * @param {string} strUserToken - 用户令牌
6376
+ * @param {number} updatedelay - 更新延迟
6377
+ * @returns {number} 设置结果
6231
6378
  */
6232
6379
 
6233
6380
 
@@ -6241,10 +6388,10 @@ var CA_ExtInterface = function () {
6241
6388
  }
6242
6389
  };
6243
6390
 
6244
- /**
6245
- * 获取客户端 IP
6246
- * @param {string} strGatewayIP - 网关 IP
6247
- * @returns {string} 客户端 IP
6391
+ /**
6392
+ * 获取客户端 IP
6393
+ * @param {string} strGatewayIP - 网关 IP
6394
+ * @returns {string} 客户端 IP
6248
6395
  */
6249
6396
 
6250
6397
 
@@ -6258,10 +6405,10 @@ var CA_ExtInterface = function () {
6258
6405
  }
6259
6406
  };
6260
6407
 
6261
- /**
6262
- * 登出网关
6263
- * @param {string} strServerIP - 服务器 IP
6264
- * @returns {number} 登出结果
6408
+ /**
6409
+ * 登出网关
6410
+ * @param {string} strServerIP - 服务器 IP
6411
+ * @returns {number} 登出结果
6265
6412
  */
6266
6413
 
6267
6414
 
@@ -6275,11 +6422,11 @@ var CA_ExtInterface = function () {
6275
6422
  }
6276
6423
  };
6277
6424
 
6278
- /**
6279
- * 运行安装包
6280
- * @param {number} lRunType - 运行类型
6281
- * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6282
- * @returns {number} 运行结果
6425
+ /**
6426
+ * 运行安装包
6427
+ * @param {number} lRunType - 运行类型
6428
+ * @param {boolean} bIsOnlySSO - 是否仅安装 SSO
6429
+ * @returns {number} 运行结果
6283
6430
  */
6284
6431
 
6285
6432
 
@@ -6293,9 +6440,9 @@ var CA_ExtInterface = function () {
6293
6440
  }
6294
6441
  };
6295
6442
 
6296
- /**
6297
- * 获取下载进度
6298
- * @returns {number} 下载进度
6443
+ /**
6444
+ * 获取下载进度
6445
+ * @returns {number} 下载进度
6299
6446
  */
6300
6447
 
6301
6448
 
@@ -6309,9 +6456,9 @@ var CA_ExtInterface = function () {
6309
6456
  }
6310
6457
  };
6311
6458
 
6312
- /**
6313
- * 是否安装完成
6314
- * @returns {boolean} 安装完成状态
6459
+ /**
6460
+ * 是否安装完成
6461
+ * @returns {boolean} 安装完成状态
6315
6462
  */
6316
6463
 
6317
6464
 
@@ -6325,11 +6472,11 @@ var CA_ExtInterface = function () {
6325
6472
  }
6326
6473
  };
6327
6474
 
6328
- /**
6329
- * 初始化签包对象
6330
- * @param {string} strAlgType - 算法类型
6331
- * @param {string} strAuxParam - 辅助参数
6332
- * @returns {number} 初始化结果
6475
+ /**
6476
+ * 初始化签包对象
6477
+ * @param {string} strAlgType - 算法类型
6478
+ * @param {string} strAuxParam - 辅助参数
6479
+ * @returns {number} 初始化结果
6333
6480
  */
6334
6481
 
6335
6482
 
@@ -6343,10 +6490,10 @@ var CA_ExtInterface = function () {
6343
6490
  }
6344
6491
  };
6345
6492
 
6346
- /**
6347
- * 设置摘要算法
6348
- * @param {string} strDigestAlg - 摘要算法
6349
- * @returns {number} 设置结果
6493
+ /**
6494
+ * 设置摘要算法
6495
+ * @param {string} strDigestAlg - 摘要算法
6496
+ * @returns {number} 设置结果
6350
6497
  */
6351
6498
 
6352
6499
 
@@ -6360,10 +6507,10 @@ var CA_ExtInterface = function () {
6360
6507
  }
6361
6508
  };
6362
6509
 
6363
- /**
6364
- * 设置单证书是否弹出对话框
6365
- * @param {number} isChoose - 是否弹出对话框
6366
- * @returns {number} 设置结果
6510
+ /**
6511
+ * 设置单证书是否弹出对话框
6512
+ * @param {number} isChoose - 是否弹出对话框
6513
+ * @returns {number} 设置结果
6367
6514
  */
6368
6515
 
6369
6516
 
@@ -6377,11 +6524,11 @@ var CA_ExtInterface = function () {
6377
6524
  }
6378
6525
  };
6379
6526
 
6380
- /**
6381
- * 添加证书过滤条件
6382
- * @param {number} ulType - 过滤类型
6383
- * @param {string} strValue - 过滤值
6384
- * @returns {number} 添加结果
6527
+ /**
6528
+ * 添加证书过滤条件
6529
+ * @param {number} ulType - 过滤类型
6530
+ * @param {string} strValue - 过滤值
6531
+ * @returns {number} 添加结果
6385
6532
  */
6386
6533
 
6387
6534
 
@@ -6395,9 +6542,9 @@ var CA_ExtInterface = function () {
6395
6542
  }
6396
6543
  };
6397
6544
 
6398
- /**
6399
- * 清除所有过滤条件
6400
- * @returns {number} 清除结果
6545
+ /**
6546
+ * 清除所有过滤条件
6547
+ * @returns {number} 清除结果
6401
6548
  */
6402
6549
 
6403
6550
 
@@ -6411,10 +6558,10 @@ var CA_ExtInterface = function () {
6411
6558
  }
6412
6559
  };
6413
6560
 
6414
- /**
6415
- * P1 签名
6416
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6417
- * @returns {string} 签名结果
6561
+ /**
6562
+ * P1 签名
6563
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6564
+ * @returns {string} 签名结果
6418
6565
  */
6419
6566
 
6420
6567
 
@@ -6428,10 +6575,10 @@ var CA_ExtInterface = function () {
6428
6575
  }
6429
6576
  };
6430
6577
 
6431
- /**
6432
- * P1 签名字符串
6433
- * @param {string} strValue - 待签名的字符串
6434
- * @returns {string} 签名结果
6578
+ /**
6579
+ * P1 签名字符串
6580
+ * @param {string} strValue - 待签名的字符串
6581
+ * @returns {string} 签名结果
6435
6582
  */
6436
6583
 
6437
6584
 
@@ -6445,12 +6592,12 @@ var CA_ExtInterface = function () {
6445
6592
  }
6446
6593
  };
6447
6594
 
6448
- /**
6449
- * P7 签名
6450
- * @param {string} strValueBase64 - 待签名的 Base64 字符串
6451
- * @param {boolean} isDetach - 是否分离签名
6452
- * @param {boolean} isIncludeCert - 是否包含证书
6453
- * @returns {string} 签名结果
6595
+ /**
6596
+ * P7 签名
6597
+ * @param {string} strValueBase64 - 待签名的 Base64 字符串
6598
+ * @param {boolean} isDetach - 是否分离签名
6599
+ * @param {boolean} isIncludeCert - 是否包含证书
6600
+ * @returns {string} 签名结果
6454
6601
  */
6455
6602
 
6456
6603
 
@@ -6464,12 +6611,12 @@ var CA_ExtInterface = function () {
6464
6611
  }
6465
6612
  };
6466
6613
 
6467
- /**
6468
- * P7 签名字符串
6469
- * @param {string} strValue - 待签名的字符串
6470
- * @param {boolean} isDetach - 是否分离签名
6471
- * @param {boolean} isIncludeCert - 是否包含证书
6472
- * @returns {string} 签名结果
6614
+ /**
6615
+ * P7 签名字符串
6616
+ * @param {string} strValue - 待签名的字符串
6617
+ * @param {boolean} isDetach - 是否分离签名
6618
+ * @param {boolean} isIncludeCert - 是否包含证书
6619
+ * @returns {string} 签名结果
6473
6620
  */
6474
6621
 
6475
6622
 
@@ -6483,9 +6630,9 @@ var CA_ExtInterface = function () {
6483
6630
  }
6484
6631
  };
6485
6632
 
6486
- /**
6487
- * 释放签名对象
6488
- * @returns {number} 释放结果
6633
+ /**
6634
+ * 释放签名对象
6635
+ * @returns {number} 释放结果
6489
6636
  */
6490
6637
 
6491
6638
 
@@ -6499,9 +6646,9 @@ var CA_ExtInterface = function () {
6499
6646
  }
6500
6647
  };
6501
6648
 
6502
- /**
6503
- * 获取签名版本
6504
- * @returns {string} 签名版本
6649
+ /**
6650
+ * 获取签名版本
6651
+ * @returns {string} 签名版本
6505
6652
  */
6506
6653
 
6507
6654
 
@@ -6515,9 +6662,9 @@ var CA_ExtInterface = function () {
6515
6662
  }
6516
6663
  };
6517
6664
 
6518
- /**
6519
- * 获取签名证书
6520
- * @returns {string} 签名证书
6665
+ /**
6666
+ * 获取签名证书
6667
+ * @returns {string} 签名证书
6521
6668
  */
6522
6669
 
6523
6670
 
@@ -6531,9 +6678,9 @@ var CA_ExtInterface = function () {
6531
6678
  }
6532
6679
  };
6533
6680
 
6534
- /**
6535
- * 获取错误码
6536
- * @returns {number} 错误码
6681
+ /**
6682
+ * 获取错误码
6683
+ * @returns {number} 错误码
6537
6684
  */
6538
6685
 
6539
6686
 
@@ -6547,9 +6694,9 @@ var CA_ExtInterface = function () {
6547
6694
  }
6548
6695
  };
6549
6696
 
6550
- /**
6551
- * 获取错误信息
6552
- * @returns {string} 错误信息
6697
+ /**
6698
+ * 获取错误信息
6699
+ * @returns {string} 错误信息
6553
6700
  */
6554
6701
 
6555
6702
 
@@ -6563,9 +6710,9 @@ var CA_ExtInterface = function () {
6563
6710
  }
6564
6711
  };
6565
6712
 
6566
- /**
6567
- * 销毁认证对象
6568
- * @returns {number} 销毁结果
6713
+ /**
6714
+ * 销毁认证对象
6715
+ * @returns {number} 销毁结果
6569
6716
  */
6570
6717
 
6571
6718
 
@@ -6579,9 +6726,9 @@ var CA_ExtInterface = function () {
6579
6726
  }
6580
6727
  };
6581
6728
 
6582
- /**
6583
- * 获取证书类型
6584
- * @returns {string} 证书类型
6729
+ /**
6730
+ * 获取证书类型
6731
+ * @returns {string} 证书类型
6585
6732
  */
6586
6733
 
6587
6734
 
@@ -6595,9 +6742,9 @@ var CA_ExtInterface = function () {
6595
6742
  }
6596
6743
  };
6597
6744
 
6598
- /**
6599
- * 获取签名摘要算法
6600
- * @returns {string} 签名摘要算法
6745
+ /**
6746
+ * 获取签名摘要算法
6747
+ * @returns {string} 签名摘要算法
6601
6748
  */
6602
6749
 
6603
6750
 
@@ -6611,11 +6758,11 @@ var CA_ExtInterface = function () {
6611
6758
  }
6612
6759
  };
6613
6760
 
6614
- /**
6615
- * 使能调用序列
6616
- * @param {boolean} bCallQueueEnable - 是否使能调用序列
6617
- * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6618
- * @returns {number} 使能结果
6761
+ /**
6762
+ * 使能调用序列
6763
+ * @param {boolean} bCallQueueEnable - 是否使能调用序列
6764
+ * @param {boolean} bHeadInfoEnable - 是否使能头部信息
6765
+ * @returns {number} 使能结果
6619
6766
  */
6620
6767
 
6621
6768
 
@@ -6629,9 +6776,9 @@ var CA_ExtInterface = function () {
6629
6776
  }
6630
6777
  };
6631
6778
 
6632
- /**
6633
- * 清空调用序列结果
6634
- * @returns {number} 清空调用序列结果
6779
+ /**
6780
+ * 清空调用序列结果
6781
+ * @returns {number} 清空调用序列结果
6635
6782
  */
6636
6783
 
6637
6784
 
@@ -6645,9 +6792,9 @@ var CA_ExtInterface = function () {
6645
6792
  }
6646
6793
  };
6647
6794
 
6648
- /**
6649
- * 获取调用序列结果
6650
- * @returns {string} 调用序列结果
6795
+ /**
6796
+ * 获取调用序列结果
6797
+ * @returns {string} 调用序列结果
6651
6798
  */
6652
6799
 
6653
6800
 
@@ -6661,12 +6808,12 @@ var CA_ExtInterface = function () {
6661
6808
  }
6662
6809
  };
6663
6810
 
6664
- /**
6665
- * 客户端安全策略检查
6666
- * @param {string} strGatewayAddress - 网关地址
6667
- * @param {number} usGatewayPort - 网关端口
6668
- * @param {string} strSecurityPolicys - 安全策略
6669
- * @returns {boolean} 检查结果
6811
+ /**
6812
+ * 客户端安全策略检查
6813
+ * @param {string} strGatewayAddress - 网关地址
6814
+ * @param {number} usGatewayPort - 网关端口
6815
+ * @param {string} strSecurityPolicys - 安全策略
6816
+ * @returns {boolean} 检查结果
6670
6817
  */
6671
6818
 
6672
6819
 
@@ -6680,9 +6827,9 @@ var CA_ExtInterface = function () {
6680
6827
  }
6681
6828
  };
6682
6829
 
6683
- /**
6684
- * 获取通讯协议版本
6685
- * @returns {string} 通讯协议版本
6830
+ /**
6831
+ * 获取通讯协议版本
6832
+ * @returns {string} 通讯协议版本
6686
6833
  */
6687
6834
 
6688
6835
 
@@ -6696,13 +6843,13 @@ var CA_ExtInterface = function () {
6696
6843
  }
6697
6844
  };
6698
6845
 
6699
- /**
6700
- * 修改 Key 的 Pin 码
6701
- * @param {string} strCertSn - 证书序列号
6702
- * @param {number} lPinCodeType - Pin 码类型
6703
- * @param {string} strCurPinCode - 当前 Pin 码
6704
- * @param {string} strNewPinCode - 新 Pin 码
6705
- * @returns {number} 修改结果
6846
+ /**
6847
+ * 修改 Key 的 Pin 码
6848
+ * @param {string} strCertSn - 证书序列号
6849
+ * @param {number} lPinCodeType - Pin 码类型
6850
+ * @param {string} strCurPinCode - 当前 Pin 码
6851
+ * @param {string} strNewPinCode - 新 Pin 码
6852
+ * @returns {number} 修改结果
6706
6853
  */
6707
6854
 
6708
6855
 
@@ -6716,10 +6863,10 @@ var CA_ExtInterface = function () {
6716
6863
  }
6717
6864
  };
6718
6865
 
6719
- /**
6720
- * 等待策略设置完毕
6721
- * @param {string} strGatewayAddress - 网关地址
6722
- * @returns {number} 等待结果
6866
+ /**
6867
+ * 等待策略设置完毕
6868
+ * @param {string} strGatewayAddress - 网关地址
6869
+ * @returns {number} 等待结果
6723
6870
  */
6724
6871
 
6725
6872
 
@@ -6733,10 +6880,10 @@ var CA_ExtInterface = function () {
6733
6880
  }
6734
6881
  };
6735
6882
 
6736
- /**
6737
- * 获取会话 Token
6738
- * @param {string} strGatewayAddress - 网关地址
6739
- * @returns {string} 会话 Token
6883
+ /**
6884
+ * 获取会话 Token
6885
+ * @param {string} strGatewayAddress - 网关地址
6886
+ * @returns {string} 会话 Token
6740
6887
  */
6741
6888
 
6742
6889
 
@@ -6750,9 +6897,9 @@ var CA_ExtInterface = function () {
6750
6897
  }
6751
6898
  };
6752
6899
 
6753
- /**
6754
- * 获取控件版本
6755
- * @returns {string} 控件版本
6900
+ /**
6901
+ * 获取控件版本
6902
+ * @returns {string} 控件版本
6756
6903
  */
6757
6904
 
6758
6905
 
@@ -6766,10 +6913,10 @@ var CA_ExtInterface = function () {
6766
6913
  }
6767
6914
  };
6768
6915
 
6769
- /**
6770
- * 设置语言资源
6771
- * @param {string} strLanguage - 语言资源
6772
- * @returns {number} 设置结果
6916
+ /**
6917
+ * 设置语言资源
6918
+ * @param {string} strLanguage - 语言资源
6919
+ * @returns {number} 设置结果
6773
6920
  */
6774
6921
 
6775
6922
 
@@ -6783,12 +6930,12 @@ var CA_ExtInterface = function () {
6783
6930
  }
6784
6931
  };
6785
6932
 
6786
- /**
6787
- * 获取用户属性
6788
- * @param {string} strGatewayAddress - 网关地址
6789
- * @param {string} strAppFlag - 应用标识
6790
- * @param {string} strAttributeName - 属性名称
6791
- * @returns {string} 用户属性值
6933
+ /**
6934
+ * 获取用户属性
6935
+ * @param {string} strGatewayAddress - 网关地址
6936
+ * @param {string} strAppFlag - 应用标识
6937
+ * @param {string} strAttributeName - 属性名称
6938
+ * @returns {string} 用户属性值
6792
6939
  */
6793
6940
 
6794
6941
 
@@ -6802,9 +6949,9 @@ var CA_ExtInterface = function () {
6802
6949
  }
6803
6950
  };
6804
6951
 
6805
- /**
6806
- * 获取签名加密 PIN 码
6807
- * @returns {string} 签名加密 PIN 码
6952
+ /**
6953
+ * 获取签名加密 PIN 码
6954
+ * @returns {string} 签名加密 PIN 码
6808
6955
  */
6809
6956
 
6810
6957
 
@@ -6817,20 +6964,20 @@ var CA_ExtInterface = function () {
6817
6964
  return result.value;
6818
6965
  }
6819
6966
  };
6820
- /*
6821
- *曙光四川CA
6822
- *'SOF_GetUserList' 证书列表
6823
- *'SOF_ExportUserCert' 导出证书
6824
- *'SOF_GetCertInfo': 获取证书信息
6825
- *'SOF_GenRandom': 生成随机数
6826
- *'SOF_SignData': 获取证书签名
6827
- *'SOF_Login': 登录证书
6828
- *'SOF_GetPinRetryCount': 剩余次数
6967
+ /*
6968
+ *曙光四川CA
6969
+ *'SOF_GetUserList' 证书列表
6970
+ *'SOF_ExportUserCert' 导出证书
6971
+ *'SOF_GetCertInfo': 获取证书信息
6972
+ *'SOF_GenRandom': 生成随机数
6973
+ *'SOF_SignData': 获取证书签名
6974
+ *'SOF_Login': 登录证书
6975
+ *'SOF_GetPinRetryCount': 剩余次数
6829
6976
  */
6830
- /**
6831
- *
6832
- * 获取webSocket消息
6833
- * @returns {string}
6977
+ /**
6978
+ *
6979
+ * 获取webSocket消息
6980
+ * @returns {string}
6834
6981
  */
6835
6982
 
6836
6983
 
@@ -6866,10 +7013,10 @@ var CA_ExtInterface = function () {
6866
7013
  };
6867
7014
  });
6868
7015
  };
6869
- /**
6870
- *
6871
- * base64解码
6872
- * @returns {string} base64解码后的字符串
7016
+ /**
7017
+ *
7018
+ * base64解码
7019
+ * @returns {string} base64解码后的字符串
6873
7020
  */
6874
7021
 
6875
7022
 
@@ -6904,10 +7051,10 @@ var CA_ExtInterface = function () {
6904
7051
  val = this.utf8_decode(val);
6905
7052
  return val;
6906
7053
  };
6907
- /**
6908
- *
6909
- * base64编码
6910
- * @returns {string} base64编码后的字符串
7054
+ /**
7055
+ *
7056
+ * base64编码
7057
+ * @returns {string} base64编码后的字符串
6911
7058
  */
6912
7059
 
6913
7060
 
@@ -6940,10 +7087,10 @@ var CA_ExtInterface = function () {
6940
7087
  }
6941
7088
  return val;
6942
7089
  };
6943
- /**
6944
- *
6945
- * utf8解码
6946
- * @returns {string} utf8解码后的字符串
7090
+ /**
7091
+ *
7092
+ * utf8解码
7093
+ * @returns {string} utf8解码后的字符串
6947
7094
  */
6948
7095
 
6949
7096
 
@@ -6972,10 +7119,10 @@ var CA_ExtInterface = function () {
6972
7119
  }
6973
7120
  return string;
6974
7121
  };
6975
- /**
6976
- *
6977
- * utf8编码
6978
- * @returns {string} utf8编码后的字符串
7122
+ /**
7123
+ *
7124
+ * utf8编码
7125
+ * @returns {string} utf8编码后的字符串
6979
7126
  */
6980
7127
 
6981
7128
 
@@ -27398,8 +27545,8 @@ form_src_main.install = function (Vue) {
27398
27545
  };
27399
27546
 
27400
27547
  /* harmony default export */ var packages_form = (form_src_main);
27401
- // 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=1a2d61ce&
27402
- var mainvue_type_template_id_1a2d61ce_render = function () {
27548
+ // 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=d565d514&
27549
+ var mainvue_type_template_id_d565d514_render = function () {
27403
27550
  var _vm = this
27404
27551
  var _h = _vm.$createElement
27405
27552
  var _c = _vm._self._c || _h
@@ -30312,14 +30459,14 @@ var mainvue_type_template_id_1a2d61ce_render = function () {
30312
30459
  )
30313
30460
  : _vm._e()
30314
30461
  }
30315
- var mainvue_type_template_id_1a2d61ce_staticRenderFns = []
30316
- mainvue_type_template_id_1a2d61ce_render._withStripped = true
30462
+ var mainvue_type_template_id_d565d514_staticRenderFns = []
30463
+ mainvue_type_template_id_d565d514_render._withStripped = true
30317
30464
 
30318
30465
 
30319
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1a2d61ce&
30466
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=d565d514&
30320
30467
 
30321
- // 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=4b7ad280&
30322
- var CommonOpinionsvue_type_template_id_4b7ad280_render = function () {
30468
+ // 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&
30469
+ var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
30323
30470
  var _vm = this
30324
30471
  var _h = _vm.$createElement
30325
30472
  var _c = _vm._self._c || _h
@@ -30526,11 +30673,11 @@ var CommonOpinionsvue_type_template_id_4b7ad280_render = function () {
30526
30673
  1
30527
30674
  )
30528
30675
  }
30529
- var CommonOpinionsvue_type_template_id_4b7ad280_staticRenderFns = []
30530
- CommonOpinionsvue_type_template_id_4b7ad280_render._withStripped = true
30676
+ var CommonOpinionsvue_type_template_id_e934fd66_staticRenderFns = []
30677
+ CommonOpinionsvue_type_template_id_e934fd66_render._withStripped = true
30531
30678
 
30532
30679
 
30533
- // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=4b7ad280&
30680
+ // CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=e934fd66&
30534
30681
 
30535
30682
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/table.vue?vue&type=template&id=67f38db6&
30536
30683
  var tablevue_type_template_id_67f38db6_render = function () {
@@ -31127,6 +31274,7 @@ var CommonOpinionsvue_type_script_lang_js_components;
31127
31274
  }
31128
31275
  },
31129
31276
  mounted: function mounted() {
31277
+ this.form.value = this.opinion;
31130
31278
  if (this.nodeFixedOpinionSelectList.length > 0) {
31131
31279
  this.optionList = this.nodeFixedOpinionSelectList;
31132
31280
  this.disabled = true;
@@ -31162,21 +31310,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
31162
31310
  return validSate;
31163
31311
  },
31164
31312
 
31165
- /**
31166
- * changeOpinion
31167
- * @desc:监听意见变化
31168
- * @author liufan
31169
- * @date 2022年10月28日
31313
+ /**
31314
+ * changeOpinion
31315
+ * @desc:监听意见变化
31316
+ * @author liufan
31317
+ * @date 2022年10月28日
31170
31318
  **/
31171
31319
  changeOpinion: function changeOpinion() {
31172
31320
  this.$emit('change', this.form.value);
31173
31321
  },
31174
31322
 
31175
- /**
31176
- * getCommonOpion
31177
- * @desc:获取意见
31178
- * @author liufan
31179
- * @date 2022年5月25日
31323
+ /**
31324
+ * getCommonOpion
31325
+ * @desc:获取意见
31326
+ * @author liufan
31327
+ * @date 2022年5月25日
31180
31328
  **/
31181
31329
  getCommonOpion: function getCommonOpion() {
31182
31330
  var _this = this;
@@ -31205,24 +31353,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
31205
31353
  });
31206
31354
  },
31207
31355
 
31208
- /**
31209
- * upDate
31210
- * @desc:修改常用语
31211
- * @author liufan
31212
- * @param {Object} val 修改值
31213
- * @date 2022年5月25日
31356
+ /**
31357
+ * upDate
31358
+ * @desc:修改常用语
31359
+ * @author liufan
31360
+ * @param {Object} val 修改值
31361
+ * @date 2022年5月25日
31214
31362
  **/
31215
31363
  upDate: function upDate(val) {
31216
31364
  this.FormData.id = val.id;
31217
31365
  this.addVisible = true;
31218
31366
  },
31219
31367
 
31220
- /**
31221
- * selectChange
31222
- * @desc:常用语选择
31223
- * @author liufan
31224
- * @param {String} val 选中值
31225
- * @date 2022年5月25日
31368
+ /**
31369
+ * selectChange
31370
+ * @desc:常用语选择
31371
+ * @author liufan
31372
+ * @param {String} val 选中值
31373
+ * @date 2022年5月25日
31226
31374
  **/
31227
31375
  selectChange: function selectChange(val) {
31228
31376
  var _this2 = this;
@@ -31241,12 +31389,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31241
31389
  });
31242
31390
  },
31243
31391
 
31244
- /**
31245
- * del
31246
- * @desc:删除常用语
31247
- * @author liufan
31248
- * @param {Object} val 删除的数据
31249
- * @date 2022年5月25日
31392
+ /**
31393
+ * del
31394
+ * @desc:删除常用语
31395
+ * @author liufan
31396
+ * @param {Object} val 删除的数据
31397
+ * @date 2022年5月25日
31250
31398
  **/
31251
31399
  del: function del(val) {
31252
31400
  var _this3 = this;
@@ -31288,12 +31436,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
31288
31436
  }).catch(function (e) {});
31289
31437
  },
31290
31438
 
31291
- /**
31292
- * submit
31293
- * @desc:新增/编辑意见保存
31294
- * @author liufan
31295
- * @param {Object} val 保存数据
31296
- * @date 2022年5月25日
31439
+ /**
31440
+ * submit
31441
+ * @desc:新增/编辑意见保存
31442
+ * @author liufan
31443
+ * @param {Object} val 保存数据
31444
+ * @date 2022年5月25日
31297
31445
  **/
31298
31446
  submit: function submit(val) {
31299
31447
  var _this4 = this;
@@ -31348,8 +31496,8 @@ var CommonOpinionsvue_type_script_lang_js_components;
31348
31496
 
31349
31497
  var CommonOpinions_component = normalizeComponent(
31350
31498
  component_CommonOpinionsvue_type_script_lang_js_,
31351
- CommonOpinionsvue_type_template_id_4b7ad280_render,
31352
- CommonOpinionsvue_type_template_id_4b7ad280_staticRenderFns,
31499
+ CommonOpinionsvue_type_template_id_e934fd66_render,
31500
+ CommonOpinionsvue_type_template_id_e934fd66_staticRenderFns,
31353
31501
  false,
31354
31502
  null,
31355
31503
  null,
@@ -34683,11 +34831,11 @@ var processFormvue_type_script_lang_js_components;
34683
34831
  });
34684
34832
  },
34685
34833
 
34686
- /**
34687
- * isMultiple
34688
- * @desc:是否多选
34689
- * @author liufan
34690
- * @date 2022年9月13日
34834
+ /**
34835
+ * isMultiple
34836
+ * @desc:是否多选
34837
+ * @author liufan
34838
+ * @date 2022年9月13日
34691
34839
  **/
34692
34840
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
34693
34841
  var multiple = false;
@@ -38885,11 +39033,11 @@ var resetvue_type_script_lang_js_components;
38885
39033
  });
38886
39034
  },
38887
39035
 
38888
- /**
38889
- * isMultiple
38890
- * @desc:是否多选
38891
- * @author liufan
38892
- * @date 2022年9月13日
39036
+ /**
39037
+ * isMultiple
39038
+ * @desc:是否多选
39039
+ * @author liufan
39040
+ * @date 2022年9月13日
38893
39041
  **/
38894
39042
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
38895
39043
  var multiple = false;
@@ -39033,8 +39181,8 @@ var reset_component = normalizeComponent(
39033
39181
  )
39034
39182
 
39035
39183
  /* harmony default export */ var src_reset = (reset_component.exports);
39036
- // 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=e0b78d58&
39037
- var taskUnionExaminevue_type_template_id_e0b78d58_render = function () {
39184
+ // 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=1d14cf9e&
39185
+ var taskUnionExaminevue_type_template_id_1d14cf9e_render = function () {
39038
39186
  var _vm = this
39039
39187
  var _h = _vm.$createElement
39040
39188
  var _c = _vm._self._c || _h
@@ -39296,11 +39444,11 @@ var taskUnionExaminevue_type_template_id_e0b78d58_render = function () {
39296
39444
  1
39297
39445
  )
39298
39446
  }
39299
- var taskUnionExaminevue_type_template_id_e0b78d58_staticRenderFns = []
39300
- taskUnionExaminevue_type_template_id_e0b78d58_render._withStripped = true
39447
+ var taskUnionExaminevue_type_template_id_1d14cf9e_staticRenderFns = []
39448
+ taskUnionExaminevue_type_template_id_1d14cf9e_render._withStripped = true
39301
39449
 
39302
39450
 
39303
- // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=e0b78d58&
39451
+ // CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=1d14cf9e&
39304
39452
 
39305
39453
  // 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&
39306
39454
  var taskUnionExaminevue_type_script_lang_js_components;
@@ -39474,6 +39622,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
39474
39622
  nextOtherOrgObj: [],
39475
39623
  nextCurrentOrgObj: [],
39476
39624
  noticeType: [],
39625
+ noticeList: [],
39477
39626
  noticeInfo: '',
39478
39627
  opinion: ''
39479
39628
  },
@@ -39894,8 +40043,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
39894
40043
 
39895
40044
  var taskUnionExamine_component = normalizeComponent(
39896
40045
  component_taskUnionExaminevue_type_script_lang_js_,
39897
- taskUnionExaminevue_type_template_id_e0b78d58_render,
39898
- taskUnionExaminevue_type_template_id_e0b78d58_staticRenderFns,
40046
+ taskUnionExaminevue_type_template_id_1d14cf9e_render,
40047
+ taskUnionExaminevue_type_template_id_1d14cf9e_staticRenderFns,
39899
40048
  false,
39900
40049
  null,
39901
40050
  null,
@@ -43320,11 +43469,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43320
43469
  });
43321
43470
  },
43322
43471
 
43323
- /**
43324
- * saveInfo
43325
- * @desc:暂存
43326
- * @author liufan
43327
- * @date 2022年9月9日
43472
+ /**
43473
+ * saveInfo
43474
+ * @desc:暂存
43475
+ * @author liufan
43476
+ * @date 2022年9月9日
43328
43477
  **/
43329
43478
  saveInfo: function saveInfo(type, btn) {
43330
43479
  var _this6 = this;
@@ -43386,11 +43535,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43386
43535
  });
43387
43536
  },
43388
43537
 
43389
- /**
43390
- * rejectBtn
43391
- * @desc:点击驳回
43392
- * @author liufan
43393
- * @date 2022年5月25日
43538
+ /**
43539
+ * rejectBtn
43540
+ * @desc:点击驳回
43541
+ * @author liufan
43542
+ * @date 2022年5月25日
43394
43543
  **/
43395
43544
  rejectBtn: function rejectBtn() {
43396
43545
  var _this8 = this;
@@ -43408,11 +43557,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43408
43557
  }
43409
43558
  },
43410
43559
 
43411
- /**
43412
- * taskReadBtn
43413
- * @desc:点击分阅
43414
- * @author liufan
43415
- * @date 2022年5月25日
43560
+ /**
43561
+ * taskReadBtn
43562
+ * @desc:点击分阅
43563
+ * @author liufan
43564
+ * @date 2022年5月25日
43416
43565
  **/
43417
43566
  taskReadBtn: function taskReadBtn() {
43418
43567
  var _this9 = this;
@@ -43431,11 +43580,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43431
43580
  }
43432
43581
  },
43433
43582
 
43434
- /**
43435
- * getFind
43436
- * @desc:获取通知方式
43437
- * @author liufan
43438
- * @date 2022年5月25日
43583
+ /**
43584
+ * getFind
43585
+ * @desc:获取通知方式
43586
+ * @author liufan
43587
+ * @date 2022年5月25日
43439
43588
  **/
43440
43589
  getFind: function getFind() {
43441
43590
  var _this10 = this;
@@ -43490,12 +43639,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43490
43639
  });
43491
43640
  },
43492
43641
 
43493
- /**
43494
- * endFlows
43495
- * @desc:直接办结
43496
- * @author liufan
43497
- * @param {Object} res 直接办结数据
43498
- * @date 2022年5月25日
43642
+ /**
43643
+ * endFlows
43644
+ * @desc:直接办结
43645
+ * @author liufan
43646
+ * @param {Object} res 直接办结数据
43647
+ * @date 2022年5月25日
43499
43648
  **/
43500
43649
  endFlows: function endFlows(res) {
43501
43650
  var _this12 = this;
@@ -43549,12 +43698,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43549
43698
  }).catch(function (e) {});
43550
43699
  },
43551
43700
 
43552
- /**
43553
- * goView
43554
- * @desc:更多流程按钮操作
43555
- * @author liufan
43556
- * @param {Object} res 当前点击操作按钮数据
43557
- * @date 2022年5月25日
43701
+ /**
43702
+ * goView
43703
+ * @desc:更多流程按钮操作
43704
+ * @author liufan
43705
+ * @param {Object} res 当前点击操作按钮数据
43706
+ * @date 2022年5月25日
43558
43707
  **/
43559
43708
  goView: function goView(res) {
43560
43709
  // 驳回并办结:rejectAndEndHtml
@@ -43639,11 +43788,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43639
43788
  // isCanStartSubFlow
43640
43789
  },
43641
43790
 
43642
- /**
43643
- * toTakeAdvice
43644
- * @desc:征求意见
43645
- * @author liufan
43646
- * @date 2022年9月29日
43791
+ /**
43792
+ * toTakeAdvice
43793
+ * @desc:征求意见
43794
+ * @author liufan
43795
+ * @date 2022年9月29日
43647
43796
  **/
43648
43797
  toTakeAdvice: function toTakeAdvice(res) {
43649
43798
  var _this14 = this;
@@ -43687,11 +43836,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43687
43836
  });
43688
43837
  },
43689
43838
 
43690
- /**
43691
- * toStartDraf
43692
- * @desc: 稿件递送、联合审核、复核
43693
- * @author liufan
43694
- * @date 2022年9月29日
43839
+ /**
43840
+ * toStartDraf
43841
+ * @desc: 稿件递送、联合审核、复核
43842
+ * @author liufan
43843
+ * @date 2022年9月29日
43695
43844
  **/
43696
43845
  toStartDraf: function toStartDraf(res) {
43697
43846
  var _this16 = this;
@@ -43705,11 +43854,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43705
43854
  }
43706
43855
  },
43707
43856
 
43708
- /**
43709
- * toSendMsg
43710
- * @desc:核稿通知
43711
- * @author liufan
43712
- * @date 2022年9月29日
43857
+ /**
43858
+ * toSendMsg
43859
+ * @desc:核稿通知
43860
+ * @author liufan
43861
+ * @date 2022年9月29日
43713
43862
  **/
43714
43863
  toSendMsg: function toSendMsg(res) {
43715
43864
  var _this17 = this;
@@ -43723,11 +43872,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43723
43872
  }
43724
43873
  },
43725
43874
 
43726
- /**
43727
- * toTaskReadAndEnd
43728
- * @desc:分阅并办结
43729
- * @author liufan
43730
- * @date 2022年9月29日
43875
+ /**
43876
+ * toTaskReadAndEnd
43877
+ * @desc:分阅并办结
43878
+ * @author liufan
43879
+ * @date 2022年9月29日
43731
43880
  **/
43732
43881
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
43733
43882
  var _this18 = this;
@@ -43745,11 +43894,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43745
43894
  }
43746
43895
  },
43747
43896
 
43748
- /**
43749
- * rejectAndEnd
43750
- * @desc:驳回并办结
43751
- * @author liufan
43752
- * @date 2022年9月29日
43897
+ /**
43898
+ * rejectAndEnd
43899
+ * @desc:驳回并办结
43900
+ * @author liufan
43901
+ * @date 2022年9月29日
43753
43902
  **/
43754
43903
  rejectAndEnd: function rejectAndEnd(res) {
43755
43904
  var _this19 = this;
@@ -43804,11 +43953,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43804
43953
  });
43805
43954
  },
43806
43955
 
43807
- /**
43808
- * toTransfer
43809
- * @desc:转办
43810
- * @author liufan
43811
- * @date 2022年9月29日
43956
+ /**
43957
+ * toTransfer
43958
+ * @desc:转办
43959
+ * @author liufan
43960
+ * @date 2022年9月29日
43812
43961
  **/
43813
43962
  toTransfer: function toTransfer(res) {
43814
43963
  var _this21 = this;
@@ -43824,11 +43973,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43824
43973
  }
43825
43974
  },
43826
43975
 
43827
- /**
43828
- * getNodeInfo
43829
- * @desc:获取节点信息
43830
- * @author liufan
43831
- * @date 2022年5月25日
43976
+ /**
43977
+ * getNodeInfo
43978
+ * @desc:获取节点信息
43979
+ * @author liufan
43980
+ * @date 2022年5月25日
43832
43981
  **/
43833
43982
  getNodeInfo: function getNodeInfo() {
43834
43983
  var _this22 = this;
@@ -43927,12 +44076,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
43927
44076
  });
43928
44077
  },
43929
44078
 
43930
- /**
43931
- * selecNext
43932
- * @desc:下步节点变化时更新数据
43933
- * @author liufan
43934
- * @param {String} val 当前选中值
43935
- * @date 2022年5月25日
44079
+ /**
44080
+ * selecNext
44081
+ * @desc:下步节点变化时更新数据
44082
+ * @author liufan
44083
+ * @param {String} val 当前选中值
44084
+ * @date 2022年5月25日
43936
44085
  **/
43937
44086
  selecNext: function selecNext(val, type, isDef) {
43938
44087
  var _this23 = this;
@@ -44041,11 +44190,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44041
44190
  if (isDef !== true) this.getNodeInfo();
44042
44191
  },
44043
44192
 
44044
- /**
44045
- * isMultiple
44046
- * @desc:是否多选
44047
- * @author liufan
44048
- * @date 2022年9月13日
44193
+ /**
44194
+ * isMultiple
44195
+ * @desc:是否多选
44196
+ * @author liufan
44197
+ * @date 2022年9月13日
44049
44198
  **/
44050
44199
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
44051
44200
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -44077,11 +44226,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44077
44226
  }
44078
44227
  },
44079
44228
 
44080
- /**
44081
- * getHedInfo
44082
- * @desc:获取审核页面数据
44083
- * @author liufan
44084
- * @date 2022年5月25日
44229
+ /**
44230
+ * getHedInfo
44231
+ * @desc:获取审核页面数据
44232
+ * @author liufan
44233
+ * @date 2022年5月25日
44085
44234
  **/
44086
44235
  getHedInfo: function getHedInfo() {
44087
44236
  var _this24 = this;
@@ -44317,13 +44466,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44317
44466
  });
44318
44467
  },
44319
44468
 
44320
- /**
44321
- * closeProcess
44322
- * @desc:关闭弹窗
44323
- * @author liufan
44324
- * @param {boolean} val 当前是否办理流程
44325
- * @param {String} type 当前点击的弹窗类型
44326
- * @date 2022年5月25日
44469
+ /**
44470
+ * closeProcess
44471
+ * @desc:关闭弹窗
44472
+ * @author liufan
44473
+ * @param {boolean} val 当前是否办理流程
44474
+ * @param {String} type 当前点击的弹窗类型
44475
+ * @date 2022年5月25日
44327
44476
  **/
44328
44477
  closeProcess: function closeProcess(val, type, closeParent) {
44329
44478
  if (closeParent) {
@@ -44340,23 +44489,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44340
44489
  }
44341
44490
  },
44342
44491
 
44343
- /**
44344
- * selectChange
44345
- * @desc:常用语选择
44346
- * @author liufan
44347
- * @param {String} val 选中值
44348
- * @date 2022年5月25日
44492
+ /**
44493
+ * selectChange
44494
+ * @desc:常用语选择
44495
+ * @author liufan
44496
+ * @param {String} val 选中值
44497
+ * @date 2022年5月25日
44349
44498
  **/
44350
44499
  selectChange: function selectChange(val) {
44351
44500
  this.value = val;
44352
44501
  },
44353
44502
 
44354
- /**
44355
- * upDate
44356
- * @desc:修改常用语
44357
- * @author liufan
44358
- * @param {Object} val 修改值
44359
- * @date 2022年5月25日
44503
+ /**
44504
+ * upDate
44505
+ * @desc:修改常用语
44506
+ * @author liufan
44507
+ * @param {Object} val 修改值
44508
+ * @date 2022年5月25日
44360
44509
  **/
44361
44510
  upDate: function upDate(val) {
44362
44511
  this.FormData.id = val.id;
@@ -44364,11 +44513,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44364
44513
  },
44365
44514
 
44366
44515
 
44367
- /**
44368
- * getProcess
44369
- * @desc:获取选择流程
44370
- * @author liufan
44371
- * @date 2022年5月25日
44516
+ /**
44517
+ * getProcess
44518
+ * @desc:获取选择流程
44519
+ * @author liufan
44520
+ * @date 2022年5月25日
44372
44521
  **/
44373
44522
  getProcess: function getProcess() {
44374
44523
  var _this25 = this;
@@ -44422,11 +44571,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44422
44571
  });
44423
44572
  },
44424
44573
 
44425
- /**
44426
- * getPendedhistoryList
44427
- * @desc:获取流程列表
44428
- * @author liufan
44429
- * @date 2022年5月25日
44574
+ /**
44575
+ * getPendedhistoryList
44576
+ * @desc:获取流程列表
44577
+ * @author liufan
44578
+ * @date 2022年5月25日
44430
44579
  **/
44431
44580
  getPendedhistoryList: function getPendedhistoryList() {
44432
44581
  var _this26 = this;
@@ -44458,12 +44607,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
44458
44607
  },
44459
44608
 
44460
44609
  // 提交流程
44461
- /**
44462
- * subProcess
44463
- * @desc:提交流程
44464
- * @author liufan
44465
- * @param {String} formName 当前form表单ref值
44466
- * @date 2022年5月25日
44610
+ /**
44611
+ * subProcess
44612
+ * @desc:提交流程
44613
+ * @author liufan
44614
+ * @param {String} formName 当前form表单ref值
44615
+ * @date 2022年5月25日
44467
44616
  **/
44468
44617
  subProcess: function subProcess(val) {
44469
44618
  var _this27 = this;
@@ -48009,11 +48158,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48009
48158
  });
48010
48159
  },
48011
48160
 
48012
- /**
48013
- * saveInfo
48014
- * @desc:暂存
48015
- * @author liufan
48016
- * @date 2022年9月9日
48161
+ /**
48162
+ * saveInfo
48163
+ * @desc:暂存
48164
+ * @author liufan
48165
+ * @date 2022年9月9日
48017
48166
  **/
48018
48167
  saveInfo: function saveInfo(type, btn) {
48019
48168
  var _this11 = this;
@@ -48075,11 +48224,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48075
48224
  });
48076
48225
  },
48077
48226
 
48078
- /**
48079
- * rejectBtn
48080
- * @desc:点击驳回
48081
- * @author liufan
48082
- * @date 2022年5月25日
48227
+ /**
48228
+ * rejectBtn
48229
+ * @desc:点击驳回
48230
+ * @author liufan
48231
+ * @date 2022年5月25日
48083
48232
  **/
48084
48233
  rejectBtn: function rejectBtn() {
48085
48234
  var _this13 = this;
@@ -48097,11 +48246,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48097
48246
  }
48098
48247
  },
48099
48248
 
48100
- /**
48101
- * taskReadBtn
48102
- * @desc:点击分阅
48103
- * @author liufan
48104
- * @date 2022年5月25日
48249
+ /**
48250
+ * taskReadBtn
48251
+ * @desc:点击分阅
48252
+ * @author liufan
48253
+ * @date 2022年5月25日
48105
48254
  **/
48106
48255
  taskReadBtn: function taskReadBtn() {
48107
48256
  var _this14 = this;
@@ -48120,11 +48269,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48120
48269
  }
48121
48270
  },
48122
48271
 
48123
- /**
48124
- * getFind
48125
- * @desc:获取通知方式
48126
- * @author liufan
48127
- * @date 2022年5月25日
48272
+ /**
48273
+ * getFind
48274
+ * @desc:获取通知方式
48275
+ * @author liufan
48276
+ * @date 2022年5月25日
48128
48277
  **/
48129
48278
  getFind: function getFind() {
48130
48279
  var _this15 = this;
@@ -48190,12 +48339,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48190
48339
  });
48191
48340
  },
48192
48341
 
48193
- /**
48194
- * endFlows
48195
- * @desc:直接办结
48196
- * @author liufan
48197
- * @param {Object} res 直接办结数据
48198
- * @date 2022年5月25日
48342
+ /**
48343
+ * endFlows
48344
+ * @desc:直接办结
48345
+ * @author liufan
48346
+ * @param {Object} res 直接办结数据
48347
+ * @date 2022年5月25日
48199
48348
  **/
48200
48349
  endFlows: function endFlows(res) {
48201
48350
  var _this17 = this;
@@ -48250,12 +48399,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48250
48399
  }).catch(function (e) {});
48251
48400
  },
48252
48401
 
48253
- /**
48254
- * goView
48255
- * @desc:更多流程按钮操作
48256
- * @author liufan
48257
- * @param {Object} res 当前点击操作按钮数据
48258
- * @date 2022年5月25日
48402
+ /**
48403
+ * goView
48404
+ * @desc:更多流程按钮操作
48405
+ * @author liufan
48406
+ * @param {Object} res 当前点击操作按钮数据
48407
+ * @date 2022年5月25日
48259
48408
  **/
48260
48409
  goView: function goView(res) {
48261
48410
  // 驳回并办结:rejectAndEndHtml
@@ -48340,11 +48489,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48340
48489
  // isCanStartSubFlow
48341
48490
  },
48342
48491
 
48343
- /**
48344
- * toTakeAdvice
48345
- * @desc:征求意见
48346
- * @author liufan
48347
- * @date 2022年9月29日
48492
+ /**
48493
+ * toTakeAdvice
48494
+ * @desc:征求意见
48495
+ * @author liufan
48496
+ * @date 2022年9月29日
48348
48497
  **/
48349
48498
  toTakeAdvice: function toTakeAdvice(res) {
48350
48499
  var _this19 = this;
@@ -48388,11 +48537,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48388
48537
  });
48389
48538
  },
48390
48539
 
48391
- /**
48392
- * toStartDraf
48393
- * @desc: 稿件递送、联合审核、复核
48394
- * @author liufan
48395
- * @date 2022年9月29日
48540
+ /**
48541
+ * toStartDraf
48542
+ * @desc: 稿件递送、联合审核、复核
48543
+ * @author liufan
48544
+ * @date 2022年9月29日
48396
48545
  **/
48397
48546
  toStartDraf: function toStartDraf(res) {
48398
48547
  var _this21 = this;
@@ -48406,11 +48555,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48406
48555
  }
48407
48556
  },
48408
48557
 
48409
- /**
48410
- * toSendMsg
48411
- * @desc:核稿通知
48412
- * @author liufan
48413
- * @date 2022年9月29日
48558
+ /**
48559
+ * toSendMsg
48560
+ * @desc:核稿通知
48561
+ * @author liufan
48562
+ * @date 2022年9月29日
48414
48563
  **/
48415
48564
  toSendMsg: function toSendMsg(res) {
48416
48565
  var _this22 = this;
@@ -48424,11 +48573,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48424
48573
  }
48425
48574
  },
48426
48575
 
48427
- /**
48428
- * toTaskReadAndEnd
48429
- * @desc:分阅并办结
48430
- * @author liufan
48431
- * @date 2022年9月29日
48576
+ /**
48577
+ * toTaskReadAndEnd
48578
+ * @desc:分阅并办结
48579
+ * @author liufan
48580
+ * @date 2022年9月29日
48432
48581
  **/
48433
48582
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
48434
48583
  var _this23 = this;
@@ -48446,11 +48595,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48446
48595
  }
48447
48596
  },
48448
48597
 
48449
- /**
48450
- * rejectAndEnd
48451
- * @desc:驳回并办结
48452
- * @author liufan
48453
- * @date 2022年9月29日
48598
+ /**
48599
+ * rejectAndEnd
48600
+ * @desc:驳回并办结
48601
+ * @author liufan
48602
+ * @date 2022年9月29日
48454
48603
  **/
48455
48604
  rejectAndEnd: function rejectAndEnd(res) {
48456
48605
  var _this24 = this;
@@ -48506,11 +48655,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48506
48655
  });
48507
48656
  },
48508
48657
 
48509
- /**
48510
- * toTransfer
48511
- * @desc:转办
48512
- * @author liufan
48513
- * @date 2022年9月29日
48658
+ /**
48659
+ * toTransfer
48660
+ * @desc:转办
48661
+ * @author liufan
48662
+ * @date 2022年9月29日
48514
48663
  **/
48515
48664
  toTransfer: function toTransfer(res) {
48516
48665
  var _this26 = this;
@@ -48526,11 +48675,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48526
48675
  }
48527
48676
  },
48528
48677
 
48529
- /**
48530
- * getNodeInfo
48531
- * @desc:获取节点信息
48532
- * @author liufan
48533
- * @date 2022年5月25日
48678
+ /**
48679
+ * getNodeInfo
48680
+ * @desc:获取节点信息
48681
+ * @author liufan
48682
+ * @date 2022年5月25日
48534
48683
  **/
48535
48684
  getNodeInfo: function getNodeInfo() {
48536
48685
  var _this27 = this;
@@ -48634,12 +48783,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48634
48783
  });
48635
48784
  },
48636
48785
 
48637
- /**
48638
- * selecNext
48639
- * @desc:下步节点变化时更新数据
48640
- * @author liufan
48641
- * @param {String} val 当前选中值
48642
- * @date 2022年5月25日
48786
+ /**
48787
+ * selecNext
48788
+ * @desc:下步节点变化时更新数据
48789
+ * @author liufan
48790
+ * @param {String} val 当前选中值
48791
+ * @date 2022年5月25日
48643
48792
  **/
48644
48793
  selecNext: function selecNext(val, type, isDef) {
48645
48794
  var _this28 = this;
@@ -48771,11 +48920,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48771
48920
  this.getNodeInfo();
48772
48921
  },
48773
48922
 
48774
- /**
48775
- * isMultiple
48776
- * @desc:是否多选
48777
- * @author liufan
48778
- * @date 2022年9月13日
48923
+ /**
48924
+ * isMultiple
48925
+ * @desc:是否多选
48926
+ * @author liufan
48927
+ * @date 2022年9月13日
48779
48928
  **/
48780
48929
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
48781
48930
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -48807,11 +48956,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48807
48956
  }
48808
48957
  },
48809
48958
 
48810
- /**
48811
- * getHedInfo
48812
- * @desc:获取审核页面数据
48813
- * @author liufan
48814
- * @date 2022年5月25日
48959
+ /**
48960
+ * getHedInfo
48961
+ * @desc:获取审核页面数据
48962
+ * @author liufan
48963
+ * @date 2022年5月25日
48815
48964
  **/
48816
48965
  getHedInfo: function getHedInfo() {
48817
48966
  var _this29 = this;
@@ -48978,6 +49127,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
48978
49127
  });
48979
49128
  }
48980
49129
  _this29.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
49130
+ console.log(opinion, 'opinionopinionopinion');
48981
49131
  _this29.value = opinion || '';
48982
49132
  _this29.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
48983
49133
  _this29.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
@@ -49110,13 +49260,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49110
49260
  });
49111
49261
  },
49112
49262
 
49113
- /**
49114
- * closeProcess
49115
- * @desc:关闭弹窗
49116
- * @author liufan
49117
- * @param {boolean} val 当前是否办理流程
49118
- * @param {String} type 当前点击的弹窗类型
49119
- * @date 2022年5月25日
49263
+ /**
49264
+ * closeProcess
49265
+ * @desc:关闭弹窗
49266
+ * @author liufan
49267
+ * @param {boolean} val 当前是否办理流程
49268
+ * @param {String} type 当前点击的弹窗类型
49269
+ * @date 2022年5月25日
49120
49270
  **/
49121
49271
  closeProcess: function closeProcess(val, type, closeParent) {
49122
49272
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -49136,23 +49286,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49136
49286
  }
49137
49287
  },
49138
49288
 
49139
- /**
49140
- * selectChange
49141
- * @desc:常用语选择
49142
- * @author liufan
49143
- * @param {String} val 选中值
49144
- * @date 2022年5月25日
49289
+ /**
49290
+ * selectChange
49291
+ * @desc:常用语选择
49292
+ * @author liufan
49293
+ * @param {String} val 选中值
49294
+ * @date 2022年5月25日
49145
49295
  **/
49146
49296
  selectChange: function selectChange(val) {
49147
49297
  this.value = val;
49148
49298
  },
49149
49299
 
49150
- /**
49151
- * upDate
49152
- * @desc:修改常用语
49153
- * @author liufan
49154
- * @param {Object} val 修改值
49155
- * @date 2022年5月25日
49300
+ /**
49301
+ * upDate
49302
+ * @desc:修改常用语
49303
+ * @author liufan
49304
+ * @param {Object} val 修改值
49305
+ * @date 2022年5月25日
49156
49306
  **/
49157
49307
  upDate: function upDate(val) {
49158
49308
  this.FormData.id = val.id;
@@ -49160,11 +49310,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49160
49310
  },
49161
49311
 
49162
49312
 
49163
- /**
49164
- * getProcess
49165
- * @desc:获取选择流程
49166
- * @author liufan
49167
- * @date 2022年5月25日
49313
+ /**
49314
+ * getProcess
49315
+ * @desc:获取选择流程
49316
+ * @author liufan
49317
+ * @date 2022年5月25日
49168
49318
  **/
49169
49319
  getProcess: function getProcess(val) {
49170
49320
  var _this30 = this;
@@ -49224,11 +49374,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49224
49374
  });
49225
49375
  },
49226
49376
 
49227
- /**
49228
- * getPendedhistoryList
49229
- * @desc:获取流程列表
49230
- * @author liufan
49231
- * @date 2022年5月25日
49377
+ /**
49378
+ * getPendedhistoryList
49379
+ * @desc:获取流程列表
49380
+ * @author liufan
49381
+ * @date 2022年5月25日
49232
49382
  **/
49233
49383
  getPendedhistoryList: function getPendedhistoryList() {
49234
49384
  var _this31 = this;
@@ -49296,12 +49446,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49296
49446
  },
49297
49447
 
49298
49448
  // 提交流程
49299
- /**
49300
- * subProcess
49301
- * @desc:提交流程
49302
- * @author liufan
49303
- * @param {String} formName 当前form表单ref值
49304
- * @date 2022年5月25日
49449
+ /**
49450
+ * subProcess
49451
+ * @desc:提交流程
49452
+ * @author liufan
49453
+ * @param {String} formName 当前form表单ref值
49454
+ * @date 2022年5月25日
49305
49455
  **/
49306
49456
  subProcess: function subProcess(val, type) {
49307
49457
  var _this33 = this;
@@ -49642,8 +49792,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
49642
49792
 
49643
49793
  var flow_src_main_component = normalizeComponent(
49644
49794
  packages_flow_src_mainvue_type_script_lang_js_,
49645
- mainvue_type_template_id_1a2d61ce_render,
49646
- mainvue_type_template_id_1a2d61ce_staticRenderFns,
49795
+ mainvue_type_template_id_d565d514_render,
49796
+ mainvue_type_template_id_d565d514_staticRenderFns,
49647
49797
  false,
49648
49798
  null,
49649
49799
  null,
@@ -53070,12 +53220,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53070
53220
  }
53071
53221
  },
53072
53222
 
53073
- /**
53074
- * handleFormSubmit
53075
- * @desc:删除节点点击事件
53076
- * @param {Object} formData 点击删除的form数据
53077
- * @author liufan
53078
- * @date 2022年11月29日
53223
+ /**
53224
+ * handleFormSubmit
53225
+ * @desc:删除节点点击事件
53226
+ * @param {Object} formData 点击删除的form数据
53227
+ * @author liufan
53228
+ * @date 2022年11月29日
53079
53229
  **/
53080
53230
  handleFormSubmit: function handleFormSubmit(formData) {
53081
53231
  var _this9 = this;
@@ -53106,48 +53256,48 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53106
53256
  });
53107
53257
  },
53108
53258
 
53109
- /**
53110
- * del
53111
- * @desc:展示删除弹窗
53112
- * @param {String} id 当前点击数据id
53113
- * @author liufan
53114
- * @date 2022年11月29日
53259
+ /**
53260
+ * del
53261
+ * @desc:展示删除弹窗
53262
+ * @param {String} id 当前点击数据id
53263
+ * @author liufan
53264
+ * @date 2022年11月29日
53115
53265
  **/
53116
53266
  del: function del(id) {
53117
53267
  this.historyId = id;
53118
53268
  this.showDel = true;
53119
53269
  },
53120
53270
 
53121
- /**
53122
- * handleCurrentChange
53123
- * @desc:监听页码变化
53124
- * @param {String} val 当前页
53125
- * @author liufan
53126
- * @date 2022年11月29日
53271
+ /**
53272
+ * handleCurrentChange
53273
+ * @desc:监听页码变化
53274
+ * @param {String} val 当前页
53275
+ * @author liufan
53276
+ * @date 2022年11月29日
53127
53277
  **/
53128
53278
  handleCurrentChange: function handleCurrentChange(val) {
53129
53279
  this.currentPage = val;
53130
53280
  this.getPressList();
53131
53281
  },
53132
53282
 
53133
- /**
53134
- * handleSizeChange
53135
- * @desc:监听每页数据显示数量变化
53136
- * @param {String} val 每页展示数量
53137
- * @author liufan
53138
- * @date 2022年11月29日
53283
+ /**
53284
+ * handleSizeChange
53285
+ * @desc:监听每页数据显示数量变化
53286
+ * @param {String} val 每页展示数量
53287
+ * @author liufan
53288
+ * @date 2022年11月29日
53139
53289
  **/
53140
53290
  handleSizeChange: function handleSizeChange(val) {
53141
53291
  this.pageSize = val;
53142
53292
  this.getPressList();
53143
53293
  },
53144
53294
 
53145
- /**
53146
- * sortChange
53147
- * @desc:监听排序变化
53148
- * @param {Object} info 需要排序的字段及排序方式
53149
- * @author liufan
53150
- * @date 2022年11月29日
53295
+ /**
53296
+ * sortChange
53297
+ * @desc:监听排序变化
53298
+ * @param {Object} info 需要排序的字段及排序方式
53299
+ * @author liufan
53300
+ * @date 2022年11月29日
53151
53301
  **/
53152
53302
  sortChange: function sortChange(info) {
53153
53303
  var prop = info.prop,
@@ -53158,11 +53308,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53158
53308
  this.getPressList();
53159
53309
  },
53160
53310
 
53161
- /**
53162
- * getPressList
53163
- * @desc:催办列表数据
53164
- * @author liufan
53165
- * @date 2022年11月29日
53311
+ /**
53312
+ * getPressList
53313
+ * @desc:催办列表数据
53314
+ * @author liufan
53315
+ * @date 2022年11月29日
53166
53316
  **/
53167
53317
  getPressList: function getPressList() {
53168
53318
  var _this10 = this;
@@ -53192,12 +53342,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53192
53342
  });
53193
53343
  },
53194
53344
 
53195
- /**
53196
- * goPress
53197
- * @desc:催办列表查看
53198
- * @param {String} id 催办列表id
53199
- * @author liufan
53200
- * @date 2022年11月29日
53345
+ /**
53346
+ * goPress
53347
+ * @desc:催办列表查看
53348
+ * @param {String} id 催办列表id
53349
+ * @author liufan
53350
+ * @date 2022年11月29日
53201
53351
  **/
53202
53352
  goPress: function goPress(id) {
53203
53353
  this.historyId = id;
@@ -53205,23 +53355,23 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53205
53355
  this.getPressList();
53206
53356
  },
53207
53357
 
53208
- /**
53209
- * showFile
53210
- * @desc:附件查看
53211
- * @param {String} ownId 附件id
53212
- * @author liufan
53213
- * @date 2022年11月29日
53358
+ /**
53359
+ * showFile
53360
+ * @desc:附件查看
53361
+ * @param {String} ownId 附件id
53362
+ * @author liufan
53363
+ * @date 2022年11月29日
53214
53364
  **/
53215
53365
  showFile: function showFile(ownId) {
53216
53366
  this.wfpendingid = ownId;
53217
53367
  this.showFileList = true;
53218
53368
  },
53219
53369
 
53220
- /**
53221
- * handleChange
53222
- * @desc:切换排序方式
53223
- * @author liufan
53224
- * @date 2022年11月22日
53370
+ /**
53371
+ * handleChange
53372
+ * @desc:切换排序方式
53373
+ * @author liufan
53374
+ * @date 2022年11月22日
53225
53375
  **/
53226
53376
  handleChange: function handleChange(key, value) {
53227
53377
  if (value) {
@@ -53271,11 +53421,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53271
53421
  }))();
53272
53422
  },
53273
53423
 
53274
- /**
53275
- * getFlowList
53276
- * @desc:获取流程列表
53277
- * @author liufan
53278
- * @date 2022年11月22日
53424
+ /**
53425
+ * getFlowList
53426
+ * @desc:获取流程列表
53427
+ * @author liufan
53428
+ * @date 2022年11月22日
53279
53429
  **/
53280
53430
  getFlowList: function getFlowList() {
53281
53431
  var _this12 = this;
@@ -53347,12 +53497,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53347
53497
  });
53348
53498
  },
53349
53499
 
53350
- /**
53351
- * handleClick
53352
- * @desc:表单点击事件
53353
- * @param {Object} val 当前点击行数据及按钮
53354
- * @author liufan
53355
- * @date 2022年11月10日
53500
+ /**
53501
+ * handleClick
53502
+ * @desc:表单点击事件
53503
+ * @param {Object} val 当前点击行数据及按钮
53504
+ * @author liufan
53505
+ * @date 2022年11月10日
53356
53506
  **/
53357
53507
  handleClick: function handleClick(val) {
53358
53508
  var _this13 = this;
@@ -53398,13 +53548,13 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53398
53548
  }
53399
53549
  },
53400
53550
 
53401
- /**
53402
- * getCodeValue
53403
- * @desc:获取代码表过滤后的值
53404
- * @param {String} value 展示数据的代码值
53405
- * @param {String} type 代码表类型
53406
- * @author liufan
53407
- * @date 2022年11月10日
53551
+ /**
53552
+ * getCodeValue
53553
+ * @desc:获取代码表过滤后的值
53554
+ * @param {String} value 展示数据的代码值
53555
+ * @param {String} type 代码表类型
53556
+ * @author liufan
53557
+ * @date 2022年11月10日
53408
53558
  **/
53409
53559
  getCodeValue: function getCodeValue(value, type) {
53410
53560
  var val = this[type].filter(function (item) {
@@ -53413,12 +53563,12 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53413
53563
  return val[0].shortName;
53414
53564
  },
53415
53565
 
53416
- /**
53417
- * getSysInfo
53418
- * @desc:获取代码表
53419
- * @param {String} code 编码code值
53420
- * @author liufan
53421
- * @date 2022年11月10日
53566
+ /**
53567
+ * getSysInfo
53568
+ * @desc:获取代码表
53569
+ * @param {String} code 编码code值
53570
+ * @author liufan
53571
+ * @date 2022年11月10日
53422
53572
  **/
53423
53573
  getSysInfo: function getSysInfo(code) {
53424
53574
  var _this14 = this;
@@ -53440,11 +53590,11 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
53440
53590
  }).catch(function (e) {});
53441
53591
  },
53442
53592
 
53443
- /**
53444
- * getListInfo
53445
- * @desc:获取预设列表数据
53446
- * @author liufan
53447
- * @date 2022年11月10日
53593
+ /**
53594
+ * getListInfo
53595
+ * @desc:获取预设列表数据
53596
+ * @author liufan
53597
+ * @date 2022年11月10日
53448
53598
  **/
53449
53599
  getListInfo: function getListInfo() {
53450
53600
  var _this15 = this;
@@ -59930,8 +60080,8 @@ mainvue_type_template_id_d57cecee_render._withStripped = true
59930
60080
 
59931
60081
  // CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=d57cecee&
59932
60082
 
59933
- // 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=2ee76725&scoped=true&
59934
- var simplicityvue_type_template_id_2ee76725_scoped_true_render = function () {
60083
+ // 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=1f6395a8&scoped=true&
60084
+ var simplicityvue_type_template_id_1f6395a8_scoped_true_render = function () {
59935
60085
  var _vm = this
59936
60086
  var _h = _vm.$createElement
59937
60087
  var _c = _vm._self._c || _h
@@ -60090,8 +60240,8 @@ var simplicityvue_type_template_id_2ee76725_scoped_true_render = function () {
60090
60240
  {
60091
60241
  name: "show",
60092
60242
  rawName: "v-show",
60093
- value: _vm.menus.length,
60094
- expression: "menus.length",
60243
+ value: _vm.applications.length,
60244
+ expression: "applications.length",
60095
60245
  },
60096
60246
  ],
60097
60247
  staticClass: "es-simplicity-side-app",
@@ -60625,11 +60775,11 @@ var simplicityvue_type_template_id_2ee76725_scoped_true_render = function () {
60625
60775
  ),
60626
60776
  ])
60627
60777
  }
60628
- var simplicityvue_type_template_id_2ee76725_scoped_true_staticRenderFns = []
60629
- simplicityvue_type_template_id_2ee76725_scoped_true_render._withStripped = true
60778
+ var simplicityvue_type_template_id_1f6395a8_scoped_true_staticRenderFns = []
60779
+ simplicityvue_type_template_id_1f6395a8_scoped_true_render._withStripped = true
60630
60780
 
60631
60781
 
60632
- // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=2ee76725&scoped=true&
60782
+ // CONCATENATED MODULE: ./packages/main/src/simplicity/index.vue?vue&type=template&id=1f6395a8&scoped=true&
60633
60783
 
60634
60784
  // 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&
60635
60785
  var avatarvue_type_template_id_e722b45c_scoped_true_render = function () {
@@ -62718,10 +62868,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
62718
62868
  this.$emit('click', res);
62719
62869
  },
62720
62870
 
62721
- /**
62722
- * @desc:获取气泡提醒
62723
- * @author huangbo
62724
- * @date 2024年9月7日
62871
+ /**
62872
+ * @desc:获取气泡提醒
62873
+ * @author huangbo
62874
+ * @date 2024年9月7日
62725
62875
  **/
62726
62876
  getBadge: function getBadge(res) {
62727
62877
  var num = res.tips || 0;
@@ -66818,10 +66968,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66818
66968
  },
66819
66969
 
66820
66970
  methods: {
66821
- /**
66822
- * @desc:匹配路由
66823
- * @author huangbo
66824
- * @date 2024年9月7日
66971
+ /**
66972
+ * @desc:匹配路由
66973
+ * @author huangbo
66974
+ * @date 2024年9月7日
66825
66975
  **/
66826
66976
  hasRouter: function hasRouter(res, url, code) {
66827
66977
  if (!url) {
@@ -66865,10 +67015,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66865
67015
  return false;
66866
67016
  },
66867
67017
 
66868
- /**
66869
- * @desc:获取初始数据
66870
- * @author huangbo
66871
- * @date 2024年9月7日
67018
+ /**
67019
+ * @desc:获取初始数据
67020
+ * @author huangbo
67021
+ * @date 2024年9月7日
66872
67022
  **/
66873
67023
  init: function init(results, first) {
66874
67024
  this.setConfig(results);
@@ -66877,10 +67027,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
66877
67027
  }
66878
67028
  },
66879
67029
 
66880
- /**
66881
- * @desc:设置用户配置及信息
66882
- * @author huangbo
66883
- * @date 2024年9月7日
67030
+ /**
67031
+ * @desc:设置用户配置及信息
67032
+ * @author huangbo
67033
+ * @date 2024年9月7日
66884
67034
  **/
66885
67035
  setConfig: function setConfig(results) {
66886
67036
  localStorage.setItem('mainConfig', JSON.stringify(results));
@@ -67017,10 +67167,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67017
67167
  }
67018
67168
  },
67019
67169
 
67020
- /**
67021
- * @desc:获取所有应用
67022
- * @author huangbo
67023
- * @date 2024年9月7日
67170
+ /**
67171
+ * @desc:获取所有应用
67172
+ * @author huangbo
67173
+ * @date 2024年9月7日
67024
67174
  **/
67025
67175
  getApplications: function getApplications() {
67026
67176
  var _this = this;
@@ -67068,10 +67218,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67068
67218
  });
67069
67219
  },
67070
67220
 
67071
- /**
67072
- * @desc:获取菜单列表
67073
- * @author huangbo
67074
- * @date 2024年9月7日
67221
+ /**
67222
+ * @desc:获取菜单列表
67223
+ * @author huangbo
67224
+ * @date 2024年9月7日
67075
67225
  **/
67076
67226
  getMenus: function getMenus(loading) {
67077
67227
  var _this2 = this;
@@ -67104,10 +67254,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67104
67254
  });
67105
67255
  },
67106
67256
 
67107
- /**
67108
- * @desc:处理菜单列表
67109
- * @author huangbo
67110
- * @date 2024年9月7日
67257
+ /**
67258
+ * @desc:处理菜单列表
67259
+ * @author huangbo
67260
+ * @date 2024年9月7日
67111
67261
  **/
67112
67262
  renderMenus: function renderMenus(res) {
67113
67263
  this.menus = res;
@@ -67203,10 +67353,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67203
67353
  }
67204
67354
  },
67205
67355
 
67206
- /**
67207
- * @desc:设置页面加载类型
67208
- * @author huangbo
67209
- * @date 2024年9月7日
67356
+ /**
67357
+ * @desc:设置页面加载类型
67358
+ * @author huangbo
67359
+ * @date 2024年9月7日
67210
67360
  **/
67211
67361
  setIframeType: function setIframeType(res) {
67212
67362
  var url = res.url;
@@ -67262,10 +67412,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67262
67412
  return res;
67263
67413
  },
67264
67414
 
67265
- /**
67266
- * @desc:获取菜单
67267
- * @author huangbo
67268
- * @date 2024年9月7日
67415
+ /**
67416
+ * @desc:获取菜单
67417
+ * @author huangbo
67418
+ * @date 2024年9月7日
67269
67419
  **/
67270
67420
  getMenu: function getMenu(menus, res, key) {
67271
67421
  if (Array.isArray(menus)) {
@@ -67294,10 +67444,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67294
67444
  return false;
67295
67445
  },
67296
67446
 
67297
- /**
67298
- * @desc:获取菜单第一条数据
67299
- * @author huangbo
67300
- * @date 2024年9月7日
67447
+ /**
67448
+ * @desc:获取菜单第一条数据
67449
+ * @author huangbo
67450
+ * @date 2024年9月7日
67301
67451
  **/
67302
67452
  getFirst: function getFirst(obj) {
67303
67453
  if (!obj) {
@@ -67316,10 +67466,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67316
67466
  }
67317
67467
  },
67318
67468
 
67319
- /**
67320
- * @desc:遍历设置菜单气泡提醒
67321
- * @author huangbo
67322
- * @date 2024年9月7日
67469
+ /**
67470
+ * @desc:遍历设置菜单气泡提醒
67471
+ * @author huangbo
67472
+ * @date 2024年9月7日
67323
67473
  **/
67324
67474
  setTips: function setTips(obj) {
67325
67475
  var _this3 = this;
@@ -67382,10 +67532,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67382
67532
  }
67383
67533
  },
67384
67534
 
67385
- /**
67386
- * @desc:获取气泡提醒
67387
- * @author huangbo
67388
- * @date 2024年9月7日
67535
+ /**
67536
+ * @desc:获取气泡提醒
67537
+ * @author huangbo
67538
+ * @date 2024年9月7日
67389
67539
  **/
67390
67540
  getBadge: function getBadge(res) {
67391
67541
  var num = res.tips || 0;
@@ -67399,10 +67549,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67399
67549
  };
67400
67550
  },
67401
67551
 
67402
- /**
67403
- * @desc:开启weosocket
67404
- * @author huangbo
67405
- * @date 2024年9月7日
67552
+ /**
67553
+ * @desc:开启weosocket
67554
+ * @author huangbo
67555
+ * @date 2024年9月7日
67406
67556
  **/
67407
67557
  initWebSocket: function initWebSocket() {
67408
67558
  var _this5 = this;
@@ -67451,10 +67601,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67451
67601
  });
67452
67602
  },
67453
67603
 
67454
- /**
67455
- * @desc:显示用户信息
67456
- * @author huangbo
67457
- * @date 2024年9月7日
67604
+ /**
67605
+ * @desc:显示用户信息
67606
+ * @author huangbo
67607
+ * @date 2024年9月7日
67458
67608
  **/
67459
67609
  showUserInfo: function showUserInfo() {
67460
67610
  if (this.showUser === false) {
@@ -67462,19 +67612,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67462
67612
  }
67463
67613
  },
67464
67614
 
67465
- /**
67466
- * @desc:删除更多应用菜单点击
67467
- * @author huangbo
67468
- * @date 2024年9月7日
67615
+ /**
67616
+ * @desc:删除更多应用菜单点击
67617
+ * @author huangbo
67618
+ * @date 2024年9月7日
67469
67619
  **/
67470
67620
  handleDelete: function handleDelete(index) {
67471
67621
  this.newApps.splice(index, 1);
67472
67622
  },
67473
67623
 
67474
- /**
67475
- * @desc:储存更多应用菜单点击
67476
- * @author huangbo
67477
- * @date 2024年9月7日
67624
+ /**
67625
+ * @desc:储存更多应用菜单点击
67626
+ * @author huangbo
67627
+ * @date 2024年9月7日
67478
67628
  **/
67479
67629
  handlerClickApps: function handlerClickApps(res) {
67480
67630
  if (res.permission === false) {
@@ -67487,10 +67637,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67487
67637
  this.handlerClickApp(res);
67488
67638
  },
67489
67639
 
67490
- /**
67491
- * @desc:侧边应用菜单点击
67492
- * @author huangbo
67493
- * @date 2024年9月7日
67640
+ /**
67641
+ * @desc:侧边应用菜单点击
67642
+ * @author huangbo
67643
+ * @date 2024年9月7日
67494
67644
  **/
67495
67645
  handlerClickApp: function handlerClickApp(res) {
67496
67646
  this.showMsg = false;
@@ -67579,10 +67729,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67579
67729
  }
67580
67730
  },
67581
67731
 
67582
- /**
67583
- * @desc:显示Drawer界面
67584
- * @author huangbo
67585
- * @date 2024年9月7日
67732
+ /**
67733
+ * @desc:显示Drawer界面
67734
+ * @author huangbo
67735
+ * @date 2024年9月7日
67586
67736
  **/
67587
67737
  handlerSetDrawer: function handlerSetDrawer(res, type) {
67588
67738
  var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
@@ -67602,19 +67752,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67602
67752
  }
67603
67753
  },
67604
67754
 
67605
- /**
67606
- * @desc:关闭Drawer界面
67607
- * @author huangbo
67608
- * @date 2024年9月7日
67755
+ /**
67756
+ * @desc:关闭Drawer界面
67757
+ * @author huangbo
67758
+ * @date 2024年9月7日
67609
67759
  **/
67610
67760
  handleCloseDrawer: function handleCloseDrawer() {
67611
67761
  this.drawer = { visible: false };
67612
67762
  },
67613
67763
 
67614
- /**
67615
- * @desc:菜单点击
67616
- * @author huangbo
67617
- * @date 2024年9月7日
67764
+ /**
67765
+ * @desc:菜单点击
67766
+ * @author huangbo
67767
+ * @date 2024年9月7日
67618
67768
  **/
67619
67769
  handlerClickMenu: function handlerClickMenu(res) {
67620
67770
  utils_util["a" /* default */].ajax({
@@ -67663,19 +67813,19 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67663
67813
  },
67664
67814
 
67665
67815
 
67666
- /**
67667
- * @desc:用户详情请求成功
67668
- * @author huangbo
67669
- * @date 2024年9月7日
67816
+ /**
67817
+ * @desc:用户详情请求成功
67818
+ * @author huangbo
67819
+ * @date 2024年9月7日
67670
67820
  **/
67671
67821
  handleSuccess: function handleSuccess(res) {
67672
67822
  this.simpleUserInfo = res.simpleUserInfo;
67673
67823
  },
67674
67824
 
67675
- /**
67676
- * @desc:修改用户配置
67677
- * @author huangbo
67678
- * @date 2024年9月7日
67825
+ /**
67826
+ * @desc:修改用户配置
67827
+ * @author huangbo
67828
+ * @date 2024年9月7日
67679
67829
  **/
67680
67830
  handleChangeConfig: function handleChangeConfig(name, res) {
67681
67831
  if (name == 'userHeadUrl') {
@@ -67691,10 +67841,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67691
67841
  }
67692
67842
  },
67693
67843
 
67694
- /**
67695
- * @desc:关闭webSocket
67696
- * @author huangbo
67697
- * @date 2024年9月7日
67844
+ /**
67845
+ * @desc:关闭webSocket
67846
+ * @author huangbo
67847
+ * @date 2024年9月7日
67698
67848
  **/
67699
67849
  handlerClose: function handlerClose() {
67700
67850
  if (this.webSocket) {
@@ -67702,10 +67852,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67702
67852
  }
67703
67853
  },
67704
67854
 
67705
- /**
67706
- * @desc:刷新选中iframe页签
67707
- * @author huangbo
67708
- * @date 2024年9月7日
67855
+ /**
67856
+ * @desc:刷新选中iframe页签
67857
+ * @author huangbo
67858
+ * @date 2024年9月7日
67709
67859
  **/
67710
67860
  handleRefresh: function handleRefresh() {
67711
67861
  var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
@@ -67726,10 +67876,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67726
67876
  }
67727
67877
  },
67728
67878
 
67729
- /**
67730
- * @desc:删除iframe
67731
- * @author huangbo
67732
- * @date 2024年9月7日
67879
+ /**
67880
+ * @desc:删除iframe
67881
+ * @author huangbo
67882
+ * @date 2024年9月7日
67733
67883
  **/
67734
67884
  handleRemove: function handleRemove(name) {
67735
67885
  var len = this.tabs.length - 1;
@@ -67746,10 +67896,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67746
67896
  }
67747
67897
  },
67748
67898
 
67749
- /**
67750
- * @desc:tabs鼠标右键事件
67751
- * @author huangbo
67752
- * @date 2024年9月7日
67899
+ /**
67900
+ * @desc:tabs鼠标右键事件
67901
+ * @author huangbo
67902
+ * @date 2024年9月7日
67753
67903
  **/
67754
67904
  handleContextmenu: function handleContextmenu(tabs, e) {
67755
67905
  var disabled = {};
@@ -67774,10 +67924,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67774
67924
  window.addEventListener('click', this.closeTabsEvents);
67775
67925
  },
67776
67926
 
67777
- /**
67778
- * @desc:tabs页签事件
67779
- * @author huangbo
67780
- * @date 2024年9月7日
67927
+ /**
67928
+ * @desc:tabs页签事件
67929
+ * @author huangbo
67930
+ * @date 2024年9月7日
67781
67931
  **/
67782
67932
  handleTabsEvents: function handleTabsEvents(num) {
67783
67933
  if (this.pane !== null) {
@@ -67795,10 +67945,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67795
67945
  window.removeEventListener('click', this.closeTabsEvents);
67796
67946
  },
67797
67947
 
67798
- /**
67799
- * @desc:handler工具栏点击事件
67800
- * @author huangbo
67801
- * @date 2024年9月7日
67948
+ /**
67949
+ * @desc:handler工具栏点击事件
67950
+ * @author huangbo
67951
+ * @date 2024年9月7日
67802
67952
  **/
67803
67953
  handleClick: function handleClick(res) {
67804
67954
  var type = res.type,
@@ -67876,10 +68026,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67876
68026
  this.$emit('handler-click', res);
67877
68027
  },
67878
68028
 
67879
- /**
67880
- * @desc:退出登录
67881
- * @author huangbo
67882
- * @date 2024年9月7日
68029
+ /**
68030
+ * @desc:退出登录
68031
+ * @author huangbo
68032
+ * @date 2024年9月7日
67883
68033
  **/
67884
68034
  handleQuit: function handleQuit() {
67885
68035
  var _this6 = this;
@@ -67954,10 +68104,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67954
68104
  }).catch(function (e) {});
67955
68105
  },
67956
68106
 
67957
- /**
67958
- * @desc:主题、消息回调
67959
- * @author huangbo
67960
- * @date 2024年9月7日
68107
+ /**
68108
+ * @desc:主题、消息回调
68109
+ * @author huangbo
68110
+ * @date 2024年9月7日
67961
68111
  **/
67962
68112
  handleChange: function handleChange(res) {
67963
68113
  var type = res.type,
@@ -67973,10 +68123,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67973
68123
  }
67974
68124
  },
67975
68125
 
67976
- /**
67977
- * @desc:菜单布局样式切换
67978
- * @author huangbo
67979
- * @date 2024年9月7日
68126
+ /**
68127
+ * @desc:菜单布局样式切换
68128
+ * @author huangbo
68129
+ * @date 2024年9月7日
67980
68130
  **/
67981
68131
  handleLayout: function handleLayout(res, active) {
67982
68132
  if (active) {
@@ -67985,10 +68135,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67985
68135
  this.$emit('chang-layout', res, active);
67986
68136
  },
67987
68137
 
67988
- /**
67989
- * @desc:消息修改总数
67990
- * @author huangbo
67991
- * @date 2024年9月7日
68138
+ /**
68139
+ * @desc:消息修改总数
68140
+ * @author huangbo
68141
+ * @date 2024年9月7日
67992
68142
  **/
67993
68143
  handleMenuTips: function handleMenuTips(id, num) {
67994
68144
  if (num) {
@@ -67999,10 +68149,10 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
67999
68149
  }
68000
68150
  },
68001
68151
 
68002
- /**
68003
- * @desc:处理即时消息
68004
- * @author huangbo
68005
- * @date 2024年9月7日
68152
+ /**
68153
+ * @desc:处理即时消息
68154
+ * @author huangbo
68155
+ * @date 2024年9月7日
68006
68156
  **/
68007
68157
  handleOpened: function handleOpened(res) {
68008
68158
  var _this7 = this;
@@ -68126,11 +68276,11 @@ var simplicityvue_type_script_lang_js_events = [function (tabs, index, that) {
68126
68276
 
68127
68277
  var simplicity_component = normalizeComponent(
68128
68278
  src_simplicityvue_type_script_lang_js_,
68129
- simplicityvue_type_template_id_2ee76725_scoped_true_render,
68130
- simplicityvue_type_template_id_2ee76725_scoped_true_staticRenderFns,
68279
+ simplicityvue_type_template_id_1f6395a8_scoped_true_render,
68280
+ simplicityvue_type_template_id_1f6395a8_scoped_true_staticRenderFns,
68131
68281
  false,
68132
68282
  null,
68133
- "2ee76725",
68283
+ "1f6395a8",
68134
68284
  null
68135
68285
 
68136
68286
  )
@@ -75161,19 +75311,19 @@ var QRCode = __webpack_require__(24);
75161
75311
  //设置logo大小
75162
75312
  var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
75163
75313
  //设置获取的logo将其变为圆角以及添加白色背景
75164
- /* ctx.fillStyle = "#fff";
75165
- ctx.beginPath();
75166
- let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
75167
- let w = 46; //圆角宽
75168
- let x = logoPosition - 5;
75169
- let y = logoPosition - 5;
75170
- let r = 5; //圆角半径
75171
- ctx.moveTo(x + r, y);
75172
- ctx.arcTo(x + w, y, x + w, y + h, r);
75173
- ctx.arcTo(x + w, y + h, x, y + h, r);
75174
- ctx.arcTo(x, y + h, x, y, r);
75175
- ctx.arcTo(x, y, x + w, y, r);
75176
- ctx.closePath();
75314
+ /* ctx.fillStyle = "#fff";
75315
+ ctx.beginPath();
75316
+ let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
75317
+ let w = 46; //圆角宽
75318
+ let x = logoPosition - 5;
75319
+ let y = logoPosition - 5;
75320
+ let r = 5; //圆角半径
75321
+ ctx.moveTo(x + r, y);
75322
+ ctx.arcTo(x + w, y, x + w, y + h, r);
75323
+ ctx.arcTo(x + w, y + h, x, y + h, r);
75324
+ ctx.arcTo(x, y + h, x, y, r);
75325
+ ctx.arcTo(x, y, x + w, y, r);
75326
+ ctx.closePath();
75177
75327
  ctx.fill(); */
75178
75328
  logo.onload = function () {
75179
75329
  ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
@@ -81601,7 +81751,9 @@ var switch_src_mainvue_type_script_lang_js_extends = Object.assign || function (
81601
81751
  },
81602
81752
  value: [String, Boolean, Number],
81603
81753
  readonly: Boolean,
81604
- plain: Boolean
81754
+ plain: Boolean,
81755
+ activeText: String,
81756
+ inactiveText: String
81605
81757
  },
81606
81758
  data: function data() {
81607
81759
  return {
@@ -81655,10 +81807,10 @@ var switch_src_mainvue_type_script_lang_js_extends = Object.assign || function (
81655
81807
  if (utils_util["a" /* default */].isObject(item) && (typeof item.value === 'boolean' || typeof item.value === 'number')) {
81656
81808
  if (item.value) {
81657
81809
  _this.attrs.activeValue = item.value;
81658
- _this.attrs.activeText = item.name || item.label || item.text || item.value;
81810
+ _this.attrs.activeText = _this.activeText !== undefined ? _this.activeText : item.name || item.label || item.text || item.value;
81659
81811
  } else {
81660
81812
  _this.attrs.inactiveValue = item.value;
81661
- _this.attrs.inactiveText = item.name || item.label || item.text || item.value;
81813
+ _this.attrs.inactiveText = _this.inactiveText !== undefined ? _this.inactiveText : item.name || item.label || item.text || item.value;
81662
81814
  }
81663
81815
  } else {
81664
81816
  console.error('数据错误');
@@ -81669,17 +81821,17 @@ var switch_src_mainvue_type_script_lang_js_extends = Object.assign || function (
81669
81821
  if (this.data.active && this.data.inactive) {
81670
81822
  if (typeof this.data.active === 'string') {
81671
81823
  this.attrs.activeValue = this.data.active;
81672
- this.attrs.activeText = this.data.active;
81824
+ this.attrs.activeText = this.activeText !== undefined ? this.activeText : this.data.active;
81673
81825
  } else if (utils_util["a" /* default */].isObject(this.data.active)) {
81674
81826
  this.attrs.activeValue = this.data.active.value;
81675
- this.attrs.activeText = this.data.active.name || this.data.active.label || this.data.active.text || this.data.active.value;
81827
+ this.attrs.activeText = this.activeText !== undefined ? this.activeText : this.data.active.name || this.data.active.label || this.data.active.text || this.data.active.value;
81676
81828
  }
81677
81829
  if (typeof this.data.inactive === 'string') {
81678
81830
  this.attrs.inactiveValue = this.data.inactive;
81679
- this.attrs.inactiveText = this.data.inactive;
81831
+ this.attrs.inactiveText = this.inactiveText !== undefined ? this.inactiveText : this.data.inactive;
81680
81832
  } else if (utils_util["a" /* default */].isObject(this.data.inactive)) {
81681
81833
  this.attrs.inactiveValue = this.data.inactive.value;
81682
- this.attrs.inactiveText = this.data.inactive.name || this.data.inactive.label || this.data.inactive.text || this.data.inactive.value;
81834
+ this.attrs.inactiveText = this.inactiveText !== undefined ? this.inactiveText : this.data.inactive.name || this.data.inactive.label || this.data.inactive.text || this.data.inactive.value;
81683
81835
  }
81684
81836
  }
81685
81837
  }
@@ -84613,8 +84765,8 @@ tips_src_main.install = function (Vue) {
84613
84765
  };
84614
84766
 
84615
84767
  /* harmony default export */ var tips = (tips_src_main);
84616
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=cd716718&
84617
- var mainvue_type_template_id_cd716718_render = function () {
84768
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=template&id=39950d7e&
84769
+ var mainvue_type_template_id_39950d7e_render = function () {
84618
84770
  var _vm = this
84619
84771
  var _h = _vm.$createElement
84620
84772
  var _c = _vm._self._c || _h
@@ -84811,11 +84963,11 @@ var mainvue_type_template_id_cd716718_render = function () {
84811
84963
  )
84812
84964
  : _vm._e()
84813
84965
  }
84814
- var mainvue_type_template_id_cd716718_staticRenderFns = []
84815
- mainvue_type_template_id_cd716718_render._withStripped = true
84966
+ var mainvue_type_template_id_39950d7e_staticRenderFns = []
84967
+ mainvue_type_template_id_39950d7e_render._withStripped = true
84816
84968
 
84817
84969
 
84818
- // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=cd716718&
84970
+ // CONCATENATED MODULE: ./packages/tree/src/main.vue?vue&type=template&id=39950d7e&
84819
84971
 
84820
84972
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/tree/src/main.vue?vue&type=script&lang=js&
84821
84973
  //
@@ -85217,7 +85369,7 @@ mainvue_type_template_id_cd716718_render._withStripped = true
85217
85369
  getTreeDatas: function getTreeDatas(param) {
85218
85370
  var _this2 = this;
85219
85371
 
85220
- var params = utils_util["a" /* default */].extend({}, this.param, this.where, param || {});
85372
+ var params = utils_util["a" /* default */].extend({}, this.param, param || {}, this.where);
85221
85373
  if (!this.url || !this.isRemote) return;
85222
85374
  this.loading = true;
85223
85375
  utils_util["a" /* default */].ajax({
@@ -85531,8 +85683,8 @@ mainvue_type_template_id_cd716718_render._withStripped = true
85531
85683
 
85532
85684
  var tree_src_main_component = normalizeComponent(
85533
85685
  packages_tree_src_mainvue_type_script_lang_js_,
85534
- mainvue_type_template_id_cd716718_render,
85535
- mainvue_type_template_id_cd716718_staticRenderFns,
85686
+ mainvue_type_template_id_39950d7e_render,
85687
+ mainvue_type_template_id_39950d7e_staticRenderFns,
85536
85688
  false,
85537
85689
  null,
85538
85690
  null,
@@ -93270,7 +93422,7 @@ if (typeof window !== 'undefined' && window.Vue) {
93270
93422
  }
93271
93423
 
93272
93424
  /* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
93273
- version: '0.7.18',
93425
+ version: '0.7.20',
93274
93426
  install: install,
93275
93427
  Button: packages_button,
93276
93428
  ButtonGroup: button_group,