eoss-ui 0.6.99 → 0.7.10
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.
- package/lib/calogin.js +233 -233
- package/lib/eoss-ui.common.js +769 -757
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +304 -292
- package/lib/index.js +1 -1
- package/lib/main.js +132 -132
- package/lib/qr-code.js +13 -13
- package/package.json +160 -160
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +988 -988
- package/packages/data-table/src/main.vue +1831 -1831
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/Circulate.vue +405 -403
- package/packages/flow/src/component/CommonOpinions.vue +364 -364
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +99 -99
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +641 -641
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2844 -2844
- package/packages/flow/src/main.vue +3742 -3726
- package/packages/flow/src/processForm.vue +1287 -1287
- package/packages/flow/src/processReject.vue +308 -308
- package/packages/flow/src/reset.vue +941 -941
- package/packages/flow/src/startTaskRead.vue +690 -690
- package/packages/flow/src/supervise.vue +159 -159
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +692 -692
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1770 -1770
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3846 -3846
- package/packages/form/src/table.vue +1508 -1508
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +493 -493
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +101 -101
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +1993 -1993
- package/packages/login/src/resetPassword.vue +562 -562
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +502 -502
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +221 -221
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +259 -259
- package/packages/main/src/simplicity/index.vue +2125 -2125
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +264 -264
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +397 -397
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +584 -584
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +781 -781
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +170 -170
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +154 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +293 -293
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/flow.scss +348 -348
- package/packages/theme-chalk/src/form.scss +499 -499
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +143 -143
- package/packages/theme-chalk/src/icon.scss +1817 -1817
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +984 -984
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +222 -222
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +92 -92
- package/packages/theme-chalk/src/simplicity.scss +1361 -1361
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1343 -1343
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +308 -308
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- package/packages/.DS_Store +0 -0
- package/packages/autocomplete/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/scrollbar/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/utils/.DS_Store +0 -0
package/lib/flow.js
CHANGED
|
@@ -4485,7 +4485,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4485
4485
|
// ESM COMPAT FLAG
|
|
4486
4486
|
__webpack_require__.r(__webpack_exports__);
|
|
4487
4487
|
|
|
4488
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
4488
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=1bceff87&
|
|
4489
4489
|
var render = function () {
|
|
4490
4490
|
var _vm = this
|
|
4491
4491
|
var _h = _vm.$createElement
|
|
@@ -4695,6 +4695,8 @@ var render = function () {
|
|
|
4695
4695
|
"pending-id": _vm.pendingId,
|
|
4696
4696
|
showBtn: false,
|
|
4697
4697
|
formTitle: _vm.formTitle,
|
|
4698
|
+
startFlowPageEmbeddedIntoStartFlowIndex:
|
|
4699
|
+
_vm.startFlowPageEmbeddedIntoStartFlowIndex,
|
|
4698
4700
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
4699
4701
|
simpleTips: _vm.simpleTips,
|
|
4700
4702
|
oldOption: _vm.value,
|
|
@@ -7374,7 +7376,7 @@ var staticRenderFns = []
|
|
|
7374
7376
|
render._withStripped = true
|
|
7375
7377
|
|
|
7376
7378
|
|
|
7377
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7379
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=1bceff87&
|
|
7378
7380
|
|
|
7379
7381
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7380
7382
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -8231,21 +8233,21 @@ var _components;
|
|
|
8231
8233
|
return validSate;
|
|
8232
8234
|
},
|
|
8233
8235
|
|
|
8234
|
-
/**
|
|
8235
|
-
* changeOpinion
|
|
8236
|
-
* @desc:监听意见变化
|
|
8237
|
-
* @author liufan
|
|
8238
|
-
* @date 2022年10月28日
|
|
8236
|
+
/**
|
|
8237
|
+
* changeOpinion
|
|
8238
|
+
* @desc:监听意见变化
|
|
8239
|
+
* @author liufan
|
|
8240
|
+
* @date 2022年10月28日
|
|
8239
8241
|
**/
|
|
8240
8242
|
changeOpinion: function changeOpinion() {
|
|
8241
8243
|
this.$emit('change', this.form.value);
|
|
8242
8244
|
},
|
|
8243
8245
|
|
|
8244
|
-
/**
|
|
8245
|
-
* getCommonOpion
|
|
8246
|
-
* @desc:获取意见
|
|
8247
|
-
* @author liufan
|
|
8248
|
-
* @date 2022年5月25日
|
|
8246
|
+
/**
|
|
8247
|
+
* getCommonOpion
|
|
8248
|
+
* @desc:获取意见
|
|
8249
|
+
* @author liufan
|
|
8250
|
+
* @date 2022年5月25日
|
|
8249
8251
|
**/
|
|
8250
8252
|
getCommonOpion: function getCommonOpion() {
|
|
8251
8253
|
var _this = this;
|
|
@@ -8274,24 +8276,24 @@ var _components;
|
|
|
8274
8276
|
});
|
|
8275
8277
|
},
|
|
8276
8278
|
|
|
8277
|
-
/**
|
|
8278
|
-
* upDate
|
|
8279
|
-
* @desc:修改常用语
|
|
8280
|
-
* @author liufan
|
|
8281
|
-
* @param {Object} val 修改值
|
|
8282
|
-
* @date 2022年5月25日
|
|
8279
|
+
/**
|
|
8280
|
+
* upDate
|
|
8281
|
+
* @desc:修改常用语
|
|
8282
|
+
* @author liufan
|
|
8283
|
+
* @param {Object} val 修改值
|
|
8284
|
+
* @date 2022年5月25日
|
|
8283
8285
|
**/
|
|
8284
8286
|
upDate: function upDate(val) {
|
|
8285
8287
|
this.FormData.id = val.id;
|
|
8286
8288
|
this.addVisible = true;
|
|
8287
8289
|
},
|
|
8288
8290
|
|
|
8289
|
-
/**
|
|
8290
|
-
* selectChange
|
|
8291
|
-
* @desc:常用语选择
|
|
8292
|
-
* @author liufan
|
|
8293
|
-
* @param {String} val 选中值
|
|
8294
|
-
* @date 2022年5月25日
|
|
8291
|
+
/**
|
|
8292
|
+
* selectChange
|
|
8293
|
+
* @desc:常用语选择
|
|
8294
|
+
* @author liufan
|
|
8295
|
+
* @param {String} val 选中值
|
|
8296
|
+
* @date 2022年5月25日
|
|
8295
8297
|
**/
|
|
8296
8298
|
selectChange: function selectChange(val) {
|
|
8297
8299
|
var _this2 = this;
|
|
@@ -8310,12 +8312,12 @@ var _components;
|
|
|
8310
8312
|
});
|
|
8311
8313
|
},
|
|
8312
8314
|
|
|
8313
|
-
/**
|
|
8314
|
-
* del
|
|
8315
|
-
* @desc:删除常用语
|
|
8316
|
-
* @author liufan
|
|
8317
|
-
* @param {Object} val 删除的数据
|
|
8318
|
-
* @date 2022年5月25日
|
|
8315
|
+
/**
|
|
8316
|
+
* del
|
|
8317
|
+
* @desc:删除常用语
|
|
8318
|
+
* @author liufan
|
|
8319
|
+
* @param {Object} val 删除的数据
|
|
8320
|
+
* @date 2022年5月25日
|
|
8319
8321
|
**/
|
|
8320
8322
|
del: function del(val) {
|
|
8321
8323
|
var _this3 = this;
|
|
@@ -8357,12 +8359,12 @@ var _components;
|
|
|
8357
8359
|
}).catch(function (e) {});
|
|
8358
8360
|
},
|
|
8359
8361
|
|
|
8360
|
-
/**
|
|
8361
|
-
* submit
|
|
8362
|
-
* @desc:新增/编辑意见保存
|
|
8363
|
-
* @author liufan
|
|
8364
|
-
* @param {Object} val 保存数据
|
|
8365
|
-
* @date 2022年5月25日
|
|
8362
|
+
/**
|
|
8363
|
+
* submit
|
|
8364
|
+
* @desc:新增/编辑意见保存
|
|
8365
|
+
* @author liufan
|
|
8366
|
+
* @param {Object} val 保存数据
|
|
8367
|
+
* @date 2022年5月25日
|
|
8366
8368
|
**/
|
|
8367
8369
|
submit: function submit(val) {
|
|
8368
8370
|
var _this4 = this;
|
|
@@ -11748,11 +11750,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11748
11750
|
});
|
|
11749
11751
|
},
|
|
11750
11752
|
|
|
11751
|
-
/**
|
|
11752
|
-
* isMultiple
|
|
11753
|
-
* @desc:是否多选
|
|
11754
|
-
* @author liufan
|
|
11755
|
-
* @date 2022年9月13日
|
|
11753
|
+
/**
|
|
11754
|
+
* isMultiple
|
|
11755
|
+
* @desc:是否多选
|
|
11756
|
+
* @author liufan
|
|
11757
|
+
* @date 2022年9月13日
|
|
11756
11758
|
**/
|
|
11757
11759
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
11758
11760
|
var multiple = false;
|
|
@@ -15793,11 +15795,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
15793
15795
|
});
|
|
15794
15796
|
},
|
|
15795
15797
|
|
|
15796
|
-
/**
|
|
15797
|
-
* isMultiple
|
|
15798
|
-
* @desc:是否多选
|
|
15799
|
-
* @author liufan
|
|
15800
|
-
* @date 2022年9月13日
|
|
15798
|
+
/**
|
|
15799
|
+
* isMultiple
|
|
15800
|
+
* @desc:是否多选
|
|
15801
|
+
* @author liufan
|
|
15802
|
+
* @date 2022年9月13日
|
|
15801
15803
|
**/
|
|
15802
15804
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
15803
15805
|
var multiple = false;
|
|
@@ -20198,11 +20200,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20198
20200
|
});
|
|
20199
20201
|
},
|
|
20200
20202
|
|
|
20201
|
-
/**
|
|
20202
|
-
* saveInfo
|
|
20203
|
-
* @desc:暂存
|
|
20204
|
-
* @author liufan
|
|
20205
|
-
* @date 2022年9月9日
|
|
20203
|
+
/**
|
|
20204
|
+
* saveInfo
|
|
20205
|
+
* @desc:暂存
|
|
20206
|
+
* @author liufan
|
|
20207
|
+
* @date 2022年9月9日
|
|
20206
20208
|
**/
|
|
20207
20209
|
saveInfo: function saveInfo(type, btn) {
|
|
20208
20210
|
var _this6 = this;
|
|
@@ -20264,11 +20266,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20264
20266
|
});
|
|
20265
20267
|
},
|
|
20266
20268
|
|
|
20267
|
-
/**
|
|
20268
|
-
* rejectBtn
|
|
20269
|
-
* @desc:点击驳回
|
|
20270
|
-
* @author liufan
|
|
20271
|
-
* @date 2022年5月25日
|
|
20269
|
+
/**
|
|
20270
|
+
* rejectBtn
|
|
20271
|
+
* @desc:点击驳回
|
|
20272
|
+
* @author liufan
|
|
20273
|
+
* @date 2022年5月25日
|
|
20272
20274
|
**/
|
|
20273
20275
|
rejectBtn: function rejectBtn() {
|
|
20274
20276
|
var _this8 = this;
|
|
@@ -20286,11 +20288,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20286
20288
|
}
|
|
20287
20289
|
},
|
|
20288
20290
|
|
|
20289
|
-
/**
|
|
20290
|
-
* taskReadBtn
|
|
20291
|
-
* @desc:点击分阅
|
|
20292
|
-
* @author liufan
|
|
20293
|
-
* @date 2022年5月25日
|
|
20291
|
+
/**
|
|
20292
|
+
* taskReadBtn
|
|
20293
|
+
* @desc:点击分阅
|
|
20294
|
+
* @author liufan
|
|
20295
|
+
* @date 2022年5月25日
|
|
20294
20296
|
**/
|
|
20295
20297
|
taskReadBtn: function taskReadBtn() {
|
|
20296
20298
|
var _this9 = this;
|
|
@@ -20309,11 +20311,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20309
20311
|
}
|
|
20310
20312
|
},
|
|
20311
20313
|
|
|
20312
|
-
/**
|
|
20313
|
-
* getFind
|
|
20314
|
-
* @desc:获取通知方式
|
|
20315
|
-
* @author liufan
|
|
20316
|
-
* @date 2022年5月25日
|
|
20314
|
+
/**
|
|
20315
|
+
* getFind
|
|
20316
|
+
* @desc:获取通知方式
|
|
20317
|
+
* @author liufan
|
|
20318
|
+
* @date 2022年5月25日
|
|
20317
20319
|
**/
|
|
20318
20320
|
getFind: function getFind() {
|
|
20319
20321
|
var _this10 = this;
|
|
@@ -20368,12 +20370,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20368
20370
|
});
|
|
20369
20371
|
},
|
|
20370
20372
|
|
|
20371
|
-
/**
|
|
20372
|
-
* endFlows
|
|
20373
|
-
* @desc:直接办结
|
|
20374
|
-
* @author liufan
|
|
20375
|
-
* @param {Object} res 直接办结数据
|
|
20376
|
-
* @date 2022年5月25日
|
|
20373
|
+
/**
|
|
20374
|
+
* endFlows
|
|
20375
|
+
* @desc:直接办结
|
|
20376
|
+
* @author liufan
|
|
20377
|
+
* @param {Object} res 直接办结数据
|
|
20378
|
+
* @date 2022年5月25日
|
|
20377
20379
|
**/
|
|
20378
20380
|
endFlows: function endFlows(res) {
|
|
20379
20381
|
var _this12 = this;
|
|
@@ -20427,12 +20429,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20427
20429
|
}).catch(function (e) {});
|
|
20428
20430
|
},
|
|
20429
20431
|
|
|
20430
|
-
/**
|
|
20431
|
-
* goView
|
|
20432
|
-
* @desc:更多流程按钮操作
|
|
20433
|
-
* @author liufan
|
|
20434
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20435
|
-
* @date 2022年5月25日
|
|
20432
|
+
/**
|
|
20433
|
+
* goView
|
|
20434
|
+
* @desc:更多流程按钮操作
|
|
20435
|
+
* @author liufan
|
|
20436
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20437
|
+
* @date 2022年5月25日
|
|
20436
20438
|
**/
|
|
20437
20439
|
goView: function goView(res) {
|
|
20438
20440
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20517,11 +20519,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20517
20519
|
// isCanStartSubFlow
|
|
20518
20520
|
},
|
|
20519
20521
|
|
|
20520
|
-
/**
|
|
20521
|
-
* toTakeAdvice
|
|
20522
|
-
* @desc:征求意见
|
|
20523
|
-
* @author liufan
|
|
20524
|
-
* @date 2022年9月29日
|
|
20522
|
+
/**
|
|
20523
|
+
* toTakeAdvice
|
|
20524
|
+
* @desc:征求意见
|
|
20525
|
+
* @author liufan
|
|
20526
|
+
* @date 2022年9月29日
|
|
20525
20527
|
**/
|
|
20526
20528
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20527
20529
|
var _this14 = this;
|
|
@@ -20565,11 +20567,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20565
20567
|
});
|
|
20566
20568
|
},
|
|
20567
20569
|
|
|
20568
|
-
/**
|
|
20569
|
-
* toStartDraf
|
|
20570
|
-
* @desc: 稿件递送、联合审核、复核
|
|
20571
|
-
* @author liufan
|
|
20572
|
-
* @date 2022年9月29日
|
|
20570
|
+
/**
|
|
20571
|
+
* toStartDraf
|
|
20572
|
+
* @desc: 稿件递送、联合审核、复核
|
|
20573
|
+
* @author liufan
|
|
20574
|
+
* @date 2022年9月29日
|
|
20573
20575
|
**/
|
|
20574
20576
|
toStartDraf: function toStartDraf(res) {
|
|
20575
20577
|
var _this16 = this;
|
|
@@ -20583,11 +20585,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20583
20585
|
}
|
|
20584
20586
|
},
|
|
20585
20587
|
|
|
20586
|
-
/**
|
|
20587
|
-
* toSendMsg
|
|
20588
|
-
* @desc:核稿通知
|
|
20589
|
-
* @author liufan
|
|
20590
|
-
* @date 2022年9月29日
|
|
20588
|
+
/**
|
|
20589
|
+
* toSendMsg
|
|
20590
|
+
* @desc:核稿通知
|
|
20591
|
+
* @author liufan
|
|
20592
|
+
* @date 2022年9月29日
|
|
20591
20593
|
**/
|
|
20592
20594
|
toSendMsg: function toSendMsg(res) {
|
|
20593
20595
|
var _this17 = this;
|
|
@@ -20601,11 +20603,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20601
20603
|
}
|
|
20602
20604
|
},
|
|
20603
20605
|
|
|
20604
|
-
/**
|
|
20605
|
-
* toTaskReadAndEnd
|
|
20606
|
-
* @desc:分阅并办结
|
|
20607
|
-
* @author liufan
|
|
20608
|
-
* @date 2022年9月29日
|
|
20606
|
+
/**
|
|
20607
|
+
* toTaskReadAndEnd
|
|
20608
|
+
* @desc:分阅并办结
|
|
20609
|
+
* @author liufan
|
|
20610
|
+
* @date 2022年9月29日
|
|
20609
20611
|
**/
|
|
20610
20612
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
20611
20613
|
var _this18 = this;
|
|
@@ -20623,11 +20625,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20623
20625
|
}
|
|
20624
20626
|
},
|
|
20625
20627
|
|
|
20626
|
-
/**
|
|
20627
|
-
* rejectAndEnd
|
|
20628
|
-
* @desc:驳回并办结
|
|
20629
|
-
* @author liufan
|
|
20630
|
-
* @date 2022年9月29日
|
|
20628
|
+
/**
|
|
20629
|
+
* rejectAndEnd
|
|
20630
|
+
* @desc:驳回并办结
|
|
20631
|
+
* @author liufan
|
|
20632
|
+
* @date 2022年9月29日
|
|
20631
20633
|
**/
|
|
20632
20634
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
20633
20635
|
var _this19 = this;
|
|
@@ -20682,11 +20684,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20682
20684
|
});
|
|
20683
20685
|
},
|
|
20684
20686
|
|
|
20685
|
-
/**
|
|
20686
|
-
* toTransfer
|
|
20687
|
-
* @desc:转办
|
|
20688
|
-
* @author liufan
|
|
20689
|
-
* @date 2022年9月29日
|
|
20687
|
+
/**
|
|
20688
|
+
* toTransfer
|
|
20689
|
+
* @desc:转办
|
|
20690
|
+
* @author liufan
|
|
20691
|
+
* @date 2022年9月29日
|
|
20690
20692
|
**/
|
|
20691
20693
|
toTransfer: function toTransfer(res) {
|
|
20692
20694
|
var _this21 = this;
|
|
@@ -20702,11 +20704,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20702
20704
|
}
|
|
20703
20705
|
},
|
|
20704
20706
|
|
|
20705
|
-
/**
|
|
20706
|
-
* getNodeInfo
|
|
20707
|
-
* @desc:获取节点信息
|
|
20708
|
-
* @author liufan
|
|
20709
|
-
* @date 2022年5月25日
|
|
20707
|
+
/**
|
|
20708
|
+
* getNodeInfo
|
|
20709
|
+
* @desc:获取节点信息
|
|
20710
|
+
* @author liufan
|
|
20711
|
+
* @date 2022年5月25日
|
|
20710
20712
|
**/
|
|
20711
20713
|
getNodeInfo: function getNodeInfo() {
|
|
20712
20714
|
var _this22 = this;
|
|
@@ -20805,12 +20807,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20805
20807
|
});
|
|
20806
20808
|
},
|
|
20807
20809
|
|
|
20808
|
-
/**
|
|
20809
|
-
* selecNext
|
|
20810
|
-
* @desc:下步节点变化时更新数据
|
|
20811
|
-
* @author liufan
|
|
20812
|
-
* @param {String} val 当前选中值
|
|
20813
|
-
* @date 2022年5月25日
|
|
20810
|
+
/**
|
|
20811
|
+
* selecNext
|
|
20812
|
+
* @desc:下步节点变化时更新数据
|
|
20813
|
+
* @author liufan
|
|
20814
|
+
* @param {String} val 当前选中值
|
|
20815
|
+
* @date 2022年5月25日
|
|
20814
20816
|
**/
|
|
20815
20817
|
selecNext: function selecNext(val, type, isDef) {
|
|
20816
20818
|
var _this23 = this;
|
|
@@ -20919,11 +20921,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20919
20921
|
if (isDef !== true) this.getNodeInfo();
|
|
20920
20922
|
},
|
|
20921
20923
|
|
|
20922
|
-
/**
|
|
20923
|
-
* isMultiple
|
|
20924
|
-
* @desc:是否多选
|
|
20925
|
-
* @author liufan
|
|
20926
|
-
* @date 2022年9月13日
|
|
20924
|
+
/**
|
|
20925
|
+
* isMultiple
|
|
20926
|
+
* @desc:是否多选
|
|
20927
|
+
* @author liufan
|
|
20928
|
+
* @date 2022年9月13日
|
|
20927
20929
|
**/
|
|
20928
20930
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
20929
20931
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -20955,11 +20957,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20955
20957
|
}
|
|
20956
20958
|
},
|
|
20957
20959
|
|
|
20958
|
-
/**
|
|
20959
|
-
* getHedInfo
|
|
20960
|
-
* @desc:获取审核页面数据
|
|
20961
|
-
* @author liufan
|
|
20962
|
-
* @date 2022年5月25日
|
|
20960
|
+
/**
|
|
20961
|
+
* getHedInfo
|
|
20962
|
+
* @desc:获取审核页面数据
|
|
20963
|
+
* @author liufan
|
|
20964
|
+
* @date 2022年5月25日
|
|
20963
20965
|
**/
|
|
20964
20966
|
getHedInfo: function getHedInfo() {
|
|
20965
20967
|
var _this24 = this;
|
|
@@ -21195,13 +21197,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21195
21197
|
});
|
|
21196
21198
|
},
|
|
21197
21199
|
|
|
21198
|
-
/**
|
|
21199
|
-
* closeProcess
|
|
21200
|
-
* @desc:关闭弹窗
|
|
21201
|
-
* @author liufan
|
|
21202
|
-
* @param {boolean} val 当前是否办理流程
|
|
21203
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21204
|
-
* @date 2022年5月25日
|
|
21200
|
+
/**
|
|
21201
|
+
* closeProcess
|
|
21202
|
+
* @desc:关闭弹窗
|
|
21203
|
+
* @author liufan
|
|
21204
|
+
* @param {boolean} val 当前是否办理流程
|
|
21205
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21206
|
+
* @date 2022年5月25日
|
|
21205
21207
|
**/
|
|
21206
21208
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21207
21209
|
if (closeParent) {
|
|
@@ -21218,23 +21220,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21218
21220
|
}
|
|
21219
21221
|
},
|
|
21220
21222
|
|
|
21221
|
-
/**
|
|
21222
|
-
* selectChange
|
|
21223
|
-
* @desc:常用语选择
|
|
21224
|
-
* @author liufan
|
|
21225
|
-
* @param {String} val 选中值
|
|
21226
|
-
* @date 2022年5月25日
|
|
21223
|
+
/**
|
|
21224
|
+
* selectChange
|
|
21225
|
+
* @desc:常用语选择
|
|
21226
|
+
* @author liufan
|
|
21227
|
+
* @param {String} val 选中值
|
|
21228
|
+
* @date 2022年5月25日
|
|
21227
21229
|
**/
|
|
21228
21230
|
selectChange: function selectChange(val) {
|
|
21229
21231
|
this.value = val;
|
|
21230
21232
|
},
|
|
21231
21233
|
|
|
21232
|
-
/**
|
|
21233
|
-
* upDate
|
|
21234
|
-
* @desc:修改常用语
|
|
21235
|
-
* @author liufan
|
|
21236
|
-
* @param {Object} val 修改值
|
|
21237
|
-
* @date 2022年5月25日
|
|
21234
|
+
/**
|
|
21235
|
+
* upDate
|
|
21236
|
+
* @desc:修改常用语
|
|
21237
|
+
* @author liufan
|
|
21238
|
+
* @param {Object} val 修改值
|
|
21239
|
+
* @date 2022年5月25日
|
|
21238
21240
|
**/
|
|
21239
21241
|
upDate: function upDate(val) {
|
|
21240
21242
|
this.FormData.id = val.id;
|
|
@@ -21242,11 +21244,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21242
21244
|
},
|
|
21243
21245
|
|
|
21244
21246
|
|
|
21245
|
-
/**
|
|
21246
|
-
* getProcess
|
|
21247
|
-
* @desc:获取选择流程
|
|
21248
|
-
* @author liufan
|
|
21249
|
-
* @date 2022年5月25日
|
|
21247
|
+
/**
|
|
21248
|
+
* getProcess
|
|
21249
|
+
* @desc:获取选择流程
|
|
21250
|
+
* @author liufan
|
|
21251
|
+
* @date 2022年5月25日
|
|
21250
21252
|
**/
|
|
21251
21253
|
getProcess: function getProcess() {
|
|
21252
21254
|
var _this25 = this;
|
|
@@ -21300,11 +21302,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21300
21302
|
});
|
|
21301
21303
|
},
|
|
21302
21304
|
|
|
21303
|
-
/**
|
|
21304
|
-
* getPendedhistoryList
|
|
21305
|
-
* @desc:获取流程列表
|
|
21306
|
-
* @author liufan
|
|
21307
|
-
* @date 2022年5月25日
|
|
21305
|
+
/**
|
|
21306
|
+
* getPendedhistoryList
|
|
21307
|
+
* @desc:获取流程列表
|
|
21308
|
+
* @author liufan
|
|
21309
|
+
* @date 2022年5月25日
|
|
21308
21310
|
**/
|
|
21309
21311
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21310
21312
|
var _this26 = this;
|
|
@@ -21336,12 +21338,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21336
21338
|
},
|
|
21337
21339
|
|
|
21338
21340
|
// 提交流程
|
|
21339
|
-
/**
|
|
21340
|
-
* subProcess
|
|
21341
|
-
* @desc:提交流程
|
|
21342
|
-
* @author liufan
|
|
21343
|
-
* @param {String} formName 当前form表单ref值
|
|
21344
|
-
* @date 2022年5月25日
|
|
21341
|
+
/**
|
|
21342
|
+
* subProcess
|
|
21343
|
+
* @desc:提交流程
|
|
21344
|
+
* @author liufan
|
|
21345
|
+
* @param {String} formName 当前form表单ref值
|
|
21346
|
+
* @date 2022年5月25日
|
|
21345
21347
|
**/
|
|
21346
21348
|
subProcess: function subProcess(val) {
|
|
21347
21349
|
var _this27 = this;
|
|
@@ -21967,8 +21969,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
21967
21969
|
)
|
|
21968
21970
|
|
|
21969
21971
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
21970
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
21971
|
-
var
|
|
21972
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=template&id=3b7d0deb&
|
|
21973
|
+
var Circulatevue_type_template_id_3b7d0deb_render = function () {
|
|
21972
21974
|
var _vm = this
|
|
21973
21975
|
var _h = _vm.$createElement
|
|
21974
21976
|
var _c = _vm._self._c || _h
|
|
@@ -22159,11 +22161,11 @@ var Circulatevue_type_template_id_46ad7cd0_render = function () {
|
|
|
22159
22161
|
1
|
|
22160
22162
|
)
|
|
22161
22163
|
}
|
|
22162
|
-
var
|
|
22163
|
-
|
|
22164
|
+
var Circulatevue_type_template_id_3b7d0deb_staticRenderFns = []
|
|
22165
|
+
Circulatevue_type_template_id_3b7d0deb_render._withStripped = true
|
|
22164
22166
|
|
|
22165
22167
|
|
|
22166
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
22168
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3b7d0deb&
|
|
22167
22169
|
|
|
22168
22170
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Circulate.vue?vue&type=script&lang=js&
|
|
22169
22171
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -22318,7 +22320,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22318
22320
|
isHideOtherOrg: '',
|
|
22319
22321
|
isHideCurrentOrg: 0,
|
|
22320
22322
|
isOpinionRequired: 0,
|
|
22321
|
-
otherParams: { filid: 'other' },
|
|
22323
|
+
otherParams: { filid: 'other', nofilid: 1 },
|
|
22322
22324
|
loading: false,
|
|
22323
22325
|
subLoading: null,
|
|
22324
22326
|
userModel: {}
|
|
@@ -22326,6 +22328,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22326
22328
|
},
|
|
22327
22329
|
|
|
22328
22330
|
watch: {
|
|
22331
|
+
|
|
22329
22332
|
selectorParams: {
|
|
22330
22333
|
handler: function handler(val) {
|
|
22331
22334
|
this.params = val;
|
|
@@ -22358,6 +22361,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22358
22361
|
if (mainConfig) {
|
|
22359
22362
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
22360
22363
|
this.params.filid = this.userModel.orgId;
|
|
22364
|
+
this.otherParams.nofilid = this.userModel.orgId;
|
|
22361
22365
|
}
|
|
22362
22366
|
this.loading = true;
|
|
22363
22367
|
this.newMultiple = this.multiple;
|
|
@@ -22391,7 +22395,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22391
22395
|
if ((!nextCurrentOrgObj || nextCurrentOrgObj.length == 0) && (!nextOtherOrgObj || nextOtherOrgObj.length == 0)) {
|
|
22392
22396
|
return this.$message.warning('请选择处理对象!');
|
|
22393
22397
|
}
|
|
22394
|
-
|
|
22398
|
+
console.log(this.showBtn, this.startFlowPageEmbeddedIntoStartFlowIndex, 'asd');
|
|
22395
22399
|
var param = {
|
|
22396
22400
|
url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
|
|
22397
22401
|
data: {
|
|
@@ -22572,8 +22576,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22572
22576
|
|
|
22573
22577
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
22574
22578
|
component_Circulatevue_type_script_lang_js_,
|
|
22575
|
-
|
|
22576
|
-
|
|
22579
|
+
Circulatevue_type_template_id_3b7d0deb_render,
|
|
22580
|
+
Circulatevue_type_template_id_3b7d0deb_staticRenderFns,
|
|
22577
22581
|
false,
|
|
22578
22582
|
null,
|
|
22579
22583
|
null,
|
|
@@ -23701,6 +23705,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23701
23705
|
//
|
|
23702
23706
|
//
|
|
23703
23707
|
//
|
|
23708
|
+
//
|
|
23709
|
+
//
|
|
23710
|
+
//
|
|
23711
|
+
//
|
|
23712
|
+
//
|
|
23713
|
+
//
|
|
23704
23714
|
|
|
23705
23715
|
|
|
23706
23716
|
|
|
@@ -24501,11 +24511,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24501
24511
|
});
|
|
24502
24512
|
},
|
|
24503
24513
|
|
|
24504
|
-
/**
|
|
24505
|
-
* saveInfo
|
|
24506
|
-
* @desc:暂存
|
|
24507
|
-
* @author liufan
|
|
24508
|
-
* @date 2022年9月9日
|
|
24514
|
+
/**
|
|
24515
|
+
* saveInfo
|
|
24516
|
+
* @desc:暂存
|
|
24517
|
+
* @author liufan
|
|
24518
|
+
* @date 2022年9月9日
|
|
24509
24519
|
**/
|
|
24510
24520
|
saveInfo: function saveInfo(type, btn) {
|
|
24511
24521
|
var _this10 = this;
|
|
@@ -24567,11 +24577,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24567
24577
|
});
|
|
24568
24578
|
},
|
|
24569
24579
|
|
|
24570
|
-
/**
|
|
24571
|
-
* rejectBtn
|
|
24572
|
-
* @desc:点击驳回
|
|
24573
|
-
* @author liufan
|
|
24574
|
-
* @date 2022年5月25日
|
|
24580
|
+
/**
|
|
24581
|
+
* rejectBtn
|
|
24582
|
+
* @desc:点击驳回
|
|
24583
|
+
* @author liufan
|
|
24584
|
+
* @date 2022年5月25日
|
|
24575
24585
|
**/
|
|
24576
24586
|
rejectBtn: function rejectBtn() {
|
|
24577
24587
|
var _this12 = this;
|
|
@@ -24589,11 +24599,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24589
24599
|
}
|
|
24590
24600
|
},
|
|
24591
24601
|
|
|
24592
|
-
/**
|
|
24593
|
-
* taskReadBtn
|
|
24594
|
-
* @desc:点击分阅
|
|
24595
|
-
* @author liufan
|
|
24596
|
-
* @date 2022年5月25日
|
|
24602
|
+
/**
|
|
24603
|
+
* taskReadBtn
|
|
24604
|
+
* @desc:点击分阅
|
|
24605
|
+
* @author liufan
|
|
24606
|
+
* @date 2022年5月25日
|
|
24597
24607
|
**/
|
|
24598
24608
|
taskReadBtn: function taskReadBtn() {
|
|
24599
24609
|
var _this13 = this;
|
|
@@ -24612,11 +24622,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24612
24622
|
}
|
|
24613
24623
|
},
|
|
24614
24624
|
|
|
24615
|
-
/**
|
|
24616
|
-
* getFind
|
|
24617
|
-
* @desc:获取通知方式
|
|
24618
|
-
* @author liufan
|
|
24619
|
-
* @date 2022年5月25日
|
|
24625
|
+
/**
|
|
24626
|
+
* getFind
|
|
24627
|
+
* @desc:获取通知方式
|
|
24628
|
+
* @author liufan
|
|
24629
|
+
* @date 2022年5月25日
|
|
24620
24630
|
**/
|
|
24621
24631
|
getFind: function getFind() {
|
|
24622
24632
|
var _this14 = this;
|
|
@@ -24682,12 +24692,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24682
24692
|
});
|
|
24683
24693
|
},
|
|
24684
24694
|
|
|
24685
|
-
/**
|
|
24686
|
-
* endFlows
|
|
24687
|
-
* @desc:直接办结
|
|
24688
|
-
* @author liufan
|
|
24689
|
-
* @param {Object} res 直接办结数据
|
|
24690
|
-
* @date 2022年5月25日
|
|
24695
|
+
/**
|
|
24696
|
+
* endFlows
|
|
24697
|
+
* @desc:直接办结
|
|
24698
|
+
* @author liufan
|
|
24699
|
+
* @param {Object} res 直接办结数据
|
|
24700
|
+
* @date 2022年5月25日
|
|
24691
24701
|
**/
|
|
24692
24702
|
endFlows: function endFlows(res) {
|
|
24693
24703
|
var _this16 = this;
|
|
@@ -24742,12 +24752,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24742
24752
|
}).catch(function (e) {});
|
|
24743
24753
|
},
|
|
24744
24754
|
|
|
24745
|
-
/**
|
|
24746
|
-
* goView
|
|
24747
|
-
* @desc:更多流程按钮操作
|
|
24748
|
-
* @author liufan
|
|
24749
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
24750
|
-
* @date 2022年5月25日
|
|
24755
|
+
/**
|
|
24756
|
+
* goView
|
|
24757
|
+
* @desc:更多流程按钮操作
|
|
24758
|
+
* @author liufan
|
|
24759
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
24760
|
+
* @date 2022年5月25日
|
|
24751
24761
|
**/
|
|
24752
24762
|
goView: function goView(res) {
|
|
24753
24763
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -24832,11 +24842,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24832
24842
|
// isCanStartSubFlow
|
|
24833
24843
|
},
|
|
24834
24844
|
|
|
24835
|
-
/**
|
|
24836
|
-
* toTakeAdvice
|
|
24837
|
-
* @desc:征求意见
|
|
24838
|
-
* @author liufan
|
|
24839
|
-
* @date 2022年9月29日
|
|
24845
|
+
/**
|
|
24846
|
+
* toTakeAdvice
|
|
24847
|
+
* @desc:征求意见
|
|
24848
|
+
* @author liufan
|
|
24849
|
+
* @date 2022年9月29日
|
|
24840
24850
|
**/
|
|
24841
24851
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
24842
24852
|
var _this18 = this;
|
|
@@ -24880,11 +24890,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24880
24890
|
});
|
|
24881
24891
|
},
|
|
24882
24892
|
|
|
24883
|
-
/**
|
|
24884
|
-
* toStartDraf
|
|
24885
|
-
* @desc: 稿件递送、联合审核、复核
|
|
24886
|
-
* @author liufan
|
|
24887
|
-
* @date 2022年9月29日
|
|
24893
|
+
/**
|
|
24894
|
+
* toStartDraf
|
|
24895
|
+
* @desc: 稿件递送、联合审核、复核
|
|
24896
|
+
* @author liufan
|
|
24897
|
+
* @date 2022年9月29日
|
|
24888
24898
|
**/
|
|
24889
24899
|
toStartDraf: function toStartDraf(res) {
|
|
24890
24900
|
var _this20 = this;
|
|
@@ -24898,11 +24908,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24898
24908
|
}
|
|
24899
24909
|
},
|
|
24900
24910
|
|
|
24901
|
-
/**
|
|
24902
|
-
* toSendMsg
|
|
24903
|
-
* @desc:核稿通知
|
|
24904
|
-
* @author liufan
|
|
24905
|
-
* @date 2022年9月29日
|
|
24911
|
+
/**
|
|
24912
|
+
* toSendMsg
|
|
24913
|
+
* @desc:核稿通知
|
|
24914
|
+
* @author liufan
|
|
24915
|
+
* @date 2022年9月29日
|
|
24906
24916
|
**/
|
|
24907
24917
|
toSendMsg: function toSendMsg(res) {
|
|
24908
24918
|
var _this21 = this;
|
|
@@ -24916,11 +24926,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24916
24926
|
}
|
|
24917
24927
|
},
|
|
24918
24928
|
|
|
24919
|
-
/**
|
|
24920
|
-
* toTaskReadAndEnd
|
|
24921
|
-
* @desc:分阅并办结
|
|
24922
|
-
* @author liufan
|
|
24923
|
-
* @date 2022年9月29日
|
|
24929
|
+
/**
|
|
24930
|
+
* toTaskReadAndEnd
|
|
24931
|
+
* @desc:分阅并办结
|
|
24932
|
+
* @author liufan
|
|
24933
|
+
* @date 2022年9月29日
|
|
24924
24934
|
**/
|
|
24925
24935
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
24926
24936
|
var _this22 = this;
|
|
@@ -24938,11 +24948,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24938
24948
|
}
|
|
24939
24949
|
},
|
|
24940
24950
|
|
|
24941
|
-
/**
|
|
24942
|
-
* rejectAndEnd
|
|
24943
|
-
* @desc:驳回并办结
|
|
24944
|
-
* @author liufan
|
|
24945
|
-
* @date 2022年9月29日
|
|
24951
|
+
/**
|
|
24952
|
+
* rejectAndEnd
|
|
24953
|
+
* @desc:驳回并办结
|
|
24954
|
+
* @author liufan
|
|
24955
|
+
* @date 2022年9月29日
|
|
24946
24956
|
**/
|
|
24947
24957
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
24948
24958
|
var _this23 = this;
|
|
@@ -24998,11 +25008,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24998
25008
|
});
|
|
24999
25009
|
},
|
|
25000
25010
|
|
|
25001
|
-
/**
|
|
25002
|
-
* toTransfer
|
|
25003
|
-
* @desc:转办
|
|
25004
|
-
* @author liufan
|
|
25005
|
-
* @date 2022年9月29日
|
|
25011
|
+
/**
|
|
25012
|
+
* toTransfer
|
|
25013
|
+
* @desc:转办
|
|
25014
|
+
* @author liufan
|
|
25015
|
+
* @date 2022年9月29日
|
|
25006
25016
|
**/
|
|
25007
25017
|
toTransfer: function toTransfer(res) {
|
|
25008
25018
|
var _this25 = this;
|
|
@@ -25018,11 +25028,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25018
25028
|
}
|
|
25019
25029
|
},
|
|
25020
25030
|
|
|
25021
|
-
/**
|
|
25022
|
-
* getNodeInfo
|
|
25023
|
-
* @desc:获取节点信息
|
|
25024
|
-
* @author liufan
|
|
25025
|
-
* @date 2022年5月25日
|
|
25031
|
+
/**
|
|
25032
|
+
* getNodeInfo
|
|
25033
|
+
* @desc:获取节点信息
|
|
25034
|
+
* @author liufan
|
|
25035
|
+
* @date 2022年5月25日
|
|
25026
25036
|
**/
|
|
25027
25037
|
getNodeInfo: function getNodeInfo() {
|
|
25028
25038
|
var _this26 = this;
|
|
@@ -25126,12 +25136,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25126
25136
|
});
|
|
25127
25137
|
},
|
|
25128
25138
|
|
|
25129
|
-
/**
|
|
25130
|
-
* selecNext
|
|
25131
|
-
* @desc:下步节点变化时更新数据
|
|
25132
|
-
* @author liufan
|
|
25133
|
-
* @param {String} val 当前选中值
|
|
25134
|
-
* @date 2022年5月25日
|
|
25139
|
+
/**
|
|
25140
|
+
* selecNext
|
|
25141
|
+
* @desc:下步节点变化时更新数据
|
|
25142
|
+
* @author liufan
|
|
25143
|
+
* @param {String} val 当前选中值
|
|
25144
|
+
* @date 2022年5月25日
|
|
25135
25145
|
**/
|
|
25136
25146
|
selecNext: function selecNext(val, type, isDef) {
|
|
25137
25147
|
var _this27 = this;
|
|
@@ -25263,11 +25273,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25263
25273
|
this.getNodeInfo();
|
|
25264
25274
|
},
|
|
25265
25275
|
|
|
25266
|
-
/**
|
|
25267
|
-
* isMultiple
|
|
25268
|
-
* @desc:是否多选
|
|
25269
|
-
* @author liufan
|
|
25270
|
-
* @date 2022年9月13日
|
|
25276
|
+
/**
|
|
25277
|
+
* isMultiple
|
|
25278
|
+
* @desc:是否多选
|
|
25279
|
+
* @author liufan
|
|
25280
|
+
* @date 2022年9月13日
|
|
25271
25281
|
**/
|
|
25272
25282
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
25273
25283
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -25299,11 +25309,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25299
25309
|
}
|
|
25300
25310
|
},
|
|
25301
25311
|
|
|
25302
|
-
/**
|
|
25303
|
-
* getHedInfo
|
|
25304
|
-
* @desc:获取审核页面数据
|
|
25305
|
-
* @author liufan
|
|
25306
|
-
* @date 2022年5月25日
|
|
25312
|
+
/**
|
|
25313
|
+
* getHedInfo
|
|
25314
|
+
* @desc:获取审核页面数据
|
|
25315
|
+
* @author liufan
|
|
25316
|
+
* @date 2022年5月25日
|
|
25307
25317
|
**/
|
|
25308
25318
|
getHedInfo: function getHedInfo() {
|
|
25309
25319
|
var _this28 = this;
|
|
@@ -25386,7 +25396,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25386
25396
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
25387
25397
|
_this28.foreignOrgSelectorTabs.map(function (x, i) {
|
|
25388
25398
|
_this28.foreignOrgSelectorParams[x] = {
|
|
25389
|
-
filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
|
|
25399
|
+
filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i],
|
|
25400
|
+
nofilid: foreignOrgparams[i] == 'other' ? 1 : 0
|
|
25390
25401
|
};
|
|
25391
25402
|
});
|
|
25392
25403
|
}
|
|
@@ -25590,13 +25601,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25590
25601
|
});
|
|
25591
25602
|
},
|
|
25592
25603
|
|
|
25593
|
-
/**
|
|
25594
|
-
* closeProcess
|
|
25595
|
-
* @desc:关闭弹窗
|
|
25596
|
-
* @author liufan
|
|
25597
|
-
* @param {boolean} val 当前是否办理流程
|
|
25598
|
-
* @param {String} type 当前点击的弹窗类型
|
|
25599
|
-
* @date 2022年5月25日
|
|
25604
|
+
/**
|
|
25605
|
+
* closeProcess
|
|
25606
|
+
* @desc:关闭弹窗
|
|
25607
|
+
* @author liufan
|
|
25608
|
+
* @param {boolean} val 当前是否办理流程
|
|
25609
|
+
* @param {String} type 当前点击的弹窗类型
|
|
25610
|
+
* @date 2022年5月25日
|
|
25600
25611
|
**/
|
|
25601
25612
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
25602
25613
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -25616,23 +25627,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25616
25627
|
}
|
|
25617
25628
|
},
|
|
25618
25629
|
|
|
25619
|
-
/**
|
|
25620
|
-
* selectChange
|
|
25621
|
-
* @desc:常用语选择
|
|
25622
|
-
* @author liufan
|
|
25623
|
-
* @param {String} val 选中值
|
|
25624
|
-
* @date 2022年5月25日
|
|
25630
|
+
/**
|
|
25631
|
+
* selectChange
|
|
25632
|
+
* @desc:常用语选择
|
|
25633
|
+
* @author liufan
|
|
25634
|
+
* @param {String} val 选中值
|
|
25635
|
+
* @date 2022年5月25日
|
|
25625
25636
|
**/
|
|
25626
25637
|
selectChange: function selectChange(val) {
|
|
25627
25638
|
this.value = val;
|
|
25628
25639
|
},
|
|
25629
25640
|
|
|
25630
|
-
/**
|
|
25631
|
-
* upDate
|
|
25632
|
-
* @desc:修改常用语
|
|
25633
|
-
* @author liufan
|
|
25634
|
-
* @param {Object} val 修改值
|
|
25635
|
-
* @date 2022年5月25日
|
|
25641
|
+
/**
|
|
25642
|
+
* upDate
|
|
25643
|
+
* @desc:修改常用语
|
|
25644
|
+
* @author liufan
|
|
25645
|
+
* @param {Object} val 修改值
|
|
25646
|
+
* @date 2022年5月25日
|
|
25636
25647
|
**/
|
|
25637
25648
|
upDate: function upDate(val) {
|
|
25638
25649
|
this.FormData.id = val.id;
|
|
@@ -25640,11 +25651,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25640
25651
|
},
|
|
25641
25652
|
|
|
25642
25653
|
|
|
25643
|
-
/**
|
|
25644
|
-
* getProcess
|
|
25645
|
-
* @desc:获取选择流程
|
|
25646
|
-
* @author liufan
|
|
25647
|
-
* @date 2022年5月25日
|
|
25654
|
+
/**
|
|
25655
|
+
* getProcess
|
|
25656
|
+
* @desc:获取选择流程
|
|
25657
|
+
* @author liufan
|
|
25658
|
+
* @date 2022年5月25日
|
|
25648
25659
|
**/
|
|
25649
25660
|
getProcess: function getProcess(val) {
|
|
25650
25661
|
var _this29 = this;
|
|
@@ -25672,6 +25683,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25672
25683
|
_this29.$message.error('流程不存在或未关联对应流程!');
|
|
25673
25684
|
} else {
|
|
25674
25685
|
_this29.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
|
|
25686
|
+
|
|
25675
25687
|
_this29.nodeInfo.option = data.definitionList;
|
|
25676
25688
|
_this29.nodeInfo.nextNode = data.definitionList.filter(function (item) {
|
|
25677
25689
|
return item.processDefKey == _this29.defaultProcessKey;
|
|
@@ -25703,11 +25715,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25703
25715
|
});
|
|
25704
25716
|
},
|
|
25705
25717
|
|
|
25706
|
-
/**
|
|
25707
|
-
* getPendedhistoryList
|
|
25708
|
-
* @desc:获取流程列表
|
|
25709
|
-
* @author liufan
|
|
25710
|
-
* @date 2022年5月25日
|
|
25718
|
+
/**
|
|
25719
|
+
* getPendedhistoryList
|
|
25720
|
+
* @desc:获取流程列表
|
|
25721
|
+
* @author liufan
|
|
25722
|
+
* @date 2022年5月25日
|
|
25711
25723
|
**/
|
|
25712
25724
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
25713
25725
|
var _this30 = this;
|
|
@@ -25775,12 +25787,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25775
25787
|
},
|
|
25776
25788
|
|
|
25777
25789
|
// 提交流程
|
|
25778
|
-
/**
|
|
25779
|
-
* subProcess
|
|
25780
|
-
* @desc:提交流程
|
|
25781
|
-
* @author liufan
|
|
25782
|
-
* @param {String} formName 当前form表单ref值
|
|
25783
|
-
* @date 2022年5月25日
|
|
25790
|
+
/**
|
|
25791
|
+
* subProcess
|
|
25792
|
+
* @desc:提交流程
|
|
25793
|
+
* @author liufan
|
|
25794
|
+
* @param {String} formName 当前form表单ref值
|
|
25795
|
+
* @date 2022年5月25日
|
|
25784
25796
|
**/
|
|
25785
25797
|
subProcess: function subProcess(val, type) {
|
|
25786
25798
|
var _this32 = this;
|