eoss-ui 0.8.12 → 0.8.14
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 +1064 -1033
- package/lib/flow-list.js +96 -96
- package/lib/flow.js +412 -388
- package/lib/index.js +1 -1
- package/lib/main.js +304 -297
- package/lib/qr-code.js +13 -13
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.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/button-group/src/main.vue +346 -346
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +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 +420 -419
- package/packages/flow/src/component/CommonOpinions.vue +376 -376
- package/packages/flow/src/component/CustomPreset.vue +324 -324
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +245 -245
- package/packages/flow/src/component/Preset.vue +257 -257
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/SortFlow.vue +110 -110
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +763 -763
- package/packages/flow/src/form.vue +123 -123
- package/packages/flow/src/freeStartFlow.vue +2898 -2898
- package/packages/flow/src/main.vue +4224 -4217
- package/packages/flow/src/processForm.vue +1717 -1717
- package/packages/flow/src/processReject.vue +311 -311
- package/packages/flow/src/reset.vue +952 -952
- package/packages/flow/src/startTaskRead.vue +698 -698
- package/packages/flow/src/supervise.vue +162 -162
- package/packages/flow/src/table.vue +58 -58
- 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/flow-list/src/main.vue +2337 -2337
- package/packages/form/index.js +5 -5
- package/packages/form/src/table.vue +1512 -1512
- 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/icon/src/main.vue +104 -104
- 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/login/src/resetPassword.vue +557 -557
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/index.vue +9 -2
- 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/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +273 -273
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +158 -158
- package/packages/main/src/simplicity/index.vue +2335 -2335
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +276 -276
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +408 -408
- package/packages/main/src/simplicityTop/apps.vue +388 -388
- package/packages/main/src/simplicityTop/avatar.vue +82 -82
- package/packages/main/src/simplicityTop/handler.vue +215 -215
- package/packages/main/src/simplicityTop/index.vue +2626 -2626
- package/packages/main/src/simplicityTop/lists.vue +84 -84
- package/packages/main/src/simplicityTop/menu-list.vue +135 -135
- package/packages/main/src/simplicityTop/message.vue +293 -293
- package/packages/main/src/simplicityTop/notice.vue +222 -222
- package/packages/main/src/simplicityTop/router-page.vue +45 -45
- package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
- package/packages/main/src/simplicityTop/user.vue +259 -259
- package/packages/main/src/simplicityTop/userinfo.vue +408 -408
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +595 -595
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +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/src/main.vue +761 -761
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1036 -1036
- package/packages/selector-panel/src/selection.vue +174 -174
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +170 -170
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +55 -55
- package/packages/theme-chalk/src/flow.scss +376 -373
- package/packages/theme-chalk/src/form.scss +501 -501
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +3452 -3452
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +664 -664
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +114 -114
- package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
- package/packages/theme-chalk/src/simplicity.scss +1403 -1403
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1344 -1344
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +146 -146
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +348 -348
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
package/lib/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=8f765236&
|
|
4838
4838
|
var render = function () {
|
|
4839
4839
|
var _vm = this
|
|
4840
4840
|
var _h = _vm.$createElement
|
|
@@ -4965,104 +4965,121 @@ var render = function () {
|
|
|
4965
4965
|
(_vm.formLabelPosition == "left"
|
|
4966
4966
|
? "form-left"
|
|
4967
4967
|
: "form-right"),
|
|
4968
|
+
style: { flex: _vm.fullFlow ? "1" : "unset" },
|
|
4968
4969
|
},
|
|
4969
4970
|
[
|
|
4970
|
-
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
ref: "form",
|
|
4974
|
-
attrs: {
|
|
4975
|
-
model: _vm.circulateForm,
|
|
4976
|
-
"label-width": "120px",
|
|
4977
|
-
"label-position": _vm.formLabelPosition,
|
|
4978
|
-
},
|
|
4979
|
-
},
|
|
4980
|
-
[
|
|
4981
|
-
_c(
|
|
4982
|
-
"el-form-item",
|
|
4971
|
+
_vm.showCirculate
|
|
4972
|
+
? _c(
|
|
4973
|
+
"el-form",
|
|
4983
4974
|
{
|
|
4984
|
-
|
|
4985
|
-
attrs: {
|
|
4975
|
+
ref: "form",
|
|
4976
|
+
attrs: {
|
|
4977
|
+
model: _vm.circulateForm,
|
|
4978
|
+
"label-width": "120px",
|
|
4979
|
+
"label-position": _vm.formLabelPosition,
|
|
4980
|
+
},
|
|
4986
4981
|
},
|
|
4987
4982
|
[
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
4995
|
-
|
|
4996
|
-
|
|
4997
|
-
|
|
4998
|
-
|
|
4999
|
-
|
|
5000
|
-
|
|
5001
|
-
|
|
4983
|
+
_c(
|
|
4984
|
+
"el-form-item",
|
|
4985
|
+
{
|
|
4986
|
+
staticStyle: { "margin-top": "20px" },
|
|
4987
|
+
attrs: {
|
|
4988
|
+
prop: "nextNodeId",
|
|
4989
|
+
label: "下步节点",
|
|
4990
|
+
},
|
|
4991
|
+
},
|
|
4992
|
+
[
|
|
4993
|
+
_vm.nextNodeCheckType == "select"
|
|
4994
|
+
? _c(
|
|
4995
|
+
"el-select",
|
|
4996
|
+
{
|
|
4997
|
+
staticStyle: {
|
|
4998
|
+
width: "100% !important",
|
|
4999
|
+
},
|
|
5000
|
+
attrs: {
|
|
5001
|
+
placeholder: "请选择下步节点",
|
|
5002
|
+
},
|
|
5003
|
+
model: {
|
|
5004
|
+
value: _vm.circulateForm.nextNodeId,
|
|
5005
|
+
callback: function ($$v) {
|
|
5006
|
+
_vm.$set(
|
|
5007
|
+
_vm.circulateForm,
|
|
5008
|
+
"nextNodeId",
|
|
5009
|
+
$$v
|
|
5010
|
+
)
|
|
5011
|
+
},
|
|
5012
|
+
expression:
|
|
5013
|
+
"circulateForm.nextNodeId",
|
|
5014
|
+
},
|
|
5002
5015
|
},
|
|
5003
|
-
|
|
5004
|
-
|
|
5005
|
-
|
|
5006
|
-
|
|
5007
|
-
|
|
5008
|
-
|
|
5009
|
-
|
|
5010
|
-
|
|
5011
|
-
|
|
5012
|
-
|
|
5013
|
-
|
|
5014
|
-
|
|
5015
|
-
|
|
5016
|
-
|
|
5017
|
-
|
|
5018
|
-
|
|
5019
|
-
|
|
5020
|
-
|
|
5021
|
-
|
|
5022
|
-
|
|
5023
|
-
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
|
|
5030
|
-
|
|
5031
|
-
|
|
5032
|
-
|
|
5033
|
-
|
|
5034
|
-
|
|
5016
|
+
[
|
|
5017
|
+
_c("el-option", {
|
|
5018
|
+
attrs: {
|
|
5019
|
+
label: "传阅",
|
|
5020
|
+
value: "111",
|
|
5021
|
+
},
|
|
5022
|
+
}),
|
|
5023
|
+
],
|
|
5024
|
+
1
|
|
5025
|
+
)
|
|
5026
|
+
: _vm.nextNodeCheckType == "radio"
|
|
5027
|
+
? _c("es-radio-group", {
|
|
5028
|
+
attrs: {
|
|
5029
|
+
data: [
|
|
5030
|
+
{ nodeId: "111", nodeName: "传阅" },
|
|
5031
|
+
],
|
|
5032
|
+
"value-key": "nodeId",
|
|
5033
|
+
"label-key": "nodeName",
|
|
5034
|
+
},
|
|
5035
|
+
model: {
|
|
5036
|
+
value: _vm.circulateForm.nextNodeId,
|
|
5037
|
+
callback: function ($$v) {
|
|
5038
|
+
_vm.$set(
|
|
5039
|
+
_vm.circulateForm,
|
|
5040
|
+
"nextNodeId",
|
|
5041
|
+
$$v
|
|
5042
|
+
)
|
|
5043
|
+
},
|
|
5044
|
+
expression:
|
|
5045
|
+
"circulateForm.nextNodeId",
|
|
5046
|
+
},
|
|
5047
|
+
})
|
|
5048
|
+
: _vm._e(),
|
|
5049
|
+
],
|
|
5050
|
+
1
|
|
5051
|
+
),
|
|
5035
5052
|
],
|
|
5036
5053
|
1
|
|
5037
|
-
)
|
|
5038
|
-
|
|
5039
|
-
|
|
5040
|
-
|
|
5041
|
-
|
|
5042
|
-
|
|
5043
|
-
|
|
5044
|
-
|
|
5045
|
-
|
|
5046
|
-
|
|
5047
|
-
|
|
5048
|
-
|
|
5049
|
-
|
|
5050
|
-
|
|
5051
|
-
|
|
5052
|
-
|
|
5053
|
-
|
|
5054
|
-
|
|
5055
|
-
|
|
5056
|
-
|
|
5057
|
-
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
|
|
5061
|
-
|
|
5062
|
-
|
|
5063
|
-
|
|
5064
|
-
|
|
5065
|
-
|
|
5054
|
+
)
|
|
5055
|
+
: _vm._e(),
|
|
5056
|
+
_vm.showCirculate
|
|
5057
|
+
? _c("circulate", {
|
|
5058
|
+
ref: "circulate",
|
|
5059
|
+
staticStyle: { "margin-top": "10px" },
|
|
5060
|
+
attrs: {
|
|
5061
|
+
businessId: _vm.businessIds,
|
|
5062
|
+
"label-position": _vm.formLabelPosition,
|
|
5063
|
+
showTooltip: _vm.showTooltip,
|
|
5064
|
+
selectorParams: _vm.selectorParams,
|
|
5065
|
+
"pending-id": _vm.pendingId,
|
|
5066
|
+
showBtn: false,
|
|
5067
|
+
formTitle: _vm.formTitle,
|
|
5068
|
+
flowLabelConfig: _vm.flowLabelConfig,
|
|
5069
|
+
hideMessage: _vm.hideMessage,
|
|
5070
|
+
startFlowPageEmbeddedIntoStartFlowIndex:
|
|
5071
|
+
_vm.startFlowPageEmbeddedIntoStartFlowIndex,
|
|
5072
|
+
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
5073
|
+
simpleTips: _vm.simpleTips,
|
|
5074
|
+
oldOption: _vm.value,
|
|
5075
|
+
},
|
|
5076
|
+
on: {
|
|
5077
|
+
cancel: function ($event) {
|
|
5078
|
+
_vm.closeProcess($event, "circulateVisible")
|
|
5079
|
+
},
|
|
5080
|
+
},
|
|
5081
|
+
})
|
|
5082
|
+
: _vm._e(),
|
|
5066
5083
|
],
|
|
5067
5084
|
1
|
|
5068
5085
|
),
|
|
@@ -5424,6 +5441,7 @@ var render = function () {
|
|
|
5424
5441
|
(_vm.formLabelPosition == "left"
|
|
5425
5442
|
? "form-left"
|
|
5426
5443
|
: "form-right"),
|
|
5444
|
+
style: { flex: _vm.fullFlow ? "1" : "unset" },
|
|
5427
5445
|
},
|
|
5428
5446
|
[
|
|
5429
5447
|
_c(
|
|
@@ -5452,11 +5470,7 @@ var render = function () {
|
|
|
5452
5470
|
prop: "nextNode",
|
|
5453
5471
|
label: "选择流程",
|
|
5454
5472
|
rules: [
|
|
5455
|
-
{
|
|
5456
|
-
required: true,
|
|
5457
|
-
message: "请选择流程",
|
|
5458
|
-
trigger: "blur",
|
|
5459
|
-
},
|
|
5473
|
+
// { required: true, message: `请选择流程`, trigger: 'blur' }
|
|
5460
5474
|
],
|
|
5461
5475
|
},
|
|
5462
5476
|
},
|
|
@@ -7902,7 +7916,7 @@ var staticRenderFns = []
|
|
|
7902
7916
|
render._withStripped = true
|
|
7903
7917
|
|
|
7904
7918
|
|
|
7905
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7919
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=8f765236&
|
|
7906
7920
|
|
|
7907
7921
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7908
7922
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -8770,21 +8784,21 @@ var _components;
|
|
|
8770
8784
|
return validSate;
|
|
8771
8785
|
},
|
|
8772
8786
|
|
|
8773
|
-
/**
|
|
8774
|
-
* changeOpinion
|
|
8775
|
-
* @desc:监听意见变化
|
|
8776
|
-
* @author liufan
|
|
8777
|
-
* @date 2022年10月28日
|
|
8787
|
+
/**
|
|
8788
|
+
* changeOpinion
|
|
8789
|
+
* @desc:监听意见变化
|
|
8790
|
+
* @author liufan
|
|
8791
|
+
* @date 2022年10月28日
|
|
8778
8792
|
**/
|
|
8779
8793
|
changeOpinion: function changeOpinion() {
|
|
8780
8794
|
this.$emit('change', this.form.value);
|
|
8781
8795
|
},
|
|
8782
8796
|
|
|
8783
|
-
/**
|
|
8784
|
-
* getCommonOpion
|
|
8785
|
-
* @desc:获取意见
|
|
8786
|
-
* @author liufan
|
|
8787
|
-
* @date 2022年5月25日
|
|
8797
|
+
/**
|
|
8798
|
+
* getCommonOpion
|
|
8799
|
+
* @desc:获取意见
|
|
8800
|
+
* @author liufan
|
|
8801
|
+
* @date 2022年5月25日
|
|
8788
8802
|
**/
|
|
8789
8803
|
getCommonOpion: function getCommonOpion() {
|
|
8790
8804
|
var _this = this;
|
|
@@ -8813,24 +8827,24 @@ var _components;
|
|
|
8813
8827
|
});
|
|
8814
8828
|
},
|
|
8815
8829
|
|
|
8816
|
-
/**
|
|
8817
|
-
* upDate
|
|
8818
|
-
* @desc:修改常用语
|
|
8819
|
-
* @author liufan
|
|
8820
|
-
* @param {Object} val 修改值
|
|
8821
|
-
* @date 2022年5月25日
|
|
8830
|
+
/**
|
|
8831
|
+
* upDate
|
|
8832
|
+
* @desc:修改常用语
|
|
8833
|
+
* @author liufan
|
|
8834
|
+
* @param {Object} val 修改值
|
|
8835
|
+
* @date 2022年5月25日
|
|
8822
8836
|
**/
|
|
8823
8837
|
upDate: function upDate(val) {
|
|
8824
8838
|
this.FormData.id = val.id;
|
|
8825
8839
|
this.addVisible = true;
|
|
8826
8840
|
},
|
|
8827
8841
|
|
|
8828
|
-
/**
|
|
8829
|
-
* selectChange
|
|
8830
|
-
* @desc:常用语选择
|
|
8831
|
-
* @author liufan
|
|
8832
|
-
* @param {String} val 选中值
|
|
8833
|
-
* @date 2022年5月25日
|
|
8842
|
+
/**
|
|
8843
|
+
* selectChange
|
|
8844
|
+
* @desc:常用语选择
|
|
8845
|
+
* @author liufan
|
|
8846
|
+
* @param {String} val 选中值
|
|
8847
|
+
* @date 2022年5月25日
|
|
8834
8848
|
**/
|
|
8835
8849
|
selectChange: function selectChange(val) {
|
|
8836
8850
|
var _this2 = this;
|
|
@@ -8849,12 +8863,12 @@ var _components;
|
|
|
8849
8863
|
});
|
|
8850
8864
|
},
|
|
8851
8865
|
|
|
8852
|
-
/**
|
|
8853
|
-
* del
|
|
8854
|
-
* @desc:删除常用语
|
|
8855
|
-
* @author liufan
|
|
8856
|
-
* @param {Object} val 删除的数据
|
|
8857
|
-
* @date 2022年5月25日
|
|
8866
|
+
/**
|
|
8867
|
+
* del
|
|
8868
|
+
* @desc:删除常用语
|
|
8869
|
+
* @author liufan
|
|
8870
|
+
* @param {Object} val 删除的数据
|
|
8871
|
+
* @date 2022年5月25日
|
|
8858
8872
|
**/
|
|
8859
8873
|
del: function del(val) {
|
|
8860
8874
|
var _this3 = this;
|
|
@@ -8896,12 +8910,12 @@ var _components;
|
|
|
8896
8910
|
}).catch(function (e) {});
|
|
8897
8911
|
},
|
|
8898
8912
|
|
|
8899
|
-
/**
|
|
8900
|
-
* submit
|
|
8901
|
-
* @desc:新增/编辑意见保存
|
|
8902
|
-
* @author liufan
|
|
8903
|
-
* @param {Object} val 保存数据
|
|
8904
|
-
* @date 2022年5月25日
|
|
8913
|
+
/**
|
|
8914
|
+
* submit
|
|
8915
|
+
* @desc:新增/编辑意见保存
|
|
8916
|
+
* @author liufan
|
|
8917
|
+
* @param {Object} val 保存数据
|
|
8918
|
+
* @date 2022年5月25日
|
|
8905
8919
|
**/
|
|
8906
8920
|
submit: function submit(val) {
|
|
8907
8921
|
var _this4 = this;
|
|
@@ -12739,11 +12753,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12739
12753
|
});
|
|
12740
12754
|
},
|
|
12741
12755
|
|
|
12742
|
-
/**
|
|
12743
|
-
* isMultiple
|
|
12744
|
-
* @desc:是否多选
|
|
12745
|
-
* @author liufan
|
|
12746
|
-
* @date 2022年9月13日
|
|
12756
|
+
/**
|
|
12757
|
+
* isMultiple
|
|
12758
|
+
* @desc:是否多选
|
|
12759
|
+
* @author liufan
|
|
12760
|
+
* @date 2022年9月13日
|
|
12747
12761
|
**/
|
|
12748
12762
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
12749
12763
|
var multiple = false;
|
|
@@ -16826,11 +16840,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
16826
16840
|
});
|
|
16827
16841
|
},
|
|
16828
16842
|
|
|
16829
|
-
/**
|
|
16830
|
-
* isMultiple
|
|
16831
|
-
* @desc:是否多选
|
|
16832
|
-
* @author liufan
|
|
16833
|
-
* @date 2022年9月13日
|
|
16843
|
+
/**
|
|
16844
|
+
* isMultiple
|
|
16845
|
+
* @desc:是否多选
|
|
16846
|
+
* @author liufan
|
|
16847
|
+
* @date 2022年9月13日
|
|
16834
16848
|
**/
|
|
16835
16849
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16836
16850
|
var multiple = false;
|
|
@@ -21478,11 +21492,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21478
21492
|
});
|
|
21479
21493
|
},
|
|
21480
21494
|
|
|
21481
|
-
/**
|
|
21482
|
-
* saveInfo
|
|
21483
|
-
* @desc:暂存
|
|
21484
|
-
* @author liufan
|
|
21485
|
-
* @date 2022年9月9日
|
|
21495
|
+
/**
|
|
21496
|
+
* saveInfo
|
|
21497
|
+
* @desc:暂存
|
|
21498
|
+
* @author liufan
|
|
21499
|
+
* @date 2022年9月9日
|
|
21486
21500
|
**/
|
|
21487
21501
|
saveInfo: function saveInfo(type, btn) {
|
|
21488
21502
|
var _this6 = this;
|
|
@@ -21544,11 +21558,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21544
21558
|
});
|
|
21545
21559
|
},
|
|
21546
21560
|
|
|
21547
|
-
/**
|
|
21548
|
-
* rejectBtn
|
|
21549
|
-
* @desc:点击驳回
|
|
21550
|
-
* @author liufan
|
|
21551
|
-
* @date 2022年5月25日
|
|
21561
|
+
/**
|
|
21562
|
+
* rejectBtn
|
|
21563
|
+
* @desc:点击驳回
|
|
21564
|
+
* @author liufan
|
|
21565
|
+
* @date 2022年5月25日
|
|
21552
21566
|
**/
|
|
21553
21567
|
rejectBtn: function rejectBtn() {
|
|
21554
21568
|
var _this8 = this;
|
|
@@ -21566,11 +21580,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21566
21580
|
}
|
|
21567
21581
|
},
|
|
21568
21582
|
|
|
21569
|
-
/**
|
|
21570
|
-
* taskReadBtn
|
|
21571
|
-
* @desc:点击分阅
|
|
21572
|
-
* @author liufan
|
|
21573
|
-
* @date 2022年5月25日
|
|
21583
|
+
/**
|
|
21584
|
+
* taskReadBtn
|
|
21585
|
+
* @desc:点击分阅
|
|
21586
|
+
* @author liufan
|
|
21587
|
+
* @date 2022年5月25日
|
|
21574
21588
|
**/
|
|
21575
21589
|
taskReadBtn: function taskReadBtn() {
|
|
21576
21590
|
var _this9 = this;
|
|
@@ -21589,11 +21603,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21589
21603
|
}
|
|
21590
21604
|
},
|
|
21591
21605
|
|
|
21592
|
-
/**
|
|
21593
|
-
* getFind
|
|
21594
|
-
* @desc:获取通知方式
|
|
21595
|
-
* @author liufan
|
|
21596
|
-
* @date 2022年5月25日
|
|
21606
|
+
/**
|
|
21607
|
+
* getFind
|
|
21608
|
+
* @desc:获取通知方式
|
|
21609
|
+
* @author liufan
|
|
21610
|
+
* @date 2022年5月25日
|
|
21597
21611
|
**/
|
|
21598
21612
|
getFind: function getFind() {
|
|
21599
21613
|
var _this10 = this;
|
|
@@ -21649,12 +21663,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21649
21663
|
});
|
|
21650
21664
|
},
|
|
21651
21665
|
|
|
21652
|
-
/**
|
|
21653
|
-
* endFlows
|
|
21654
|
-
* @desc:直接办结
|
|
21655
|
-
* @author liufan
|
|
21656
|
-
* @param {Object} res 直接办结数据
|
|
21657
|
-
* @date 2022年5月25日
|
|
21666
|
+
/**
|
|
21667
|
+
* endFlows
|
|
21668
|
+
* @desc:直接办结
|
|
21669
|
+
* @author liufan
|
|
21670
|
+
* @param {Object} res 直接办结数据
|
|
21671
|
+
* @date 2022年5月25日
|
|
21658
21672
|
**/
|
|
21659
21673
|
endFlows: function endFlows(res) {
|
|
21660
21674
|
var _this12 = this;
|
|
@@ -21708,12 +21722,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21708
21722
|
}).catch(function (e) {});
|
|
21709
21723
|
},
|
|
21710
21724
|
|
|
21711
|
-
/**
|
|
21712
|
-
* goView
|
|
21713
|
-
* @desc:更多流程按钮操作
|
|
21714
|
-
* @author liufan
|
|
21715
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
21716
|
-
* @date 2022年5月25日
|
|
21725
|
+
/**
|
|
21726
|
+
* goView
|
|
21727
|
+
* @desc:更多流程按钮操作
|
|
21728
|
+
* @author liufan
|
|
21729
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
21730
|
+
* @date 2022年5月25日
|
|
21717
21731
|
**/
|
|
21718
21732
|
goView: function goView(res) {
|
|
21719
21733
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -21798,11 +21812,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21798
21812
|
// isCanStartSubFlow
|
|
21799
21813
|
},
|
|
21800
21814
|
|
|
21801
|
-
/**
|
|
21802
|
-
* toTakeAdvice
|
|
21803
|
-
* @desc:征求意见
|
|
21804
|
-
* @author liufan
|
|
21805
|
-
* @date 2022年9月29日
|
|
21815
|
+
/**
|
|
21816
|
+
* toTakeAdvice
|
|
21817
|
+
* @desc:征求意见
|
|
21818
|
+
* @author liufan
|
|
21819
|
+
* @date 2022年9月29日
|
|
21806
21820
|
**/
|
|
21807
21821
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
21808
21822
|
var _this14 = this;
|
|
@@ -21846,11 +21860,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21846
21860
|
});
|
|
21847
21861
|
},
|
|
21848
21862
|
|
|
21849
|
-
/**
|
|
21850
|
-
* toStartDraf
|
|
21851
|
-
* @desc: 稿件递送、联合审核、复核
|
|
21852
|
-
* @author liufan
|
|
21853
|
-
* @date 2022年9月29日
|
|
21863
|
+
/**
|
|
21864
|
+
* toStartDraf
|
|
21865
|
+
* @desc: 稿件递送、联合审核、复核
|
|
21866
|
+
* @author liufan
|
|
21867
|
+
* @date 2022年9月29日
|
|
21854
21868
|
**/
|
|
21855
21869
|
toStartDraf: function toStartDraf(res) {
|
|
21856
21870
|
var _this16 = this;
|
|
@@ -21864,11 +21878,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21864
21878
|
}
|
|
21865
21879
|
},
|
|
21866
21880
|
|
|
21867
|
-
/**
|
|
21868
|
-
* toSendMsg
|
|
21869
|
-
* @desc:核稿通知
|
|
21870
|
-
* @author liufan
|
|
21871
|
-
* @date 2022年9月29日
|
|
21881
|
+
/**
|
|
21882
|
+
* toSendMsg
|
|
21883
|
+
* @desc:核稿通知
|
|
21884
|
+
* @author liufan
|
|
21885
|
+
* @date 2022年9月29日
|
|
21872
21886
|
**/
|
|
21873
21887
|
toSendMsg: function toSendMsg(res) {
|
|
21874
21888
|
var _this17 = this;
|
|
@@ -21882,11 +21896,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21882
21896
|
}
|
|
21883
21897
|
},
|
|
21884
21898
|
|
|
21885
|
-
/**
|
|
21886
|
-
* toTaskReadAndEnd
|
|
21887
|
-
* @desc:分阅并办结
|
|
21888
|
-
* @author liufan
|
|
21889
|
-
* @date 2022年9月29日
|
|
21899
|
+
/**
|
|
21900
|
+
* toTaskReadAndEnd
|
|
21901
|
+
* @desc:分阅并办结
|
|
21902
|
+
* @author liufan
|
|
21903
|
+
* @date 2022年9月29日
|
|
21890
21904
|
**/
|
|
21891
21905
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
21892
21906
|
var _this18 = this;
|
|
@@ -21904,11 +21918,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21904
21918
|
}
|
|
21905
21919
|
},
|
|
21906
21920
|
|
|
21907
|
-
/**
|
|
21908
|
-
* rejectAndEnd
|
|
21909
|
-
* @desc:驳回并办结
|
|
21910
|
-
* @author liufan
|
|
21911
|
-
* @date 2022年9月29日
|
|
21921
|
+
/**
|
|
21922
|
+
* rejectAndEnd
|
|
21923
|
+
* @desc:驳回并办结
|
|
21924
|
+
* @author liufan
|
|
21925
|
+
* @date 2022年9月29日
|
|
21912
21926
|
**/
|
|
21913
21927
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
21914
21928
|
var _this19 = this;
|
|
@@ -21963,11 +21977,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21963
21977
|
});
|
|
21964
21978
|
},
|
|
21965
21979
|
|
|
21966
|
-
/**
|
|
21967
|
-
* toTransfer
|
|
21968
|
-
* @desc:转办
|
|
21969
|
-
* @author liufan
|
|
21970
|
-
* @date 2022年9月29日
|
|
21980
|
+
/**
|
|
21981
|
+
* toTransfer
|
|
21982
|
+
* @desc:转办
|
|
21983
|
+
* @author liufan
|
|
21984
|
+
* @date 2022年9月29日
|
|
21971
21985
|
**/
|
|
21972
21986
|
toTransfer: function toTransfer(res) {
|
|
21973
21987
|
var _this21 = this;
|
|
@@ -21983,11 +21997,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21983
21997
|
}
|
|
21984
21998
|
},
|
|
21985
21999
|
|
|
21986
|
-
/**
|
|
21987
|
-
* getNodeInfo
|
|
21988
|
-
* @desc:获取节点信息
|
|
21989
|
-
* @author liufan
|
|
21990
|
-
* @date 2022年5月25日
|
|
22000
|
+
/**
|
|
22001
|
+
* getNodeInfo
|
|
22002
|
+
* @desc:获取节点信息
|
|
22003
|
+
* @author liufan
|
|
22004
|
+
* @date 2022年5月25日
|
|
21991
22005
|
**/
|
|
21992
22006
|
getNodeInfo: function getNodeInfo() {
|
|
21993
22007
|
var _this22 = this;
|
|
@@ -22086,12 +22100,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22086
22100
|
});
|
|
22087
22101
|
},
|
|
22088
22102
|
|
|
22089
|
-
/**
|
|
22090
|
-
* selecNext
|
|
22091
|
-
* @desc:下步节点变化时更新数据
|
|
22092
|
-
* @author liufan
|
|
22093
|
-
* @param {String} val 当前选中值
|
|
22094
|
-
* @date 2022年5月25日
|
|
22103
|
+
/**
|
|
22104
|
+
* selecNext
|
|
22105
|
+
* @desc:下步节点变化时更新数据
|
|
22106
|
+
* @author liufan
|
|
22107
|
+
* @param {String} val 当前选中值
|
|
22108
|
+
* @date 2022年5月25日
|
|
22095
22109
|
**/
|
|
22096
22110
|
selecNext: function selecNext(val, type, isDef) {
|
|
22097
22111
|
var _this23 = this;
|
|
@@ -22200,11 +22214,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22200
22214
|
if (isDef !== true) this.getNodeInfo();
|
|
22201
22215
|
},
|
|
22202
22216
|
|
|
22203
|
-
/**
|
|
22204
|
-
* isMultiple
|
|
22205
|
-
* @desc:是否多选
|
|
22206
|
-
* @author liufan
|
|
22207
|
-
* @date 2022年9月13日
|
|
22217
|
+
/**
|
|
22218
|
+
* isMultiple
|
|
22219
|
+
* @desc:是否多选
|
|
22220
|
+
* @author liufan
|
|
22221
|
+
* @date 2022年9月13日
|
|
22208
22222
|
**/
|
|
22209
22223
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
22210
22224
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -22236,11 +22250,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22236
22250
|
}
|
|
22237
22251
|
},
|
|
22238
22252
|
|
|
22239
|
-
/**
|
|
22240
|
-
* getHedInfo
|
|
22241
|
-
* @desc:获取审核页面数据
|
|
22242
|
-
* @author liufan
|
|
22243
|
-
* @date 2022年5月25日
|
|
22253
|
+
/**
|
|
22254
|
+
* getHedInfo
|
|
22255
|
+
* @desc:获取审核页面数据
|
|
22256
|
+
* @author liufan
|
|
22257
|
+
* @date 2022年5月25日
|
|
22244
22258
|
**/
|
|
22245
22259
|
getHedInfo: function getHedInfo() {
|
|
22246
22260
|
var _this24 = this;
|
|
@@ -22476,13 +22490,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22476
22490
|
});
|
|
22477
22491
|
},
|
|
22478
22492
|
|
|
22479
|
-
/**
|
|
22480
|
-
* closeProcess
|
|
22481
|
-
* @desc:关闭弹窗
|
|
22482
|
-
* @author liufan
|
|
22483
|
-
* @param {boolean} val 当前是否办理流程
|
|
22484
|
-
* @param {String} type 当前点击的弹窗类型
|
|
22485
|
-
* @date 2022年5月25日
|
|
22493
|
+
/**
|
|
22494
|
+
* closeProcess
|
|
22495
|
+
* @desc:关闭弹窗
|
|
22496
|
+
* @author liufan
|
|
22497
|
+
* @param {boolean} val 当前是否办理流程
|
|
22498
|
+
* @param {String} type 当前点击的弹窗类型
|
|
22499
|
+
* @date 2022年5月25日
|
|
22486
22500
|
**/
|
|
22487
22501
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
22488
22502
|
if (closeParent) {
|
|
@@ -22499,23 +22513,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22499
22513
|
}
|
|
22500
22514
|
},
|
|
22501
22515
|
|
|
22502
|
-
/**
|
|
22503
|
-
* selectChange
|
|
22504
|
-
* @desc:常用语选择
|
|
22505
|
-
* @author liufan
|
|
22506
|
-
* @param {String} val 选中值
|
|
22507
|
-
* @date 2022年5月25日
|
|
22516
|
+
/**
|
|
22517
|
+
* selectChange
|
|
22518
|
+
* @desc:常用语选择
|
|
22519
|
+
* @author liufan
|
|
22520
|
+
* @param {String} val 选中值
|
|
22521
|
+
* @date 2022年5月25日
|
|
22508
22522
|
**/
|
|
22509
22523
|
selectChange: function selectChange(val) {
|
|
22510
22524
|
this.value = val;
|
|
22511
22525
|
},
|
|
22512
22526
|
|
|
22513
|
-
/**
|
|
22514
|
-
* upDate
|
|
22515
|
-
* @desc:修改常用语
|
|
22516
|
-
* @author liufan
|
|
22517
|
-
* @param {Object} val 修改值
|
|
22518
|
-
* @date 2022年5月25日
|
|
22527
|
+
/**
|
|
22528
|
+
* upDate
|
|
22529
|
+
* @desc:修改常用语
|
|
22530
|
+
* @author liufan
|
|
22531
|
+
* @param {Object} val 修改值
|
|
22532
|
+
* @date 2022年5月25日
|
|
22519
22533
|
**/
|
|
22520
22534
|
upDate: function upDate(val) {
|
|
22521
22535
|
this.FormData.id = val.id;
|
|
@@ -22523,11 +22537,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22523
22537
|
},
|
|
22524
22538
|
|
|
22525
22539
|
|
|
22526
|
-
/**
|
|
22527
|
-
* getProcess
|
|
22528
|
-
* @desc:获取选择流程
|
|
22529
|
-
* @author liufan
|
|
22530
|
-
* @date 2022年5月25日
|
|
22540
|
+
/**
|
|
22541
|
+
* getProcess
|
|
22542
|
+
* @desc:获取选择流程
|
|
22543
|
+
* @author liufan
|
|
22544
|
+
* @date 2022年5月25日
|
|
22531
22545
|
**/
|
|
22532
22546
|
getProcess: function getProcess() {
|
|
22533
22547
|
var _this25 = this;
|
|
@@ -22581,11 +22595,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22581
22595
|
});
|
|
22582
22596
|
},
|
|
22583
22597
|
|
|
22584
|
-
/**
|
|
22585
|
-
* getPendedhistoryList
|
|
22586
|
-
* @desc:获取流程列表
|
|
22587
|
-
* @author liufan
|
|
22588
|
-
* @date 2022年5月25日
|
|
22598
|
+
/**
|
|
22599
|
+
* getPendedhistoryList
|
|
22600
|
+
* @desc:获取流程列表
|
|
22601
|
+
* @author liufan
|
|
22602
|
+
* @date 2022年5月25日
|
|
22589
22603
|
**/
|
|
22590
22604
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
22591
22605
|
var _this26 = this;
|
|
@@ -22617,12 +22631,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22617
22631
|
},
|
|
22618
22632
|
|
|
22619
22633
|
// 提交流程
|
|
22620
|
-
/**
|
|
22621
|
-
* subProcess
|
|
22622
|
-
* @desc:提交流程
|
|
22623
|
-
* @author liufan
|
|
22624
|
-
* @param {String} formName 当前form表单ref值
|
|
22625
|
-
* @date 2022年5月25日
|
|
22634
|
+
/**
|
|
22635
|
+
* subProcess
|
|
22636
|
+
* @desc:提交流程
|
|
22637
|
+
* @author liufan
|
|
22638
|
+
* @param {String} formName 当前form表单ref值
|
|
22639
|
+
* @date 2022年5月25日
|
|
22626
22640
|
**/
|
|
22627
22641
|
subProcess: function subProcess(val) {
|
|
22628
22642
|
var _this27 = this;
|
|
@@ -23254,8 +23268,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
23254
23268
|
)
|
|
23255
23269
|
|
|
23256
23270
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
23257
|
-
// 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=
|
|
23258
|
-
var
|
|
23271
|
+
// 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=6d27b4d0&
|
|
23272
|
+
var Circulatevue_type_template_id_6d27b4d0_render = function () {
|
|
23259
23273
|
var _vm = this
|
|
23260
23274
|
var _h = _vm.$createElement
|
|
23261
23275
|
var _c = _vm._self._c || _h
|
|
@@ -23443,11 +23457,11 @@ var Circulatevue_type_template_id_535aafac_render = function () {
|
|
|
23443
23457
|
1
|
|
23444
23458
|
)
|
|
23445
23459
|
}
|
|
23446
|
-
var
|
|
23447
|
-
|
|
23460
|
+
var Circulatevue_type_template_id_6d27b4d0_staticRenderFns = []
|
|
23461
|
+
Circulatevue_type_template_id_6d27b4d0_render._withStripped = true
|
|
23448
23462
|
|
|
23449
23463
|
|
|
23450
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
23464
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=6d27b4d0&
|
|
23451
23465
|
|
|
23452
23466
|
// 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&
|
|
23453
23467
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -23589,6 +23603,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23589
23603
|
nextOtherOrgObj: [],
|
|
23590
23604
|
nextCurrentOrgObj: [],
|
|
23591
23605
|
noticeType: [],
|
|
23606
|
+
noticeList: [],
|
|
23592
23607
|
noticeInfo: '',
|
|
23593
23608
|
opinion: ''
|
|
23594
23609
|
},
|
|
@@ -23867,8 +23882,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
23867
23882
|
|
|
23868
23883
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
23869
23884
|
component_Circulatevue_type_script_lang_js_,
|
|
23870
|
-
|
|
23871
|
-
|
|
23885
|
+
Circulatevue_type_template_id_6d27b4d0_render,
|
|
23886
|
+
Circulatevue_type_template_id_6d27b4d0_staticRenderFns,
|
|
23872
23887
|
false,
|
|
23873
23888
|
null,
|
|
23874
23889
|
null,
|
|
@@ -25672,6 +25687,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25672
25687
|
//
|
|
25673
25688
|
//
|
|
25674
25689
|
//
|
|
25690
|
+
//
|
|
25691
|
+
//
|
|
25692
|
+
//
|
|
25675
25693
|
|
|
25676
25694
|
|
|
25677
25695
|
|
|
@@ -26592,11 +26610,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26592
26610
|
});
|
|
26593
26611
|
},
|
|
26594
26612
|
|
|
26595
|
-
/**
|
|
26596
|
-
* saveInfo
|
|
26597
|
-
* @desc:暂存
|
|
26598
|
-
* @author liufan
|
|
26599
|
-
* @date 2022年9月9日
|
|
26613
|
+
/**
|
|
26614
|
+
* saveInfo
|
|
26615
|
+
* @desc:暂存
|
|
26616
|
+
* @author liufan
|
|
26617
|
+
* @date 2022年9月9日
|
|
26600
26618
|
**/
|
|
26601
26619
|
saveInfo: function saveInfo(type, btn) {
|
|
26602
26620
|
var _this14 = this;
|
|
@@ -26658,11 +26676,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26658
26676
|
});
|
|
26659
26677
|
},
|
|
26660
26678
|
|
|
26661
|
-
/**
|
|
26662
|
-
* rejectBtn
|
|
26663
|
-
* @desc:点击驳回
|
|
26664
|
-
* @author liufan
|
|
26665
|
-
* @date 2022年5月25日
|
|
26679
|
+
/**
|
|
26680
|
+
* rejectBtn
|
|
26681
|
+
* @desc:点击驳回
|
|
26682
|
+
* @author liufan
|
|
26683
|
+
* @date 2022年5月25日
|
|
26666
26684
|
**/
|
|
26667
26685
|
rejectBtn: function rejectBtn() {
|
|
26668
26686
|
var _this16 = this;
|
|
@@ -26680,11 +26698,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26680
26698
|
}
|
|
26681
26699
|
},
|
|
26682
26700
|
|
|
26683
|
-
/**
|
|
26684
|
-
* taskReadBtn
|
|
26685
|
-
* @desc:点击分阅
|
|
26686
|
-
* @author liufan
|
|
26687
|
-
* @date 2022年5月25日
|
|
26701
|
+
/**
|
|
26702
|
+
* taskReadBtn
|
|
26703
|
+
* @desc:点击分阅
|
|
26704
|
+
* @author liufan
|
|
26705
|
+
* @date 2022年5月25日
|
|
26688
26706
|
**/
|
|
26689
26707
|
taskReadBtn: function taskReadBtn() {
|
|
26690
26708
|
var _this17 = this;
|
|
@@ -26703,11 +26721,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26703
26721
|
}
|
|
26704
26722
|
},
|
|
26705
26723
|
|
|
26706
|
-
/**
|
|
26707
|
-
* getFind
|
|
26708
|
-
* @desc:获取通知方式
|
|
26709
|
-
* @author liufan
|
|
26710
|
-
* @date 2022年5月25日
|
|
26724
|
+
/**
|
|
26725
|
+
* getFind
|
|
26726
|
+
* @desc:获取通知方式
|
|
26727
|
+
* @author liufan
|
|
26728
|
+
* @date 2022年5月25日
|
|
26711
26729
|
**/
|
|
26712
26730
|
getFind: function getFind() {
|
|
26713
26731
|
var _this18 = this;
|
|
@@ -26774,12 +26792,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26774
26792
|
});
|
|
26775
26793
|
},
|
|
26776
26794
|
|
|
26777
|
-
/**
|
|
26778
|
-
* endFlows
|
|
26779
|
-
* @desc:直接办结
|
|
26780
|
-
* @author liufan
|
|
26781
|
-
* @param {Object} res 直接办结数据
|
|
26782
|
-
* @date 2022年5月25日
|
|
26795
|
+
/**
|
|
26796
|
+
* endFlows
|
|
26797
|
+
* @desc:直接办结
|
|
26798
|
+
* @author liufan
|
|
26799
|
+
* @param {Object} res 直接办结数据
|
|
26800
|
+
* @date 2022年5月25日
|
|
26783
26801
|
**/
|
|
26784
26802
|
endFlows: function endFlows(res) {
|
|
26785
26803
|
var _this20 = this;
|
|
@@ -26834,12 +26852,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26834
26852
|
}).catch(function (e) {});
|
|
26835
26853
|
},
|
|
26836
26854
|
|
|
26837
|
-
/**
|
|
26838
|
-
* goView
|
|
26839
|
-
* @desc:更多流程按钮操作
|
|
26840
|
-
* @author liufan
|
|
26841
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
26842
|
-
* @date 2022年5月25日
|
|
26855
|
+
/**
|
|
26856
|
+
* goView
|
|
26857
|
+
* @desc:更多流程按钮操作
|
|
26858
|
+
* @author liufan
|
|
26859
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
26860
|
+
* @date 2022年5月25日
|
|
26843
26861
|
**/
|
|
26844
26862
|
goView: function goView(res) {
|
|
26845
26863
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -26926,11 +26944,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26926
26944
|
// isCanStartSubFlow
|
|
26927
26945
|
},
|
|
26928
26946
|
|
|
26929
|
-
/**
|
|
26930
|
-
* toTakeAdvice
|
|
26931
|
-
* @desc:征求意见
|
|
26932
|
-
* @author liufan
|
|
26933
|
-
* @date 2022年9月29日
|
|
26947
|
+
/**
|
|
26948
|
+
* toTakeAdvice
|
|
26949
|
+
* @desc:征求意见
|
|
26950
|
+
* @author liufan
|
|
26951
|
+
* @date 2022年9月29日
|
|
26934
26952
|
**/
|
|
26935
26953
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
26936
26954
|
var _this22 = this;
|
|
@@ -26974,11 +26992,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26974
26992
|
});
|
|
26975
26993
|
},
|
|
26976
26994
|
|
|
26977
|
-
/**
|
|
26978
|
-
* toStartDraf
|
|
26979
|
-
* @desc: 稿件递送、联合审核、复核
|
|
26980
|
-
* @author liufan
|
|
26981
|
-
* @date 2022年9月29日
|
|
26995
|
+
/**
|
|
26996
|
+
* toStartDraf
|
|
26997
|
+
* @desc: 稿件递送、联合审核、复核
|
|
26998
|
+
* @author liufan
|
|
26999
|
+
* @date 2022年9月29日
|
|
26982
27000
|
**/
|
|
26983
27001
|
toStartDraf: function toStartDraf(res) {
|
|
26984
27002
|
var _this24 = this;
|
|
@@ -26992,11 +27010,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26992
27010
|
}
|
|
26993
27011
|
},
|
|
26994
27012
|
|
|
26995
|
-
/**
|
|
26996
|
-
* toSendMsg
|
|
26997
|
-
* @desc:核稿通知
|
|
26998
|
-
* @author liufan
|
|
26999
|
-
* @date 2022年9月29日
|
|
27013
|
+
/**
|
|
27014
|
+
* toSendMsg
|
|
27015
|
+
* @desc:核稿通知
|
|
27016
|
+
* @author liufan
|
|
27017
|
+
* @date 2022年9月29日
|
|
27000
27018
|
**/
|
|
27001
27019
|
toSendMsg: function toSendMsg(res) {
|
|
27002
27020
|
var _this25 = this;
|
|
@@ -27010,11 +27028,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27010
27028
|
}
|
|
27011
27029
|
},
|
|
27012
27030
|
|
|
27013
|
-
/**
|
|
27014
|
-
* toTaskReadAndEnd
|
|
27015
|
-
* @desc:分阅并办结
|
|
27016
|
-
* @author liufan
|
|
27017
|
-
* @date 2022年9月29日
|
|
27031
|
+
/**
|
|
27032
|
+
* toTaskReadAndEnd
|
|
27033
|
+
* @desc:分阅并办结
|
|
27034
|
+
* @author liufan
|
|
27035
|
+
* @date 2022年9月29日
|
|
27018
27036
|
**/
|
|
27019
27037
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
27020
27038
|
var _this26 = this;
|
|
@@ -27032,11 +27050,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27032
27050
|
}
|
|
27033
27051
|
},
|
|
27034
27052
|
|
|
27035
|
-
/**
|
|
27036
|
-
* rejectAndEnd
|
|
27037
|
-
* @desc:驳回并办结
|
|
27038
|
-
* @author liufan
|
|
27039
|
-
* @date 2022年9月29日
|
|
27053
|
+
/**
|
|
27054
|
+
* rejectAndEnd
|
|
27055
|
+
* @desc:驳回并办结
|
|
27056
|
+
* @author liufan
|
|
27057
|
+
* @date 2022年9月29日
|
|
27040
27058
|
**/
|
|
27041
27059
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
27042
27060
|
var _this27 = this;
|
|
@@ -27092,11 +27110,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27092
27110
|
});
|
|
27093
27111
|
},
|
|
27094
27112
|
|
|
27095
|
-
/**
|
|
27096
|
-
* toTransfer
|
|
27097
|
-
* @desc:转办
|
|
27098
|
-
* @author liufan
|
|
27099
|
-
* @date 2022年9月29日
|
|
27113
|
+
/**
|
|
27114
|
+
* toTransfer
|
|
27115
|
+
* @desc:转办
|
|
27116
|
+
* @author liufan
|
|
27117
|
+
* @date 2022年9月29日
|
|
27100
27118
|
**/
|
|
27101
27119
|
toTransfer: function toTransfer(res) {
|
|
27102
27120
|
var _this29 = this;
|
|
@@ -27115,11 +27133,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27115
27133
|
this.nextNode.customLimitTime = val;
|
|
27116
27134
|
},
|
|
27117
27135
|
|
|
27118
|
-
/**
|
|
27119
|
-
* getNodeInfo
|
|
27120
|
-
* @desc:获取节点信息
|
|
27121
|
-
* @author liufan
|
|
27122
|
-
* @date 2022年5月25日
|
|
27136
|
+
/**
|
|
27137
|
+
* getNodeInfo
|
|
27138
|
+
* @desc:获取节点信息
|
|
27139
|
+
* @author liufan
|
|
27140
|
+
* @date 2022年5月25日
|
|
27123
27141
|
**/
|
|
27124
27142
|
getNodeInfo: function getNodeInfo() {
|
|
27125
27143
|
var _this30 = this;
|
|
@@ -27230,12 +27248,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27230
27248
|
});
|
|
27231
27249
|
},
|
|
27232
27250
|
|
|
27233
|
-
/**
|
|
27234
|
-
* selecNext
|
|
27235
|
-
* @desc:下步节点变化时更新数据
|
|
27236
|
-
* @author liufan
|
|
27237
|
-
* @param {String} val 当前选中值
|
|
27238
|
-
* @date 2022年5月25日
|
|
27251
|
+
/**
|
|
27252
|
+
* selecNext
|
|
27253
|
+
* @desc:下步节点变化时更新数据
|
|
27254
|
+
* @author liufan
|
|
27255
|
+
* @param {String} val 当前选中值
|
|
27256
|
+
* @date 2022年5月25日
|
|
27239
27257
|
**/
|
|
27240
27258
|
selecNext: function selecNext(val, type, isDef) {
|
|
27241
27259
|
var _this31 = this;
|
|
@@ -27375,11 +27393,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27375
27393
|
}
|
|
27376
27394
|
},
|
|
27377
27395
|
|
|
27378
|
-
/**
|
|
27379
|
-
* isMultiple
|
|
27380
|
-
* @desc:是否多选
|
|
27381
|
-
* @author liufan
|
|
27382
|
-
* @date 2022年9月13日
|
|
27396
|
+
/**
|
|
27397
|
+
* isMultiple
|
|
27398
|
+
* @desc:是否多选
|
|
27399
|
+
* @author liufan
|
|
27400
|
+
* @date 2022年9月13日
|
|
27383
27401
|
**/
|
|
27384
27402
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
27385
27403
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -27411,11 +27429,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27411
27429
|
}
|
|
27412
27430
|
},
|
|
27413
27431
|
|
|
27414
|
-
/**
|
|
27415
|
-
* getHedInfo
|
|
27416
|
-
* @desc:获取审核页面数据
|
|
27417
|
-
* @author liufan
|
|
27418
|
-
* @date 2022年5月25日
|
|
27432
|
+
/**
|
|
27433
|
+
* getHedInfo
|
|
27434
|
+
* @desc:获取审核页面数据
|
|
27435
|
+
* @author liufan
|
|
27436
|
+
* @date 2022年5月25日
|
|
27419
27437
|
**/
|
|
27420
27438
|
getHedInfo: function getHedInfo() {
|
|
27421
27439
|
var _this32 = this;
|
|
@@ -27557,10 +27575,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27557
27575
|
if (!_this32.isFlow) _this32.getFile(_this32.pendingId, attachedCode);
|
|
27558
27576
|
if (nextNodeList && nextNodeList.length != 0) {
|
|
27559
27577
|
_this32.nextNodeList = nextNodeList;
|
|
27560
|
-
if (nextNodeList[0].nodeType === 'endEvent') {
|
|
27561
|
-
|
|
27562
|
-
|
|
27563
|
-
|
|
27578
|
+
// if (nextNodeList[0].nodeType === 'endEvent') {
|
|
27579
|
+
// this.isNextUser = nextNodeList[0].nodeType != 'endEvent';
|
|
27580
|
+
// nextNodeList[0].nodeType === 'endEvent'
|
|
27581
|
+
// ? (this.endFlow = true)
|
|
27582
|
+
// : '';
|
|
27583
|
+
// }
|
|
27564
27584
|
}
|
|
27565
27585
|
|
|
27566
27586
|
if (canRemoveSignUserList && canRemoveSignUserList.length != 0) _this32.removeUsers = canRemoveSignUserList;
|
|
@@ -27731,13 +27751,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27731
27751
|
});
|
|
27732
27752
|
},
|
|
27733
27753
|
|
|
27734
|
-
/**
|
|
27735
|
-
* closeProcess
|
|
27736
|
-
* @desc:关闭弹窗
|
|
27737
|
-
* @author liufan
|
|
27738
|
-
* @param {boolean} val 当前是否办理流程
|
|
27739
|
-
* @param {String} type 当前点击的弹窗类型
|
|
27740
|
-
* @date 2022年5月25日
|
|
27754
|
+
/**
|
|
27755
|
+
* closeProcess
|
|
27756
|
+
* @desc:关闭弹窗
|
|
27757
|
+
* @author liufan
|
|
27758
|
+
* @param {boolean} val 当前是否办理流程
|
|
27759
|
+
* @param {String} type 当前点击的弹窗类型
|
|
27760
|
+
* @date 2022年5月25日
|
|
27741
27761
|
**/
|
|
27742
27762
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
27743
27763
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -27757,23 +27777,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27757
27777
|
}
|
|
27758
27778
|
},
|
|
27759
27779
|
|
|
27760
|
-
/**
|
|
27761
|
-
* selectChange
|
|
27762
|
-
* @desc:常用语选择
|
|
27763
|
-
* @author liufan
|
|
27764
|
-
* @param {String} val 选中值
|
|
27765
|
-
* @date 2022年5月25日
|
|
27780
|
+
/**
|
|
27781
|
+
* selectChange
|
|
27782
|
+
* @desc:常用语选择
|
|
27783
|
+
* @author liufan
|
|
27784
|
+
* @param {String} val 选中值
|
|
27785
|
+
* @date 2022年5月25日
|
|
27766
27786
|
**/
|
|
27767
27787
|
selectChange: function selectChange(val) {
|
|
27768
27788
|
this.value = val;
|
|
27769
27789
|
},
|
|
27770
27790
|
|
|
27771
|
-
/**
|
|
27772
|
-
* upDate
|
|
27773
|
-
* @desc:修改常用语
|
|
27774
|
-
* @author liufan
|
|
27775
|
-
* @param {Object} val 修改值
|
|
27776
|
-
* @date 2022年5月25日
|
|
27791
|
+
/**
|
|
27792
|
+
* upDate
|
|
27793
|
+
* @desc:修改常用语
|
|
27794
|
+
* @author liufan
|
|
27795
|
+
* @param {Object} val 修改值
|
|
27796
|
+
* @date 2022年5月25日
|
|
27777
27797
|
**/
|
|
27778
27798
|
upDate: function upDate(val) {
|
|
27779
27799
|
this.FormData.id = val.id;
|
|
@@ -27781,11 +27801,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27781
27801
|
},
|
|
27782
27802
|
|
|
27783
27803
|
|
|
27784
|
-
/**
|
|
27785
|
-
* getProcess
|
|
27786
|
-
* @desc:获取选择流程
|
|
27787
|
-
* @author liufan
|
|
27788
|
-
* @date 2022年5月25日
|
|
27804
|
+
/**
|
|
27805
|
+
* getProcess
|
|
27806
|
+
* @desc:获取选择流程
|
|
27807
|
+
* @author liufan
|
|
27808
|
+
* @date 2022年5月25日
|
|
27789
27809
|
**/
|
|
27790
27810
|
getProcess: function getProcess(val) {
|
|
27791
27811
|
var _this33 = this;
|
|
@@ -27845,11 +27865,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27845
27865
|
});
|
|
27846
27866
|
},
|
|
27847
27867
|
|
|
27848
|
-
/**
|
|
27849
|
-
* getPendedhistoryList
|
|
27850
|
-
* @desc:获取流程列表
|
|
27851
|
-
* @author liufan
|
|
27852
|
-
* @date 2022年5月25日
|
|
27868
|
+
/**
|
|
27869
|
+
* getPendedhistoryList
|
|
27870
|
+
* @desc:获取流程列表
|
|
27871
|
+
* @author liufan
|
|
27872
|
+
* @date 2022年5月25日
|
|
27853
27873
|
**/
|
|
27854
27874
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
27855
27875
|
var _this34 = this;
|
|
@@ -27920,12 +27940,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27920
27940
|
beforeSubProcess: function beforeSubProcess() {},
|
|
27921
27941
|
|
|
27922
27942
|
// 提交流程
|
|
27923
|
-
/**
|
|
27924
|
-
* subProcess
|
|
27925
|
-
* @desc:提交流程
|
|
27926
|
-
* @author liufan
|
|
27927
|
-
* @param {String} formName 当前form表单ref值
|
|
27928
|
-
* @date 2022年5月25日
|
|
27943
|
+
/**
|
|
27944
|
+
* subProcess
|
|
27945
|
+
* @desc:提交流程
|
|
27946
|
+
* @author liufan
|
|
27947
|
+
* @param {String} formName 当前form表单ref值
|
|
27948
|
+
* @date 2022年5月25日
|
|
27929
27949
|
**/
|
|
27930
27950
|
subProcess: function subProcess(val, type) {
|
|
27931
27951
|
var _this36 = this;
|
|
@@ -28036,6 +28056,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
28036
28056
|
sendData: function sendData(freetype) {
|
|
28037
28057
|
var _this38 = this;
|
|
28038
28058
|
|
|
28059
|
+
if (this.isFlow && !this.nodeInfo.nextNode) {
|
|
28060
|
+
this.$message.warning('请选择流程');
|
|
28061
|
+
return;
|
|
28062
|
+
}
|
|
28039
28063
|
if (this.isFlow && this.nodeInfo.nextNode && this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
28040
28064
|
if (this.directCreateCircularReadWhenFlowStarted) {
|
|
28041
28065
|
this.$refs.flowCirculate.subMit();
|