eoss-ui 0.8.7 → 0.8.8
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 +928 -757
- package/lib/flow.js +393 -222
- package/lib/index.js +1 -1
- package/lib/main.js +283 -283
- 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 +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/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=2dffee80&
|
|
4838
4838
|
var render = function () {
|
|
4839
4839
|
var _vm = this
|
|
4840
4840
|
var _h = _vm.$createElement
|
|
@@ -5047,6 +5047,8 @@ var render = function () {
|
|
|
5047
5047
|
"pending-id": _vm.pendingId,
|
|
5048
5048
|
showBtn: false,
|
|
5049
5049
|
formTitle: _vm.formTitle,
|
|
5050
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
5051
|
+
hideMessage: _vm.hideMessage,
|
|
5050
5052
|
startFlowPageEmbeddedIntoStartFlowIndex:
|
|
5051
5053
|
_vm.startFlowPageEmbeddedIntoStartFlowIndex,
|
|
5052
5054
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
@@ -5095,6 +5097,8 @@ var render = function () {
|
|
|
5095
5097
|
selectorConfig: _vm.selectorConfig,
|
|
5096
5098
|
resetAppId: _vm.resetAppId,
|
|
5097
5099
|
taskExamine: _vm.taskExamineInfo,
|
|
5100
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
5101
|
+
hideMessage: _vm.hideMessage,
|
|
5098
5102
|
subParams: _vm.subParams,
|
|
5099
5103
|
"news-info": _vm.nextNode.notificationMsg,
|
|
5100
5104
|
},
|
|
@@ -5112,6 +5116,8 @@ var render = function () {
|
|
|
5112
5116
|
showOther: _vm.showOther,
|
|
5113
5117
|
showTooltip: _vm.showTooltip,
|
|
5114
5118
|
selectorParams: _vm.selectorParams,
|
|
5119
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
5120
|
+
hideMessage: _vm.hideMessage,
|
|
5115
5121
|
formLabelPosition: _vm.formLabelPosition,
|
|
5116
5122
|
simpleTips: _vm.simpleTips,
|
|
5117
5123
|
},
|
|
@@ -5122,6 +5128,8 @@ var render = function () {
|
|
|
5122
5128
|
businessId: _vm.businessId,
|
|
5123
5129
|
appId: _vm.resetAppId,
|
|
5124
5130
|
showTooltip: _vm.showTooltip,
|
|
5131
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
5132
|
+
hideMessage: _vm.hideMessage,
|
|
5125
5133
|
simpleTips: _vm.simpleTips,
|
|
5126
5134
|
},
|
|
5127
5135
|
on: {
|
|
@@ -5138,6 +5146,8 @@ var render = function () {
|
|
|
5138
5146
|
showTooltip: _vm.showTooltip,
|
|
5139
5147
|
simpleTips: _vm.simpleTips,
|
|
5140
5148
|
appId: _vm.resetAppId,
|
|
5149
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
5150
|
+
hideMessage: _vm.hideMessage,
|
|
5141
5151
|
flowParams: _vm.param,
|
|
5142
5152
|
subParams: _vm.subParams,
|
|
5143
5153
|
},
|
|
@@ -6138,7 +6148,11 @@ var render = function () {
|
|
|
6138
6148
|
: "nextOrgId",
|
|
6139
6149
|
label:
|
|
6140
6150
|
_vm.isShowNextUser
|
|
6141
|
-
? "
|
|
6151
|
+
? "" +
|
|
6152
|
+
(_vm
|
|
6153
|
+
.flowLabelConfig
|
|
6154
|
+
.nextUser ||
|
|
6155
|
+
"下步办理人")
|
|
6142
6156
|
: "办理对象",
|
|
6143
6157
|
},
|
|
6144
6158
|
},
|
|
@@ -6648,6 +6662,8 @@ var render = function () {
|
|
|
6648
6662
|
? _c("CustomPreset", {
|
|
6649
6663
|
ref: "customPreset",
|
|
6650
6664
|
attrs: {
|
|
6665
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
6666
|
+
hideMessage: _vm.hideMessage,
|
|
6651
6667
|
showTooltip: _vm.showTooltip,
|
|
6652
6668
|
nextNode: _vm.nextNode.nextNodeId,
|
|
6653
6669
|
customPresetHintMessage:
|
|
@@ -6677,6 +6693,8 @@ var render = function () {
|
|
|
6677
6693
|
nodeId: _vm.nextNode.nextNodeId,
|
|
6678
6694
|
showTooltip: _vm.showTooltip,
|
|
6679
6695
|
businessId: _vm.businessIds,
|
|
6696
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
6697
|
+
hideMessage: _vm.hideMessage,
|
|
6680
6698
|
customPresetHintMessage:
|
|
6681
6699
|
_vm.customPresetHintMessage,
|
|
6682
6700
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
@@ -6714,6 +6732,8 @@ var render = function () {
|
|
|
6714
6732
|
_vm.businessIds,
|
|
6715
6733
|
simpleTips: _vm.simpleTips,
|
|
6716
6734
|
showTooltip: _vm.showTooltip,
|
|
6735
|
+
hideMessage: _vm.hideMessage,
|
|
6736
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
6717
6737
|
"is-free-start-flow":
|
|
6718
6738
|
_vm.freeStartFlowParams.useScene ===
|
|
6719
6739
|
"multiInsMidwayWithSubmitScene",
|
|
@@ -6755,6 +6775,7 @@ var render = function () {
|
|
|
6755
6775
|
ref: "flowCirculate",
|
|
6756
6776
|
attrs: {
|
|
6757
6777
|
showTooltip: _vm.showTooltip,
|
|
6778
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
6758
6779
|
"label-position": _vm.formLabelPosition,
|
|
6759
6780
|
businessId: _vm.businessId,
|
|
6760
6781
|
startFlowPageEmbeddedIntoStartFlowIndex:
|
|
@@ -6773,7 +6794,10 @@ var render = function () {
|
|
|
6773
6794
|
},
|
|
6774
6795
|
})
|
|
6775
6796
|
: _vm._e(),
|
|
6776
|
-
!_vm.isFlow &&
|
|
6797
|
+
!_vm.isFlow &&
|
|
6798
|
+
_vm.isSpecial &&
|
|
6799
|
+
_vm.newsList.length > 0 &&
|
|
6800
|
+
!_vm.hideMessage
|
|
6777
6801
|
? _c(
|
|
6778
6802
|
"div",
|
|
6779
6803
|
{
|
|
@@ -7455,6 +7479,8 @@ var render = function () {
|
|
|
7455
7479
|
_c("circulate", {
|
|
7456
7480
|
attrs: {
|
|
7457
7481
|
businessId: _vm.businessId,
|
|
7482
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
7483
|
+
hideMessage: _vm.hideMessage,
|
|
7458
7484
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
7459
7485
|
showTooltip: _vm.showTooltip,
|
|
7460
7486
|
simpleTips: _vm.simpleTips,
|
|
@@ -7503,6 +7529,8 @@ var render = function () {
|
|
|
7503
7529
|
showTooltip: _vm.showTooltip,
|
|
7504
7530
|
simpleTips: _vm.simpleTips,
|
|
7505
7531
|
selectorParams: _vm.selectorParams,
|
|
7532
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
7533
|
+
hideMessage: _vm.hideMessage,
|
|
7506
7534
|
"is-free-start-flow":
|
|
7507
7535
|
_vm.freeStartFlowParams.useScene ===
|
|
7508
7536
|
"multiInsMidwayWithSubmitScene",
|
|
@@ -7590,6 +7618,8 @@ var render = function () {
|
|
|
7590
7618
|
option: _vm.value,
|
|
7591
7619
|
showTooltip: _vm.showTooltip,
|
|
7592
7620
|
simpleTips: _vm.simpleTips,
|
|
7621
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
7622
|
+
hideMessage: _vm.hideMessage,
|
|
7593
7623
|
"show-reject": _vm.showReject,
|
|
7594
7624
|
"news-info": _vm.nextNode.notificationMsg,
|
|
7595
7625
|
},
|
|
@@ -7630,6 +7660,8 @@ var render = function () {
|
|
|
7630
7660
|
opinion: _vm.value,
|
|
7631
7661
|
type: _vm.taskReadType,
|
|
7632
7662
|
showTooltip: _vm.showTooltip,
|
|
7663
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
7664
|
+
hideMessage: _vm.hideMessage,
|
|
7633
7665
|
selectorConfig: _vm.selectorConfig,
|
|
7634
7666
|
simpleTips: _vm.simpleTips,
|
|
7635
7667
|
subParams: _vm.subParams,
|
|
@@ -7777,6 +7809,8 @@ var render = function () {
|
|
|
7777
7809
|
pendingId: _vm.pendingId,
|
|
7778
7810
|
defaultOpinion: _vm.nodeDefaultSubmitOpinion,
|
|
7779
7811
|
oldOption: _vm.value,
|
|
7812
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
7813
|
+
hideMessage: _vm.hideMessage,
|
|
7780
7814
|
selectorParams: _vm.selectorParams,
|
|
7781
7815
|
type: _vm.flowType,
|
|
7782
7816
|
multiple: _vm.flowMultiple,
|
|
@@ -7818,6 +7852,8 @@ var render = function () {
|
|
|
7818
7852
|
{
|
|
7819
7853
|
attrs: {
|
|
7820
7854
|
isStartFlow: "",
|
|
7855
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
7856
|
+
hideMessage: _vm.hideMessage,
|
|
7821
7857
|
simpleTips: _vm.simpleTips,
|
|
7822
7858
|
btnList: [
|
|
7823
7859
|
{
|
|
@@ -7857,7 +7893,7 @@ var staticRenderFns = []
|
|
|
7857
7893
|
render._withStripped = true
|
|
7858
7894
|
|
|
7859
7895
|
|
|
7860
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7896
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=2dffee80&
|
|
7861
7897
|
|
|
7862
7898
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7863
7899
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -8921,8 +8957,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8921
8957
|
)
|
|
8922
8958
|
|
|
8923
8959
|
/* 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
|
|
8960
|
+
// 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=17d61097&
|
|
8961
|
+
var processFormvue_type_template_id_17d61097_render = function () {
|
|
8926
8962
|
var _vm = this
|
|
8927
8963
|
var _h = _vm.$createElement
|
|
8928
8964
|
var _c = _vm._self._c || _h
|
|
@@ -9251,7 +9287,9 @@ var processFormvue_type_template_id_6df91879_render = function () {
|
|
|
9251
9287
|
{
|
|
9252
9288
|
attrs: {
|
|
9253
9289
|
prop: _vm.isShowNextUser ? "nextUser" : "nextOrgId",
|
|
9254
|
-
label: _vm.isShowNextUser
|
|
9290
|
+
label: _vm.isShowNextUser
|
|
9291
|
+
? "" + (_vm.flowLabelConfig.nextUser || "下步办理人")
|
|
9292
|
+
: "办理对象",
|
|
9255
9293
|
},
|
|
9256
9294
|
},
|
|
9257
9295
|
[
|
|
@@ -9653,7 +9691,7 @@ var processFormvue_type_template_id_6df91879_render = function () {
|
|
|
9653
9691
|
],
|
|
9654
9692
|
1
|
|
9655
9693
|
),
|
|
9656
|
-
!_vm.showBtn && _vm.nextNode.noticeList.length > 0
|
|
9694
|
+
!_vm.showBtn && _vm.nextNode.noticeList.length > 0 && !_vm.hideMessage
|
|
9657
9695
|
? _c("div", { staticStyle: { padding: "5px", background: "#fff" } }, [
|
|
9658
9696
|
_c(
|
|
9659
9697
|
"div",
|
|
@@ -9750,11 +9788,11 @@ var processFormvue_type_template_id_6df91879_render = function () {
|
|
|
9750
9788
|
1
|
|
9751
9789
|
)
|
|
9752
9790
|
}
|
|
9753
|
-
var
|
|
9754
|
-
|
|
9791
|
+
var processFormvue_type_template_id_17d61097_staticRenderFns = []
|
|
9792
|
+
processFormvue_type_template_id_17d61097_render._withStripped = true
|
|
9755
9793
|
|
|
9756
9794
|
|
|
9757
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
9795
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=17d61097&
|
|
9758
9796
|
|
|
9759
9797
|
// 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
9798
|
var selectUservue_type_template_id_5424da0a_render = function () {
|
|
@@ -11790,7 +11828,14 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11790
11828
|
type: [Number, String],
|
|
11791
11829
|
default: 0
|
|
11792
11830
|
},
|
|
11793
|
-
selectorParams: { type: Object, default: function _default() {} }
|
|
11831
|
+
selectorParams: { type: Object, default: function _default() {} },
|
|
11832
|
+
flowLabelConfig: {
|
|
11833
|
+
type: Object,
|
|
11834
|
+
default: function _default() {
|
|
11835
|
+
return {};
|
|
11836
|
+
}
|
|
11837
|
+
},
|
|
11838
|
+
hideMessage: { type: Boolean, default: false }
|
|
11794
11839
|
},
|
|
11795
11840
|
data: function data() {
|
|
11796
11841
|
return {
|
|
@@ -12289,7 +12334,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12289
12334
|
|
|
12290
12335
|
if (_this6.isShowNextUser) {
|
|
12291
12336
|
if ((nextUser == '' || _this6.multiple && nextUser.length == 0) && !_this6.isHideCurrentOrg && !_this6.isHideOtherOrg) {
|
|
12292
|
-
return _this6.$message.warning('
|
|
12337
|
+
return _this6.$message.warning('\u8BF7\u9009\u62E9' + (_this6.flowLabelConfig.nextUser || '下步办理人'));
|
|
12293
12338
|
}
|
|
12294
12339
|
} else {
|
|
12295
12340
|
if (nextOrgId == '' || _this6.multiple && nextOrgId.length == 0) {
|
|
@@ -12655,6 +12700,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12655
12700
|
message = res.message;
|
|
12656
12701
|
|
|
12657
12702
|
if (status === 'success') {
|
|
12703
|
+
if (_this8.hideMessage) return;
|
|
12658
12704
|
_this8.nextNode.noticeType = message.split(',');
|
|
12659
12705
|
var arr = [];
|
|
12660
12706
|
_this8.nextNode.noticeList.map(function (item) {
|
|
@@ -12680,11 +12726,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12680
12726
|
});
|
|
12681
12727
|
},
|
|
12682
12728
|
|
|
12683
|
-
/**
|
|
12684
|
-
* isMultiple
|
|
12685
|
-
* @desc:是否多选
|
|
12686
|
-
* @author liufan
|
|
12687
|
-
* @date 2022年9月13日
|
|
12729
|
+
/**
|
|
12730
|
+
* isMultiple
|
|
12731
|
+
* @desc:是否多选
|
|
12732
|
+
* @author liufan
|
|
12733
|
+
* @date 2022年9月13日
|
|
12688
12734
|
**/
|
|
12689
12735
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
12690
12736
|
var multiple = false;
|
|
@@ -12860,8 +12906,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12860
12906
|
|
|
12861
12907
|
var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
12862
12908
|
src_processFormvue_type_script_lang_js_,
|
|
12863
|
-
|
|
12864
|
-
|
|
12909
|
+
processFormvue_type_template_id_17d61097_render,
|
|
12910
|
+
processFormvue_type_template_id_17d61097_staticRenderFns,
|
|
12865
12911
|
false,
|
|
12866
12912
|
null,
|
|
12867
12913
|
null,
|
|
@@ -13753,8 +13799,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
|
|
|
13753
13799
|
)
|
|
13754
13800
|
|
|
13755
13801
|
/* 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
|
|
13802
|
+
// 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&
|
|
13803
|
+
var processRejectvue_type_template_id_364df082_render = function () {
|
|
13758
13804
|
var _vm = this
|
|
13759
13805
|
var _h = _vm.$createElement
|
|
13760
13806
|
var _c = _vm._self._c || _h
|
|
@@ -13988,11 +14034,11 @@ var processRejectvue_type_template_id_65914be1_render = function () {
|
|
|
13988
14034
|
1
|
|
13989
14035
|
)
|
|
13990
14036
|
}
|
|
13991
|
-
var
|
|
13992
|
-
|
|
14037
|
+
var processRejectvue_type_template_id_364df082_staticRenderFns = []
|
|
14038
|
+
processRejectvue_type_template_id_364df082_render._withStripped = true
|
|
13993
14039
|
|
|
13994
14040
|
|
|
13995
|
-
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
14041
|
+
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=364df082&
|
|
13996
14042
|
|
|
13997
14043
|
// 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
14044
|
//
|
|
@@ -14098,7 +14144,8 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14098
14144
|
newsInfo: { type: String, default: '' },
|
|
14099
14145
|
showReject: { type: Boolean },
|
|
14100
14146
|
option: { type: String, default: '' },
|
|
14101
|
-
simpleTips: { type: Boolean, default: true }
|
|
14147
|
+
simpleTips: { type: Boolean, default: true },
|
|
14148
|
+
hideMessage: { type: Boolean, default: false }
|
|
14102
14149
|
},
|
|
14103
14150
|
data: function data() {
|
|
14104
14151
|
return {
|
|
@@ -14230,6 +14277,7 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14230
14277
|
message = res.message;
|
|
14231
14278
|
|
|
14232
14279
|
if (status === 'success') {
|
|
14280
|
+
if (_this3.hideMessage) return;
|
|
14233
14281
|
_this3.nextNode.noticeType = message.split(',');
|
|
14234
14282
|
var arr = [];
|
|
14235
14283
|
_this3.nextNode.noticeList.map(function (item) {
|
|
@@ -14311,8 +14359,8 @@ processRejectvue_type_template_id_65914be1_render._withStripped = true
|
|
|
14311
14359
|
|
|
14312
14360
|
var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
14313
14361
|
src_processRejectvue_type_script_lang_js_,
|
|
14314
|
-
|
|
14315
|
-
|
|
14362
|
+
processRejectvue_type_template_id_364df082_render,
|
|
14363
|
+
processRejectvue_type_template_id_364df082_staticRenderFns,
|
|
14316
14364
|
false,
|
|
14317
14365
|
null,
|
|
14318
14366
|
null,
|
|
@@ -14321,8 +14369,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
14321
14369
|
)
|
|
14322
14370
|
|
|
14323
14371
|
/* 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
|
|
14372
|
+
// 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&
|
|
14373
|
+
var startTaskReadvue_type_template_id_5faa3a34_render = function () {
|
|
14326
14374
|
var _vm = this
|
|
14327
14375
|
var _h = _vm.$createElement
|
|
14328
14376
|
var _c = _vm._self._c || _h
|
|
@@ -14629,7 +14677,8 @@ var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
|
|
|
14629
14677
|
)
|
|
14630
14678
|
: _vm._e(),
|
|
14631
14679
|
_vm.configInfo.isCdjxjTaskHandle != "true" &&
|
|
14632
|
-
_vm.noticeList.length > 0
|
|
14680
|
+
_vm.noticeList.length > 0 &&
|
|
14681
|
+
!_vm.hideMessage
|
|
14633
14682
|
? _c(
|
|
14634
14683
|
"el-form-item",
|
|
14635
14684
|
{ attrs: { prop: "noticeType", label: "通知方式" } },
|
|
@@ -14745,11 +14794,11 @@ var startTaskReadvue_type_template_id_fd55f8d2_render = function () {
|
|
|
14745
14794
|
1
|
|
14746
14795
|
)
|
|
14747
14796
|
}
|
|
14748
|
-
var
|
|
14749
|
-
|
|
14797
|
+
var startTaskReadvue_type_template_id_5faa3a34_staticRenderFns = []
|
|
14798
|
+
startTaskReadvue_type_template_id_5faa3a34_render._withStripped = true
|
|
14750
14799
|
|
|
14751
14800
|
|
|
14752
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
14801
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=5faa3a34&
|
|
14753
14802
|
|
|
14754
14803
|
// 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
14804
|
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 +15003,9 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14954
15003
|
readParams: {
|
|
14955
15004
|
type: [Object, undefined],
|
|
14956
15005
|
default: undefined
|
|
14957
|
-
}
|
|
15006
|
+
},
|
|
15007
|
+
|
|
15008
|
+
hideMessage: { type: Boolean, default: false }
|
|
14958
15009
|
},
|
|
14959
15010
|
data: function data() {
|
|
14960
15011
|
return {
|
|
@@ -15442,6 +15493,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15442
15493
|
|
|
15443
15494
|
_this9.loading = false;
|
|
15444
15495
|
if (status === 'success') {
|
|
15496
|
+
if (_this9.hideMessage) return;
|
|
15445
15497
|
_this9.nextNode.noticeType = message.split(',');
|
|
15446
15498
|
if (data) {
|
|
15447
15499
|
_this9.notificationMessageReadOnly = data.notificationMessageReadOnly;
|
|
@@ -15477,8 +15529,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
15477
15529
|
|
|
15478
15530
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
15479
15531
|
src_startTaskReadvue_type_script_lang_js_,
|
|
15480
|
-
|
|
15481
|
-
|
|
15532
|
+
startTaskReadvue_type_template_id_5faa3a34_render,
|
|
15533
|
+
startTaskReadvue_type_template_id_5faa3a34_staticRenderFns,
|
|
15482
15534
|
false,
|
|
15483
15535
|
null,
|
|
15484
15536
|
null,
|
|
@@ -15487,8 +15539,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
|
15487
15539
|
)
|
|
15488
15540
|
|
|
15489
15541
|
/* 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
|
|
15542
|
+
// 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&
|
|
15543
|
+
var resetvue_type_template_id_f881f0ca_render = function () {
|
|
15492
15544
|
var _vm = this
|
|
15493
15545
|
var _h = _vm.$createElement
|
|
15494
15546
|
var _c = _vm._self._c || _h
|
|
@@ -15696,7 +15748,9 @@ var resetvue_type_template_id_5bd13ace_render = function () {
|
|
|
15696
15748
|
{
|
|
15697
15749
|
attrs: {
|
|
15698
15750
|
prop: _vm.isShowNextUser ? "nextUser" : "nextOrgId",
|
|
15699
|
-
label: _vm.isShowNextUser
|
|
15751
|
+
label: _vm.isShowNextUser
|
|
15752
|
+
? "" + (_vm.flowLabelConfig.nextUser || "下步办理人")
|
|
15753
|
+
: "办理对象",
|
|
15700
15754
|
},
|
|
15701
15755
|
},
|
|
15702
15756
|
[
|
|
@@ -15858,8 +15912,10 @@ var resetvue_type_template_id_5bd13ace_render = function () {
|
|
|
15858
15912
|
{
|
|
15859
15913
|
name: "show",
|
|
15860
15914
|
rawName: "v-show",
|
|
15861
|
-
value:
|
|
15862
|
-
|
|
15915
|
+
value:
|
|
15916
|
+
_vm.nextNode.noticeList.length != 0 && !_vm.hideMessage,
|
|
15917
|
+
expression:
|
|
15918
|
+
"nextNode.noticeList.length != 0 && !hideMessage",
|
|
15863
15919
|
},
|
|
15864
15920
|
],
|
|
15865
15921
|
attrs: { prop: "noticeType", label: "通知方式" },
|
|
@@ -15976,11 +16032,11 @@ var resetvue_type_template_id_5bd13ace_render = function () {
|
|
|
15976
16032
|
1
|
|
15977
16033
|
)
|
|
15978
16034
|
}
|
|
15979
|
-
var
|
|
15980
|
-
|
|
16035
|
+
var resetvue_type_template_id_f881f0ca_staticRenderFns = []
|
|
16036
|
+
resetvue_type_template_id_f881f0ca_render._withStripped = true
|
|
15981
16037
|
|
|
15982
16038
|
|
|
15983
|
-
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=
|
|
16039
|
+
// CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=f881f0ca&
|
|
15984
16040
|
|
|
15985
16041
|
// 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
16042
|
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 +16305,14 @@ var resetvue_type_script_lang_js_components;
|
|
|
16249
16305
|
type: String,
|
|
16250
16306
|
default: ''
|
|
16251
16307
|
},
|
|
16252
|
-
type: { type: String }
|
|
16308
|
+
type: { type: String },
|
|
16309
|
+
flowLabelConfig: {
|
|
16310
|
+
type: Object,
|
|
16311
|
+
default: function _default() {
|
|
16312
|
+
return {};
|
|
16313
|
+
}
|
|
16314
|
+
},
|
|
16315
|
+
hideMessage: { type: Boolean, default: false }
|
|
16253
16316
|
},
|
|
16254
16317
|
data: function data() {
|
|
16255
16318
|
return {
|
|
@@ -16531,7 +16594,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16531
16594
|
if (_this4.nodeInfoExtAttr.nodeType != 1 && _this4.nodeInfoExtAttr.nodeType != 2 && !_this4.showRoleUser) {
|
|
16532
16595
|
if (_this4.isShowNextUser) {
|
|
16533
16596
|
if (nextUser == '' || _this4.multiple && nextUser.length == 0) {
|
|
16534
|
-
return _this4.$message.warning('
|
|
16597
|
+
return _this4.$message.warning('\u8BF7\u9009\u62E9' + (_this4.flowLabelConfig.nextUser || '下步办理人'));
|
|
16535
16598
|
}
|
|
16536
16599
|
} else {
|
|
16537
16600
|
if (nextOrgId == '' || _this4.multiple && nextOrgId.length == 0) {
|
|
@@ -16726,6 +16789,7 @@ var resetvue_type_script_lang_js_components;
|
|
|
16726
16789
|
message = res.message;
|
|
16727
16790
|
|
|
16728
16791
|
if (status === 'success') {
|
|
16792
|
+
if (_this6.hideMessage) return;
|
|
16729
16793
|
_this6.nextNode.noticeType = message.split(',');
|
|
16730
16794
|
var arr = [];
|
|
16731
16795
|
_this6.nextNode.noticeList.map(function (item) {
|
|
@@ -16886,8 +16950,8 @@ var resetvue_type_script_lang_js_components;
|
|
|
16886
16950
|
|
|
16887
16951
|
var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
16888
16952
|
src_resetvue_type_script_lang_js_,
|
|
16889
|
-
|
|
16890
|
-
|
|
16953
|
+
resetvue_type_template_id_f881f0ca_render,
|
|
16954
|
+
resetvue_type_template_id_f881f0ca_staticRenderFns,
|
|
16891
16955
|
false,
|
|
16892
16956
|
null,
|
|
16893
16957
|
null,
|
|
@@ -16896,8 +16960,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
16896
16960
|
)
|
|
16897
16961
|
|
|
16898
16962
|
/* 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
|
|
16963
|
+
// 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&
|
|
16964
|
+
var taskUnionExaminevue_type_template_id_42d72d64_render = function () {
|
|
16901
16965
|
var _vm = this
|
|
16902
16966
|
var _h = _vm.$createElement
|
|
16903
16967
|
var _c = _vm._self._c || _h
|
|
@@ -17100,8 +17164,9 @@ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
|
|
|
17100
17164
|
{
|
|
17101
17165
|
name: "show",
|
|
17102
17166
|
rawName: "v-show",
|
|
17103
|
-
value:
|
|
17104
|
-
|
|
17167
|
+
value:
|
|
17168
|
+
_vm.infoList.noticeList.length != 0 && !_vm.hideMessage,
|
|
17169
|
+
expression: "infoList.noticeList.length != 0 && !hideMessage",
|
|
17105
17170
|
},
|
|
17106
17171
|
],
|
|
17107
17172
|
attrs: { prop: "noticeType", label: "通知方式" },
|
|
@@ -17201,11 +17266,11 @@ var taskUnionExaminevue_type_template_id_5a32ec13_render = function () {
|
|
|
17201
17266
|
1
|
|
17202
17267
|
)
|
|
17203
17268
|
}
|
|
17204
|
-
var
|
|
17205
|
-
|
|
17269
|
+
var taskUnionExaminevue_type_template_id_42d72d64_staticRenderFns = []
|
|
17270
|
+
taskUnionExaminevue_type_template_id_42d72d64_render._withStripped = true
|
|
17206
17271
|
|
|
17207
17272
|
|
|
17208
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
17273
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=42d72d64&
|
|
17209
17274
|
|
|
17210
17275
|
// 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
17276
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -17406,7 +17471,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17406
17471
|
default: function _default() {
|
|
17407
17472
|
return {};
|
|
17408
17473
|
}
|
|
17409
|
-
}
|
|
17474
|
+
},
|
|
17475
|
+
hideMessage: { type: Boolean, default: false }
|
|
17410
17476
|
},
|
|
17411
17477
|
inheritAttrs: false,
|
|
17412
17478
|
data: function data() {
|
|
@@ -17869,6 +17935,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17869
17935
|
message = res.message;
|
|
17870
17936
|
|
|
17871
17937
|
if (status === 'success') {
|
|
17938
|
+
if (_this7.hideMessage) return;
|
|
17872
17939
|
_this7.infoList.noticeType = message.split(',');
|
|
17873
17940
|
var arr = [];
|
|
17874
17941
|
_this7.infoList.noticeList.map(function (item) {
|
|
@@ -17903,8 +17970,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
17903
17970
|
|
|
17904
17971
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
17905
17972
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
17906
|
-
|
|
17907
|
-
|
|
17973
|
+
taskUnionExaminevue_type_template_id_42d72d64_render,
|
|
17974
|
+
taskUnionExaminevue_type_template_id_42d72d64_staticRenderFns,
|
|
17908
17975
|
false,
|
|
17909
17976
|
null,
|
|
17910
17977
|
null,
|
|
@@ -17913,8 +17980,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
|
17913
17980
|
)
|
|
17914
17981
|
|
|
17915
17982
|
/* 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
|
|
17983
|
+
// 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&
|
|
17984
|
+
var freeStartFlowvue_type_template_id_158663d8_render = function () {
|
|
17918
17985
|
var _vm = this
|
|
17919
17986
|
var _h = _vm.$createElement
|
|
17920
17987
|
var _c = _vm._self._c || _h
|
|
@@ -17928,6 +17995,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
17928
17995
|
attrs: {
|
|
17929
17996
|
type: _vm.newTypeCode,
|
|
17930
17997
|
appId: _vm.resetAppId,
|
|
17998
|
+
hideMessage: _vm.hideMessage,
|
|
17999
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
17931
18000
|
flowParams: _vm.param,
|
|
17932
18001
|
},
|
|
17933
18002
|
})
|
|
@@ -18720,7 +18789,11 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
18720
18789
|
: "nextOrgId",
|
|
18721
18790
|
label:
|
|
18722
18791
|
_vm.isShowNextUser
|
|
18723
|
-
? "
|
|
18792
|
+
? "" +
|
|
18793
|
+
(_vm
|
|
18794
|
+
.flowLabelConfig
|
|
18795
|
+
.nextUser ||
|
|
18796
|
+
"下步办理人")
|
|
18724
18797
|
: "办理对象",
|
|
18725
18798
|
},
|
|
18726
18799
|
},
|
|
@@ -19141,7 +19214,7 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19141
19214
|
],
|
|
19142
19215
|
1
|
|
19143
19216
|
),
|
|
19144
|
-
!_vm.isFlow && _vm.isSpecial
|
|
19217
|
+
!_vm.isFlow && _vm.isSpecial && !_vm.hideMessage
|
|
19145
19218
|
? _c(
|
|
19146
19219
|
"div",
|
|
19147
19220
|
{
|
|
@@ -19740,6 +19813,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19740
19813
|
"copy-history": _vm.pendedHistoryHandle,
|
|
19741
19814
|
"process-definition-id": _vm.nodeInfo.nextNode,
|
|
19742
19815
|
opinion: _vm.value,
|
|
19816
|
+
hideMessage: _vm.hideMessage,
|
|
19817
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
19743
19818
|
taskParams: _vm.taskParams,
|
|
19744
19819
|
},
|
|
19745
19820
|
on: {
|
|
@@ -19810,6 +19885,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19810
19885
|
attrs: {
|
|
19811
19886
|
"pending-id": _vm.pendingId,
|
|
19812
19887
|
option: _vm.value,
|
|
19888
|
+
hideMessage: _vm.hideMessage,
|
|
19889
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
19813
19890
|
"show-reject": _vm.showReject,
|
|
19814
19891
|
"news-info": _vm.nextNode.notificationMsg,
|
|
19815
19892
|
},
|
|
@@ -19849,6 +19926,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19849
19926
|
"pending-id": _vm.pendingId,
|
|
19850
19927
|
opinion: _vm.value,
|
|
19851
19928
|
type: _vm.taskReadType,
|
|
19929
|
+
hideMessage: _vm.hideMessage,
|
|
19930
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
19852
19931
|
taskExamine: _vm.taskExamineInfo,
|
|
19853
19932
|
"news-info": _vm.nextNode.notificationMsg,
|
|
19854
19933
|
},
|
|
@@ -19918,6 +19997,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19918
19997
|
_c("SendMsg", {
|
|
19919
19998
|
attrs: {
|
|
19920
19999
|
pendingId: _vm.pendingId,
|
|
20000
|
+
hideMessage: _vm.hideMessage,
|
|
20001
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
19921
20002
|
newsList: _vm.newsList,
|
|
19922
20003
|
},
|
|
19923
20004
|
on: {
|
|
@@ -19953,6 +20034,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19953
20034
|
_c("TaskUnionExamine", {
|
|
19954
20035
|
attrs: {
|
|
19955
20036
|
pendingId: _vm.pendingId,
|
|
20037
|
+
hideMessage: _vm.hideMessage,
|
|
20038
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
19956
20039
|
defaultOpinion: _vm.nodeDefaultSubmitOpinion,
|
|
19957
20040
|
type: _vm.flowType,
|
|
19958
20041
|
multiple: _vm.flowMultiple,
|
|
@@ -19992,6 +20075,8 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
19992
20075
|
? _c("es-flow", {
|
|
19993
20076
|
attrs: {
|
|
19994
20077
|
isStartFlow: "",
|
|
20078
|
+
hideMessage: _vm.hideMessage,
|
|
20079
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
19995
20080
|
businessId:
|
|
19996
20081
|
_vm.freeStartFlowParams.businessId,
|
|
19997
20082
|
flowTypeCode:
|
|
@@ -20013,11 +20098,11 @@ var freeStartFlowvue_type_template_id_bacd05b4_render = function () {
|
|
|
20013
20098
|
)
|
|
20014
20099
|
: _vm._e()
|
|
20015
20100
|
}
|
|
20016
|
-
var
|
|
20017
|
-
|
|
20101
|
+
var freeStartFlowvue_type_template_id_158663d8_staticRenderFns = []
|
|
20102
|
+
freeStartFlowvue_type_template_id_158663d8_render._withStripped = true
|
|
20018
20103
|
|
|
20019
20104
|
|
|
20020
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
20105
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=158663d8&
|
|
20021
20106
|
|
|
20022
20107
|
// 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
20108
|
|
|
@@ -20784,6 +20869,30 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20784
20869
|
//
|
|
20785
20870
|
//
|
|
20786
20871
|
//
|
|
20872
|
+
//
|
|
20873
|
+
//
|
|
20874
|
+
//
|
|
20875
|
+
//
|
|
20876
|
+
//
|
|
20877
|
+
//
|
|
20878
|
+
//
|
|
20879
|
+
//
|
|
20880
|
+
//
|
|
20881
|
+
//
|
|
20882
|
+
//
|
|
20883
|
+
//
|
|
20884
|
+
//
|
|
20885
|
+
//
|
|
20886
|
+
//
|
|
20887
|
+
//
|
|
20888
|
+
//
|
|
20889
|
+
//
|
|
20890
|
+
//
|
|
20891
|
+
//
|
|
20892
|
+
//
|
|
20893
|
+
//
|
|
20894
|
+
//
|
|
20895
|
+
//
|
|
20787
20896
|
|
|
20788
20897
|
|
|
20789
20898
|
|
|
@@ -20841,13 +20950,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20841
20950
|
userSelectRange: {
|
|
20842
20951
|
type: String
|
|
20843
20952
|
},
|
|
20844
|
-
selectorParams: {
|
|
20953
|
+
selectorParams: {
|
|
20954
|
+
type: Object,
|
|
20955
|
+
default: function _default() {
|
|
20845
20956
|
return {};
|
|
20846
|
-
}
|
|
20957
|
+
}
|
|
20958
|
+
},
|
|
20847
20959
|
defaultProcessShowStrategy: { type: String, default: '' },
|
|
20848
20960
|
taskParams: {
|
|
20849
20961
|
type: Object,
|
|
20850
20962
|
default: function _default() {}
|
|
20963
|
+
},
|
|
20964
|
+
isEndMessage: { type: Boolean, default: false },
|
|
20965
|
+
flowLabelConfig: {
|
|
20966
|
+
type: Object,
|
|
20967
|
+
default: function _default() {
|
|
20968
|
+
return {};
|
|
20969
|
+
}
|
|
20851
20970
|
}
|
|
20852
20971
|
},
|
|
20853
20972
|
data: function data() {
|
|
@@ -20868,7 +20987,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20868
20987
|
nextOtherOrgObjSelect: [],
|
|
20869
20988
|
subProcessColumns: [],
|
|
20870
20989
|
nextCurrentOrgObjSelect: [],
|
|
20871
|
-
otherParams: {
|
|
20990
|
+
otherParams: {
|
|
20991
|
+
filid: 'all',
|
|
20992
|
+
roleid: '',
|
|
20993
|
+
nofilid: sessionStorage.getItem('orgId')
|
|
20994
|
+
},
|
|
20872
20995
|
loading: null, // 加载中
|
|
20873
20996
|
newTypeCode: '',
|
|
20874
20997
|
NodeName: '', // 当前节点值
|
|
@@ -21468,6 +21591,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21468
21591
|
message = res.message;
|
|
21469
21592
|
|
|
21470
21593
|
if (status === 'success') {
|
|
21594
|
+
if (_this10.hideMessage) return;
|
|
21471
21595
|
_this10.nextNode.notificationType = message.split(',');
|
|
21472
21596
|
var arr = [];
|
|
21473
21597
|
_this10.newsList.map(function (item) {
|
|
@@ -22511,7 +22635,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22511
22635
|
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
22636
|
if (this.isShowNextUser) {
|
|
22513
22637
|
if (this.nextNode.nextUserId == '' || this.multiple && this.nextNode.nextUserId.length == 0) {
|
|
22514
|
-
this.$message.warning('
|
|
22638
|
+
this.$message.warning('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '下步办理人'));
|
|
22515
22639
|
return false;
|
|
22516
22640
|
}
|
|
22517
22641
|
} else {
|
|
@@ -22734,8 +22858,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22734
22858
|
|
|
22735
22859
|
var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
22736
22860
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
22737
|
-
|
|
22738
|
-
|
|
22861
|
+
freeStartFlowvue_type_template_id_158663d8_render,
|
|
22862
|
+
freeStartFlowvue_type_template_id_158663d8_staticRenderFns,
|
|
22739
22863
|
false,
|
|
22740
22864
|
null,
|
|
22741
22865
|
null,
|
|
@@ -22744,8 +22868,8 @@ var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
22744
22868
|
)
|
|
22745
22869
|
|
|
22746
22870
|
/* 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
|
|
22871
|
+
// 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&
|
|
22872
|
+
var supervisevue_type_template_id_378b0e28_render = function () {
|
|
22749
22873
|
var _vm = this
|
|
22750
22874
|
var _h = _vm.$createElement
|
|
22751
22875
|
var _c = _vm._self._c || _h
|
|
@@ -22823,8 +22947,11 @@ var supervisevue_type_template_id_2e86d8fd_render = function () {
|
|
|
22823
22947
|
{
|
|
22824
22948
|
name: "show",
|
|
22825
22949
|
rawName: "v-show",
|
|
22826
|
-
value:
|
|
22827
|
-
|
|
22950
|
+
value:
|
|
22951
|
+
_vm.nextNode.notificationType.length > 0 &&
|
|
22952
|
+
!_vm.hideMessage,
|
|
22953
|
+
expression:
|
|
22954
|
+
"nextNode.notificationType.length > 0 && !hideMessage",
|
|
22828
22955
|
},
|
|
22829
22956
|
],
|
|
22830
22957
|
attrs: { prop: "noticeType", label: "通知方式" },
|
|
@@ -22918,11 +23045,11 @@ var supervisevue_type_template_id_2e86d8fd_render = function () {
|
|
|
22918
23045
|
1
|
|
22919
23046
|
)
|
|
22920
23047
|
}
|
|
22921
|
-
var
|
|
22922
|
-
|
|
23048
|
+
var supervisevue_type_template_id_378b0e28_staticRenderFns = []
|
|
23049
|
+
supervisevue_type_template_id_378b0e28_render._withStripped = true
|
|
22923
23050
|
|
|
22924
23051
|
|
|
22925
|
-
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=
|
|
23052
|
+
// CONCATENATED MODULE: ./packages/flow/src/supervise.vue?vue&type=template&id=378b0e28&
|
|
22926
23053
|
|
|
22927
23054
|
// 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
23055
|
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 +23127,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
23000
23127
|
type: String,
|
|
23001
23128
|
default: ''
|
|
23002
23129
|
},
|
|
23003
|
-
appId: { type: String, default: '' }
|
|
23130
|
+
appId: { type: String, default: '' },
|
|
23131
|
+
hideMessage: { type: Boolean, default: false }
|
|
23004
23132
|
},
|
|
23005
23133
|
data: function data() {
|
|
23006
23134
|
return {
|
|
@@ -23019,11 +23147,11 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
23019
23147
|
subProcess: function subProcess() {
|
|
23020
23148
|
var _this = this;
|
|
23021
23149
|
|
|
23022
|
-
if (this.nextNode.noticeType.length == 0) {
|
|
23150
|
+
if (this.nextNode.noticeType.length == 0 && !this.hideMessage) {
|
|
23023
23151
|
this.$message.warning('请选择通知方式');
|
|
23024
23152
|
return;
|
|
23025
23153
|
}
|
|
23026
|
-
if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage) {
|
|
23154
|
+
if (this.nextNode.noticeType.length != 0 && !this.nextNode.notifyMessage && !this.hideMessage) {
|
|
23027
23155
|
this.$message.warning('请填写通知消息内容');
|
|
23028
23156
|
return;
|
|
23029
23157
|
}
|
|
@@ -23069,14 +23197,16 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
23069
23197
|
_this2.loading.close();
|
|
23070
23198
|
if (res.rCode == 0 || res.status == "success") {
|
|
23071
23199
|
_this2.nextNode = supervisevue_type_script_lang_js_extends({}, _this2.nextNode, res.results);
|
|
23072
|
-
|
|
23073
|
-
|
|
23074
|
-
|
|
23075
|
-
|
|
23076
|
-
|
|
23077
|
-
|
|
23078
|
-
|
|
23079
|
-
|
|
23200
|
+
if (!_this2.hideMessage) {
|
|
23201
|
+
var arr = [];
|
|
23202
|
+
_this2.nextNode.noticeType = res.results.defaultNotificationType.split(',');
|
|
23203
|
+
_this2.nextNode.notificationType.map(function (x) {
|
|
23204
|
+
if (_this2.nextNode.noticeType.indexOf(x.cciValue) != -1) {
|
|
23205
|
+
arr.push(x.cciValue);
|
|
23206
|
+
}
|
|
23207
|
+
});
|
|
23208
|
+
_this2.nextNode.noticeType = arr;
|
|
23209
|
+
}
|
|
23080
23210
|
} else {
|
|
23081
23211
|
_this2.$message({
|
|
23082
23212
|
message: res.msg || res.message,
|
|
@@ -23100,8 +23230,8 @@ var supervisevue_type_script_lang_js_extends = Object.assign || function (target
|
|
|
23100
23230
|
|
|
23101
23231
|
var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
23102
23232
|
src_supervisevue_type_script_lang_js_,
|
|
23103
|
-
|
|
23104
|
-
|
|
23233
|
+
supervisevue_type_template_id_378b0e28_render,
|
|
23234
|
+
supervisevue_type_template_id_378b0e28_staticRenderFns,
|
|
23105
23235
|
false,
|
|
23106
23236
|
null,
|
|
23107
23237
|
null,
|
|
@@ -23110,8 +23240,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
23110
23240
|
)
|
|
23111
23241
|
|
|
23112
23242
|
/* 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
|
|
23243
|
+
// 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&
|
|
23244
|
+
var Circulatevue_type_template_id_535aafac_render = function () {
|
|
23115
23245
|
var _vm = this
|
|
23116
23246
|
var _h = _vm.$createElement
|
|
23117
23247
|
var _c = _vm._self._c || _h
|
|
@@ -23194,8 +23324,9 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
|
|
|
23194
23324
|
{
|
|
23195
23325
|
name: "show",
|
|
23196
23326
|
rawName: "v-show",
|
|
23197
|
-
value:
|
|
23198
|
-
|
|
23327
|
+
value:
|
|
23328
|
+
_vm.infoList.noticeList.length != 0 && !_vm.hideMessage,
|
|
23329
|
+
expression: "infoList.noticeList.length != 0 && !hideMessage",
|
|
23199
23330
|
},
|
|
23200
23331
|
],
|
|
23201
23332
|
attrs: { prop: "noticeType", label: "通知方式" },
|
|
@@ -23247,7 +23378,7 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
|
|
|
23247
23378
|
name: "show",
|
|
23248
23379
|
rawName: "v-show",
|
|
23249
23380
|
value: _vm.infoList.noticeType.length != 0,
|
|
23250
|
-
expression: "infoList.noticeType.length != 0",
|
|
23381
|
+
expression: "infoList.noticeType.length != 0 ",
|
|
23251
23382
|
},
|
|
23252
23383
|
],
|
|
23253
23384
|
attrs: { prop: "noticeInfo", label: "通知消息" },
|
|
@@ -23298,11 +23429,11 @@ var Circulatevue_type_template_id_1daed9e3_render = function () {
|
|
|
23298
23429
|
1
|
|
23299
23430
|
)
|
|
23300
23431
|
}
|
|
23301
|
-
var
|
|
23302
|
-
|
|
23432
|
+
var Circulatevue_type_template_id_535aafac_staticRenderFns = []
|
|
23433
|
+
Circulatevue_type_template_id_535aafac_render._withStripped = true
|
|
23303
23434
|
|
|
23304
23435
|
|
|
23305
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
23436
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=535aafac&
|
|
23306
23437
|
|
|
23307
23438
|
// 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
23439
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -23428,7 +23559,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23428
23559
|
formTitle: {
|
|
23429
23560
|
type: String,
|
|
23430
23561
|
default: ''
|
|
23431
|
-
}
|
|
23562
|
+
},
|
|
23563
|
+
hideMessage: { type: Boolean, default: false }
|
|
23432
23564
|
},
|
|
23433
23565
|
inheritAttrs: false,
|
|
23434
23566
|
data: function data() {
|
|
@@ -23686,6 +23818,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23686
23818
|
message = res.message;
|
|
23687
23819
|
|
|
23688
23820
|
if (status === 'success') {
|
|
23821
|
+
if (_this4.hideMessage) return;
|
|
23689
23822
|
_this4.infoList.noticeType = message.split(',');
|
|
23690
23823
|
var arr = [];
|
|
23691
23824
|
_this4.infoList.noticeList.map(function (item) {
|
|
@@ -23720,8 +23853,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23720
23853
|
|
|
23721
23854
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
23722
23855
|
component_Circulatevue_type_script_lang_js_,
|
|
23723
|
-
|
|
23724
|
-
|
|
23856
|
+
Circulatevue_type_template_id_535aafac_render,
|
|
23857
|
+
Circulatevue_type_template_id_535aafac_staticRenderFns,
|
|
23725
23858
|
false,
|
|
23726
23859
|
null,
|
|
23727
23860
|
null,
|
|
@@ -25496,6 +25629,35 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25496
25629
|
//
|
|
25497
25630
|
//
|
|
25498
25631
|
//
|
|
25632
|
+
//
|
|
25633
|
+
//
|
|
25634
|
+
//
|
|
25635
|
+
//
|
|
25636
|
+
//
|
|
25637
|
+
//
|
|
25638
|
+
//
|
|
25639
|
+
//
|
|
25640
|
+
//
|
|
25641
|
+
//
|
|
25642
|
+
//
|
|
25643
|
+
//
|
|
25644
|
+
//
|
|
25645
|
+
//
|
|
25646
|
+
//
|
|
25647
|
+
//
|
|
25648
|
+
//
|
|
25649
|
+
//
|
|
25650
|
+
//
|
|
25651
|
+
//
|
|
25652
|
+
//
|
|
25653
|
+
//
|
|
25654
|
+
//
|
|
25655
|
+
//
|
|
25656
|
+
//
|
|
25657
|
+
//
|
|
25658
|
+
//
|
|
25659
|
+
//
|
|
25660
|
+
//
|
|
25499
25661
|
|
|
25500
25662
|
|
|
25501
25663
|
|
|
@@ -25521,6 +25683,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25521
25683
|
componentName: 'EsFlow',
|
|
25522
25684
|
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
25685
|
props: {
|
|
25686
|
+
hideMessage: { type: Boolean, default: false },
|
|
25524
25687
|
showShrink: { type: Boolean, default: true },
|
|
25525
25688
|
showTooltip: { type: Boolean, default: true },
|
|
25526
25689
|
isStartFlow: { type: Boolean, default: false },
|
|
@@ -25537,6 +25700,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25537
25700
|
type: String,
|
|
25538
25701
|
default: 'left'
|
|
25539
25702
|
},
|
|
25703
|
+
|
|
25540
25704
|
flowListDisabled: {
|
|
25541
25705
|
type: Boolean,
|
|
25542
25706
|
default: false
|
|
@@ -25590,6 +25754,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25590
25754
|
type: Boolean,
|
|
25591
25755
|
default: true
|
|
25592
25756
|
},
|
|
25757
|
+
flowLabelConfig: {
|
|
25758
|
+
type: Object,
|
|
25759
|
+
default: function _default() {
|
|
25760
|
+
return {};
|
|
25761
|
+
}
|
|
25762
|
+
},
|
|
25593
25763
|
isEndMessage: { type: Boolean, default: false }
|
|
25594
25764
|
},
|
|
25595
25765
|
data: function data() {
|
|
@@ -26391,11 +26561,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26391
26561
|
});
|
|
26392
26562
|
},
|
|
26393
26563
|
|
|
26394
|
-
/**
|
|
26395
|
-
* saveInfo
|
|
26396
|
-
* @desc:暂存
|
|
26397
|
-
* @author liufan
|
|
26398
|
-
* @date 2022年9月9日
|
|
26564
|
+
/**
|
|
26565
|
+
* saveInfo
|
|
26566
|
+
* @desc:暂存
|
|
26567
|
+
* @author liufan
|
|
26568
|
+
* @date 2022年9月9日
|
|
26399
26569
|
**/
|
|
26400
26570
|
saveInfo: function saveInfo(type, btn) {
|
|
26401
26571
|
var _this13 = this;
|
|
@@ -26457,11 +26627,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26457
26627
|
});
|
|
26458
26628
|
},
|
|
26459
26629
|
|
|
26460
|
-
/**
|
|
26461
|
-
* rejectBtn
|
|
26462
|
-
* @desc:点击驳回
|
|
26463
|
-
* @author liufan
|
|
26464
|
-
* @date 2022年5月25日
|
|
26630
|
+
/**
|
|
26631
|
+
* rejectBtn
|
|
26632
|
+
* @desc:点击驳回
|
|
26633
|
+
* @author liufan
|
|
26634
|
+
* @date 2022年5月25日
|
|
26465
26635
|
**/
|
|
26466
26636
|
rejectBtn: function rejectBtn() {
|
|
26467
26637
|
var _this15 = this;
|
|
@@ -26479,11 +26649,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26479
26649
|
}
|
|
26480
26650
|
},
|
|
26481
26651
|
|
|
26482
|
-
/**
|
|
26483
|
-
* taskReadBtn
|
|
26484
|
-
* @desc:点击分阅
|
|
26485
|
-
* @author liufan
|
|
26486
|
-
* @date 2022年5月25日
|
|
26652
|
+
/**
|
|
26653
|
+
* taskReadBtn
|
|
26654
|
+
* @desc:点击分阅
|
|
26655
|
+
* @author liufan
|
|
26656
|
+
* @date 2022年5月25日
|
|
26487
26657
|
**/
|
|
26488
26658
|
taskReadBtn: function taskReadBtn() {
|
|
26489
26659
|
var _this16 = this;
|
|
@@ -26502,11 +26672,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26502
26672
|
}
|
|
26503
26673
|
},
|
|
26504
26674
|
|
|
26505
|
-
/**
|
|
26506
|
-
* getFind
|
|
26507
|
-
* @desc:获取通知方式
|
|
26508
|
-
* @author liufan
|
|
26509
|
-
* @date 2022年5月25日
|
|
26675
|
+
/**
|
|
26676
|
+
* getFind
|
|
26677
|
+
* @desc:获取通知方式
|
|
26678
|
+
* @author liufan
|
|
26679
|
+
* @date 2022年5月25日
|
|
26510
26680
|
**/
|
|
26511
26681
|
getFind: function getFind() {
|
|
26512
26682
|
var _this17 = this;
|
|
@@ -26518,6 +26688,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26518
26688
|
message = res.message;
|
|
26519
26689
|
|
|
26520
26690
|
if (status === 'success') {
|
|
26691
|
+
if (_this17.hideMessage) return;
|
|
26521
26692
|
_this17.nextNode.notificationType = message.split(',');
|
|
26522
26693
|
var arr = [];
|
|
26523
26694
|
_this17.newsList.map(function (item) {
|
|
@@ -26572,12 +26743,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26572
26743
|
});
|
|
26573
26744
|
},
|
|
26574
26745
|
|
|
26575
|
-
/**
|
|
26576
|
-
* endFlows
|
|
26577
|
-
* @desc:直接办结
|
|
26578
|
-
* @author liufan
|
|
26579
|
-
* @param {Object} res 直接办结数据
|
|
26580
|
-
* @date 2022年5月25日
|
|
26746
|
+
/**
|
|
26747
|
+
* endFlows
|
|
26748
|
+
* @desc:直接办结
|
|
26749
|
+
* @author liufan
|
|
26750
|
+
* @param {Object} res 直接办结数据
|
|
26751
|
+
* @date 2022年5月25日
|
|
26581
26752
|
**/
|
|
26582
26753
|
endFlows: function endFlows(res) {
|
|
26583
26754
|
var _this19 = this;
|
|
@@ -26632,12 +26803,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26632
26803
|
}).catch(function (e) {});
|
|
26633
26804
|
},
|
|
26634
26805
|
|
|
26635
|
-
/**
|
|
26636
|
-
* goView
|
|
26637
|
-
* @desc:更多流程按钮操作
|
|
26638
|
-
* @author liufan
|
|
26639
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
26640
|
-
* @date 2022年5月25日
|
|
26806
|
+
/**
|
|
26807
|
+
* goView
|
|
26808
|
+
* @desc:更多流程按钮操作
|
|
26809
|
+
* @author liufan
|
|
26810
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
26811
|
+
* @date 2022年5月25日
|
|
26641
26812
|
**/
|
|
26642
26813
|
goView: function goView(res) {
|
|
26643
26814
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -26724,11 +26895,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26724
26895
|
// isCanStartSubFlow
|
|
26725
26896
|
},
|
|
26726
26897
|
|
|
26727
|
-
/**
|
|
26728
|
-
* toTakeAdvice
|
|
26729
|
-
* @desc:征求意见
|
|
26730
|
-
* @author liufan
|
|
26731
|
-
* @date 2022年9月29日
|
|
26898
|
+
/**
|
|
26899
|
+
* toTakeAdvice
|
|
26900
|
+
* @desc:征求意见
|
|
26901
|
+
* @author liufan
|
|
26902
|
+
* @date 2022年9月29日
|
|
26732
26903
|
**/
|
|
26733
26904
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
26734
26905
|
var _this21 = this;
|
|
@@ -26772,11 +26943,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26772
26943
|
});
|
|
26773
26944
|
},
|
|
26774
26945
|
|
|
26775
|
-
/**
|
|
26776
|
-
* toStartDraf
|
|
26777
|
-
* @desc: 稿件递送、联合审核、复核
|
|
26778
|
-
* @author liufan
|
|
26779
|
-
* @date 2022年9月29日
|
|
26946
|
+
/**
|
|
26947
|
+
* toStartDraf
|
|
26948
|
+
* @desc: 稿件递送、联合审核、复核
|
|
26949
|
+
* @author liufan
|
|
26950
|
+
* @date 2022年9月29日
|
|
26780
26951
|
**/
|
|
26781
26952
|
toStartDraf: function toStartDraf(res) {
|
|
26782
26953
|
var _this23 = this;
|
|
@@ -26790,11 +26961,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26790
26961
|
}
|
|
26791
26962
|
},
|
|
26792
26963
|
|
|
26793
|
-
/**
|
|
26794
|
-
* toSendMsg
|
|
26795
|
-
* @desc:核稿通知
|
|
26796
|
-
* @author liufan
|
|
26797
|
-
* @date 2022年9月29日
|
|
26964
|
+
/**
|
|
26965
|
+
* toSendMsg
|
|
26966
|
+
* @desc:核稿通知
|
|
26967
|
+
* @author liufan
|
|
26968
|
+
* @date 2022年9月29日
|
|
26798
26969
|
**/
|
|
26799
26970
|
toSendMsg: function toSendMsg(res) {
|
|
26800
26971
|
var _this24 = this;
|
|
@@ -26808,11 +26979,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26808
26979
|
}
|
|
26809
26980
|
},
|
|
26810
26981
|
|
|
26811
|
-
/**
|
|
26812
|
-
* toTaskReadAndEnd
|
|
26813
|
-
* @desc:分阅并办结
|
|
26814
|
-
* @author liufan
|
|
26815
|
-
* @date 2022年9月29日
|
|
26982
|
+
/**
|
|
26983
|
+
* toTaskReadAndEnd
|
|
26984
|
+
* @desc:分阅并办结
|
|
26985
|
+
* @author liufan
|
|
26986
|
+
* @date 2022年9月29日
|
|
26816
26987
|
**/
|
|
26817
26988
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
26818
26989
|
var _this25 = this;
|
|
@@ -26830,11 +27001,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26830
27001
|
}
|
|
26831
27002
|
},
|
|
26832
27003
|
|
|
26833
|
-
/**
|
|
26834
|
-
* rejectAndEnd
|
|
26835
|
-
* @desc:驳回并办结
|
|
26836
|
-
* @author liufan
|
|
26837
|
-
* @date 2022年9月29日
|
|
27004
|
+
/**
|
|
27005
|
+
* rejectAndEnd
|
|
27006
|
+
* @desc:驳回并办结
|
|
27007
|
+
* @author liufan
|
|
27008
|
+
* @date 2022年9月29日
|
|
26838
27009
|
**/
|
|
26839
27010
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
26840
27011
|
var _this26 = this;
|
|
@@ -26890,11 +27061,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26890
27061
|
});
|
|
26891
27062
|
},
|
|
26892
27063
|
|
|
26893
|
-
/**
|
|
26894
|
-
* toTransfer
|
|
26895
|
-
* @desc:转办
|
|
26896
|
-
* @author liufan
|
|
26897
|
-
* @date 2022年9月29日
|
|
27064
|
+
/**
|
|
27065
|
+
* toTransfer
|
|
27066
|
+
* @desc:转办
|
|
27067
|
+
* @author liufan
|
|
27068
|
+
* @date 2022年9月29日
|
|
26898
27069
|
**/
|
|
26899
27070
|
toTransfer: function toTransfer(res) {
|
|
26900
27071
|
var _this28 = this;
|
|
@@ -26913,11 +27084,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26913
27084
|
this.nextNode.customLimitTime = val;
|
|
26914
27085
|
},
|
|
26915
27086
|
|
|
26916
|
-
/**
|
|
26917
|
-
* getNodeInfo
|
|
26918
|
-
* @desc:获取节点信息
|
|
26919
|
-
* @author liufan
|
|
26920
|
-
* @date 2022年5月25日
|
|
27087
|
+
/**
|
|
27088
|
+
* getNodeInfo
|
|
27089
|
+
* @desc:获取节点信息
|
|
27090
|
+
* @author liufan
|
|
27091
|
+
* @date 2022年5月25日
|
|
26921
27092
|
**/
|
|
26922
27093
|
getNodeInfo: function getNodeInfo() {
|
|
26923
27094
|
var _this29 = this;
|
|
@@ -27028,12 +27199,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27028
27199
|
});
|
|
27029
27200
|
},
|
|
27030
27201
|
|
|
27031
|
-
/**
|
|
27032
|
-
* selecNext
|
|
27033
|
-
* @desc:下步节点变化时更新数据
|
|
27034
|
-
* @author liufan
|
|
27035
|
-
* @param {String} val 当前选中值
|
|
27036
|
-
* @date 2022年5月25日
|
|
27202
|
+
/**
|
|
27203
|
+
* selecNext
|
|
27204
|
+
* @desc:下步节点变化时更新数据
|
|
27205
|
+
* @author liufan
|
|
27206
|
+
* @param {String} val 当前选中值
|
|
27207
|
+
* @date 2022年5月25日
|
|
27037
27208
|
**/
|
|
27038
27209
|
selecNext: function selecNext(val, type, isDef) {
|
|
27039
27210
|
var _this30 = this;
|
|
@@ -27173,11 +27344,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27173
27344
|
}
|
|
27174
27345
|
},
|
|
27175
27346
|
|
|
27176
|
-
/**
|
|
27177
|
-
* isMultiple
|
|
27178
|
-
* @desc:是否多选
|
|
27179
|
-
* @author liufan
|
|
27180
|
-
* @date 2022年9月13日
|
|
27347
|
+
/**
|
|
27348
|
+
* isMultiple
|
|
27349
|
+
* @desc:是否多选
|
|
27350
|
+
* @author liufan
|
|
27351
|
+
* @date 2022年9月13日
|
|
27181
27352
|
**/
|
|
27182
27353
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
27183
27354
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -27209,11 +27380,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27209
27380
|
}
|
|
27210
27381
|
},
|
|
27211
27382
|
|
|
27212
|
-
/**
|
|
27213
|
-
* getHedInfo
|
|
27214
|
-
* @desc:获取审核页面数据
|
|
27215
|
-
* @author liufan
|
|
27216
|
-
* @date 2022年5月25日
|
|
27383
|
+
/**
|
|
27384
|
+
* getHedInfo
|
|
27385
|
+
* @desc:获取审核页面数据
|
|
27386
|
+
* @author liufan
|
|
27387
|
+
* @date 2022年5月25日
|
|
27217
27388
|
**/
|
|
27218
27389
|
getHedInfo: function getHedInfo() {
|
|
27219
27390
|
var _this31 = this;
|
|
@@ -27529,13 +27700,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27529
27700
|
});
|
|
27530
27701
|
},
|
|
27531
27702
|
|
|
27532
|
-
/**
|
|
27533
|
-
* closeProcess
|
|
27534
|
-
* @desc:关闭弹窗
|
|
27535
|
-
* @author liufan
|
|
27536
|
-
* @param {boolean} val 当前是否办理流程
|
|
27537
|
-
* @param {String} type 当前点击的弹窗类型
|
|
27538
|
-
* @date 2022年5月25日
|
|
27703
|
+
/**
|
|
27704
|
+
* closeProcess
|
|
27705
|
+
* @desc:关闭弹窗
|
|
27706
|
+
* @author liufan
|
|
27707
|
+
* @param {boolean} val 当前是否办理流程
|
|
27708
|
+
* @param {String} type 当前点击的弹窗类型
|
|
27709
|
+
* @date 2022年5月25日
|
|
27539
27710
|
**/
|
|
27540
27711
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
27541
27712
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -27555,23 +27726,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27555
27726
|
}
|
|
27556
27727
|
},
|
|
27557
27728
|
|
|
27558
|
-
/**
|
|
27559
|
-
* selectChange
|
|
27560
|
-
* @desc:常用语选择
|
|
27561
|
-
* @author liufan
|
|
27562
|
-
* @param {String} val 选中值
|
|
27563
|
-
* @date 2022年5月25日
|
|
27729
|
+
/**
|
|
27730
|
+
* selectChange
|
|
27731
|
+
* @desc:常用语选择
|
|
27732
|
+
* @author liufan
|
|
27733
|
+
* @param {String} val 选中值
|
|
27734
|
+
* @date 2022年5月25日
|
|
27564
27735
|
**/
|
|
27565
27736
|
selectChange: function selectChange(val) {
|
|
27566
27737
|
this.value = val;
|
|
27567
27738
|
},
|
|
27568
27739
|
|
|
27569
|
-
/**
|
|
27570
|
-
* upDate
|
|
27571
|
-
* @desc:修改常用语
|
|
27572
|
-
* @author liufan
|
|
27573
|
-
* @param {Object} val 修改值
|
|
27574
|
-
* @date 2022年5月25日
|
|
27740
|
+
/**
|
|
27741
|
+
* upDate
|
|
27742
|
+
* @desc:修改常用语
|
|
27743
|
+
* @author liufan
|
|
27744
|
+
* @param {Object} val 修改值
|
|
27745
|
+
* @date 2022年5月25日
|
|
27575
27746
|
**/
|
|
27576
27747
|
upDate: function upDate(val) {
|
|
27577
27748
|
this.FormData.id = val.id;
|
|
@@ -27579,11 +27750,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27579
27750
|
},
|
|
27580
27751
|
|
|
27581
27752
|
|
|
27582
|
-
/**
|
|
27583
|
-
* getProcess
|
|
27584
|
-
* @desc:获取选择流程
|
|
27585
|
-
* @author liufan
|
|
27586
|
-
* @date 2022年5月25日
|
|
27753
|
+
/**
|
|
27754
|
+
* getProcess
|
|
27755
|
+
* @desc:获取选择流程
|
|
27756
|
+
* @author liufan
|
|
27757
|
+
* @date 2022年5月25日
|
|
27587
27758
|
**/
|
|
27588
27759
|
getProcess: function getProcess(val) {
|
|
27589
27760
|
var _this32 = this;
|
|
@@ -27643,11 +27814,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27643
27814
|
});
|
|
27644
27815
|
},
|
|
27645
27816
|
|
|
27646
|
-
/**
|
|
27647
|
-
* getPendedhistoryList
|
|
27648
|
-
* @desc:获取流程列表
|
|
27649
|
-
* @author liufan
|
|
27650
|
-
* @date 2022年5月25日
|
|
27817
|
+
/**
|
|
27818
|
+
* getPendedhistoryList
|
|
27819
|
+
* @desc:获取流程列表
|
|
27820
|
+
* @author liufan
|
|
27821
|
+
* @date 2022年5月25日
|
|
27651
27822
|
**/
|
|
27652
27823
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
27653
27824
|
var _this33 = this;
|
|
@@ -27718,12 +27889,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27718
27889
|
beforeSubProcess: function beforeSubProcess() {},
|
|
27719
27890
|
|
|
27720
27891
|
// 提交流程
|
|
27721
|
-
/**
|
|
27722
|
-
* subProcess
|
|
27723
|
-
* @desc:提交流程
|
|
27724
|
-
* @author liufan
|
|
27725
|
-
* @param {String} formName 当前form表单ref值
|
|
27726
|
-
* @date 2022年5月25日
|
|
27892
|
+
/**
|
|
27893
|
+
* subProcess
|
|
27894
|
+
* @desc:提交流程
|
|
27895
|
+
* @author liufan
|
|
27896
|
+
* @param {String} formName 当前form表单ref值
|
|
27897
|
+
* @date 2022年5月25日
|
|
27727
27898
|
**/
|
|
27728
27899
|
subProcess: function subProcess(val, type) {
|
|
27729
27900
|
var _this35 = this;
|
|
@@ -27779,7 +27950,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27779
27950
|
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
27951
|
if (this.isShowNextUser) {
|
|
27781
27952
|
if (this.nextNode.nextUserId == '' || this.multiple && this.nextNode.nextUserId.length == 0) {
|
|
27782
|
-
this.$message.warning('
|
|
27953
|
+
this.$message.warning('\u8BF7\u9009\u62E9' + (this.flowLabelConfig.nextUser || '下步办理人'));
|
|
27783
27954
|
return false;
|
|
27784
27955
|
}
|
|
27785
27956
|
} else {
|