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-list.js CHANGED
@@ -4442,8 +4442,8 @@ var component = Object(componentNormalizer["a" /* default */])(
4442
4442
  // ESM COMPAT FLAG
4443
4443
  __webpack_require__.r(__webpack_exports__);
4444
4444
 
4445
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=64b7e13b&
4446
- var mainvue_type_template_id_64b7e13b_render = function () {
4445
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=017a3796&
4446
+ var mainvue_type_template_id_017a3796_render = function () {
4447
4447
  var _vm = this
4448
4448
  var _h = _vm.$createElement
4449
4449
  var _c = _vm._self._c || _h
@@ -4498,7 +4498,11 @@ var mainvue_type_template_id_64b7e13b_render = function () {
4498
4498
  display: _vm.display,
4499
4499
  numbers: _vm.numbers,
4500
4500
  full: _vm.height !== "auto",
4501
- data: _vm.returnData(item.type),
4501
+ data: _vm.showDoresult
4502
+ ? _vm.returnData(item.type).filter(function (x) {
4503
+ return x.doresult || x.handleInfo
4504
+ })
4505
+ : _vm.returnData(item.type),
4502
4506
  },
4503
4507
  on: {
4504
4508
  "cell-click": _vm.handleCellClick,
@@ -4647,10 +4651,10 @@ var mainvue_type_template_id_64b7e13b_render = function () {
4647
4651
  )
4648
4652
  }
4649
4653
  var staticRenderFns = []
4650
- mainvue_type_template_id_64b7e13b_render._withStripped = true
4654
+ mainvue_type_template_id_017a3796_render._withStripped = true
4651
4655
 
4652
4656
 
4653
- // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=64b7e13b&
4657
+ // CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=017a3796&
4654
4658
 
4655
4659
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
4656
4660
  var regenerator_ = __webpack_require__(4);
@@ -5787,8 +5791,6 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5787
5791
  }).catch(function () {});
5788
5792
  },
5789
5793
  getCircularReadList: function getCircularReadList() {
5790
- var _this9 = this;
5791
-
5792
5794
  var _that = this;
5793
5795
  var params = {
5794
5796
  url: api["rb" /* pendedhistoryListWithCircularReadJson */],
@@ -5796,11 +5798,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5796
5798
  };
5797
5799
  util["a" /* default */].ajax(params).then(function (res) {
5798
5800
  if (res.status == 'success' || res.rCode == 0) {
5799
- if (_this9.showDoresult && res.data.fyHistoryList) {
5800
- res.data.fyHistoryList = res.data.fyHistoryList.filter(function (x) {
5801
- return x.doresult || x.handleInfo;
5802
- });
5803
- }
5801
+
5804
5802
  _that.circularData = res.data.fyHistoryList;
5805
5803
  _that.hasCircularReadWithdrawAuthority = res.data.hasCircularReadWithdrawAuthority;
5806
5804
  _that.$nextTick(function () {
@@ -5862,15 +5860,15 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5862
5860
  }
5863
5861
  },
5864
5862
 
5865
- /**
5866
- * handleFormSubmit
5867
- * @desc:删除节点点击事件
5868
- * @param {Object} formData 点击删除的form数据
5869
- * @author liufan
5870
- * @date 2022年11月29日
5863
+ /**
5864
+ * handleFormSubmit
5865
+ * @desc:删除节点点击事件
5866
+ * @param {Object} formData 点击删除的form数据
5867
+ * @author liufan
5868
+ * @date 2022年11月29日
5871
5869
  **/
5872
5870
  handleFormSubmit: function handleFormSubmit(formData) {
5873
- var _this10 = this;
5871
+ var _this9 = this;
5874
5872
 
5875
5873
  this.delLoading = true;
5876
5874
  var params = {
@@ -5882,64 +5880,64 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5882
5880
  var status = res.status,
5883
5881
  message = res.message;
5884
5882
 
5885
- _this10.delLoading = false;
5883
+ _this9.delLoading = false;
5886
5884
  if (status === 'success') {
5887
- _this10.$message.success('删除成功');
5888
- _this10.showDel = false;
5889
- _this10.handleChange();
5885
+ _this9.$message.success('删除成功');
5886
+ _this9.showDel = false;
5887
+ _this9.handleChange();
5890
5888
  } else {
5891
- _this10.$message.error(message || '系统错误,请联系管理员!');
5889
+ _this9.$message.error(message || '系统错误,请联系管理员!');
5892
5890
  }
5893
5891
  }).catch(function (err) {
5894
- _this10.delLoading = false;
5892
+ _this9.delLoading = false;
5895
5893
  if (err.message && err.message !== 'canceled') {
5896
- _this10.$message.error(err.message);
5894
+ _this9.$message.error(err.message);
5897
5895
  }
5898
5896
  });
5899
5897
  },
5900
5898
 
5901
- /**
5902
- * del
5903
- * @desc:展示删除弹窗
5904
- * @param {String} id 当前点击数据id
5905
- * @author liufan
5906
- * @date 2022年11月29日
5899
+ /**
5900
+ * del
5901
+ * @desc:展示删除弹窗
5902
+ * @param {String} id 当前点击数据id
5903
+ * @author liufan
5904
+ * @date 2022年11月29日
5907
5905
  **/
5908
5906
  del: function del(id) {
5909
5907
  this.historyId = id;
5910
5908
  this.showDel = true;
5911
5909
  },
5912
5910
 
5913
- /**
5914
- * handleCurrentChange
5915
- * @desc:监听页码变化
5916
- * @param {String} val 当前页
5917
- * @author liufan
5918
- * @date 2022年11月29日
5911
+ /**
5912
+ * handleCurrentChange
5913
+ * @desc:监听页码变化
5914
+ * @param {String} val 当前页
5915
+ * @author liufan
5916
+ * @date 2022年11月29日
5919
5917
  **/
5920
5918
  handleCurrentChange: function handleCurrentChange(val) {
5921
5919
  this.currentPage = val;
5922
5920
  this.getPressList();
5923
5921
  },
5924
5922
 
5925
- /**
5926
- * handleSizeChange
5927
- * @desc:监听每页数据显示数量变化
5928
- * @param {String} val 每页展示数量
5929
- * @author liufan
5930
- * @date 2022年11月29日
5923
+ /**
5924
+ * handleSizeChange
5925
+ * @desc:监听每页数据显示数量变化
5926
+ * @param {String} val 每页展示数量
5927
+ * @author liufan
5928
+ * @date 2022年11月29日
5931
5929
  **/
5932
5930
  handleSizeChange: function handleSizeChange(val) {
5933
5931
  this.pageSize = val;
5934
5932
  this.getPressList();
5935
5933
  },
5936
5934
 
5937
- /**
5938
- * sortChange
5939
- * @desc:监听排序变化
5940
- * @param {Object} info 需要排序的字段及排序方式
5941
- * @author liufan
5942
- * @date 2022年11月29日
5935
+ /**
5936
+ * sortChange
5937
+ * @desc:监听排序变化
5938
+ * @param {Object} info 需要排序的字段及排序方式
5939
+ * @author liufan
5940
+ * @date 2022年11月29日
5943
5941
  **/
5944
5942
  sortChange: function sortChange(info) {
5945
5943
  var prop = info.prop,
@@ -5950,14 +5948,14 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5950
5948
  this.getPressList();
5951
5949
  },
5952
5950
 
5953
- /**
5954
- * getPressList
5955
- * @desc:催办列表数据
5956
- * @author liufan
5957
- * @date 2022年11月29日
5951
+ /**
5952
+ * getPressList
5953
+ * @desc:催办列表数据
5954
+ * @author liufan
5955
+ * @date 2022年11月29日
5958
5956
  **/
5959
5957
  getPressList: function getPressList() {
5960
- var _this11 = this;
5958
+ var _this10 = this;
5961
5959
 
5962
5960
  var historyId = this.historyId,
5963
5961
  pageSize = this.pageSize,
@@ -5973,23 +5971,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5973
5971
  data: { page: currentPage, rows: pageSize, sidx: sidx, sord: sord, historyId: historyId }
5974
5972
  };
5975
5973
  util["a" /* default */].ajax(params).then(function (res) {
5976
- _this11.pressTableList = res.data;
5977
- _this11.total = res.totalrecords;
5978
- _this11.pressLoading = false;
5974
+ _this10.pressTableList = res.data;
5975
+ _this10.total = res.totalrecords;
5976
+ _this10.pressLoading = false;
5979
5977
  }).catch(function (err) {
5980
- _this11.pressLoading = false;
5978
+ _this10.pressLoading = false;
5981
5979
  if (err.message && err.message !== 'canceled') {
5982
- _this11.$message.error(err.message);
5980
+ _this10.$message.error(err.message);
5983
5981
  }
5984
5982
  });
5985
5983
  },
5986
5984
 
5987
- /**
5988
- * goPress
5989
- * @desc:催办列表查看
5990
- * @param {String} id 催办列表id
5991
- * @author liufan
5992
- * @date 2022年11月29日
5985
+ /**
5986
+ * goPress
5987
+ * @desc:催办列表查看
5988
+ * @param {String} id 催办列表id
5989
+ * @author liufan
5990
+ * @date 2022年11月29日
5993
5991
  **/
5994
5992
  goPress: function goPress(id) {
5995
5993
  this.historyId = id;
@@ -5997,23 +5995,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
5997
5995
  this.getPressList();
5998
5996
  },
5999
5997
 
6000
- /**
6001
- * showFile
6002
- * @desc:附件查看
6003
- * @param {String} ownId 附件id
6004
- * @author liufan
6005
- * @date 2022年11月29日
5998
+ /**
5999
+ * showFile
6000
+ * @desc:附件查看
6001
+ * @param {String} ownId 附件id
6002
+ * @author liufan
6003
+ * @date 2022年11月29日
6006
6004
  **/
6007
6005
  showFile: function showFile(ownId) {
6008
6006
  this.wfpendingid = ownId;
6009
6007
  this.showFileList = true;
6010
6008
  },
6011
6009
 
6012
- /**
6013
- * handleChange
6014
- * @desc:切换排序方式
6015
- * @author liufan
6016
- * @date 2022年11月22日
6010
+ /**
6011
+ * handleChange
6012
+ * @desc:切换排序方式
6013
+ * @author liufan
6014
+ * @date 2022年11月22日
6017
6015
  **/
6018
6016
  handleChange: function handleChange(key, value) {
6019
6017
  if (value) {
@@ -6024,7 +6022,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6024
6022
  this.getFlowList();
6025
6023
  },
6026
6024
  getFyListJson: function getFyListJson(type) {
6027
- var _this12 = this;
6025
+ var _this11 = this;
6028
6026
 
6029
6027
  return _asyncToGenerator( /*#__PURE__*/regenerator_default.a.mark(function _callee3() {
6030
6028
  var params;
@@ -6035,21 +6033,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6035
6033
  params = {
6036
6034
  url: api["F" /* fyListJson */],
6037
6035
  params: {
6038
- appRecordId: _this12.businessId,
6036
+ appRecordId: _this11.businessId,
6039
6037
  status: type
6040
6038
  }
6041
6039
  };
6042
6040
  _context3.next = 3;
6043
6041
  return util["a" /* default */].ajax(params).then(function (res) {
6044
- if (_this12.showDoresult && res.data) {
6045
- res.data = res.data.filter(function (x) {
6046
- return x.doresult || x.handleInfo;
6047
- });
6048
- }
6042
+
6049
6043
  if (type == 1) {
6050
- _this12.untreatedReadData = res.data;
6044
+ _this11.untreatedReadData = res.data;
6051
6045
  } else {
6052
- _this12.processedReadData = res.data;
6046
+ _this11.processedReadData = res.data;
6053
6047
  }
6054
6048
  });
6055
6049
 
@@ -6058,18 +6052,18 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6058
6052
  return _context3.stop();
6059
6053
  }
6060
6054
  }
6061
- }, _callee3, _this12);
6055
+ }, _callee3, _this11);
6062
6056
  }))();
6063
6057
  },
6064
6058
 
6065
- /**
6066
- * getFlowList
6067
- * @desc:获取流程列表
6068
- * @author liufan
6069
- * @date 2022年11月22日
6059
+ /**
6060
+ * getFlowList
6061
+ * @desc:获取流程列表
6062
+ * @author liufan
6063
+ * @date 2022年11月22日
6070
6064
  **/
6071
6065
  getFlowList: function getFlowList() {
6072
- var _this13 = this;
6066
+ var _this12 = this;
6073
6067
 
6074
6068
  var params = {
6075
6069
  url: api["qb" /* pendedhistoryListJson */],
@@ -6092,65 +6086,58 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6092
6086
  modify = _res$data.modify,
6093
6087
  taskReadName = _res$data.taskReadName;
6094
6088
 
6095
- _this13.loading.close();
6089
+ _this12.loading.close();
6096
6090
  if (status == 'success') {
6097
- if (_this13.showDoresult) {
6098
- wfHistoryList && (wfHistoryList = wfHistoryList.filter(function (x) {
6099
- return x.doresult || x.handleInfo;
6100
- }));
6101
- fyHistoryList && (fyHistoryList = fyHistoryList.filter(function (x) {
6102
- return x.doresult || x.handleInfo;
6103
- }));
6104
- }
6105
- _this13.flowTableInfo.adjunctCode = adjunctCode;
6106
- _this13.flowTableInfo.hasAgent = hasAgent;
6107
- _this13.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
6108
- _this13.isShort = isShort;
6109
- _this13.taskReadName = taskReadName;
6110
- _this13.flowData = wfHistoryList;
6111
- _this13.flowData.map(function (x) {
6091
+
6092
+ _this12.flowTableInfo.adjunctCode = adjunctCode;
6093
+ _this12.flowTableInfo.hasAgent = hasAgent;
6094
+ _this12.attachmentPaperClipCssStyle = res.data.attachmentPaperClipCssStyle;
6095
+ _this12.isShort = isShort;
6096
+ _this12.taskReadName = taskReadName;
6097
+ _this12.flowData = wfHistoryList;
6098
+ _this12.flowData.map(function (x) {
6112
6099
  if (!x.deptid) {
6113
6100
  x.deptid = x.deptName;
6114
6101
  }
6115
6102
  });
6116
- _this13.splitReadingData = fyHistoryList;
6117
- _this13.modify = modify;
6118
- _this13.show = true;
6119
- if (_this13.height == 'auto') {
6120
- _this13.$nextTick(function () {
6121
- _this13.content.map(function (x) {
6122
- _this13[x.type + 'Height'] = _this13.$refs[x.type][0].offsetHeight;
6103
+ _this12.splitReadingData = fyHistoryList;
6104
+ _this12.modify = modify;
6105
+ _this12.show = true;
6106
+ if (_this12.height == 'auto') {
6107
+ _this12.$nextTick(function () {
6108
+ _this12.content.map(function (x) {
6109
+ _this12[x.type + 'Height'] = _this12.$refs[x.type][0].offsetHeight;
6123
6110
  });
6124
6111
  });
6125
6112
  }
6126
- if (_this13.contents.indexOf('circular') != -1) {
6127
- _this13.getCircularReadList();
6113
+ if (_this12.contents.indexOf('circular') != -1) {
6114
+ _this12.getCircularReadList();
6128
6115
  } else {
6129
- _this13.$nextTick(function () {
6130
- _this13.getListCount(_this13.flowListCount);
6116
+ _this12.$nextTick(function () {
6117
+ _this12.getListCount(_this12.flowListCount);
6131
6118
  });
6132
6119
  }
6133
6120
  } else {
6134
- _this13.$message.error(message || '系统错误,请联系管理员!');
6121
+ _this12.$message.error(message || '系统错误,请联系管理员!');
6135
6122
  }
6136
6123
  }).catch(function (err) {
6137
- _this13.loading.close();
6124
+ _this12.loading.close();
6138
6125
  if (err.message && err.message !== 'canceled') {
6139
- _this13.$message.error(err.message);
6126
+ _this12.$message.error(err.message);
6140
6127
  }
6141
- _this13.show = true;
6128
+ _this12.show = true;
6142
6129
  });
6143
6130
  },
6144
6131
 
6145
- /**
6146
- * handleClick
6147
- * @desc:表单点击事件
6148
- * @param {Object} val 当前点击行数据及按钮
6149
- * @author liufan
6150
- * @date 2022年11月10日
6132
+ /**
6133
+ * handleClick
6134
+ * @desc:表单点击事件
6135
+ * @param {Object} val 当前点击行数据及按钮
6136
+ * @author liufan
6137
+ * @date 2022年11月10日
6151
6138
  **/
6152
6139
  handleClick: function handleClick(val) {
6153
- var _this14 = this;
6140
+ var _this13 = this;
6154
6141
 
6155
6142
  var text = val.handle.text,
6156
6143
  _val$row = val.row,
@@ -6160,7 +6147,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6160
6147
  if (text === '置为失效') {
6161
6148
  if (status == 0) {
6162
6149
  this.$confirm('您确定要置为失效吗?').then(function () {
6163
- _this14.loading = util["a" /* default */].loading(_this14.$loading, '提交中...');
6150
+ _this13.loading = util["a" /* default */].loading(_this13.$loading, '提交中...');
6164
6151
  var param = {
6165
6152
  url: api["m" /* deletePresetInfo */],
6166
6153
  headers: { Accept: 'application/json,text/plain' },
@@ -6171,17 +6158,17 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6171
6158
  var status = res.status,
6172
6159
  message = res.message;
6173
6160
 
6174
- _this14.loading.close();
6161
+ _this13.loading.close();
6175
6162
  if (status === 'success') {
6176
- _this14.$message.success('操作成功');
6177
- _this14.getListInfo();
6163
+ _this13.$message.success('操作成功');
6164
+ _this13.getListInfo();
6178
6165
  } else {
6179
- _this14.$message.error(message || '系统错误,请联系管理员!');
6166
+ _this13.$message.error(message || '系统错误,请联系管理员!');
6180
6167
  }
6181
6168
  }).catch(function (err) {
6182
- _this14.loading.close();
6169
+ _this13.loading.close();
6183
6170
  if (err.message && err.message !== 'canceled') {
6184
- _this14.$message.error(err.message);
6171
+ _this13.$message.error(err.message);
6185
6172
  }
6186
6173
  });
6187
6174
  }).catch(function (e) {
@@ -6193,13 +6180,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6193
6180
  }
6194
6181
  },
6195
6182
 
6196
- /**
6197
- * getCodeValue
6198
- * @desc:获取代码表过滤后的值
6199
- * @param {String} value 展示数据的代码值
6200
- * @param {String} type 代码表类型
6201
- * @author liufan
6202
- * @date 2022年11月10日
6183
+ /**
6184
+ * getCodeValue
6185
+ * @desc:获取代码表过滤后的值
6186
+ * @param {String} value 展示数据的代码值
6187
+ * @param {String} type 代码表类型
6188
+ * @author liufan
6189
+ * @date 2022年11月10日
6203
6190
  **/
6204
6191
  getCodeValue: function getCodeValue(value, type) {
6205
6192
  var val = this[type].filter(function (item) {
@@ -6208,15 +6195,15 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6208
6195
  return val[0].shortName;
6209
6196
  },
6210
6197
 
6211
- /**
6212
- * getSysInfo
6213
- * @desc:获取代码表
6214
- * @param {String} code 编码code值
6215
- * @author liufan
6216
- * @date 2022年11月10日
6198
+ /**
6199
+ * getSysInfo
6200
+ * @desc:获取代码表
6201
+ * @param {String} code 编码code值
6202
+ * @author liufan
6203
+ * @date 2022年11月10日
6217
6204
  **/
6218
6205
  getSysInfo: function getSysInfo(code) {
6219
- var _this15 = this;
6206
+ var _this14 = this;
6220
6207
 
6221
6208
  var params = {
6222
6209
  url: api["z" /* findCodeValues */],
@@ -6228,21 +6215,21 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6228
6215
  data = res.data;
6229
6216
 
6230
6217
  if (status == 'success') {
6231
- _this15[code] = data;
6218
+ _this14[code] = data;
6232
6219
  } else {
6233
- _this15.$message.error(message || '系统错误,请联系管理员!');
6220
+ _this14.$message.error(message || '系统错误,请联系管理员!');
6234
6221
  }
6235
6222
  }).catch(function (e) {});
6236
6223
  },
6237
6224
 
6238
- /**
6239
- * getListInfo
6240
- * @desc:获取预设列表数据
6241
- * @author liufan
6242
- * @date 2022年11月10日
6225
+ /**
6226
+ * getListInfo
6227
+ * @desc:获取预设列表数据
6228
+ * @author liufan
6229
+ * @date 2022年11月10日
6243
6230
  **/
6244
6231
  getListInfo: function getListInfo() {
6245
- var _this16 = this;
6232
+ var _this15 = this;
6246
6233
 
6247
6234
  var param = {
6248
6235
  url: api["Wb" /* toPresetInfoListIndex */],
@@ -6257,24 +6244,20 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6257
6244
  canDelete = _res$data2.canDelete,
6258
6245
  currentUserHasPresetInfoAuth = _res$data2.currentUserHasPresetInfoAuth;
6259
6246
 
6260
- _this16.loading.close();
6247
+ _this15.loading.close();
6261
6248
  if (status == 'success') {
6262
- if (_this16.showDoresult && presetInfoList) {
6263
- presetInfoList = presetInfoList.filter(function (x) {
6264
- return x.doresult || x.handleInfo;
6265
- });
6266
- }
6267
- presetInfoList && (_this16.presetData = presetInfoList);
6268
- _this16.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
6269
- _this16.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
6270
- _this16.canDelete = canDelete;
6249
+
6250
+ presetInfoList && (_this15.presetData = presetInfoList);
6251
+ _this15.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
6252
+ _this15.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
6253
+ _this15.canDelete = canDelete;
6271
6254
  } else {
6272
- _this16.$message.error(message || '系统错误,请联系管理员!');
6255
+ _this15.$message.error(message || '系统错误,请联系管理员!');
6273
6256
  }
6274
6257
  }).catch(function (err) {
6275
- _this16.loading.close();
6258
+ _this15.loading.close();
6276
6259
  if (err.message && err.message !== 'canceled') {
6277
- _this16.$message.error(err.message);
6260
+ _this15.$message.error(err.message);
6278
6261
  }
6279
6262
  });
6280
6263
  }
@@ -6295,7 +6278,7 @@ var componentNormalizer = __webpack_require__(3);
6295
6278
 
6296
6279
  var component = Object(componentNormalizer["a" /* default */])(
6297
6280
  src_mainvue_type_script_lang_js_,
6298
- mainvue_type_template_id_64b7e13b_render,
6281
+ mainvue_type_template_id_017a3796_render,
6299
6282
  staticRenderFns,
6300
6283
  false,
6301
6284
  null,