eoss-ui 0.7.17 → 0.7.19
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 +1029 -938
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +391 -331
- package/lib/handler.js +58 -50
- package/lib/icon.js +7 -4
- package/lib/index.js +1 -1
- package/lib/main.js +216 -198
- package/lib/qr-code.js +13 -13
- package/lib/switch.js +9 -7
- package/lib/theme-chalk/handler.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/package.json +160 -160
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +988 -988
- package/packages/data-table/src/main.vue +1831 -1831
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/Circulate.vue +413 -410
- package/packages/flow/src/component/CommonOpinions.vue +373 -372
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +240 -235
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +649 -643
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2847 -2845
- package/packages/flow/src/main.vue +3802 -3783
- package/packages/flow/src/processForm.vue +1287 -1287
- package/packages/flow/src/processReject.vue +308 -308
- package/packages/flow/src/reset.vue +941 -941
- package/packages/flow/src/startTaskRead.vue +691 -691
- package/packages/flow/src/supervise.vue +159 -159
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +696 -696
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1770 -1770
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3901 -3901
- 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 +497 -493
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +104 -101
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +1993 -1993
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/index.vue +2 -6
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +502 -502
- package/packages/main/src/main.vue +2 -1
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +221 -221
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +263 -259
- package/packages/main/src/simplicity/index.vue +2125 -2125
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +264 -264
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +398 -398
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +584 -584
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +782 -782
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +170 -170
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +170 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/handler.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +293 -293
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/flow.scss +348 -348
- 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 -143
- package/packages/theme-chalk/src/icon.scss +1817 -1817
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +984 -984
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +222 -222
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +92 -92
- package/packages/theme-chalk/src/simplicity.scss +1366 -1361
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1343 -1343
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +315 -315
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- package/packages/.DS_Store +0 -0
- package/packages/autocomplete/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/scrollbar/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/utils/.DS_Store +0 -0
package/lib/flow.js
CHANGED
|
@@ -4489,7 +4489,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4489
4489
|
// ESM COMPAT FLAG
|
|
4490
4490
|
__webpack_require__.r(__webpack_exports__);
|
|
4491
4491
|
|
|
4492
|
-
// 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=
|
|
4492
|
+
// 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=d565d514&
|
|
4493
4493
|
var render = function () {
|
|
4494
4494
|
var _vm = this
|
|
4495
4495
|
var _h = _vm.$createElement
|
|
@@ -4697,7 +4697,7 @@ var render = function () {
|
|
|
4697
4697
|
attrs: {
|
|
4698
4698
|
businessId: _vm.businessIds,
|
|
4699
4699
|
"label-position": _vm.formLabelPosition,
|
|
4700
|
-
selectorParams: _vm.
|
|
4700
|
+
selectorParams: _vm.selectorParams,
|
|
4701
4701
|
"pending-id": _vm.pendingId,
|
|
4702
4702
|
showBtn: false,
|
|
4703
4703
|
formTitle: _vm.formTitle,
|
|
@@ -4763,6 +4763,7 @@ var render = function () {
|
|
|
4763
4763
|
appId: _vm.resetAppId,
|
|
4764
4764
|
params: _vm.param,
|
|
4765
4765
|
showOther: _vm.showOther,
|
|
4766
|
+
selectorParams: _vm.selectorParams,
|
|
4766
4767
|
formLabelPosition: _vm.formLabelPosition,
|
|
4767
4768
|
simpleTips: _vm.simpleTips,
|
|
4768
4769
|
},
|
|
@@ -6365,7 +6366,7 @@ var render = function () {
|
|
|
6365
6366
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
6366
6367
|
simpleTips: _vm.simpleTips,
|
|
6367
6368
|
showBtn: false,
|
|
6368
|
-
selectorParams: _vm.
|
|
6369
|
+
selectorParams: _vm.selectorParams,
|
|
6369
6370
|
oldOption: _vm.value,
|
|
6370
6371
|
},
|
|
6371
6372
|
on: {
|
|
@@ -6591,7 +6592,7 @@ var render = function () {
|
|
|
6591
6592
|
},
|
|
6592
6593
|
},
|
|
6593
6594
|
},
|
|
6594
|
-
[_vm._v(
|
|
6595
|
+
[_vm._v(_vm._s(_vm.saveButtonName))]
|
|
6595
6596
|
)
|
|
6596
6597
|
: _vm._e(),
|
|
6597
6598
|
],
|
|
@@ -6639,7 +6640,11 @@ var render = function () {
|
|
|
6639
6640
|
[
|
|
6640
6641
|
_vm._v(
|
|
6641
6642
|
"\n " +
|
|
6642
|
-
_vm._s(
|
|
6643
|
+
_vm._s(
|
|
6644
|
+
item.event == "save"
|
|
6645
|
+
? _vm.saveButtonName
|
|
6646
|
+
: item.text
|
|
6647
|
+
) +
|
|
6643
6648
|
"\n "
|
|
6644
6649
|
),
|
|
6645
6650
|
]
|
|
@@ -6797,7 +6802,10 @@ var render = function () {
|
|
|
6797
6802
|
_vm._v(
|
|
6798
6803
|
"\n " +
|
|
6799
6804
|
_vm._s(
|
|
6800
|
-
item.
|
|
6805
|
+
item.event ==
|
|
6806
|
+
"save"
|
|
6807
|
+
? _vm.saveButtonName
|
|
6808
|
+
: item.text
|
|
6801
6809
|
) +
|
|
6802
6810
|
"\n "
|
|
6803
6811
|
),
|
|
@@ -7043,7 +7051,7 @@ var render = function () {
|
|
|
7043
7051
|
businessId: _vm.businessId,
|
|
7044
7052
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
7045
7053
|
simpleTips: _vm.simpleTips,
|
|
7046
|
-
selectorParams: _vm.
|
|
7054
|
+
selectorParams: _vm.selectorParams,
|
|
7047
7055
|
oldOption: _vm.value,
|
|
7048
7056
|
},
|
|
7049
7057
|
on: {
|
|
@@ -7319,6 +7327,7 @@ var render = function () {
|
|
|
7319
7327
|
pendingId: _vm.pendingId,
|
|
7320
7328
|
defaultOpinion: _vm.nodeDefaultSubmitOpinion,
|
|
7321
7329
|
oldOption: _vm.value,
|
|
7330
|
+
selectorParams: _vm.selectorParams,
|
|
7322
7331
|
type: _vm.flowType,
|
|
7323
7332
|
multiple: _vm.flowMultiple,
|
|
7324
7333
|
disabled: _vm.flowDisabled,
|
|
@@ -7398,14 +7407,14 @@ var staticRenderFns = []
|
|
|
7398
7407
|
render._withStripped = true
|
|
7399
7408
|
|
|
7400
7409
|
|
|
7401
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7410
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=d565d514&
|
|
7402
7411
|
|
|
7403
7412
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7404
7413
|
var regenerator_ = __webpack_require__(4);
|
|
7405
7414
|
var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
|
|
7406
7415
|
|
|
7407
|
-
// 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/CommonOpinions.vue?vue&type=template&id=
|
|
7408
|
-
var
|
|
7416
|
+
// 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/CommonOpinions.vue?vue&type=template&id=e934fd66&
|
|
7417
|
+
var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
|
|
7409
7418
|
var _vm = this
|
|
7410
7419
|
var _h = _vm.$createElement
|
|
7411
7420
|
var _c = _vm._self._c || _h
|
|
@@ -7612,11 +7621,11 @@ var CommonOpinionsvue_type_template_id_4b7ad280_render = function () {
|
|
|
7612
7621
|
1
|
|
7613
7622
|
)
|
|
7614
7623
|
}
|
|
7615
|
-
var
|
|
7616
|
-
|
|
7624
|
+
var CommonOpinionsvue_type_template_id_e934fd66_staticRenderFns = []
|
|
7625
|
+
CommonOpinionsvue_type_template_id_e934fd66_render._withStripped = true
|
|
7617
7626
|
|
|
7618
7627
|
|
|
7619
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=
|
|
7628
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=e934fd66&
|
|
7620
7629
|
|
|
7621
7630
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
7622
7631
|
var api = __webpack_require__(1);
|
|
@@ -8222,6 +8231,7 @@ var _components;
|
|
|
8222
8231
|
}
|
|
8223
8232
|
},
|
|
8224
8233
|
mounted: function mounted() {
|
|
8234
|
+
this.form.value = this.opinion;
|
|
8225
8235
|
if (this.nodeFixedOpinionSelectList.length > 0) {
|
|
8226
8236
|
this.optionList = this.nodeFixedOpinionSelectList;
|
|
8227
8237
|
this.disabled = true;
|
|
@@ -8257,21 +8267,21 @@ var _components;
|
|
|
8257
8267
|
return validSate;
|
|
8258
8268
|
},
|
|
8259
8269
|
|
|
8260
|
-
/**
|
|
8261
|
-
* changeOpinion
|
|
8262
|
-
* @desc:监听意见变化
|
|
8263
|
-
* @author liufan
|
|
8264
|
-
* @date 2022年10月28日
|
|
8270
|
+
/**
|
|
8271
|
+
* changeOpinion
|
|
8272
|
+
* @desc:监听意见变化
|
|
8273
|
+
* @author liufan
|
|
8274
|
+
* @date 2022年10月28日
|
|
8265
8275
|
**/
|
|
8266
8276
|
changeOpinion: function changeOpinion() {
|
|
8267
8277
|
this.$emit('change', this.form.value);
|
|
8268
8278
|
},
|
|
8269
8279
|
|
|
8270
|
-
/**
|
|
8271
|
-
* getCommonOpion
|
|
8272
|
-
* @desc:获取意见
|
|
8273
|
-
* @author liufan
|
|
8274
|
-
* @date 2022年5月25日
|
|
8280
|
+
/**
|
|
8281
|
+
* getCommonOpion
|
|
8282
|
+
* @desc:获取意见
|
|
8283
|
+
* @author liufan
|
|
8284
|
+
* @date 2022年5月25日
|
|
8275
8285
|
**/
|
|
8276
8286
|
getCommonOpion: function getCommonOpion() {
|
|
8277
8287
|
var _this = this;
|
|
@@ -8300,24 +8310,24 @@ var _components;
|
|
|
8300
8310
|
});
|
|
8301
8311
|
},
|
|
8302
8312
|
|
|
8303
|
-
/**
|
|
8304
|
-
* upDate
|
|
8305
|
-
* @desc:修改常用语
|
|
8306
|
-
* @author liufan
|
|
8307
|
-
* @param {Object} val 修改值
|
|
8308
|
-
* @date 2022年5月25日
|
|
8313
|
+
/**
|
|
8314
|
+
* upDate
|
|
8315
|
+
* @desc:修改常用语
|
|
8316
|
+
* @author liufan
|
|
8317
|
+
* @param {Object} val 修改值
|
|
8318
|
+
* @date 2022年5月25日
|
|
8309
8319
|
**/
|
|
8310
8320
|
upDate: function upDate(val) {
|
|
8311
8321
|
this.FormData.id = val.id;
|
|
8312
8322
|
this.addVisible = true;
|
|
8313
8323
|
},
|
|
8314
8324
|
|
|
8315
|
-
/**
|
|
8316
|
-
* selectChange
|
|
8317
|
-
* @desc:常用语选择
|
|
8318
|
-
* @author liufan
|
|
8319
|
-
* @param {String} val 选中值
|
|
8320
|
-
* @date 2022年5月25日
|
|
8325
|
+
/**
|
|
8326
|
+
* selectChange
|
|
8327
|
+
* @desc:常用语选择
|
|
8328
|
+
* @author liufan
|
|
8329
|
+
* @param {String} val 选中值
|
|
8330
|
+
* @date 2022年5月25日
|
|
8321
8331
|
**/
|
|
8322
8332
|
selectChange: function selectChange(val) {
|
|
8323
8333
|
var _this2 = this;
|
|
@@ -8336,12 +8346,12 @@ var _components;
|
|
|
8336
8346
|
});
|
|
8337
8347
|
},
|
|
8338
8348
|
|
|
8339
|
-
/**
|
|
8340
|
-
* del
|
|
8341
|
-
* @desc:删除常用语
|
|
8342
|
-
* @author liufan
|
|
8343
|
-
* @param {Object} val 删除的数据
|
|
8344
|
-
* @date 2022年5月25日
|
|
8349
|
+
/**
|
|
8350
|
+
* del
|
|
8351
|
+
* @desc:删除常用语
|
|
8352
|
+
* @author liufan
|
|
8353
|
+
* @param {Object} val 删除的数据
|
|
8354
|
+
* @date 2022年5月25日
|
|
8345
8355
|
**/
|
|
8346
8356
|
del: function del(val) {
|
|
8347
8357
|
var _this3 = this;
|
|
@@ -8383,12 +8393,12 @@ var _components;
|
|
|
8383
8393
|
}).catch(function (e) {});
|
|
8384
8394
|
},
|
|
8385
8395
|
|
|
8386
|
-
/**
|
|
8387
|
-
* submit
|
|
8388
|
-
* @desc:新增/编辑意见保存
|
|
8389
|
-
* @author liufan
|
|
8390
|
-
* @param {Object} val 保存数据
|
|
8391
|
-
* @date 2022年5月25日
|
|
8396
|
+
/**
|
|
8397
|
+
* submit
|
|
8398
|
+
* @desc:新增/编辑意见保存
|
|
8399
|
+
* @author liufan
|
|
8400
|
+
* @param {Object} val 保存数据
|
|
8401
|
+
* @date 2022年5月25日
|
|
8392
8402
|
**/
|
|
8393
8403
|
submit: function submit(val) {
|
|
8394
8404
|
var _this4 = this;
|
|
@@ -8443,8 +8453,8 @@ var _components;
|
|
|
8443
8453
|
|
|
8444
8454
|
var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
8445
8455
|
component_CommonOpinionsvue_type_script_lang_js_,
|
|
8446
|
-
|
|
8447
|
-
|
|
8456
|
+
CommonOpinionsvue_type_template_id_e934fd66_render,
|
|
8457
|
+
CommonOpinionsvue_type_template_id_e934fd66_staticRenderFns,
|
|
8448
8458
|
false,
|
|
8449
8459
|
null,
|
|
8450
8460
|
null,
|
|
@@ -11778,11 +11788,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11778
11788
|
});
|
|
11779
11789
|
},
|
|
11780
11790
|
|
|
11781
|
-
/**
|
|
11782
|
-
* isMultiple
|
|
11783
|
-
* @desc:是否多选
|
|
11784
|
-
* @author liufan
|
|
11785
|
-
* @date 2022年9月13日
|
|
11791
|
+
/**
|
|
11792
|
+
* isMultiple
|
|
11793
|
+
* @desc:是否多选
|
|
11794
|
+
* @author liufan
|
|
11795
|
+
* @date 2022年9月13日
|
|
11786
11796
|
**/
|
|
11787
11797
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
11788
11798
|
var multiple = false;
|
|
@@ -15825,11 +15835,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
15825
15835
|
});
|
|
15826
15836
|
},
|
|
15827
15837
|
|
|
15828
|
-
/**
|
|
15829
|
-
* isMultiple
|
|
15830
|
-
* @desc:是否多选
|
|
15831
|
-
* @author liufan
|
|
15832
|
-
* @date 2022年9月13日
|
|
15838
|
+
/**
|
|
15839
|
+
* isMultiple
|
|
15840
|
+
* @desc:是否多选
|
|
15841
|
+
* @author liufan
|
|
15842
|
+
* @date 2022年9月13日
|
|
15833
15843
|
**/
|
|
15834
15844
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
15835
15845
|
var multiple = false;
|
|
@@ -15973,8 +15983,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
15973
15983
|
)
|
|
15974
15984
|
|
|
15975
15985
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
15976
|
-
// 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=
|
|
15977
|
-
var
|
|
15986
|
+
// 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=e0b78d58&
|
|
15987
|
+
var taskUnionExaminevue_type_template_id_e0b78d58_render = function () {
|
|
15978
15988
|
var _vm = this
|
|
15979
15989
|
var _h = _vm.$createElement
|
|
15980
15990
|
var _c = _vm._self._c || _h
|
|
@@ -16095,7 +16105,10 @@ var taskUnionExaminevue_type_template_id_8bdea5e4_render = function () {
|
|
|
16095
16105
|
_c("SelectUser", {
|
|
16096
16106
|
attrs: {
|
|
16097
16107
|
nextUser: _vm.infoList.nextOtherOrgObj,
|
|
16098
|
-
where: {
|
|
16108
|
+
where: {
|
|
16109
|
+
filid: "other",
|
|
16110
|
+
roleid: _vm.selectorParams.roleid,
|
|
16111
|
+
},
|
|
16099
16112
|
multiple: _vm.newMultiple,
|
|
16100
16113
|
mix: _vm.otherMix,
|
|
16101
16114
|
disableds: _vm.otherOrgDisabledObjId,
|
|
@@ -16233,11 +16246,11 @@ var taskUnionExaminevue_type_template_id_8bdea5e4_render = function () {
|
|
|
16233
16246
|
1
|
|
16234
16247
|
)
|
|
16235
16248
|
}
|
|
16236
|
-
var
|
|
16237
|
-
|
|
16249
|
+
var taskUnionExaminevue_type_template_id_e0b78d58_staticRenderFns = []
|
|
16250
|
+
taskUnionExaminevue_type_template_id_e0b78d58_render._withStripped = true
|
|
16238
16251
|
|
|
16239
16252
|
|
|
16240
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
16253
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=e0b78d58&
|
|
16241
16254
|
|
|
16242
16255
|
// 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&
|
|
16243
16256
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -16377,6 +16390,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16377
16390
|
//
|
|
16378
16391
|
//
|
|
16379
16392
|
//
|
|
16393
|
+
//
|
|
16394
|
+
//
|
|
16380
16395
|
|
|
16381
16396
|
|
|
16382
16397
|
|
|
@@ -16392,7 +16407,10 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16392
16407
|
oldOption: { type: String, default: '' },
|
|
16393
16408
|
disabled: { type: Boolean, default: false },
|
|
16394
16409
|
simpleTips: { type: Boolean, default: true },
|
|
16395
|
-
multiple: { type: Boolean, default: true }
|
|
16410
|
+
multiple: { type: Boolean, default: true },
|
|
16411
|
+
selectorParams: { type: Object, default: function _default() {
|
|
16412
|
+
return {};
|
|
16413
|
+
} }
|
|
16396
16414
|
},
|
|
16397
16415
|
inheritAttrs: false,
|
|
16398
16416
|
data: function data() {
|
|
@@ -16436,6 +16454,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16436
16454
|
mounted: function mounted() {
|
|
16437
16455
|
this.loading = true;
|
|
16438
16456
|
this.newMultiple = this.multiple;
|
|
16457
|
+
this.otherParams.roleid = this.params.roleid = this.selectorParams.roleid;
|
|
16439
16458
|
this.opinion = this.oldOption;
|
|
16440
16459
|
this.getNodeType();
|
|
16441
16460
|
if (this.type === 'taskReview') return this.getTaskReview();
|
|
@@ -16825,8 +16844,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16825
16844
|
|
|
16826
16845
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
16827
16846
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
16828
|
-
|
|
16829
|
-
|
|
16847
|
+
taskUnionExaminevue_type_template_id_e0b78d58_render,
|
|
16848
|
+
taskUnionExaminevue_type_template_id_e0b78d58_staticRenderFns,
|
|
16830
16849
|
false,
|
|
16831
16850
|
null,
|
|
16832
16851
|
null,
|
|
@@ -16835,8 +16854,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
|
16835
16854
|
)
|
|
16836
16855
|
|
|
16837
16856
|
/* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
|
|
16838
|
-
// 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=
|
|
16839
|
-
var
|
|
16857
|
+
// 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=0a6833ac&
|
|
16858
|
+
var freeStartFlowvue_type_template_id_0a6833ac_render = function () {
|
|
16840
16859
|
var _vm = this
|
|
16841
16860
|
var _h = _vm.$createElement
|
|
16842
16861
|
var _c = _vm._self._c || _h
|
|
@@ -17729,6 +17748,9 @@ var freeStartFlowvue_type_template_id_baa2efc4_render = function () {
|
|
|
17729
17748
|
filid:
|
|
17730
17749
|
_vm.userModel
|
|
17731
17750
|
.orgId,
|
|
17751
|
+
roleid:
|
|
17752
|
+
_vm.selectorParams
|
|
17753
|
+
.roleid,
|
|
17732
17754
|
},
|
|
17733
17755
|
},
|
|
17734
17756
|
on: {
|
|
@@ -17766,12 +17788,18 @@ var freeStartFlowvue_type_template_id_baa2efc4_render = function () {
|
|
|
17766
17788
|
mix: "",
|
|
17767
17789
|
where: {
|
|
17768
17790
|
filid: "other",
|
|
17791
|
+
roleid:
|
|
17792
|
+
_vm.selectorParams
|
|
17793
|
+
.roleid,
|
|
17769
17794
|
},
|
|
17770
17795
|
disableds:
|
|
17771
17796
|
_vm.otherOrgDisabledObjId,
|
|
17772
17797
|
types: ["enterprise"],
|
|
17773
17798
|
params: {
|
|
17774
17799
|
filid: "all",
|
|
17800
|
+
roleid:
|
|
17801
|
+
_vm.selectorParams
|
|
17802
|
+
.roleid,
|
|
17775
17803
|
},
|
|
17776
17804
|
},
|
|
17777
17805
|
on: {
|
|
@@ -18922,11 +18950,11 @@ var freeStartFlowvue_type_template_id_baa2efc4_render = function () {
|
|
|
18922
18950
|
)
|
|
18923
18951
|
: _vm._e()
|
|
18924
18952
|
}
|
|
18925
|
-
var
|
|
18926
|
-
|
|
18953
|
+
var freeStartFlowvue_type_template_id_0a6833ac_staticRenderFns = []
|
|
18954
|
+
freeStartFlowvue_type_template_id_0a6833ac_render._withStripped = true
|
|
18927
18955
|
|
|
18928
18956
|
|
|
18929
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
18957
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=0a6833ac&
|
|
18930
18958
|
|
|
18931
18959
|
// 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&
|
|
18932
18960
|
|
|
@@ -19687,6 +19715,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19687
19715
|
//
|
|
19688
19716
|
//
|
|
19689
19717
|
//
|
|
19718
|
+
//
|
|
19690
19719
|
|
|
19691
19720
|
|
|
19692
19721
|
|
|
@@ -19743,6 +19772,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19743
19772
|
userSelectRange: {
|
|
19744
19773
|
type: String
|
|
19745
19774
|
},
|
|
19775
|
+
selectorParams: { type: Object, default: function _default() {
|
|
19776
|
+
return {};
|
|
19777
|
+
} },
|
|
19746
19778
|
defaultProcessShowStrategy: { type: String, default: '' },
|
|
19747
19779
|
taskParams: {
|
|
19748
19780
|
type: Object,
|
|
@@ -20238,11 +20270,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20238
20270
|
});
|
|
20239
20271
|
},
|
|
20240
20272
|
|
|
20241
|
-
/**
|
|
20242
|
-
* saveInfo
|
|
20243
|
-
* @desc:暂存
|
|
20244
|
-
* @author liufan
|
|
20245
|
-
* @date 2022年9月9日
|
|
20273
|
+
/**
|
|
20274
|
+
* saveInfo
|
|
20275
|
+
* @desc:暂存
|
|
20276
|
+
* @author liufan
|
|
20277
|
+
* @date 2022年9月9日
|
|
20246
20278
|
**/
|
|
20247
20279
|
saveInfo: function saveInfo(type, btn) {
|
|
20248
20280
|
var _this6 = this;
|
|
@@ -20304,11 +20336,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20304
20336
|
});
|
|
20305
20337
|
},
|
|
20306
20338
|
|
|
20307
|
-
/**
|
|
20308
|
-
* rejectBtn
|
|
20309
|
-
* @desc:点击驳回
|
|
20310
|
-
* @author liufan
|
|
20311
|
-
* @date 2022年5月25日
|
|
20339
|
+
/**
|
|
20340
|
+
* rejectBtn
|
|
20341
|
+
* @desc:点击驳回
|
|
20342
|
+
* @author liufan
|
|
20343
|
+
* @date 2022年5月25日
|
|
20312
20344
|
**/
|
|
20313
20345
|
rejectBtn: function rejectBtn() {
|
|
20314
20346
|
var _this8 = this;
|
|
@@ -20326,11 +20358,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20326
20358
|
}
|
|
20327
20359
|
},
|
|
20328
20360
|
|
|
20329
|
-
/**
|
|
20330
|
-
* taskReadBtn
|
|
20331
|
-
* @desc:点击分阅
|
|
20332
|
-
* @author liufan
|
|
20333
|
-
* @date 2022年5月25日
|
|
20361
|
+
/**
|
|
20362
|
+
* taskReadBtn
|
|
20363
|
+
* @desc:点击分阅
|
|
20364
|
+
* @author liufan
|
|
20365
|
+
* @date 2022年5月25日
|
|
20334
20366
|
**/
|
|
20335
20367
|
taskReadBtn: function taskReadBtn() {
|
|
20336
20368
|
var _this9 = this;
|
|
@@ -20349,11 +20381,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20349
20381
|
}
|
|
20350
20382
|
},
|
|
20351
20383
|
|
|
20352
|
-
/**
|
|
20353
|
-
* getFind
|
|
20354
|
-
* @desc:获取通知方式
|
|
20355
|
-
* @author liufan
|
|
20356
|
-
* @date 2022年5月25日
|
|
20384
|
+
/**
|
|
20385
|
+
* getFind
|
|
20386
|
+
* @desc:获取通知方式
|
|
20387
|
+
* @author liufan
|
|
20388
|
+
* @date 2022年5月25日
|
|
20357
20389
|
**/
|
|
20358
20390
|
getFind: function getFind() {
|
|
20359
20391
|
var _this10 = this;
|
|
@@ -20408,12 +20440,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20408
20440
|
});
|
|
20409
20441
|
},
|
|
20410
20442
|
|
|
20411
|
-
/**
|
|
20412
|
-
* endFlows
|
|
20413
|
-
* @desc:直接办结
|
|
20414
|
-
* @author liufan
|
|
20415
|
-
* @param {Object} res 直接办结数据
|
|
20416
|
-
* @date 2022年5月25日
|
|
20443
|
+
/**
|
|
20444
|
+
* endFlows
|
|
20445
|
+
* @desc:直接办结
|
|
20446
|
+
* @author liufan
|
|
20447
|
+
* @param {Object} res 直接办结数据
|
|
20448
|
+
* @date 2022年5月25日
|
|
20417
20449
|
**/
|
|
20418
20450
|
endFlows: function endFlows(res) {
|
|
20419
20451
|
var _this12 = this;
|
|
@@ -20467,12 +20499,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20467
20499
|
}).catch(function (e) {});
|
|
20468
20500
|
},
|
|
20469
20501
|
|
|
20470
|
-
/**
|
|
20471
|
-
* goView
|
|
20472
|
-
* @desc:更多流程按钮操作
|
|
20473
|
-
* @author liufan
|
|
20474
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20475
|
-
* @date 2022年5月25日
|
|
20502
|
+
/**
|
|
20503
|
+
* goView
|
|
20504
|
+
* @desc:更多流程按钮操作
|
|
20505
|
+
* @author liufan
|
|
20506
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20507
|
+
* @date 2022年5月25日
|
|
20476
20508
|
**/
|
|
20477
20509
|
goView: function goView(res) {
|
|
20478
20510
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20557,11 +20589,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20557
20589
|
// isCanStartSubFlow
|
|
20558
20590
|
},
|
|
20559
20591
|
|
|
20560
|
-
/**
|
|
20561
|
-
* toTakeAdvice
|
|
20562
|
-
* @desc:征求意见
|
|
20563
|
-
* @author liufan
|
|
20564
|
-
* @date 2022年9月29日
|
|
20592
|
+
/**
|
|
20593
|
+
* toTakeAdvice
|
|
20594
|
+
* @desc:征求意见
|
|
20595
|
+
* @author liufan
|
|
20596
|
+
* @date 2022年9月29日
|
|
20565
20597
|
**/
|
|
20566
20598
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20567
20599
|
var _this14 = this;
|
|
@@ -20605,11 +20637,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20605
20637
|
});
|
|
20606
20638
|
},
|
|
20607
20639
|
|
|
20608
|
-
/**
|
|
20609
|
-
* toStartDraf
|
|
20610
|
-
* @desc: 稿件递送、联合审核、复核
|
|
20611
|
-
* @author liufan
|
|
20612
|
-
* @date 2022年9月29日
|
|
20640
|
+
/**
|
|
20641
|
+
* toStartDraf
|
|
20642
|
+
* @desc: 稿件递送、联合审核、复核
|
|
20643
|
+
* @author liufan
|
|
20644
|
+
* @date 2022年9月29日
|
|
20613
20645
|
**/
|
|
20614
20646
|
toStartDraf: function toStartDraf(res) {
|
|
20615
20647
|
var _this16 = this;
|
|
@@ -20623,11 +20655,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20623
20655
|
}
|
|
20624
20656
|
},
|
|
20625
20657
|
|
|
20626
|
-
/**
|
|
20627
|
-
* toSendMsg
|
|
20628
|
-
* @desc:核稿通知
|
|
20629
|
-
* @author liufan
|
|
20630
|
-
* @date 2022年9月29日
|
|
20658
|
+
/**
|
|
20659
|
+
* toSendMsg
|
|
20660
|
+
* @desc:核稿通知
|
|
20661
|
+
* @author liufan
|
|
20662
|
+
* @date 2022年9月29日
|
|
20631
20663
|
**/
|
|
20632
20664
|
toSendMsg: function toSendMsg(res) {
|
|
20633
20665
|
var _this17 = this;
|
|
@@ -20641,11 +20673,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20641
20673
|
}
|
|
20642
20674
|
},
|
|
20643
20675
|
|
|
20644
|
-
/**
|
|
20645
|
-
* toTaskReadAndEnd
|
|
20646
|
-
* @desc:分阅并办结
|
|
20647
|
-
* @author liufan
|
|
20648
|
-
* @date 2022年9月29日
|
|
20676
|
+
/**
|
|
20677
|
+
* toTaskReadAndEnd
|
|
20678
|
+
* @desc:分阅并办结
|
|
20679
|
+
* @author liufan
|
|
20680
|
+
* @date 2022年9月29日
|
|
20649
20681
|
**/
|
|
20650
20682
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
20651
20683
|
var _this18 = this;
|
|
@@ -20663,11 +20695,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20663
20695
|
}
|
|
20664
20696
|
},
|
|
20665
20697
|
|
|
20666
|
-
/**
|
|
20667
|
-
* rejectAndEnd
|
|
20668
|
-
* @desc:驳回并办结
|
|
20669
|
-
* @author liufan
|
|
20670
|
-
* @date 2022年9月29日
|
|
20698
|
+
/**
|
|
20699
|
+
* rejectAndEnd
|
|
20700
|
+
* @desc:驳回并办结
|
|
20701
|
+
* @author liufan
|
|
20702
|
+
* @date 2022年9月29日
|
|
20671
20703
|
**/
|
|
20672
20704
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
20673
20705
|
var _this19 = this;
|
|
@@ -20722,11 +20754,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20722
20754
|
});
|
|
20723
20755
|
},
|
|
20724
20756
|
|
|
20725
|
-
/**
|
|
20726
|
-
* toTransfer
|
|
20727
|
-
* @desc:转办
|
|
20728
|
-
* @author liufan
|
|
20729
|
-
* @date 2022年9月29日
|
|
20757
|
+
/**
|
|
20758
|
+
* toTransfer
|
|
20759
|
+
* @desc:转办
|
|
20760
|
+
* @author liufan
|
|
20761
|
+
* @date 2022年9月29日
|
|
20730
20762
|
**/
|
|
20731
20763
|
toTransfer: function toTransfer(res) {
|
|
20732
20764
|
var _this21 = this;
|
|
@@ -20742,11 +20774,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20742
20774
|
}
|
|
20743
20775
|
},
|
|
20744
20776
|
|
|
20745
|
-
/**
|
|
20746
|
-
* getNodeInfo
|
|
20747
|
-
* @desc:获取节点信息
|
|
20748
|
-
* @author liufan
|
|
20749
|
-
* @date 2022年5月25日
|
|
20777
|
+
/**
|
|
20778
|
+
* getNodeInfo
|
|
20779
|
+
* @desc:获取节点信息
|
|
20780
|
+
* @author liufan
|
|
20781
|
+
* @date 2022年5月25日
|
|
20750
20782
|
**/
|
|
20751
20783
|
getNodeInfo: function getNodeInfo() {
|
|
20752
20784
|
var _this22 = this;
|
|
@@ -20845,12 +20877,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20845
20877
|
});
|
|
20846
20878
|
},
|
|
20847
20879
|
|
|
20848
|
-
/**
|
|
20849
|
-
* selecNext
|
|
20850
|
-
* @desc:下步节点变化时更新数据
|
|
20851
|
-
* @author liufan
|
|
20852
|
-
* @param {String} val 当前选中值
|
|
20853
|
-
* @date 2022年5月25日
|
|
20880
|
+
/**
|
|
20881
|
+
* selecNext
|
|
20882
|
+
* @desc:下步节点变化时更新数据
|
|
20883
|
+
* @author liufan
|
|
20884
|
+
* @param {String} val 当前选中值
|
|
20885
|
+
* @date 2022年5月25日
|
|
20854
20886
|
**/
|
|
20855
20887
|
selecNext: function selecNext(val, type, isDef) {
|
|
20856
20888
|
var _this23 = this;
|
|
@@ -20959,11 +20991,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20959
20991
|
if (isDef !== true) this.getNodeInfo();
|
|
20960
20992
|
},
|
|
20961
20993
|
|
|
20962
|
-
/**
|
|
20963
|
-
* isMultiple
|
|
20964
|
-
* @desc:是否多选
|
|
20965
|
-
* @author liufan
|
|
20966
|
-
* @date 2022年9月13日
|
|
20994
|
+
/**
|
|
20995
|
+
* isMultiple
|
|
20996
|
+
* @desc:是否多选
|
|
20997
|
+
* @author liufan
|
|
20998
|
+
* @date 2022年9月13日
|
|
20967
20999
|
**/
|
|
20968
21000
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
20969
21001
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -20995,11 +21027,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20995
21027
|
}
|
|
20996
21028
|
},
|
|
20997
21029
|
|
|
20998
|
-
/**
|
|
20999
|
-
* getHedInfo
|
|
21000
|
-
* @desc:获取审核页面数据
|
|
21001
|
-
* @author liufan
|
|
21002
|
-
* @date 2022年5月25日
|
|
21030
|
+
/**
|
|
21031
|
+
* getHedInfo
|
|
21032
|
+
* @desc:获取审核页面数据
|
|
21033
|
+
* @author liufan
|
|
21034
|
+
* @date 2022年5月25日
|
|
21003
21035
|
**/
|
|
21004
21036
|
getHedInfo: function getHedInfo() {
|
|
21005
21037
|
var _this24 = this;
|
|
@@ -21235,13 +21267,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21235
21267
|
});
|
|
21236
21268
|
},
|
|
21237
21269
|
|
|
21238
|
-
/**
|
|
21239
|
-
* closeProcess
|
|
21240
|
-
* @desc:关闭弹窗
|
|
21241
|
-
* @author liufan
|
|
21242
|
-
* @param {boolean} val 当前是否办理流程
|
|
21243
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21244
|
-
* @date 2022年5月25日
|
|
21270
|
+
/**
|
|
21271
|
+
* closeProcess
|
|
21272
|
+
* @desc:关闭弹窗
|
|
21273
|
+
* @author liufan
|
|
21274
|
+
* @param {boolean} val 当前是否办理流程
|
|
21275
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21276
|
+
* @date 2022年5月25日
|
|
21245
21277
|
**/
|
|
21246
21278
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21247
21279
|
if (closeParent) {
|
|
@@ -21258,23 +21290,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21258
21290
|
}
|
|
21259
21291
|
},
|
|
21260
21292
|
|
|
21261
|
-
/**
|
|
21262
|
-
* selectChange
|
|
21263
|
-
* @desc:常用语选择
|
|
21264
|
-
* @author liufan
|
|
21265
|
-
* @param {String} val 选中值
|
|
21266
|
-
* @date 2022年5月25日
|
|
21293
|
+
/**
|
|
21294
|
+
* selectChange
|
|
21295
|
+
* @desc:常用语选择
|
|
21296
|
+
* @author liufan
|
|
21297
|
+
* @param {String} val 选中值
|
|
21298
|
+
* @date 2022年5月25日
|
|
21267
21299
|
**/
|
|
21268
21300
|
selectChange: function selectChange(val) {
|
|
21269
21301
|
this.value = val;
|
|
21270
21302
|
},
|
|
21271
21303
|
|
|
21272
|
-
/**
|
|
21273
|
-
* upDate
|
|
21274
|
-
* @desc:修改常用语
|
|
21275
|
-
* @author liufan
|
|
21276
|
-
* @param {Object} val 修改值
|
|
21277
|
-
* @date 2022年5月25日
|
|
21304
|
+
/**
|
|
21305
|
+
* upDate
|
|
21306
|
+
* @desc:修改常用语
|
|
21307
|
+
* @author liufan
|
|
21308
|
+
* @param {Object} val 修改值
|
|
21309
|
+
* @date 2022年5月25日
|
|
21278
21310
|
**/
|
|
21279
21311
|
upDate: function upDate(val) {
|
|
21280
21312
|
this.FormData.id = val.id;
|
|
@@ -21282,11 +21314,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21282
21314
|
},
|
|
21283
21315
|
|
|
21284
21316
|
|
|
21285
|
-
/**
|
|
21286
|
-
* getProcess
|
|
21287
|
-
* @desc:获取选择流程
|
|
21288
|
-
* @author liufan
|
|
21289
|
-
* @date 2022年5月25日
|
|
21317
|
+
/**
|
|
21318
|
+
* getProcess
|
|
21319
|
+
* @desc:获取选择流程
|
|
21320
|
+
* @author liufan
|
|
21321
|
+
* @date 2022年5月25日
|
|
21290
21322
|
**/
|
|
21291
21323
|
getProcess: function getProcess() {
|
|
21292
21324
|
var _this25 = this;
|
|
@@ -21340,11 +21372,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21340
21372
|
});
|
|
21341
21373
|
},
|
|
21342
21374
|
|
|
21343
|
-
/**
|
|
21344
|
-
* getPendedhistoryList
|
|
21345
|
-
* @desc:获取流程列表
|
|
21346
|
-
* @author liufan
|
|
21347
|
-
* @date 2022年5月25日
|
|
21375
|
+
/**
|
|
21376
|
+
* getPendedhistoryList
|
|
21377
|
+
* @desc:获取流程列表
|
|
21378
|
+
* @author liufan
|
|
21379
|
+
* @date 2022年5月25日
|
|
21348
21380
|
**/
|
|
21349
21381
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21350
21382
|
var _this26 = this;
|
|
@@ -21376,12 +21408,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21376
21408
|
},
|
|
21377
21409
|
|
|
21378
21410
|
// 提交流程
|
|
21379
|
-
/**
|
|
21380
|
-
* subProcess
|
|
21381
|
-
* @desc:提交流程
|
|
21382
|
-
* @author liufan
|
|
21383
|
-
* @param {String} formName 当前form表单ref值
|
|
21384
|
-
* @date 2022年5月25日
|
|
21411
|
+
/**
|
|
21412
|
+
* subProcess
|
|
21413
|
+
* @desc:提交流程
|
|
21414
|
+
* @author liufan
|
|
21415
|
+
* @param {String} formName 当前form表单ref值
|
|
21416
|
+
* @date 2022年5月25日
|
|
21385
21417
|
**/
|
|
21386
21418
|
subProcess: function subProcess(val) {
|
|
21387
21419
|
var _this27 = this;
|
|
@@ -21631,8 +21663,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21631
21663
|
|
|
21632
21664
|
var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
21633
21665
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
21634
|
-
|
|
21635
|
-
|
|
21666
|
+
freeStartFlowvue_type_template_id_0a6833ac_render,
|
|
21667
|
+
freeStartFlowvue_type_template_id_0a6833ac_staticRenderFns,
|
|
21636
21668
|
false,
|
|
21637
21669
|
null,
|
|
21638
21670
|
null,
|
|
@@ -22007,8 +22039,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
22007
22039
|
)
|
|
22008
22040
|
|
|
22009
22041
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
22010
|
-
// 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=
|
|
22011
|
-
var
|
|
22042
|
+
// 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=b773ce32&
|
|
22043
|
+
var Circulatevue_type_template_id_b773ce32_render = function () {
|
|
22012
22044
|
var _vm = this
|
|
22013
22045
|
var _h = _vm.$createElement
|
|
22014
22046
|
var _c = _vm._self._c || _h
|
|
@@ -22068,7 +22100,7 @@ var Circulatevue_type_template_id_c421bcec_render = function () {
|
|
|
22068
22100
|
attrs: {
|
|
22069
22101
|
nextUser: _vm.infoList.nextOtherOrgObj,
|
|
22070
22102
|
multiple: _vm.newMultiple,
|
|
22071
|
-
where: { filid: "other" },
|
|
22103
|
+
where: { filid: "other", roleid: _vm.selectorParams.roleid },
|
|
22072
22104
|
mix: "",
|
|
22073
22105
|
types: ["enterprise", "filgroup"],
|
|
22074
22106
|
params: _vm.otherParams,
|
|
@@ -22200,11 +22232,11 @@ var Circulatevue_type_template_id_c421bcec_render = function () {
|
|
|
22200
22232
|
1
|
|
22201
22233
|
)
|
|
22202
22234
|
}
|
|
22203
|
-
var
|
|
22204
|
-
|
|
22235
|
+
var Circulatevue_type_template_id_b773ce32_staticRenderFns = []
|
|
22236
|
+
Circulatevue_type_template_id_b773ce32_render._withStripped = true
|
|
22205
22237
|
|
|
22206
22238
|
|
|
22207
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
22239
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=b773ce32&
|
|
22208
22240
|
|
|
22209
22241
|
// 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&
|
|
22210
22242
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -22316,7 +22348,9 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22316
22348
|
simpleTips: { type: Boolean, default: true },
|
|
22317
22349
|
showBtn: { type: Boolean, default: true },
|
|
22318
22350
|
multiple: { type: Boolean, default: true },
|
|
22319
|
-
selectorParams: { type: Object, default: function _default() {
|
|
22351
|
+
selectorParams: { type: Object, default: function _default() {
|
|
22352
|
+
return {};
|
|
22353
|
+
} },
|
|
22320
22354
|
labelPosition: {
|
|
22321
22355
|
type: String,
|
|
22322
22356
|
default: 'left'
|
|
@@ -22401,6 +22435,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22401
22435
|
this.userModel = JSON.parse(mainConfig).userModel;
|
|
22402
22436
|
this.params.filid = this.userModel.orgId;
|
|
22403
22437
|
this.otherParams.nofilid = this.userModel.orgId;
|
|
22438
|
+
this.otherParams.roleid = this.params.roleid;
|
|
22404
22439
|
}
|
|
22405
22440
|
this.loading = true;
|
|
22406
22441
|
this.newMultiple = this.multiple;
|
|
@@ -22615,8 +22650,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22615
22650
|
|
|
22616
22651
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
22617
22652
|
component_Circulatevue_type_script_lang_js_,
|
|
22618
|
-
|
|
22619
|
-
|
|
22653
|
+
Circulatevue_type_template_id_b773ce32_render,
|
|
22654
|
+
Circulatevue_type_template_id_b773ce32_staticRenderFns,
|
|
22620
22655
|
false,
|
|
22621
22656
|
null,
|
|
22622
22657
|
null,
|
|
@@ -22625,8 +22660,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
22625
22660
|
)
|
|
22626
22661
|
|
|
22627
22662
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
22628
|
-
// 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/FreeCirculation.vue?vue&type=template&id=
|
|
22629
|
-
var
|
|
22663
|
+
// 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/FreeCirculation.vue?vue&type=template&id=5d1bcb0e&
|
|
22664
|
+
var FreeCirculationvue_type_template_id_5d1bcb0e_render = function () {
|
|
22630
22665
|
var _vm = this
|
|
22631
22666
|
var _h = _vm.$createElement
|
|
22632
22667
|
var _c = _vm._self._c || _h
|
|
@@ -22678,7 +22713,10 @@ var FreeCirculationvue_type_template_id_4ffe80dd_render = function () {
|
|
|
22678
22713
|
multiple: "",
|
|
22679
22714
|
mix: "",
|
|
22680
22715
|
disableds: _vm.otherOrgDisabledObjId,
|
|
22681
|
-
where: {
|
|
22716
|
+
where: {
|
|
22717
|
+
filid: "other",
|
|
22718
|
+
roleid: _vm.selectorParams.roleid,
|
|
22719
|
+
},
|
|
22682
22720
|
types: _vm.foreignOrgSelectorTabs,
|
|
22683
22721
|
params: _vm.foreignOrgSelectorParams,
|
|
22684
22722
|
},
|
|
@@ -22719,11 +22757,11 @@ var FreeCirculationvue_type_template_id_4ffe80dd_render = function () {
|
|
|
22719
22757
|
1
|
|
22720
22758
|
)
|
|
22721
22759
|
}
|
|
22722
|
-
var
|
|
22723
|
-
|
|
22760
|
+
var FreeCirculationvue_type_template_id_5d1bcb0e_staticRenderFns = []
|
|
22761
|
+
FreeCirculationvue_type_template_id_5d1bcb0e_render._withStripped = true
|
|
22724
22762
|
|
|
22725
22763
|
|
|
22726
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=
|
|
22764
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/FreeCirculation.vue?vue&type=template&id=5d1bcb0e&
|
|
22727
22765
|
|
|
22728
22766
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/FreeCirculation.vue?vue&type=script&lang=js&
|
|
22729
22767
|
//
|
|
@@ -22766,6 +22804,7 @@ FreeCirculationvue_type_template_id_4ffe80dd_render._withStripped = true
|
|
|
22766
22804
|
//
|
|
22767
22805
|
//
|
|
22768
22806
|
//
|
|
22807
|
+
//
|
|
22769
22808
|
|
|
22770
22809
|
|
|
22771
22810
|
|
|
@@ -22777,6 +22816,9 @@ FreeCirculationvue_type_template_id_4ffe80dd_render._withStripped = true
|
|
|
22777
22816
|
type: String,
|
|
22778
22817
|
default: 'left'
|
|
22779
22818
|
},
|
|
22819
|
+
selectorParams: { type: Object, default: function _default() {
|
|
22820
|
+
return {};
|
|
22821
|
+
} },
|
|
22780
22822
|
params: {
|
|
22781
22823
|
type: Object,
|
|
22782
22824
|
default: function _default() {}
|
|
@@ -22807,6 +22849,7 @@ FreeCirculationvue_type_template_id_4ffe80dd_render._withStripped = true
|
|
|
22807
22849
|
};
|
|
22808
22850
|
},
|
|
22809
22851
|
mounted: function mounted() {
|
|
22852
|
+
this.foreignOrgSelectorParams.roleid = this.currentOrgSelectorParams.roleid = this.selectorParams.roleid;
|
|
22810
22853
|
this.getFreeTaskCircularRead();
|
|
22811
22854
|
},
|
|
22812
22855
|
|
|
@@ -22832,7 +22875,6 @@ FreeCirculationvue_type_template_id_4ffe80dd_render._withStripped = true
|
|
|
22832
22875
|
util["a" /* default */].ajax(param).then(function (res) {
|
|
22833
22876
|
_this.loading.close();
|
|
22834
22877
|
if (res.rCode == 0 || res.status == 'success') {
|
|
22835
|
-
|
|
22836
22878
|
if (!_this.simpleTips) {
|
|
22837
22879
|
_this.$alert('提交成功', '', {
|
|
22838
22880
|
confirmButtonText: '确定',
|
|
@@ -22942,8 +22984,8 @@ FreeCirculationvue_type_template_id_4ffe80dd_render._withStripped = true
|
|
|
22942
22984
|
|
|
22943
22985
|
var FreeCirculation_component = Object(componentNormalizer["a" /* default */])(
|
|
22944
22986
|
component_FreeCirculationvue_type_script_lang_js_,
|
|
22945
|
-
|
|
22946
|
-
|
|
22987
|
+
FreeCirculationvue_type_template_id_5d1bcb0e_render,
|
|
22988
|
+
FreeCirculationvue_type_template_id_5d1bcb0e_staticRenderFns,
|
|
22947
22989
|
false,
|
|
22948
22990
|
null,
|
|
22949
22991
|
null,
|
|
@@ -24090,6 +24132,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24090
24132
|
//
|
|
24091
24133
|
//
|
|
24092
24134
|
//
|
|
24135
|
+
//
|
|
24136
|
+
//
|
|
24093
24137
|
|
|
24094
24138
|
|
|
24095
24139
|
|
|
@@ -24161,6 +24205,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24161
24205
|
type: Object,
|
|
24162
24206
|
default: function _default() {}
|
|
24163
24207
|
},
|
|
24208
|
+
selectorParams: { type: Object, default: function _default() {
|
|
24209
|
+
return {};
|
|
24210
|
+
} },
|
|
24164
24211
|
width: {
|
|
24165
24212
|
type: String
|
|
24166
24213
|
},
|
|
@@ -24332,7 +24379,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24332
24379
|
notificationType: [], // 通知方式
|
|
24333
24380
|
isLimitedTime: '2', // 是否限时办理
|
|
24334
24381
|
mainSubId: ''
|
|
24335
|
-
}, _ref.nodeInfos = [], _ref.nextFlowNode = '', _ref.currentOrgName = '', _ref.otherOrgName = '', _ref.needRetrialAuth = false, _ref.msgTypeCount = 0, _ref.nodeInfo = {
|
|
24382
|
+
}, _ref.nodeInfos = [], _ref.nextFlowNode = '', _ref.currentOrgName = '', _ref.otherOrgName = '', _ref.needRetrialAuth = false, _ref.msgTypeCount = 0, _ref.saveButtonName = '暂存', _ref.nodeInfo = {
|
|
24336
24383
|
nextNode: '',
|
|
24337
24384
|
nextUser: '',
|
|
24338
24385
|
option: []
|
|
@@ -24347,6 +24394,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24347
24394
|
mounted: function mounted() {
|
|
24348
24395
|
this.businessIds = this.businessId;
|
|
24349
24396
|
this.currentOrgSelectorParams.filid = JSON.parse(util["a" /* default */].getStorage('mainConfig')).userModel.orgId;
|
|
24397
|
+
this.foreignOrgSelectorParams.roleid = this.currentOrgSelectorParams.roleid = this.selectorParams.roleid;
|
|
24350
24398
|
this.nextNode.nextNodeId = this.nextNodeId;
|
|
24351
24399
|
if (!this.isFlow) {
|
|
24352
24400
|
this.getInfo();
|
|
@@ -24419,7 +24467,6 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24419
24467
|
}
|
|
24420
24468
|
}
|
|
24421
24469
|
if (this.nodeInfo.nextNode) {
|
|
24422
|
-
|
|
24423
24470
|
this.handleChange(this.nodeInfo.nextNode, true);
|
|
24424
24471
|
}
|
|
24425
24472
|
}
|
|
@@ -24533,6 +24580,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24533
24580
|
};
|
|
24534
24581
|
util["a" /* default */].ajax(params).then(function (res) {
|
|
24535
24582
|
if (res.status == 'success') {
|
|
24583
|
+
if (res.data.temporarySaveButtonName) {
|
|
24584
|
+
_this3.saveButtonName = res.data.temporarySaveButtonName;
|
|
24585
|
+
}
|
|
24536
24586
|
_this3.isHideTemporarySave = res.data.nodeExtAttr.isHideTemporarySave == 1;
|
|
24537
24587
|
_this3.isBanInputOpinion = res.data.nodeExtAttr.isBanInputOpinion;
|
|
24538
24588
|
_this3.directCreateCircularReadWhenFlowStarted = res.data.nodeExtAttr.directCreateCircularReadWhenFlowStarted == 1;
|
|
@@ -24909,11 +24959,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24909
24959
|
});
|
|
24910
24960
|
},
|
|
24911
24961
|
|
|
24912
|
-
/**
|
|
24913
|
-
* saveInfo
|
|
24914
|
-
* @desc:暂存
|
|
24915
|
-
* @author liufan
|
|
24916
|
-
* @date 2022年9月9日
|
|
24962
|
+
/**
|
|
24963
|
+
* saveInfo
|
|
24964
|
+
* @desc:暂存
|
|
24965
|
+
* @author liufan
|
|
24966
|
+
* @date 2022年9月9日
|
|
24917
24967
|
**/
|
|
24918
24968
|
saveInfo: function saveInfo(type, btn) {
|
|
24919
24969
|
var _this11 = this;
|
|
@@ -24975,11 +25025,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24975
25025
|
});
|
|
24976
25026
|
},
|
|
24977
25027
|
|
|
24978
|
-
/**
|
|
24979
|
-
* rejectBtn
|
|
24980
|
-
* @desc:点击驳回
|
|
24981
|
-
* @author liufan
|
|
24982
|
-
* @date 2022年5月25日
|
|
25028
|
+
/**
|
|
25029
|
+
* rejectBtn
|
|
25030
|
+
* @desc:点击驳回
|
|
25031
|
+
* @author liufan
|
|
25032
|
+
* @date 2022年5月25日
|
|
24983
25033
|
**/
|
|
24984
25034
|
rejectBtn: function rejectBtn() {
|
|
24985
25035
|
var _this13 = this;
|
|
@@ -24997,11 +25047,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24997
25047
|
}
|
|
24998
25048
|
},
|
|
24999
25049
|
|
|
25000
|
-
/**
|
|
25001
|
-
* taskReadBtn
|
|
25002
|
-
* @desc:点击分阅
|
|
25003
|
-
* @author liufan
|
|
25004
|
-
* @date 2022年5月25日
|
|
25050
|
+
/**
|
|
25051
|
+
* taskReadBtn
|
|
25052
|
+
* @desc:点击分阅
|
|
25053
|
+
* @author liufan
|
|
25054
|
+
* @date 2022年5月25日
|
|
25005
25055
|
**/
|
|
25006
25056
|
taskReadBtn: function taskReadBtn() {
|
|
25007
25057
|
var _this14 = this;
|
|
@@ -25020,11 +25070,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25020
25070
|
}
|
|
25021
25071
|
},
|
|
25022
25072
|
|
|
25023
|
-
/**
|
|
25024
|
-
* getFind
|
|
25025
|
-
* @desc:获取通知方式
|
|
25026
|
-
* @author liufan
|
|
25027
|
-
* @date 2022年5月25日
|
|
25073
|
+
/**
|
|
25074
|
+
* getFind
|
|
25075
|
+
* @desc:获取通知方式
|
|
25076
|
+
* @author liufan
|
|
25077
|
+
* @date 2022年5月25日
|
|
25028
25078
|
**/
|
|
25029
25079
|
getFind: function getFind() {
|
|
25030
25080
|
var _this15 = this;
|
|
@@ -25090,12 +25140,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25090
25140
|
});
|
|
25091
25141
|
},
|
|
25092
25142
|
|
|
25093
|
-
/**
|
|
25094
|
-
* endFlows
|
|
25095
|
-
* @desc:直接办结
|
|
25096
|
-
* @author liufan
|
|
25097
|
-
* @param {Object} res 直接办结数据
|
|
25098
|
-
* @date 2022年5月25日
|
|
25143
|
+
/**
|
|
25144
|
+
* endFlows
|
|
25145
|
+
* @desc:直接办结
|
|
25146
|
+
* @author liufan
|
|
25147
|
+
* @param {Object} res 直接办结数据
|
|
25148
|
+
* @date 2022年5月25日
|
|
25099
25149
|
**/
|
|
25100
25150
|
endFlows: function endFlows(res) {
|
|
25101
25151
|
var _this17 = this;
|
|
@@ -25150,12 +25200,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25150
25200
|
}).catch(function (e) {});
|
|
25151
25201
|
},
|
|
25152
25202
|
|
|
25153
|
-
/**
|
|
25154
|
-
* goView
|
|
25155
|
-
* @desc:更多流程按钮操作
|
|
25156
|
-
* @author liufan
|
|
25157
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
25158
|
-
* @date 2022年5月25日
|
|
25203
|
+
/**
|
|
25204
|
+
* goView
|
|
25205
|
+
* @desc:更多流程按钮操作
|
|
25206
|
+
* @author liufan
|
|
25207
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
25208
|
+
* @date 2022年5月25日
|
|
25159
25209
|
**/
|
|
25160
25210
|
goView: function goView(res) {
|
|
25161
25211
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -25240,11 +25290,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25240
25290
|
// isCanStartSubFlow
|
|
25241
25291
|
},
|
|
25242
25292
|
|
|
25243
|
-
/**
|
|
25244
|
-
* toTakeAdvice
|
|
25245
|
-
* @desc:征求意见
|
|
25246
|
-
* @author liufan
|
|
25247
|
-
* @date 2022年9月29日
|
|
25293
|
+
/**
|
|
25294
|
+
* toTakeAdvice
|
|
25295
|
+
* @desc:征求意见
|
|
25296
|
+
* @author liufan
|
|
25297
|
+
* @date 2022年9月29日
|
|
25248
25298
|
**/
|
|
25249
25299
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
25250
25300
|
var _this19 = this;
|
|
@@ -25288,11 +25338,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25288
25338
|
});
|
|
25289
25339
|
},
|
|
25290
25340
|
|
|
25291
|
-
/**
|
|
25292
|
-
* toStartDraf
|
|
25293
|
-
* @desc: 稿件递送、联合审核、复核
|
|
25294
|
-
* @author liufan
|
|
25295
|
-
* @date 2022年9月29日
|
|
25341
|
+
/**
|
|
25342
|
+
* toStartDraf
|
|
25343
|
+
* @desc: 稿件递送、联合审核、复核
|
|
25344
|
+
* @author liufan
|
|
25345
|
+
* @date 2022年9月29日
|
|
25296
25346
|
**/
|
|
25297
25347
|
toStartDraf: function toStartDraf(res) {
|
|
25298
25348
|
var _this21 = this;
|
|
@@ -25306,11 +25356,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25306
25356
|
}
|
|
25307
25357
|
},
|
|
25308
25358
|
|
|
25309
|
-
/**
|
|
25310
|
-
* toSendMsg
|
|
25311
|
-
* @desc:核稿通知
|
|
25312
|
-
* @author liufan
|
|
25313
|
-
* @date 2022年9月29日
|
|
25359
|
+
/**
|
|
25360
|
+
* toSendMsg
|
|
25361
|
+
* @desc:核稿通知
|
|
25362
|
+
* @author liufan
|
|
25363
|
+
* @date 2022年9月29日
|
|
25314
25364
|
**/
|
|
25315
25365
|
toSendMsg: function toSendMsg(res) {
|
|
25316
25366
|
var _this22 = this;
|
|
@@ -25324,11 +25374,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25324
25374
|
}
|
|
25325
25375
|
},
|
|
25326
25376
|
|
|
25327
|
-
/**
|
|
25328
|
-
* toTaskReadAndEnd
|
|
25329
|
-
* @desc:分阅并办结
|
|
25330
|
-
* @author liufan
|
|
25331
|
-
* @date 2022年9月29日
|
|
25377
|
+
/**
|
|
25378
|
+
* toTaskReadAndEnd
|
|
25379
|
+
* @desc:分阅并办结
|
|
25380
|
+
* @author liufan
|
|
25381
|
+
* @date 2022年9月29日
|
|
25332
25382
|
**/
|
|
25333
25383
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
25334
25384
|
var _this23 = this;
|
|
@@ -25346,11 +25396,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25346
25396
|
}
|
|
25347
25397
|
},
|
|
25348
25398
|
|
|
25349
|
-
/**
|
|
25350
|
-
* rejectAndEnd
|
|
25351
|
-
* @desc:驳回并办结
|
|
25352
|
-
* @author liufan
|
|
25353
|
-
* @date 2022年9月29日
|
|
25399
|
+
/**
|
|
25400
|
+
* rejectAndEnd
|
|
25401
|
+
* @desc:驳回并办结
|
|
25402
|
+
* @author liufan
|
|
25403
|
+
* @date 2022年9月29日
|
|
25354
25404
|
**/
|
|
25355
25405
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
25356
25406
|
var _this24 = this;
|
|
@@ -25406,11 +25456,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25406
25456
|
});
|
|
25407
25457
|
},
|
|
25408
25458
|
|
|
25409
|
-
/**
|
|
25410
|
-
* toTransfer
|
|
25411
|
-
* @desc:转办
|
|
25412
|
-
* @author liufan
|
|
25413
|
-
* @date 2022年9月29日
|
|
25459
|
+
/**
|
|
25460
|
+
* toTransfer
|
|
25461
|
+
* @desc:转办
|
|
25462
|
+
* @author liufan
|
|
25463
|
+
* @date 2022年9月29日
|
|
25414
25464
|
**/
|
|
25415
25465
|
toTransfer: function toTransfer(res) {
|
|
25416
25466
|
var _this26 = this;
|
|
@@ -25426,11 +25476,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25426
25476
|
}
|
|
25427
25477
|
},
|
|
25428
25478
|
|
|
25429
|
-
/**
|
|
25430
|
-
* getNodeInfo
|
|
25431
|
-
* @desc:获取节点信息
|
|
25432
|
-
* @author liufan
|
|
25433
|
-
* @date 2022年5月25日
|
|
25479
|
+
/**
|
|
25480
|
+
* getNodeInfo
|
|
25481
|
+
* @desc:获取节点信息
|
|
25482
|
+
* @author liufan
|
|
25483
|
+
* @date 2022年5月25日
|
|
25434
25484
|
**/
|
|
25435
25485
|
getNodeInfo: function getNodeInfo() {
|
|
25436
25486
|
var _this27 = this;
|
|
@@ -25534,12 +25584,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25534
25584
|
});
|
|
25535
25585
|
},
|
|
25536
25586
|
|
|
25537
|
-
/**
|
|
25538
|
-
* selecNext
|
|
25539
|
-
* @desc:下步节点变化时更新数据
|
|
25540
|
-
* @author liufan
|
|
25541
|
-
* @param {String} val 当前选中值
|
|
25542
|
-
* @date 2022年5月25日
|
|
25587
|
+
/**
|
|
25588
|
+
* selecNext
|
|
25589
|
+
* @desc:下步节点变化时更新数据
|
|
25590
|
+
* @author liufan
|
|
25591
|
+
* @param {String} val 当前选中值
|
|
25592
|
+
* @date 2022年5月25日
|
|
25543
25593
|
**/
|
|
25544
25594
|
selecNext: function selecNext(val, type, isDef) {
|
|
25545
25595
|
var _this28 = this;
|
|
@@ -25671,11 +25721,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25671
25721
|
this.getNodeInfo();
|
|
25672
25722
|
},
|
|
25673
25723
|
|
|
25674
|
-
/**
|
|
25675
|
-
* isMultiple
|
|
25676
|
-
* @desc:是否多选
|
|
25677
|
-
* @author liufan
|
|
25678
|
-
* @date 2022年9月13日
|
|
25724
|
+
/**
|
|
25725
|
+
* isMultiple
|
|
25726
|
+
* @desc:是否多选
|
|
25727
|
+
* @author liufan
|
|
25728
|
+
* @date 2022年9月13日
|
|
25679
25729
|
**/
|
|
25680
25730
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
25681
25731
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -25707,11 +25757,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25707
25757
|
}
|
|
25708
25758
|
},
|
|
25709
25759
|
|
|
25710
|
-
/**
|
|
25711
|
-
* getHedInfo
|
|
25712
|
-
* @desc:获取审核页面数据
|
|
25713
|
-
* @author liufan
|
|
25714
|
-
* @date 2022年5月25日
|
|
25760
|
+
/**
|
|
25761
|
+
* getHedInfo
|
|
25762
|
+
* @desc:获取审核页面数据
|
|
25763
|
+
* @author liufan
|
|
25764
|
+
* @date 2022年5月25日
|
|
25715
25765
|
**/
|
|
25716
25766
|
getHedInfo: function getHedInfo() {
|
|
25717
25767
|
var _this29 = this;
|
|
@@ -25725,6 +25775,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25725
25775
|
//pc返回数据
|
|
25726
25776
|
|
|
25727
25777
|
_this29.loading.close();
|
|
25778
|
+
|
|
25728
25779
|
if (res.status === 'success') {
|
|
25729
25780
|
var _res$data2 = res.data,
|
|
25730
25781
|
nextNodeList = _res$data2.nextNodeList,
|
|
@@ -25732,6 +25783,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25732
25783
|
isCustomPreset = _res$data2.isCustomPreset,
|
|
25733
25784
|
presetTaskNodeKeyStr = _res$data2.presetTaskNodeKeyStr,
|
|
25734
25785
|
presetTaskNodeMap = _res$data2.presetTaskNodeMap,
|
|
25786
|
+
temporarySaveButtonName = _res$data2.temporarySaveButtonName,
|
|
25735
25787
|
circularReadParamsMap = _res$data2.circularReadParamsMap,
|
|
25736
25788
|
isPreset = _res$data2.isPreset,
|
|
25737
25789
|
choiceOrgId = _res$data2.choiceOrgId,
|
|
@@ -25762,6 +25814,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25762
25814
|
opinion = _res$data2.opinion,
|
|
25763
25815
|
isCanPreAddSign = _res$data2.isCanPreAddSign;
|
|
25764
25816
|
|
|
25817
|
+
if (temporarySaveButtonName) {
|
|
25818
|
+
_this29.saveButtonName = temporarySaveButtonName;
|
|
25819
|
+
}
|
|
25765
25820
|
if (simpleTips != undefined) {
|
|
25766
25821
|
_this29.simpleTips = simpleTips;
|
|
25767
25822
|
}
|
|
@@ -25873,6 +25928,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25873
25928
|
});
|
|
25874
25929
|
}
|
|
25875
25930
|
_this29.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
|
|
25931
|
+
console.log(opinion, 'opinionopinionopinion');
|
|
25876
25932
|
_this29.value = opinion || '';
|
|
25877
25933
|
_this29.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
|
|
25878
25934
|
_this29.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
|
|
@@ -25993,6 +26049,10 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25993
26049
|
_this29.$message.error(res.message || '系统错误,请联系管理员!');
|
|
25994
26050
|
}
|
|
25995
26051
|
}
|
|
26052
|
+
_this29.showOpinion = false;
|
|
26053
|
+
setTimeout(function () {
|
|
26054
|
+
_this29.showOpinion = true;
|
|
26055
|
+
}, 0);
|
|
25996
26056
|
}).catch(function (err) {
|
|
25997
26057
|
_this29.loading.close();
|
|
25998
26058
|
if (err.message && err.message !== 'canceled') {
|
|
@@ -26001,13 +26061,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26001
26061
|
});
|
|
26002
26062
|
},
|
|
26003
26063
|
|
|
26004
|
-
/**
|
|
26005
|
-
* closeProcess
|
|
26006
|
-
* @desc:关闭弹窗
|
|
26007
|
-
* @author liufan
|
|
26008
|
-
* @param {boolean} val 当前是否办理流程
|
|
26009
|
-
* @param {String} type 当前点击的弹窗类型
|
|
26010
|
-
* @date 2022年5月25日
|
|
26064
|
+
/**
|
|
26065
|
+
* closeProcess
|
|
26066
|
+
* @desc:关闭弹窗
|
|
26067
|
+
* @author liufan
|
|
26068
|
+
* @param {boolean} val 当前是否办理流程
|
|
26069
|
+
* @param {String} type 当前点击的弹窗类型
|
|
26070
|
+
* @date 2022年5月25日
|
|
26011
26071
|
**/
|
|
26012
26072
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
26013
26073
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -26027,23 +26087,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26027
26087
|
}
|
|
26028
26088
|
},
|
|
26029
26089
|
|
|
26030
|
-
/**
|
|
26031
|
-
* selectChange
|
|
26032
|
-
* @desc:常用语选择
|
|
26033
|
-
* @author liufan
|
|
26034
|
-
* @param {String} val 选中值
|
|
26035
|
-
* @date 2022年5月25日
|
|
26090
|
+
/**
|
|
26091
|
+
* selectChange
|
|
26092
|
+
* @desc:常用语选择
|
|
26093
|
+
* @author liufan
|
|
26094
|
+
* @param {String} val 选中值
|
|
26095
|
+
* @date 2022年5月25日
|
|
26036
26096
|
**/
|
|
26037
26097
|
selectChange: function selectChange(val) {
|
|
26038
26098
|
this.value = val;
|
|
26039
26099
|
},
|
|
26040
26100
|
|
|
26041
|
-
/**
|
|
26042
|
-
* upDate
|
|
26043
|
-
* @desc:修改常用语
|
|
26044
|
-
* @author liufan
|
|
26045
|
-
* @param {Object} val 修改值
|
|
26046
|
-
* @date 2022年5月25日
|
|
26101
|
+
/**
|
|
26102
|
+
* upDate
|
|
26103
|
+
* @desc:修改常用语
|
|
26104
|
+
* @author liufan
|
|
26105
|
+
* @param {Object} val 修改值
|
|
26106
|
+
* @date 2022年5月25日
|
|
26047
26107
|
**/
|
|
26048
26108
|
upDate: function upDate(val) {
|
|
26049
26109
|
this.FormData.id = val.id;
|
|
@@ -26051,11 +26111,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26051
26111
|
},
|
|
26052
26112
|
|
|
26053
26113
|
|
|
26054
|
-
/**
|
|
26055
|
-
* getProcess
|
|
26056
|
-
* @desc:获取选择流程
|
|
26057
|
-
* @author liufan
|
|
26058
|
-
* @date 2022年5月25日
|
|
26114
|
+
/**
|
|
26115
|
+
* getProcess
|
|
26116
|
+
* @desc:获取选择流程
|
|
26117
|
+
* @author liufan
|
|
26118
|
+
* @date 2022年5月25日
|
|
26059
26119
|
**/
|
|
26060
26120
|
getProcess: function getProcess(val) {
|
|
26061
26121
|
var _this30 = this;
|
|
@@ -26115,11 +26175,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26115
26175
|
});
|
|
26116
26176
|
},
|
|
26117
26177
|
|
|
26118
|
-
/**
|
|
26119
|
-
* getPendedhistoryList
|
|
26120
|
-
* @desc:获取流程列表
|
|
26121
|
-
* @author liufan
|
|
26122
|
-
* @date 2022年5月25日
|
|
26178
|
+
/**
|
|
26179
|
+
* getPendedhistoryList
|
|
26180
|
+
* @desc:获取流程列表
|
|
26181
|
+
* @author liufan
|
|
26182
|
+
* @date 2022年5月25日
|
|
26123
26183
|
**/
|
|
26124
26184
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
26125
26185
|
var _this31 = this;
|
|
@@ -26187,12 +26247,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26187
26247
|
},
|
|
26188
26248
|
|
|
26189
26249
|
// 提交流程
|
|
26190
|
-
/**
|
|
26191
|
-
* subProcess
|
|
26192
|
-
* @desc:提交流程
|
|
26193
|
-
* @author liufan
|
|
26194
|
-
* @param {String} formName 当前form表单ref值
|
|
26195
|
-
* @date 2022年5月25日
|
|
26250
|
+
/**
|
|
26251
|
+
* subProcess
|
|
26252
|
+
* @desc:提交流程
|
|
26253
|
+
* @author liufan
|
|
26254
|
+
* @param {String} formName 当前form表单ref值
|
|
26255
|
+
* @date 2022年5月25日
|
|
26196
26256
|
**/
|
|
26197
26257
|
subProcess: function subProcess(val, type) {
|
|
26198
26258
|
var _this33 = this;
|