eoss-ui 0.6.64 → 0.6.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/calogin.js +208 -208
- package/lib/eoss-ui.common.js +1225 -948
- package/lib/flow-list.js +178 -150
- package/lib/flow.js +548 -323
- package/lib/index.js +1 -1
- package/lib/login.js +128 -104
- package/lib/main.js +132 -132
- package/lib/qr-code.js +13 -13
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +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 +131 -131
- package/packages/calogin/src/plugin.js +748 -748
- 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 +989 -989
- package/packages/data-table/src/main.vue +1822 -1822
- 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 +332 -322
- package/packages/flow/src/component/CommonOpinions.vue +346 -346
- 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 +241 -241
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +619 -619
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2843 -2843
- package/packages/flow/src/main.vue +3359 -3275
- package/packages/flow/src/processForm.vue +1091 -1091
- package/packages/flow/src/processReject.vue +294 -294
- package/packages/flow/src/reset.vue +900 -900
- package/packages/flow/src/startTaskRead.vue +659 -659
- package/packages/flow/src/supervise.vue +149 -149
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +688 -688
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1750 -1724
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3581 -3581
- package/packages/form/src/table.vue +1426 -1426
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- 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 +1988 -1976
- 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 +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +462 -462
- 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 +83 -83
- package/packages/main/src/simplicity/handler.vue +259 -259
- package/packages/main/src/simplicity/index.vue +2089 -2089
- 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 +257 -257
- package/packages/main/src/simplicity/userinfo.vue +312 -312
- 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 +778 -778
- 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 +687 -687
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +177 -177
- 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/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- 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 +343 -343
- package/packages/theme-chalk/src/form.scss +496 -496
- 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 +1792 -1792
- 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 +981 -981
- 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 +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1355 -1355
- 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 +168 -168
- 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 +1347 -1347
- 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 +290 -290
- 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/lib/.DS_Store +0 -0
- package/packages/.DS_Store +0 -0
- package/packages/autocomplete/.DS_Store +0 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.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/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
|
@@ -4421,7 +4421,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4421
4421
|
// ESM COMPAT FLAG
|
|
4422
4422
|
__webpack_require__.r(__webpack_exports__);
|
|
4423
4423
|
|
|
4424
|
-
// 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=
|
|
4424
|
+
// 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=07497b53&
|
|
4425
4425
|
var render = function () {
|
|
4426
4426
|
var _vm = this
|
|
4427
4427
|
var _h = _vm.$createElement
|
|
@@ -4435,7 +4435,132 @@ var render = function () {
|
|
|
4435
4435
|
style: _vm.styles,
|
|
4436
4436
|
},
|
|
4437
4437
|
[
|
|
4438
|
-
_vm.
|
|
4438
|
+
_vm.showCirculate
|
|
4439
|
+
? _c(
|
|
4440
|
+
"div",
|
|
4441
|
+
[
|
|
4442
|
+
_c("CommonOpinions", {
|
|
4443
|
+
directives: [
|
|
4444
|
+
{
|
|
4445
|
+
name: "show",
|
|
4446
|
+
rawName: "v-show",
|
|
4447
|
+
value: !_vm.shrink,
|
|
4448
|
+
expression: "!shrink",
|
|
4449
|
+
},
|
|
4450
|
+
],
|
|
4451
|
+
ref: "commonOpinions",
|
|
4452
|
+
staticClass: "es-common-opinions",
|
|
4453
|
+
attrs: {
|
|
4454
|
+
opinion: _vm.value,
|
|
4455
|
+
rows: _vm.rows,
|
|
4456
|
+
required: _vm.isOpinionRequired == 1,
|
|
4457
|
+
isBanInputOpinion: _vm.isBanInputOpinion,
|
|
4458
|
+
nodeFixedOpinionSelectList:
|
|
4459
|
+
_vm.nodeFixedOpinionSelectList,
|
|
4460
|
+
},
|
|
4461
|
+
on: {
|
|
4462
|
+
change: function (val) {
|
|
4463
|
+
return (_vm.value = val)
|
|
4464
|
+
},
|
|
4465
|
+
},
|
|
4466
|
+
}),
|
|
4467
|
+
_c(
|
|
4468
|
+
"el-form",
|
|
4469
|
+
{
|
|
4470
|
+
ref: "form",
|
|
4471
|
+
attrs: {
|
|
4472
|
+
model: _vm.circulateForm,
|
|
4473
|
+
"label-width": "120px",
|
|
4474
|
+
},
|
|
4475
|
+
},
|
|
4476
|
+
[
|
|
4477
|
+
_c(
|
|
4478
|
+
"el-form-item",
|
|
4479
|
+
{ attrs: { prop: "nextNodeId", label: "下步节点" } },
|
|
4480
|
+
[
|
|
4481
|
+
_vm.nextNodeCheckType == "select"
|
|
4482
|
+
? _c(
|
|
4483
|
+
"el-select",
|
|
4484
|
+
{
|
|
4485
|
+
attrs: { placeholder: "请选择下步节点" },
|
|
4486
|
+
model: {
|
|
4487
|
+
value: _vm.circulateForm.nextNodeId,
|
|
4488
|
+
callback: function ($$v) {
|
|
4489
|
+
_vm.$set(
|
|
4490
|
+
_vm.circulateForm,
|
|
4491
|
+
"nextNodeId",
|
|
4492
|
+
$$v
|
|
4493
|
+
)
|
|
4494
|
+
},
|
|
4495
|
+
expression: "circulateForm.nextNodeId",
|
|
4496
|
+
},
|
|
4497
|
+
},
|
|
4498
|
+
[
|
|
4499
|
+
_c("el-option", {
|
|
4500
|
+
attrs: { label: "传阅", value: "111" },
|
|
4501
|
+
}),
|
|
4502
|
+
],
|
|
4503
|
+
1
|
|
4504
|
+
)
|
|
4505
|
+
: _vm.nextNodeCheckType == "radio"
|
|
4506
|
+
? _c("es-radio-group", {
|
|
4507
|
+
attrs: {
|
|
4508
|
+
data: [{ nodeId: "111", nodeName: "传阅" }],
|
|
4509
|
+
"value-key": "nodeId",
|
|
4510
|
+
"label-key": "nodeName",
|
|
4511
|
+
},
|
|
4512
|
+
model: {
|
|
4513
|
+
value: _vm.circulateForm.nextNodeId,
|
|
4514
|
+
callback: function ($$v) {
|
|
4515
|
+
_vm.$set(
|
|
4516
|
+
_vm.circulateForm,
|
|
4517
|
+
"nextNodeId",
|
|
4518
|
+
$$v
|
|
4519
|
+
)
|
|
4520
|
+
},
|
|
4521
|
+
expression: "circulateForm.nextNodeId",
|
|
4522
|
+
},
|
|
4523
|
+
})
|
|
4524
|
+
: _vm._e(),
|
|
4525
|
+
],
|
|
4526
|
+
1
|
|
4527
|
+
),
|
|
4528
|
+
],
|
|
4529
|
+
1
|
|
4530
|
+
),
|
|
4531
|
+
_c("circulate", {
|
|
4532
|
+
ref: "circulate",
|
|
4533
|
+
staticStyle: { "margin-top": "10px" },
|
|
4534
|
+
attrs: {
|
|
4535
|
+
businessId: _vm.businessId,
|
|
4536
|
+
showBtn: false,
|
|
4537
|
+
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
4538
|
+
simpleTips: _vm.simpleTips,
|
|
4539
|
+
oldOption: _vm.value,
|
|
4540
|
+
},
|
|
4541
|
+
on: {
|
|
4542
|
+
cancel: function ($event) {
|
|
4543
|
+
_vm.closeProcess($event, "circulateVisible")
|
|
4544
|
+
},
|
|
4545
|
+
},
|
|
4546
|
+
}),
|
|
4547
|
+
_c(
|
|
4548
|
+
"el-button",
|
|
4549
|
+
{
|
|
4550
|
+
staticStyle: { width: "100%" },
|
|
4551
|
+
attrs: { type: "primary" },
|
|
4552
|
+
on: {
|
|
4553
|
+
click: function ($event) {
|
|
4554
|
+
_vm.handleClickCirculate()
|
|
4555
|
+
},
|
|
4556
|
+
},
|
|
4557
|
+
},
|
|
4558
|
+
[_vm._v("\n 提交\n ")]
|
|
4559
|
+
),
|
|
4560
|
+
],
|
|
4561
|
+
1
|
|
4562
|
+
)
|
|
4563
|
+
: _vm.typeCode == "read"
|
|
4439
4564
|
? _c("StartTaskRead", {
|
|
4440
4565
|
key: _vm.StartTaskReadKey,
|
|
4441
4566
|
attrs: {
|
|
@@ -4777,6 +4902,7 @@ var render = function () {
|
|
|
4777
4902
|
_c(
|
|
4778
4903
|
"el-select",
|
|
4779
4904
|
{
|
|
4905
|
+
key: _vm.optionsKey,
|
|
4780
4906
|
staticStyle: {
|
|
4781
4907
|
width: "calc(100% + 40px)",
|
|
4782
4908
|
},
|
|
@@ -4805,6 +4931,7 @@ var render = function () {
|
|
|
4805
4931
|
key: items.id,
|
|
4806
4932
|
attrs: {
|
|
4807
4933
|
label: items.name,
|
|
4934
|
+
disabled: items.disabled,
|
|
4808
4935
|
value: items.processDefId,
|
|
4809
4936
|
},
|
|
4810
4937
|
})
|
|
@@ -6855,7 +6982,7 @@ var staticRenderFns = []
|
|
|
6855
6982
|
render._withStripped = true
|
|
6856
6983
|
|
|
6857
6984
|
|
|
6858
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
6985
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=07497b53&
|
|
6859
6986
|
|
|
6860
6987
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
6861
6988
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -7673,21 +7800,21 @@ var _components;
|
|
|
7673
7800
|
return validSate;
|
|
7674
7801
|
},
|
|
7675
7802
|
|
|
7676
|
-
/**
|
|
7677
|
-
* changeOpinion
|
|
7678
|
-
* @desc:监听意见变化
|
|
7679
|
-
* @author liufan
|
|
7680
|
-
* @date 2022年10月28日
|
|
7803
|
+
/**
|
|
7804
|
+
* changeOpinion
|
|
7805
|
+
* @desc:监听意见变化
|
|
7806
|
+
* @author liufan
|
|
7807
|
+
* @date 2022年10月28日
|
|
7681
7808
|
**/
|
|
7682
7809
|
changeOpinion: function changeOpinion() {
|
|
7683
7810
|
this.$emit('change', this.form.value);
|
|
7684
7811
|
},
|
|
7685
7812
|
|
|
7686
|
-
/**
|
|
7687
|
-
* getCommonOpion
|
|
7688
|
-
* @desc:获取意见
|
|
7689
|
-
* @author liufan
|
|
7690
|
-
* @date 2022年5月25日
|
|
7813
|
+
/**
|
|
7814
|
+
* getCommonOpion
|
|
7815
|
+
* @desc:获取意见
|
|
7816
|
+
* @author liufan
|
|
7817
|
+
* @date 2022年5月25日
|
|
7691
7818
|
**/
|
|
7692
7819
|
getCommonOpion: function getCommonOpion() {
|
|
7693
7820
|
var _this = this;
|
|
@@ -7716,24 +7843,24 @@ var _components;
|
|
|
7716
7843
|
});
|
|
7717
7844
|
},
|
|
7718
7845
|
|
|
7719
|
-
/**
|
|
7720
|
-
* upDate
|
|
7721
|
-
* @desc:修改常用语
|
|
7722
|
-
* @author liufan
|
|
7723
|
-
* @param {Object} val 修改值
|
|
7724
|
-
* @date 2022年5月25日
|
|
7846
|
+
/**
|
|
7847
|
+
* upDate
|
|
7848
|
+
* @desc:修改常用语
|
|
7849
|
+
* @author liufan
|
|
7850
|
+
* @param {Object} val 修改值
|
|
7851
|
+
* @date 2022年5月25日
|
|
7725
7852
|
**/
|
|
7726
7853
|
upDate: function upDate(val) {
|
|
7727
7854
|
this.FormData.id = val.id;
|
|
7728
7855
|
this.addVisible = true;
|
|
7729
7856
|
},
|
|
7730
7857
|
|
|
7731
|
-
/**
|
|
7732
|
-
* selectChange
|
|
7733
|
-
* @desc:常用语选择
|
|
7734
|
-
* @author liufan
|
|
7735
|
-
* @param {String} val 选中值
|
|
7736
|
-
* @date 2022年5月25日
|
|
7858
|
+
/**
|
|
7859
|
+
* selectChange
|
|
7860
|
+
* @desc:常用语选择
|
|
7861
|
+
* @author liufan
|
|
7862
|
+
* @param {String} val 选中值
|
|
7863
|
+
* @date 2022年5月25日
|
|
7737
7864
|
**/
|
|
7738
7865
|
selectChange: function selectChange(val) {
|
|
7739
7866
|
var _this2 = this;
|
|
@@ -7752,12 +7879,12 @@ var _components;
|
|
|
7752
7879
|
});
|
|
7753
7880
|
},
|
|
7754
7881
|
|
|
7755
|
-
/**
|
|
7756
|
-
* del
|
|
7757
|
-
* @desc:删除常用语
|
|
7758
|
-
* @author liufan
|
|
7759
|
-
* @param {Object} val 删除的数据
|
|
7760
|
-
* @date 2022年5月25日
|
|
7882
|
+
/**
|
|
7883
|
+
* del
|
|
7884
|
+
* @desc:删除常用语
|
|
7885
|
+
* @author liufan
|
|
7886
|
+
* @param {Object} val 删除的数据
|
|
7887
|
+
* @date 2022年5月25日
|
|
7761
7888
|
**/
|
|
7762
7889
|
del: function del(val) {
|
|
7763
7890
|
var _this3 = this;
|
|
@@ -7799,12 +7926,12 @@ var _components;
|
|
|
7799
7926
|
}).catch(function (e) {});
|
|
7800
7927
|
},
|
|
7801
7928
|
|
|
7802
|
-
/**
|
|
7803
|
-
* submit
|
|
7804
|
-
* @desc:新增/编辑意见保存
|
|
7805
|
-
* @author liufan
|
|
7806
|
-
* @param {Object} val 保存数据
|
|
7807
|
-
* @date 2022年5月25日
|
|
7929
|
+
/**
|
|
7930
|
+
* submit
|
|
7931
|
+
* @desc:新增/编辑意见保存
|
|
7932
|
+
* @author liufan
|
|
7933
|
+
* @param {Object} val 保存数据
|
|
7934
|
+
* @date 2022年5月25日
|
|
7808
7935
|
**/
|
|
7809
7936
|
submit: function submit(val) {
|
|
7810
7937
|
var _this4 = this;
|
|
@@ -10818,11 +10945,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
10818
10945
|
});
|
|
10819
10946
|
},
|
|
10820
10947
|
|
|
10821
|
-
/**
|
|
10822
|
-
* isMultiple
|
|
10823
|
-
* @desc:是否多选
|
|
10824
|
-
* @author liufan
|
|
10825
|
-
* @date 2022年9月13日
|
|
10948
|
+
/**
|
|
10949
|
+
* isMultiple
|
|
10950
|
+
* @desc:是否多选
|
|
10951
|
+
* @author liufan
|
|
10952
|
+
* @date 2022年9月13日
|
|
10826
10953
|
**/
|
|
10827
10954
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
10828
10955
|
var multiple = false;
|
|
@@ -14693,11 +14820,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
14693
14820
|
});
|
|
14694
14821
|
},
|
|
14695
14822
|
|
|
14696
|
-
/**
|
|
14697
|
-
* isMultiple
|
|
14698
|
-
* @desc:是否多选
|
|
14699
|
-
* @author liufan
|
|
14700
|
-
* @date 2022年9月13日
|
|
14823
|
+
/**
|
|
14824
|
+
* isMultiple
|
|
14825
|
+
* @desc:是否多选
|
|
14826
|
+
* @author liufan
|
|
14827
|
+
* @date 2022年9月13日
|
|
14701
14828
|
**/
|
|
14702
14829
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
14703
14830
|
var multiple = false;
|
|
@@ -19070,11 +19197,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19070
19197
|
});
|
|
19071
19198
|
},
|
|
19072
19199
|
|
|
19073
|
-
/**
|
|
19074
|
-
* saveInfo
|
|
19075
|
-
* @desc:暂存
|
|
19076
|
-
* @author liufan
|
|
19077
|
-
* @date 2022年9月9日
|
|
19200
|
+
/**
|
|
19201
|
+
* saveInfo
|
|
19202
|
+
* @desc:暂存
|
|
19203
|
+
* @author liufan
|
|
19204
|
+
* @date 2022年9月9日
|
|
19078
19205
|
**/
|
|
19079
19206
|
saveInfo: function saveInfo(type, btn) {
|
|
19080
19207
|
var _this6 = this;
|
|
@@ -19136,11 +19263,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19136
19263
|
});
|
|
19137
19264
|
},
|
|
19138
19265
|
|
|
19139
|
-
/**
|
|
19140
|
-
* rejectBtn
|
|
19141
|
-
* @desc:点击驳回
|
|
19142
|
-
* @author liufan
|
|
19143
|
-
* @date 2022年5月25日
|
|
19266
|
+
/**
|
|
19267
|
+
* rejectBtn
|
|
19268
|
+
* @desc:点击驳回
|
|
19269
|
+
* @author liufan
|
|
19270
|
+
* @date 2022年5月25日
|
|
19144
19271
|
**/
|
|
19145
19272
|
rejectBtn: function rejectBtn() {
|
|
19146
19273
|
var _this8 = this;
|
|
@@ -19158,11 +19285,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19158
19285
|
}
|
|
19159
19286
|
},
|
|
19160
19287
|
|
|
19161
|
-
/**
|
|
19162
|
-
* taskReadBtn
|
|
19163
|
-
* @desc:点击分阅
|
|
19164
|
-
* @author liufan
|
|
19165
|
-
* @date 2022年5月25日
|
|
19288
|
+
/**
|
|
19289
|
+
* taskReadBtn
|
|
19290
|
+
* @desc:点击分阅
|
|
19291
|
+
* @author liufan
|
|
19292
|
+
* @date 2022年5月25日
|
|
19166
19293
|
**/
|
|
19167
19294
|
taskReadBtn: function taskReadBtn() {
|
|
19168
19295
|
var _this9 = this;
|
|
@@ -19181,11 +19308,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19181
19308
|
}
|
|
19182
19309
|
},
|
|
19183
19310
|
|
|
19184
|
-
/**
|
|
19185
|
-
* getFind
|
|
19186
|
-
* @desc:获取通知方式
|
|
19187
|
-
* @author liufan
|
|
19188
|
-
* @date 2022年5月25日
|
|
19311
|
+
/**
|
|
19312
|
+
* getFind
|
|
19313
|
+
* @desc:获取通知方式
|
|
19314
|
+
* @author liufan
|
|
19315
|
+
* @date 2022年5月25日
|
|
19189
19316
|
**/
|
|
19190
19317
|
getFind: function getFind() {
|
|
19191
19318
|
var _this10 = this;
|
|
@@ -19240,12 +19367,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19240
19367
|
});
|
|
19241
19368
|
},
|
|
19242
19369
|
|
|
19243
|
-
/**
|
|
19244
|
-
* endFlows
|
|
19245
|
-
* @desc:直接办结
|
|
19246
|
-
* @author liufan
|
|
19247
|
-
* @param {Object} res 直接办结数据
|
|
19248
|
-
* @date 2022年5月25日
|
|
19370
|
+
/**
|
|
19371
|
+
* endFlows
|
|
19372
|
+
* @desc:直接办结
|
|
19373
|
+
* @author liufan
|
|
19374
|
+
* @param {Object} res 直接办结数据
|
|
19375
|
+
* @date 2022年5月25日
|
|
19249
19376
|
**/
|
|
19250
19377
|
endFlows: function endFlows(res) {
|
|
19251
19378
|
var _this12 = this;
|
|
@@ -19299,12 +19426,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19299
19426
|
}).catch(function (e) {});
|
|
19300
19427
|
},
|
|
19301
19428
|
|
|
19302
|
-
/**
|
|
19303
|
-
* goView
|
|
19304
|
-
* @desc:更多流程按钮操作
|
|
19305
|
-
* @author liufan
|
|
19306
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
19307
|
-
* @date 2022年5月25日
|
|
19429
|
+
/**
|
|
19430
|
+
* goView
|
|
19431
|
+
* @desc:更多流程按钮操作
|
|
19432
|
+
* @author liufan
|
|
19433
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
19434
|
+
* @date 2022年5月25日
|
|
19308
19435
|
**/
|
|
19309
19436
|
goView: function goView(res) {
|
|
19310
19437
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -19389,11 +19516,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19389
19516
|
// isCanStartSubFlow
|
|
19390
19517
|
},
|
|
19391
19518
|
|
|
19392
|
-
/**
|
|
19393
|
-
* toTakeAdvice
|
|
19394
|
-
* @desc:征求意见
|
|
19395
|
-
* @author liufan
|
|
19396
|
-
* @date 2022年9月29日
|
|
19519
|
+
/**
|
|
19520
|
+
* toTakeAdvice
|
|
19521
|
+
* @desc:征求意见
|
|
19522
|
+
* @author liufan
|
|
19523
|
+
* @date 2022年9月29日
|
|
19397
19524
|
**/
|
|
19398
19525
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
19399
19526
|
var _this14 = this;
|
|
@@ -19437,11 +19564,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19437
19564
|
});
|
|
19438
19565
|
},
|
|
19439
19566
|
|
|
19440
|
-
/**
|
|
19441
|
-
* toStartDraf
|
|
19442
|
-
* @desc: 稿件递送、联合审核、复核
|
|
19443
|
-
* @author liufan
|
|
19444
|
-
* @date 2022年9月29日
|
|
19567
|
+
/**
|
|
19568
|
+
* toStartDraf
|
|
19569
|
+
* @desc: 稿件递送、联合审核、复核
|
|
19570
|
+
* @author liufan
|
|
19571
|
+
* @date 2022年9月29日
|
|
19445
19572
|
**/
|
|
19446
19573
|
toStartDraf: function toStartDraf(res) {
|
|
19447
19574
|
var _this16 = this;
|
|
@@ -19455,11 +19582,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19455
19582
|
}
|
|
19456
19583
|
},
|
|
19457
19584
|
|
|
19458
|
-
/**
|
|
19459
|
-
* toSendMsg
|
|
19460
|
-
* @desc:核稿通知
|
|
19461
|
-
* @author liufan
|
|
19462
|
-
* @date 2022年9月29日
|
|
19585
|
+
/**
|
|
19586
|
+
* toSendMsg
|
|
19587
|
+
* @desc:核稿通知
|
|
19588
|
+
* @author liufan
|
|
19589
|
+
* @date 2022年9月29日
|
|
19463
19590
|
**/
|
|
19464
19591
|
toSendMsg: function toSendMsg(res) {
|
|
19465
19592
|
var _this17 = this;
|
|
@@ -19473,11 +19600,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19473
19600
|
}
|
|
19474
19601
|
},
|
|
19475
19602
|
|
|
19476
|
-
/**
|
|
19477
|
-
* toTaskReadAndEnd
|
|
19478
|
-
* @desc:分阅并办结
|
|
19479
|
-
* @author liufan
|
|
19480
|
-
* @date 2022年9月29日
|
|
19603
|
+
/**
|
|
19604
|
+
* toTaskReadAndEnd
|
|
19605
|
+
* @desc:分阅并办结
|
|
19606
|
+
* @author liufan
|
|
19607
|
+
* @date 2022年9月29日
|
|
19481
19608
|
**/
|
|
19482
19609
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
19483
19610
|
var _this18 = this;
|
|
@@ -19495,11 +19622,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19495
19622
|
}
|
|
19496
19623
|
},
|
|
19497
19624
|
|
|
19498
|
-
/**
|
|
19499
|
-
* rejectAndEnd
|
|
19500
|
-
* @desc:驳回并办结
|
|
19501
|
-
* @author liufan
|
|
19502
|
-
* @date 2022年9月29日
|
|
19625
|
+
/**
|
|
19626
|
+
* rejectAndEnd
|
|
19627
|
+
* @desc:驳回并办结
|
|
19628
|
+
* @author liufan
|
|
19629
|
+
* @date 2022年9月29日
|
|
19503
19630
|
**/
|
|
19504
19631
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
19505
19632
|
var _this19 = this;
|
|
@@ -19554,11 +19681,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19554
19681
|
});
|
|
19555
19682
|
},
|
|
19556
19683
|
|
|
19557
|
-
/**
|
|
19558
|
-
* toTransfer
|
|
19559
|
-
* @desc:转办
|
|
19560
|
-
* @author liufan
|
|
19561
|
-
* @date 2022年9月29日
|
|
19684
|
+
/**
|
|
19685
|
+
* toTransfer
|
|
19686
|
+
* @desc:转办
|
|
19687
|
+
* @author liufan
|
|
19688
|
+
* @date 2022年9月29日
|
|
19562
19689
|
**/
|
|
19563
19690
|
toTransfer: function toTransfer(res) {
|
|
19564
19691
|
var _this21 = this;
|
|
@@ -19574,11 +19701,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19574
19701
|
}
|
|
19575
19702
|
},
|
|
19576
19703
|
|
|
19577
|
-
/**
|
|
19578
|
-
* getNodeInfo
|
|
19579
|
-
* @desc:获取节点信息
|
|
19580
|
-
* @author liufan
|
|
19581
|
-
* @date 2022年5月25日
|
|
19704
|
+
/**
|
|
19705
|
+
* getNodeInfo
|
|
19706
|
+
* @desc:获取节点信息
|
|
19707
|
+
* @author liufan
|
|
19708
|
+
* @date 2022年5月25日
|
|
19582
19709
|
**/
|
|
19583
19710
|
getNodeInfo: function getNodeInfo() {
|
|
19584
19711
|
var _this22 = this;
|
|
@@ -19677,12 +19804,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19677
19804
|
});
|
|
19678
19805
|
},
|
|
19679
19806
|
|
|
19680
|
-
/**
|
|
19681
|
-
* selecNext
|
|
19682
|
-
* @desc:下步节点变化时更新数据
|
|
19683
|
-
* @author liufan
|
|
19684
|
-
* @param {String} val 当前选中值
|
|
19685
|
-
* @date 2022年5月25日
|
|
19807
|
+
/**
|
|
19808
|
+
* selecNext
|
|
19809
|
+
* @desc:下步节点变化时更新数据
|
|
19810
|
+
* @author liufan
|
|
19811
|
+
* @param {String} val 当前选中值
|
|
19812
|
+
* @date 2022年5月25日
|
|
19686
19813
|
**/
|
|
19687
19814
|
selecNext: function selecNext(val, type, isDef) {
|
|
19688
19815
|
var _this23 = this;
|
|
@@ -19791,11 +19918,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19791
19918
|
if (isDef !== true) this.getNodeInfo();
|
|
19792
19919
|
},
|
|
19793
19920
|
|
|
19794
|
-
/**
|
|
19795
|
-
* isMultiple
|
|
19796
|
-
* @desc:是否多选
|
|
19797
|
-
* @author liufan
|
|
19798
|
-
* @date 2022年9月13日
|
|
19921
|
+
/**
|
|
19922
|
+
* isMultiple
|
|
19923
|
+
* @desc:是否多选
|
|
19924
|
+
* @author liufan
|
|
19925
|
+
* @date 2022年9月13日
|
|
19799
19926
|
**/
|
|
19800
19927
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
19801
19928
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -19827,11 +19954,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19827
19954
|
}
|
|
19828
19955
|
},
|
|
19829
19956
|
|
|
19830
|
-
/**
|
|
19831
|
-
* getHedInfo
|
|
19832
|
-
* @desc:获取审核页面数据
|
|
19833
|
-
* @author liufan
|
|
19834
|
-
* @date 2022年5月25日
|
|
19957
|
+
/**
|
|
19958
|
+
* getHedInfo
|
|
19959
|
+
* @desc:获取审核页面数据
|
|
19960
|
+
* @author liufan
|
|
19961
|
+
* @date 2022年5月25日
|
|
19835
19962
|
**/
|
|
19836
19963
|
getHedInfo: function getHedInfo() {
|
|
19837
19964
|
var _this24 = this;
|
|
@@ -20067,13 +20194,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20067
20194
|
});
|
|
20068
20195
|
},
|
|
20069
20196
|
|
|
20070
|
-
/**
|
|
20071
|
-
* closeProcess
|
|
20072
|
-
* @desc:关闭弹窗
|
|
20073
|
-
* @author liufan
|
|
20074
|
-
* @param {boolean} val 当前是否办理流程
|
|
20075
|
-
* @param {String} type 当前点击的弹窗类型
|
|
20076
|
-
* @date 2022年5月25日
|
|
20197
|
+
/**
|
|
20198
|
+
* closeProcess
|
|
20199
|
+
* @desc:关闭弹窗
|
|
20200
|
+
* @author liufan
|
|
20201
|
+
* @param {boolean} val 当前是否办理流程
|
|
20202
|
+
* @param {String} type 当前点击的弹窗类型
|
|
20203
|
+
* @date 2022年5月25日
|
|
20077
20204
|
**/
|
|
20078
20205
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
20079
20206
|
if (closeParent) {
|
|
@@ -20090,23 +20217,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20090
20217
|
}
|
|
20091
20218
|
},
|
|
20092
20219
|
|
|
20093
|
-
/**
|
|
20094
|
-
* selectChange
|
|
20095
|
-
* @desc:常用语选择
|
|
20096
|
-
* @author liufan
|
|
20097
|
-
* @param {String} val 选中值
|
|
20098
|
-
* @date 2022年5月25日
|
|
20220
|
+
/**
|
|
20221
|
+
* selectChange
|
|
20222
|
+
* @desc:常用语选择
|
|
20223
|
+
* @author liufan
|
|
20224
|
+
* @param {String} val 选中值
|
|
20225
|
+
* @date 2022年5月25日
|
|
20099
20226
|
**/
|
|
20100
20227
|
selectChange: function selectChange(val) {
|
|
20101
20228
|
this.value = val;
|
|
20102
20229
|
},
|
|
20103
20230
|
|
|
20104
|
-
/**
|
|
20105
|
-
* upDate
|
|
20106
|
-
* @desc:修改常用语
|
|
20107
|
-
* @author liufan
|
|
20108
|
-
* @param {Object} val 修改值
|
|
20109
|
-
* @date 2022年5月25日
|
|
20231
|
+
/**
|
|
20232
|
+
* upDate
|
|
20233
|
+
* @desc:修改常用语
|
|
20234
|
+
* @author liufan
|
|
20235
|
+
* @param {Object} val 修改值
|
|
20236
|
+
* @date 2022年5月25日
|
|
20110
20237
|
**/
|
|
20111
20238
|
upDate: function upDate(val) {
|
|
20112
20239
|
this.FormData.id = val.id;
|
|
@@ -20114,11 +20241,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20114
20241
|
},
|
|
20115
20242
|
|
|
20116
20243
|
|
|
20117
|
-
/**
|
|
20118
|
-
* getProcess
|
|
20119
|
-
* @desc:获取选择流程
|
|
20120
|
-
* @author liufan
|
|
20121
|
-
* @date 2022年5月25日
|
|
20244
|
+
/**
|
|
20245
|
+
* getProcess
|
|
20246
|
+
* @desc:获取选择流程
|
|
20247
|
+
* @author liufan
|
|
20248
|
+
* @date 2022年5月25日
|
|
20122
20249
|
**/
|
|
20123
20250
|
getProcess: function getProcess() {
|
|
20124
20251
|
var _this25 = this;
|
|
@@ -20172,11 +20299,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20172
20299
|
});
|
|
20173
20300
|
},
|
|
20174
20301
|
|
|
20175
|
-
/**
|
|
20176
|
-
* getPendedhistoryList
|
|
20177
|
-
* @desc:获取流程列表
|
|
20178
|
-
* @author liufan
|
|
20179
|
-
* @date 2022年5月25日
|
|
20302
|
+
/**
|
|
20303
|
+
* getPendedhistoryList
|
|
20304
|
+
* @desc:获取流程列表
|
|
20305
|
+
* @author liufan
|
|
20306
|
+
* @date 2022年5月25日
|
|
20180
20307
|
**/
|
|
20181
20308
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
20182
20309
|
var _this26 = this;
|
|
@@ -20208,12 +20335,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20208
20335
|
},
|
|
20209
20336
|
|
|
20210
20337
|
// 提交流程
|
|
20211
|
-
/**
|
|
20212
|
-
* subProcess
|
|
20213
|
-
* @desc:提交流程
|
|
20214
|
-
* @author liufan
|
|
20215
|
-
* @param {String} formName 当前form表单ref值
|
|
20216
|
-
* @date 2022年5月25日
|
|
20338
|
+
/**
|
|
20339
|
+
* subProcess
|
|
20340
|
+
* @desc:提交流程
|
|
20341
|
+
* @author liufan
|
|
20342
|
+
* @param {String} formName 当前form表单ref值
|
|
20343
|
+
* @date 2022年5月25日
|
|
20217
20344
|
**/
|
|
20218
20345
|
subProcess: function subProcess(val) {
|
|
20219
20346
|
var _this27 = this;
|
|
@@ -20809,8 +20936,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
20809
20936
|
)
|
|
20810
20937
|
|
|
20811
20938
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
20812
|
-
// 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=
|
|
20813
|
-
var
|
|
20939
|
+
// 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=cd78d70e&
|
|
20940
|
+
var Circulatevue_type_template_id_cd78d70e_render = function () {
|
|
20814
20941
|
var _vm = this
|
|
20815
20942
|
var _h = _vm.$createElement
|
|
20816
20943
|
var _c = _vm._self._c || _h
|
|
@@ -20972,35 +21099,37 @@ var Circulatevue_type_template_id_4f5020b6_render = function () {
|
|
|
20972
21099
|
],
|
|
20973
21100
|
1
|
|
20974
21101
|
),
|
|
20975
|
-
|
|
20976
|
-
|
|
20977
|
-
|
|
20978
|
-
|
|
20979
|
-
|
|
20980
|
-
|
|
20981
|
-
|
|
20982
|
-
|
|
20983
|
-
|
|
20984
|
-
|
|
20985
|
-
|
|
20986
|
-
|
|
20987
|
-
|
|
20988
|
-
|
|
20989
|
-
|
|
20990
|
-
|
|
20991
|
-
|
|
20992
|
-
|
|
20993
|
-
|
|
20994
|
-
|
|
21102
|
+
_vm.showBtn
|
|
21103
|
+
? _c(
|
|
21104
|
+
"div",
|
|
21105
|
+
{ staticStyle: { "text-align": "right" } },
|
|
21106
|
+
[
|
|
21107
|
+
_c(
|
|
21108
|
+
"el-button",
|
|
21109
|
+
{
|
|
21110
|
+
attrs: { type: "primary", size: "small" },
|
|
21111
|
+
on: { click: _vm.subMit },
|
|
21112
|
+
},
|
|
21113
|
+
[_vm._v(" 确定 ")]
|
|
21114
|
+
),
|
|
21115
|
+
_c(
|
|
21116
|
+
"el-button",
|
|
21117
|
+
{ attrs: { size: "small" }, on: { click: _vm.quit } },
|
|
21118
|
+
[_vm._v(" 取消 ")]
|
|
21119
|
+
),
|
|
21120
|
+
],
|
|
21121
|
+
1
|
|
21122
|
+
)
|
|
21123
|
+
: _vm._e(),
|
|
20995
21124
|
],
|
|
20996
21125
|
1
|
|
20997
21126
|
)
|
|
20998
21127
|
}
|
|
20999
|
-
var
|
|
21000
|
-
|
|
21128
|
+
var Circulatevue_type_template_id_cd78d70e_staticRenderFns = []
|
|
21129
|
+
Circulatevue_type_template_id_cd78d70e_render._withStripped = true
|
|
21001
21130
|
|
|
21002
21131
|
|
|
21003
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
21132
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=cd78d70e&
|
|
21004
21133
|
|
|
21005
21134
|
// 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&
|
|
21006
21135
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -21105,6 +21234,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
21105
21234
|
oldOption: { type: String, default: '' },
|
|
21106
21235
|
disabled: { type: Boolean, default: false },
|
|
21107
21236
|
simpleTips: { type: Boolean, default: true },
|
|
21237
|
+
showBtn: { type: Boolean, default: true },
|
|
21108
21238
|
multiple: { type: Boolean, default: true }
|
|
21109
21239
|
},
|
|
21110
21240
|
inheritAttrs: false,
|
|
@@ -21142,6 +21272,17 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
21142
21272
|
loading: false
|
|
21143
21273
|
};
|
|
21144
21274
|
},
|
|
21275
|
+
|
|
21276
|
+
watch: {
|
|
21277
|
+
oldOption: {
|
|
21278
|
+
handler: function handler(val) {
|
|
21279
|
+
this.opinion = val;
|
|
21280
|
+
},
|
|
21281
|
+
|
|
21282
|
+
deep: true,
|
|
21283
|
+
immediate: true
|
|
21284
|
+
}
|
|
21285
|
+
},
|
|
21145
21286
|
mounted: function mounted() {
|
|
21146
21287
|
this.loading = true;
|
|
21147
21288
|
this.newMultiple = this.multiple;
|
|
@@ -21325,8 +21466,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
21325
21466
|
|
|
21326
21467
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
21327
21468
|
component_Circulatevue_type_script_lang_js_,
|
|
21328
|
-
|
|
21329
|
-
|
|
21469
|
+
Circulatevue_type_template_id_cd78d70e_render,
|
|
21470
|
+
Circulatevue_type_template_id_cd78d70e_staticRenderFns,
|
|
21330
21471
|
false,
|
|
21331
21472
|
null,
|
|
21332
21473
|
null,
|
|
@@ -22237,7 +22378,56 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22237
22378
|
//
|
|
22238
22379
|
//
|
|
22239
22380
|
//
|
|
22240
|
-
|
|
22381
|
+
//
|
|
22382
|
+
//
|
|
22383
|
+
//
|
|
22384
|
+
//
|
|
22385
|
+
//
|
|
22386
|
+
//
|
|
22387
|
+
//
|
|
22388
|
+
//
|
|
22389
|
+
//
|
|
22390
|
+
//
|
|
22391
|
+
//
|
|
22392
|
+
//
|
|
22393
|
+
//
|
|
22394
|
+
//
|
|
22395
|
+
//
|
|
22396
|
+
//
|
|
22397
|
+
//
|
|
22398
|
+
//
|
|
22399
|
+
//
|
|
22400
|
+
//
|
|
22401
|
+
//
|
|
22402
|
+
//
|
|
22403
|
+
//
|
|
22404
|
+
//
|
|
22405
|
+
//
|
|
22406
|
+
//
|
|
22407
|
+
//
|
|
22408
|
+
//
|
|
22409
|
+
//
|
|
22410
|
+
//
|
|
22411
|
+
//
|
|
22412
|
+
//
|
|
22413
|
+
//
|
|
22414
|
+
//
|
|
22415
|
+
//
|
|
22416
|
+
//
|
|
22417
|
+
//
|
|
22418
|
+
//
|
|
22419
|
+
//
|
|
22420
|
+
//
|
|
22421
|
+
//
|
|
22422
|
+
//
|
|
22423
|
+
//
|
|
22424
|
+
//
|
|
22425
|
+
//
|
|
22426
|
+
//
|
|
22427
|
+
//
|
|
22428
|
+
//
|
|
22429
|
+
//
|
|
22430
|
+
//
|
|
22241
22431
|
|
|
22242
22432
|
|
|
22243
22433
|
|
|
@@ -22270,7 +22460,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22270
22460
|
flowTypeCode: { type: String, default: '' },
|
|
22271
22461
|
defaultProcessKey: { type: String, default: '' },
|
|
22272
22462
|
hideBtn: { type: Boolean, default: false },
|
|
22273
|
-
|
|
22463
|
+
isCirculate: { type: Boolean, default: false },
|
|
22274
22464
|
btnList: {
|
|
22275
22465
|
type: Array,
|
|
22276
22466
|
default: function _default() {
|
|
@@ -22307,6 +22497,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22307
22497
|
|
|
22308
22498
|
return _ref = {
|
|
22309
22499
|
styles: {},
|
|
22500
|
+
optionsKey: 0,
|
|
22501
|
+
showCirculate: false,
|
|
22502
|
+
circulateForm: { nextNodeId: '111' },
|
|
22310
22503
|
userModel: {},
|
|
22311
22504
|
simpleTips: true,
|
|
22312
22505
|
showFreeStartFlow: false, //自由发起流程弹窗
|
|
@@ -22454,19 +22647,21 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22454
22647
|
mounted: function mounted() {
|
|
22455
22648
|
this.businessIds = this.businessId;
|
|
22456
22649
|
this.nextNode.nextNodeId = this.nextNodeId;
|
|
22457
|
-
|
|
22458
|
-
this.getNodeType();
|
|
22459
|
-
!this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
|
|
22460
|
-
if (this.isFlow) {
|
|
22461
|
-
this.businessId && this.getProcess();
|
|
22462
|
-
} else if (this.newTypeCode == 'fenyue') {
|
|
22463
|
-
this.getTaskReadFlow();
|
|
22464
|
-
} else if (this.newTypeCode != 'reset' && this.newTypeCode != 'continuation') {
|
|
22465
|
-
this.getHedInfo();
|
|
22466
|
-
}
|
|
22650
|
+
this.getInfo();
|
|
22467
22651
|
},
|
|
22468
22652
|
|
|
22469
22653
|
watch: {
|
|
22654
|
+
isCirculate: {
|
|
22655
|
+
handler: function handler(val) {
|
|
22656
|
+
this.showCirculate = val;
|
|
22657
|
+
if (!val) {
|
|
22658
|
+
this.getInfo();
|
|
22659
|
+
}
|
|
22660
|
+
},
|
|
22661
|
+
|
|
22662
|
+
deep: true,
|
|
22663
|
+
immediate: true
|
|
22664
|
+
},
|
|
22470
22665
|
width: {
|
|
22471
22666
|
immediate: true,
|
|
22472
22667
|
handler: function handler(val) {
|
|
@@ -22560,6 +22755,21 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22560
22755
|
}
|
|
22561
22756
|
},
|
|
22562
22757
|
methods: {
|
|
22758
|
+
getInfo: function getInfo() {
|
|
22759
|
+
if (this.typeCode == 'supervise' || this.typeCode == 'read') return;
|
|
22760
|
+
this.getNodeType();
|
|
22761
|
+
!this.isFlow && (this.newTypeCode = this.typeCode || this.$route.query.typecode);
|
|
22762
|
+
if (this.isFlow) {
|
|
22763
|
+
this.businessId && this.getProcess();
|
|
22764
|
+
} else if (this.newTypeCode == 'fenyue') {
|
|
22765
|
+
this.getTaskReadFlow();
|
|
22766
|
+
} else if (this.newTypeCode != 'reset' && this.newTypeCode != 'continuation') {
|
|
22767
|
+
this.getHedInfo();
|
|
22768
|
+
}
|
|
22769
|
+
},
|
|
22770
|
+
handleClickCirculate: function handleClickCirculate() {
|
|
22771
|
+
this.$refs.circulate.subMit();
|
|
22772
|
+
},
|
|
22563
22773
|
getNodeInfoForStartFlow: function getNodeInfoForStartFlow(processDefinitionId) {
|
|
22564
22774
|
var _this = this;
|
|
22565
22775
|
|
|
@@ -22571,6 +22781,17 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22571
22781
|
if (res.status == 'success') {
|
|
22572
22782
|
_this.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
|
|
22573
22783
|
_this.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
|
|
22784
|
+
|
|
22785
|
+
if (_this.directCreateCircularReadWhenFlowStarted) {
|
|
22786
|
+
_this.nodeInfo.option.map(function (item) {
|
|
22787
|
+
item.disabled = item.processDefId != processDefinitionId;
|
|
22788
|
+
});
|
|
22789
|
+
} else {
|
|
22790
|
+
_this.nodeInfo.option.map(function (item) {
|
|
22791
|
+
item.disabled = false;
|
|
22792
|
+
});
|
|
22793
|
+
}
|
|
22794
|
+
_this.optionsKey++;
|
|
22574
22795
|
_this.isOpinionRequired = res.data.nodeExtAttr.isOpinionRequired == 1;
|
|
22575
22796
|
}
|
|
22576
22797
|
});
|
|
@@ -22921,11 +23142,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22921
23142
|
});
|
|
22922
23143
|
},
|
|
22923
23144
|
|
|
22924
|
-
/**
|
|
22925
|
-
* saveInfo
|
|
22926
|
-
* @desc:暂存
|
|
22927
|
-
* @author liufan
|
|
22928
|
-
* @date 2022年9月9日
|
|
23145
|
+
/**
|
|
23146
|
+
* saveInfo
|
|
23147
|
+
* @desc:暂存
|
|
23148
|
+
* @author liufan
|
|
23149
|
+
* @date 2022年9月9日
|
|
22929
23150
|
**/
|
|
22930
23151
|
saveInfo: function saveInfo(type, btn) {
|
|
22931
23152
|
var _this9 = this;
|
|
@@ -22987,11 +23208,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22987
23208
|
});
|
|
22988
23209
|
},
|
|
22989
23210
|
|
|
22990
|
-
/**
|
|
22991
|
-
* rejectBtn
|
|
22992
|
-
* @desc:点击驳回
|
|
22993
|
-
* @author liufan
|
|
22994
|
-
* @date 2022年5月25日
|
|
23211
|
+
/**
|
|
23212
|
+
* rejectBtn
|
|
23213
|
+
* @desc:点击驳回
|
|
23214
|
+
* @author liufan
|
|
23215
|
+
* @date 2022年5月25日
|
|
22995
23216
|
**/
|
|
22996
23217
|
rejectBtn: function rejectBtn() {
|
|
22997
23218
|
var _this11 = this;
|
|
@@ -23009,11 +23230,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23009
23230
|
}
|
|
23010
23231
|
},
|
|
23011
23232
|
|
|
23012
|
-
/**
|
|
23013
|
-
* taskReadBtn
|
|
23014
|
-
* @desc:点击分阅
|
|
23015
|
-
* @author liufan
|
|
23016
|
-
* @date 2022年5月25日
|
|
23233
|
+
/**
|
|
23234
|
+
* taskReadBtn
|
|
23235
|
+
* @desc:点击分阅
|
|
23236
|
+
* @author liufan
|
|
23237
|
+
* @date 2022年5月25日
|
|
23017
23238
|
**/
|
|
23018
23239
|
taskReadBtn: function taskReadBtn() {
|
|
23019
23240
|
var _this12 = this;
|
|
@@ -23032,11 +23253,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23032
23253
|
}
|
|
23033
23254
|
},
|
|
23034
23255
|
|
|
23035
|
-
/**
|
|
23036
|
-
* getFind
|
|
23037
|
-
* @desc:获取通知方式
|
|
23038
|
-
* @author liufan
|
|
23039
|
-
* @date 2022年5月25日
|
|
23256
|
+
/**
|
|
23257
|
+
* getFind
|
|
23258
|
+
* @desc:获取通知方式
|
|
23259
|
+
* @author liufan
|
|
23260
|
+
* @date 2022年5月25日
|
|
23040
23261
|
**/
|
|
23041
23262
|
getFind: function getFind() {
|
|
23042
23263
|
var _this13 = this;
|
|
@@ -23102,12 +23323,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23102
23323
|
});
|
|
23103
23324
|
},
|
|
23104
23325
|
|
|
23105
|
-
/**
|
|
23106
|
-
* endFlows
|
|
23107
|
-
* @desc:直接办结
|
|
23108
|
-
* @author liufan
|
|
23109
|
-
* @param {Object} res 直接办结数据
|
|
23110
|
-
* @date 2022年5月25日
|
|
23326
|
+
/**
|
|
23327
|
+
* endFlows
|
|
23328
|
+
* @desc:直接办结
|
|
23329
|
+
* @author liufan
|
|
23330
|
+
* @param {Object} res 直接办结数据
|
|
23331
|
+
* @date 2022年5月25日
|
|
23111
23332
|
**/
|
|
23112
23333
|
endFlows: function endFlows(res) {
|
|
23113
23334
|
var _this15 = this;
|
|
@@ -23162,12 +23383,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23162
23383
|
}).catch(function (e) {});
|
|
23163
23384
|
},
|
|
23164
23385
|
|
|
23165
|
-
/**
|
|
23166
|
-
* goView
|
|
23167
|
-
* @desc:更多流程按钮操作
|
|
23168
|
-
* @author liufan
|
|
23169
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
23170
|
-
* @date 2022年5月25日
|
|
23386
|
+
/**
|
|
23387
|
+
* goView
|
|
23388
|
+
* @desc:更多流程按钮操作
|
|
23389
|
+
* @author liufan
|
|
23390
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
23391
|
+
* @date 2022年5月25日
|
|
23171
23392
|
**/
|
|
23172
23393
|
goView: function goView(res) {
|
|
23173
23394
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -23252,11 +23473,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23252
23473
|
// isCanStartSubFlow
|
|
23253
23474
|
},
|
|
23254
23475
|
|
|
23255
|
-
/**
|
|
23256
|
-
* toTakeAdvice
|
|
23257
|
-
* @desc:征求意见
|
|
23258
|
-
* @author liufan
|
|
23259
|
-
* @date 2022年9月29日
|
|
23476
|
+
/**
|
|
23477
|
+
* toTakeAdvice
|
|
23478
|
+
* @desc:征求意见
|
|
23479
|
+
* @author liufan
|
|
23480
|
+
* @date 2022年9月29日
|
|
23260
23481
|
**/
|
|
23261
23482
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
23262
23483
|
var _this17 = this;
|
|
@@ -23300,11 +23521,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23300
23521
|
});
|
|
23301
23522
|
},
|
|
23302
23523
|
|
|
23303
|
-
/**
|
|
23304
|
-
* toStartDraf
|
|
23305
|
-
* @desc: 稿件递送、联合审核、复核
|
|
23306
|
-
* @author liufan
|
|
23307
|
-
* @date 2022年9月29日
|
|
23524
|
+
/**
|
|
23525
|
+
* toStartDraf
|
|
23526
|
+
* @desc: 稿件递送、联合审核、复核
|
|
23527
|
+
* @author liufan
|
|
23528
|
+
* @date 2022年9月29日
|
|
23308
23529
|
**/
|
|
23309
23530
|
toStartDraf: function toStartDraf(res) {
|
|
23310
23531
|
var _this19 = this;
|
|
@@ -23318,11 +23539,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23318
23539
|
}
|
|
23319
23540
|
},
|
|
23320
23541
|
|
|
23321
|
-
/**
|
|
23322
|
-
* toSendMsg
|
|
23323
|
-
* @desc:核稿通知
|
|
23324
|
-
* @author liufan
|
|
23325
|
-
* @date 2022年9月29日
|
|
23542
|
+
/**
|
|
23543
|
+
* toSendMsg
|
|
23544
|
+
* @desc:核稿通知
|
|
23545
|
+
* @author liufan
|
|
23546
|
+
* @date 2022年9月29日
|
|
23326
23547
|
**/
|
|
23327
23548
|
toSendMsg: function toSendMsg(res) {
|
|
23328
23549
|
var _this20 = this;
|
|
@@ -23336,11 +23557,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23336
23557
|
}
|
|
23337
23558
|
},
|
|
23338
23559
|
|
|
23339
|
-
/**
|
|
23340
|
-
* toTaskReadAndEnd
|
|
23341
|
-
* @desc:分阅并办结
|
|
23342
|
-
* @author liufan
|
|
23343
|
-
* @date 2022年9月29日
|
|
23560
|
+
/**
|
|
23561
|
+
* toTaskReadAndEnd
|
|
23562
|
+
* @desc:分阅并办结
|
|
23563
|
+
* @author liufan
|
|
23564
|
+
* @date 2022年9月29日
|
|
23344
23565
|
**/
|
|
23345
23566
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
23346
23567
|
var _this21 = this;
|
|
@@ -23358,11 +23579,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23358
23579
|
}
|
|
23359
23580
|
},
|
|
23360
23581
|
|
|
23361
|
-
/**
|
|
23362
|
-
* rejectAndEnd
|
|
23363
|
-
* @desc:驳回并办结
|
|
23364
|
-
* @author liufan
|
|
23365
|
-
* @date 2022年9月29日
|
|
23582
|
+
/**
|
|
23583
|
+
* rejectAndEnd
|
|
23584
|
+
* @desc:驳回并办结
|
|
23585
|
+
* @author liufan
|
|
23586
|
+
* @date 2022年9月29日
|
|
23366
23587
|
**/
|
|
23367
23588
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
23368
23589
|
var _this22 = this;
|
|
@@ -23418,11 +23639,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23418
23639
|
});
|
|
23419
23640
|
},
|
|
23420
23641
|
|
|
23421
|
-
/**
|
|
23422
|
-
* toTransfer
|
|
23423
|
-
* @desc:转办
|
|
23424
|
-
* @author liufan
|
|
23425
|
-
* @date 2022年9月29日
|
|
23642
|
+
/**
|
|
23643
|
+
* toTransfer
|
|
23644
|
+
* @desc:转办
|
|
23645
|
+
* @author liufan
|
|
23646
|
+
* @date 2022年9月29日
|
|
23426
23647
|
**/
|
|
23427
23648
|
toTransfer: function toTransfer(res) {
|
|
23428
23649
|
var _this24 = this;
|
|
@@ -23438,11 +23659,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23438
23659
|
}
|
|
23439
23660
|
},
|
|
23440
23661
|
|
|
23441
|
-
/**
|
|
23442
|
-
* getNodeInfo
|
|
23443
|
-
* @desc:获取节点信息
|
|
23444
|
-
* @author liufan
|
|
23445
|
-
* @date 2022年5月25日
|
|
23662
|
+
/**
|
|
23663
|
+
* getNodeInfo
|
|
23664
|
+
* @desc:获取节点信息
|
|
23665
|
+
* @author liufan
|
|
23666
|
+
* @date 2022年5月25日
|
|
23446
23667
|
**/
|
|
23447
23668
|
getNodeInfo: function getNodeInfo() {
|
|
23448
23669
|
var _this25 = this;
|
|
@@ -23528,7 +23749,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23528
23749
|
_this25.presetEdit = data.nodeExtAttr.presetEdit;
|
|
23529
23750
|
_this25.countersignaturetypeCode = data.countersignaturetypeCode; //是否展示处理方式
|
|
23530
23751
|
_this25.handleMode = data.countersignaturetypeText;
|
|
23531
|
-
data.globalNodeType === 'endEvent'
|
|
23752
|
+
if (data.globalNodeType === 'endEvent') {
|
|
23753
|
+
_this25.isNextUser = data.globalNodeType != 'endEvent';
|
|
23754
|
+
data.globalNodeType === 'endEvent' ? _this25.endFlow = true : '';
|
|
23755
|
+
}
|
|
23532
23756
|
}
|
|
23533
23757
|
_this25.isCustomPreset && _this25.$refs.customPreset.getPresetFlowInfo(_this25.nextNode.nextNodeId, _this25.nodeInfo.nextNode, true);
|
|
23534
23758
|
} else {
|
|
@@ -23542,12 +23766,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23542
23766
|
});
|
|
23543
23767
|
},
|
|
23544
23768
|
|
|
23545
|
-
/**
|
|
23546
|
-
* selecNext
|
|
23547
|
-
* @desc:下步节点变化时更新数据
|
|
23548
|
-
* @author liufan
|
|
23549
|
-
* @param {String} val 当前选中值
|
|
23550
|
-
* @date 2022年5月25日
|
|
23769
|
+
/**
|
|
23770
|
+
* selecNext
|
|
23771
|
+
* @desc:下步节点变化时更新数据
|
|
23772
|
+
* @author liufan
|
|
23773
|
+
* @param {String} val 当前选中值
|
|
23774
|
+
* @date 2022年5月25日
|
|
23551
23775
|
**/
|
|
23552
23776
|
selecNext: function selecNext(val, type, isDef) {
|
|
23553
23777
|
var _this26 = this;
|
|
@@ -23567,6 +23791,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23567
23791
|
this.isShowNode = false;
|
|
23568
23792
|
this.isMainSubProcess = false;
|
|
23569
23793
|
this.isNodeShowProcess = false;
|
|
23794
|
+
this.endFlow = false;
|
|
23570
23795
|
this.nextNode.nextNodeId = '';
|
|
23571
23796
|
this.nextNode.isReturnSubmitter = 0;
|
|
23572
23797
|
this.nextNode.isUndertakeReply = 0;
|
|
@@ -23656,11 +23881,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23656
23881
|
this.getNodeInfo();
|
|
23657
23882
|
},
|
|
23658
23883
|
|
|
23659
|
-
/**
|
|
23660
|
-
* isMultiple
|
|
23661
|
-
* @desc:是否多选
|
|
23662
|
-
* @author liufan
|
|
23663
|
-
* @date 2022年9月13日
|
|
23884
|
+
/**
|
|
23885
|
+
* isMultiple
|
|
23886
|
+
* @desc:是否多选
|
|
23887
|
+
* @author liufan
|
|
23888
|
+
* @date 2022年9月13日
|
|
23664
23889
|
**/
|
|
23665
23890
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
23666
23891
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -23692,11 +23917,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23692
23917
|
}
|
|
23693
23918
|
},
|
|
23694
23919
|
|
|
23695
|
-
/**
|
|
23696
|
-
* getHedInfo
|
|
23697
|
-
* @desc:获取审核页面数据
|
|
23698
|
-
* @author liufan
|
|
23699
|
-
* @date 2022年5月25日
|
|
23920
|
+
/**
|
|
23921
|
+
* getHedInfo
|
|
23922
|
+
* @desc:获取审核页面数据
|
|
23923
|
+
* @author liufan
|
|
23924
|
+
* @date 2022年5月25日
|
|
23700
23925
|
**/
|
|
23701
23926
|
getHedInfo: function getHedInfo() {
|
|
23702
23927
|
var _this27 = this;
|
|
@@ -23942,13 +24167,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23942
24167
|
});
|
|
23943
24168
|
},
|
|
23944
24169
|
|
|
23945
|
-
/**
|
|
23946
|
-
* closeProcess
|
|
23947
|
-
* @desc:关闭弹窗
|
|
23948
|
-
* @author liufan
|
|
23949
|
-
* @param {boolean} val 当前是否办理流程
|
|
23950
|
-
* @param {String} type 当前点击的弹窗类型
|
|
23951
|
-
* @date 2022年5月25日
|
|
24170
|
+
/**
|
|
24171
|
+
* closeProcess
|
|
24172
|
+
* @desc:关闭弹窗
|
|
24173
|
+
* @author liufan
|
|
24174
|
+
* @param {boolean} val 当前是否办理流程
|
|
24175
|
+
* @param {String} type 当前点击的弹窗类型
|
|
24176
|
+
* @date 2022年5月25日
|
|
23952
24177
|
**/
|
|
23953
24178
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
23954
24179
|
if (closeParent) {
|
|
@@ -23966,23 +24191,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23966
24191
|
}
|
|
23967
24192
|
},
|
|
23968
24193
|
|
|
23969
|
-
/**
|
|
23970
|
-
* selectChange
|
|
23971
|
-
* @desc:常用语选择
|
|
23972
|
-
* @author liufan
|
|
23973
|
-
* @param {String} val 选中值
|
|
23974
|
-
* @date 2022年5月25日
|
|
24194
|
+
/**
|
|
24195
|
+
* selectChange
|
|
24196
|
+
* @desc:常用语选择
|
|
24197
|
+
* @author liufan
|
|
24198
|
+
* @param {String} val 选中值
|
|
24199
|
+
* @date 2022年5月25日
|
|
23975
24200
|
**/
|
|
23976
24201
|
selectChange: function selectChange(val) {
|
|
23977
24202
|
this.value = val;
|
|
23978
24203
|
},
|
|
23979
24204
|
|
|
23980
|
-
/**
|
|
23981
|
-
* upDate
|
|
23982
|
-
* @desc:修改常用语
|
|
23983
|
-
* @author liufan
|
|
23984
|
-
* @param {Object} val 修改值
|
|
23985
|
-
* @date 2022年5月25日
|
|
24205
|
+
/**
|
|
24206
|
+
* upDate
|
|
24207
|
+
* @desc:修改常用语
|
|
24208
|
+
* @author liufan
|
|
24209
|
+
* @param {Object} val 修改值
|
|
24210
|
+
* @date 2022年5月25日
|
|
23986
24211
|
**/
|
|
23987
24212
|
upDate: function upDate(val) {
|
|
23988
24213
|
this.FormData.id = val.id;
|
|
@@ -23990,11 +24215,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23990
24215
|
},
|
|
23991
24216
|
|
|
23992
24217
|
|
|
23993
|
-
/**
|
|
23994
|
-
* getProcess
|
|
23995
|
-
* @desc:获取选择流程
|
|
23996
|
-
* @author liufan
|
|
23997
|
-
* @date 2022年5月25日
|
|
24218
|
+
/**
|
|
24219
|
+
* getProcess
|
|
24220
|
+
* @desc:获取选择流程
|
|
24221
|
+
* @author liufan
|
|
24222
|
+
* @date 2022年5月25日
|
|
23998
24223
|
**/
|
|
23999
24224
|
getProcess: function getProcess(val) {
|
|
24000
24225
|
var _this28 = this;
|
|
@@ -24049,11 +24274,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24049
24274
|
});
|
|
24050
24275
|
},
|
|
24051
24276
|
|
|
24052
|
-
/**
|
|
24053
|
-
* getPendedhistoryList
|
|
24054
|
-
* @desc:获取流程列表
|
|
24055
|
-
* @author liufan
|
|
24056
|
-
* @date 2022年5月25日
|
|
24277
|
+
/**
|
|
24278
|
+
* getPendedhistoryList
|
|
24279
|
+
* @desc:获取流程列表
|
|
24280
|
+
* @author liufan
|
|
24281
|
+
* @date 2022年5月25日
|
|
24057
24282
|
**/
|
|
24058
24283
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
24059
24284
|
var _this29 = this;
|
|
@@ -24121,12 +24346,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24121
24346
|
},
|
|
24122
24347
|
|
|
24123
24348
|
// 提交流程
|
|
24124
|
-
/**
|
|
24125
|
-
* subProcess
|
|
24126
|
-
* @desc:提交流程
|
|
24127
|
-
* @author liufan
|
|
24128
|
-
* @param {String} formName 当前form表单ref值
|
|
24129
|
-
* @date 2022年5月25日
|
|
24349
|
+
/**
|
|
24350
|
+
* subProcess
|
|
24351
|
+
* @desc:提交流程
|
|
24352
|
+
* @author liufan
|
|
24353
|
+
* @param {String} formName 当前form表单ref值
|
|
24354
|
+
* @date 2022年5月25日
|
|
24130
24355
|
**/
|
|
24131
24356
|
subProcess: function subProcess(val, type) {
|
|
24132
24357
|
var _this31 = this;
|