eoss-ui 0.6.99 → 0.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/button-group.js +1 -1
- package/lib/button.js +1 -1
- package/lib/calogin.js +234 -234
- package/lib/checkbox-group.js +1 -1
- package/lib/config/api.js +1 -1
- package/lib/data-table-form.js +1 -1
- package/lib/data-table.js +1 -1
- package/lib/date-picker.js +1 -1
- package/lib/dialog.js +1 -1
- package/lib/eoss-ui.common.js +1247 -1213
- package/lib/flow-group.js +1 -1
- package/lib/flow-list.js +82 -82
- package/lib/flow.js +757 -729
- package/lib/form.js +9 -5
- package/lib/handle-user.js +1 -1
- package/lib/handler.js +1 -1
- package/lib/icon.js +1 -1
- package/lib/index.js +1 -1
- package/lib/input-number.js +1 -1
- package/lib/input.js +1 -1
- package/lib/login.js +1 -1
- package/lib/main.js +142 -140
- package/lib/nav.js +1 -1
- package/lib/notify.js +1 -1
- package/lib/page.js +1 -1
- package/lib/pagination.js +1 -1
- package/lib/player.js +1 -1
- package/lib/qr-code.js +14 -14
- package/lib/radio-group.js +1 -1
- package/lib/retrial-auth.js +1 -1
- package/lib/select-ganged.js +1 -1
- package/lib/select.js +1 -1
- package/lib/selector-panel.js +1 -1
- package/lib/selector.js +1 -1
- package/lib/sizer.js +1 -1
- package/lib/steps.js +1 -1
- package/lib/switch.js +1 -1
- package/lib/table-form.js +1 -1
- package/lib/tabs.js +1 -1
- package/lib/tips.js +1 -1
- package/lib/tree-group.js +1 -1
- package/lib/tree.js +1 -1
- package/lib/upload.js +1 -1
- package/lib/wujie.js +1 -1
- package/lib/wxlogin.js +1 -1
- 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 +642 -641
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2844 -2844
- package/packages/flow/src/main.vue +3750 -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/selectUser.vue +5 -1
- package/packages/flow/src/startTaskRead.vue +691 -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 +3850 -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 +398 -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
|
@@ -3717,7 +3717,7 @@ var watermark = function watermark(option) {
|
|
|
3717
3717
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNodeInfoForStart; });
|
|
3718
3718
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
|
|
3719
3719
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getUrgencyLevelChangedNotificationType; });
|
|
3720
|
-
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/
|
|
3720
|
+
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/bpm';
|
|
3721
3721
|
// 登录
|
|
3722
3722
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
3723
3723
|
var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
@@ -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=2db06a0a&
|
|
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=2db06a0a&
|
|
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;
|
|
@@ -9191,8 +9193,8 @@ processFormvue_type_template_id_e536b88e_render._withStripped = true
|
|
|
9191
9193
|
|
|
9192
9194
|
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=e536b88e&
|
|
9193
9195
|
|
|
9194
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
9195
|
-
var
|
|
9196
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=4750588e&
|
|
9197
|
+
var selectUservue_type_template_id_4750588e_render = function () {
|
|
9196
9198
|
var _vm = this
|
|
9197
9199
|
var _h = _vm.$createElement
|
|
9198
9200
|
var _c = _vm._self._c || _h
|
|
@@ -9306,7 +9308,7 @@ var selectUservue_type_template_id_3d8ca42d_render = function () {
|
|
|
9306
9308
|
tabs: _vm.tabs,
|
|
9307
9309
|
title: _vm.title,
|
|
9308
9310
|
classify: _vm.classify,
|
|
9309
|
-
"collapse-tags":
|
|
9311
|
+
"collapse-tags": _vm.selectorTags,
|
|
9310
9312
|
mix: _vm.mix,
|
|
9311
9313
|
min: _vm.isUnionSeal ? 1 : 0,
|
|
9312
9314
|
disabled:
|
|
@@ -9345,11 +9347,11 @@ var selectUservue_type_template_id_3d8ca42d_render = function () {
|
|
|
9345
9347
|
2
|
|
9346
9348
|
)
|
|
9347
9349
|
}
|
|
9348
|
-
var
|
|
9349
|
-
|
|
9350
|
+
var selectUservue_type_template_id_4750588e_staticRenderFns = []
|
|
9351
|
+
selectUservue_type_template_id_4750588e_render._withStripped = true
|
|
9350
9352
|
|
|
9351
9353
|
|
|
9352
|
-
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
9354
|
+
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=4750588e&
|
|
9353
9355
|
|
|
9354
9356
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
|
|
9355
9357
|
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -9489,6 +9491,10 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
9489
9491
|
type: Boolean,
|
|
9490
9492
|
default: false
|
|
9491
9493
|
},
|
|
9494
|
+
selectorTags: {
|
|
9495
|
+
type: [Number, undefined],
|
|
9496
|
+
default: 2
|
|
9497
|
+
},
|
|
9492
9498
|
isCustomUser: { type: Number, default: 1 },
|
|
9493
9499
|
isCurrentNodeForbiddenChangeCandidate: { type: Number, default: 0 },
|
|
9494
9500
|
options: {
|
|
@@ -9849,8 +9855,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
9849
9855
|
|
|
9850
9856
|
var selectUser_component = Object(componentNormalizer["a" /* default */])(
|
|
9851
9857
|
src_selectUservue_type_script_lang_js_,
|
|
9852
|
-
|
|
9853
|
-
|
|
9858
|
+
selectUservue_type_template_id_4750588e_render,
|
|
9859
|
+
selectUservue_type_template_id_4750588e_staticRenderFns,
|
|
9854
9860
|
false,
|
|
9855
9861
|
null,
|
|
9856
9862
|
null,
|
|
@@ -11748,11 +11754,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11748
11754
|
});
|
|
11749
11755
|
},
|
|
11750
11756
|
|
|
11751
|
-
/**
|
|
11752
|
-
* isMultiple
|
|
11753
|
-
* @desc:是否多选
|
|
11754
|
-
* @author liufan
|
|
11755
|
-
* @date 2022年9月13日
|
|
11757
|
+
/**
|
|
11758
|
+
* isMultiple
|
|
11759
|
+
* @desc:是否多选
|
|
11760
|
+
* @author liufan
|
|
11761
|
+
* @date 2022年9月13日
|
|
11756
11762
|
**/
|
|
11757
11763
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
11758
11764
|
var multiple = false;
|
|
@@ -13380,8 +13386,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
13380
13386
|
)
|
|
13381
13387
|
|
|
13382
13388
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
13383
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
13384
|
-
var
|
|
13389
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=094580c3&
|
|
13390
|
+
var startTaskReadvue_type_template_id_094580c3_render = function () {
|
|
13385
13391
|
var _vm = this
|
|
13386
13392
|
var _h = _vm.$createElement
|
|
13387
13393
|
var _c = _vm._self._c || _h
|
|
@@ -13397,6 +13403,7 @@ var startTaskReadvue_type_template_id_8c622104_render = function () {
|
|
|
13397
13403
|
},
|
|
13398
13404
|
],
|
|
13399
13405
|
staticClass: "task-read",
|
|
13406
|
+
style: "height: " + (_vm.typeCode == "read" ? "100%" : "unset") + ";",
|
|
13400
13407
|
attrs: {
|
|
13401
13408
|
"element-loading-text": "加载中...",
|
|
13402
13409
|
"element-loading-spinner": "el-icon-loading",
|
|
@@ -13802,11 +13809,11 @@ var startTaskReadvue_type_template_id_8c622104_render = function () {
|
|
|
13802
13809
|
1
|
|
13803
13810
|
)
|
|
13804
13811
|
}
|
|
13805
|
-
var
|
|
13806
|
-
|
|
13812
|
+
var startTaskReadvue_type_template_id_094580c3_staticRenderFns = []
|
|
13813
|
+
startTaskReadvue_type_template_id_094580c3_render._withStripped = true
|
|
13807
13814
|
|
|
13808
13815
|
|
|
13809
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
13816
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=094580c3&
|
|
13810
13817
|
|
|
13811
13818
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
|
|
13812
13819
|
var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -13983,6 +13990,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
13983
13990
|
//
|
|
13984
13991
|
//
|
|
13985
13992
|
//
|
|
13993
|
+
//
|
|
13986
13994
|
|
|
13987
13995
|
|
|
13988
13996
|
|
|
@@ -14529,8 +14537,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14529
14537
|
|
|
14530
14538
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
14531
14539
|
src_startTaskReadvue_type_script_lang_js_,
|
|
14532
|
-
|
|
14533
|
-
|
|
14540
|
+
startTaskReadvue_type_template_id_094580c3_render,
|
|
14541
|
+
startTaskReadvue_type_template_id_094580c3_staticRenderFns,
|
|
14534
14542
|
false,
|
|
14535
14543
|
null,
|
|
14536
14544
|
null,
|
|
@@ -15793,11 +15801,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
15793
15801
|
});
|
|
15794
15802
|
},
|
|
15795
15803
|
|
|
15796
|
-
/**
|
|
15797
|
-
* isMultiple
|
|
15798
|
-
* @desc:是否多选
|
|
15799
|
-
* @author liufan
|
|
15800
|
-
* @date 2022年9月13日
|
|
15804
|
+
/**
|
|
15805
|
+
* isMultiple
|
|
15806
|
+
* @desc:是否多选
|
|
15807
|
+
* @author liufan
|
|
15808
|
+
* @date 2022年9月13日
|
|
15801
15809
|
**/
|
|
15802
15810
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
15803
15811
|
var multiple = false;
|
|
@@ -15941,8 +15949,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
15941
15949
|
)
|
|
15942
15950
|
|
|
15943
15951
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
15944
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
15945
|
-
var
|
|
15952
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=6c2affc4&
|
|
15953
|
+
var taskUnionExaminevue_type_template_id_6c2affc4_render = function () {
|
|
15946
15954
|
var _vm = this
|
|
15947
15955
|
var _h = _vm.$createElement
|
|
15948
15956
|
var _c = _vm._self._c || _h
|
|
@@ -16015,6 +16023,7 @@ var taskUnionExaminevue_type_template_id_7cff7406_render = function () {
|
|
|
16015
16023
|
? _vm.infoList.nextOtherOrgObj
|
|
16016
16024
|
: _vm.infoList.nextCurrentOrgObj,
|
|
16017
16025
|
multiple: _vm.newMultiple,
|
|
16026
|
+
selectorTags: 0,
|
|
16018
16027
|
mix: _vm.currentMix,
|
|
16019
16028
|
isUnionSeal: _vm.type == "unionSeal",
|
|
16020
16029
|
selectUserList: _vm.unionSealData || [],
|
|
@@ -16199,11 +16208,11 @@ var taskUnionExaminevue_type_template_id_7cff7406_render = function () {
|
|
|
16199
16208
|
1
|
|
16200
16209
|
)
|
|
16201
16210
|
}
|
|
16202
|
-
var
|
|
16203
|
-
|
|
16211
|
+
var taskUnionExaminevue_type_template_id_6c2affc4_staticRenderFns = []
|
|
16212
|
+
taskUnionExaminevue_type_template_id_6c2affc4_render._withStripped = true
|
|
16204
16213
|
|
|
16205
16214
|
|
|
16206
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
16215
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=6c2affc4&
|
|
16207
16216
|
|
|
16208
16217
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
16209
16218
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -16341,6 +16350,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16341
16350
|
//
|
|
16342
16351
|
//
|
|
16343
16352
|
//
|
|
16353
|
+
//
|
|
16344
16354
|
|
|
16345
16355
|
|
|
16346
16356
|
|
|
@@ -16789,8 +16799,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16789
16799
|
|
|
16790
16800
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
16791
16801
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
16792
|
-
|
|
16793
|
-
|
|
16802
|
+
taskUnionExaminevue_type_template_id_6c2affc4_render,
|
|
16803
|
+
taskUnionExaminevue_type_template_id_6c2affc4_staticRenderFns,
|
|
16794
16804
|
false,
|
|
16795
16805
|
null,
|
|
16796
16806
|
null,
|
|
@@ -20198,11 +20208,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20198
20208
|
});
|
|
20199
20209
|
},
|
|
20200
20210
|
|
|
20201
|
-
/**
|
|
20202
|
-
* saveInfo
|
|
20203
|
-
* @desc:暂存
|
|
20204
|
-
* @author liufan
|
|
20205
|
-
* @date 2022年9月9日
|
|
20211
|
+
/**
|
|
20212
|
+
* saveInfo
|
|
20213
|
+
* @desc:暂存
|
|
20214
|
+
* @author liufan
|
|
20215
|
+
* @date 2022年9月9日
|
|
20206
20216
|
**/
|
|
20207
20217
|
saveInfo: function saveInfo(type, btn) {
|
|
20208
20218
|
var _this6 = this;
|
|
@@ -20264,11 +20274,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20264
20274
|
});
|
|
20265
20275
|
},
|
|
20266
20276
|
|
|
20267
|
-
/**
|
|
20268
|
-
* rejectBtn
|
|
20269
|
-
* @desc:点击驳回
|
|
20270
|
-
* @author liufan
|
|
20271
|
-
* @date 2022年5月25日
|
|
20277
|
+
/**
|
|
20278
|
+
* rejectBtn
|
|
20279
|
+
* @desc:点击驳回
|
|
20280
|
+
* @author liufan
|
|
20281
|
+
* @date 2022年5月25日
|
|
20272
20282
|
**/
|
|
20273
20283
|
rejectBtn: function rejectBtn() {
|
|
20274
20284
|
var _this8 = this;
|
|
@@ -20286,11 +20296,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20286
20296
|
}
|
|
20287
20297
|
},
|
|
20288
20298
|
|
|
20289
|
-
/**
|
|
20290
|
-
* taskReadBtn
|
|
20291
|
-
* @desc:点击分阅
|
|
20292
|
-
* @author liufan
|
|
20293
|
-
* @date 2022年5月25日
|
|
20299
|
+
/**
|
|
20300
|
+
* taskReadBtn
|
|
20301
|
+
* @desc:点击分阅
|
|
20302
|
+
* @author liufan
|
|
20303
|
+
* @date 2022年5月25日
|
|
20294
20304
|
**/
|
|
20295
20305
|
taskReadBtn: function taskReadBtn() {
|
|
20296
20306
|
var _this9 = this;
|
|
@@ -20309,11 +20319,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20309
20319
|
}
|
|
20310
20320
|
},
|
|
20311
20321
|
|
|
20312
|
-
/**
|
|
20313
|
-
* getFind
|
|
20314
|
-
* @desc:获取通知方式
|
|
20315
|
-
* @author liufan
|
|
20316
|
-
* @date 2022年5月25日
|
|
20322
|
+
/**
|
|
20323
|
+
* getFind
|
|
20324
|
+
* @desc:获取通知方式
|
|
20325
|
+
* @author liufan
|
|
20326
|
+
* @date 2022年5月25日
|
|
20317
20327
|
**/
|
|
20318
20328
|
getFind: function getFind() {
|
|
20319
20329
|
var _this10 = this;
|
|
@@ -20368,12 +20378,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20368
20378
|
});
|
|
20369
20379
|
},
|
|
20370
20380
|
|
|
20371
|
-
/**
|
|
20372
|
-
* endFlows
|
|
20373
|
-
* @desc:直接办结
|
|
20374
|
-
* @author liufan
|
|
20375
|
-
* @param {Object} res 直接办结数据
|
|
20376
|
-
* @date 2022年5月25日
|
|
20381
|
+
/**
|
|
20382
|
+
* endFlows
|
|
20383
|
+
* @desc:直接办结
|
|
20384
|
+
* @author liufan
|
|
20385
|
+
* @param {Object} res 直接办结数据
|
|
20386
|
+
* @date 2022年5月25日
|
|
20377
20387
|
**/
|
|
20378
20388
|
endFlows: function endFlows(res) {
|
|
20379
20389
|
var _this12 = this;
|
|
@@ -20427,12 +20437,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20427
20437
|
}).catch(function (e) {});
|
|
20428
20438
|
},
|
|
20429
20439
|
|
|
20430
|
-
/**
|
|
20431
|
-
* goView
|
|
20432
|
-
* @desc:更多流程按钮操作
|
|
20433
|
-
* @author liufan
|
|
20434
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20435
|
-
* @date 2022年5月25日
|
|
20440
|
+
/**
|
|
20441
|
+
* goView
|
|
20442
|
+
* @desc:更多流程按钮操作
|
|
20443
|
+
* @author liufan
|
|
20444
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20445
|
+
* @date 2022年5月25日
|
|
20436
20446
|
**/
|
|
20437
20447
|
goView: function goView(res) {
|
|
20438
20448
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20517,11 +20527,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20517
20527
|
// isCanStartSubFlow
|
|
20518
20528
|
},
|
|
20519
20529
|
|
|
20520
|
-
/**
|
|
20521
|
-
* toTakeAdvice
|
|
20522
|
-
* @desc:征求意见
|
|
20523
|
-
* @author liufan
|
|
20524
|
-
* @date 2022年9月29日
|
|
20530
|
+
/**
|
|
20531
|
+
* toTakeAdvice
|
|
20532
|
+
* @desc:征求意见
|
|
20533
|
+
* @author liufan
|
|
20534
|
+
* @date 2022年9月29日
|
|
20525
20535
|
**/
|
|
20526
20536
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20527
20537
|
var _this14 = this;
|
|
@@ -20565,11 +20575,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20565
20575
|
});
|
|
20566
20576
|
},
|
|
20567
20577
|
|
|
20568
|
-
/**
|
|
20569
|
-
* toStartDraf
|
|
20570
|
-
* @desc: 稿件递送、联合审核、复核
|
|
20571
|
-
* @author liufan
|
|
20572
|
-
* @date 2022年9月29日
|
|
20578
|
+
/**
|
|
20579
|
+
* toStartDraf
|
|
20580
|
+
* @desc: 稿件递送、联合审核、复核
|
|
20581
|
+
* @author liufan
|
|
20582
|
+
* @date 2022年9月29日
|
|
20573
20583
|
**/
|
|
20574
20584
|
toStartDraf: function toStartDraf(res) {
|
|
20575
20585
|
var _this16 = this;
|
|
@@ -20583,11 +20593,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20583
20593
|
}
|
|
20584
20594
|
},
|
|
20585
20595
|
|
|
20586
|
-
/**
|
|
20587
|
-
* toSendMsg
|
|
20588
|
-
* @desc:核稿通知
|
|
20589
|
-
* @author liufan
|
|
20590
|
-
* @date 2022年9月29日
|
|
20596
|
+
/**
|
|
20597
|
+
* toSendMsg
|
|
20598
|
+
* @desc:核稿通知
|
|
20599
|
+
* @author liufan
|
|
20600
|
+
* @date 2022年9月29日
|
|
20591
20601
|
**/
|
|
20592
20602
|
toSendMsg: function toSendMsg(res) {
|
|
20593
20603
|
var _this17 = this;
|
|
@@ -20601,11 +20611,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20601
20611
|
}
|
|
20602
20612
|
},
|
|
20603
20613
|
|
|
20604
|
-
/**
|
|
20605
|
-
* toTaskReadAndEnd
|
|
20606
|
-
* @desc:分阅并办结
|
|
20607
|
-
* @author liufan
|
|
20608
|
-
* @date 2022年9月29日
|
|
20614
|
+
/**
|
|
20615
|
+
* toTaskReadAndEnd
|
|
20616
|
+
* @desc:分阅并办结
|
|
20617
|
+
* @author liufan
|
|
20618
|
+
* @date 2022年9月29日
|
|
20609
20619
|
**/
|
|
20610
20620
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
20611
20621
|
var _this18 = this;
|
|
@@ -20623,11 +20633,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20623
20633
|
}
|
|
20624
20634
|
},
|
|
20625
20635
|
|
|
20626
|
-
/**
|
|
20627
|
-
* rejectAndEnd
|
|
20628
|
-
* @desc:驳回并办结
|
|
20629
|
-
* @author liufan
|
|
20630
|
-
* @date 2022年9月29日
|
|
20636
|
+
/**
|
|
20637
|
+
* rejectAndEnd
|
|
20638
|
+
* @desc:驳回并办结
|
|
20639
|
+
* @author liufan
|
|
20640
|
+
* @date 2022年9月29日
|
|
20631
20641
|
**/
|
|
20632
20642
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
20633
20643
|
var _this19 = this;
|
|
@@ -20682,11 +20692,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20682
20692
|
});
|
|
20683
20693
|
},
|
|
20684
20694
|
|
|
20685
|
-
/**
|
|
20686
|
-
* toTransfer
|
|
20687
|
-
* @desc:转办
|
|
20688
|
-
* @author liufan
|
|
20689
|
-
* @date 2022年9月29日
|
|
20695
|
+
/**
|
|
20696
|
+
* toTransfer
|
|
20697
|
+
* @desc:转办
|
|
20698
|
+
* @author liufan
|
|
20699
|
+
* @date 2022年9月29日
|
|
20690
20700
|
**/
|
|
20691
20701
|
toTransfer: function toTransfer(res) {
|
|
20692
20702
|
var _this21 = this;
|
|
@@ -20702,11 +20712,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20702
20712
|
}
|
|
20703
20713
|
},
|
|
20704
20714
|
|
|
20705
|
-
/**
|
|
20706
|
-
* getNodeInfo
|
|
20707
|
-
* @desc:获取节点信息
|
|
20708
|
-
* @author liufan
|
|
20709
|
-
* @date 2022年5月25日
|
|
20715
|
+
/**
|
|
20716
|
+
* getNodeInfo
|
|
20717
|
+
* @desc:获取节点信息
|
|
20718
|
+
* @author liufan
|
|
20719
|
+
* @date 2022年5月25日
|
|
20710
20720
|
**/
|
|
20711
20721
|
getNodeInfo: function getNodeInfo() {
|
|
20712
20722
|
var _this22 = this;
|
|
@@ -20805,12 +20815,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20805
20815
|
});
|
|
20806
20816
|
},
|
|
20807
20817
|
|
|
20808
|
-
/**
|
|
20809
|
-
* selecNext
|
|
20810
|
-
* @desc:下步节点变化时更新数据
|
|
20811
|
-
* @author liufan
|
|
20812
|
-
* @param {String} val 当前选中值
|
|
20813
|
-
* @date 2022年5月25日
|
|
20818
|
+
/**
|
|
20819
|
+
* selecNext
|
|
20820
|
+
* @desc:下步节点变化时更新数据
|
|
20821
|
+
* @author liufan
|
|
20822
|
+
* @param {String} val 当前选中值
|
|
20823
|
+
* @date 2022年5月25日
|
|
20814
20824
|
**/
|
|
20815
20825
|
selecNext: function selecNext(val, type, isDef) {
|
|
20816
20826
|
var _this23 = this;
|
|
@@ -20919,11 +20929,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20919
20929
|
if (isDef !== true) this.getNodeInfo();
|
|
20920
20930
|
},
|
|
20921
20931
|
|
|
20922
|
-
/**
|
|
20923
|
-
* isMultiple
|
|
20924
|
-
* @desc:是否多选
|
|
20925
|
-
* @author liufan
|
|
20926
|
-
* @date 2022年9月13日
|
|
20932
|
+
/**
|
|
20933
|
+
* isMultiple
|
|
20934
|
+
* @desc:是否多选
|
|
20935
|
+
* @author liufan
|
|
20936
|
+
* @date 2022年9月13日
|
|
20927
20937
|
**/
|
|
20928
20938
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
20929
20939
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -20955,11 +20965,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20955
20965
|
}
|
|
20956
20966
|
},
|
|
20957
20967
|
|
|
20958
|
-
/**
|
|
20959
|
-
* getHedInfo
|
|
20960
|
-
* @desc:获取审核页面数据
|
|
20961
|
-
* @author liufan
|
|
20962
|
-
* @date 2022年5月25日
|
|
20968
|
+
/**
|
|
20969
|
+
* getHedInfo
|
|
20970
|
+
* @desc:获取审核页面数据
|
|
20971
|
+
* @author liufan
|
|
20972
|
+
* @date 2022年5月25日
|
|
20963
20973
|
**/
|
|
20964
20974
|
getHedInfo: function getHedInfo() {
|
|
20965
20975
|
var _this24 = this;
|
|
@@ -21195,13 +21205,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21195
21205
|
});
|
|
21196
21206
|
},
|
|
21197
21207
|
|
|
21198
|
-
/**
|
|
21199
|
-
* closeProcess
|
|
21200
|
-
* @desc:关闭弹窗
|
|
21201
|
-
* @author liufan
|
|
21202
|
-
* @param {boolean} val 当前是否办理流程
|
|
21203
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21204
|
-
* @date 2022年5月25日
|
|
21208
|
+
/**
|
|
21209
|
+
* closeProcess
|
|
21210
|
+
* @desc:关闭弹窗
|
|
21211
|
+
* @author liufan
|
|
21212
|
+
* @param {boolean} val 当前是否办理流程
|
|
21213
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21214
|
+
* @date 2022年5月25日
|
|
21205
21215
|
**/
|
|
21206
21216
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21207
21217
|
if (closeParent) {
|
|
@@ -21218,23 +21228,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21218
21228
|
}
|
|
21219
21229
|
},
|
|
21220
21230
|
|
|
21221
|
-
/**
|
|
21222
|
-
* selectChange
|
|
21223
|
-
* @desc:常用语选择
|
|
21224
|
-
* @author liufan
|
|
21225
|
-
* @param {String} val 选中值
|
|
21226
|
-
* @date 2022年5月25日
|
|
21231
|
+
/**
|
|
21232
|
+
* selectChange
|
|
21233
|
+
* @desc:常用语选择
|
|
21234
|
+
* @author liufan
|
|
21235
|
+
* @param {String} val 选中值
|
|
21236
|
+
* @date 2022年5月25日
|
|
21227
21237
|
**/
|
|
21228
21238
|
selectChange: function selectChange(val) {
|
|
21229
21239
|
this.value = val;
|
|
21230
21240
|
},
|
|
21231
21241
|
|
|
21232
|
-
/**
|
|
21233
|
-
* upDate
|
|
21234
|
-
* @desc:修改常用语
|
|
21235
|
-
* @author liufan
|
|
21236
|
-
* @param {Object} val 修改值
|
|
21237
|
-
* @date 2022年5月25日
|
|
21242
|
+
/**
|
|
21243
|
+
* upDate
|
|
21244
|
+
* @desc:修改常用语
|
|
21245
|
+
* @author liufan
|
|
21246
|
+
* @param {Object} val 修改值
|
|
21247
|
+
* @date 2022年5月25日
|
|
21238
21248
|
**/
|
|
21239
21249
|
upDate: function upDate(val) {
|
|
21240
21250
|
this.FormData.id = val.id;
|
|
@@ -21242,11 +21252,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21242
21252
|
},
|
|
21243
21253
|
|
|
21244
21254
|
|
|
21245
|
-
/**
|
|
21246
|
-
* getProcess
|
|
21247
|
-
* @desc:获取选择流程
|
|
21248
|
-
* @author liufan
|
|
21249
|
-
* @date 2022年5月25日
|
|
21255
|
+
/**
|
|
21256
|
+
* getProcess
|
|
21257
|
+
* @desc:获取选择流程
|
|
21258
|
+
* @author liufan
|
|
21259
|
+
* @date 2022年5月25日
|
|
21250
21260
|
**/
|
|
21251
21261
|
getProcess: function getProcess() {
|
|
21252
21262
|
var _this25 = this;
|
|
@@ -21300,11 +21310,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21300
21310
|
});
|
|
21301
21311
|
},
|
|
21302
21312
|
|
|
21303
|
-
/**
|
|
21304
|
-
* getPendedhistoryList
|
|
21305
|
-
* @desc:获取流程列表
|
|
21306
|
-
* @author liufan
|
|
21307
|
-
* @date 2022年5月25日
|
|
21313
|
+
/**
|
|
21314
|
+
* getPendedhistoryList
|
|
21315
|
+
* @desc:获取流程列表
|
|
21316
|
+
* @author liufan
|
|
21317
|
+
* @date 2022年5月25日
|
|
21308
21318
|
**/
|
|
21309
21319
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21310
21320
|
var _this26 = this;
|
|
@@ -21336,12 +21346,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21336
21346
|
},
|
|
21337
21347
|
|
|
21338
21348
|
// 提交流程
|
|
21339
|
-
/**
|
|
21340
|
-
* subProcess
|
|
21341
|
-
* @desc:提交流程
|
|
21342
|
-
* @author liufan
|
|
21343
|
-
* @param {String} formName 当前form表单ref值
|
|
21344
|
-
* @date 2022年5月25日
|
|
21349
|
+
/**
|
|
21350
|
+
* subProcess
|
|
21351
|
+
* @desc:提交流程
|
|
21352
|
+
* @author liufan
|
|
21353
|
+
* @param {String} formName 当前form表单ref值
|
|
21354
|
+
* @date 2022年5月25日
|
|
21345
21355
|
**/
|
|
21346
21356
|
subProcess: function subProcess(val) {
|
|
21347
21357
|
var _this27 = this;
|
|
@@ -21601,8 +21611,8 @@ var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
21601
21611
|
)
|
|
21602
21612
|
|
|
21603
21613
|
/* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
|
|
21604
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=
|
|
21605
|
-
var
|
|
21614
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=template&id=f11b91cc&
|
|
21615
|
+
var supervisevue_type_template_id_f11b91cc_render = function () {
|
|
21606
21616
|
var _vm = this
|
|
21607
21617
|
var _h = _vm.$createElement
|
|
21608
21618
|
var _c = _vm._self._c || _h
|
|
@@ -21775,11 +21785,11 @@ var supervisevue_type_template_id_8ef7a708_render = function () {
|
|
|
21775
21785
|
1
|
|
21776
21786
|
)
|
|
21777
21787
|
}
|
|
21778
|
-
var
|
|
21779
|
-
|
|
21788
|
+
var supervisevue_type_template_id_f11b91cc_staticRenderFns = []
|
|
21789
|
+
supervisevue_type_template_id_f11b91cc_render._withStripped = true
|
|
21780
21790
|
|
|
21781
21791
|
|
|
21782
|
-
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=
|
|
21792
|
+
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=f11b91cc&
|
|
21783
21793
|
|
|
21784
21794
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/supervise.vue?vue&type=script&lang=js&
|
|
21785
21795
|
var supervisevue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -21876,10 +21886,10 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
21876
21886
|
subProcess: function subProcess() {
|
|
21877
21887
|
var _this = this;
|
|
21878
21888
|
|
|
21879
|
-
|
|
21880
|
-
|
|
21881
|
-
|
|
21882
|
-
|
|
21889
|
+
if (this.nextNode.noticeType.length == 0) {
|
|
21890
|
+
this.$message.warning('请选择通知方式');
|
|
21891
|
+
return;
|
|
21892
|
+
}
|
|
21883
21893
|
if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage) {
|
|
21884
21894
|
this.$message.warning('请填写通知消息内容');
|
|
21885
21895
|
return;
|
|
@@ -21957,8 +21967,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
21957
21967
|
|
|
21958
21968
|
var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
21959
21969
|
src_supervisevue_type_script_lang_js_,
|
|
21960
|
-
|
|
21961
|
-
|
|
21970
|
+
supervisevue_type_template_id_f11b91cc_render,
|
|
21971
|
+
supervisevue_type_template_id_f11b91cc_staticRenderFns,
|
|
21962
21972
|
false,
|
|
21963
21973
|
null,
|
|
21964
21974
|
null,
|
|
@@ -21967,8 +21977,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
21967
21977
|
)
|
|
21968
21978
|
|
|
21969
21979
|
/* 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
|
|
21980
|
+
// 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&
|
|
21981
|
+
var Circulatevue_type_template_id_3b7d0deb_render = function () {
|
|
21972
21982
|
var _vm = this
|
|
21973
21983
|
var _h = _vm.$createElement
|
|
21974
21984
|
var _c = _vm._self._c || _h
|
|
@@ -22159,11 +22169,11 @@ var Circulatevue_type_template_id_46ad7cd0_render = function () {
|
|
|
22159
22169
|
1
|
|
22160
22170
|
)
|
|
22161
22171
|
}
|
|
22162
|
-
var
|
|
22163
|
-
|
|
22172
|
+
var Circulatevue_type_template_id_3b7d0deb_staticRenderFns = []
|
|
22173
|
+
Circulatevue_type_template_id_3b7d0deb_render._withStripped = true
|
|
22164
22174
|
|
|
22165
22175
|
|
|
22166
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
22176
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=3b7d0deb&
|
|
22167
22177
|
|
|
22168
22178
|
// 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
22179
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -22318,7 +22328,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22318
22328
|
isHideOtherOrg: '',
|
|
22319
22329
|
isHideCurrentOrg: 0,
|
|
22320
22330
|
isOpinionRequired: 0,
|
|
22321
|
-
otherParams: { filid: 'other' },
|
|
22331
|
+
otherParams: { filid: 'other', nofilid: 1 },
|
|
22322
22332
|
loading: false,
|
|
22323
22333
|
subLoading: null,
|
|
22324
22334
|
userModel: {}
|
|
@@ -22326,6 +22336,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22326
22336
|
},
|
|
22327
22337
|
|
|
22328
22338
|
watch: {
|
|
22339
|
+
|
|
22329
22340
|
selectorParams: {
|
|
22330
22341
|
handler: function handler(val) {
|
|
22331
22342
|
this.params = val;
|
|
@@ -22358,6 +22369,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22358
22369
|
if (mainConfig) {
|
|
22359
22370
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
22360
22371
|
this.params.filid = this.userModel.orgId;
|
|
22372
|
+
this.otherParams.nofilid = this.userModel.orgId;
|
|
22361
22373
|
}
|
|
22362
22374
|
this.loading = true;
|
|
22363
22375
|
this.newMultiple = this.multiple;
|
|
@@ -22391,7 +22403,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22391
22403
|
if ((!nextCurrentOrgObj || nextCurrentOrgObj.length == 0) && (!nextOtherOrgObj || nextOtherOrgObj.length == 0)) {
|
|
22392
22404
|
return this.$message.warning('请选择处理对象!');
|
|
22393
22405
|
}
|
|
22394
|
-
|
|
22406
|
+
console.log(this.showBtn, this.startFlowPageEmbeddedIntoStartFlowIndex, 'asd');
|
|
22395
22407
|
var param = {
|
|
22396
22408
|
url: this.showBtn || this.startFlowPageEmbeddedIntoStartFlowIndex ? api["n" /* directStartTaskCircularRead */] : api["x" /* endFlowAndStartTaskCircularRead */],
|
|
22397
22409
|
data: {
|
|
@@ -22572,8 +22584,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22572
22584
|
|
|
22573
22585
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
22574
22586
|
component_Circulatevue_type_script_lang_js_,
|
|
22575
|
-
|
|
22576
|
-
|
|
22587
|
+
Circulatevue_type_template_id_3b7d0deb_render,
|
|
22588
|
+
Circulatevue_type_template_id_3b7d0deb_staticRenderFns,
|
|
22577
22589
|
false,
|
|
22578
22590
|
null,
|
|
22579
22591
|
null,
|
|
@@ -23701,6 +23713,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23701
23713
|
//
|
|
23702
23714
|
//
|
|
23703
23715
|
//
|
|
23716
|
+
//
|
|
23717
|
+
//
|
|
23718
|
+
//
|
|
23719
|
+
//
|
|
23720
|
+
//
|
|
23721
|
+
//
|
|
23704
23722
|
|
|
23705
23723
|
|
|
23706
23724
|
|
|
@@ -24118,10 +24136,18 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24118
24136
|
}
|
|
24119
24137
|
},
|
|
24120
24138
|
handleClickCirculate: function handleClickCirculate() {
|
|
24121
|
-
this
|
|
24139
|
+
var _this2 = this;
|
|
24140
|
+
|
|
24141
|
+
if (this.beforeSubmit == undefined) {
|
|
24142
|
+
this.$refs.circulate.subMit();
|
|
24143
|
+
} else {
|
|
24144
|
+
this.beforeSubmit(1).then(function (next) {
|
|
24145
|
+
_this2.$refs.circulate.subMit();
|
|
24146
|
+
}).catch(function (e) {});
|
|
24147
|
+
}
|
|
24122
24148
|
},
|
|
24123
24149
|
getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
|
|
24124
|
-
var
|
|
24150
|
+
var _this3 = this;
|
|
24125
24151
|
|
|
24126
24152
|
var params = {
|
|
24127
24153
|
url: api["R" /* getNodeInfoForStart */],
|
|
@@ -24129,9 +24155,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24129
24155
|
};
|
|
24130
24156
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
24131
24157
|
if (res.status == 'success') {
|
|
24132
|
-
|
|
24133
|
-
|
|
24134
|
-
|
|
24158
|
+
_this3.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
|
|
24159
|
+
_this3.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
|
|
24160
|
+
_this3.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
|
|
24135
24161
|
|
|
24136
24162
|
// if (this.directCreateCircularReadWhenFlowStarted) {
|
|
24137
24163
|
// this.nodeInfo.option.map((item) => {
|
|
@@ -24142,8 +24168,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24142
24168
|
// item.disabled = false;
|
|
24143
24169
|
// });
|
|
24144
24170
|
// }
|
|
24145
|
-
|
|
24146
|
-
|
|
24171
|
+
_this3.optionsKey++;
|
|
24172
|
+
_this3.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
|
|
24147
24173
|
}
|
|
24148
24174
|
});
|
|
24149
24175
|
},
|
|
@@ -24180,12 +24206,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24180
24206
|
this.handleVisible = true;
|
|
24181
24207
|
},
|
|
24182
24208
|
showMessage: function showMessage() {
|
|
24183
|
-
var
|
|
24209
|
+
var _this4 = this;
|
|
24184
24210
|
|
|
24185
24211
|
this.showNews = !this.showNews;
|
|
24186
24212
|
if (!this.showNews) return;
|
|
24187
24213
|
this.$nextTick(function () {
|
|
24188
|
-
|
|
24214
|
+
_this4.$refs.esContent.scrollTop += _this4.$refs.messagebox.clientHeight;
|
|
24189
24215
|
});
|
|
24190
24216
|
},
|
|
24191
24217
|
freeStartFlowSuccess: function freeStartFlowSuccess() {
|
|
@@ -24259,7 +24285,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24259
24285
|
|
|
24260
24286
|
//获取附件
|
|
24261
24287
|
getFile: function getFile(ownId, code) {
|
|
24262
|
-
var
|
|
24288
|
+
var _this5 = this;
|
|
24263
24289
|
|
|
24264
24290
|
var params = {
|
|
24265
24291
|
url: api["H" /* getAdjunctFileInfos */],
|
|
@@ -24271,13 +24297,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24271
24297
|
msg = res.msg;
|
|
24272
24298
|
|
|
24273
24299
|
if (rCode == 0) {
|
|
24274
|
-
results && (
|
|
24300
|
+
results && (_this5.fileNum = results.length);
|
|
24275
24301
|
} else {
|
|
24276
|
-
|
|
24302
|
+
_this5.$message.error(msg || '系统错误,请联系管理员!');
|
|
24277
24303
|
}
|
|
24278
24304
|
}).catch(function (err) {
|
|
24279
24305
|
if (err.message && err.message !== 'canceled') {
|
|
24280
|
-
|
|
24306
|
+
_this5.$message.error(err.message);
|
|
24281
24307
|
}
|
|
24282
24308
|
});
|
|
24283
24309
|
},
|
|
@@ -24324,7 +24350,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24324
24350
|
}
|
|
24325
24351
|
},
|
|
24326
24352
|
taskRead: function taskRead() {
|
|
24327
|
-
var
|
|
24353
|
+
var _this6 = this;
|
|
24328
24354
|
|
|
24329
24355
|
if (this.taskReadOpinionRequired == 'true' && !this.value) {
|
|
24330
24356
|
if (!this.$refs.commonOpinions.validate()) return;
|
|
@@ -24334,8 +24360,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24334
24360
|
cancelButtonText: '取消',
|
|
24335
24361
|
type: 'warning'
|
|
24336
24362
|
}).then(function () {
|
|
24337
|
-
|
|
24338
|
-
var _taskExamineInfo2 =
|
|
24363
|
+
_this6.loading = util["a" /* default */].loading(_this6.$loading, '加载中...');
|
|
24364
|
+
var _taskExamineInfo2 = _this6.taskExamineInfo,
|
|
24339
24365
|
businessId = _taskExamineInfo2.businessId,
|
|
24340
24366
|
appId = _taskExamineInfo2.appId,
|
|
24341
24367
|
processDefinitionId = _taskExamineInfo2.processDefinitionId,
|
|
@@ -24346,7 +24372,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24346
24372
|
appId: appId,
|
|
24347
24373
|
processDefinitionId: processDefinitionId,
|
|
24348
24374
|
pendingId: pendingId,
|
|
24349
|
-
opinion:
|
|
24375
|
+
opinion: _this6.value,
|
|
24350
24376
|
taskAction: 'complete'
|
|
24351
24377
|
};
|
|
24352
24378
|
util["a" /* default */].ajax({
|
|
@@ -24361,25 +24387,25 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24361
24387
|
var status = res.status,
|
|
24362
24388
|
message = res.message;
|
|
24363
24389
|
|
|
24364
|
-
|
|
24390
|
+
_this6.loading.close();
|
|
24365
24391
|
if (status === 'success') {
|
|
24366
|
-
|
|
24392
|
+
_this6.flowSuccess();
|
|
24367
24393
|
// this.$message.success('提交成功');
|
|
24368
24394
|
// this.$emit('success');
|
|
24369
24395
|
} else {
|
|
24370
|
-
|
|
24371
|
-
|
|
24396
|
+
_this6.$message.error(message || '系统错误,请联系管理员!');
|
|
24397
|
+
_this6.$emit('error');
|
|
24372
24398
|
}
|
|
24373
24399
|
}).catch(function (err) {
|
|
24374
|
-
|
|
24400
|
+
_this6.loading.close();
|
|
24375
24401
|
if (err.message && err.message !== 'canceled') {
|
|
24376
|
-
|
|
24402
|
+
_this6.$message.error(err.message);
|
|
24377
24403
|
}
|
|
24378
24404
|
});
|
|
24379
24405
|
}).catch(function () {});
|
|
24380
24406
|
},
|
|
24381
24407
|
validReadTransferHandle: function validReadTransferHandle(readTransferHandleBusinessId, readTransferHandleProcessKey) {
|
|
24382
|
-
var
|
|
24408
|
+
var _this7 = this;
|
|
24383
24409
|
|
|
24384
24410
|
var params = {
|
|
24385
24411
|
url: api["d" /* checkBusinessIdStartedReadTransferHandle */],
|
|
@@ -24390,14 +24416,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24390
24416
|
}
|
|
24391
24417
|
};
|
|
24392
24418
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
24393
|
-
|
|
24419
|
+
_this7.loading.close();
|
|
24394
24420
|
if (res.rCode == 0) {
|
|
24395
|
-
|
|
24421
|
+
_this7.readTransferHandleDisabled = !res.results.canReadTransferHandle;
|
|
24396
24422
|
}
|
|
24397
24423
|
});
|
|
24398
24424
|
},
|
|
24399
24425
|
getTaskReadFlow: function getTaskReadFlow() {
|
|
24400
|
-
var
|
|
24426
|
+
var _this8 = this;
|
|
24401
24427
|
|
|
24402
24428
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
24403
24429
|
util["a" /* default */].ajax({
|
|
@@ -24414,32 +24440,32 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24414
24440
|
defaultNotificationMessage = _res$data.defaultNotificationMessage;
|
|
24415
24441
|
|
|
24416
24442
|
if (status === 'success') {
|
|
24417
|
-
|
|
24418
|
-
|
|
24419
|
-
|
|
24420
|
-
|
|
24421
|
-
|
|
24422
|
-
|
|
24423
|
-
if (
|
|
24424
|
-
|
|
24443
|
+
_this8.taskExamineInfo = taskExamine;
|
|
24444
|
+
_this8.nodeName = _this8.nodename || taskExamine.nodeName || '分阅';
|
|
24445
|
+
_this8.taskReadOpinionRequired = taskReadOpinionRequired;
|
|
24446
|
+
_this8.nextNode.notificationMsg = defaultNotificationMessage;
|
|
24447
|
+
_this8.isCanReadTransferHandle = isCanReadTransferHandle;
|
|
24448
|
+
_this8.isCanFenyue = isCanFenyue;
|
|
24449
|
+
if (_this8.nodeName) {
|
|
24450
|
+
_this8.NodeName = _this8.nodeName;
|
|
24425
24451
|
}
|
|
24426
|
-
if (
|
|
24427
|
-
|
|
24452
|
+
if (_this8.isCanReadTransferHandle) {
|
|
24453
|
+
_this8.validReadTransferHandle(taskExamine.businessId, taskExamine.processDefinitionId);
|
|
24428
24454
|
}
|
|
24429
|
-
|
|
24455
|
+
_this8.getNodeType();
|
|
24430
24456
|
} else {
|
|
24431
|
-
|
|
24457
|
+
_this8.$message.error(message || '系统错误,请联系管理员!');
|
|
24432
24458
|
}
|
|
24433
|
-
|
|
24459
|
+
_this8.loading.close();
|
|
24434
24460
|
}).catch(function (err) {
|
|
24435
|
-
|
|
24461
|
+
_this8.loading.close();
|
|
24436
24462
|
if (err.message && err.message !== 'canceled') {
|
|
24437
|
-
|
|
24463
|
+
_this8.$message.error(err.message);
|
|
24438
24464
|
}
|
|
24439
24465
|
});
|
|
24440
24466
|
},
|
|
24441
24467
|
getUserInfo: function getUserInfo() {
|
|
24442
|
-
var
|
|
24468
|
+
var _this9 = this;
|
|
24443
24469
|
|
|
24444
24470
|
var mainConfig = util["a" /* default */].getStorage('mainConfig');
|
|
24445
24471
|
if (mainConfig) {
|
|
@@ -24450,14 +24476,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24450
24476
|
data = res.data;
|
|
24451
24477
|
|
|
24452
24478
|
if (status == 'success') {
|
|
24453
|
-
|
|
24479
|
+
_this9.userModel = data;
|
|
24454
24480
|
} else {
|
|
24455
24481
|
var msg = res.msg || '系统错误,请联系管理员!';
|
|
24456
|
-
|
|
24482
|
+
_this9.$message.error(msg);
|
|
24457
24483
|
}
|
|
24458
24484
|
}).catch(function (err) {
|
|
24459
24485
|
if (err.message && err.message !== 'canceled') {
|
|
24460
|
-
|
|
24486
|
+
_this9.$message.error(err.message);
|
|
24461
24487
|
}
|
|
24462
24488
|
});
|
|
24463
24489
|
}
|
|
@@ -24477,7 +24503,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24477
24503
|
}
|
|
24478
24504
|
},
|
|
24479
24505
|
getNodeType: function getNodeType() {
|
|
24480
|
-
var
|
|
24506
|
+
var _this10 = this;
|
|
24481
24507
|
|
|
24482
24508
|
var params = {
|
|
24483
24509
|
url: api["z" /* findCodeValues */],
|
|
@@ -24492,33 +24518,33 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24492
24518
|
data = res.data;
|
|
24493
24519
|
|
|
24494
24520
|
if (status === 'success') {
|
|
24495
|
-
|
|
24521
|
+
_this10.newsList = data;
|
|
24496
24522
|
}
|
|
24497
24523
|
}).catch(function (err) {
|
|
24498
24524
|
if (err.message && err.message !== 'canceled') {
|
|
24499
|
-
|
|
24525
|
+
_this10.$message.error(err.message);
|
|
24500
24526
|
}
|
|
24501
24527
|
});
|
|
24502
24528
|
},
|
|
24503
24529
|
|
|
24504
|
-
/**
|
|
24505
|
-
* saveInfo
|
|
24506
|
-
* @desc:暂存
|
|
24507
|
-
* @author liufan
|
|
24508
|
-
* @date 2022年9月9日
|
|
24530
|
+
/**
|
|
24531
|
+
* saveInfo
|
|
24532
|
+
* @desc:暂存
|
|
24533
|
+
* @author liufan
|
|
24534
|
+
* @date 2022年9月9日
|
|
24509
24535
|
**/
|
|
24510
24536
|
saveInfo: function saveInfo(type, btn) {
|
|
24511
|
-
var
|
|
24537
|
+
var _this11 = this;
|
|
24512
24538
|
|
|
24513
24539
|
if (this.isFlow) {
|
|
24514
24540
|
if (!type) {
|
|
24515
24541
|
if (btn && btn.before) {
|
|
24516
24542
|
btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
|
|
24517
|
-
|
|
24543
|
+
_this11.$emit('save', _this11.businessIds);
|
|
24518
24544
|
}).catch(function (e) {});
|
|
24519
24545
|
} else if (this.beforeSubmit != undefined) {
|
|
24520
24546
|
this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 1).then(function (next) {
|
|
24521
|
-
|
|
24547
|
+
_this11.$emit('save', _this11.businessIds);
|
|
24522
24548
|
}).catch(function (e) {});
|
|
24523
24549
|
} else {
|
|
24524
24550
|
this.$emit('save', this.businessIds);
|
|
@@ -24527,13 +24553,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24527
24553
|
} else {
|
|
24528
24554
|
if (btn && btn.before && !type) {
|
|
24529
24555
|
btn.before(Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
|
|
24530
|
-
|
|
24556
|
+
_this11.saveFlowInfo();
|
|
24531
24557
|
}).catch(function (e) {});
|
|
24532
24558
|
} else if (this.beforeSubmit == undefined && !type) {
|
|
24533
24559
|
this.subFun(this.saveFlowInfo);
|
|
24534
24560
|
} else if (!type && this.beforeSubmit != undefined) {
|
|
24535
24561
|
this.beforeSubmit(btn && Object.prototype.hasOwnProperty.call(btn, 'code') ? btn.code : 2).then(function (next) {
|
|
24536
|
-
|
|
24562
|
+
_this11.saveFlowInfo();
|
|
24537
24563
|
}).catch(function (e) {});
|
|
24538
24564
|
} else {
|
|
24539
24565
|
this.saveFlowInfo(type);
|
|
@@ -24541,7 +24567,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24541
24567
|
}
|
|
24542
24568
|
},
|
|
24543
24569
|
saveFlowInfo: function saveFlowInfo(isSave) {
|
|
24544
|
-
var
|
|
24570
|
+
var _this12 = this;
|
|
24545
24571
|
|
|
24546
24572
|
var params = {
|
|
24547
24573
|
opinion: this.value,
|
|
@@ -24552,29 +24578,29 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24552
24578
|
var status = res.status,
|
|
24553
24579
|
message = res.message;
|
|
24554
24580
|
|
|
24555
|
-
if (!isSave)
|
|
24581
|
+
if (!isSave) _this12.loading.close();
|
|
24556
24582
|
if (status == 'success') {
|
|
24557
24583
|
// this.$message.success('暂存成功');
|
|
24558
|
-
!isSave &&
|
|
24584
|
+
!isSave && _this12.$emit('save', _this12.businessIds);
|
|
24559
24585
|
} else {
|
|
24560
|
-
|
|
24586
|
+
_this12.$message.error(message || '系统错误,请联系管理员!');
|
|
24561
24587
|
}
|
|
24562
24588
|
}).catch(function (err) {
|
|
24563
|
-
if (!isSave)
|
|
24589
|
+
if (!isSave) _this12.loading.close();
|
|
24564
24590
|
if (err.message && err.message !== 'canceled') {
|
|
24565
|
-
|
|
24591
|
+
_this12.$message.error(err.message);
|
|
24566
24592
|
}
|
|
24567
24593
|
});
|
|
24568
24594
|
},
|
|
24569
24595
|
|
|
24570
|
-
/**
|
|
24571
|
-
* rejectBtn
|
|
24572
|
-
* @desc:点击驳回
|
|
24573
|
-
* @author liufan
|
|
24574
|
-
* @date 2022年5月25日
|
|
24596
|
+
/**
|
|
24597
|
+
* rejectBtn
|
|
24598
|
+
* @desc:点击驳回
|
|
24599
|
+
* @author liufan
|
|
24600
|
+
* @date 2022年5月25日
|
|
24575
24601
|
**/
|
|
24576
24602
|
rejectBtn: function rejectBtn() {
|
|
24577
|
-
var
|
|
24603
|
+
var _this13 = this;
|
|
24578
24604
|
|
|
24579
24605
|
if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
|
|
24580
24606
|
if (!this.value) {
|
|
@@ -24582,28 +24608,28 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24582
24608
|
}
|
|
24583
24609
|
if (this.beforeSubmit != undefined) {
|
|
24584
24610
|
this.beforeSubmit(0).then(function (next) {
|
|
24585
|
-
|
|
24611
|
+
_this13.showReject = true;
|
|
24586
24612
|
}).catch(function (e) {});
|
|
24587
24613
|
} else {
|
|
24588
24614
|
this.showReject = true;
|
|
24589
24615
|
}
|
|
24590
24616
|
},
|
|
24591
24617
|
|
|
24592
|
-
/**
|
|
24593
|
-
* taskReadBtn
|
|
24594
|
-
* @desc:点击分阅
|
|
24595
|
-
* @author liufan
|
|
24596
|
-
* @date 2022年5月25日
|
|
24618
|
+
/**
|
|
24619
|
+
* taskReadBtn
|
|
24620
|
+
* @desc:点击分阅
|
|
24621
|
+
* @author liufan
|
|
24622
|
+
* @date 2022年5月25日
|
|
24597
24623
|
**/
|
|
24598
24624
|
taskReadBtn: function taskReadBtn() {
|
|
24599
|
-
var
|
|
24625
|
+
var _this14 = this;
|
|
24600
24626
|
|
|
24601
24627
|
// return this.$message.warning('暂未开放!敬请期待');
|
|
24602
24628
|
if (this.beforeSubmit != undefined) {
|
|
24603
24629
|
this.beforeSubmit().then(function (next) {
|
|
24604
|
-
if (
|
|
24605
|
-
|
|
24606
|
-
|
|
24630
|
+
if (_this14.value === '') _this14.value = _this14.nodeDefaultRejectOpinion;
|
|
24631
|
+
_this14.taskReadType = 'create';
|
|
24632
|
+
_this14.showTaskRead = true;
|
|
24607
24633
|
}).catch(function (e) {});
|
|
24608
24634
|
} else {
|
|
24609
24635
|
if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
|
|
@@ -24612,14 +24638,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24612
24638
|
}
|
|
24613
24639
|
},
|
|
24614
24640
|
|
|
24615
|
-
/**
|
|
24616
|
-
* getFind
|
|
24617
|
-
* @desc:获取通知方式
|
|
24618
|
-
* @author liufan
|
|
24619
|
-
* @date 2022年5月25日
|
|
24641
|
+
/**
|
|
24642
|
+
* getFind
|
|
24643
|
+
* @desc:获取通知方式
|
|
24644
|
+
* @author liufan
|
|
24645
|
+
* @date 2022年5月25日
|
|
24620
24646
|
**/
|
|
24621
24647
|
getFind: function getFind() {
|
|
24622
|
-
var
|
|
24648
|
+
var _this15 = this;
|
|
24623
24649
|
|
|
24624
24650
|
util["a" /* default */].ajax({
|
|
24625
24651
|
url: api["B" /* findSysCodes */]
|
|
@@ -24628,25 +24654,25 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24628
24654
|
message = res.message;
|
|
24629
24655
|
|
|
24630
24656
|
if (status === 'success') {
|
|
24631
|
-
|
|
24657
|
+
_this15.nextNode.notificationType = message.split(',');
|
|
24632
24658
|
var arr = [];
|
|
24633
|
-
|
|
24634
|
-
|
|
24659
|
+
_this15.newsList.map(function (item) {
|
|
24660
|
+
_this15.nextNode.notificationType.map(function (x) {
|
|
24635
24661
|
if (x == item.cciValue) {
|
|
24636
24662
|
arr.push(x);
|
|
24637
24663
|
}
|
|
24638
24664
|
});
|
|
24639
24665
|
});
|
|
24640
|
-
|
|
24666
|
+
_this15.nextNode.notificationType = arr;
|
|
24641
24667
|
}
|
|
24642
24668
|
}).catch(function (err) {
|
|
24643
24669
|
if (err.message && err.message !== 'canceled') {
|
|
24644
|
-
|
|
24670
|
+
_this15.$message.error(err.message);
|
|
24645
24671
|
}
|
|
24646
24672
|
});
|
|
24647
24673
|
},
|
|
24648
24674
|
getFreeStartParams: function getFreeStartParams() {
|
|
24649
|
-
var
|
|
24675
|
+
var _this16 = this;
|
|
24650
24676
|
|
|
24651
24677
|
var _endFlowInfo = this.endFlowInfo,
|
|
24652
24678
|
businessId = _endFlowInfo.businessId,
|
|
@@ -24664,90 +24690,90 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24664
24690
|
};
|
|
24665
24691
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
24666
24692
|
util["a" /* default */].ajax(param).then(function (res) {
|
|
24667
|
-
|
|
24693
|
+
_this16.loading.close();
|
|
24668
24694
|
if (res.rCode == 0 || res.status == 'success') {
|
|
24669
|
-
|
|
24670
|
-
if (res.results.useScene === 'multiInsMidwayWithSubmitScene')
|
|
24671
|
-
if (!
|
|
24672
|
-
if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return
|
|
24695
|
+
_this16.freeStartFlowParams = res.results;
|
|
24696
|
+
if (res.results.useScene === 'multiInsMidwayWithSubmitScene') _this16.subProcess('同意。', res.results.useScene);
|
|
24697
|
+
if (!_this16.freeValid) return;
|
|
24698
|
+
if (res.results.startFlowIndexProcessKeys && res.results.startFlowIndexProcessKeys.length == 0 || !res.results.startFlowIndexProcessKeys) return _this16.$message.warning('未找到流程定义!');
|
|
24673
24699
|
if (res.results.startFlowIndexProcessKeys.length == 1) {
|
|
24674
|
-
|
|
24675
|
-
|
|
24700
|
+
_this16.freeStartFlowNextNode = res.results.startFlowIndexProcessKeys[0];
|
|
24701
|
+
_this16.handleVisible = true;
|
|
24676
24702
|
} else {
|
|
24677
|
-
|
|
24703
|
+
_this16.showFreeStartFlow = true;
|
|
24678
24704
|
}
|
|
24679
24705
|
} else {
|
|
24680
|
-
|
|
24706
|
+
_this16.$message.error(res.message || '系统错误,请联系管理员!');
|
|
24681
24707
|
}
|
|
24682
24708
|
});
|
|
24683
24709
|
},
|
|
24684
24710
|
|
|
24685
|
-
/**
|
|
24686
|
-
* endFlows
|
|
24687
|
-
* @desc:直接办结
|
|
24688
|
-
* @author liufan
|
|
24689
|
-
* @param {Object} res 直接办结数据
|
|
24690
|
-
* @date 2022年5月25日
|
|
24711
|
+
/**
|
|
24712
|
+
* endFlows
|
|
24713
|
+
* @desc:直接办结
|
|
24714
|
+
* @author liufan
|
|
24715
|
+
* @param {Object} res 直接办结数据
|
|
24716
|
+
* @date 2022年5月25日
|
|
24691
24717
|
**/
|
|
24692
24718
|
endFlows: function endFlows(res) {
|
|
24693
|
-
var
|
|
24719
|
+
var _this17 = this;
|
|
24694
24720
|
|
|
24695
24721
|
if (this.beforeSubmit != undefined) {
|
|
24696
24722
|
this.beforeSubmit().then(function (next) {
|
|
24697
|
-
|
|
24723
|
+
_this17.saveEndFlows(res);
|
|
24698
24724
|
}).catch(function (e) {});
|
|
24699
24725
|
} else {
|
|
24700
24726
|
this.saveEndFlows(res);
|
|
24701
24727
|
}
|
|
24702
24728
|
},
|
|
24703
24729
|
saveEndFlows: function saveEndFlows(res) {
|
|
24704
|
-
var
|
|
24730
|
+
var _this18 = this;
|
|
24705
24731
|
|
|
24706
24732
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
24707
24733
|
var params = {
|
|
24708
24734
|
url: api["y" /* endFlowHtml */],
|
|
24709
24735
|
headers: { Accept: 'application/json,text/plain' },
|
|
24710
24736
|
method: 'post',
|
|
24711
|
-
data: mainvue_type_script_lang_js_extends({},
|
|
24712
|
-
opinion:
|
|
24737
|
+
data: mainvue_type_script_lang_js_extends({}, _this18.endFlowInfo, _this18.nextNode, {
|
|
24738
|
+
opinion: _this18.value,
|
|
24713
24739
|
userId: util["a" /* default */].getStorage('userId'),
|
|
24714
|
-
nextUserId:
|
|
24715
|
-
addSignUserId:
|
|
24716
|
-
customPresetUserJson: JSON.stringify(
|
|
24717
|
-
presetUserJson: JSON.stringify(
|
|
24718
|
-
removeSignUserId:
|
|
24719
|
-
notificationType:
|
|
24740
|
+
nextUserId: _this18.multiple ? _this18.nextNode.nextUserId.join(',') : _this18.nextNode.nextUserId,
|
|
24741
|
+
addSignUserId: _this18.nextNode.addSignUserId.join(','),
|
|
24742
|
+
customPresetUserJson: JSON.stringify(_this18.presetList),
|
|
24743
|
+
presetUserJson: JSON.stringify(_this18.presetUserJson),
|
|
24744
|
+
removeSignUserId: _this18.nextNode.removeSignUserId.join(','),
|
|
24745
|
+
notificationType: _this18.nextNode.notificationType.join(',')
|
|
24720
24746
|
})
|
|
24721
24747
|
};
|
|
24722
|
-
|
|
24748
|
+
_this18.loading = util["a" /* default */].loading(_this18.$loading, '加载中...');
|
|
24723
24749
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
24724
24750
|
var status = res.status,
|
|
24725
24751
|
message = res.message;
|
|
24726
24752
|
|
|
24727
|
-
|
|
24753
|
+
_this18.loading.close();
|
|
24728
24754
|
if (status === 'success') {
|
|
24729
|
-
|
|
24755
|
+
_this18.flowSuccess();
|
|
24730
24756
|
// this.$message.success('提交成功');
|
|
24731
24757
|
// this.$emit('success');
|
|
24732
24758
|
} else {
|
|
24733
|
-
|
|
24734
|
-
|
|
24759
|
+
_this18.$message.error(message || '系统错误,请联系管理员!');
|
|
24760
|
+
_this18.$emit('error');
|
|
24735
24761
|
}
|
|
24736
24762
|
}).catch(function (err) {
|
|
24737
|
-
|
|
24763
|
+
_this18.loading.close();
|
|
24738
24764
|
if (err.message && err.message !== 'canceled') {
|
|
24739
|
-
|
|
24765
|
+
_this18.$message.error(err.message);
|
|
24740
24766
|
}
|
|
24741
24767
|
});
|
|
24742
24768
|
}).catch(function (e) {});
|
|
24743
24769
|
},
|
|
24744
24770
|
|
|
24745
|
-
/**
|
|
24746
|
-
* goView
|
|
24747
|
-
* @desc:更多流程按钮操作
|
|
24748
|
-
* @author liufan
|
|
24749
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
24750
|
-
* @date 2022年5月25日
|
|
24771
|
+
/**
|
|
24772
|
+
* goView
|
|
24773
|
+
* @desc:更多流程按钮操作
|
|
24774
|
+
* @author liufan
|
|
24775
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
24776
|
+
* @date 2022年5月25日
|
|
24751
24777
|
**/
|
|
24752
24778
|
goView: function goView(res) {
|
|
24753
24779
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -24832,18 +24858,18 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24832
24858
|
// isCanStartSubFlow
|
|
24833
24859
|
},
|
|
24834
24860
|
|
|
24835
|
-
/**
|
|
24836
|
-
* toTakeAdvice
|
|
24837
|
-
* @desc:征求意见
|
|
24838
|
-
* @author liufan
|
|
24839
|
-
* @date 2022年9月29日
|
|
24861
|
+
/**
|
|
24862
|
+
* toTakeAdvice
|
|
24863
|
+
* @desc:征求意见
|
|
24864
|
+
* @author liufan
|
|
24865
|
+
* @date 2022年9月29日
|
|
24840
24866
|
**/
|
|
24841
24867
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
24842
|
-
var
|
|
24868
|
+
var _this19 = this;
|
|
24843
24869
|
|
|
24844
24870
|
if (this.beforeSubmit != undefined) {
|
|
24845
24871
|
this.beforeSubmit().then(function (next) {
|
|
24846
|
-
|
|
24872
|
+
_this19.saveToTakeAdvice(res);
|
|
24847
24873
|
}).catch(function (e) {});
|
|
24848
24874
|
} else {
|
|
24849
24875
|
this.saveToTakeAdvice(res);
|
|
@@ -24851,7 +24877,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24851
24877
|
// return this.$message.warning('暂未开放!敬请期待');
|
|
24852
24878
|
},
|
|
24853
24879
|
saveToTakeAdvice: function saveToTakeAdvice(res) {
|
|
24854
|
-
var
|
|
24880
|
+
var _this20 = this;
|
|
24855
24881
|
|
|
24856
24882
|
var params = {
|
|
24857
24883
|
url: api["nb" /* isCanStartSubFlow */],
|
|
@@ -24866,70 +24892,70 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24866
24892
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
24867
24893
|
var message = res.message;
|
|
24868
24894
|
|
|
24869
|
-
|
|
24895
|
+
_this20.loading.close();
|
|
24870
24896
|
if (message == 'success') {
|
|
24871
|
-
|
|
24897
|
+
_this20.showTaskUnionExamine = true;
|
|
24872
24898
|
} else {
|
|
24873
|
-
|
|
24899
|
+
_this20.$message.error(message || '系统错误,请联系管理员!');
|
|
24874
24900
|
}
|
|
24875
24901
|
}).catch(function (err) {
|
|
24876
|
-
|
|
24902
|
+
_this20.loading.close();
|
|
24877
24903
|
if (err.message && err.message !== 'canceled') {
|
|
24878
|
-
|
|
24904
|
+
_this20.$message.error(err.message);
|
|
24879
24905
|
}
|
|
24880
24906
|
});
|
|
24881
24907
|
},
|
|
24882
24908
|
|
|
24883
|
-
/**
|
|
24884
|
-
* toStartDraf
|
|
24885
|
-
* @desc: 稿件递送、联合审核、复核
|
|
24886
|
-
* @author liufan
|
|
24887
|
-
* @date 2022年9月29日
|
|
24909
|
+
/**
|
|
24910
|
+
* toStartDraf
|
|
24911
|
+
* @desc: 稿件递送、联合审核、复核
|
|
24912
|
+
* @author liufan
|
|
24913
|
+
* @date 2022年9月29日
|
|
24888
24914
|
**/
|
|
24889
24915
|
toStartDraf: function toStartDraf(res) {
|
|
24890
|
-
var
|
|
24916
|
+
var _this21 = this;
|
|
24891
24917
|
|
|
24892
24918
|
if (this.beforeSubmit != undefined) {
|
|
24893
24919
|
this.beforeSubmit().then(function (next) {
|
|
24894
|
-
|
|
24920
|
+
_this21.showTaskUnionExamine = true;
|
|
24895
24921
|
}).catch(function (e) {});
|
|
24896
24922
|
} else {
|
|
24897
24923
|
this.showTaskUnionExamine = true;
|
|
24898
24924
|
}
|
|
24899
24925
|
},
|
|
24900
24926
|
|
|
24901
|
-
/**
|
|
24902
|
-
* toSendMsg
|
|
24903
|
-
* @desc:核稿通知
|
|
24904
|
-
* @author liufan
|
|
24905
|
-
* @date 2022年9月29日
|
|
24927
|
+
/**
|
|
24928
|
+
* toSendMsg
|
|
24929
|
+
* @desc:核稿通知
|
|
24930
|
+
* @author liufan
|
|
24931
|
+
* @date 2022年9月29日
|
|
24906
24932
|
**/
|
|
24907
24933
|
toSendMsg: function toSendMsg(res) {
|
|
24908
|
-
var
|
|
24934
|
+
var _this22 = this;
|
|
24909
24935
|
|
|
24910
24936
|
if (this.beforeSubmit != undefined) {
|
|
24911
24937
|
this.beforeSubmit().then(function (next) {
|
|
24912
|
-
|
|
24938
|
+
_this22.showSendMsg = true;
|
|
24913
24939
|
}).catch(function (e) {});
|
|
24914
24940
|
} else {
|
|
24915
24941
|
this.showSendMsg = true;
|
|
24916
24942
|
}
|
|
24917
24943
|
},
|
|
24918
24944
|
|
|
24919
|
-
/**
|
|
24920
|
-
* toTaskReadAndEnd
|
|
24921
|
-
* @desc:分阅并办结
|
|
24922
|
-
* @author liufan
|
|
24923
|
-
* @date 2022年9月29日
|
|
24945
|
+
/**
|
|
24946
|
+
* toTaskReadAndEnd
|
|
24947
|
+
* @desc:分阅并办结
|
|
24948
|
+
* @author liufan
|
|
24949
|
+
* @date 2022年9月29日
|
|
24924
24950
|
**/
|
|
24925
24951
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
24926
|
-
var
|
|
24952
|
+
var _this23 = this;
|
|
24927
24953
|
|
|
24928
24954
|
if (this.beforeSubmit != undefined) {
|
|
24929
24955
|
this.beforeSubmit().then(function (next) {
|
|
24930
|
-
if (
|
|
24931
|
-
|
|
24932
|
-
|
|
24956
|
+
if (_this23.value === '') _this23.value = _this23.nodeDefaultRejectOpinion;
|
|
24957
|
+
_this23.taskReadType = 'taskReadAndEnd';
|
|
24958
|
+
_this23.showTaskRead = true;
|
|
24933
24959
|
}).catch(function (e) {});
|
|
24934
24960
|
} else {
|
|
24935
24961
|
if (this.value === '') this.value = this.nodeDefaultRejectOpinion;
|
|
@@ -24938,28 +24964,28 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24938
24964
|
}
|
|
24939
24965
|
},
|
|
24940
24966
|
|
|
24941
|
-
/**
|
|
24942
|
-
* rejectAndEnd
|
|
24943
|
-
* @desc:驳回并办结
|
|
24944
|
-
* @author liufan
|
|
24945
|
-
* @date 2022年9月29日
|
|
24967
|
+
/**
|
|
24968
|
+
* rejectAndEnd
|
|
24969
|
+
* @desc:驳回并办结
|
|
24970
|
+
* @author liufan
|
|
24971
|
+
* @date 2022年9月29日
|
|
24946
24972
|
**/
|
|
24947
24973
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
24948
|
-
var
|
|
24974
|
+
var _this24 = this;
|
|
24949
24975
|
|
|
24950
24976
|
if (this.isOpinionRequired == 1 && (this.value == '' || !this.value)) {
|
|
24951
24977
|
if (!this.$refs.commonOpinions.validate()) return;
|
|
24952
24978
|
}
|
|
24953
24979
|
if (this.beforeSubmit != undefined) {
|
|
24954
24980
|
this.beforeSubmit().then(function (next) {
|
|
24955
|
-
|
|
24981
|
+
_this24.saveRejectAndEnd(res);
|
|
24956
24982
|
}).catch(function (e) {});
|
|
24957
24983
|
} else {
|
|
24958
24984
|
this.saveRejectAndEnd(res);
|
|
24959
24985
|
}
|
|
24960
24986
|
},
|
|
24961
24987
|
saveRejectAndEnd: function saveRejectAndEnd(res) {
|
|
24962
|
-
var
|
|
24988
|
+
var _this25 = this;
|
|
24963
24989
|
|
|
24964
24990
|
this.$confirm('确认' + res.value + '?').then(function () {
|
|
24965
24991
|
// return this.$message.warning('请填写意见');
|
|
@@ -24968,29 +24994,29 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24968
24994
|
headers: { Accept: 'application/json,text/plain' },
|
|
24969
24995
|
method: 'post',
|
|
24970
24996
|
data: {
|
|
24971
|
-
opinion:
|
|
24972
|
-
pendingId:
|
|
24997
|
+
opinion: _this25.value,
|
|
24998
|
+
pendingId: _this25.pendingId,
|
|
24973
24999
|
isSinglePage: false
|
|
24974
25000
|
}
|
|
24975
25001
|
};
|
|
24976
|
-
|
|
25002
|
+
_this25.loading = util["a" /* default */].loading(_this25.$loading, '加载中...');
|
|
24977
25003
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
24978
25004
|
var status = res.status,
|
|
24979
25005
|
message = res.message;
|
|
24980
25006
|
|
|
24981
|
-
|
|
25007
|
+
_this25.loading.close();
|
|
24982
25008
|
if (status === 'success') {
|
|
24983
|
-
|
|
25009
|
+
_this25.flowSuccess();
|
|
24984
25010
|
// this.$message.success('提交成功');
|
|
24985
25011
|
// this.$emit('success');
|
|
24986
25012
|
} else {
|
|
24987
|
-
|
|
24988
|
-
|
|
25013
|
+
_this25.$message.error(message || '系统错误,请联系管理员!');
|
|
25014
|
+
_this25.$emit('error');
|
|
24989
25015
|
}
|
|
24990
25016
|
}).catch(function (err) {
|
|
24991
|
-
|
|
25017
|
+
_this25.loading.close();
|
|
24992
25018
|
if (err.message && err.message !== 'canceled') {
|
|
24993
|
-
|
|
25019
|
+
_this25.$message.error(err.message);
|
|
24994
25020
|
}
|
|
24995
25021
|
});
|
|
24996
25022
|
}).catch(function () {
|
|
@@ -24998,19 +25024,19 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24998
25024
|
});
|
|
24999
25025
|
},
|
|
25000
25026
|
|
|
25001
|
-
/**
|
|
25002
|
-
* toTransfer
|
|
25003
|
-
* @desc:转办
|
|
25004
|
-
* @author liufan
|
|
25005
|
-
* @date 2022年9月29日
|
|
25027
|
+
/**
|
|
25028
|
+
* toTransfer
|
|
25029
|
+
* @desc:转办
|
|
25030
|
+
* @author liufan
|
|
25031
|
+
* @date 2022年9月29日
|
|
25006
25032
|
**/
|
|
25007
25033
|
toTransfer: function toTransfer(res) {
|
|
25008
|
-
var
|
|
25034
|
+
var _this26 = this;
|
|
25009
25035
|
|
|
25010
25036
|
if (this.beforeSubmit != undefined) {
|
|
25011
25037
|
this.beforeSubmit(0).then(function (next) {
|
|
25012
|
-
|
|
25013
|
-
|
|
25038
|
+
_this26.taskReadType = 'transfer';
|
|
25039
|
+
_this26.showTaskRead = true;
|
|
25014
25040
|
}).catch(function (e) {});
|
|
25015
25041
|
} else {
|
|
25016
25042
|
this.taskReadType = 'transfer';
|
|
@@ -25018,14 +25044,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25018
25044
|
}
|
|
25019
25045
|
},
|
|
25020
25046
|
|
|
25021
|
-
/**
|
|
25022
|
-
* getNodeInfo
|
|
25023
|
-
* @desc:获取节点信息
|
|
25024
|
-
* @author liufan
|
|
25025
|
-
* @date 2022年5月25日
|
|
25047
|
+
/**
|
|
25048
|
+
* getNodeInfo
|
|
25049
|
+
* @desc:获取节点信息
|
|
25050
|
+
* @author liufan
|
|
25051
|
+
* @date 2022年5月25日
|
|
25026
25052
|
**/
|
|
25027
25053
|
getNodeInfo: function getNodeInfo() {
|
|
25028
|
-
var
|
|
25054
|
+
var _this27 = this;
|
|
25029
25055
|
|
|
25030
25056
|
var params = {
|
|
25031
25057
|
processDefinitionId: this.nodeInfo.nextNode,
|
|
@@ -25040,46 +25066,46 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25040
25066
|
message = res.message,
|
|
25041
25067
|
data = res.data;
|
|
25042
25068
|
|
|
25043
|
-
|
|
25069
|
+
_this27.loading.close();
|
|
25044
25070
|
if (status === 'success') {
|
|
25045
|
-
|
|
25046
|
-
|
|
25047
|
-
data.otherOrgDisabledObjId && (
|
|
25048
|
-
data.currentOrgDisabledObjId && (
|
|
25071
|
+
_this27.currentNodeEnableItemHandleDescription = data.nodeExtAttr.currentNodeEnableItemHandleDescription == 1;
|
|
25072
|
+
_this27.enableCustomLimitTimeSetting = data.nodeExtAttr.enableCustomLimitTimeSetting == 1;
|
|
25073
|
+
data.otherOrgDisabledObjId && (_this27.otherOrgDisabledObjId = data.otherOrgDisabledObjId.split(','));
|
|
25074
|
+
data.currentOrgDisabledObjId && (_this27.currentOrgDisabledObjId = data.currentOrgDisabledObjId.split(','));
|
|
25049
25075
|
if (data != null) {
|
|
25050
25076
|
if (data.nodeExtAttr.userSelectionType == 7 || data.nodeExtAttr.userSelectionType == 8 || data.nodeExtAttr.userSelectionType == 9 || data.nodeExtAttr.userSelectionType == 10 || data.nodeExtAttr.userSelectionType == 11 || data.nodeExtAttr.userSelectionType == 12) {
|
|
25051
|
-
|
|
25077
|
+
_this27.getIsShowNextUser(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
|
|
25052
25078
|
} else {
|
|
25053
|
-
|
|
25079
|
+
_this27.isMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType, _this27.choiceOrgId, _this27.choiceDeptId, _this27.pOrgId);
|
|
25054
25080
|
}
|
|
25055
|
-
|
|
25056
|
-
|
|
25057
|
-
|
|
25058
|
-
|
|
25059
|
-
|
|
25081
|
+
_this27.isReadMultiple(data.nodeExtAttr && data.nodeExtAttr.userSelectionType);
|
|
25082
|
+
_this27.isTaskread = data.nodeExtAttr.isTaskread;
|
|
25083
|
+
_this27.isHandleExplain = data.nodeExtAttr.isHandleExplain;
|
|
25084
|
+
_this27.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
|
|
25085
|
+
_this27.nodeType = data.nodeExtAttr.nodeType;
|
|
25060
25086
|
//如果当前为承办节点/会签节点,则展示本单位外单位办理人选择
|
|
25061
|
-
if (
|
|
25062
|
-
|
|
25063
|
-
|
|
25064
|
-
|
|
25065
|
-
|
|
25066
|
-
|
|
25087
|
+
if (_this27.nodeType === 1 || _this27.nodeType === 2) {
|
|
25088
|
+
_this27.isMainSubProcess === true ? _this27.isNodeShowProcess = true : _this27.isNodeShowProcess = false;
|
|
25089
|
+
_this27.isMainSubProcess === true ? _this27.isMainSubProcess = true : _this27.isMainSubProcess = false;
|
|
25090
|
+
_this27.isNextUser = false;
|
|
25091
|
+
_this27.isHideCurrentOrg = res.data.nodeExtAttr.isHideCurrentOrg == 1 ? false : true; //判断是否隐藏本单位
|
|
25092
|
+
_this27.isHideOtherOrg = res.data.nodeExtAttr.isHideOtherOrg == 1 ? false : true; //判断是否隐藏外单位
|
|
25067
25093
|
} else {
|
|
25068
|
-
|
|
25069
|
-
|
|
25070
|
-
|
|
25071
|
-
|
|
25072
|
-
|
|
25094
|
+
_this27.isHideCurrentOrg = false;
|
|
25095
|
+
_this27.isHideOtherOrg = false;
|
|
25096
|
+
_this27.isNodeShowProcess = false;
|
|
25097
|
+
_this27.isMainSubProcess = false;
|
|
25098
|
+
_this27.isNextUser = _this27.nextNode.nextOperate != 9;
|
|
25073
25099
|
// this.isMainSubProcess === true
|
|
25074
25100
|
// ? (this.isMainSubProcess = true)
|
|
25075
25101
|
// : (this.isMainSubProcess = false);
|
|
25076
25102
|
}
|
|
25077
|
-
|
|
25078
|
-
if (
|
|
25103
|
+
_this27.multiple ? _this27.nextNode.nextUserId = [] : _this27.nextNode.nextUserId = '';
|
|
25104
|
+
if (_this27.multiple && data.nodeExtAttr.isDefSelectedObj == 1 && data.nextUserList !== undefined) {
|
|
25079
25105
|
data.nextUserList.map(function (item) {
|
|
25080
25106
|
if (item.userId && item.username) {
|
|
25081
|
-
|
|
25082
|
-
|
|
25107
|
+
_this27.nextNode.nextUserId.push(item.userId);
|
|
25108
|
+
_this27.selectUserList.push({
|
|
25083
25109
|
showname: item.username,
|
|
25084
25110
|
showid: item.userId
|
|
25085
25111
|
});
|
|
@@ -25088,53 +25114,53 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25088
25114
|
}
|
|
25089
25115
|
data.nextUserList.map(function (item) {
|
|
25090
25116
|
if (item.userId && item.username) {
|
|
25091
|
-
|
|
25117
|
+
_this27.options.push({
|
|
25092
25118
|
showname: item.username,
|
|
25093
25119
|
showid: item.userId
|
|
25094
25120
|
});
|
|
25095
25121
|
}
|
|
25096
25122
|
});
|
|
25097
25123
|
if (data.nodeExtAttr.presetEdit != 0) {
|
|
25098
|
-
|
|
25124
|
+
_this27.radioList = _this27.options;
|
|
25099
25125
|
}
|
|
25100
|
-
if (!
|
|
25101
|
-
|
|
25102
|
-
|
|
25126
|
+
if (!_this27.multiple && data.nextUserList.length > 0 && data.nodeExtAttr.isDefSelectedObj == 1) {
|
|
25127
|
+
_this27.nextNode.nextUserId = data.nextUserList[0].userId;
|
|
25128
|
+
_this27.selectUserList.push({
|
|
25103
25129
|
showname: data.nextUserList[0].username,
|
|
25104
25130
|
showid: data.nextUserList[0].userId
|
|
25105
25131
|
});
|
|
25106
25132
|
}
|
|
25107
|
-
|
|
25108
|
-
|
|
25109
|
-
|
|
25110
|
-
|
|
25111
|
-
|
|
25133
|
+
_this27.isLimitedTimeHandling = data.nodeExtAttr.isLimitedTimeHandling;
|
|
25134
|
+
_this27.isCustomUser = data.nodeExtAttr.isCustomUser;
|
|
25135
|
+
_this27.presetEdit = data.nodeExtAttr.presetEdit;
|
|
25136
|
+
_this27.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
|
|
25137
|
+
_this27.handleMode = data.countersignaturetypeText;
|
|
25112
25138
|
if (data.globalNodeType === 'endEvent') {
|
|
25113
|
-
|
|
25114
|
-
data.globalNodeType === 'endEvent' ?
|
|
25139
|
+
_this27.isNextUser = data.globalNodeType != 'endEvent';
|
|
25140
|
+
data.globalNodeType === 'endEvent' ? _this27.endFlow = true : '';
|
|
25115
25141
|
}
|
|
25116
25142
|
}
|
|
25117
|
-
|
|
25143
|
+
_this27.isCustomPreset && _this27.$refs.customPreset.getPresetFlowInfo(_this27.nextNode.nextNodeId, _this27.nodeInfo.nextNode, true);
|
|
25118
25144
|
} else {
|
|
25119
|
-
|
|
25145
|
+
_this27.$message.error(message || '系统错误,请联系管理员!');
|
|
25120
25146
|
}
|
|
25121
25147
|
}).catch(function (err) {
|
|
25122
|
-
|
|
25148
|
+
_this27.loading.close();
|
|
25123
25149
|
if (err.message && err.message !== 'canceled') {
|
|
25124
|
-
|
|
25150
|
+
_this27.$message.error(err.message);
|
|
25125
25151
|
}
|
|
25126
25152
|
});
|
|
25127
25153
|
},
|
|
25128
25154
|
|
|
25129
|
-
/**
|
|
25130
|
-
* selecNext
|
|
25131
|
-
* @desc:下步节点变化时更新数据
|
|
25132
|
-
* @author liufan
|
|
25133
|
-
* @param {String} val 当前选中值
|
|
25134
|
-
* @date 2022年5月25日
|
|
25155
|
+
/**
|
|
25156
|
+
* selecNext
|
|
25157
|
+
* @desc:下步节点变化时更新数据
|
|
25158
|
+
* @author liufan
|
|
25159
|
+
* @param {String} val 当前选中值
|
|
25160
|
+
* @date 2022年5月25日
|
|
25135
25161
|
**/
|
|
25136
25162
|
selecNext: function selecNext(val, type, isDef) {
|
|
25137
|
-
var
|
|
25163
|
+
var _this28 = this;
|
|
25138
25164
|
|
|
25139
25165
|
var isNextNode = false;
|
|
25140
25166
|
if (type) {
|
|
@@ -25179,13 +25205,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25179
25205
|
this.operationList.forEach(function (item) {
|
|
25180
25206
|
if (item.key === val) {
|
|
25181
25207
|
if (!item.taskNodeList) {
|
|
25182
|
-
|
|
25208
|
+
_this28.nodeInfos = [];
|
|
25183
25209
|
} else {
|
|
25184
|
-
|
|
25210
|
+
_this28.nodeInfos = item.taskNodeList;
|
|
25185
25211
|
|
|
25186
|
-
if (
|
|
25187
|
-
|
|
25188
|
-
return
|
|
25212
|
+
if (_this28.taskOperationShiftedNodeList) {
|
|
25213
|
+
_this28.nodeInfos = item.taskNodeList.filter(function (x) {
|
|
25214
|
+
return _this28.taskOperationShiftedNodeList.indexOf(x.nodeId) == -1;
|
|
25189
25215
|
});
|
|
25190
25216
|
}
|
|
25191
25217
|
}
|
|
@@ -25194,7 +25220,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25194
25220
|
});
|
|
25195
25221
|
if (this.defaultNextNode) {
|
|
25196
25222
|
var defaultNode = this.nodeInfos.filter(function (item) {
|
|
25197
|
-
return item.nodeId ==
|
|
25223
|
+
return item.nodeId == _this28.defaultNextNode;
|
|
25198
25224
|
});
|
|
25199
25225
|
if (this.nodeInfos.length > 0 && defaultNode.length == 0) {
|
|
25200
25226
|
this.nextNode.nextNodeId = this.nodeInfos[0].nodeId;
|
|
@@ -25263,11 +25289,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25263
25289
|
this.getNodeInfo();
|
|
25264
25290
|
},
|
|
25265
25291
|
|
|
25266
|
-
/**
|
|
25267
|
-
* isMultiple
|
|
25268
|
-
* @desc:是否多选
|
|
25269
|
-
* @author liufan
|
|
25270
|
-
* @date 2022年9月13日
|
|
25292
|
+
/**
|
|
25293
|
+
* isMultiple
|
|
25294
|
+
* @desc:是否多选
|
|
25295
|
+
* @author liufan
|
|
25296
|
+
* @date 2022年9月13日
|
|
25271
25297
|
**/
|
|
25272
25298
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
25273
25299
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -25299,14 +25325,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25299
25325
|
}
|
|
25300
25326
|
},
|
|
25301
25327
|
|
|
25302
|
-
/**
|
|
25303
|
-
* getHedInfo
|
|
25304
|
-
* @desc:获取审核页面数据
|
|
25305
|
-
* @author liufan
|
|
25306
|
-
* @date 2022年5月25日
|
|
25328
|
+
/**
|
|
25329
|
+
* getHedInfo
|
|
25330
|
+
* @desc:获取审核页面数据
|
|
25331
|
+
* @author liufan
|
|
25332
|
+
* @date 2022年5月25日
|
|
25307
25333
|
**/
|
|
25308
25334
|
getHedInfo: function getHedInfo() {
|
|
25309
|
-
var
|
|
25335
|
+
var _this29 = this;
|
|
25310
25336
|
|
|
25311
25337
|
this.loading = util["a" /* default */].loading(this.$loading, '加载中...');
|
|
25312
25338
|
var params = {
|
|
@@ -25316,7 +25342,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25316
25342
|
util["a" /* default */].ajax({ url: api["N" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
25317
25343
|
//pc返回数据
|
|
25318
25344
|
|
|
25319
|
-
|
|
25345
|
+
_this29.loading.close();
|
|
25320
25346
|
if (res.status === 'success') {
|
|
25321
25347
|
var _res$data2 = res.data,
|
|
25322
25348
|
nextNodeList = _res$data2.nextNodeList,
|
|
@@ -25354,14 +25380,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25354
25380
|
isCanPreAddSign = _res$data2.isCanPreAddSign;
|
|
25355
25381
|
|
|
25356
25382
|
if (simpleTips != undefined) {
|
|
25357
|
-
|
|
25383
|
+
_this29.simpleTips = simpleTips;
|
|
25358
25384
|
}
|
|
25359
|
-
|
|
25360
|
-
|
|
25385
|
+
_this29.$emit('startTaskRead', res);
|
|
25386
|
+
_this29.$emit('start-task-read', res);
|
|
25361
25387
|
if (taskOperationShiftedNodeList && taskOperationShiftedNodeList.length > 0) {
|
|
25362
|
-
|
|
25388
|
+
_this29.taskOperationShiftedNodeList = [];
|
|
25363
25389
|
taskOperationShiftedNodeList.map(function (x) {
|
|
25364
|
-
|
|
25390
|
+
_this29.taskOperationShiftedNodeList.push(x.nodeId);
|
|
25365
25391
|
taskOperations.push({
|
|
25366
25392
|
key: x.nodeId,
|
|
25367
25393
|
value: x.nodeName,
|
|
@@ -25370,143 +25396,144 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25370
25396
|
});
|
|
25371
25397
|
});
|
|
25372
25398
|
}
|
|
25373
|
-
|
|
25374
|
-
|
|
25399
|
+
_this29.isHideTemporarySave = nodeInfoMap.nodeExtAttr.isHideTemporarySave == 1;
|
|
25400
|
+
_this29.pendingItemHandleDescription = pendingItemHandleDescription;
|
|
25375
25401
|
if (currentOrgSelectorParams.enableCurrentOrgConfig == 'true') {
|
|
25376
|
-
|
|
25402
|
+
_this29.currentOrgSelectorTabs = currentOrgSelectorParams.currentOrgType.split(',');
|
|
25377
25403
|
var currentOrgparams = currentOrgSelectorParams.currentOrgRange.split(',');
|
|
25378
|
-
|
|
25379
|
-
|
|
25404
|
+
_this29.currentOrgSelectorTabs.map(function (x, i) {
|
|
25405
|
+
_this29.currentOrgSelectorParams[x] = {
|
|
25380
25406
|
filid: currentOrgparams[i] == 'my' ? choiceOrgId : currentOrgparams[i]
|
|
25381
25407
|
};
|
|
25382
25408
|
});
|
|
25383
25409
|
}
|
|
25384
25410
|
if (currentOrgSelectorParams.enableForeignOrgConfig == 'true') {
|
|
25385
|
-
|
|
25411
|
+
_this29.foreignOrgSelectorTabs = currentOrgSelectorParams.foreignOrgType.split(',');
|
|
25386
25412
|
var foreignOrgparams = currentOrgSelectorParams.foreignOrgRange.split(',');
|
|
25387
|
-
|
|
25388
|
-
|
|
25389
|
-
filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i]
|
|
25413
|
+
_this29.foreignOrgSelectorTabs.map(function (x, i) {
|
|
25414
|
+
_this29.foreignOrgSelectorParams[x] = {
|
|
25415
|
+
filid: foreignOrgparams[i] == 'my' ? choiceOrgId : foreignOrgparams[i],
|
|
25416
|
+
nofilid: foreignOrgparams[i] == 'other' ? 1 : 0
|
|
25390
25417
|
};
|
|
25391
25418
|
});
|
|
25392
25419
|
}
|
|
25393
|
-
|
|
25394
|
-
if (
|
|
25395
|
-
|
|
25420
|
+
_this29.circularReadParamsMap = circularReadParamsMap || {};
|
|
25421
|
+
if (_this29.circularReadParamsMap.circularReadOrgRoleCode) {
|
|
25422
|
+
_this29.foreignOrgSelectorParams.roleid = _this29.circularReadParamsMap.circularReadOrgRoleCode;
|
|
25396
25423
|
}
|
|
25397
|
-
|
|
25398
|
-
|
|
25399
|
-
|
|
25400
|
-
|
|
25401
|
-
|
|
25402
|
-
|
|
25403
|
-
|
|
25404
|
-
|
|
25405
|
-
|
|
25406
|
-
|
|
25407
|
-
|
|
25408
|
-
|
|
25409
|
-
|
|
25410
|
-
|
|
25411
|
-
|
|
25412
|
-
|
|
25413
|
-
nextNodeCheckType && (
|
|
25414
|
-
|
|
25415
|
-
|
|
25424
|
+
_this29.currentOrgName = currentOrgName;
|
|
25425
|
+
_this29.nextOperateCheckType = nextOperateCheckType;
|
|
25426
|
+
_this29.currentNodeIsCircularReadNode = nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
|
|
25427
|
+
|
|
25428
|
+
_this29.readOnlyNotificationType = readOnlyNotificationType;
|
|
25429
|
+
_this29.isSpecial = isSpecial;
|
|
25430
|
+
_this29.notificationMessageReadOnly = notificationMessageReadOnly == 'true';
|
|
25431
|
+
_this29.otherOrgName = otherOrgName;
|
|
25432
|
+
_this29.isCanPreAddSign = isCanPreAddSign;
|
|
25433
|
+
_this29.endFlowInfo.choiceOrgId = choiceOrgId;
|
|
25434
|
+
_this29.endFlowInfo.choiceDeptId = choiceDeptId;
|
|
25435
|
+
_this29.endFlowInfo.pendingId = _this29.pendingId;
|
|
25436
|
+
_this29.attachedCode = attachedCode;
|
|
25437
|
+
_this29.endFlowInfo.pOrgId = pOrgId;
|
|
25438
|
+
_this29.canPresetRead = canPresetRead;
|
|
25439
|
+
_this29.isCdjxjTaskHandle = isCdjxjTaskHandle;
|
|
25440
|
+
nextNodeCheckType && (_this29.nextNodeCheckType = nextNodeCheckType);
|
|
25441
|
+
_this29.operationList = taskOperations || [];
|
|
25442
|
+
_this29.customPresetHintMessage = customPresetHintMessage;
|
|
25416
25443
|
if (canPresetRead) {
|
|
25417
25444
|
var ids = nodeInfoMap.nodeExtAttr.presetReadCandinateIds.split(',');
|
|
25418
25445
|
var names = nodeInfoMap.nodeExtAttr.presetReadCandinateNames.split(',');
|
|
25419
25446
|
ids.map(function (item, index) {
|
|
25420
|
-
|
|
25447
|
+
_this29.presetReadUserId.push({
|
|
25421
25448
|
showid: item,
|
|
25422
25449
|
showname: names[index]
|
|
25423
25450
|
});
|
|
25424
|
-
|
|
25451
|
+
_this29.selectPresetUserList.push({
|
|
25425
25452
|
showid: item,
|
|
25426
25453
|
showname: names[index]
|
|
25427
25454
|
});
|
|
25428
|
-
|
|
25455
|
+
_this29.nextNode.presetReadUserId.push(item);
|
|
25429
25456
|
});
|
|
25430
25457
|
}
|
|
25431
|
-
if (!
|
|
25458
|
+
if (!_this29.isFlow) _this29.getFile(_this29.pendingId, attachedCode);
|
|
25432
25459
|
if (nextNodeList && nextNodeList.length != 0) {
|
|
25433
|
-
|
|
25460
|
+
_this29.nextNodeList = nextNodeList;
|
|
25434
25461
|
}
|
|
25435
|
-
if (canRemoveSignUserList && canRemoveSignUserList.length != 0)
|
|
25462
|
+
if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this29.removeUsers = canRemoveSignUserList;
|
|
25436
25463
|
if (taskOperations && taskOperations.length != 0) {
|
|
25437
25464
|
var isSelected = false;
|
|
25438
25465
|
taskOperations.map(function (item) {
|
|
25439
|
-
if (item.key === 9)
|
|
25466
|
+
if (item.key === 9) _this29.isReject = true;
|
|
25440
25467
|
if (item.isSelected) {
|
|
25441
|
-
|
|
25442
|
-
|
|
25468
|
+
_this29.nodeInfos = [];
|
|
25469
|
+
_this29.nextNode.nextOperate = item.key;
|
|
25443
25470
|
if (item.taskNodeList != null) {
|
|
25444
|
-
|
|
25471
|
+
_this29.nodeInfos = item.taskNodeList;
|
|
25445
25472
|
}
|
|
25446
25473
|
isSelected = true;
|
|
25447
25474
|
}
|
|
25448
25475
|
});
|
|
25449
25476
|
if (taskOperations.length > 0 && !isSelected) {
|
|
25450
|
-
|
|
25451
|
-
|
|
25477
|
+
_this29.nodeInfos = [];
|
|
25478
|
+
_this29.nextNode.nextOperate = taskOperations[0].key;
|
|
25452
25479
|
if (taskOperations[0].taskNodeList != null) {
|
|
25453
|
-
|
|
25480
|
+
_this29.nodeInfos = taskOperations[0].taskNodeList;
|
|
25454
25481
|
}
|
|
25455
25482
|
}
|
|
25456
25483
|
}
|
|
25457
25484
|
if (nodeInfoMap && JSON.stringify(nodeInfoMap) != '{}') {
|
|
25458
|
-
|
|
25485
|
+
_this29.needRetrialAuth = !!nodeInfoMap.nodeExtAttr.isCurrentNodeSubmitNeedRetrialAuth;
|
|
25459
25486
|
if (nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList) {
|
|
25460
25487
|
var notice = JSON.parse(nodeInfoMap.nodeExtAttr.nodeFixedOpinionSelectList);
|
|
25461
25488
|
notice.map(function (x) {
|
|
25462
|
-
|
|
25489
|
+
_this29.nodeFixedOpinionSelectList.push({ content: x });
|
|
25463
25490
|
});
|
|
25464
25491
|
}
|
|
25465
|
-
|
|
25466
|
-
|
|
25467
|
-
|
|
25468
|
-
|
|
25469
|
-
|
|
25470
|
-
|
|
25492
|
+
_this29.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
|
|
25493
|
+
_this29.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
|
|
25494
|
+
_this29.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
|
|
25495
|
+
_this29.isBanInputOpinion = nodeInfoMap.nodeExtAttr.isBanInputOpinion;
|
|
25496
|
+
_this29.nodeDefaultRejectOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultRejectOpinion;
|
|
25497
|
+
_this29.isOpinionRequired = nodeInfoMap.nodeExtAttr.isOpinionRequired;
|
|
25471
25498
|
// this.isChooseNextNode = nodeInfoMap.nodeExtAttr.isChooseNextNode;
|
|
25472
|
-
|
|
25499
|
+
_this29.defaultNextNode = nodeInfoMap.nodeExtAttr.defaultNextNode;
|
|
25473
25500
|
if (nodeInfoMap.nodeExtAttr.defaultNextNode) {
|
|
25474
|
-
var defaultNode =
|
|
25501
|
+
var defaultNode = _this29.nodeInfos.filter(function (item) {
|
|
25475
25502
|
return item.nodeId == nodeInfoMap.nodeExtAttr.defaultNextNode;
|
|
25476
25503
|
});
|
|
25477
|
-
if (
|
|
25478
|
-
|
|
25504
|
+
if (_this29.nodeInfos.length > 0 && defaultNode.length == 0) {
|
|
25505
|
+
_this29.nextNode.nextNodeId = _this29.nodeInfos[0].nodeId;
|
|
25479
25506
|
} else {
|
|
25480
|
-
|
|
25507
|
+
_this29.nextNode.nextNodeId = nodeInfoMap.nodeExtAttr.defaultNextNode;
|
|
25481
25508
|
}
|
|
25482
|
-
} else if (
|
|
25483
|
-
|
|
25509
|
+
} else if (_this29.nodeInfos.length > 0) {
|
|
25510
|
+
_this29.nextNode.nextNodeId = _this29.nodeInfos[0].nodeId;
|
|
25484
25511
|
}
|
|
25485
|
-
|
|
25512
|
+
_this29.isForceDisplayDefaultOptionForPrefix = nodeInfoMap.nodeExtAttr.isForceDisplayDefaultOptionForPrefix == 1;
|
|
25486
25513
|
if (nodeInfoMap.nodeExtAttr.submitText) {
|
|
25487
|
-
|
|
25514
|
+
_this29.btnList.map(function (x) {
|
|
25488
25515
|
if (x.event === 'sub') {
|
|
25489
25516
|
x.text = nodeInfoMap.nodeExtAttr.submitText;
|
|
25490
25517
|
}
|
|
25491
25518
|
});
|
|
25492
25519
|
}
|
|
25493
25520
|
}
|
|
25494
|
-
|
|
25495
|
-
|
|
25496
|
-
|
|
25521
|
+
_this29.choiceOrgId = choiceOrgId;
|
|
25522
|
+
_this29.choiceDeptId = choiceDeptId;
|
|
25523
|
+
_this29.pOrgId = pOrgId;
|
|
25497
25524
|
if (res.data && res.data.isEndUserTask != undefined) {
|
|
25498
|
-
|
|
25525
|
+
_this29.isEndUserTask = res.data.isEndUserTask;
|
|
25499
25526
|
}
|
|
25500
25527
|
if (JSON.stringify(taskExamine) != '{}' && taskExamine) {
|
|
25501
|
-
|
|
25502
|
-
|
|
25503
|
-
|
|
25504
|
-
|
|
25505
|
-
|
|
25506
|
-
|
|
25507
|
-
|
|
25508
|
-
|
|
25509
|
-
|
|
25528
|
+
_this29.nodeInfo.nextNode = taskExamine.processDefinitionId;
|
|
25529
|
+
_this29.NodeName = taskExamine.nodeName;
|
|
25530
|
+
_this29.taskId = taskExamine.taskId;
|
|
25531
|
+
_this29.businessIds = taskExamine.businessId;
|
|
25532
|
+
_this29.appId = taskExamine.appId;
|
|
25533
|
+
_this29.taskExamineInfo = taskExamine;
|
|
25534
|
+
_this29.taskExamineInfo.choiceOrgId = choiceOrgId;
|
|
25535
|
+
_this29.taskExamineInfo.choiceDeptId = choiceDeptId;
|
|
25536
|
+
_this29.endFlowInfo.processType = taskExamine.processType;
|
|
25510
25537
|
// this.endFlowInfo.isReturnSubmitter =
|
|
25511
25538
|
// taskExamine.isReturnSubmitter;
|
|
25512
25539
|
// this.nextNode.isReturnSubmitter = taskExamine.isReturnSubmitter;
|
|
@@ -25518,85 +25545,85 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25518
25545
|
// this.nextNode.isReadDealEnd = taskExamine.isReadDealEnd;
|
|
25519
25546
|
// this.nextNode.isReturnRejectNode = taskExamine.isReturnRejectNode;
|
|
25520
25547
|
// this.nextNode.isSerialSubmit = taskExamine.isSerialSubmit;
|
|
25521
|
-
|
|
25522
|
-
|
|
25523
|
-
|
|
25524
|
-
|
|
25525
|
-
|
|
25526
|
-
|
|
25527
|
-
|
|
25528
|
-
|
|
25529
|
-
|
|
25548
|
+
_this29.endFlowInfo.isSubFlow = taskExamine.isSubFlow;
|
|
25549
|
+
_this29.endFlowInfo.isUndertakeReply = taskExamine.isUndertakeReply;
|
|
25550
|
+
_this29.endFlowInfo.isUndertakeEnd = taskExamine.isUndertakeEnd;
|
|
25551
|
+
_this29.endFlowInfo.isTakeAdviceEnd = taskExamine.isTakeAdviceEnd;
|
|
25552
|
+
_this29.endFlowInfo.isTakeAdviceReply = taskExamine.isTakeAdviceReply;
|
|
25553
|
+
_this29.endFlowInfo.isReadDealEnd = taskExamine.isReadDealEnd;
|
|
25554
|
+
_this29.endFlowInfo.isReadDealReply = taskExamine.isReadDealReply;
|
|
25555
|
+
_this29.endFlowInfo.isReturnRejectNode = taskExamine.isReturnRejectNode;
|
|
25556
|
+
_this29.endFlowInfo.isSerialSubmit = taskExamine.isSerialSubmit;
|
|
25530
25557
|
// this.endFlowInfo.isReadDealReply =
|
|
25531
25558
|
// taskExamine.isReadDealReplybusinessId;
|
|
25532
|
-
|
|
25533
|
-
|
|
25534
|
-
|
|
25535
|
-
|
|
25559
|
+
_this29.endFlowInfo.appId = taskExamine.appId;
|
|
25560
|
+
_this29.endFlowInfo.businessId = taskExamine.businessId;
|
|
25561
|
+
_this29.endFlowInfo.processDefinitionId = taskExamine.processDefinitionId;
|
|
25562
|
+
_this29.endFlowInfo.nodeId = taskExamine.nodeId;
|
|
25536
25563
|
}
|
|
25537
|
-
if (
|
|
25538
|
-
|
|
25564
|
+
if (_this29.nodeName) {
|
|
25565
|
+
_this29.NodeName = _this29.nodeName;
|
|
25539
25566
|
}
|
|
25540
|
-
|
|
25541
|
-
|
|
25542
|
-
if (
|
|
25543
|
-
|
|
25567
|
+
_this29.isCanAddSign = isCanAddSign;
|
|
25568
|
+
_this29.processObj = res.data;
|
|
25569
|
+
if (_this29.isCanAddSign) {
|
|
25570
|
+
_this29.nextNode.isAddSign = '2';
|
|
25544
25571
|
}
|
|
25545
|
-
|
|
25546
|
-
if (
|
|
25547
|
-
|
|
25572
|
+
_this29.isCanRemoveSign = isCanRemoveSign;
|
|
25573
|
+
if (_this29.isCanRemoveSign) {
|
|
25574
|
+
_this29.nextNode.isRemoveSign = '2';
|
|
25548
25575
|
}
|
|
25549
25576
|
|
|
25550
|
-
if (!
|
|
25551
|
-
|
|
25577
|
+
if (!_this29.isOpinionRequired) {
|
|
25578
|
+
_this29.isOpinionRequired = 0;
|
|
25552
25579
|
}
|
|
25553
25580
|
// opinion && (this.value = opinion);
|
|
25554
|
-
|
|
25555
|
-
|
|
25581
|
+
_this29.nextNode.notificationMsg = defaultNotificationMessage;
|
|
25582
|
+
_this29.moreList = [];
|
|
25556
25583
|
if (taskButtonList && taskButtonList.length != 0) {
|
|
25557
25584
|
taskButtonList.map(function (item) {
|
|
25558
25585
|
if (item.fun === 'reject()') {
|
|
25559
|
-
|
|
25586
|
+
_this29.rejectObj = item;
|
|
25560
25587
|
} else if (item.fun === 'toStartTaskRead()') {
|
|
25561
|
-
|
|
25588
|
+
_this29.pointsReadingObj = item;
|
|
25562
25589
|
} else {
|
|
25563
|
-
|
|
25590
|
+
_this29.moreList.push(item);
|
|
25564
25591
|
}
|
|
25565
25592
|
});
|
|
25566
25593
|
}
|
|
25567
|
-
|
|
25568
|
-
|
|
25569
|
-
|
|
25570
|
-
|
|
25571
|
-
|
|
25572
|
-
|
|
25573
|
-
|
|
25594
|
+
_this29.isMainSubProcess = res.data.isMainSubProcess == 'true';
|
|
25595
|
+
_this29.isCustomPreset = isCustomPreset;
|
|
25596
|
+
_this29.isPreset = isPreset;
|
|
25597
|
+
_this29.presetTaskNodeMap = presetTaskNodeMap;
|
|
25598
|
+
_this29.presetTaskNodeKeyStr = presetTaskNodeKeyStr;
|
|
25599
|
+
_this29.getFind();
|
|
25600
|
+
_this29.selecNext(_this29.nextNode.nextOperate, true, true);
|
|
25574
25601
|
// this.getNodeInfo();
|
|
25575
|
-
|
|
25602
|
+
_this29.StartTaskReadKey++;
|
|
25576
25603
|
} else {
|
|
25577
25604
|
if (res.status === 'taskCompleted') {
|
|
25578
|
-
|
|
25579
|
-
|
|
25580
|
-
|
|
25605
|
+
_this29.$emit('shrink', true);
|
|
25606
|
+
_this29.shrinkAbled = true;
|
|
25607
|
+
_this29.$message.warning(res.message || '系统错误,请联系管理员!');
|
|
25581
25608
|
} else {
|
|
25582
|
-
|
|
25609
|
+
_this29.$message.error(res.message || '系统错误,请联系管理员!');
|
|
25583
25610
|
}
|
|
25584
25611
|
}
|
|
25585
25612
|
}).catch(function (err) {
|
|
25586
|
-
|
|
25613
|
+
_this29.loading.close();
|
|
25587
25614
|
if (err.message && err.message !== 'canceled') {
|
|
25588
|
-
|
|
25615
|
+
_this29.$message.error(err.message);
|
|
25589
25616
|
}
|
|
25590
25617
|
});
|
|
25591
25618
|
},
|
|
25592
25619
|
|
|
25593
|
-
/**
|
|
25594
|
-
* closeProcess
|
|
25595
|
-
* @desc:关闭弹窗
|
|
25596
|
-
* @author liufan
|
|
25597
|
-
* @param {boolean} val 当前是否办理流程
|
|
25598
|
-
* @param {String} type 当前点击的弹窗类型
|
|
25599
|
-
* @date 2022年5月25日
|
|
25620
|
+
/**
|
|
25621
|
+
* closeProcess
|
|
25622
|
+
* @desc:关闭弹窗
|
|
25623
|
+
* @author liufan
|
|
25624
|
+
* @param {boolean} val 当前是否办理流程
|
|
25625
|
+
* @param {String} type 当前点击的弹窗类型
|
|
25626
|
+
* @date 2022年5月25日
|
|
25600
25627
|
**/
|
|
25601
25628
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
25602
25629
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -25616,23 +25643,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25616
25643
|
}
|
|
25617
25644
|
},
|
|
25618
25645
|
|
|
25619
|
-
/**
|
|
25620
|
-
* selectChange
|
|
25621
|
-
* @desc:常用语选择
|
|
25622
|
-
* @author liufan
|
|
25623
|
-
* @param {String} val 选中值
|
|
25624
|
-
* @date 2022年5月25日
|
|
25646
|
+
/**
|
|
25647
|
+
* selectChange
|
|
25648
|
+
* @desc:常用语选择
|
|
25649
|
+
* @author liufan
|
|
25650
|
+
* @param {String} val 选中值
|
|
25651
|
+
* @date 2022年5月25日
|
|
25625
25652
|
**/
|
|
25626
25653
|
selectChange: function selectChange(val) {
|
|
25627
25654
|
this.value = val;
|
|
25628
25655
|
},
|
|
25629
25656
|
|
|
25630
|
-
/**
|
|
25631
|
-
* upDate
|
|
25632
|
-
* @desc:修改常用语
|
|
25633
|
-
* @author liufan
|
|
25634
|
-
* @param {Object} val 修改值
|
|
25635
|
-
* @date 2022年5月25日
|
|
25657
|
+
/**
|
|
25658
|
+
* upDate
|
|
25659
|
+
* @desc:修改常用语
|
|
25660
|
+
* @author liufan
|
|
25661
|
+
* @param {Object} val 修改值
|
|
25662
|
+
* @date 2022年5月25日
|
|
25636
25663
|
**/
|
|
25637
25664
|
upDate: function upDate(val) {
|
|
25638
25665
|
this.FormData.id = val.id;
|
|
@@ -25640,14 +25667,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25640
25667
|
},
|
|
25641
25668
|
|
|
25642
25669
|
|
|
25643
|
-
/**
|
|
25644
|
-
* getProcess
|
|
25645
|
-
* @desc:获取选择流程
|
|
25646
|
-
* @author liufan
|
|
25647
|
-
* @date 2022年5月25日
|
|
25670
|
+
/**
|
|
25671
|
+
* getProcess
|
|
25672
|
+
* @desc:获取选择流程
|
|
25673
|
+
* @author liufan
|
|
25674
|
+
* @date 2022年5月25日
|
|
25648
25675
|
**/
|
|
25649
25676
|
getProcess: function getProcess(val) {
|
|
25650
|
-
var
|
|
25677
|
+
var _this30 = this;
|
|
25651
25678
|
|
|
25652
25679
|
var params = mainvue_type_script_lang_js_extends({
|
|
25653
25680
|
businessId: this.businessId,
|
|
@@ -25662,55 +25689,56 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25662
25689
|
message = res.message,
|
|
25663
25690
|
data = res.data;
|
|
25664
25691
|
|
|
25665
|
-
|
|
25692
|
+
_this30.loading.close();
|
|
25666
25693
|
if (status === 'success') {
|
|
25667
25694
|
if (data.simpleTips != undefined) {
|
|
25668
|
-
|
|
25695
|
+
_this30.simpleTips = data.simpleTips;
|
|
25669
25696
|
}
|
|
25670
|
-
|
|
25697
|
+
_this30.isStartFlowChartView = data.isStartFlowChartView;
|
|
25671
25698
|
if (!Object.keys(data).length || data.definitionList && !data.definitionList.length) {
|
|
25672
|
-
|
|
25699
|
+
_this30.$message.error('流程不存在或未关联对应流程!');
|
|
25673
25700
|
} else {
|
|
25674
|
-
|
|
25675
|
-
|
|
25676
|
-
|
|
25677
|
-
|
|
25701
|
+
_this30.startFlowPageEmbeddedIntoStartFlowIndex = data.startFlowPageEmbeddedIntoStartFlowIndex;
|
|
25702
|
+
|
|
25703
|
+
_this30.nodeInfo.option = data.definitionList;
|
|
25704
|
+
_this30.nodeInfo.nextNode = data.definitionList.filter(function (item) {
|
|
25705
|
+
return item.processDefKey == _this30.defaultProcessKey;
|
|
25678
25706
|
});
|
|
25679
|
-
if (
|
|
25680
|
-
|
|
25707
|
+
if (_this30.nodeInfo.nextNode.length) {
|
|
25708
|
+
_this30.nodeInfo.nextNode = _this30.nodeInfo.nextNode[0].processDefId;
|
|
25681
25709
|
} else {
|
|
25682
25710
|
if (data.definitionList.length != 0) {
|
|
25683
|
-
|
|
25711
|
+
_this30.nodeInfo.nextNode = data.definitionList[0].processDefId;
|
|
25684
25712
|
} else {
|
|
25685
|
-
|
|
25713
|
+
_this30.nodeInfo.nextNode = '';
|
|
25686
25714
|
}
|
|
25687
25715
|
}
|
|
25688
|
-
if (
|
|
25689
|
-
|
|
25716
|
+
if (_this30.nodeInfo.nextNode) {
|
|
25717
|
+
_this30.handleChange(_this30.nodeInfo.nextNode);
|
|
25690
25718
|
}
|
|
25691
|
-
if (
|
|
25692
|
-
|
|
25719
|
+
if (_this30.showCirculate != undefined && !_this30.showCirculate && _this30.urgencyLevel) {
|
|
25720
|
+
_this30.getAdminMsgType();
|
|
25693
25721
|
}
|
|
25694
25722
|
}
|
|
25695
25723
|
} else {
|
|
25696
|
-
|
|
25724
|
+
_this30.$message.error(message || '系统错误,请联系管理员!');
|
|
25697
25725
|
}
|
|
25698
25726
|
}).catch(function (err) {
|
|
25699
|
-
|
|
25727
|
+
_this30.loading.close();
|
|
25700
25728
|
if (err.message && err.message !== 'canceled') {
|
|
25701
|
-
|
|
25729
|
+
_this30.$message.error(err.message);
|
|
25702
25730
|
}
|
|
25703
25731
|
});
|
|
25704
25732
|
},
|
|
25705
25733
|
|
|
25706
|
-
/**
|
|
25707
|
-
* getPendedhistoryList
|
|
25708
|
-
* @desc:获取流程列表
|
|
25709
|
-
* @author liufan
|
|
25710
|
-
* @date 2022年5月25日
|
|
25734
|
+
/**
|
|
25735
|
+
* getPendedhistoryList
|
|
25736
|
+
* @desc:获取流程列表
|
|
25737
|
+
* @author liufan
|
|
25738
|
+
* @date 2022年5月25日
|
|
25711
25739
|
**/
|
|
25712
25740
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
25713
|
-
var
|
|
25741
|
+
var _this31 = this;
|
|
25714
25742
|
|
|
25715
25743
|
var params = {
|
|
25716
25744
|
apprecordId: this.businessIds,
|
|
@@ -25723,22 +25751,22 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25723
25751
|
results = res.results;
|
|
25724
25752
|
|
|
25725
25753
|
if (!rCode) {
|
|
25726
|
-
|
|
25727
|
-
|
|
25728
|
-
|
|
25729
|
-
|
|
25730
|
-
|
|
25754
|
+
_this31.nextNode.nextUserId = [];
|
|
25755
|
+
_this31.showNews = false;
|
|
25756
|
+
_this31.nextNode.notificationType = [];
|
|
25757
|
+
_this31.pendingId = results[results.length - 1].attachId;
|
|
25758
|
+
_this31.getHedInfo();
|
|
25731
25759
|
} else {
|
|
25732
|
-
|
|
25760
|
+
_this31.$message.error(msg || '系统错误,请联系管理员!');
|
|
25733
25761
|
}
|
|
25734
25762
|
}).catch(function (err) {
|
|
25735
25763
|
if (err.message && err.message !== 'canceled') {
|
|
25736
|
-
|
|
25764
|
+
_this31.$message.error(err.message);
|
|
25737
25765
|
}
|
|
25738
25766
|
});
|
|
25739
25767
|
},
|
|
25740
25768
|
reqCircularRead: function reqCircularRead(type) {
|
|
25741
|
-
var
|
|
25769
|
+
var _this32 = this;
|
|
25742
25770
|
|
|
25743
25771
|
var _that = this;
|
|
25744
25772
|
var params = {
|
|
@@ -25752,7 +25780,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25752
25780
|
};
|
|
25753
25781
|
this.loading = util["a" /* default */].loading(this.$loading, '提交中...');
|
|
25754
25782
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
25755
|
-
|
|
25783
|
+
_this32.loading.close();
|
|
25756
25784
|
if (res.rCode == 0) {
|
|
25757
25785
|
if (res.results.alert) {
|
|
25758
25786
|
_that.$confirm(res.results.message, {
|
|
@@ -25775,28 +25803,28 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25775
25803
|
},
|
|
25776
25804
|
|
|
25777
25805
|
// 提交流程
|
|
25778
|
-
/**
|
|
25779
|
-
* subProcess
|
|
25780
|
-
* @desc:提交流程
|
|
25781
|
-
* @author liufan
|
|
25782
|
-
* @param {String} formName 当前form表单ref值
|
|
25783
|
-
* @date 2022年5月25日
|
|
25806
|
+
/**
|
|
25807
|
+
* subProcess
|
|
25808
|
+
* @desc:提交流程
|
|
25809
|
+
* @author liufan
|
|
25810
|
+
* @param {String} formName 当前form表单ref值
|
|
25811
|
+
* @date 2022年5月25日
|
|
25784
25812
|
**/
|
|
25785
25813
|
subProcess: function subProcess(val, type) {
|
|
25786
|
-
var
|
|
25814
|
+
var _this33 = this;
|
|
25787
25815
|
|
|
25788
25816
|
return this.$refs['nextNode'].validate(function (valid) {
|
|
25789
25817
|
if (valid) {
|
|
25790
|
-
if (
|
|
25791
|
-
|
|
25792
|
-
|
|
25793
|
-
|
|
25818
|
+
if (_this33.isSubmitButtonShowAgreeAndDisagree == 1) {
|
|
25819
|
+
_this33.value = _this33.value.replace(RegExp('不同意。', 'g'), '');
|
|
25820
|
+
_this33.value = _this33.value.replace(RegExp('同意。', 'g'), '');
|
|
25821
|
+
_this33.value = val + _this33.value;
|
|
25794
25822
|
}
|
|
25795
|
-
if (!
|
|
25796
|
-
|
|
25823
|
+
if (!_this33.validInfo()) {
|
|
25824
|
+
_this33.freeValid = false;
|
|
25797
25825
|
return;
|
|
25798
25826
|
} else {
|
|
25799
|
-
|
|
25827
|
+
_this33.freeValid = true;
|
|
25800
25828
|
}
|
|
25801
25829
|
// if (
|
|
25802
25830
|
// this.currentNodeIsCircularReadNode &&
|
|
@@ -25806,14 +25834,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25806
25834
|
// return;
|
|
25807
25835
|
// }
|
|
25808
25836
|
if (type == 'multiInsMidwayWithSubmitScene') {
|
|
25809
|
-
|
|
25837
|
+
_this33.sendData(type);
|
|
25810
25838
|
return;
|
|
25811
25839
|
}
|
|
25812
|
-
if (
|
|
25813
|
-
|
|
25840
|
+
if (_this33.beforeSubmit == undefined) {
|
|
25841
|
+
_this33.subFun(_this33.sendData);
|
|
25814
25842
|
} else {
|
|
25815
|
-
|
|
25816
|
-
|
|
25843
|
+
_this33.beforeSubmit(1).then(function (next) {
|
|
25844
|
+
_this33.sendData();
|
|
25817
25845
|
}).catch(function (e) {});
|
|
25818
25846
|
}
|
|
25819
25847
|
}
|
|
@@ -25858,14 +25886,14 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25858
25886
|
return true;
|
|
25859
25887
|
},
|
|
25860
25888
|
flowSuccess: function flowSuccess(hideMessage) {
|
|
25861
|
-
var
|
|
25889
|
+
var _this34 = this;
|
|
25862
25890
|
|
|
25863
25891
|
if (!this.simpleTips) {
|
|
25864
25892
|
this.$alert('提交成功', '', {
|
|
25865
25893
|
confirmButtonText: '确定',
|
|
25866
25894
|
type: 'success',
|
|
25867
25895
|
callback: function callback(action) {
|
|
25868
|
-
|
|
25896
|
+
_this34.$emit('success');
|
|
25869
25897
|
}
|
|
25870
25898
|
});
|
|
25871
25899
|
} else {
|
|
@@ -25876,7 +25904,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25876
25904
|
}
|
|
25877
25905
|
},
|
|
25878
25906
|
sendData: function sendData(freetype) {
|
|
25879
|
-
var
|
|
25907
|
+
var _this35 = this;
|
|
25880
25908
|
|
|
25881
25909
|
if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
25882
25910
|
if (this.directCreateCircularReadWhenFlowStarted) {
|
|
@@ -25898,58 +25926,58 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25898
25926
|
break;
|
|
25899
25927
|
}
|
|
25900
25928
|
|
|
25901
|
-
if (!
|
|
25929
|
+
if (!_this35.isFlow) {
|
|
25902
25930
|
_context.next = 4;
|
|
25903
25931
|
break;
|
|
25904
25932
|
}
|
|
25905
25933
|
|
|
25906
|
-
if (
|
|
25907
|
-
|
|
25934
|
+
if (_this35.directCreateCircularReadWhenFlowStarted) {
|
|
25935
|
+
_this35.circulateVisible = true;
|
|
25908
25936
|
} else {
|
|
25909
|
-
|
|
25937
|
+
_this35.handleVisible = true;
|
|
25910
25938
|
}
|
|
25911
25939
|
return _context.abrupt('return');
|
|
25912
25940
|
|
|
25913
25941
|
case 4:
|
|
25914
25942
|
nextUserId = [];
|
|
25915
25943
|
|
|
25916
|
-
if (
|
|
25917
|
-
|
|
25944
|
+
if (_this35.multiple) {
|
|
25945
|
+
_this35.nextNode.nextUserId && _this35.nextNode.nextUserId.map(function (item) {
|
|
25918
25946
|
return nextUserId.push(item);
|
|
25919
25947
|
});
|
|
25920
25948
|
}
|
|
25921
25949
|
addSignUserId = [];
|
|
25922
25950
|
|
|
25923
|
-
if (
|
|
25924
|
-
|
|
25951
|
+
if (_this35.isCanAddSign && _this35.nextNode.isAddSign == '1') {
|
|
25952
|
+
_this35.nextNode.addSignUserId.map(function (item) {
|
|
25925
25953
|
addSignUserId.push(item);
|
|
25926
25954
|
});
|
|
25927
25955
|
}
|
|
25928
25956
|
removeSignUserId = [];
|
|
25929
25957
|
|
|
25930
|
-
if (
|
|
25931
|
-
|
|
25958
|
+
if (_this35.isCanRemoveSign && _this35.nextNode.isRemoveSign == '1') {
|
|
25959
|
+
_this35.nextNode.removeSignUserId.map(function (item) {
|
|
25932
25960
|
removeSignUserId.push(item);
|
|
25933
25961
|
});
|
|
25934
25962
|
}
|
|
25935
25963
|
str = '';
|
|
25936
25964
|
|
|
25937
|
-
if (
|
|
25938
|
-
str =
|
|
25965
|
+
if (_this35.value) {
|
|
25966
|
+
str = _this35.value.replace(/\s+/g, '');
|
|
25939
25967
|
}
|
|
25940
|
-
if ((!
|
|
25941
|
-
|
|
25968
|
+
if ((!_this35.value || str === '') && _this35.nodeDefaultSubmitOpinion) {
|
|
25969
|
+
_this35.value = _this35.nodeDefaultSubmitOpinion;
|
|
25942
25970
|
}
|
|
25943
|
-
if (!
|
|
25944
|
-
delete
|
|
25945
|
-
delete
|
|
25971
|
+
if (!_this35.isSpecial) {
|
|
25972
|
+
delete _this35.nextNode.nextOperate;
|
|
25973
|
+
delete _this35.nextNode.nextNodeId;
|
|
25946
25974
|
}
|
|
25947
|
-
if (
|
|
25948
|
-
|
|
25949
|
-
|
|
25975
|
+
if (_this35.nextNode.nextOperate === 9 || _this35.oldNextOperate == 9) {
|
|
25976
|
+
_this35.nextNode.isReturnRejectNode = 1;
|
|
25977
|
+
_this35.nextNode.processDefinitionId = _this35.processObj.taskExamine.processDefinitionId;
|
|
25950
25978
|
}
|
|
25951
|
-
if (
|
|
25952
|
-
delete
|
|
25979
|
+
if (_this35.nextNode.nextOperate != 0 && _this35.nextNode.nextOperate != 1 && _this35.oldNextOperate === '' || _this35.oldNextOperate !== '' && _this35.oldNextOperate != 0 && _this35.oldNextOperate != 1) {
|
|
25980
|
+
delete _this35.nextNode.nextNodeId;
|
|
25953
25981
|
}
|
|
25954
25982
|
|
|
25955
25983
|
if (!(freetype != 'multiInsMidwayWithSubmitScene')) {
|
|
@@ -25958,45 +25986,45 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25958
25986
|
}
|
|
25959
25987
|
|
|
25960
25988
|
_context.next = 19;
|
|
25961
|
-
return
|
|
25989
|
+
return _this35.saveInfo('subMit');
|
|
25962
25990
|
|
|
25963
25991
|
case 19:
|
|
25964
|
-
|
|
25992
|
+
_this35.loading = util["a" /* default */].loading(_this35.$loading, '加载中...');
|
|
25965
25993
|
|
|
25966
25994
|
case 20:
|
|
25967
25995
|
notificationType = '';
|
|
25968
25996
|
|
|
25969
|
-
notificationType =
|
|
25997
|
+
notificationType = _this35.nextNode.notificationType.join(',');
|
|
25970
25998
|
addSignUserId = addSignUserId.join(',');
|
|
25971
25999
|
removeSignUserId = removeSignUserId.join(',');
|
|
25972
|
-
if (!
|
|
25973
|
-
delete
|
|
26000
|
+
if (!_this35.isCanPreAddSign || _this35.nextNode.isAddSign != '1') {
|
|
26001
|
+
delete _this35.nextNode.addSignMode;
|
|
25974
26002
|
}
|
|
25975
26003
|
|
|
25976
|
-
params = mainvue_type_script_lang_js_extends({},
|
|
25977
|
-
nextOperate:
|
|
25978
|
-
pendingId:
|
|
25979
|
-
opinion:
|
|
26004
|
+
params = mainvue_type_script_lang_js_extends({}, _this35.nextNode, {
|
|
26005
|
+
nextOperate: _this35.oldNextOperate !== '' ? _this35.oldNextOperate : _this35.nextNode.nextOperate,
|
|
26006
|
+
pendingId: _this35.pendingId,
|
|
26007
|
+
opinion: _this35.isForceDisplayDefaultOptionForPrefix && !_this35.value.startsWith(_this35.nodeDefaultSubmitOpinion) ? _this35.nodeDefaultSubmitOpinion + _this35.value : _this35.value,
|
|
25980
26008
|
userId: util["a" /* default */].getStorage('userId'),
|
|
25981
|
-
nextUserId:
|
|
26009
|
+
nextUserId: _this35.multiple ? nextUserId.join(',') : _this35.nextNode.nextUserId,
|
|
25982
26010
|
addSignUserId: addSignUserId,
|
|
25983
|
-
customPresetUserJson: JSON.stringify(
|
|
25984
|
-
presetUserJson: JSON.stringify(
|
|
26011
|
+
customPresetUserJson: JSON.stringify(_this35.presetList),
|
|
26012
|
+
presetUserJson: JSON.stringify(_this35.presetUserJson),
|
|
25985
26013
|
removeSignUserId: removeSignUserId,
|
|
25986
|
-
nextReadUserId:
|
|
25987
|
-
nextOrgId: !
|
|
25988
|
-
presetReadUserId:
|
|
26014
|
+
nextReadUserId: _this35.readMultiple ? _this35.mixReadList && _this35.mixReadList.join('|') : _this35.nextNode.nextReadUserId,
|
|
26015
|
+
nextOrgId: !_this35.isShowNextUser ? _this35.multiple ? _this35.mixOrgIdList && _this35.mixOrgIdList.join('|') : _this35.nextNode.nextOrgId : '',
|
|
26016
|
+
presetReadUserId: _this35.mixPresetList && _this35.mixPresetList.length > 0 ? _this35.mixPresetList.join('|') : _this35.nextNode.presetReadUserId.join(','),
|
|
25989
26017
|
notificationType: notificationType
|
|
25990
26018
|
});
|
|
25991
26019
|
|
|
25992
|
-
if (
|
|
25993
|
-
if (
|
|
26020
|
+
if (_this35.activeNames != '1') delete params.customPresetUserJson;
|
|
26021
|
+
if (_this35.nextNode.isRemoveSign != '1') {
|
|
25994
26022
|
delete params.removeSignUserId;
|
|
25995
26023
|
}
|
|
25996
|
-
if (
|
|
26024
|
+
if (_this35.nextNode.isAddSign != '1') {
|
|
25997
26025
|
delete params.addSignUserId;
|
|
25998
26026
|
}
|
|
25999
|
-
if (!
|
|
26027
|
+
if (!_this35.isSpecial) {
|
|
26000
26028
|
delete params.nextUserId;
|
|
26001
26029
|
}
|
|
26002
26030
|
|
|
@@ -26005,13 +26033,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26005
26033
|
break;
|
|
26006
26034
|
}
|
|
26007
26035
|
|
|
26008
|
-
params.isSubFlow =
|
|
26009
|
-
|
|
26036
|
+
params.isSubFlow = _this35.taskExamineInfo.isSubFlow;
|
|
26037
|
+
_this35.taskParams = params;
|
|
26010
26038
|
return _context.abrupt('return');
|
|
26011
26039
|
|
|
26012
26040
|
case 34:
|
|
26013
|
-
|
|
26014
|
-
isEndUserTask =
|
|
26041
|
+
_this35.loading = util["a" /* default */].loading(_this35.$loading, '提交中...');
|
|
26042
|
+
isEndUserTask = _this35.isEndUserTask, choiceOrgId = _this35.choiceOrgId, choiceDeptId = _this35.choiceDeptId, pOrgId = _this35.pOrgId, taskExamineInfo = _this35.taskExamineInfo, currentNodeIsCircularReadNode = _this35.currentNodeIsCircularReadNode, needRetrialAuth = _this35.needRetrialAuth, circularReadParamsMap = _this35.circularReadParamsMap, currentNodeEnableItemHandleDescription = _this35.currentNodeEnableItemHandleDescription;
|
|
26015
26043
|
|
|
26016
26044
|
params.isEndUserTask = isEndUserTask;
|
|
26017
26045
|
params.choiceOrgId = choiceOrgId;
|
|
@@ -26035,17 +26063,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26035
26063
|
var status = res.status,
|
|
26036
26064
|
message = res.message;
|
|
26037
26065
|
|
|
26038
|
-
|
|
26066
|
+
_this35.loading.close();
|
|
26039
26067
|
if (status === 'success') {
|
|
26040
|
-
|
|
26068
|
+
_this35.flowSuccess();
|
|
26041
26069
|
} else {
|
|
26042
|
-
|
|
26043
|
-
|
|
26070
|
+
_this35.$message.error(message || '系统错误,请联系管理员!');
|
|
26071
|
+
_this35.$emit('error');
|
|
26044
26072
|
}
|
|
26045
26073
|
}).catch(function (err) {
|
|
26046
|
-
|
|
26074
|
+
_this35.loading.close();
|
|
26047
26075
|
if (err.message && err.message !== 'canceled') {
|
|
26048
|
-
|
|
26076
|
+
_this35.$message.error(err.message);
|
|
26049
26077
|
}
|
|
26050
26078
|
}));
|
|
26051
26079
|
|
|
@@ -26057,7 +26085,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26057
26085
|
return _context.stop();
|
|
26058
26086
|
}
|
|
26059
26087
|
}
|
|
26060
|
-
}, _callee,
|
|
26088
|
+
}, _callee, _this35);
|
|
26061
26089
|
}));
|
|
26062
26090
|
|
|
26063
26091
|
return function (_x) {
|