eoss-ui 0.8.10 → 0.8.11

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 (239) hide show
  1. package/lib/calogin.js +233 -233
  2. package/lib/eoss-ui.common.js +786 -785
  3. package/lib/flow.js +256 -255
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +283 -283
  6. package/lib/qr-code.js +13 -13
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/lib/theme-chalk/login.css +1 -1
  9. package/package.json +1 -1
  10. package/packages/button/index.js +5 -5
  11. package/packages/button/src/main.vue +418 -418
  12. package/packages/button-group/index.js +5 -5
  13. package/packages/calendar/index.js +5 -5
  14. package/packages/calogin/index.js +5 -5
  15. package/packages/calogin/src/plugin.js +915 -915
  16. package/packages/card/index.js +5 -5
  17. package/packages/card/src/main.vue +156 -156
  18. package/packages/cascader/index.js +5 -5
  19. package/packages/cascader/src/main.vue +168 -168
  20. package/packages/checkbox-group/index.js +5 -5
  21. package/packages/checkbox-group/src/main.vue +333 -333
  22. package/packages/clients/index.js +5 -5
  23. package/packages/data-table/index.js +5 -5
  24. package/packages/data-table/src/children.vue +46 -46
  25. package/packages/data-table/src/main.vue +1876 -1876
  26. package/packages/data-table/src/sizer.vue +195 -195
  27. package/packages/data-table-form/index.js +5 -5
  28. package/packages/data-table-form/src/checkbox.vue +101 -101
  29. package/packages/data-table-form/src/colgroup.vue +17 -17
  30. package/packages/data-table-form/src/main.vue +181 -181
  31. package/packages/data-table-form/src/radio.vue +65 -65
  32. package/packages/data-table-form/src/table.vue +233 -233
  33. package/packages/data-table-form/src/tbody.vue +336 -336
  34. package/packages/data-table-form/src/thead.vue +68 -68
  35. package/packages/date-picker/index.js +5 -5
  36. package/packages/date-picker/src/main.vue +236 -236
  37. package/packages/dialog/index.js +5 -5
  38. package/packages/enable-drag/index.js +5 -5
  39. package/packages/enterprise/index.js +5 -5
  40. package/packages/enterprise/src/main.vue +66 -66
  41. package/packages/error-page/index.js +5 -5
  42. package/packages/error-page/src/main.vue +44 -44
  43. package/packages/flow/index.js +5 -5
  44. package/packages/flow/src/component/Circulate.vue +419 -419
  45. package/packages/flow/src/component/FreeCirculation.vue +245 -245
  46. package/packages/flow/src/component/TimeLimit.vue +190 -190
  47. package/packages/flow/src/component/taskUnionExamine.vue +763 -763
  48. package/packages/flow/src/freeStartFlow.vue +2898 -2898
  49. package/packages/flow/src/main.vue +4201 -4201
  50. package/packages/flow/src/processForm.vue +1717 -1717
  51. package/packages/flow/src/processReject.vue +311 -311
  52. package/packages/flow/src/reset.vue +952 -952
  53. package/packages/flow/src/startTaskRead.vue +698 -698
  54. package/packages/flow/src/supervise.vue +162 -162
  55. package/packages/flow-group/index.js +5 -5
  56. package/packages/flow-group/src/main.vue +750 -750
  57. package/packages/flow-list/index.js +5 -5
  58. package/packages/form/index.js +5 -5
  59. package/packages/handle-user/index.js +5 -5
  60. package/packages/handle-user/src/main.vue +137 -137
  61. package/packages/handler/index.js +5 -5
  62. package/packages/handler/src/main.vue +499 -499
  63. package/packages/icon/index.js +5 -5
  64. package/packages/icons/index.js +5 -5
  65. package/packages/icons/src/main.vue +81 -81
  66. package/packages/input/index.js +5 -5
  67. package/packages/input/src/main.vue +356 -356
  68. package/packages/input-number/index.js +5 -5
  69. package/packages/input-number/src/main.vue +106 -106
  70. package/packages/label/index.js +5 -5
  71. package/packages/label/src/main.vue +457 -457
  72. package/packages/layout/index.js +5 -5
  73. package/packages/layout/src/item.vue +152 -152
  74. package/packages/layout/src/main.vue +31 -31
  75. package/packages/login/index.js +5 -5
  76. package/packages/login/src/main.vue +2088 -2088
  77. package/packages/main/index.js +5 -5
  78. package/packages/main/src/default/message.vue +249 -249
  79. package/packages/main/src/default/notice.vue +157 -157
  80. package/packages/main/src/default/userinfo.vue +513 -513
  81. package/packages/main/src/simplicity/index.vue +2335 -2335
  82. package/packages/main/src/simplicity/lists.vue +84 -84
  83. package/packages/main/src/simplicity/router-page.vue +45 -45
  84. package/packages/main/src/simplicity/userinfo.vue +408 -408
  85. package/packages/main/src/simplicityTop/index.vue +2626 -2626
  86. package/packages/main/src/simplicityTop/userinfo.vue +408 -408
  87. package/packages/menu/index.js +5 -5
  88. package/packages/nav/index.js +5 -5
  89. package/packages/notify/index.js +5 -5
  90. package/packages/notify/src/main.vue +538 -538
  91. package/packages/page/index.js +5 -5
  92. package/packages/page/src/main.vue +167 -167
  93. package/packages/pagination/index.js +5 -5
  94. package/packages/pagination/src/main.vue +96 -96
  95. package/packages/player/index.js +5 -5
  96. package/packages/player/src/main.vue +194 -194
  97. package/packages/qr-code/index.js +5 -5
  98. package/packages/qr-code/src/main.vue +170 -170
  99. package/packages/radio-group/index.js +6 -6
  100. package/packages/radio-group/src/main.vue +319 -319
  101. package/packages/retrial-auth/index.js +5 -5
  102. package/packages/retrial-auth/src/main.vue +299 -299
  103. package/packages/select/index.js +5 -5
  104. package/packages/select-ganged/index.js +5 -5
  105. package/packages/select-ganged/src/main.vue +724 -724
  106. package/packages/selector/index.js +5 -5
  107. package/packages/selector-panel/index.js +5 -5
  108. package/packages/selector-panel/src/tree.vue +129 -129
  109. package/packages/sizer/index.js +5 -5
  110. package/packages/sizer/src/main.vue +254 -254
  111. package/packages/steps/index.js +5 -5
  112. package/packages/steps/src/main.vue +181 -181
  113. package/packages/switch/index.js +5 -5
  114. package/packages/table-form/index.js +5 -5
  115. package/packages/tabs/index.js +5 -5
  116. package/packages/tabs/src/main.vue +788 -788
  117. package/packages/tabs-panel/index.js +5 -5
  118. package/packages/tabs-panel/src/main.vue +29 -29
  119. package/packages/theme-chalk/gulpfile.js +25 -0
  120. package/packages/theme-chalk/src/base.scss +261 -261
  121. package/packages/theme-chalk/src/button-group.scss +176 -176
  122. package/packages/theme-chalk/src/button.scss +24 -24
  123. package/packages/theme-chalk/src/calendar.scss +113 -113
  124. package/packages/theme-chalk/src/card.scss +99 -99
  125. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  126. package/packages/theme-chalk/src/clients.scss +87 -87
  127. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  128. package/packages/theme-chalk/src/date-picker.scss +7 -7
  129. package/packages/theme-chalk/src/dialog.scss +77 -77
  130. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  131. package/packages/theme-chalk/src/enterprise.scss +5 -5
  132. package/packages/theme-chalk/src/error-page.scss +18 -18
  133. package/packages/theme-chalk/src/flow-group.scss +110 -110
  134. package/packages/theme-chalk/src/flow.scss +373 -373
  135. package/packages/theme-chalk/src/handle-user.scss +40 -40
  136. package/packages/theme-chalk/src/icons.scss +99 -99
  137. package/packages/theme-chalk/src/input.scss +9 -9
  138. package/packages/theme-chalk/src/label.scss +24 -24
  139. package/packages/theme-chalk/src/layout.scss +46 -46
  140. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  141. package/packages/theme-chalk/src/nav.scss +111 -111
  142. package/packages/theme-chalk/src/page.scss +3 -3
  143. package/packages/theme-chalk/src/pagination.scss +29 -29
  144. package/packages/theme-chalk/src/player.scss +9 -9
  145. package/packages/theme-chalk/src/qr-code.scss +17 -17
  146. package/packages/theme-chalk/src/radio-group.scss +9 -9
  147. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  148. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  149. package/packages/theme-chalk/src/select.scss +8 -8
  150. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  151. package/packages/theme-chalk/src/sizer.scss +36 -36
  152. package/packages/theme-chalk/src/steps.scss +88 -88
  153. package/packages/theme-chalk/src/switch.scss +3 -3
  154. package/packages/theme-chalk/src/table-form.scss +1 -1
  155. package/packages/theme-chalk/src/tabs.scss +87 -87
  156. package/packages/theme-chalk/src/tips.scss +7 -7
  157. package/packages/theme-chalk/src/toolbar.scss +179 -179
  158. package/packages/theme-chalk/src/tree-group.scss +72 -72
  159. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  160. package/packages/tips/index.js +5 -5
  161. package/packages/toolbar/index.js +5 -5
  162. package/packages/toolbar/src/main.vue +430 -430
  163. package/packages/tree/index.js +5 -5
  164. package/packages/tree-group/index.js +5 -5
  165. package/packages/upload/index.js +5 -5
  166. package/packages/upload/src/main.vue +1344 -1344
  167. package/packages/upload/src/picture.js +15 -15
  168. package/packages/wujie/index.js +5 -5
  169. package/packages/wxlogin/index.js +5 -5
  170. package/packages/wxlogin/src/main.vue +128 -128
  171. package/src/config/image.js +2 -2
  172. package/src/index.js +1 -1
  173. package/src/utils/bus.js +3 -3
  174. package/src/utils/date-util.js +312 -312
  175. package/src/utils/http.js +50 -50
  176. package/src/utils/store.js +21 -21
  177. package/src/utils/webSocket.js +107 -107
  178. package/packages/theme-chalk/lib/base.css +0 -1
  179. package/packages/theme-chalk/lib/button-group.css +0 -1
  180. package/packages/theme-chalk/lib/button.css +0 -1
  181. package/packages/theme-chalk/lib/calendar.css +0 -1
  182. package/packages/theme-chalk/lib/calogin.css +0 -0
  183. package/packages/theme-chalk/lib/card.css +0 -1
  184. package/packages/theme-chalk/lib/cascader.css +0 -0
  185. package/packages/theme-chalk/lib/checkbox-group.css +0 -1
  186. package/packages/theme-chalk/lib/clients.css +0 -1
  187. package/packages/theme-chalk/lib/data-table-form.css +0 -1
  188. package/packages/theme-chalk/lib/data-table.css +0 -1
  189. package/packages/theme-chalk/lib/date-picker.css +0 -1
  190. package/packages/theme-chalk/lib/dialog.css +0 -1
  191. package/packages/theme-chalk/lib/enable-drag.css +0 -1
  192. package/packages/theme-chalk/lib/enterprise.css +0 -1
  193. package/packages/theme-chalk/lib/error-page.css +0 -1
  194. package/packages/theme-chalk/lib/flow-chart.css +0 -0
  195. package/packages/theme-chalk/lib/flow-group.css +0 -1
  196. package/packages/theme-chalk/lib/flow-list.css +0 -1
  197. package/packages/theme-chalk/lib/flow.css +0 -1
  198. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  199. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  200. package/packages/theme-chalk/lib/form.css +0 -1
  201. package/packages/theme-chalk/lib/handle-user.css +0 -1
  202. package/packages/theme-chalk/lib/handler.css +0 -1
  203. package/packages/theme-chalk/lib/icon.css +0 -1
  204. package/packages/theme-chalk/lib/icons.css +0 -1
  205. package/packages/theme-chalk/lib/index.css +0 -1
  206. package/packages/theme-chalk/lib/input-number.css +0 -0
  207. package/packages/theme-chalk/lib/input.css +0 -1
  208. package/packages/theme-chalk/lib/label.css +0 -1
  209. package/packages/theme-chalk/lib/layout.css +0 -1
  210. package/packages/theme-chalk/lib/login.css +0 -1
  211. package/packages/theme-chalk/lib/main.css +0 -1
  212. package/packages/theme-chalk/lib/menu.css +0 -1
  213. package/packages/theme-chalk/lib/nav.css +0 -1
  214. package/packages/theme-chalk/lib/notify.css +0 -0
  215. package/packages/theme-chalk/lib/page.css +0 -1
  216. package/packages/theme-chalk/lib/pagination.css +0 -1
  217. package/packages/theme-chalk/lib/player.css +0 -1
  218. package/packages/theme-chalk/lib/qr-code.css +0 -1
  219. package/packages/theme-chalk/lib/radio-group.css +0 -1
  220. package/packages/theme-chalk/lib/retrial-auth.css +0 -1
  221. package/packages/theme-chalk/lib/select-ganged.css +0 -1
  222. package/packages/theme-chalk/lib/select.css +0 -1
  223. package/packages/theme-chalk/lib/selector-panel.css +0 -1
  224. package/packages/theme-chalk/lib/selector.css +0 -1
  225. package/packages/theme-chalk/lib/simplicity-top.css +0 -1
  226. package/packages/theme-chalk/lib/simplicity.css +0 -1
  227. package/packages/theme-chalk/lib/sizer.css +0 -1
  228. package/packages/theme-chalk/lib/steps.css +0 -1
  229. package/packages/theme-chalk/lib/switch.css +0 -1
  230. package/packages/theme-chalk/lib/table-form.css +0 -0
  231. package/packages/theme-chalk/lib/tabs-panel.css +0 -0
  232. package/packages/theme-chalk/lib/tabs.css +0 -1
  233. package/packages/theme-chalk/lib/tips.css +0 -1
  234. package/packages/theme-chalk/lib/toolbar.css +0 -1
  235. package/packages/theme-chalk/lib/tree-group.css +0 -1
  236. package/packages/theme-chalk/lib/tree.css +0 -1
  237. package/packages/theme-chalk/lib/upload.css +0 -1
  238. package/packages/theme-chalk/lib/wujie.css +0 -0
  239. package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/flow.js CHANGED
@@ -12734,11 +12734,11 @@ var processFormvue_type_script_lang_js_components;
12734
12734
  });
12735
12735
  },
12736
12736
 
12737
- /**
12738
- * isMultiple
12739
- * @desc:是否多选
12740
- * @author liufan
12741
- * @date 2022年9月13日
12737
+ /**
12738
+ * isMultiple
12739
+ * @desc:是否多选
12740
+ * @author liufan
12741
+ * @date 2022年9月13日
12742
12742
  **/
12743
12743
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
12744
12744
  var multiple = false;
@@ -13807,8 +13807,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
13807
13807
  )
13808
13808
 
13809
13809
  /* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
13810
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
13811
- var processRejectvue_type_template_id_364df082_render = function () {
13810
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=d881d334&
13811
+ var processRejectvue_type_template_id_d881d334_render = function () {
13812
13812
  var _vm = this
13813
13813
  var _h = _vm.$createElement
13814
13814
  var _c = _vm._self._c || _h
@@ -13926,9 +13926,10 @@ var processRejectvue_type_template_id_364df082_render = function () {
13926
13926
  rawName: "v-show",
13927
13927
  value:
13928
13928
  _vm.nextNode.noticeList.length != 0 &&
13929
- _vm.rejectObj.length != 0,
13929
+ _vm.rejectObj.length != 0 &&
13930
+ !_vm.hideMessage,
13930
13931
  expression:
13931
- "nextNode.noticeList.length != 0 && rejectObj.length != 0",
13932
+ "nextNode.noticeList.length != 0 && rejectObj.length != 0 && !hideMessage",
13932
13933
  },
13933
13934
  ],
13934
13935
  attrs: { prop: "noticeType", label: "通知方式" },
@@ -14042,11 +14043,11 @@ var processRejectvue_type_template_id_364df082_render = function () {
14042
14043
  1
14043
14044
  )
14044
14045
  }
14045
- var processRejectvue_type_template_id_364df082_staticRenderFns = []
14046
- processRejectvue_type_template_id_364df082_render._withStripped = true
14046
+ var processRejectvue_type_template_id_d881d334_staticRenderFns = []
14047
+ processRejectvue_type_template_id_d881d334_render._withStripped = true
14047
14048
 
14048
14049
 
14049
- // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
14050
+ // CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=d881d334&
14050
14051
 
14051
14052
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
14052
14053
  //
@@ -14367,8 +14368,8 @@ processRejectvue_type_template_id_364df082_render._withStripped = true
14367
14368
 
14368
14369
  var processReject_component = Object(componentNormalizer["a" /* default */])(
14369
14370
  src_processRejectvue_type_script_lang_js_,
14370
- processRejectvue_type_template_id_364df082_render,
14371
- processRejectvue_type_template_id_364df082_staticRenderFns,
14371
+ processRejectvue_type_template_id_d881d334_render,
14372
+ processRejectvue_type_template_id_d881d334_staticRenderFns,
14372
14373
  false,
14373
14374
  null,
14374
14375
  null,
@@ -16820,11 +16821,11 @@ var resetvue_type_script_lang_js_components;
16820
16821
  });
16821
16822
  },
16822
16823
 
16823
- /**
16824
- * isMultiple
16825
- * @desc:是否多选
16826
- * @author liufan
16827
- * @date 2022年9月13日
16824
+ /**
16825
+ * isMultiple
16826
+ * @desc:是否多选
16827
+ * @author liufan
16828
+ * @date 2022年9月13日
16828
16829
  **/
16829
16830
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
16830
16831
  var multiple = false;
@@ -21472,11 +21473,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21472
21473
  });
21473
21474
  },
21474
21475
 
21475
- /**
21476
- * saveInfo
21477
- * @desc:暂存
21478
- * @author liufan
21479
- * @date 2022年9月9日
21476
+ /**
21477
+ * saveInfo
21478
+ * @desc:暂存
21479
+ * @author liufan
21480
+ * @date 2022年9月9日
21480
21481
  **/
21481
21482
  saveInfo: function saveInfo(type, btn) {
21482
21483
  var _this6 = this;
@@ -21538,11 +21539,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21538
21539
  });
21539
21540
  },
21540
21541
 
21541
- /**
21542
- * rejectBtn
21543
- * @desc:点击驳回
21544
- * @author liufan
21545
- * @date 2022年5月25日
21542
+ /**
21543
+ * rejectBtn
21544
+ * @desc:点击驳回
21545
+ * @author liufan
21546
+ * @date 2022年5月25日
21546
21547
  **/
21547
21548
  rejectBtn: function rejectBtn() {
21548
21549
  var _this8 = this;
@@ -21560,11 +21561,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21560
21561
  }
21561
21562
  },
21562
21563
 
21563
- /**
21564
- * taskReadBtn
21565
- * @desc:点击分阅
21566
- * @author liufan
21567
- * @date 2022年5月25日
21564
+ /**
21565
+ * taskReadBtn
21566
+ * @desc:点击分阅
21567
+ * @author liufan
21568
+ * @date 2022年5月25日
21568
21569
  **/
21569
21570
  taskReadBtn: function taskReadBtn() {
21570
21571
  var _this9 = this;
@@ -21583,11 +21584,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21583
21584
  }
21584
21585
  },
21585
21586
 
21586
- /**
21587
- * getFind
21588
- * @desc:获取通知方式
21589
- * @author liufan
21590
- * @date 2022年5月25日
21587
+ /**
21588
+ * getFind
21589
+ * @desc:获取通知方式
21590
+ * @author liufan
21591
+ * @date 2022年5月25日
21591
21592
  **/
21592
21593
  getFind: function getFind() {
21593
21594
  var _this10 = this;
@@ -21643,12 +21644,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21643
21644
  });
21644
21645
  },
21645
21646
 
21646
- /**
21647
- * endFlows
21648
- * @desc:直接办结
21649
- * @author liufan
21650
- * @param {Object} res 直接办结数据
21651
- * @date 2022年5月25日
21647
+ /**
21648
+ * endFlows
21649
+ * @desc:直接办结
21650
+ * @author liufan
21651
+ * @param {Object} res 直接办结数据
21652
+ * @date 2022年5月25日
21652
21653
  **/
21653
21654
  endFlows: function endFlows(res) {
21654
21655
  var _this12 = this;
@@ -21702,12 +21703,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21702
21703
  }).catch(function (e) {});
21703
21704
  },
21704
21705
 
21705
- /**
21706
- * goView
21707
- * @desc:更多流程按钮操作
21708
- * @author liufan
21709
- * @param {Object} res 当前点击操作按钮数据
21710
- * @date 2022年5月25日
21706
+ /**
21707
+ * goView
21708
+ * @desc:更多流程按钮操作
21709
+ * @author liufan
21710
+ * @param {Object} res 当前点击操作按钮数据
21711
+ * @date 2022年5月25日
21711
21712
  **/
21712
21713
  goView: function goView(res) {
21713
21714
  // 驳回并办结:rejectAndEndHtml
@@ -21792,11 +21793,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21792
21793
  // isCanStartSubFlow
21793
21794
  },
21794
21795
 
21795
- /**
21796
- * toTakeAdvice
21797
- * @desc:征求意见
21798
- * @author liufan
21799
- * @date 2022年9月29日
21796
+ /**
21797
+ * toTakeAdvice
21798
+ * @desc:征求意见
21799
+ * @author liufan
21800
+ * @date 2022年9月29日
21800
21801
  **/
21801
21802
  toTakeAdvice: function toTakeAdvice(res) {
21802
21803
  var _this14 = this;
@@ -21840,11 +21841,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21840
21841
  });
21841
21842
  },
21842
21843
 
21843
- /**
21844
- * toStartDraf
21845
- * @desc: 稿件递送、联合审核、复核
21846
- * @author liufan
21847
- * @date 2022年9月29日
21844
+ /**
21845
+ * toStartDraf
21846
+ * @desc: 稿件递送、联合审核、复核
21847
+ * @author liufan
21848
+ * @date 2022年9月29日
21848
21849
  **/
21849
21850
  toStartDraf: function toStartDraf(res) {
21850
21851
  var _this16 = this;
@@ -21858,11 +21859,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21858
21859
  }
21859
21860
  },
21860
21861
 
21861
- /**
21862
- * toSendMsg
21863
- * @desc:核稿通知
21864
- * @author liufan
21865
- * @date 2022年9月29日
21862
+ /**
21863
+ * toSendMsg
21864
+ * @desc:核稿通知
21865
+ * @author liufan
21866
+ * @date 2022年9月29日
21866
21867
  **/
21867
21868
  toSendMsg: function toSendMsg(res) {
21868
21869
  var _this17 = this;
@@ -21876,11 +21877,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21876
21877
  }
21877
21878
  },
21878
21879
 
21879
- /**
21880
- * toTaskReadAndEnd
21881
- * @desc:分阅并办结
21882
- * @author liufan
21883
- * @date 2022年9月29日
21880
+ /**
21881
+ * toTaskReadAndEnd
21882
+ * @desc:分阅并办结
21883
+ * @author liufan
21884
+ * @date 2022年9月29日
21884
21885
  **/
21885
21886
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
21886
21887
  var _this18 = this;
@@ -21898,11 +21899,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21898
21899
  }
21899
21900
  },
21900
21901
 
21901
- /**
21902
- * rejectAndEnd
21903
- * @desc:驳回并办结
21904
- * @author liufan
21905
- * @date 2022年9月29日
21902
+ /**
21903
+ * rejectAndEnd
21904
+ * @desc:驳回并办结
21905
+ * @author liufan
21906
+ * @date 2022年9月29日
21906
21907
  **/
21907
21908
  rejectAndEnd: function rejectAndEnd(res) {
21908
21909
  var _this19 = this;
@@ -21957,11 +21958,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21957
21958
  });
21958
21959
  },
21959
21960
 
21960
- /**
21961
- * toTransfer
21962
- * @desc:转办
21963
- * @author liufan
21964
- * @date 2022年9月29日
21961
+ /**
21962
+ * toTransfer
21963
+ * @desc:转办
21964
+ * @author liufan
21965
+ * @date 2022年9月29日
21965
21966
  **/
21966
21967
  toTransfer: function toTransfer(res) {
21967
21968
  var _this21 = this;
@@ -21977,11 +21978,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
21977
21978
  }
21978
21979
  },
21979
21980
 
21980
- /**
21981
- * getNodeInfo
21982
- * @desc:获取节点信息
21983
- * @author liufan
21984
- * @date 2022年5月25日
21981
+ /**
21982
+ * getNodeInfo
21983
+ * @desc:获取节点信息
21984
+ * @author liufan
21985
+ * @date 2022年5月25日
21985
21986
  **/
21986
21987
  getNodeInfo: function getNodeInfo() {
21987
21988
  var _this22 = this;
@@ -22080,12 +22081,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22080
22081
  });
22081
22082
  },
22082
22083
 
22083
- /**
22084
- * selecNext
22085
- * @desc:下步节点变化时更新数据
22086
- * @author liufan
22087
- * @param {String} val 当前选中值
22088
- * @date 2022年5月25日
22084
+ /**
22085
+ * selecNext
22086
+ * @desc:下步节点变化时更新数据
22087
+ * @author liufan
22088
+ * @param {String} val 当前选中值
22089
+ * @date 2022年5月25日
22089
22090
  **/
22090
22091
  selecNext: function selecNext(val, type, isDef) {
22091
22092
  var _this23 = this;
@@ -22194,11 +22195,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22194
22195
  if (isDef !== true) this.getNodeInfo();
22195
22196
  },
22196
22197
 
22197
- /**
22198
- * isMultiple
22199
- * @desc:是否多选
22200
- * @author liufan
22201
- * @date 2022年9月13日
22198
+ /**
22199
+ * isMultiple
22200
+ * @desc:是否多选
22201
+ * @author liufan
22202
+ * @date 2022年9月13日
22202
22203
  **/
22203
22204
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
22204
22205
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -22230,11 +22231,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22230
22231
  }
22231
22232
  },
22232
22233
 
22233
- /**
22234
- * getHedInfo
22235
- * @desc:获取审核页面数据
22236
- * @author liufan
22237
- * @date 2022年5月25日
22234
+ /**
22235
+ * getHedInfo
22236
+ * @desc:获取审核页面数据
22237
+ * @author liufan
22238
+ * @date 2022年5月25日
22238
22239
  **/
22239
22240
  getHedInfo: function getHedInfo() {
22240
22241
  var _this24 = this;
@@ -22470,13 +22471,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22470
22471
  });
22471
22472
  },
22472
22473
 
22473
- /**
22474
- * closeProcess
22475
- * @desc:关闭弹窗
22476
- * @author liufan
22477
- * @param {boolean} val 当前是否办理流程
22478
- * @param {String} type 当前点击的弹窗类型
22479
- * @date 2022年5月25日
22474
+ /**
22475
+ * closeProcess
22476
+ * @desc:关闭弹窗
22477
+ * @author liufan
22478
+ * @param {boolean} val 当前是否办理流程
22479
+ * @param {String} type 当前点击的弹窗类型
22480
+ * @date 2022年5月25日
22480
22481
  **/
22481
22482
  closeProcess: function closeProcess(val, type, closeParent) {
22482
22483
  if (closeParent) {
@@ -22493,23 +22494,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22493
22494
  }
22494
22495
  },
22495
22496
 
22496
- /**
22497
- * selectChange
22498
- * @desc:常用语选择
22499
- * @author liufan
22500
- * @param {String} val 选中值
22501
- * @date 2022年5月25日
22497
+ /**
22498
+ * selectChange
22499
+ * @desc:常用语选择
22500
+ * @author liufan
22501
+ * @param {String} val 选中值
22502
+ * @date 2022年5月25日
22502
22503
  **/
22503
22504
  selectChange: function selectChange(val) {
22504
22505
  this.value = val;
22505
22506
  },
22506
22507
 
22507
- /**
22508
- * upDate
22509
- * @desc:修改常用语
22510
- * @author liufan
22511
- * @param {Object} val 修改值
22512
- * @date 2022年5月25日
22508
+ /**
22509
+ * upDate
22510
+ * @desc:修改常用语
22511
+ * @author liufan
22512
+ * @param {Object} val 修改值
22513
+ * @date 2022年5月25日
22513
22514
  **/
22514
22515
  upDate: function upDate(val) {
22515
22516
  this.FormData.id = val.id;
@@ -22517,11 +22518,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22517
22518
  },
22518
22519
 
22519
22520
 
22520
- /**
22521
- * getProcess
22522
- * @desc:获取选择流程
22523
- * @author liufan
22524
- * @date 2022年5月25日
22521
+ /**
22522
+ * getProcess
22523
+ * @desc:获取选择流程
22524
+ * @author liufan
22525
+ * @date 2022年5月25日
22525
22526
  **/
22526
22527
  getProcess: function getProcess() {
22527
22528
  var _this25 = this;
@@ -22575,11 +22576,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22575
22576
  });
22576
22577
  },
22577
22578
 
22578
- /**
22579
- * getPendedhistoryList
22580
- * @desc:获取流程列表
22581
- * @author liufan
22582
- * @date 2022年5月25日
22579
+ /**
22580
+ * getPendedhistoryList
22581
+ * @desc:获取流程列表
22582
+ * @author liufan
22583
+ * @date 2022年5月25日
22583
22584
  **/
22584
22585
  getPendedhistoryList: function getPendedhistoryList() {
22585
22586
  var _this26 = this;
@@ -22611,12 +22612,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22611
22612
  },
22612
22613
 
22613
22614
  // 提交流程
22614
- /**
22615
- * subProcess
22616
- * @desc:提交流程
22617
- * @author liufan
22618
- * @param {String} formName 当前form表单ref值
22619
- * @date 2022年5月25日
22615
+ /**
22616
+ * subProcess
22617
+ * @desc:提交流程
22618
+ * @author liufan
22619
+ * @param {String} formName 当前form表单ref值
22620
+ * @date 2022年5月25日
22620
22621
  **/
22621
22622
  subProcess: function subProcess(val) {
22622
22623
  var _this27 = this;
@@ -26569,11 +26570,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26569
26570
  });
26570
26571
  },
26571
26572
 
26572
- /**
26573
- * saveInfo
26574
- * @desc:暂存
26575
- * @author liufan
26576
- * @date 2022年9月9日
26573
+ /**
26574
+ * saveInfo
26575
+ * @desc:暂存
26576
+ * @author liufan
26577
+ * @date 2022年9月9日
26577
26578
  **/
26578
26579
  saveInfo: function saveInfo(type, btn) {
26579
26580
  var _this13 = this;
@@ -26635,11 +26636,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26635
26636
  });
26636
26637
  },
26637
26638
 
26638
- /**
26639
- * rejectBtn
26640
- * @desc:点击驳回
26641
- * @author liufan
26642
- * @date 2022年5月25日
26639
+ /**
26640
+ * rejectBtn
26641
+ * @desc:点击驳回
26642
+ * @author liufan
26643
+ * @date 2022年5月25日
26643
26644
  **/
26644
26645
  rejectBtn: function rejectBtn() {
26645
26646
  var _this15 = this;
@@ -26657,11 +26658,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26657
26658
  }
26658
26659
  },
26659
26660
 
26660
- /**
26661
- * taskReadBtn
26662
- * @desc:点击分阅
26663
- * @author liufan
26664
- * @date 2022年5月25日
26661
+ /**
26662
+ * taskReadBtn
26663
+ * @desc:点击分阅
26664
+ * @author liufan
26665
+ * @date 2022年5月25日
26665
26666
  **/
26666
26667
  taskReadBtn: function taskReadBtn() {
26667
26668
  var _this16 = this;
@@ -26680,11 +26681,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26680
26681
  }
26681
26682
  },
26682
26683
 
26683
- /**
26684
- * getFind
26685
- * @desc:获取通知方式
26686
- * @author liufan
26687
- * @date 2022年5月25日
26684
+ /**
26685
+ * getFind
26686
+ * @desc:获取通知方式
26687
+ * @author liufan
26688
+ * @date 2022年5月25日
26688
26689
  **/
26689
26690
  getFind: function getFind() {
26690
26691
  var _this17 = this;
@@ -26751,12 +26752,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26751
26752
  });
26752
26753
  },
26753
26754
 
26754
- /**
26755
- * endFlows
26756
- * @desc:直接办结
26757
- * @author liufan
26758
- * @param {Object} res 直接办结数据
26759
- * @date 2022年5月25日
26755
+ /**
26756
+ * endFlows
26757
+ * @desc:直接办结
26758
+ * @author liufan
26759
+ * @param {Object} res 直接办结数据
26760
+ * @date 2022年5月25日
26760
26761
  **/
26761
26762
  endFlows: function endFlows(res) {
26762
26763
  var _this19 = this;
@@ -26811,12 +26812,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26811
26812
  }).catch(function (e) {});
26812
26813
  },
26813
26814
 
26814
- /**
26815
- * goView
26816
- * @desc:更多流程按钮操作
26817
- * @author liufan
26818
- * @param {Object} res 当前点击操作按钮数据
26819
- * @date 2022年5月25日
26815
+ /**
26816
+ * goView
26817
+ * @desc:更多流程按钮操作
26818
+ * @author liufan
26819
+ * @param {Object} res 当前点击操作按钮数据
26820
+ * @date 2022年5月25日
26820
26821
  **/
26821
26822
  goView: function goView(res) {
26822
26823
  // 驳回并办结:rejectAndEndHtml
@@ -26903,11 +26904,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26903
26904
  // isCanStartSubFlow
26904
26905
  },
26905
26906
 
26906
- /**
26907
- * toTakeAdvice
26908
- * @desc:征求意见
26909
- * @author liufan
26910
- * @date 2022年9月29日
26907
+ /**
26908
+ * toTakeAdvice
26909
+ * @desc:征求意见
26910
+ * @author liufan
26911
+ * @date 2022年9月29日
26911
26912
  **/
26912
26913
  toTakeAdvice: function toTakeAdvice(res) {
26913
26914
  var _this21 = this;
@@ -26951,11 +26952,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26951
26952
  });
26952
26953
  },
26953
26954
 
26954
- /**
26955
- * toStartDraf
26956
- * @desc: 稿件递送、联合审核、复核
26957
- * @author liufan
26958
- * @date 2022年9月29日
26955
+ /**
26956
+ * toStartDraf
26957
+ * @desc: 稿件递送、联合审核、复核
26958
+ * @author liufan
26959
+ * @date 2022年9月29日
26959
26960
  **/
26960
26961
  toStartDraf: function toStartDraf(res) {
26961
26962
  var _this23 = this;
@@ -26969,11 +26970,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26969
26970
  }
26970
26971
  },
26971
26972
 
26972
- /**
26973
- * toSendMsg
26974
- * @desc:核稿通知
26975
- * @author liufan
26976
- * @date 2022年9月29日
26973
+ /**
26974
+ * toSendMsg
26975
+ * @desc:核稿通知
26976
+ * @author liufan
26977
+ * @date 2022年9月29日
26977
26978
  **/
26978
26979
  toSendMsg: function toSendMsg(res) {
26979
26980
  var _this24 = this;
@@ -26987,11 +26988,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
26987
26988
  }
26988
26989
  },
26989
26990
 
26990
- /**
26991
- * toTaskReadAndEnd
26992
- * @desc:分阅并办结
26993
- * @author liufan
26994
- * @date 2022年9月29日
26991
+ /**
26992
+ * toTaskReadAndEnd
26993
+ * @desc:分阅并办结
26994
+ * @author liufan
26995
+ * @date 2022年9月29日
26995
26996
  **/
26996
26997
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
26997
26998
  var _this25 = this;
@@ -27009,11 +27010,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27009
27010
  }
27010
27011
  },
27011
27012
 
27012
- /**
27013
- * rejectAndEnd
27014
- * @desc:驳回并办结
27015
- * @author liufan
27016
- * @date 2022年9月29日
27013
+ /**
27014
+ * rejectAndEnd
27015
+ * @desc:驳回并办结
27016
+ * @author liufan
27017
+ * @date 2022年9月29日
27017
27018
  **/
27018
27019
  rejectAndEnd: function rejectAndEnd(res) {
27019
27020
  var _this26 = this;
@@ -27069,11 +27070,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27069
27070
  });
27070
27071
  },
27071
27072
 
27072
- /**
27073
- * toTransfer
27074
- * @desc:转办
27075
- * @author liufan
27076
- * @date 2022年9月29日
27073
+ /**
27074
+ * toTransfer
27075
+ * @desc:转办
27076
+ * @author liufan
27077
+ * @date 2022年9月29日
27077
27078
  **/
27078
27079
  toTransfer: function toTransfer(res) {
27079
27080
  var _this28 = this;
@@ -27092,11 +27093,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27092
27093
  this.nextNode.customLimitTime = val;
27093
27094
  },
27094
27095
 
27095
- /**
27096
- * getNodeInfo
27097
- * @desc:获取节点信息
27098
- * @author liufan
27099
- * @date 2022年5月25日
27096
+ /**
27097
+ * getNodeInfo
27098
+ * @desc:获取节点信息
27099
+ * @author liufan
27100
+ * @date 2022年5月25日
27100
27101
  **/
27101
27102
  getNodeInfo: function getNodeInfo() {
27102
27103
  var _this29 = this;
@@ -27207,12 +27208,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27207
27208
  });
27208
27209
  },
27209
27210
 
27210
- /**
27211
- * selecNext
27212
- * @desc:下步节点变化时更新数据
27213
- * @author liufan
27214
- * @param {String} val 当前选中值
27215
- * @date 2022年5月25日
27211
+ /**
27212
+ * selecNext
27213
+ * @desc:下步节点变化时更新数据
27214
+ * @author liufan
27215
+ * @param {String} val 当前选中值
27216
+ * @date 2022年5月25日
27216
27217
  **/
27217
27218
  selecNext: function selecNext(val, type, isDef) {
27218
27219
  var _this30 = this;
@@ -27352,11 +27353,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27352
27353
  }
27353
27354
  },
27354
27355
 
27355
- /**
27356
- * isMultiple
27357
- * @desc:是否多选
27358
- * @author liufan
27359
- * @date 2022年9月13日
27356
+ /**
27357
+ * isMultiple
27358
+ * @desc:是否多选
27359
+ * @author liufan
27360
+ * @date 2022年9月13日
27360
27361
  **/
27361
27362
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
27362
27363
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -27388,11 +27389,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27388
27389
  }
27389
27390
  },
27390
27391
 
27391
- /**
27392
- * getHedInfo
27393
- * @desc:获取审核页面数据
27394
- * @author liufan
27395
- * @date 2022年5月25日
27392
+ /**
27393
+ * getHedInfo
27394
+ * @desc:获取审核页面数据
27395
+ * @author liufan
27396
+ * @date 2022年5月25日
27396
27397
  **/
27397
27398
  getHedInfo: function getHedInfo() {
27398
27399
  var _this31 = this;
@@ -27708,13 +27709,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27708
27709
  });
27709
27710
  },
27710
27711
 
27711
- /**
27712
- * closeProcess
27713
- * @desc:关闭弹窗
27714
- * @author liufan
27715
- * @param {boolean} val 当前是否办理流程
27716
- * @param {String} type 当前点击的弹窗类型
27717
- * @date 2022年5月25日
27712
+ /**
27713
+ * closeProcess
27714
+ * @desc:关闭弹窗
27715
+ * @author liufan
27716
+ * @param {boolean} val 当前是否办理流程
27717
+ * @param {String} type 当前点击的弹窗类型
27718
+ * @date 2022年5月25日
27718
27719
  **/
27719
27720
  closeProcess: function closeProcess(val, type, closeParent) {
27720
27721
  if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
@@ -27734,23 +27735,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27734
27735
  }
27735
27736
  },
27736
27737
 
27737
- /**
27738
- * selectChange
27739
- * @desc:常用语选择
27740
- * @author liufan
27741
- * @param {String} val 选中值
27742
- * @date 2022年5月25日
27738
+ /**
27739
+ * selectChange
27740
+ * @desc:常用语选择
27741
+ * @author liufan
27742
+ * @param {String} val 选中值
27743
+ * @date 2022年5月25日
27743
27744
  **/
27744
27745
  selectChange: function selectChange(val) {
27745
27746
  this.value = val;
27746
27747
  },
27747
27748
 
27748
- /**
27749
- * upDate
27750
- * @desc:修改常用语
27751
- * @author liufan
27752
- * @param {Object} val 修改值
27753
- * @date 2022年5月25日
27749
+ /**
27750
+ * upDate
27751
+ * @desc:修改常用语
27752
+ * @author liufan
27753
+ * @param {Object} val 修改值
27754
+ * @date 2022年5月25日
27754
27755
  **/
27755
27756
  upDate: function upDate(val) {
27756
27757
  this.FormData.id = val.id;
@@ -27758,11 +27759,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27758
27759
  },
27759
27760
 
27760
27761
 
27761
- /**
27762
- * getProcess
27763
- * @desc:获取选择流程
27764
- * @author liufan
27765
- * @date 2022年5月25日
27762
+ /**
27763
+ * getProcess
27764
+ * @desc:获取选择流程
27765
+ * @author liufan
27766
+ * @date 2022年5月25日
27766
27767
  **/
27767
27768
  getProcess: function getProcess(val) {
27768
27769
  var _this32 = this;
@@ -27822,11 +27823,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27822
27823
  });
27823
27824
  },
27824
27825
 
27825
- /**
27826
- * getPendedhistoryList
27827
- * @desc:获取流程列表
27828
- * @author liufan
27829
- * @date 2022年5月25日
27826
+ /**
27827
+ * getPendedhistoryList
27828
+ * @desc:获取流程列表
27829
+ * @author liufan
27830
+ * @date 2022年5月25日
27830
27831
  **/
27831
27832
  getPendedhistoryList: function getPendedhistoryList() {
27832
27833
  var _this33 = this;
@@ -27897,12 +27898,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27897
27898
  beforeSubProcess: function beforeSubProcess() {},
27898
27899
 
27899
27900
  // 提交流程
27900
- /**
27901
- * subProcess
27902
- * @desc:提交流程
27903
- * @author liufan
27904
- * @param {String} formName 当前form表单ref值
27905
- * @date 2022年5月25日
27901
+ /**
27902
+ * subProcess
27903
+ * @desc:提交流程
27904
+ * @author liufan
27905
+ * @param {String} formName 当前form表单ref值
27906
+ * @date 2022年5月25日
27906
27907
  **/
27907
27908
  subProcess: function subProcess(val, type) {
27908
27909
  var _this35 = this;