eoss-ui 0.6.67 → 0.6.68

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 (244) hide show
  1. package/lib/calogin.js +663 -254
  2. package/lib/eoss-ui.common.js +1317 -902
  3. package/lib/flow-list.js +158 -175
  4. package/lib/flow.js +280 -280
  5. package/lib/index.js +1 -1
  6. package/lib/login.js +58 -35
  7. package/lib/main.js +132 -132
  8. package/lib/qr-code.js +13 -13
  9. package/lib/theme-chalk/index.css +1 -1
  10. package/lib/theme-chalk/login.css +1 -1
  11. package/package.json +160 -160
  12. package/packages/.DS_Store +0 -0
  13. package/packages/autocomplete/.DS_Store +0 -0
  14. package/packages/button/index.js +5 -5
  15. package/packages/button/src/main.vue +418 -418
  16. package/packages/button-group/index.js +5 -5
  17. package/packages/button-group/src/main.vue +298 -298
  18. package/packages/calendar/index.js +5 -5
  19. package/packages/calogin/.DS_Store +0 -0
  20. package/packages/calogin/index.js +5 -5
  21. package/packages/calogin/src/main.vue +368 -131
  22. package/packages/calogin/src/plugin.js +915 -748
  23. package/packages/card/index.js +5 -5
  24. package/packages/card/src/main.vue +156 -156
  25. package/packages/cascader/index.js +5 -5
  26. package/packages/cascader/src/main.vue +168 -168
  27. package/packages/checkbox-group/index.js +5 -5
  28. package/packages/checkbox-group/src/main.vue +333 -333
  29. package/packages/clients/index.js +5 -5
  30. package/packages/clients/src/main.vue +151 -151
  31. package/packages/data-table/index.js +5 -5
  32. package/packages/data-table/src/children.vue +39 -39
  33. package/packages/data-table/src/column.vue +989 -989
  34. package/packages/data-table/src/main.vue +1822 -1822
  35. package/packages/data-table/src/sizer.vue +195 -195
  36. package/packages/data-table-form/index.js +5 -5
  37. package/packages/data-table-form/src/checkbox.vue +101 -101
  38. package/packages/data-table-form/src/colgroup.vue +17 -17
  39. package/packages/data-table-form/src/main.vue +181 -181
  40. package/packages/data-table-form/src/radio.vue +65 -65
  41. package/packages/data-table-form/src/table.vue +233 -233
  42. package/packages/data-table-form/src/tbody.vue +336 -336
  43. package/packages/data-table-form/src/thead.vue +68 -68
  44. package/packages/date-picker/.DS_Store +0 -0
  45. package/packages/date-picker/index.js +5 -5
  46. package/packages/date-picker/src/.DS_Store +0 -0
  47. package/packages/date-picker/src/main.vue +236 -236
  48. package/packages/dialog/index.js +5 -5
  49. package/packages/enable-drag/index.js +5 -5
  50. package/packages/enterprise/index.js +5 -5
  51. package/packages/enterprise/src/main.vue +66 -66
  52. package/packages/error-page/index.js +5 -5
  53. package/packages/error-page/src/main.vue +44 -44
  54. package/packages/flow/.DS_Store +0 -0
  55. package/packages/flow/index.js +5 -5
  56. package/packages/flow/src/component/Circulate.vue +351 -351
  57. package/packages/flow/src/component/CommonOpinions.vue +346 -346
  58. package/packages/flow/src/component/CustomPreset.vue +322 -322
  59. package/packages/flow/src/component/FileList.vue +99 -99
  60. package/packages/flow/src/component/Preset.vue +255 -255
  61. package/packages/flow/src/component/SendMsg.vue +241 -241
  62. package/packages/flow/src/component/TimeLimit.vue +190 -190
  63. package/packages/flow/src/component/taskUnionExamine.vue +619 -619
  64. package/packages/flow/src/form.vue +121 -121
  65. package/packages/flow/src/freeStartFlow.vue +2843 -2843
  66. package/packages/flow/src/main.vue +3367 -3367
  67. package/packages/flow/src/processForm.vue +1091 -1091
  68. package/packages/flow/src/processReject.vue +294 -294
  69. package/packages/flow/src/reset.vue +905 -905
  70. package/packages/flow/src/startTaskRead.vue +659 -659
  71. package/packages/flow/src/supervise.vue +149 -149
  72. package/packages/flow/src/table.vue +58 -58
  73. package/packages/flow-group/index.js +5 -5
  74. package/packages/flow-group/src/main.vue +688 -688
  75. package/packages/flow-list/.DS_Store +0 -0
  76. package/packages/flow-list/index.js +5 -5
  77. package/packages/flow-list/src/main.vue +1738 -1757
  78. package/packages/form/index.js +5 -5
  79. package/packages/form/src/main.vue +3581 -3581
  80. package/packages/form/src/table.vue +1426 -1426
  81. package/packages/handle-user/index.js +5 -5
  82. package/packages/handle-user/src/main.vue +138 -138
  83. package/packages/handler/index.js +5 -5
  84. package/packages/handler/src/main.vue +493 -493
  85. package/packages/icon/index.js +5 -5
  86. package/packages/icon/src/main.vue +101 -101
  87. package/packages/icons/index.js +5 -5
  88. package/packages/icons/src/main.vue +81 -81
  89. package/packages/input/index.js +5 -5
  90. package/packages/input/src/main.vue +356 -356
  91. package/packages/input-number/index.js +5 -5
  92. package/packages/input-number/src/main.vue +106 -106
  93. package/packages/label/index.js +5 -5
  94. package/packages/label/src/main.vue +457 -457
  95. package/packages/layout/index.js +5 -5
  96. package/packages/layout/src/item.vue +152 -152
  97. package/packages/layout/src/main.vue +31 -31
  98. package/packages/login/.DS_Store +0 -0
  99. package/packages/login/index.js +5 -5
  100. package/packages/login/src/main.vue +2009 -1988
  101. package/packages/login/src/resetPassword.vue +562 -562
  102. package/packages/main/.DS_Store +0 -0
  103. package/packages/main/index.js +5 -5
  104. package/packages/main/src/.DS_Store +0 -0
  105. package/packages/main/src/default/message.vue +249 -249
  106. package/packages/main/src/default/notice.vue +157 -157
  107. package/packages/main/src/default/userinfo.vue +503 -503
  108. package/packages/main/src/public/online.vue +89 -89
  109. package/packages/main/src/public/search.vue +462 -462
  110. package/packages/main/src/public/settings.vue +221 -221
  111. package/packages/main/src/simplicity/apps.vue +388 -388
  112. package/packages/main/src/simplicity/avatar.vue +83 -83
  113. package/packages/main/src/simplicity/handler.vue +259 -259
  114. package/packages/main/src/simplicity/index.vue +2089 -2089
  115. package/packages/main/src/simplicity/lists.vue +84 -84
  116. package/packages/main/src/simplicity/menu-list.vue +135 -135
  117. package/packages/main/src/simplicity/message.vue +259 -259
  118. package/packages/main/src/simplicity/notice.vue +190 -190
  119. package/packages/main/src/simplicity/router-page.vue +45 -45
  120. package/packages/main/src/simplicity/sub-menu.vue +264 -264
  121. package/packages/main/src/simplicity/user.vue +257 -257
  122. package/packages/main/src/simplicity/userinfo.vue +312 -312
  123. package/packages/menu/.DS_Store +0 -0
  124. package/packages/menu/index.js +5 -5
  125. package/packages/menu/src/main.vue +584 -584
  126. package/packages/nav/index.js +5 -5
  127. package/packages/nav/src/main.vue +351 -351
  128. package/packages/notify/index.js +5 -5
  129. package/packages/notify/src/main.vue +538 -538
  130. package/packages/page/index.js +5 -5
  131. package/packages/page/src/main.vue +167 -167
  132. package/packages/pagination/index.js +5 -5
  133. package/packages/pagination/src/main.vue +96 -96
  134. package/packages/player/index.js +5 -5
  135. package/packages/player/src/main.vue +194 -194
  136. package/packages/qr-code/index.js +5 -5
  137. package/packages/qr-code/src/main.vue +170 -170
  138. package/packages/radio-group/index.js +6 -6
  139. package/packages/radio-group/src/main.vue +319 -319
  140. package/packages/retrial-auth/index.js +5 -5
  141. package/packages/retrial-auth/src/main.vue +280 -280
  142. package/packages/scrollbar/.DS_Store +0 -0
  143. package/packages/select/.DS_Store +0 -0
  144. package/packages/select/index.js +5 -5
  145. package/packages/select/src/main.vue +778 -778
  146. package/packages/select-ganged/index.js +5 -5
  147. package/packages/select-ganged/src/main.vue +724 -724
  148. package/packages/selector/index.js +5 -5
  149. package/packages/selector/src/main.vue +687 -687
  150. package/packages/selector-panel/index.js +5 -5
  151. package/packages/selector-panel/src/main.vue +1027 -1027
  152. package/packages/selector-panel/src/selection.vue +177 -177
  153. package/packages/selector-panel/src/tree.vue +129 -129
  154. package/packages/sizer/index.js +5 -5
  155. package/packages/sizer/src/main.vue +254 -254
  156. package/packages/steps/index.js +5 -5
  157. package/packages/steps/src/main.vue +181 -181
  158. package/packages/switch/index.js +5 -5
  159. package/packages/switch/src/main.vue +154 -154
  160. package/packages/table-form/index.js +5 -5
  161. package/packages/tabs/index.js +5 -5
  162. package/packages/tabs/src/main.vue +788 -788
  163. package/packages/tabs-panel/index.js +5 -5
  164. package/packages/tabs-panel/src/main.vue +29 -29
  165. package/packages/theme-chalk/lib/index.css +1 -1
  166. package/packages/theme-chalk/lib/login.css +1 -1
  167. package/packages/theme-chalk/src/.DS_Store +0 -0
  168. package/packages/theme-chalk/src/base.scss +261 -261
  169. package/packages/theme-chalk/src/button-group.scss +176 -176
  170. package/packages/theme-chalk/src/button.scss +24 -24
  171. package/packages/theme-chalk/src/calendar.scss +113 -113
  172. package/packages/theme-chalk/src/card.scss +99 -99
  173. package/packages/theme-chalk/src/checkbox-group.scss +8 -8
  174. package/packages/theme-chalk/src/clients.scss +87 -87
  175. package/packages/theme-chalk/src/data-table-form.scss +67 -67
  176. package/packages/theme-chalk/src/data-table.scss +293 -293
  177. package/packages/theme-chalk/src/date-picker.scss +7 -7
  178. package/packages/theme-chalk/src/dialog.scss +77 -77
  179. package/packages/theme-chalk/src/enable-drag.scss +181 -181
  180. package/packages/theme-chalk/src/enterprise.scss +5 -5
  181. package/packages/theme-chalk/src/error-page.scss +18 -18
  182. package/packages/theme-chalk/src/flow-group.scss +110 -110
  183. package/packages/theme-chalk/src/flow-list.scss +39 -39
  184. package/packages/theme-chalk/src/flow.scss +343 -343
  185. package/packages/theme-chalk/src/form.scss +496 -496
  186. package/packages/theme-chalk/src/handle-user.scss +40 -40
  187. package/packages/theme-chalk/src/handler.scss +143 -143
  188. package/packages/theme-chalk/src/icon.scss +1792 -1792
  189. package/packages/theme-chalk/src/icons.scss +99 -99
  190. package/packages/theme-chalk/src/input.scss +9 -9
  191. package/packages/theme-chalk/src/label.scss +24 -24
  192. package/packages/theme-chalk/src/layout.scss +46 -46
  193. package/packages/theme-chalk/src/login.scss +981 -981
  194. package/packages/theme-chalk/src/main.scss +663 -663
  195. package/packages/theme-chalk/src/menu.scss +222 -222
  196. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  197. package/packages/theme-chalk/src/nav.scss +111 -111
  198. package/packages/theme-chalk/src/page.scss +3 -3
  199. package/packages/theme-chalk/src/pagination.scss +29 -29
  200. package/packages/theme-chalk/src/player.scss +9 -9
  201. package/packages/theme-chalk/src/qr-code.scss +17 -17
  202. package/packages/theme-chalk/src/radio-group.scss +9 -9
  203. package/packages/theme-chalk/src/retrial-auth.scss +38 -38
  204. package/packages/theme-chalk/src/select-ganged.scss +8 -8
  205. package/packages/theme-chalk/src/select.scss +8 -8
  206. package/packages/theme-chalk/src/selector-panel.scss +204 -204
  207. package/packages/theme-chalk/src/selector.scss +91 -91
  208. package/packages/theme-chalk/src/simplicity.scss +1355 -1355
  209. package/packages/theme-chalk/src/sizer.scss +36 -36
  210. package/packages/theme-chalk/src/steps.scss +88 -88
  211. package/packages/theme-chalk/src/switch.scss +3 -3
  212. package/packages/theme-chalk/src/table-form.scss +1 -1
  213. package/packages/theme-chalk/src/tabs.scss +87 -87
  214. package/packages/theme-chalk/src/tips.scss +7 -7
  215. package/packages/theme-chalk/src/toolbar.scss +179 -179
  216. package/packages/theme-chalk/src/tree-group.scss +72 -72
  217. package/packages/theme-chalk/src/tree.scss +165 -165
  218. package/packages/theme-chalk/src/upload.scss +168 -168
  219. package/packages/theme-chalk/src/wxlogin.scss +3 -3
  220. package/packages/tips/index.js +5 -5
  221. package/packages/tips/src/main.vue +141 -141
  222. package/packages/toolbar/index.js +5 -5
  223. package/packages/toolbar/src/main.vue +430 -430
  224. package/packages/tree/index.js +5 -5
  225. package/packages/tree-group/index.js +5 -5
  226. package/packages/upload/.DS_Store +0 -0
  227. package/packages/upload/index.js +5 -5
  228. package/packages/upload/src/main.vue +1347 -1347
  229. package/packages/upload/src/picture.js +15 -15
  230. package/packages/wujie/index.js +5 -5
  231. package/packages/wujie/src/main.vue +145 -145
  232. package/packages/wxlogin/index.js +5 -5
  233. package/packages/wxlogin/src/main.vue +128 -128
  234. package/src/.DS_Store +0 -0
  235. package/src/config/api.js +291 -291
  236. package/src/config/image.js +2 -2
  237. package/src/index.js +163 -163
  238. package/src/utils/.DS_Store +0 -0
  239. package/src/utils/bus.js +3 -3
  240. package/src/utils/date-util.js +312 -312
  241. package/src/utils/http.js +50 -50
  242. package/src/utils/rules.js +18 -18
  243. package/src/utils/store.js +21 -21
  244. package/src/utils/webSocket.js +107 -107
package/lib/flow.js CHANGED
@@ -7802,21 +7802,21 @@ var _components;
7802
7802
  return validSate;
7803
7803
  },
7804
7804
 
7805
- /**
7806
- * changeOpinion
7807
- * @desc:监听意见变化
7808
- * @author liufan
7809
- * @date 2022年10月28日
7805
+ /**
7806
+ * changeOpinion
7807
+ * @desc:监听意见变化
7808
+ * @author liufan
7809
+ * @date 2022年10月28日
7810
7810
  **/
7811
7811
  changeOpinion: function changeOpinion() {
7812
7812
  this.$emit('change', this.form.value);
7813
7813
  },
7814
7814
 
7815
- /**
7816
- * getCommonOpion
7817
- * @desc:获取意见
7818
- * @author liufan
7819
- * @date 2022年5月25日
7815
+ /**
7816
+ * getCommonOpion
7817
+ * @desc:获取意见
7818
+ * @author liufan
7819
+ * @date 2022年5月25日
7820
7820
  **/
7821
7821
  getCommonOpion: function getCommonOpion() {
7822
7822
  var _this = this;
@@ -7845,24 +7845,24 @@ var _components;
7845
7845
  });
7846
7846
  },
7847
7847
 
7848
- /**
7849
- * upDate
7850
- * @desc:修改常用语
7851
- * @author liufan
7852
- * @param {Object} val 修改值
7853
- * @date 2022年5月25日
7848
+ /**
7849
+ * upDate
7850
+ * @desc:修改常用语
7851
+ * @author liufan
7852
+ * @param {Object} val 修改值
7853
+ * @date 2022年5月25日
7854
7854
  **/
7855
7855
  upDate: function upDate(val) {
7856
7856
  this.FormData.id = val.id;
7857
7857
  this.addVisible = true;
7858
7858
  },
7859
7859
 
7860
- /**
7861
- * selectChange
7862
- * @desc:常用语选择
7863
- * @author liufan
7864
- * @param {String} val 选中值
7865
- * @date 2022年5月25日
7860
+ /**
7861
+ * selectChange
7862
+ * @desc:常用语选择
7863
+ * @author liufan
7864
+ * @param {String} val 选中值
7865
+ * @date 2022年5月25日
7866
7866
  **/
7867
7867
  selectChange: function selectChange(val) {
7868
7868
  var _this2 = this;
@@ -7881,12 +7881,12 @@ var _components;
7881
7881
  });
7882
7882
  },
7883
7883
 
7884
- /**
7885
- * del
7886
- * @desc:删除常用语
7887
- * @author liufan
7888
- * @param {Object} val 删除的数据
7889
- * @date 2022年5月25日
7884
+ /**
7885
+ * del
7886
+ * @desc:删除常用语
7887
+ * @author liufan
7888
+ * @param {Object} val 删除的数据
7889
+ * @date 2022年5月25日
7890
7890
  **/
7891
7891
  del: function del(val) {
7892
7892
  var _this3 = this;
@@ -7928,12 +7928,12 @@ var _components;
7928
7928
  }).catch(function (e) {});
7929
7929
  },
7930
7930
 
7931
- /**
7932
- * submit
7933
- * @desc:新增/编辑意见保存
7934
- * @author liufan
7935
- * @param {Object} val 保存数据
7936
- * @date 2022年5月25日
7931
+ /**
7932
+ * submit
7933
+ * @desc:新增/编辑意见保存
7934
+ * @author liufan
7935
+ * @param {Object} val 保存数据
7936
+ * @date 2022年5月25日
7937
7937
  **/
7938
7938
  submit: function submit(val) {
7939
7939
  var _this4 = this;
@@ -10947,11 +10947,11 @@ var processFormvue_type_script_lang_js_components;
10947
10947
  });
10948
10948
  },
10949
10949
 
10950
- /**
10951
- * isMultiple
10952
- * @desc:是否多选
10953
- * @author liufan
10954
- * @date 2022年9月13日
10950
+ /**
10951
+ * isMultiple
10952
+ * @desc:是否多选
10953
+ * @author liufan
10954
+ * @date 2022年9月13日
10955
10955
  **/
10956
10956
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
10957
10957
  var multiple = false;
@@ -14826,11 +14826,11 @@ var resetvue_type_script_lang_js_components;
14826
14826
  });
14827
14827
  },
14828
14828
 
14829
- /**
14830
- * isMultiple
14831
- * @desc:是否多选
14832
- * @author liufan
14833
- * @date 2022年9月13日
14829
+ /**
14830
+ * isMultiple
14831
+ * @desc:是否多选
14832
+ * @author liufan
14833
+ * @date 2022年9月13日
14834
14834
  **/
14835
14835
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
14836
14836
  var multiple = false;
@@ -19203,11 +19203,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19203
19203
  });
19204
19204
  },
19205
19205
 
19206
- /**
19207
- * saveInfo
19208
- * @desc:暂存
19209
- * @author liufan
19210
- * @date 2022年9月9日
19206
+ /**
19207
+ * saveInfo
19208
+ * @desc:暂存
19209
+ * @author liufan
19210
+ * @date 2022年9月9日
19211
19211
  **/
19212
19212
  saveInfo: function saveInfo(type, btn) {
19213
19213
  var _this6 = this;
@@ -19269,11 +19269,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19269
19269
  });
19270
19270
  },
19271
19271
 
19272
- /**
19273
- * rejectBtn
19274
- * @desc:点击驳回
19275
- * @author liufan
19276
- * @date 2022年5月25日
19272
+ /**
19273
+ * rejectBtn
19274
+ * @desc:点击驳回
19275
+ * @author liufan
19276
+ * @date 2022年5月25日
19277
19277
  **/
19278
19278
  rejectBtn: function rejectBtn() {
19279
19279
  var _this8 = this;
@@ -19291,11 +19291,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19291
19291
  }
19292
19292
  },
19293
19293
 
19294
- /**
19295
- * taskReadBtn
19296
- * @desc:点击分阅
19297
- * @author liufan
19298
- * @date 2022年5月25日
19294
+ /**
19295
+ * taskReadBtn
19296
+ * @desc:点击分阅
19297
+ * @author liufan
19298
+ * @date 2022年5月25日
19299
19299
  **/
19300
19300
  taskReadBtn: function taskReadBtn() {
19301
19301
  var _this9 = this;
@@ -19314,11 +19314,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19314
19314
  }
19315
19315
  },
19316
19316
 
19317
- /**
19318
- * getFind
19319
- * @desc:获取通知方式
19320
- * @author liufan
19321
- * @date 2022年5月25日
19317
+ /**
19318
+ * getFind
19319
+ * @desc:获取通知方式
19320
+ * @author liufan
19321
+ * @date 2022年5月25日
19322
19322
  **/
19323
19323
  getFind: function getFind() {
19324
19324
  var _this10 = this;
@@ -19373,12 +19373,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19373
19373
  });
19374
19374
  },
19375
19375
 
19376
- /**
19377
- * endFlows
19378
- * @desc:直接办结
19379
- * @author liufan
19380
- * @param {Object} res 直接办结数据
19381
- * @date 2022年5月25日
19376
+ /**
19377
+ * endFlows
19378
+ * @desc:直接办结
19379
+ * @author liufan
19380
+ * @param {Object} res 直接办结数据
19381
+ * @date 2022年5月25日
19382
19382
  **/
19383
19383
  endFlows: function endFlows(res) {
19384
19384
  var _this12 = this;
@@ -19432,12 +19432,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19432
19432
  }).catch(function (e) {});
19433
19433
  },
19434
19434
 
19435
- /**
19436
- * goView
19437
- * @desc:更多流程按钮操作
19438
- * @author liufan
19439
- * @param {Object} res 当前点击操作按钮数据
19440
- * @date 2022年5月25日
19435
+ /**
19436
+ * goView
19437
+ * @desc:更多流程按钮操作
19438
+ * @author liufan
19439
+ * @param {Object} res 当前点击操作按钮数据
19440
+ * @date 2022年5月25日
19441
19441
  **/
19442
19442
  goView: function goView(res) {
19443
19443
  // 驳回并办结:rejectAndEndHtml
@@ -19522,11 +19522,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19522
19522
  // isCanStartSubFlow
19523
19523
  },
19524
19524
 
19525
- /**
19526
- * toTakeAdvice
19527
- * @desc:征求意见
19528
- * @author liufan
19529
- * @date 2022年9月29日
19525
+ /**
19526
+ * toTakeAdvice
19527
+ * @desc:征求意见
19528
+ * @author liufan
19529
+ * @date 2022年9月29日
19530
19530
  **/
19531
19531
  toTakeAdvice: function toTakeAdvice(res) {
19532
19532
  var _this14 = this;
@@ -19570,11 +19570,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19570
19570
  });
19571
19571
  },
19572
19572
 
19573
- /**
19574
- * toStartDraf
19575
- * @desc: 稿件递送、联合审核、复核
19576
- * @author liufan
19577
- * @date 2022年9月29日
19573
+ /**
19574
+ * toStartDraf
19575
+ * @desc: 稿件递送、联合审核、复核
19576
+ * @author liufan
19577
+ * @date 2022年9月29日
19578
19578
  **/
19579
19579
  toStartDraf: function toStartDraf(res) {
19580
19580
  var _this16 = this;
@@ -19588,11 +19588,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19588
19588
  }
19589
19589
  },
19590
19590
 
19591
- /**
19592
- * toSendMsg
19593
- * @desc:核稿通知
19594
- * @author liufan
19595
- * @date 2022年9月29日
19591
+ /**
19592
+ * toSendMsg
19593
+ * @desc:核稿通知
19594
+ * @author liufan
19595
+ * @date 2022年9月29日
19596
19596
  **/
19597
19597
  toSendMsg: function toSendMsg(res) {
19598
19598
  var _this17 = this;
@@ -19606,11 +19606,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19606
19606
  }
19607
19607
  },
19608
19608
 
19609
- /**
19610
- * toTaskReadAndEnd
19611
- * @desc:分阅并办结
19612
- * @author liufan
19613
- * @date 2022年9月29日
19609
+ /**
19610
+ * toTaskReadAndEnd
19611
+ * @desc:分阅并办结
19612
+ * @author liufan
19613
+ * @date 2022年9月29日
19614
19614
  **/
19615
19615
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
19616
19616
  var _this18 = this;
@@ -19628,11 +19628,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19628
19628
  }
19629
19629
  },
19630
19630
 
19631
- /**
19632
- * rejectAndEnd
19633
- * @desc:驳回并办结
19634
- * @author liufan
19635
- * @date 2022年9月29日
19631
+ /**
19632
+ * rejectAndEnd
19633
+ * @desc:驳回并办结
19634
+ * @author liufan
19635
+ * @date 2022年9月29日
19636
19636
  **/
19637
19637
  rejectAndEnd: function rejectAndEnd(res) {
19638
19638
  var _this19 = this;
@@ -19687,11 +19687,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19687
19687
  });
19688
19688
  },
19689
19689
 
19690
- /**
19691
- * toTransfer
19692
- * @desc:转办
19693
- * @author liufan
19694
- * @date 2022年9月29日
19690
+ /**
19691
+ * toTransfer
19692
+ * @desc:转办
19693
+ * @author liufan
19694
+ * @date 2022年9月29日
19695
19695
  **/
19696
19696
  toTransfer: function toTransfer(res) {
19697
19697
  var _this21 = this;
@@ -19707,11 +19707,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19707
19707
  }
19708
19708
  },
19709
19709
 
19710
- /**
19711
- * getNodeInfo
19712
- * @desc:获取节点信息
19713
- * @author liufan
19714
- * @date 2022年5月25日
19710
+ /**
19711
+ * getNodeInfo
19712
+ * @desc:获取节点信息
19713
+ * @author liufan
19714
+ * @date 2022年5月25日
19715
19715
  **/
19716
19716
  getNodeInfo: function getNodeInfo() {
19717
19717
  var _this22 = this;
@@ -19810,12 +19810,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19810
19810
  });
19811
19811
  },
19812
19812
 
19813
- /**
19814
- * selecNext
19815
- * @desc:下步节点变化时更新数据
19816
- * @author liufan
19817
- * @param {String} val 当前选中值
19818
- * @date 2022年5月25日
19813
+ /**
19814
+ * selecNext
19815
+ * @desc:下步节点变化时更新数据
19816
+ * @author liufan
19817
+ * @param {String} val 当前选中值
19818
+ * @date 2022年5月25日
19819
19819
  **/
19820
19820
  selecNext: function selecNext(val, type, isDef) {
19821
19821
  var _this23 = this;
@@ -19924,11 +19924,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19924
19924
  if (isDef !== true) this.getNodeInfo();
19925
19925
  },
19926
19926
 
19927
- /**
19928
- * isMultiple
19929
- * @desc:是否多选
19930
- * @author liufan
19931
- * @date 2022年9月13日
19927
+ /**
19928
+ * isMultiple
19929
+ * @desc:是否多选
19930
+ * @author liufan
19931
+ * @date 2022年9月13日
19932
19932
  **/
19933
19933
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
19934
19934
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -19960,11 +19960,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
19960
19960
  }
19961
19961
  },
19962
19962
 
19963
- /**
19964
- * getHedInfo
19965
- * @desc:获取审核页面数据
19966
- * @author liufan
19967
- * @date 2022年5月25日
19963
+ /**
19964
+ * getHedInfo
19965
+ * @desc:获取审核页面数据
19966
+ * @author liufan
19967
+ * @date 2022年5月25日
19968
19968
  **/
19969
19969
  getHedInfo: function getHedInfo() {
19970
19970
  var _this24 = this;
@@ -20200,13 +20200,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20200
20200
  });
20201
20201
  },
20202
20202
 
20203
- /**
20204
- * closeProcess
20205
- * @desc:关闭弹窗
20206
- * @author liufan
20207
- * @param {boolean} val 当前是否办理流程
20208
- * @param {String} type 当前点击的弹窗类型
20209
- * @date 2022年5月25日
20203
+ /**
20204
+ * closeProcess
20205
+ * @desc:关闭弹窗
20206
+ * @author liufan
20207
+ * @param {boolean} val 当前是否办理流程
20208
+ * @param {String} type 当前点击的弹窗类型
20209
+ * @date 2022年5月25日
20210
20210
  **/
20211
20211
  closeProcess: function closeProcess(val, type, closeParent) {
20212
20212
  if (closeParent) {
@@ -20223,23 +20223,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20223
20223
  }
20224
20224
  },
20225
20225
 
20226
- /**
20227
- * selectChange
20228
- * @desc:常用语选择
20229
- * @author liufan
20230
- * @param {String} val 选中值
20231
- * @date 2022年5月25日
20226
+ /**
20227
+ * selectChange
20228
+ * @desc:常用语选择
20229
+ * @author liufan
20230
+ * @param {String} val 选中值
20231
+ * @date 2022年5月25日
20232
20232
  **/
20233
20233
  selectChange: function selectChange(val) {
20234
20234
  this.value = val;
20235
20235
  },
20236
20236
 
20237
- /**
20238
- * upDate
20239
- * @desc:修改常用语
20240
- * @author liufan
20241
- * @param {Object} val 修改值
20242
- * @date 2022年5月25日
20237
+ /**
20238
+ * upDate
20239
+ * @desc:修改常用语
20240
+ * @author liufan
20241
+ * @param {Object} val 修改值
20242
+ * @date 2022年5月25日
20243
20243
  **/
20244
20244
  upDate: function upDate(val) {
20245
20245
  this.FormData.id = val.id;
@@ -20247,11 +20247,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20247
20247
  },
20248
20248
 
20249
20249
 
20250
- /**
20251
- * getProcess
20252
- * @desc:获取选择流程
20253
- * @author liufan
20254
- * @date 2022年5月25日
20250
+ /**
20251
+ * getProcess
20252
+ * @desc:获取选择流程
20253
+ * @author liufan
20254
+ * @date 2022年5月25日
20255
20255
  **/
20256
20256
  getProcess: function getProcess() {
20257
20257
  var _this25 = this;
@@ -20305,11 +20305,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20305
20305
  });
20306
20306
  },
20307
20307
 
20308
- /**
20309
- * getPendedhistoryList
20310
- * @desc:获取流程列表
20311
- * @author liufan
20312
- * @date 2022年5月25日
20308
+ /**
20309
+ * getPendedhistoryList
20310
+ * @desc:获取流程列表
20311
+ * @author liufan
20312
+ * @date 2022年5月25日
20313
20313
  **/
20314
20314
  getPendedhistoryList: function getPendedhistoryList() {
20315
20315
  var _this26 = this;
@@ -20341,12 +20341,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
20341
20341
  },
20342
20342
 
20343
20343
  // 提交流程
20344
- /**
20345
- * subProcess
20346
- * @desc:提交流程
20347
- * @author liufan
20348
- * @param {String} formName 当前form表单ref值
20349
- * @date 2022年5月25日
20344
+ /**
20345
+ * subProcess
20346
+ * @desc:提交流程
20347
+ * @author liufan
20348
+ * @param {String} formName 当前form表单ref值
20349
+ * @date 2022年5月25日
20350
20350
  **/
20351
20351
  subProcess: function subProcess(val) {
20352
20352
  var _this27 = this;
@@ -23175,11 +23175,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23175
23175
  });
23176
23176
  },
23177
23177
 
23178
- /**
23179
- * saveInfo
23180
- * @desc:暂存
23181
- * @author liufan
23182
- * @date 2022年9月9日
23178
+ /**
23179
+ * saveInfo
23180
+ * @desc:暂存
23181
+ * @author liufan
23182
+ * @date 2022年9月9日
23183
23183
  **/
23184
23184
  saveInfo: function saveInfo(type, btn) {
23185
23185
  var _this9 = this;
@@ -23241,11 +23241,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23241
23241
  });
23242
23242
  },
23243
23243
 
23244
- /**
23245
- * rejectBtn
23246
- * @desc:点击驳回
23247
- * @author liufan
23248
- * @date 2022年5月25日
23244
+ /**
23245
+ * rejectBtn
23246
+ * @desc:点击驳回
23247
+ * @author liufan
23248
+ * @date 2022年5月25日
23249
23249
  **/
23250
23250
  rejectBtn: function rejectBtn() {
23251
23251
  var _this11 = this;
@@ -23263,11 +23263,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23263
23263
  }
23264
23264
  },
23265
23265
 
23266
- /**
23267
- * taskReadBtn
23268
- * @desc:点击分阅
23269
- * @author liufan
23270
- * @date 2022年5月25日
23266
+ /**
23267
+ * taskReadBtn
23268
+ * @desc:点击分阅
23269
+ * @author liufan
23270
+ * @date 2022年5月25日
23271
23271
  **/
23272
23272
  taskReadBtn: function taskReadBtn() {
23273
23273
  var _this12 = this;
@@ -23286,11 +23286,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23286
23286
  }
23287
23287
  },
23288
23288
 
23289
- /**
23290
- * getFind
23291
- * @desc:获取通知方式
23292
- * @author liufan
23293
- * @date 2022年5月25日
23289
+ /**
23290
+ * getFind
23291
+ * @desc:获取通知方式
23292
+ * @author liufan
23293
+ * @date 2022年5月25日
23294
23294
  **/
23295
23295
  getFind: function getFind() {
23296
23296
  var _this13 = this;
@@ -23356,12 +23356,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23356
23356
  });
23357
23357
  },
23358
23358
 
23359
- /**
23360
- * endFlows
23361
- * @desc:直接办结
23362
- * @author liufan
23363
- * @param {Object} res 直接办结数据
23364
- * @date 2022年5月25日
23359
+ /**
23360
+ * endFlows
23361
+ * @desc:直接办结
23362
+ * @author liufan
23363
+ * @param {Object} res 直接办结数据
23364
+ * @date 2022年5月25日
23365
23365
  **/
23366
23366
  endFlows: function endFlows(res) {
23367
23367
  var _this15 = this;
@@ -23416,12 +23416,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23416
23416
  }).catch(function (e) {});
23417
23417
  },
23418
23418
 
23419
- /**
23420
- * goView
23421
- * @desc:更多流程按钮操作
23422
- * @author liufan
23423
- * @param {Object} res 当前点击操作按钮数据
23424
- * @date 2022年5月25日
23419
+ /**
23420
+ * goView
23421
+ * @desc:更多流程按钮操作
23422
+ * @author liufan
23423
+ * @param {Object} res 当前点击操作按钮数据
23424
+ * @date 2022年5月25日
23425
23425
  **/
23426
23426
  goView: function goView(res) {
23427
23427
  // 驳回并办结:rejectAndEndHtml
@@ -23506,11 +23506,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23506
23506
  // isCanStartSubFlow
23507
23507
  },
23508
23508
 
23509
- /**
23510
- * toTakeAdvice
23511
- * @desc:征求意见
23512
- * @author liufan
23513
- * @date 2022年9月29日
23509
+ /**
23510
+ * toTakeAdvice
23511
+ * @desc:征求意见
23512
+ * @author liufan
23513
+ * @date 2022年9月29日
23514
23514
  **/
23515
23515
  toTakeAdvice: function toTakeAdvice(res) {
23516
23516
  var _this17 = this;
@@ -23554,11 +23554,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23554
23554
  });
23555
23555
  },
23556
23556
 
23557
- /**
23558
- * toStartDraf
23559
- * @desc: 稿件递送、联合审核、复核
23560
- * @author liufan
23561
- * @date 2022年9月29日
23557
+ /**
23558
+ * toStartDraf
23559
+ * @desc: 稿件递送、联合审核、复核
23560
+ * @author liufan
23561
+ * @date 2022年9月29日
23562
23562
  **/
23563
23563
  toStartDraf: function toStartDraf(res) {
23564
23564
  var _this19 = this;
@@ -23572,11 +23572,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23572
23572
  }
23573
23573
  },
23574
23574
 
23575
- /**
23576
- * toSendMsg
23577
- * @desc:核稿通知
23578
- * @author liufan
23579
- * @date 2022年9月29日
23575
+ /**
23576
+ * toSendMsg
23577
+ * @desc:核稿通知
23578
+ * @author liufan
23579
+ * @date 2022年9月29日
23580
23580
  **/
23581
23581
  toSendMsg: function toSendMsg(res) {
23582
23582
  var _this20 = this;
@@ -23590,11 +23590,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23590
23590
  }
23591
23591
  },
23592
23592
 
23593
- /**
23594
- * toTaskReadAndEnd
23595
- * @desc:分阅并办结
23596
- * @author liufan
23597
- * @date 2022年9月29日
23593
+ /**
23594
+ * toTaskReadAndEnd
23595
+ * @desc:分阅并办结
23596
+ * @author liufan
23597
+ * @date 2022年9月29日
23598
23598
  **/
23599
23599
  toTaskReadAndEnd: function toTaskReadAndEnd(res) {
23600
23600
  var _this21 = this;
@@ -23612,11 +23612,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23612
23612
  }
23613
23613
  },
23614
23614
 
23615
- /**
23616
- * rejectAndEnd
23617
- * @desc:驳回并办结
23618
- * @author liufan
23619
- * @date 2022年9月29日
23615
+ /**
23616
+ * rejectAndEnd
23617
+ * @desc:驳回并办结
23618
+ * @author liufan
23619
+ * @date 2022年9月29日
23620
23620
  **/
23621
23621
  rejectAndEnd: function rejectAndEnd(res) {
23622
23622
  var _this22 = this;
@@ -23672,11 +23672,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23672
23672
  });
23673
23673
  },
23674
23674
 
23675
- /**
23676
- * toTransfer
23677
- * @desc:转办
23678
- * @author liufan
23679
- * @date 2022年9月29日
23675
+ /**
23676
+ * toTransfer
23677
+ * @desc:转办
23678
+ * @author liufan
23679
+ * @date 2022年9月29日
23680
23680
  **/
23681
23681
  toTransfer: function toTransfer(res) {
23682
23682
  var _this24 = this;
@@ -23692,11 +23692,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23692
23692
  }
23693
23693
  },
23694
23694
 
23695
- /**
23696
- * getNodeInfo
23697
- * @desc:获取节点信息
23698
- * @author liufan
23699
- * @date 2022年5月25日
23695
+ /**
23696
+ * getNodeInfo
23697
+ * @desc:获取节点信息
23698
+ * @author liufan
23699
+ * @date 2022年5月25日
23700
23700
  **/
23701
23701
  getNodeInfo: function getNodeInfo() {
23702
23702
  var _this25 = this;
@@ -23799,12 +23799,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23799
23799
  });
23800
23800
  },
23801
23801
 
23802
- /**
23803
- * selecNext
23804
- * @desc:下步节点变化时更新数据
23805
- * @author liufan
23806
- * @param {String} val 当前选中值
23807
- * @date 2022年5月25日
23802
+ /**
23803
+ * selecNext
23804
+ * @desc:下步节点变化时更新数据
23805
+ * @author liufan
23806
+ * @param {String} val 当前选中值
23807
+ * @date 2022年5月25日
23808
23808
  **/
23809
23809
  selecNext: function selecNext(val, type, isDef) {
23810
23810
  var _this26 = this;
@@ -23914,11 +23914,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23914
23914
  this.getNodeInfo();
23915
23915
  },
23916
23916
 
23917
- /**
23918
- * isMultiple
23919
- * @desc:是否多选
23920
- * @author liufan
23921
- * @date 2022年9月13日
23917
+ /**
23918
+ * isMultiple
23919
+ * @desc:是否多选
23920
+ * @author liufan
23921
+ * @date 2022年9月13日
23922
23922
  **/
23923
23923
  isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
23924
23924
  if (val == 2 || val == 4 || val == 6 || val == 16) {
@@ -23950,11 +23950,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
23950
23950
  }
23951
23951
  },
23952
23952
 
23953
- /**
23954
- * getHedInfo
23955
- * @desc:获取审核页面数据
23956
- * @author liufan
23957
- * @date 2022年5月25日
23953
+ /**
23954
+ * getHedInfo
23955
+ * @desc:获取审核页面数据
23956
+ * @author liufan
23957
+ * @date 2022年5月25日
23958
23958
  **/
23959
23959
  getHedInfo: function getHedInfo() {
23960
23960
  var _this27 = this;
@@ -24200,13 +24200,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24200
24200
  });
24201
24201
  },
24202
24202
 
24203
- /**
24204
- * closeProcess
24205
- * @desc:关闭弹窗
24206
- * @author liufan
24207
- * @param {boolean} val 当前是否办理流程
24208
- * @param {String} type 当前点击的弹窗类型
24209
- * @date 2022年5月25日
24203
+ /**
24204
+ * closeProcess
24205
+ * @desc:关闭弹窗
24206
+ * @author liufan
24207
+ * @param {boolean} val 当前是否办理流程
24208
+ * @param {String} type 当前点击的弹窗类型
24209
+ * @date 2022年5月25日
24210
24210
  **/
24211
24211
  closeProcess: function closeProcess(val, type, closeParent) {
24212
24212
  if (closeParent) {
@@ -24224,23 +24224,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24224
24224
  }
24225
24225
  },
24226
24226
 
24227
- /**
24228
- * selectChange
24229
- * @desc:常用语选择
24230
- * @author liufan
24231
- * @param {String} val 选中值
24232
- * @date 2022年5月25日
24227
+ /**
24228
+ * selectChange
24229
+ * @desc:常用语选择
24230
+ * @author liufan
24231
+ * @param {String} val 选中值
24232
+ * @date 2022年5月25日
24233
24233
  **/
24234
24234
  selectChange: function selectChange(val) {
24235
24235
  this.value = val;
24236
24236
  },
24237
24237
 
24238
- /**
24239
- * upDate
24240
- * @desc:修改常用语
24241
- * @author liufan
24242
- * @param {Object} val 修改值
24243
- * @date 2022年5月25日
24238
+ /**
24239
+ * upDate
24240
+ * @desc:修改常用语
24241
+ * @author liufan
24242
+ * @param {Object} val 修改值
24243
+ * @date 2022年5月25日
24244
24244
  **/
24245
24245
  upDate: function upDate(val) {
24246
24246
  this.FormData.id = val.id;
@@ -24248,11 +24248,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24248
24248
  },
24249
24249
 
24250
24250
 
24251
- /**
24252
- * getProcess
24253
- * @desc:获取选择流程
24254
- * @author liufan
24255
- * @date 2022年5月25日
24251
+ /**
24252
+ * getProcess
24253
+ * @desc:获取选择流程
24254
+ * @author liufan
24255
+ * @date 2022年5月25日
24256
24256
  **/
24257
24257
  getProcess: function getProcess(val) {
24258
24258
  var _this28 = this;
@@ -24307,11 +24307,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24307
24307
  });
24308
24308
  },
24309
24309
 
24310
- /**
24311
- * getPendedhistoryList
24312
- * @desc:获取流程列表
24313
- * @author liufan
24314
- * @date 2022年5月25日
24310
+ /**
24311
+ * getPendedhistoryList
24312
+ * @desc:获取流程列表
24313
+ * @author liufan
24314
+ * @date 2022年5月25日
24315
24315
  **/
24316
24316
  getPendedhistoryList: function getPendedhistoryList() {
24317
24317
  var _this29 = this;
@@ -24379,12 +24379,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
24379
24379
  },
24380
24380
 
24381
24381
  // 提交流程
24382
- /**
24383
- * subProcess
24384
- * @desc:提交流程
24385
- * @author liufan
24386
- * @param {String} formName 当前form表单ref值
24387
- * @date 2022年5月25日
24382
+ /**
24383
+ * subProcess
24384
+ * @desc:提交流程
24385
+ * @author liufan
24386
+ * @param {String} formName 当前form表单ref值
24387
+ * @date 2022年5月25日
24388
24388
  **/
24389
24389
  subProcess: function subProcess(val, type) {
24390
24390
  var _this31 = this;