eoss-ui 0.8.7 → 0.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/calogin.js +233 -233
- package/lib/eoss-ui.common.js +940 -761
- package/lib/flow.js +405 -226
- package/lib/index.js +1 -1
- package/lib/main.js +283 -283
- package/lib/qr-code.js +13 -13
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/package.json +1 -1
- 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/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- 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/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +46 -46
- package/packages/data-table/src/main.vue +1876 -1876
- 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 +5 -3
- package/packages/flow/src/component/FreeCirculation.vue +245 -245
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +4 -2
- package/packages/flow/src/freeStartFlow.vue +55 -12
- package/packages/flow/src/main.vue +4201 -4165
- package/packages/flow/src/processForm.vue +1717 -1711
- package/packages/flow/src/processReject.vue +3 -1
- package/packages/flow/src/reset.vue +10 -4
- package/packages/flow/src/startTaskRead.vue +5 -2
- package/packages/flow/src/supervise.vue +16 -13
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +750 -750
- package/packages/flow-list/index.js +5 -5
- package/packages/form/index.js +5 -5
- 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 +499 -499
- package/packages/icon/index.js +5 -5
- 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 +2088 -2088
- 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 +513 -513
- package/packages/main/src/simplicity/index.vue +2335 -2335
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/userinfo.vue +408 -408
- package/packages/main/src/simplicityTop/index.vue +2626 -2626
- package/packages/main/src/simplicityTop/userinfo.vue +408 -408
- package/packages/menu/index.js +5 -5
- package/packages/nav/index.js +5 -5
- 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 +299 -299
- package/packages/select/index.js +5 -5
- 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-panel/index.js +5 -5
- 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/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/gulpfile.js +25 -0
- 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/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.scss +1 -1
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- 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/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/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/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- 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 +1344 -1344
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/image.js +2 -2
- package/src/index.js +1 -1
- 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/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- package/packages/theme-chalk/lib/base.css +0 -1
- package/packages/theme-chalk/lib/button-group.css +0 -1
- package/packages/theme-chalk/lib/button.css +0 -1
- package/packages/theme-chalk/lib/calendar.css +0 -1
- package/packages/theme-chalk/lib/calogin.css +0 -0
- package/packages/theme-chalk/lib/card.css +0 -1
- package/packages/theme-chalk/lib/cascader.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +0 -1
- package/packages/theme-chalk/lib/clients.css +0 -1
- package/packages/theme-chalk/lib/data-table-form.css +0 -1
- package/packages/theme-chalk/lib/data-table.css +0 -1
- package/packages/theme-chalk/lib/date-picker.css +0 -1
- package/packages/theme-chalk/lib/dialog.css +0 -1
- package/packages/theme-chalk/lib/enable-drag.css +0 -1
- package/packages/theme-chalk/lib/enterprise.css +0 -1
- package/packages/theme-chalk/lib/error-page.css +0 -1
- package/packages/theme-chalk/lib/flow-chart.css +0 -0
- package/packages/theme-chalk/lib/flow-group.css +0 -1
- package/packages/theme-chalk/lib/flow-list.css +0 -1
- package/packages/theme-chalk/lib/flow.css +0 -1
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/form.css +0 -1
- package/packages/theme-chalk/lib/handle-user.css +0 -1
- package/packages/theme-chalk/lib/handler.css +0 -1
- package/packages/theme-chalk/lib/icon.css +0 -1
- package/packages/theme-chalk/lib/icons.css +0 -1
- package/packages/theme-chalk/lib/index.css +0 -1
- package/packages/theme-chalk/lib/input-number.css +0 -0
- package/packages/theme-chalk/lib/input.css +0 -1
- package/packages/theme-chalk/lib/label.css +0 -1
- package/packages/theme-chalk/lib/layout.css +0 -1
- package/packages/theme-chalk/lib/login.css +0 -1
- package/packages/theme-chalk/lib/main.css +0 -1
- package/packages/theme-chalk/lib/menu.css +0 -1
- package/packages/theme-chalk/lib/nav.css +0 -1
- package/packages/theme-chalk/lib/notify.css +0 -0
- package/packages/theme-chalk/lib/page.css +0 -1
- package/packages/theme-chalk/lib/pagination.css +0 -1
- package/packages/theme-chalk/lib/player.css +0 -1
- package/packages/theme-chalk/lib/qr-code.css +0 -1
- package/packages/theme-chalk/lib/radio-group.css +0 -1
- package/packages/theme-chalk/lib/retrial-auth.css +0 -1
- package/packages/theme-chalk/lib/select-ganged.css +0 -1
- package/packages/theme-chalk/lib/select.css +0 -1
- package/packages/theme-chalk/lib/selector-panel.css +0 -1
- package/packages/theme-chalk/lib/selector.css +0 -1
- package/packages/theme-chalk/lib/simplicity-top.css +0 -1
- package/packages/theme-chalk/lib/simplicity.css +0 -1
- package/packages/theme-chalk/lib/sizer.css +0 -1
- package/packages/theme-chalk/lib/steps.css +0 -1
- package/packages/theme-chalk/lib/switch.css +0 -1
- package/packages/theme-chalk/lib/table-form.css +0 -0
- package/packages/theme-chalk/lib/tabs-panel.css +0 -0
- package/packages/theme-chalk/lib/tabs.css +0 -1
- package/packages/theme-chalk/lib/tips.css +0 -1
- package/packages/theme-chalk/lib/toolbar.css +0 -1
- package/packages/theme-chalk/lib/tree-group.css +0 -1
- package/packages/theme-chalk/lib/tree.css +0 -1
- package/packages/theme-chalk/lib/upload.css +0 -1
- package/packages/theme-chalk/lib/wujie.css +0 -0
- package/packages/theme-chalk/lib/wxlogin.css +0 -1
package/lib/flow.js
CHANGED
|
@@ -4834,7 +4834,7 @@ module.exports = require("vuedraggable");
|
|
|
4834
4834
|
// ESM COMPAT FLAG
|
|
4835
4835
|
__webpack_require__.r(__webpack_exports__);
|
|
4836
4836
|
|
|
4837
|
-
// 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=
|
|
4837
|
+
// 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=70db76e0&
|
|
4838
4838
|
var render = function () {
|
|
4839
4839
|
var _vm = this
|
|
4840
4840
|
var _h = _vm.$createElement
|
|
@@ -4962,7 +4962,9 @@ var render = function () {
|
|
|
4962
4962
|
{
|
|
4963
4963
|
class:
|
|
4964
4964
|
"es-info " +
|
|
4965
|
-
(_vm.formLabelPosition == "left"
|
|
4965
|
+
(_vm.formLabelPosition == "left"
|
|
4966
|
+
? "form-left"
|
|
4967
|
+
: "form-right"),
|
|
4966
4968
|
},
|
|
4967
4969
|
[
|
|
4968
4970
|
_c(
|
|
@@ -5047,6 +5049,8 @@ var render = function () {
|
|
|
5047
5049
|
"pending-id": _vm.pendingId,
|
|
5048
5050
|
showBtn: false,
|
|
5049
5051
|
formTitle: _vm.formTitle,
|
|
5052
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
5053
|
+
hideMessage: _vm.hideMessage,
|
|
5050
5054
|
startFlowPageEmbeddedIntoStartFlowIndex:
|
|
5051
5055
|
_vm.startFlowPageEmbeddedIntoStartFlowIndex,
|
|
5052
5056
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
@@ -5095,6 +5099,8 @@ var render = function () {
|
|
|
5095
5099
|
selectorConfig: _vm.selectorConfig,
|
|
5096
5100
|
resetAppId: _vm.resetAppId,
|
|
5097
5101
|
taskExamine: _vm.taskExamineInfo,
|
|
5102
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
5103
|
+
hideMessage: _vm.hideMessage,
|
|
5098
5104
|
subParams: _vm.subParams,
|
|
5099
5105
|
"news-info": _vm.nextNode.notificationMsg,
|
|
5100
5106
|
},
|
|
@@ -5112,6 +5118,8 @@ var render = function () {
|
|
|
5112
5118
|
showOther: _vm.showOther,
|
|
5113
5119
|
showTooltip: _vm.showTooltip,
|
|
5114
5120
|
selectorParams: _vm.selectorParams,
|
|
5121
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
5122
|
+
hideMessage: _vm.hideMessage,
|
|
5115
5123
|
formLabelPosition: _vm.formLabelPosition,
|
|
5116
5124
|
simpleTips: _vm.simpleTips,
|
|
5117
5125
|
},
|
|
@@ -5122,6 +5130,8 @@ var render = function () {
|
|
|
5122
5130
|
businessId: _vm.businessId,
|
|
5123
5131
|
appId: _vm.resetAppId,
|
|
5124
5132
|
showTooltip: _vm.showTooltip,
|
|
5133
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
5134
|
+
hideMessage: _vm.hideMessage,
|
|
5125
5135
|
simpleTips: _vm.simpleTips,
|
|
5126
5136
|
},
|
|
5127
5137
|
on: {
|
|
@@ -5138,6 +5148,8 @@ var render = function () {
|
|
|
5138
5148
|
showTooltip: _vm.showTooltip,
|
|
5139
5149
|
simpleTips: _vm.simpleTips,
|
|
5140
5150
|
appId: _vm.resetAppId,
|
|
5151
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
5152
|
+
hideMessage: _vm.hideMessage,
|
|
5141
5153
|
flowParams: _vm.param,
|
|
5142
5154
|
subParams: _vm.subParams,
|
|
5143
5155
|
},
|
|
@@ -5404,7 +5416,9 @@ var render = function () {
|
|
|
5404
5416
|
ref: "esContent",
|
|
5405
5417
|
class:
|
|
5406
5418
|
"es-info " +
|
|
5407
|
-
(_vm.formLabelPosition == "left"
|
|
5419
|
+
(_vm.formLabelPosition == "left"
|
|
5420
|
+
? "form-left"
|
|
5421
|
+
: "form-right"),
|
|
5408
5422
|
},
|
|
5409
5423
|
[
|
|
5410
5424
|
_c(
|
|
@@ -6138,7 +6152,11 @@ var render = function () {
|
|
|
6138
6152
|
: "nextOrgId",
|
|
6139
6153
|
label:
|
|
6140
6154
|
_vm.isShowNextUser
|
|
6141
|
-
? "
|
|
6155
|
+
? "" +
|
|
6156
|
+
(_vm
|
|
6157
|
+
.flowLabelConfig
|
|
6158
|
+
.nextUser ||
|
|
6159
|
+
"下步办理人")
|
|
6142
6160
|
: "办理对象",
|
|
6143
6161
|
},
|
|
6144
6162
|
},
|
|
@@ -6648,6 +6666,8 @@ var render = function () {
|
|
|
6648
6666
|
? _c("CustomPreset", {
|
|
6649
6667
|
ref: "customPreset",
|
|
6650
6668
|
attrs: {
|
|
6669
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
6670
|
+
hideMessage: _vm.hideMessage,
|
|
6651
6671
|
showTooltip: _vm.showTooltip,
|
|
6652
6672
|
nextNode: _vm.nextNode.nextNodeId,
|
|
6653
6673
|
customPresetHintMessage:
|
|
@@ -6677,6 +6697,8 @@ var render = function () {
|
|
|
6677
6697
|
nodeId: _vm.nextNode.nextNodeId,
|
|
6678
6698
|
showTooltip: _vm.showTooltip,
|
|
6679
6699
|
businessId: _vm.businessIds,
|
|
6700
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
6701
|
+
hideMessage: _vm.hideMessage,
|
|
6680
6702
|
customPresetHintMessage:
|
|
6681
6703
|
_vm.customPresetHintMessage,
|
|
6682
6704
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
@@ -6714,6 +6736,8 @@ var render = function () {
|
|
|
6714
6736
|
_vm.businessIds,
|
|
6715
6737
|
simpleTips: _vm.simpleTips,
|
|
6716
6738
|
showTooltip: _vm.showTooltip,
|
|
6739
|
+
hideMessage: _vm.hideMessage,
|
|
6740
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
6717
6741
|
"is-free-start-flow":
|
|
6718
6742
|
_vm.freeStartFlowParams.useScene ===
|
|
6719
6743
|
"multiInsMidwayWithSubmitScene",
|
|
@@ -6755,6 +6779,7 @@ var render = function () {
|
|
|
6755
6779
|
ref: "flowCirculate",
|
|
6756
6780
|
attrs: {
|
|
6757
6781
|
showTooltip: _vm.showTooltip,
|
|
6782
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
6758
6783
|
"label-position": _vm.formLabelPosition,
|
|
6759
6784
|
businessId: _vm.businessId,
|
|
6760
6785
|
startFlowPageEmbeddedIntoStartFlowIndex:
|
|
@@ -6773,7 +6798,10 @@ var render = function () {
|
|
|
6773
6798
|
},
|
|
6774
6799
|
})
|
|
6775
6800
|
: _vm._e(),
|
|
6776
|
-
!_vm.isFlow &&
|
|
6801
|
+
!_vm.isFlow &&
|
|
6802
|
+
_vm.isSpecial &&
|
|
6803
|
+
_vm.newsList.length > 0 &&
|
|
6804
|
+
!_vm.hideMessage
|
|
6777
6805
|
? _c(
|
|
6778
6806
|
"div",
|
|
6779
6807
|
{
|
|
@@ -7455,6 +7483,8 @@ var render = function () {
|
|
|
7455
7483
|
_c("circulate", {
|
|
7456
7484
|
attrs: {
|
|
7457
7485
|
businessId: _vm.businessId,
|
|
7486
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
7487
|
+
hideMessage: _vm.hideMessage,
|
|
7458
7488
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
7459
7489
|
showTooltip: _vm.showTooltip,
|
|
7460
7490
|
simpleTips: _vm.simpleTips,
|
|
@@ -7503,6 +7533,8 @@ var render = function () {
|
|
|
7503
7533
|
showTooltip: _vm.showTooltip,
|
|
7504
7534
|
simpleTips: _vm.simpleTips,
|
|
7505
7535
|
selectorParams: _vm.selectorParams,
|
|
7536
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
7537
|
+
hideMessage: _vm.hideMessage,
|
|
7506
7538
|
"is-free-start-flow":
|
|
7507
7539
|
_vm.freeStartFlowParams.useScene ===
|
|
7508
7540
|
"multiInsMidwayWithSubmitScene",
|
|
@@ -7590,6 +7622,8 @@ var render = function () {
|
|
|
7590
7622
|
option: _vm.value,
|
|
7591
7623
|
showTooltip: _vm.showTooltip,
|
|
7592
7624
|
simpleTips: _vm.simpleTips,
|
|
7625
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
7626
|
+
hideMessage: _vm.hideMessage,
|
|
7593
7627
|
"show-reject": _vm.showReject,
|
|
7594
7628
|
"news-info": _vm.nextNode.notificationMsg,
|
|
7595
7629
|
},
|
|
@@ -7630,6 +7664,8 @@ var render = function () {
|
|
|
7630
7664
|
opinion: _vm.value,
|
|
7631
7665
|
type: _vm.taskReadType,
|
|
7632
7666
|
showTooltip: _vm.showTooltip,
|
|
7667
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
7668
|
+
hideMessage: _vm.hideMessage,
|
|
7633
7669
|
selectorConfig: _vm.selectorConfig,
|
|
7634
7670
|
simpleTips: _vm.simpleTips,
|
|
7635
7671
|
subParams: _vm.subParams,
|
|
@@ -7777,6 +7813,8 @@ var render = function () {
|
|
|
7777
7813
|
pendingId: _vm.pendingId,
|
|
7778
7814
|
defaultOpinion: _vm.nodeDefaultSubmitOpinion,
|
|
7779
7815
|
oldOption: _vm.value,
|
|
7816
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
7817
|
+
hideMessage: _vm.hideMessage,
|
|
7780
7818
|
selectorParams: _vm.selectorParams,
|
|
7781
7819
|
type: _vm.flowType,
|
|
7782
7820
|
multiple: _vm.flowMultiple,
|
|
@@ -7818,6 +7856,8 @@ var render = function () {
|
|
|
7818
7856
|
{
|
|
7819
7857
|
attrs: {
|
|
7820
7858
|
isStartFlow: "",
|
|
7859
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
7860
|
+
hideMessage: _vm.hideMessage,
|
|
7821
7861
|
simpleTips: _vm.simpleTips,
|
|
7822
7862
|
btnList: [
|
|
7823
7863
|
{
|
|
@@ -7857,7 +7897,7 @@ var staticRenderFns = []
|
|
|
7857
7897
|
render._withStripped = true
|
|
7858
7898
|
|
|
7859
7899
|
|
|
7860
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7900
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=70db76e0&
|
|
7861
7901
|
|
|
7862
7902
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7863
7903
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -8921,8 +8961,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8921
8961
|
)
|
|
8922
8962
|
|
|
8923
8963
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
8924
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
8925
|
-
var
|
|
8964
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=a2ba210a&
|
|
8965
|
+
var processFormvue_type_template_id_a2ba210a_render = function () {
|
|
8926
8966
|
var _vm = this
|
|
8927
8967
|
var _h = _vm.$createElement
|
|
8928
8968
|
var _c = _vm._self._c || _h
|
|
@@ -9251,7 +9291,9 @@ var processFormvue_type_template_id_6df91879_render = function () {
|
|
|
9251
9291
|
{
|
|
9252
9292
|
attrs: {
|
|
9253
9293
|
prop: _vm.isShowNextUser ? "nextUser" : "nextOrgId",
|
|
9254
|
-
label: _vm.isShowNextUser
|
|
9294
|
+
label: _vm.isShowNextUser
|
|
9295
|
+
? "" + (_vm.flowLabelConfig.nextUser || "下步办理人")
|
|
9296
|
+
: "办理对象",
|
|
9255
9297
|
},
|
|
9256
9298
|
},
|
|
9257
9299
|
[
|
|
@@ -9467,8 +9509,12 @@ var processFormvue_type_template_id_6df91879_render = function () {
|
|
|
9467
9509
|
{
|
|
9468
9510
|
name: "show",
|
|
9469
9511
|
rawName: "v-show",
|
|
9470
|
-
value:
|
|
9471
|
-
|
|
9512
|
+
value:
|
|
9513
|
+
_vm.showBtn &&
|
|
9514
|
+
_vm.nextNode.noticeList.length > 0 &&
|
|
9515
|
+
!_vm.hideMessage,
|
|
9516
|
+
expression:
|
|
9517
|
+
"showBtn && nextNode.noticeList.length > 0 && !hideMessage",
|
|
9472
9518
|
},
|
|
9473
9519
|
],
|
|
9474
9520
|
attrs: { prop: "noticeType", label: "通知方式" },
|
|
@@ -9653,7 +9699,7 @@ var processFormvue_type_template_id_6df91879_render = function () {
|
|
|
9653
9699
|
],
|
|
9654
9700
|
1
|
|
9655
9701
|
),
|
|
9656
|
-
!_vm.showBtn && _vm.nextNode.noticeList.length > 0
|
|
9702
|
+
!_vm.showBtn && _vm.nextNode.noticeList.length > 0 && !_vm.hideMessage
|
|
9657
9703
|
? _c("div", { staticStyle: { padding: "5px", background: "#fff" } }, [
|
|
9658
9704
|
_c(
|
|
9659
9705
|
"div",
|
|
@@ -9750,11 +9796,11 @@ var processFormvue_type_template_id_6df91879_render = function () {
|
|
|
9750
9796
|
1
|
|
9751
9797
|
)
|
|
9752
9798
|
}
|
|
9753
|
-
var
|
|
9754
|
-
|
|
9799
|
+
var processFormvue_type_template_id_a2ba210a_staticRenderFns = []
|
|
9800
|
+
processFormvue_type_template_id_a2ba210a_render._withStripped = true
|
|
9755
9801
|
|
|
9756
9802
|
|
|
9757
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
9803
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=a2ba210a&
|
|
9758
9804
|
|
|
9759
9805
|
// 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=5424da0a&
|
|
9760
9806
|
var selectUservue_type_template_id_5424da0a_render = function () {
|
|
@@ -11790,7 +11836,14 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11790
11836
|
type: [Number, String],
|
|
11791
11837
|
default: 0
|
|
11792
11838
|
},
|
|
11793
|
-
selectorParams: { type: Object, default: function _default() {} }
|
|
11839
|
+
selectorParams: { type: Object, default: function _default() {} },
|
|
11840
|
+
flowLabelConfig: {
|
|
11841
|
+
type: Object,
|
|
11842
|
+
default: function _default() {
|
|
11843
|
+
return {};
|
|
11844
|
+
}
|
|
11845
|
+
},
|
|
11846
|
+
hideMessage: { type: Boolean, default: false }
|
|
11794
11847
|
},
|
|
11795
11848
|
data: function data() {
|
|
11796
11849
|
return {
|
|
@@ -12289,7 +12342,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12289
12342
|
|
|
12290
12343
|
if (_this6.isShowNextUser) {
|
|
12291
12344
|
if ((nextUser == '' || _this6.multiple && nextUser.length == 0) && !_this6.isHideCurrentOrg && !_this6.isHideOtherOrg) {
|
|
12292
|
-
return _this6.$message.warning('
|
|
12345
|
+
return _this6.$message.warning('\u8BF7\u9009\u62E9' + (_this6.flowLabelConfig.nextUser || '下步办理人'));
|
|
12293
12346
|
}
|
|
12294
12347
|
} else {
|
|
12295
12348
|
if (nextOrgId == '' || _this6.multiple && nextOrgId.length == 0) {
|
|
@@ -12655,6 +12708,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12655
12708
|
message = res.message;
|
|
12656
12709
|
|
|
12657
12710
|
if (status === 'success') {
|
|
12711
|
+
if (_this8.hideMessage) return;
|
|
12658
12712
|
_this8.nextNode.noticeType = message.split(',');
|
|
12659
12713
|
var arr = [];
|
|
12660
12714
|
_this8.nextNode.noticeList.map(function (item) {
|
|
@@ -12680,11 +12734,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12680
12734
|
});
|
|
12681
12735
|
},
|
|
12682
12736
|
|
|
12683
|
-
/**
|
|
12684
|
-
* isMultiple
|
|
12685
|
-
* @desc:是否多选
|
|
12686
|
-
* @author liufan
|
|
12687
|
-
* @date 2022年9月13日
|
|
12737
|
+
/**
|
|
12738
|
+
* isMultiple
|
|
12739
|
+
* @desc:是否多选
|
|
12740
|
+
* @author liufan
|
|
12741
|
+
* @date 2022年9月13日
|
|
12688
12742
|
**/
|
|
12689
12743
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
12690
12744
|
var multiple = false;
|
|
@@ -12860,8 +12914,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12860
12914
|
|
|
12861
12915
|
var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
12862
12916
|
src_processFormvue_type_script_lang_js_,
|
|
12863
|
-
|
|
12864
|
-
|
|
12917
|
+
processFormvue_type_template_id_a2ba210a_render,
|
|
12918
|
+
processFormvue_type_template_id_a2ba210a_staticRenderFns,
|
|
12865
12919
|
false,
|
|
12866
12920
|
null,
|
|
12867
12921
|
null,
|
|
@@ -13753,8 +13807,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
|
|
|
13753
13807
|
)
|
|
13754
13808
|
|
|
13755
13809
|
/* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
|
|
13756
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
13757
|
-
var
|
|
13810
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
|
|
13811
|
+
var processRejectvue_type_template_id_364df082_render = function () {
|
|
13758
13812
|
var _vm = this
|
|
13759
13813
|
var _h = _vm.$createElement
|
|
13760
13814
|
var _c = _vm._self._c || _h
|
|
@@ -13988,11 +14042,11 @@ var processRejectvue_type_template_id_65914be1_render = function () {
|
|
|
13988
14042
|
1
|
|
13989
14043
|
)
|
|
13990
14044
|
}
|
|
13991
|
-
var
|
|
13992
|
-
|
|
14045
|
+
var processRejectvue_type_template_id_364df082_staticRenderFns = []
|
|
14046
|
+
processRejectvue_type_template_id_364df082_render._withStripped = true
|
|
13993
14047
|
|
|
13994
14048
|
|
|
13995
|
-
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
14049
|
+
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
|
|
13996
14050
|
|
|
13997
14051
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
|
|
13998
14052
|
//
|
|
@@ -14098,7 +14152,8 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14098
14152
|
newsInfo: { type: String, default: '' },
|
|
14099
14153
|
showReject: { type: Boolean },
|
|
14100
14154
|
option: { type: String, default: '' },
|
|
14101
|
-
simpleTips: { type: Boolean, default: true }
|
|
14155
|
+
simpleTips: { type: Boolean, default: true },
|
|
14156
|
+
hideMessage: { type: Boolean, default: false }
|
|
14102
14157
|
},
|
|
14103
14158
|
data: function data() {
|
|
14104
14159
|
return {
|
|
@@ -14230,6 +14285,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14230
14285
|
message = res.message;
|
|
14231
14286
|
|
|
14232
14287
|
if (status === 'success') {
|
|
14288
|
+
if (_this3.hideMessage) return;
|
|
14233
14289
|
_this3.nextNode.noticeType = message.split(',');
|
|
14234
14290
|
var arr = [];
|
|
14235
14291
|
_this3.nextNode.noticeList.map(function (item) {
|
|
@@ -14311,8 +14367,8 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14311
14367
|
|
|
14312
14368
|
var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
14313
14369
|
src_processRejectvue_type_script_lang_js_,
|
|
14314
|
-
|
|
14315
|
-
|
|
14370
|
+
processRejectvue_type_template_id_364df082_render,
|
|
14371
|
+
processRejectvue_type_template_id_364df082_staticRenderFns,
|
|
14316
14372
|
false,
|
|
14317
14373
|
null,
|
|
14318
14374
|
null,
|
|
@@ -14321,8 +14377,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
14321
14377
|
)
|
|
14322
14378
|
|
|
14323
14379
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
14324
|
-
// 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=
|
|
14325
|
-
var
|
|
14380
|
+
// 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=5faa3a34&
|
|
14381
|
+
var startTaskReadvue_type_template_id_5faa3a34_render = function () {
|
|
14326
14382
|
var _vm = this
|
|
14327
14383
|
var _h = _vm.$createElement
|
|
14328
14384
|
var _c = _vm._self._c || _h
|
|
@@ -14629,7 +14685,8 @@ var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
|
|
|
14629
14685
|
)
|
|
14630
14686
|
: _vm._e(),
|
|
14631
14687
|
_vm.configInfo.isCdjxjTaskHandle != "true" &&
|
|
14632
|
-
_vm.noticeList.length > 0
|
|
14688
|
+
_vm.noticeList.length > 0 &&
|
|
14689
|
+
!_vm.hideMessage
|
|
14633
14690
|
? _c(
|
|
14634
14691
|
"el-form-item",
|
|
14635
14692
|
{ attrs: { prop: "noticeType", label: "通知方式" } },
|
|
@@ -14745,11 +14802,11 @@ var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
|
|
|
14745
14802
|
1
|
|
14746
14803
|
)
|
|
14747
14804
|
}
|
|
14748
|
-
var
|
|
14749
|
-
|
|
14805
|
+
var startTaskReadvue_type_template_id_5faa3a34_staticRenderFns = []
|
|
14806
|
+
startTaskReadvue_type_template_id_5faa3a34_render._withStripped = true
|
|
14750
14807
|
|
|
14751
14808
|
|
|
14752
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
14809
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=5faa3a34&
|
|
14753
14810
|
|
|
14754
14811
|
// 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&
|
|
14755
14812
|
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; };
|
|
@@ -14954,7 +15011,9 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14954
15011
|
readParams: {
|
|
14955
15012
|
type: [Object, undefined],
|
|
14956
15013
|
default: undefined
|
|
14957
|
-
}
|
|
15014
|
+
},
|
|
15015
|
+
|
|
15016
|
+
hideMessage: { type: Boolean, default: false }
|
|
14958
15017
|
},
|
|
14959
15018
|
data: function data() {
|
|
14960
15019
|
return {
|
|
@@ -15442,6 +15501,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15442
15501
|
|
|
15443
15502
|
_this9.loading = false;
|
|
15444
15503
|
if (status === 'success') {
|
|
15504
|
+
if (_this9.hideMessage) return;
|
|
15445
15505
|
_this9.nextNode.noticeType = message.split(',');
|
|
15446
15506
|
if (data) {
|
|
15447
15507
|
_this9.notificationMessageReadOnly = data.notificationMessageReadOnly;
|
|
@@ -15477,8 +15537,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15477
15537
|
|
|
15478
15538
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
15479
15539
|
src_startTaskReadvue_type_script_lang_js_,
|
|
15480
|
-
|
|
15481
|
-
|
|
15540
|
+
startTaskReadvue_type_template_id_5faa3a34_render,
|
|
15541
|
+
startTaskReadvue_type_template_id_5faa3a34_staticRenderFns,
|
|
15482
15542
|
false,
|
|
15483
15543
|
null,
|
|
15484
15544
|
null,
|
|
@@ -15487,8 +15547,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
15487
15547
|
)
|
|
15488
15548
|
|
|
15489
15549
|
/* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
|
|
15490
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=
|
|
15491
|
-
var
|
|
15550
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=f881f0ca&
|
|
15551
|
+
var resetvue_type_template_id_f881f0ca_render = function () {
|
|
15492
15552
|
var _vm = this
|
|
15493
15553
|
var _h = _vm.$createElement
|
|
15494
15554
|
var _c = _vm._self._c || _h
|
|
@@ -15696,7 +15756,9 @@ var resetvue_type_template_id_5bd13ace_render = function () {
|
|
|
15696
15756
|
{
|
|
15697
15757
|
attrs: {
|
|
15698
15758
|
prop: _vm.isShowNextUser ? "nextUser" : "nextOrgId",
|
|
15699
|
-
label: _vm.isShowNextUser
|
|
15759
|
+
label: _vm.isShowNextUser
|
|
15760
|
+
? "" + (_vm.flowLabelConfig.nextUser || "下步办理人")
|
|
15761
|
+
: "办理对象",
|
|
15700
15762
|
},
|
|
15701
15763
|
},
|
|
15702
15764
|
[
|
|
@@ -15858,8 +15920,10 @@ var resetvue_type_template_id_5bd13ace_render = function () {
|
|
|
15858
15920
|
{
|
|
15859
15921
|
name: "show",
|
|
15860
15922
|
rawName: "v-show",
|
|
15861
|
-
value:
|
|
15862
|
-
|
|
15923
|
+
value:
|
|
15924
|
+
_vm.nextNode.noticeList.length != 0 && !_vm.hideMessage,
|
|
15925
|
+
expression:
|
|
15926
|
+
"nextNode.noticeList.length != 0 && !hideMessage",
|
|
15863
15927
|
},
|
|
15864
15928
|
],
|
|
15865
15929
|
attrs: { prop: "noticeType", label: "通知方式" },
|
|
@@ -15976,11 +16040,11 @@ var resetvue_type_template_id_5bd13ace_render = function () {
|
|
|
15976
16040
|
1
|
|
15977
16041
|
)
|
|
15978
16042
|
}
|
|
15979
|
-
var
|
|
15980
|
-
|
|
16043
|
+
var resetvue_type_template_id_f881f0ca_staticRenderFns = []
|
|
16044
|
+
resetvue_type_template_id_f881f0ca_render._withStripped = true
|
|
15981
16045
|
|
|
15982
16046
|
|
|
15983
|
-
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=
|
|
16047
|
+
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=f881f0ca&
|
|
15984
16048
|
|
|
15985
16049
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
|
|
15986
16050
|
var resetvue_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; };
|
|
@@ -16249,7 +16313,14 @@ var resetvue_type_script_lang_js_components;
|
|
|
16249
16313
|
type: String,
|
|
16250
16314
|
default: ''
|
|
16251
16315
|
},
|
|
16252
|
-
type: { type: String }
|
|
16316
|
+
type: { type: String },
|
|
16317
|
+
flowLabelConfig: {
|
|
16318
|
+
type: Object,
|
|
16319
|
+
default: function _default() {
|
|
16320
|
+
return {};
|
|
16321
|
+
}
|
|
16322
|
+
},
|
|
16323
|
+
hideMessage: { type: Boolean, default: false }
|
|
16253
16324
|
},
|
|
16254
16325
|
data: function data() {
|
|
16255
16326
|
return {
|
|
@@ -16531,7 +16602,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16531
16602
|
if (_this4.nodeInfoExtAttr.nodeType != 1 && _this4.nodeInfoExtAttr.nodeType != 2 && !_this4.showRoleUser) {
|
|
16532
16603
|
if (_this4.isShowNextUser) {
|
|
16533
16604
|
if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
|
|
16534
|
-
return _this4.$message.warning('
|
|
16605
|
+
return _this4.$message.warning('\u8BF7\u9009\u62E9' + (_this4.flowLabelConfig.nextUser || '下步办理人'));
|
|
16535
16606
|
}
|
|
16536
16607
|
} else {
|
|
16537
16608
|
if (nextOrgId == '' || _this4.multiple && nextOrgId.length == 0) {
|
|
@@ -16726,6 +16797,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16726
16797
|
message = res.message;
|
|
16727
16798
|
|
|
16728
16799
|
if (status === 'success') {
|
|
16800
|
+
if (_this6.hideMessage) return;
|
|
16729
16801
|
_this6.nextNode.noticeType = message.split(',');
|
|
16730
16802
|
var arr = [];
|
|
16731
16803
|
_this6.nextNode.noticeList.map(function (item) {
|
|
@@ -16886,8 +16958,8 @@ var resetvue_type_script_lang_js_components;
|
|
|
16886
16958
|
|
|
16887
16959
|
var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
16888
16960
|
src_resetvue_type_script_lang_js_,
|
|
16889
|
-
|
|
16890
|
-
|
|
16961
|
+
resetvue_type_template_id_f881f0ca_render,
|
|
16962
|
+
resetvue_type_template_id_f881f0ca_staticRenderFns,
|
|
16891
16963
|
false,
|
|
16892
16964
|
null,
|
|
16893
16965
|
null,
|
|
@@ -16896,8 +16968,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
16896
16968
|
)
|
|
16897
16969
|
|
|
16898
16970
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
16899
|
-
// 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=
|
|
16900
|
-
var
|
|
16971
|
+
// 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=42d72d64&
|
|
16972
|
+
var taskUnionExaminevue_type_template_id_42d72d64_render = function () {
|
|
16901
16973
|
var _vm = this
|
|
16902
16974
|
var _h = _vm.$createElement
|
|
16903
16975
|
var _c = _vm._self._c || _h
|
|
@@ -17100,8 +17172,9 @@ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
|
|
|
17100
17172
|
{
|
|
17101
17173
|
name: "show",
|
|
17102
17174
|
rawName: "v-show",
|
|
17103
|
-
value:
|
|
17104
|
-
|
|
17175
|
+
value:
|
|
17176
|
+
_vm.infoList.noticeList.length != 0 && !_vm.hideMessage,
|
|
17177
|
+
expression: "infoList.noticeList.length != 0 && !hideMessage",
|
|
17105
17178
|
},
|
|
17106
17179
|
],
|
|
17107
17180
|
attrs: { prop: "noticeType", label: "通知方式" },
|
|
@@ -17201,11 +17274,11 @@ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
|
|
|
17201
17274
|
1
|
|
17202
17275
|
)
|
|
17203
17276
|
}
|
|
17204
|
-
var
|
|
17205
|
-
|
|
17277
|
+
var taskUnionExaminevue_type_template_id_42d72d64_staticRenderFns = []
|
|
17278
|
+
taskUnionExaminevue_type_template_id_42d72d64_render._withStripped = true
|
|
17206
17279
|
|
|
17207
17280
|
|
|
17208
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
17281
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=42d72d64&
|
|
17209
17282
|
|
|
17210
17283
|
// 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&
|
|
17211
17284
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -17406,7 +17479,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17406
17479
|
default: function _default() {
|
|
17407
17480
|
return {};
|
|
17408
17481
|
}
|
|
17409
|
-
}
|
|
17482
|
+
},
|
|
17483
|
+
hideMessage: { type: Boolean, default: false }
|
|
17410
17484
|
},
|
|
17411
17485
|
inheritAttrs: false,
|
|
17412
17486
|
data: function data() {
|
|
@@ -17869,6 +17943,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17869
17943
|
message = res.message;
|
|
17870
17944
|
|
|
17871
17945
|
if (status === 'success') {
|
|
17946
|
+
if (_this7.hideMessage) return;
|
|
17872
17947
|
_this7.infoList.noticeType = message.split(',');
|
|
17873
17948
|
var arr = [];
|
|
17874
17949
|
_this7.infoList.noticeList.map(function (item) {
|
|
@@ -17903,8 +17978,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17903
17978
|
|
|
17904
17979
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
17905
17980
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
17906
|
-
|
|
17907
|
-
|
|
17981
|
+
taskUnionExaminevue_type_template_id_42d72d64_render,
|
|
17982
|
+
taskUnionExaminevue_type_template_id_42d72d64_staticRenderFns,
|
|
17908
17983
|
false,
|
|
17909
17984
|
null,
|
|
17910
17985
|
null,
|
|
@@ -17913,8 +17988,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17913
17988
|
)
|
|
17914
17989
|
|
|
17915
17990
|
/* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
|
|
17916
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
17917
|
-
var
|
|
17991
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=158663d8&
|
|
17992
|
+
var freeStartFlowvue_type_template_id_158663d8_render = function () {
|
|
17918
17993
|
var _vm = this
|
|
17919
17994
|
var _h = _vm.$createElement
|
|
17920
17995
|
var _c = _vm._self._c || _h
|
|
@@ -17928,6 +18003,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
17928
18003
|
attrs: {
|
|
17929
18004
|
type: _vm.newTypeCode,
|
|
17930
18005
|
appId: _vm.resetAppId,
|
|
18006
|
+
hideMessage: _vm.hideMessage,
|
|
18007
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
17931
18008
|
flowParams: _vm.param,
|
|
17932
18009
|
},
|
|
17933
18010
|
})
|
|
@@ -18720,7 +18797,11 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
18720
18797
|
: "nextOrgId",
|
|
18721
18798
|
label:
|
|
18722
18799
|
_vm.isShowNextUser
|
|
18723
|
-
? "
|
|
18800
|
+
? "" +
|
|
18801
|
+
(_vm
|
|
18802
|
+
.flowLabelConfig
|
|
18803
|
+
.nextUser ||
|
|
18804
|
+
"下步办理人")
|
|
18724
18805
|
: "办理对象",
|
|
18725
18806
|
},
|
|
18726
18807
|
},
|
|
@@ -19141,7 +19222,7 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19141
19222
|
],
|
|
19142
19223
|
1
|
|
19143
19224
|
),
|
|
19144
|
-
!_vm.isFlow && _vm.isSpecial
|
|
19225
|
+
!_vm.isFlow && _vm.isSpecial && !_vm.hideMessage
|
|
19145
19226
|
? _c(
|
|
19146
19227
|
"div",
|
|
19147
19228
|
{
|
|
@@ -19740,6 +19821,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19740
19821
|
"copy-history": _vm.pendedHistoryHandle,
|
|
19741
19822
|
"process-definition-id": _vm.nodeInfo.nextNode,
|
|
19742
19823
|
opinion: _vm.value,
|
|
19824
|
+
hideMessage: _vm.hideMessage,
|
|
19825
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
19743
19826
|
taskParams: _vm.taskParams,
|
|
19744
19827
|
},
|
|
19745
19828
|
on: {
|
|
@@ -19810,6 +19893,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19810
19893
|
attrs: {
|
|
19811
19894
|
"pending-id": _vm.pendingId,
|
|
19812
19895
|
option: _vm.value,
|
|
19896
|
+
hideMessage: _vm.hideMessage,
|
|
19897
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
19813
19898
|
"show-reject": _vm.showReject,
|
|
19814
19899
|
"news-info": _vm.nextNode.notificationMsg,
|
|
19815
19900
|
},
|
|
@@ -19849,6 +19934,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19849
19934
|
"pending-id": _vm.pendingId,
|
|
19850
19935
|
opinion: _vm.value,
|
|
19851
19936
|
type: _vm.taskReadType,
|
|
19937
|
+
hideMessage: _vm.hideMessage,
|
|
19938
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
19852
19939
|
taskExamine: _vm.taskExamineInfo,
|
|
19853
19940
|
"news-info": _vm.nextNode.notificationMsg,
|
|
19854
19941
|
},
|
|
@@ -19918,6 +20005,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19918
20005
|
_c("SendMsg", {
|
|
19919
20006
|
attrs: {
|
|
19920
20007
|
pendingId: _vm.pendingId,
|
|
20008
|
+
hideMessage: _vm.hideMessage,
|
|
20009
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
19921
20010
|
newsList: _vm.newsList,
|
|
19922
20011
|
},
|
|
19923
20012
|
on: {
|
|
@@ -19953,6 +20042,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19953
20042
|
_c("TaskUnionExamine", {
|
|
19954
20043
|
attrs: {
|
|
19955
20044
|
pendingId: _vm.pendingId,
|
|
20045
|
+
hideMessage: _vm.hideMessage,
|
|
20046
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
19956
20047
|
defaultOpinion: _vm.nodeDefaultSubmitOpinion,
|
|
19957
20048
|
type: _vm.flowType,
|
|
19958
20049
|
multiple: _vm.flowMultiple,
|
|
@@ -19992,6 +20083,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19992
20083
|
? _c("es-flow", {
|
|
19993
20084
|
attrs: {
|
|
19994
20085
|
isStartFlow: "",
|
|
20086
|
+
hideMessage: _vm.hideMessage,
|
|
20087
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
19995
20088
|
businessId:
|
|
19996
20089
|
_vm.freeStartFlowParams.businessId,
|
|
19997
20090
|
flowTypeCode:
|
|
@@ -20013,11 +20106,11 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
20013
20106
|
)
|
|
20014
20107
|
: _vm._e()
|
|
20015
20108
|
}
|
|
20016
|
-
var
|
|
20017
|
-
|
|
20109
|
+
var freeStartFlowvue_type_template_id_158663d8_staticRenderFns = []
|
|
20110
|
+
freeStartFlowvue_type_template_id_158663d8_render._withStripped = true
|
|
20018
20111
|
|
|
20019
20112
|
|
|
20020
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
20113
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=158663d8&
|
|
20021
20114
|
|
|
20022
20115
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
|
|
20023
20116
|
|
|
@@ -20784,6 +20877,30 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20784
20877
|
//
|
|
20785
20878
|
//
|
|
20786
20879
|
//
|
|
20880
|
+
//
|
|
20881
|
+
//
|
|
20882
|
+
//
|
|
20883
|
+
//
|
|
20884
|
+
//
|
|
20885
|
+
//
|
|
20886
|
+
//
|
|
20887
|
+
//
|
|
20888
|
+
//
|
|
20889
|
+
//
|
|
20890
|
+
//
|
|
20891
|
+
//
|
|
20892
|
+
//
|
|
20893
|
+
//
|
|
20894
|
+
//
|
|
20895
|
+
//
|
|
20896
|
+
//
|
|
20897
|
+
//
|
|
20898
|
+
//
|
|
20899
|
+
//
|
|
20900
|
+
//
|
|
20901
|
+
//
|
|
20902
|
+
//
|
|
20903
|
+
//
|
|
20787
20904
|
|
|
20788
20905
|
|
|
20789
20906
|
|
|
@@ -20841,13 +20958,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20841
20958
|
userSelectRange: {
|
|
20842
20959
|
type: String
|
|
20843
20960
|
},
|
|
20844
|
-
selectorParams: {
|
|
20961
|
+
selectorParams: {
|
|
20962
|
+
type: Object,
|
|
20963
|
+
default: function _default() {
|
|
20845
20964
|
return {};
|
|
20846
|
-
}
|
|
20965
|
+
}
|
|
20966
|
+
},
|
|
20847
20967
|
defaultProcessShowStrategy: { type: String, default: '' },
|
|
20848
20968
|
taskParams: {
|
|
20849
20969
|
type: Object,
|
|
20850
20970
|
default: function _default() {}
|
|
20971
|
+
},
|
|
20972
|
+
isEndMessage: { type: Boolean, default: false },
|
|
20973
|
+
flowLabelConfig: {
|
|
20974
|
+
type: Object,
|
|
20975
|
+
default: function _default() {
|
|
20976
|
+
return {};
|
|
20977
|
+
}
|
|
20851
20978
|
}
|
|
20852
20979
|
},
|
|
20853
20980
|
data: function data() {
|
|
@@ -20868,7 +20995,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20868
20995
|
nextOtherOrgObjSelect: [],
|
|
20869
20996
|
subProcessColumns: [],
|
|
20870
20997
|
nextCurrentOrgObjSelect: [],
|
|
20871
|
-
otherParams: {
|
|
20998
|
+
otherParams: {
|
|
20999
|
+
filid: 'all',
|
|
21000
|
+
roleid: '',
|
|
21001
|
+
nofilid: sessionStorage.getItem('orgId')
|
|
21002
|
+
},
|
|
20872
21003
|
loading: null, // 加载中
|
|
20873
21004
|
newTypeCode: '',
|
|
20874
21005
|
NodeName: '', // 当前节点值
|
|
@@ -21468,6 +21599,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21468
21599
|
message = res.message;
|
|
21469
21600
|
|
|
21470
21601
|
if (status === 'success') {
|
|
21602
|
+
if (_this10.hideMessage) return;
|
|
21471
21603
|
_this10.nextNode.notificationType = message.split(',');
|
|
21472
21604
|
var arr = [];
|
|
21473
21605
|
_this10.newsList.map(function (item) {
|
|
@@ -22511,7 +22643,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22511
22643
|
if (!this.endFlow && this.newTypeCode != 'fenyue' && !this.shrink && this.nextNode.isAddSign != '1' && this.nextNode.isRemoveSign != '1' && this.isSpecial && !this.isReject && this.nodeInfos.length != 0 && this.isNextUser) {
|
|
22512
22644
|
if (this.isShowNextUser) {
|
|
22513
22645
|
if (this.nextNode.nextUserId == '' || this.multiple && this.nextNode.nextUserId.length == 0) {
|
|
22514
|
-
this.$message.warning('
|
|
22646
|
+
this.$message.warning('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '下步办理人'));
|
|
22515
22647
|
return false;
|
|
22516
22648
|
}
|
|
22517
22649
|
} else {
|
|
@@ -22734,8 +22866,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22734
22866
|
|
|
22735
22867
|
var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
22736
22868
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
22737
|
-
|
|
22738
|
-
|
|
22869
|
+
freeStartFlowvue_type_template_id_158663d8_render,
|
|
22870
|
+
freeStartFlowvue_type_template_id_158663d8_staticRenderFns,
|
|
22739
22871
|
false,
|
|
22740
22872
|
null,
|
|
22741
22873
|
null,
|
|
@@ -22744,8 +22876,8 @@ var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
22744
22876
|
)
|
|
22745
22877
|
|
|
22746
22878
|
/* harmony default export */ var freeStartFlow = (freeStartFlow_component.exports);
|
|
22747
|
-
// 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=
|
|
22748
|
-
var
|
|
22879
|
+
// 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=378b0e28&
|
|
22880
|
+
var supervisevue_type_template_id_378b0e28_render = function () {
|
|
22749
22881
|
var _vm = this
|
|
22750
22882
|
var _h = _vm.$createElement
|
|
22751
22883
|
var _c = _vm._self._c || _h
|
|
@@ -22823,8 +22955,11 @@ var supervisevue_type_template_id_2e86d8fd_render = function () {
|
|
|
22823
22955
|
{
|
|
22824
22956
|
name: "show",
|
|
22825
22957
|
rawName: "v-show",
|
|
22826
|
-
value:
|
|
22827
|
-
|
|
22958
|
+
value:
|
|
22959
|
+
_vm.nextNode.notificationType.length > 0 &&
|
|
22960
|
+
!_vm.hideMessage,
|
|
22961
|
+
expression:
|
|
22962
|
+
"nextNode.notificationType.length > 0 && !hideMessage",
|
|
22828
22963
|
},
|
|
22829
22964
|
],
|
|
22830
22965
|
attrs: { prop: "noticeType", label: "通知方式" },
|
|
@@ -22918,11 +23053,11 @@ var supervisevue_type_template_id_2e86d8fd_render = function () {
|
|
|
22918
23053
|
1
|
|
22919
23054
|
)
|
|
22920
23055
|
}
|
|
22921
|
-
var
|
|
22922
|
-
|
|
23056
|
+
var supervisevue_type_template_id_378b0e28_staticRenderFns = []
|
|
23057
|
+
supervisevue_type_template_id_378b0e28_render._withStripped = true
|
|
22923
23058
|
|
|
22924
23059
|
|
|
22925
|
-
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=
|
|
23060
|
+
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=378b0e28&
|
|
22926
23061
|
|
|
22927
23062
|
// 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&
|
|
22928
23063
|
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; };
|
|
@@ -23000,7 +23135,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
23000
23135
|
type: String,
|
|
23001
23136
|
default: ''
|
|
23002
23137
|
},
|
|
23003
|
-
appId: { type: String, default: '' }
|
|
23138
|
+
appId: { type: String, default: '' },
|
|
23139
|
+
hideMessage: { type: Boolean, default: false }
|
|
23004
23140
|
},
|
|
23005
23141
|
data: function data() {
|
|
23006
23142
|
return {
|
|
@@ -23019,11 +23155,11 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
23019
23155
|
subProcess: function subProcess() {
|
|
23020
23156
|
var _this = this;
|
|
23021
23157
|
|
|
23022
|
-
if (this.nextNode.noticeType.length == 0) {
|
|
23158
|
+
if (this.nextNode.noticeType.length == 0 && !this.hideMessage) {
|
|
23023
23159
|
this.$message.warning('请选择通知方式');
|
|
23024
23160
|
return;
|
|
23025
23161
|
}
|
|
23026
|
-
if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage) {
|
|
23162
|
+
if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage && !this.hideMessage) {
|
|
23027
23163
|
this.$message.warning('请填写通知消息内容');
|
|
23028
23164
|
return;
|
|
23029
23165
|
}
|
|
@@ -23069,14 +23205,16 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
23069
23205
|
_this2.loading.close();
|
|
23070
23206
|
if (res.rCode == 0 || res.status == "success") {
|
|
23071
23207
|
_this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
|
|
23072
|
-
|
|
23073
|
-
|
|
23074
|
-
|
|
23075
|
-
|
|
23076
|
-
|
|
23077
|
-
|
|
23078
|
-
|
|
23079
|
-
|
|
23208
|
+
if (!_this2.hideMessage) {
|
|
23209
|
+
var arr = [];
|
|
23210
|
+
_this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
|
|
23211
|
+
_this2.nextNode.notificationType.map(function (x) {
|
|
23212
|
+
if (_this2.nextNode.noticeType.indexOf(x.cciValue) != -1) {
|
|
23213
|
+
arr.push(x.cciValue);
|
|
23214
|
+
}
|
|
23215
|
+
});
|
|
23216
|
+
_this2.nextNode.noticeType = arr;
|
|
23217
|
+
}
|
|
23080
23218
|
} else {
|
|
23081
23219
|
_this2.$message({
|
|
23082
23220
|
message: res.msg || res.message,
|
|
@@ -23100,8 +23238,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
23100
23238
|
|
|
23101
23239
|
var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
23102
23240
|
src_supervisevue_type_script_lang_js_,
|
|
23103
|
-
|
|
23104
|
-
|
|
23241
|
+
supervisevue_type_template_id_378b0e28_render,
|
|
23242
|
+
supervisevue_type_template_id_378b0e28_staticRenderFns,
|
|
23105
23243
|
false,
|
|
23106
23244
|
null,
|
|
23107
23245
|
null,
|
|
@@ -23110,8 +23248,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
23110
23248
|
)
|
|
23111
23249
|
|
|
23112
23250
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
23113
|
-
// 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=
|
|
23114
|
-
var
|
|
23251
|
+
// 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=535aafac&
|
|
23252
|
+
var Circulatevue_type_template_id_535aafac_render = function () {
|
|
23115
23253
|
var _vm = this
|
|
23116
23254
|
var _h = _vm.$createElement
|
|
23117
23255
|
var _c = _vm._self._c || _h
|
|
@@ -23194,8 +23332,9 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
|
|
|
23194
23332
|
{
|
|
23195
23333
|
name: "show",
|
|
23196
23334
|
rawName: "v-show",
|
|
23197
|
-
value:
|
|
23198
|
-
|
|
23335
|
+
value:
|
|
23336
|
+
_vm.infoList.noticeList.length != 0 && !_vm.hideMessage,
|
|
23337
|
+
expression: "infoList.noticeList.length != 0 && !hideMessage",
|
|
23199
23338
|
},
|
|
23200
23339
|
],
|
|
23201
23340
|
attrs: { prop: "noticeType", label: "通知方式" },
|
|
@@ -23247,7 +23386,7 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
|
|
|
23247
23386
|
name: "show",
|
|
23248
23387
|
rawName: "v-show",
|
|
23249
23388
|
value: _vm.infoList.noticeType.length != 0,
|
|
23250
|
-
expression: "infoList.noticeType.length != 0",
|
|
23389
|
+
expression: "infoList.noticeType.length != 0 ",
|
|
23251
23390
|
},
|
|
23252
23391
|
],
|
|
23253
23392
|
attrs: { prop: "noticeInfo", label: "通知消息" },
|
|
@@ -23298,11 +23437,11 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
|
|
|
23298
23437
|
1
|
|
23299
23438
|
)
|
|
23300
23439
|
}
|
|
23301
|
-
var
|
|
23302
|
-
|
|
23440
|
+
var Circulatevue_type_template_id_535aafac_staticRenderFns = []
|
|
23441
|
+
Circulatevue_type_template_id_535aafac_render._withStripped = true
|
|
23303
23442
|
|
|
23304
23443
|
|
|
23305
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
23444
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=535aafac&
|
|
23306
23445
|
|
|
23307
23446
|
// 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&
|
|
23308
23447
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -23428,7 +23567,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23428
23567
|
formTitle: {
|
|
23429
23568
|
type: String,
|
|
23430
23569
|
default: ''
|
|
23431
|
-
}
|
|
23570
|
+
},
|
|
23571
|
+
hideMessage: { type: Boolean, default: false }
|
|
23432
23572
|
},
|
|
23433
23573
|
inheritAttrs: false,
|
|
23434
23574
|
data: function data() {
|
|
@@ -23686,6 +23826,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23686
23826
|
message = res.message;
|
|
23687
23827
|
|
|
23688
23828
|
if (status === 'success') {
|
|
23829
|
+
if (_this4.hideMessage) return;
|
|
23689
23830
|
_this4.infoList.noticeType = message.split(',');
|
|
23690
23831
|
var arr = [];
|
|
23691
23832
|
_this4.infoList.noticeList.map(function (item) {
|
|
@@ -23720,8 +23861,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23720
23861
|
|
|
23721
23862
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
23722
23863
|
component_Circulatevue_type_script_lang_js_,
|
|
23723
|
-
|
|
23724
|
-
|
|
23864
|
+
Circulatevue_type_template_id_535aafac_render,
|
|
23865
|
+
Circulatevue_type_template_id_535aafac_staticRenderFns,
|
|
23725
23866
|
false,
|
|
23726
23867
|
null,
|
|
23727
23868
|
null,
|
|
@@ -25496,6 +25637,35 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25496
25637
|
//
|
|
25497
25638
|
//
|
|
25498
25639
|
//
|
|
25640
|
+
//
|
|
25641
|
+
//
|
|
25642
|
+
//
|
|
25643
|
+
//
|
|
25644
|
+
//
|
|
25645
|
+
//
|
|
25646
|
+
//
|
|
25647
|
+
//
|
|
25648
|
+
//
|
|
25649
|
+
//
|
|
25650
|
+
//
|
|
25651
|
+
//
|
|
25652
|
+
//
|
|
25653
|
+
//
|
|
25654
|
+
//
|
|
25655
|
+
//
|
|
25656
|
+
//
|
|
25657
|
+
//
|
|
25658
|
+
//
|
|
25659
|
+
//
|
|
25660
|
+
//
|
|
25661
|
+
//
|
|
25662
|
+
//
|
|
25663
|
+
//
|
|
25664
|
+
//
|
|
25665
|
+
//
|
|
25666
|
+
//
|
|
25667
|
+
//
|
|
25668
|
+
//
|
|
25499
25669
|
|
|
25500
25670
|
|
|
25501
25671
|
|
|
@@ -25521,6 +25691,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25521
25691
|
componentName: 'EsFlow',
|
|
25522
25692
|
components: (mainvue_type_script_lang_js_components = {}, mainvue_type_script_lang_js_components[processForm.name] = processForm, mainvue_type_script_lang_js_components[processReject.name] = processReject, mainvue_type_script_lang_js_components[startTaskRead.name] = startTaskRead, mainvue_type_script_lang_js_components[CustomPreset.name] = CustomPreset, mainvue_type_script_lang_js_components[CommonOpinions.name] = CommonOpinions, mainvue_type_script_lang_js_components[FileList["a" /* default */].name] = FileList["a" /* default */], mainvue_type_script_lang_js_components[TimeLimit.name] = TimeLimit, mainvue_type_script_lang_js_components[SendMsg.name] = SendMsg, mainvue_type_script_lang_js_components[selectUser.name] = selectUser, mainvue_type_script_lang_js_components[taskUnionExamine.name] = taskUnionExamine, mainvue_type_script_lang_js_components[freeStartFlow.name] = freeStartFlow, mainvue_type_script_lang_js_components[SortFlow.name] = SortFlow, mainvue_type_script_lang_js_components.circulate = Circulate, mainvue_type_script_lang_js_components.Preset = Preset, mainvue_type_script_lang_js_components.Reset = src_reset, mainvue_type_script_lang_js_components.Supervise = supervise, mainvue_type_script_lang_js_components.FreeCirculation = FreeCirculation, mainvue_type_script_lang_js_components),
|
|
25523
25693
|
props: {
|
|
25694
|
+
hideMessage: { type: Boolean, default: false },
|
|
25524
25695
|
showShrink: { type: Boolean, default: true },
|
|
25525
25696
|
showTooltip: { type: Boolean, default: true },
|
|
25526
25697
|
isStartFlow: { type: Boolean, default: false },
|
|
@@ -25537,6 +25708,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25537
25708
|
type: String,
|
|
25538
25709
|
default: 'left'
|
|
25539
25710
|
},
|
|
25711
|
+
|
|
25540
25712
|
flowListDisabled: {
|
|
25541
25713
|
type: Boolean,
|
|
25542
25714
|
default: false
|
|
@@ -25590,6 +25762,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25590
25762
|
type: Boolean,
|
|
25591
25763
|
default: true
|
|
25592
25764
|
},
|
|
25765
|
+
flowLabelConfig: {
|
|
25766
|
+
type: Object,
|
|
25767
|
+
default: function _default() {
|
|
25768
|
+
return {};
|
|
25769
|
+
}
|
|
25770
|
+
},
|
|
25593
25771
|
isEndMessage: { type: Boolean, default: false }
|
|
25594
25772
|
},
|
|
25595
25773
|
data: function data() {
|
|
@@ -26391,11 +26569,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26391
26569
|
});
|
|
26392
26570
|
},
|
|
26393
26571
|
|
|
26394
|
-
/**
|
|
26395
|
-
* saveInfo
|
|
26396
|
-
* @desc:暂存
|
|
26397
|
-
* @author liufan
|
|
26398
|
-
* @date 2022年9月9日
|
|
26572
|
+
/**
|
|
26573
|
+
* saveInfo
|
|
26574
|
+
* @desc:暂存
|
|
26575
|
+
* @author liufan
|
|
26576
|
+
* @date 2022年9月9日
|
|
26399
26577
|
**/
|
|
26400
26578
|
saveInfo: function saveInfo(type, btn) {
|
|
26401
26579
|
var _this13 = this;
|
|
@@ -26457,11 +26635,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26457
26635
|
});
|
|
26458
26636
|
},
|
|
26459
26637
|
|
|
26460
|
-
/**
|
|
26461
|
-
* rejectBtn
|
|
26462
|
-
* @desc:点击驳回
|
|
26463
|
-
* @author liufan
|
|
26464
|
-
* @date 2022年5月25日
|
|
26638
|
+
/**
|
|
26639
|
+
* rejectBtn
|
|
26640
|
+
* @desc:点击驳回
|
|
26641
|
+
* @author liufan
|
|
26642
|
+
* @date 2022年5月25日
|
|
26465
26643
|
**/
|
|
26466
26644
|
rejectBtn: function rejectBtn() {
|
|
26467
26645
|
var _this15 = this;
|
|
@@ -26479,11 +26657,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26479
26657
|
}
|
|
26480
26658
|
},
|
|
26481
26659
|
|
|
26482
|
-
/**
|
|
26483
|
-
* taskReadBtn
|
|
26484
|
-
* @desc:点击分阅
|
|
26485
|
-
* @author liufan
|
|
26486
|
-
* @date 2022年5月25日
|
|
26660
|
+
/**
|
|
26661
|
+
* taskReadBtn
|
|
26662
|
+
* @desc:点击分阅
|
|
26663
|
+
* @author liufan
|
|
26664
|
+
* @date 2022年5月25日
|
|
26487
26665
|
**/
|
|
26488
26666
|
taskReadBtn: function taskReadBtn() {
|
|
26489
26667
|
var _this16 = this;
|
|
@@ -26502,11 +26680,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26502
26680
|
}
|
|
26503
26681
|
},
|
|
26504
26682
|
|
|
26505
|
-
/**
|
|
26506
|
-
* getFind
|
|
26507
|
-
* @desc:获取通知方式
|
|
26508
|
-
* @author liufan
|
|
26509
|
-
* @date 2022年5月25日
|
|
26683
|
+
/**
|
|
26684
|
+
* getFind
|
|
26685
|
+
* @desc:获取通知方式
|
|
26686
|
+
* @author liufan
|
|
26687
|
+
* @date 2022年5月25日
|
|
26510
26688
|
**/
|
|
26511
26689
|
getFind: function getFind() {
|
|
26512
26690
|
var _this17 = this;
|
|
@@ -26518,6 +26696,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26518
26696
|
message = res.message;
|
|
26519
26697
|
|
|
26520
26698
|
if (status === 'success') {
|
|
26699
|
+
if (_this17.hideMessage) return;
|
|
26521
26700
|
_this17.nextNode.notificationType = message.split(',');
|
|
26522
26701
|
var arr = [];
|
|
26523
26702
|
_this17.newsList.map(function (item) {
|
|
@@ -26572,12 +26751,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26572
26751
|
});
|
|
26573
26752
|
},
|
|
26574
26753
|
|
|
26575
|
-
/**
|
|
26576
|
-
* endFlows
|
|
26577
|
-
* @desc:直接办结
|
|
26578
|
-
* @author liufan
|
|
26579
|
-
* @param {Object} res 直接办结数据
|
|
26580
|
-
* @date 2022年5月25日
|
|
26754
|
+
/**
|
|
26755
|
+
* endFlows
|
|
26756
|
+
* @desc:直接办结
|
|
26757
|
+
* @author liufan
|
|
26758
|
+
* @param {Object} res 直接办结数据
|
|
26759
|
+
* @date 2022年5月25日
|
|
26581
26760
|
**/
|
|
26582
26761
|
endFlows: function endFlows(res) {
|
|
26583
26762
|
var _this19 = this;
|
|
@@ -26632,12 +26811,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26632
26811
|
}).catch(function (e) {});
|
|
26633
26812
|
},
|
|
26634
26813
|
|
|
26635
|
-
/**
|
|
26636
|
-
* goView
|
|
26637
|
-
* @desc:更多流程按钮操作
|
|
26638
|
-
* @author liufan
|
|
26639
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
26640
|
-
* @date 2022年5月25日
|
|
26814
|
+
/**
|
|
26815
|
+
* goView
|
|
26816
|
+
* @desc:更多流程按钮操作
|
|
26817
|
+
* @author liufan
|
|
26818
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
26819
|
+
* @date 2022年5月25日
|
|
26641
26820
|
**/
|
|
26642
26821
|
goView: function goView(res) {
|
|
26643
26822
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -26724,11 +26903,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26724
26903
|
// isCanStartSubFlow
|
|
26725
26904
|
},
|
|
26726
26905
|
|
|
26727
|
-
/**
|
|
26728
|
-
* toTakeAdvice
|
|
26729
|
-
* @desc:征求意见
|
|
26730
|
-
* @author liufan
|
|
26731
|
-
* @date 2022年9月29日
|
|
26906
|
+
/**
|
|
26907
|
+
* toTakeAdvice
|
|
26908
|
+
* @desc:征求意见
|
|
26909
|
+
* @author liufan
|
|
26910
|
+
* @date 2022年9月29日
|
|
26732
26911
|
**/
|
|
26733
26912
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
26734
26913
|
var _this21 = this;
|
|
@@ -26772,11 +26951,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26772
26951
|
});
|
|
26773
26952
|
},
|
|
26774
26953
|
|
|
26775
|
-
/**
|
|
26776
|
-
* toStartDraf
|
|
26777
|
-
* @desc: 稿件递送、联合审核、复核
|
|
26778
|
-
* @author liufan
|
|
26779
|
-
* @date 2022年9月29日
|
|
26954
|
+
/**
|
|
26955
|
+
* toStartDraf
|
|
26956
|
+
* @desc: 稿件递送、联合审核、复核
|
|
26957
|
+
* @author liufan
|
|
26958
|
+
* @date 2022年9月29日
|
|
26780
26959
|
**/
|
|
26781
26960
|
toStartDraf: function toStartDraf(res) {
|
|
26782
26961
|
var _this23 = this;
|
|
@@ -26790,11 +26969,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26790
26969
|
}
|
|
26791
26970
|
},
|
|
26792
26971
|
|
|
26793
|
-
/**
|
|
26794
|
-
* toSendMsg
|
|
26795
|
-
* @desc:核稿通知
|
|
26796
|
-
* @author liufan
|
|
26797
|
-
* @date 2022年9月29日
|
|
26972
|
+
/**
|
|
26973
|
+
* toSendMsg
|
|
26974
|
+
* @desc:核稿通知
|
|
26975
|
+
* @author liufan
|
|
26976
|
+
* @date 2022年9月29日
|
|
26798
26977
|
**/
|
|
26799
26978
|
toSendMsg: function toSendMsg(res) {
|
|
26800
26979
|
var _this24 = this;
|
|
@@ -26808,11 +26987,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26808
26987
|
}
|
|
26809
26988
|
},
|
|
26810
26989
|
|
|
26811
|
-
/**
|
|
26812
|
-
* toTaskReadAndEnd
|
|
26813
|
-
* @desc:分阅并办结
|
|
26814
|
-
* @author liufan
|
|
26815
|
-
* @date 2022年9月29日
|
|
26990
|
+
/**
|
|
26991
|
+
* toTaskReadAndEnd
|
|
26992
|
+
* @desc:分阅并办结
|
|
26993
|
+
* @author liufan
|
|
26994
|
+
* @date 2022年9月29日
|
|
26816
26995
|
**/
|
|
26817
26996
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
26818
26997
|
var _this25 = this;
|
|
@@ -26830,11 +27009,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26830
27009
|
}
|
|
26831
27010
|
},
|
|
26832
27011
|
|
|
26833
|
-
/**
|
|
26834
|
-
* rejectAndEnd
|
|
26835
|
-
* @desc:驳回并办结
|
|
26836
|
-
* @author liufan
|
|
26837
|
-
* @date 2022年9月29日
|
|
27012
|
+
/**
|
|
27013
|
+
* rejectAndEnd
|
|
27014
|
+
* @desc:驳回并办结
|
|
27015
|
+
* @author liufan
|
|
27016
|
+
* @date 2022年9月29日
|
|
26838
27017
|
**/
|
|
26839
27018
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
26840
27019
|
var _this26 = this;
|
|
@@ -26890,11 +27069,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26890
27069
|
});
|
|
26891
27070
|
},
|
|
26892
27071
|
|
|
26893
|
-
/**
|
|
26894
|
-
* toTransfer
|
|
26895
|
-
* @desc:转办
|
|
26896
|
-
* @author liufan
|
|
26897
|
-
* @date 2022年9月29日
|
|
27072
|
+
/**
|
|
27073
|
+
* toTransfer
|
|
27074
|
+
* @desc:转办
|
|
27075
|
+
* @author liufan
|
|
27076
|
+
* @date 2022年9月29日
|
|
26898
27077
|
**/
|
|
26899
27078
|
toTransfer: function toTransfer(res) {
|
|
26900
27079
|
var _this28 = this;
|
|
@@ -26913,11 +27092,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26913
27092
|
this.nextNode.customLimitTime = val;
|
|
26914
27093
|
},
|
|
26915
27094
|
|
|
26916
|
-
/**
|
|
26917
|
-
* getNodeInfo
|
|
26918
|
-
* @desc:获取节点信息
|
|
26919
|
-
* @author liufan
|
|
26920
|
-
* @date 2022年5月25日
|
|
27095
|
+
/**
|
|
27096
|
+
* getNodeInfo
|
|
27097
|
+
* @desc:获取节点信息
|
|
27098
|
+
* @author liufan
|
|
27099
|
+
* @date 2022年5月25日
|
|
26921
27100
|
**/
|
|
26922
27101
|
getNodeInfo: function getNodeInfo() {
|
|
26923
27102
|
var _this29 = this;
|
|
@@ -27028,12 +27207,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27028
27207
|
});
|
|
27029
27208
|
},
|
|
27030
27209
|
|
|
27031
|
-
/**
|
|
27032
|
-
* selecNext
|
|
27033
|
-
* @desc:下步节点变化时更新数据
|
|
27034
|
-
* @author liufan
|
|
27035
|
-
* @param {String} val 当前选中值
|
|
27036
|
-
* @date 2022年5月25日
|
|
27210
|
+
/**
|
|
27211
|
+
* selecNext
|
|
27212
|
+
* @desc:下步节点变化时更新数据
|
|
27213
|
+
* @author liufan
|
|
27214
|
+
* @param {String} val 当前选中值
|
|
27215
|
+
* @date 2022年5月25日
|
|
27037
27216
|
**/
|
|
27038
27217
|
selecNext: function selecNext(val, type, isDef) {
|
|
27039
27218
|
var _this30 = this;
|
|
@@ -27173,11 +27352,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27173
27352
|
}
|
|
27174
27353
|
},
|
|
27175
27354
|
|
|
27176
|
-
/**
|
|
27177
|
-
* isMultiple
|
|
27178
|
-
* @desc:是否多选
|
|
27179
|
-
* @author liufan
|
|
27180
|
-
* @date 2022年9月13日
|
|
27355
|
+
/**
|
|
27356
|
+
* isMultiple
|
|
27357
|
+
* @desc:是否多选
|
|
27358
|
+
* @author liufan
|
|
27359
|
+
* @date 2022年9月13日
|
|
27181
27360
|
**/
|
|
27182
27361
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
27183
27362
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -27209,11 +27388,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27209
27388
|
}
|
|
27210
27389
|
},
|
|
27211
27390
|
|
|
27212
|
-
/**
|
|
27213
|
-
* getHedInfo
|
|
27214
|
-
* @desc:获取审核页面数据
|
|
27215
|
-
* @author liufan
|
|
27216
|
-
* @date 2022年5月25日
|
|
27391
|
+
/**
|
|
27392
|
+
* getHedInfo
|
|
27393
|
+
* @desc:获取审核页面数据
|
|
27394
|
+
* @author liufan
|
|
27395
|
+
* @date 2022年5月25日
|
|
27217
27396
|
**/
|
|
27218
27397
|
getHedInfo: function getHedInfo() {
|
|
27219
27398
|
var _this31 = this;
|
|
@@ -27529,13 +27708,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27529
27708
|
});
|
|
27530
27709
|
},
|
|
27531
27710
|
|
|
27532
|
-
/**
|
|
27533
|
-
* closeProcess
|
|
27534
|
-
* @desc:关闭弹窗
|
|
27535
|
-
* @author liufan
|
|
27536
|
-
* @param {boolean} val 当前是否办理流程
|
|
27537
|
-
* @param {String} type 当前点击的弹窗类型
|
|
27538
|
-
* @date 2022年5月25日
|
|
27711
|
+
/**
|
|
27712
|
+
* closeProcess
|
|
27713
|
+
* @desc:关闭弹窗
|
|
27714
|
+
* @author liufan
|
|
27715
|
+
* @param {boolean} val 当前是否办理流程
|
|
27716
|
+
* @param {String} type 当前点击的弹窗类型
|
|
27717
|
+
* @date 2022年5月25日
|
|
27539
27718
|
**/
|
|
27540
27719
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
27541
27720
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -27555,23 +27734,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27555
27734
|
}
|
|
27556
27735
|
},
|
|
27557
27736
|
|
|
27558
|
-
/**
|
|
27559
|
-
* selectChange
|
|
27560
|
-
* @desc:常用语选择
|
|
27561
|
-
* @author liufan
|
|
27562
|
-
* @param {String} val 选中值
|
|
27563
|
-
* @date 2022年5月25日
|
|
27737
|
+
/**
|
|
27738
|
+
* selectChange
|
|
27739
|
+
* @desc:常用语选择
|
|
27740
|
+
* @author liufan
|
|
27741
|
+
* @param {String} val 选中值
|
|
27742
|
+
* @date 2022年5月25日
|
|
27564
27743
|
**/
|
|
27565
27744
|
selectChange: function selectChange(val) {
|
|
27566
27745
|
this.value = val;
|
|
27567
27746
|
},
|
|
27568
27747
|
|
|
27569
|
-
/**
|
|
27570
|
-
* upDate
|
|
27571
|
-
* @desc:修改常用语
|
|
27572
|
-
* @author liufan
|
|
27573
|
-
* @param {Object} val 修改值
|
|
27574
|
-
* @date 2022年5月25日
|
|
27748
|
+
/**
|
|
27749
|
+
* upDate
|
|
27750
|
+
* @desc:修改常用语
|
|
27751
|
+
* @author liufan
|
|
27752
|
+
* @param {Object} val 修改值
|
|
27753
|
+
* @date 2022年5月25日
|
|
27575
27754
|
**/
|
|
27576
27755
|
upDate: function upDate(val) {
|
|
27577
27756
|
this.FormData.id = val.id;
|
|
@@ -27579,11 +27758,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27579
27758
|
},
|
|
27580
27759
|
|
|
27581
27760
|
|
|
27582
|
-
/**
|
|
27583
|
-
* getProcess
|
|
27584
|
-
* @desc:获取选择流程
|
|
27585
|
-
* @author liufan
|
|
27586
|
-
* @date 2022年5月25日
|
|
27761
|
+
/**
|
|
27762
|
+
* getProcess
|
|
27763
|
+
* @desc:获取选择流程
|
|
27764
|
+
* @author liufan
|
|
27765
|
+
* @date 2022年5月25日
|
|
27587
27766
|
**/
|
|
27588
27767
|
getProcess: function getProcess(val) {
|
|
27589
27768
|
var _this32 = this;
|
|
@@ -27643,11 +27822,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27643
27822
|
});
|
|
27644
27823
|
},
|
|
27645
27824
|
|
|
27646
|
-
/**
|
|
27647
|
-
* getPendedhistoryList
|
|
27648
|
-
* @desc:获取流程列表
|
|
27649
|
-
* @author liufan
|
|
27650
|
-
* @date 2022年5月25日
|
|
27825
|
+
/**
|
|
27826
|
+
* getPendedhistoryList
|
|
27827
|
+
* @desc:获取流程列表
|
|
27828
|
+
* @author liufan
|
|
27829
|
+
* @date 2022年5月25日
|
|
27651
27830
|
**/
|
|
27652
27831
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
27653
27832
|
var _this33 = this;
|
|
@@ -27718,12 +27897,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27718
27897
|
beforeSubProcess: function beforeSubProcess() {},
|
|
27719
27898
|
|
|
27720
27899
|
// 提交流程
|
|
27721
|
-
/**
|
|
27722
|
-
* subProcess
|
|
27723
|
-
* @desc:提交流程
|
|
27724
|
-
* @author liufan
|
|
27725
|
-
* @param {String} formName 当前form表单ref值
|
|
27726
|
-
* @date 2022年5月25日
|
|
27900
|
+
/**
|
|
27901
|
+
* subProcess
|
|
27902
|
+
* @desc:提交流程
|
|
27903
|
+
* @author liufan
|
|
27904
|
+
* @param {String} formName 当前form表单ref值
|
|
27905
|
+
* @date 2022年5月25日
|
|
27727
27906
|
**/
|
|
27728
27907
|
subProcess: function subProcess(val, type) {
|
|
27729
27908
|
var _this35 = this;
|
|
@@ -27779,7 +27958,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27779
27958
|
if (!this.endFlow && this.newTypeCode != 'fenyue' && !this.shrink && this.nextNode.isAddSign != '1' && this.nextNode.isRemoveSign != '1' && this.isSpecial && !this.isReject && this.nodeInfos.length != 0 && this.isNextUser) {
|
|
27780
27959
|
if (this.isShowNextUser) {
|
|
27781
27960
|
if (this.nextNode.nextUserId == '' || this.multiple && this.nextNode.nextUserId.length == 0) {
|
|
27782
|
-
this.$message.warning('
|
|
27961
|
+
this.$message.warning('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '下步办理人'));
|
|
27783
27962
|
return false;
|
|
27784
27963
|
}
|
|
27785
27964
|
} else {
|