eoss-ui 0.6.86 → 0.6.87
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 +841 -800
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +376 -335
- package/lib/index.js +1 -1
- package/lib/main.js +132 -132
- package/lib/qr-code.js +13 -13
- 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 +989 -989
- package/packages/data-table/src/main.vue +1822 -1822
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/Circulate.vue +400 -370
- package/packages/flow/src/component/CommonOpinions.vue +364 -364
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +99 -99
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +241 -241
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +640 -639
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2844 -2843
- package/packages/flow/src/main.vue +3657 -3654
- package/packages/flow/src/processForm.vue +1245 -1245
- package/packages/flow/src/processReject.vue +296 -295
- package/packages/flow/src/reset.vue +918 -918
- package/packages/flow/src/startTaskRead.vue +684 -683
- package/packages/flow/src/supervise.vue +152 -152
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +692 -692
- 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 +3814 -3814
- package/packages/form/src/table.vue +1508 -1508
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +493 -493
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +101 -101
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +1998 -1998
- package/packages/login/src/resetPassword.vue +562 -562
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +458 -458
- 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 +259 -259
- package/packages/main/src/simplicity/index.vue +2102 -2102
- 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 +260 -260
- package/packages/main/src/simplicity/userinfo.vue +312 -312
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +584 -584
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +778 -778
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +745 -745
- 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 +154 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/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 +499 -499
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +143 -143
- package/packages/theme-chalk/src/icon.scss +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 +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1355 -1355
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +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 +1348 -1348
- 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 +294 -294
- 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
|
@@ -4481,7 +4481,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4481
4481
|
// ESM COMPAT FLAG
|
|
4482
4482
|
__webpack_require__.r(__webpack_exports__);
|
|
4483
4483
|
|
|
4484
|
-
// 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=
|
|
4484
|
+
// 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=6b9f2034&
|
|
4485
4485
|
var render = function () {
|
|
4486
4486
|
var _vm = this
|
|
4487
4487
|
var _h = _vm.$createElement
|
|
@@ -4690,6 +4690,7 @@ var render = function () {
|
|
|
4690
4690
|
selectorParams: _vm.params,
|
|
4691
4691
|
"pending-id": _vm.pendingId,
|
|
4692
4692
|
showBtn: false,
|
|
4693
|
+
formTitle: _vm.formTitle,
|
|
4693
4694
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
4694
4695
|
simpleTips: _vm.simpleTips,
|
|
4695
4696
|
oldOption: _vm.value,
|
|
@@ -6321,6 +6322,7 @@ var render = function () {
|
|
|
6321
6322
|
businessId: _vm.businessId,
|
|
6322
6323
|
startFlowPageEmbeddedIntoStartFlowIndex:
|
|
6323
6324
|
_vm.startFlowPageEmbeddedIntoStartFlowIndex,
|
|
6325
|
+
formTitle: _vm.formTitle,
|
|
6324
6326
|
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
6325
6327
|
simpleTips: _vm.simpleTips,
|
|
6326
6328
|
showBtn: false,
|
|
@@ -7355,7 +7357,7 @@ var staticRenderFns = []
|
|
|
7355
7357
|
render._withStripped = true
|
|
7356
7358
|
|
|
7357
7359
|
|
|
7358
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7360
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=6b9f2034&
|
|
7359
7361
|
|
|
7360
7362
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7361
7363
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -8212,21 +8214,21 @@ var _components;
|
|
|
8212
8214
|
return validSate;
|
|
8213
8215
|
},
|
|
8214
8216
|
|
|
8215
|
-
/**
|
|
8216
|
-
* changeOpinion
|
|
8217
|
-
* @desc:监听意见变化
|
|
8218
|
-
* @author liufan
|
|
8219
|
-
* @date 2022年10月28日
|
|
8217
|
+
/**
|
|
8218
|
+
* changeOpinion
|
|
8219
|
+
* @desc:监听意见变化
|
|
8220
|
+
* @author liufan
|
|
8221
|
+
* @date 2022年10月28日
|
|
8220
8222
|
**/
|
|
8221
8223
|
changeOpinion: function changeOpinion() {
|
|
8222
8224
|
this.$emit('change', this.form.value);
|
|
8223
8225
|
},
|
|
8224
8226
|
|
|
8225
|
-
/**
|
|
8226
|
-
* getCommonOpion
|
|
8227
|
-
* @desc:获取意见
|
|
8228
|
-
* @author liufan
|
|
8229
|
-
* @date 2022年5月25日
|
|
8227
|
+
/**
|
|
8228
|
+
* getCommonOpion
|
|
8229
|
+
* @desc:获取意见
|
|
8230
|
+
* @author liufan
|
|
8231
|
+
* @date 2022年5月25日
|
|
8230
8232
|
**/
|
|
8231
8233
|
getCommonOpion: function getCommonOpion() {
|
|
8232
8234
|
var _this = this;
|
|
@@ -8255,24 +8257,24 @@ var _components;
|
|
|
8255
8257
|
});
|
|
8256
8258
|
},
|
|
8257
8259
|
|
|
8258
|
-
/**
|
|
8259
|
-
* upDate
|
|
8260
|
-
* @desc:修改常用语
|
|
8261
|
-
* @author liufan
|
|
8262
|
-
* @param {Object} val 修改值
|
|
8263
|
-
* @date 2022年5月25日
|
|
8260
|
+
/**
|
|
8261
|
+
* upDate
|
|
8262
|
+
* @desc:修改常用语
|
|
8263
|
+
* @author liufan
|
|
8264
|
+
* @param {Object} val 修改值
|
|
8265
|
+
* @date 2022年5月25日
|
|
8264
8266
|
**/
|
|
8265
8267
|
upDate: function upDate(val) {
|
|
8266
8268
|
this.FormData.id = val.id;
|
|
8267
8269
|
this.addVisible = true;
|
|
8268
8270
|
},
|
|
8269
8271
|
|
|
8270
|
-
/**
|
|
8271
|
-
* selectChange
|
|
8272
|
-
* @desc:常用语选择
|
|
8273
|
-
* @author liufan
|
|
8274
|
-
* @param {String} val 选中值
|
|
8275
|
-
* @date 2022年5月25日
|
|
8272
|
+
/**
|
|
8273
|
+
* selectChange
|
|
8274
|
+
* @desc:常用语选择
|
|
8275
|
+
* @author liufan
|
|
8276
|
+
* @param {String} val 选中值
|
|
8277
|
+
* @date 2022年5月25日
|
|
8276
8278
|
**/
|
|
8277
8279
|
selectChange: function selectChange(val) {
|
|
8278
8280
|
var _this2 = this;
|
|
@@ -8291,12 +8293,12 @@ var _components;
|
|
|
8291
8293
|
});
|
|
8292
8294
|
},
|
|
8293
8295
|
|
|
8294
|
-
/**
|
|
8295
|
-
* del
|
|
8296
|
-
* @desc:删除常用语
|
|
8297
|
-
* @author liufan
|
|
8298
|
-
* @param {Object} val 删除的数据
|
|
8299
|
-
* @date 2022年5月25日
|
|
8296
|
+
/**
|
|
8297
|
+
* del
|
|
8298
|
+
* @desc:删除常用语
|
|
8299
|
+
* @author liufan
|
|
8300
|
+
* @param {Object} val 删除的数据
|
|
8301
|
+
* @date 2022年5月25日
|
|
8300
8302
|
**/
|
|
8301
8303
|
del: function del(val) {
|
|
8302
8304
|
var _this3 = this;
|
|
@@ -8338,12 +8340,12 @@ var _components;
|
|
|
8338
8340
|
}).catch(function (e) {});
|
|
8339
8341
|
},
|
|
8340
8342
|
|
|
8341
|
-
/**
|
|
8342
|
-
* submit
|
|
8343
|
-
* @desc:新增/编辑意见保存
|
|
8344
|
-
* @author liufan
|
|
8345
|
-
* @param {Object} val 保存数据
|
|
8346
|
-
* @date 2022年5月25日
|
|
8343
|
+
/**
|
|
8344
|
+
* submit
|
|
8345
|
+
* @desc:新增/编辑意见保存
|
|
8346
|
+
* @author liufan
|
|
8347
|
+
* @param {Object} val 保存数据
|
|
8348
|
+
* @date 2022年5月25日
|
|
8347
8349
|
**/
|
|
8348
8350
|
submit: function submit(val) {
|
|
8349
8351
|
var _this4 = this;
|
|
@@ -8408,8 +8410,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8408
8410
|
)
|
|
8409
8411
|
|
|
8410
8412
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
8411
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
8412
|
-
var
|
|
8413
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
|
|
8414
|
+
var processFormvue_type_template_id_3d800ae1_render = function () {
|
|
8413
8415
|
var _vm = this
|
|
8414
8416
|
var _h = _vm.$createElement
|
|
8415
8417
|
var _c = _vm._self._c || _h
|
|
@@ -9166,11 +9168,11 @@ var processFormvue_type_template_id_09ba35c6_render = function () {
|
|
|
9166
9168
|
1
|
|
9167
9169
|
)
|
|
9168
9170
|
}
|
|
9169
|
-
var
|
|
9170
|
-
|
|
9171
|
+
var processFormvue_type_template_id_3d800ae1_staticRenderFns = []
|
|
9172
|
+
processFormvue_type_template_id_3d800ae1_render._withStripped = true
|
|
9171
9173
|
|
|
9172
9174
|
|
|
9173
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
9175
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
|
|
9174
9176
|
|
|
9175
9177
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=3588d66f&
|
|
9176
9178
|
var selectUservue_type_template_id_3588d66f_render = function () {
|
|
@@ -11391,7 +11393,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11391
11393
|
if (res.status === 'success') {
|
|
11392
11394
|
if (!_this3.showBtn) {
|
|
11393
11395
|
_this3.oldMessage = res.message;
|
|
11394
|
-
_this3.nextNode.noticeInfo = res.message.replace('{title}',
|
|
11396
|
+
_this3.nextNode.noticeInfo = res.message.replace('{title}', _this3.formTitle);
|
|
11395
11397
|
} else {
|
|
11396
11398
|
_this3.nextNode.noticeInfo = res.message;
|
|
11397
11399
|
}
|
|
@@ -11673,11 +11675,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11673
11675
|
});
|
|
11674
11676
|
},
|
|
11675
11677
|
|
|
11676
|
-
/**
|
|
11677
|
-
* isMultiple
|
|
11678
|
-
* @desc:是否多选
|
|
11679
|
-
* @author liufan
|
|
11680
|
-
* @date 2022年9月13日
|
|
11678
|
+
/**
|
|
11679
|
+
* isMultiple
|
|
11680
|
+
* @desc:是否多选
|
|
11681
|
+
* @author liufan
|
|
11682
|
+
* @date 2022年9月13日
|
|
11681
11683
|
**/
|
|
11682
11684
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
11683
11685
|
var multiple = false;
|
|
@@ -11839,8 +11841,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11839
11841
|
|
|
11840
11842
|
var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
11841
11843
|
src_processFormvue_type_script_lang_js_,
|
|
11842
|
-
|
|
11843
|
-
|
|
11844
|
+
processFormvue_type_template_id_3d800ae1_render,
|
|
11845
|
+
processFormvue_type_template_id_3d800ae1_staticRenderFns,
|
|
11844
11846
|
false,
|
|
11845
11847
|
null,
|
|
11846
11848
|
null,
|
|
@@ -12728,8 +12730,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
|
|
|
12728
12730
|
)
|
|
12729
12731
|
|
|
12730
12732
|
/* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
|
|
12731
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
12732
|
-
var
|
|
12733
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=9d3463f6&
|
|
12734
|
+
var processRejectvue_type_template_id_9d3463f6_render = function () {
|
|
12733
12735
|
var _vm = this
|
|
12734
12736
|
var _h = _vm.$createElement
|
|
12735
12737
|
var _c = _vm._self._c || _h
|
|
@@ -12954,11 +12956,11 @@ var processRejectvue_type_template_id_9cd54606_render = function () {
|
|
|
12954
12956
|
1
|
|
12955
12957
|
)
|
|
12956
12958
|
}
|
|
12957
|
-
var
|
|
12958
|
-
|
|
12959
|
+
var processRejectvue_type_template_id_9d3463f6_staticRenderFns = []
|
|
12960
|
+
processRejectvue_type_template_id_9d3463f6_render._withStripped = true
|
|
12959
12961
|
|
|
12960
12962
|
|
|
12961
|
-
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
12963
|
+
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=9d3463f6&
|
|
12962
12964
|
|
|
12963
12965
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
|
|
12964
12966
|
//
|
|
@@ -13105,7 +13107,8 @@ processRejectvue_type_template_id_9cd54606_render._withStripped = true
|
|
|
13105
13107
|
url: api["z" /* findCodeValues */],
|
|
13106
13108
|
params: {
|
|
13107
13109
|
ccCode: 'notification_type',
|
|
13108
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
13110
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
13111
|
+
pendingId: this.pendingId
|
|
13109
13112
|
}
|
|
13110
13113
|
}).then(function (res) {
|
|
13111
13114
|
var status = res.status,
|
|
@@ -13265,8 +13268,8 @@ processRejectvue_type_template_id_9cd54606_render._withStripped = true
|
|
|
13265
13268
|
|
|
13266
13269
|
var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
13267
13270
|
src_processRejectvue_type_script_lang_js_,
|
|
13268
|
-
|
|
13269
|
-
|
|
13271
|
+
processRejectvue_type_template_id_9d3463f6_render,
|
|
13272
|
+
processRejectvue_type_template_id_9d3463f6_staticRenderFns,
|
|
13270
13273
|
false,
|
|
13271
13274
|
null,
|
|
13272
13275
|
null,
|
|
@@ -13275,8 +13278,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
13275
13278
|
)
|
|
13276
13279
|
|
|
13277
13280
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
13278
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
13279
|
-
var
|
|
13281
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f33d988&
|
|
13282
|
+
var startTaskReadvue_type_template_id_4f33d988_render = function () {
|
|
13280
13283
|
var _vm = this
|
|
13281
13284
|
var _h = _vm.$createElement
|
|
13282
13285
|
var _c = _vm._self._c || _h
|
|
@@ -13701,11 +13704,11 @@ var startTaskReadvue_type_template_id_7b879ee0_render = function () {
|
|
|
13701
13704
|
1
|
|
13702
13705
|
)
|
|
13703
13706
|
}
|
|
13704
|
-
var
|
|
13705
|
-
|
|
13707
|
+
var startTaskReadvue_type_template_id_4f33d988_staticRenderFns = []
|
|
13708
|
+
startTaskReadvue_type_template_id_4f33d988_render._withStripped = true
|
|
13706
13709
|
|
|
13707
13710
|
|
|
13708
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
13711
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f33d988&
|
|
13709
13712
|
|
|
13710
13713
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
|
|
13711
13714
|
var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -14194,7 +14197,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14194
14197
|
url: api["z" /* findCodeValues */],
|
|
14195
14198
|
params: {
|
|
14196
14199
|
ccCode: 'notification_type',
|
|
14197
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
14200
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
14201
|
+
pendingId: this.pendingId
|
|
14198
14202
|
}
|
|
14199
14203
|
}).then(function (res) {
|
|
14200
14204
|
var status = res.status,
|
|
@@ -14421,8 +14425,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14421
14425
|
|
|
14422
14426
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
14423
14427
|
src_startTaskReadvue_type_script_lang_js_,
|
|
14424
|
-
|
|
14425
|
-
|
|
14428
|
+
startTaskReadvue_type_template_id_4f33d988_render,
|
|
14429
|
+
startTaskReadvue_type_template_id_4f33d988_staticRenderFns,
|
|
14426
14430
|
false,
|
|
14427
14431
|
null,
|
|
14428
14432
|
null,
|
|
@@ -15622,11 +15626,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
15622
15626
|
});
|
|
15623
15627
|
},
|
|
15624
15628
|
|
|
15625
|
-
/**
|
|
15626
|
-
* isMultiple
|
|
15627
|
-
* @desc:是否多选
|
|
15628
|
-
* @author liufan
|
|
15629
|
-
* @date 2022年9月13日
|
|
15629
|
+
/**
|
|
15630
|
+
* isMultiple
|
|
15631
|
+
* @desc:是否多选
|
|
15632
|
+
* @author liufan
|
|
15633
|
+
* @date 2022年9月13日
|
|
15630
15634
|
**/
|
|
15631
15635
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
15632
15636
|
var multiple = false;
|
|
@@ -15770,8 +15774,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
15770
15774
|
)
|
|
15771
15775
|
|
|
15772
15776
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
15773
|
-
// 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=
|
|
15774
|
-
var
|
|
15777
|
+
// 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=36d478ba&
|
|
15778
|
+
var taskUnionExaminevue_type_template_id_36d478ba_render = function () {
|
|
15775
15779
|
var _vm = this
|
|
15776
15780
|
var _h = _vm.$createElement
|
|
15777
15781
|
var _c = _vm._self._c || _h
|
|
@@ -16030,11 +16034,11 @@ var taskUnionExaminevue_type_template_id_97551c4a_render = function () {
|
|
|
16030
16034
|
1
|
|
16031
16035
|
)
|
|
16032
16036
|
}
|
|
16033
|
-
var
|
|
16034
|
-
|
|
16037
|
+
var taskUnionExaminevue_type_template_id_36d478ba_staticRenderFns = []
|
|
16038
|
+
taskUnionExaminevue_type_template_id_36d478ba_render._withStripped = true
|
|
16035
16039
|
|
|
16036
16040
|
|
|
16037
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
16041
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=36d478ba&
|
|
16038
16042
|
|
|
16039
16043
|
// 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&
|
|
16040
16044
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -16537,7 +16541,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16537
16541
|
url: api["z" /* findCodeValues */],
|
|
16538
16542
|
params: {
|
|
16539
16543
|
ccCode: 'notification_type',
|
|
16540
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
16544
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
16545
|
+
pendingId: this.pendingId
|
|
16541
16546
|
}
|
|
16542
16547
|
}).then(function (res) {
|
|
16543
16548
|
var status = res.status,
|
|
@@ -16618,8 +16623,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16618
16623
|
|
|
16619
16624
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
16620
16625
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
16621
|
-
|
|
16622
|
-
|
|
16626
|
+
taskUnionExaminevue_type_template_id_36d478ba_render,
|
|
16627
|
+
taskUnionExaminevue_type_template_id_36d478ba_staticRenderFns,
|
|
16623
16628
|
false,
|
|
16624
16629
|
null,
|
|
16625
16630
|
null,
|
|
@@ -16628,8 +16633,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
|
16628
16633
|
)
|
|
16629
16634
|
|
|
16630
16635
|
/* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
|
|
16631
|
-
// 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=
|
|
16632
|
-
var
|
|
16636
|
+
// 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=ee2c3da4&
|
|
16637
|
+
var freeStartFlowvue_type_template_id_ee2c3da4_render = function () {
|
|
16633
16638
|
var _vm = this
|
|
16634
16639
|
var _h = _vm.$createElement
|
|
16635
16640
|
var _c = _vm._self._c || _h
|
|
@@ -18712,11 +18717,11 @@ var freeStartFlowvue_type_template_id_3f581894_render = function () {
|
|
|
18712
18717
|
)
|
|
18713
18718
|
: _vm._e()
|
|
18714
18719
|
}
|
|
18715
|
-
var
|
|
18716
|
-
|
|
18720
|
+
var freeStartFlowvue_type_template_id_ee2c3da4_staticRenderFns = []
|
|
18721
|
+
freeStartFlowvue_type_template_id_ee2c3da4_render._withStripped = true
|
|
18717
18722
|
|
|
18718
18723
|
|
|
18719
|
-
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=
|
|
18724
|
+
// CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=ee2c3da4&
|
|
18720
18725
|
|
|
18721
18726
|
// 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&
|
|
18722
18727
|
|
|
@@ -20010,7 +20015,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20010
20015
|
url: api["z" /* findCodeValues */],
|
|
20011
20016
|
params: {
|
|
20012
20017
|
ccCode: 'notification_type',
|
|
20013
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
20018
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
20019
|
+
pendingId: this.pendingId
|
|
20014
20020
|
}
|
|
20015
20021
|
}).then(function (res) {
|
|
20016
20022
|
var status = res.status,
|
|
@@ -20026,11 +20032,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20026
20032
|
});
|
|
20027
20033
|
},
|
|
20028
20034
|
|
|
20029
|
-
/**
|
|
20030
|
-
* saveInfo
|
|
20031
|
-
* @desc:暂存
|
|
20032
|
-
* @author liufan
|
|
20033
|
-
* @date 2022年9月9日
|
|
20035
|
+
/**
|
|
20036
|
+
* saveInfo
|
|
20037
|
+
* @desc:暂存
|
|
20038
|
+
* @author liufan
|
|
20039
|
+
* @date 2022年9月9日
|
|
20034
20040
|
**/
|
|
20035
20041
|
saveInfo: function saveInfo(type, btn) {
|
|
20036
20042
|
var _this6 = this;
|
|
@@ -20092,11 +20098,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20092
20098
|
});
|
|
20093
20099
|
},
|
|
20094
20100
|
|
|
20095
|
-
/**
|
|
20096
|
-
* rejectBtn
|
|
20097
|
-
* @desc:点击驳回
|
|
20098
|
-
* @author liufan
|
|
20099
|
-
* @date 2022年5月25日
|
|
20101
|
+
/**
|
|
20102
|
+
* rejectBtn
|
|
20103
|
+
* @desc:点击驳回
|
|
20104
|
+
* @author liufan
|
|
20105
|
+
* @date 2022年5月25日
|
|
20100
20106
|
**/
|
|
20101
20107
|
rejectBtn: function rejectBtn() {
|
|
20102
20108
|
var _this8 = this;
|
|
@@ -20114,11 +20120,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20114
20120
|
}
|
|
20115
20121
|
},
|
|
20116
20122
|
|
|
20117
|
-
/**
|
|
20118
|
-
* taskReadBtn
|
|
20119
|
-
* @desc:点击分阅
|
|
20120
|
-
* @author liufan
|
|
20121
|
-
* @date 2022年5月25日
|
|
20123
|
+
/**
|
|
20124
|
+
* taskReadBtn
|
|
20125
|
+
* @desc:点击分阅
|
|
20126
|
+
* @author liufan
|
|
20127
|
+
* @date 2022年5月25日
|
|
20122
20128
|
**/
|
|
20123
20129
|
taskReadBtn: function taskReadBtn() {
|
|
20124
20130
|
var _this9 = this;
|
|
@@ -20137,11 +20143,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20137
20143
|
}
|
|
20138
20144
|
},
|
|
20139
20145
|
|
|
20140
|
-
/**
|
|
20141
|
-
* getFind
|
|
20142
|
-
* @desc:获取通知方式
|
|
20143
|
-
* @author liufan
|
|
20144
|
-
* @date 2022年5月25日
|
|
20146
|
+
/**
|
|
20147
|
+
* getFind
|
|
20148
|
+
* @desc:获取通知方式
|
|
20149
|
+
* @author liufan
|
|
20150
|
+
* @date 2022年5月25日
|
|
20145
20151
|
**/
|
|
20146
20152
|
getFind: function getFind() {
|
|
20147
20153
|
var _this10 = this;
|
|
@@ -20196,12 +20202,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20196
20202
|
});
|
|
20197
20203
|
},
|
|
20198
20204
|
|
|
20199
|
-
/**
|
|
20200
|
-
* endFlows
|
|
20201
|
-
* @desc:直接办结
|
|
20202
|
-
* @author liufan
|
|
20203
|
-
* @param {Object} res 直接办结数据
|
|
20204
|
-
* @date 2022年5月25日
|
|
20205
|
+
/**
|
|
20206
|
+
* endFlows
|
|
20207
|
+
* @desc:直接办结
|
|
20208
|
+
* @author liufan
|
|
20209
|
+
* @param {Object} res 直接办结数据
|
|
20210
|
+
* @date 2022年5月25日
|
|
20205
20211
|
**/
|
|
20206
20212
|
endFlows: function endFlows(res) {
|
|
20207
20213
|
var _this12 = this;
|
|
@@ -20255,12 +20261,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20255
20261
|
}).catch(function (e) {});
|
|
20256
20262
|
},
|
|
20257
20263
|
|
|
20258
|
-
/**
|
|
20259
|
-
* goView
|
|
20260
|
-
* @desc:更多流程按钮操作
|
|
20261
|
-
* @author liufan
|
|
20262
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20263
|
-
* @date 2022年5月25日
|
|
20264
|
+
/**
|
|
20265
|
+
* goView
|
|
20266
|
+
* @desc:更多流程按钮操作
|
|
20267
|
+
* @author liufan
|
|
20268
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20269
|
+
* @date 2022年5月25日
|
|
20264
20270
|
**/
|
|
20265
20271
|
goView: function goView(res) {
|
|
20266
20272
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20345,11 +20351,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20345
20351
|
// isCanStartSubFlow
|
|
20346
20352
|
},
|
|
20347
20353
|
|
|
20348
|
-
/**
|
|
20349
|
-
* toTakeAdvice
|
|
20350
|
-
* @desc:征求意见
|
|
20351
|
-
* @author liufan
|
|
20352
|
-
* @date 2022年9月29日
|
|
20354
|
+
/**
|
|
20355
|
+
* toTakeAdvice
|
|
20356
|
+
* @desc:征求意见
|
|
20357
|
+
* @author liufan
|
|
20358
|
+
* @date 2022年9月29日
|
|
20353
20359
|
**/
|
|
20354
20360
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20355
20361
|
var _this14 = this;
|
|
@@ -20393,11 +20399,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20393
20399
|
});
|
|
20394
20400
|
},
|
|
20395
20401
|
|
|
20396
|
-
/**
|
|
20397
|
-
* toStartDraf
|
|
20398
|
-
* @desc: 稿件递送、联合审核、复核
|
|
20399
|
-
* @author liufan
|
|
20400
|
-
* @date 2022年9月29日
|
|
20402
|
+
/**
|
|
20403
|
+
* toStartDraf
|
|
20404
|
+
* @desc: 稿件递送、联合审核、复核
|
|
20405
|
+
* @author liufan
|
|
20406
|
+
* @date 2022年9月29日
|
|
20401
20407
|
**/
|
|
20402
20408
|
toStartDraf: function toStartDraf(res) {
|
|
20403
20409
|
var _this16 = this;
|
|
@@ -20411,11 +20417,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20411
20417
|
}
|
|
20412
20418
|
},
|
|
20413
20419
|
|
|
20414
|
-
/**
|
|
20415
|
-
* toSendMsg
|
|
20416
|
-
* @desc:核稿通知
|
|
20417
|
-
* @author liufan
|
|
20418
|
-
* @date 2022年9月29日
|
|
20420
|
+
/**
|
|
20421
|
+
* toSendMsg
|
|
20422
|
+
* @desc:核稿通知
|
|
20423
|
+
* @author liufan
|
|
20424
|
+
* @date 2022年9月29日
|
|
20419
20425
|
**/
|
|
20420
20426
|
toSendMsg: function toSendMsg(res) {
|
|
20421
20427
|
var _this17 = this;
|
|
@@ -20429,11 +20435,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20429
20435
|
}
|
|
20430
20436
|
},
|
|
20431
20437
|
|
|
20432
|
-
/**
|
|
20433
|
-
* toTaskReadAndEnd
|
|
20434
|
-
* @desc:分阅并办结
|
|
20435
|
-
* @author liufan
|
|
20436
|
-
* @date 2022年9月29日
|
|
20438
|
+
/**
|
|
20439
|
+
* toTaskReadAndEnd
|
|
20440
|
+
* @desc:分阅并办结
|
|
20441
|
+
* @author liufan
|
|
20442
|
+
* @date 2022年9月29日
|
|
20437
20443
|
**/
|
|
20438
20444
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
20439
20445
|
var _this18 = this;
|
|
@@ -20451,11 +20457,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20451
20457
|
}
|
|
20452
20458
|
},
|
|
20453
20459
|
|
|
20454
|
-
/**
|
|
20455
|
-
* rejectAndEnd
|
|
20456
|
-
* @desc:驳回并办结
|
|
20457
|
-
* @author liufan
|
|
20458
|
-
* @date 2022年9月29日
|
|
20460
|
+
/**
|
|
20461
|
+
* rejectAndEnd
|
|
20462
|
+
* @desc:驳回并办结
|
|
20463
|
+
* @author liufan
|
|
20464
|
+
* @date 2022年9月29日
|
|
20459
20465
|
**/
|
|
20460
20466
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
20461
20467
|
var _this19 = this;
|
|
@@ -20510,11 +20516,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20510
20516
|
});
|
|
20511
20517
|
},
|
|
20512
20518
|
|
|
20513
|
-
/**
|
|
20514
|
-
* toTransfer
|
|
20515
|
-
* @desc:转办
|
|
20516
|
-
* @author liufan
|
|
20517
|
-
* @date 2022年9月29日
|
|
20519
|
+
/**
|
|
20520
|
+
* toTransfer
|
|
20521
|
+
* @desc:转办
|
|
20522
|
+
* @author liufan
|
|
20523
|
+
* @date 2022年9月29日
|
|
20518
20524
|
**/
|
|
20519
20525
|
toTransfer: function toTransfer(res) {
|
|
20520
20526
|
var _this21 = this;
|
|
@@ -20530,11 +20536,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20530
20536
|
}
|
|
20531
20537
|
},
|
|
20532
20538
|
|
|
20533
|
-
/**
|
|
20534
|
-
* getNodeInfo
|
|
20535
|
-
* @desc:获取节点信息
|
|
20536
|
-
* @author liufan
|
|
20537
|
-
* @date 2022年5月25日
|
|
20539
|
+
/**
|
|
20540
|
+
* getNodeInfo
|
|
20541
|
+
* @desc:获取节点信息
|
|
20542
|
+
* @author liufan
|
|
20543
|
+
* @date 2022年5月25日
|
|
20538
20544
|
**/
|
|
20539
20545
|
getNodeInfo: function getNodeInfo() {
|
|
20540
20546
|
var _this22 = this;
|
|
@@ -20633,12 +20639,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20633
20639
|
});
|
|
20634
20640
|
},
|
|
20635
20641
|
|
|
20636
|
-
/**
|
|
20637
|
-
* selecNext
|
|
20638
|
-
* @desc:下步节点变化时更新数据
|
|
20639
|
-
* @author liufan
|
|
20640
|
-
* @param {String} val 当前选中值
|
|
20641
|
-
* @date 2022年5月25日
|
|
20642
|
+
/**
|
|
20643
|
+
* selecNext
|
|
20644
|
+
* @desc:下步节点变化时更新数据
|
|
20645
|
+
* @author liufan
|
|
20646
|
+
* @param {String} val 当前选中值
|
|
20647
|
+
* @date 2022年5月25日
|
|
20642
20648
|
**/
|
|
20643
20649
|
selecNext: function selecNext(val, type, isDef) {
|
|
20644
20650
|
var _this23 = this;
|
|
@@ -20747,11 +20753,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20747
20753
|
if (isDef !== true) this.getNodeInfo();
|
|
20748
20754
|
},
|
|
20749
20755
|
|
|
20750
|
-
/**
|
|
20751
|
-
* isMultiple
|
|
20752
|
-
* @desc:是否多选
|
|
20753
|
-
* @author liufan
|
|
20754
|
-
* @date 2022年9月13日
|
|
20756
|
+
/**
|
|
20757
|
+
* isMultiple
|
|
20758
|
+
* @desc:是否多选
|
|
20759
|
+
* @author liufan
|
|
20760
|
+
* @date 2022年9月13日
|
|
20755
20761
|
**/
|
|
20756
20762
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
20757
20763
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -20783,11 +20789,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20783
20789
|
}
|
|
20784
20790
|
},
|
|
20785
20791
|
|
|
20786
|
-
/**
|
|
20787
|
-
* getHedInfo
|
|
20788
|
-
* @desc:获取审核页面数据
|
|
20789
|
-
* @author liufan
|
|
20790
|
-
* @date 2022年5月25日
|
|
20792
|
+
/**
|
|
20793
|
+
* getHedInfo
|
|
20794
|
+
* @desc:获取审核页面数据
|
|
20795
|
+
* @author liufan
|
|
20796
|
+
* @date 2022年5月25日
|
|
20791
20797
|
**/
|
|
20792
20798
|
getHedInfo: function getHedInfo() {
|
|
20793
20799
|
var _this24 = this;
|
|
@@ -21023,13 +21029,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21023
21029
|
});
|
|
21024
21030
|
},
|
|
21025
21031
|
|
|
21026
|
-
/**
|
|
21027
|
-
* closeProcess
|
|
21028
|
-
* @desc:关闭弹窗
|
|
21029
|
-
* @author liufan
|
|
21030
|
-
* @param {boolean} val 当前是否办理流程
|
|
21031
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21032
|
-
* @date 2022年5月25日
|
|
21032
|
+
/**
|
|
21033
|
+
* closeProcess
|
|
21034
|
+
* @desc:关闭弹窗
|
|
21035
|
+
* @author liufan
|
|
21036
|
+
* @param {boolean} val 当前是否办理流程
|
|
21037
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21038
|
+
* @date 2022年5月25日
|
|
21033
21039
|
**/
|
|
21034
21040
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21035
21041
|
if (closeParent) {
|
|
@@ -21046,23 +21052,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21046
21052
|
}
|
|
21047
21053
|
},
|
|
21048
21054
|
|
|
21049
|
-
/**
|
|
21050
|
-
* selectChange
|
|
21051
|
-
* @desc:常用语选择
|
|
21052
|
-
* @author liufan
|
|
21053
|
-
* @param {String} val 选中值
|
|
21054
|
-
* @date 2022年5月25日
|
|
21055
|
+
/**
|
|
21056
|
+
* selectChange
|
|
21057
|
+
* @desc:常用语选择
|
|
21058
|
+
* @author liufan
|
|
21059
|
+
* @param {String} val 选中值
|
|
21060
|
+
* @date 2022年5月25日
|
|
21055
21061
|
**/
|
|
21056
21062
|
selectChange: function selectChange(val) {
|
|
21057
21063
|
this.value = val;
|
|
21058
21064
|
},
|
|
21059
21065
|
|
|
21060
|
-
/**
|
|
21061
|
-
* upDate
|
|
21062
|
-
* @desc:修改常用语
|
|
21063
|
-
* @author liufan
|
|
21064
|
-
* @param {Object} val 修改值
|
|
21065
|
-
* @date 2022年5月25日
|
|
21066
|
+
/**
|
|
21067
|
+
* upDate
|
|
21068
|
+
* @desc:修改常用语
|
|
21069
|
+
* @author liufan
|
|
21070
|
+
* @param {Object} val 修改值
|
|
21071
|
+
* @date 2022年5月25日
|
|
21066
21072
|
**/
|
|
21067
21073
|
upDate: function upDate(val) {
|
|
21068
21074
|
this.FormData.id = val.id;
|
|
@@ -21070,11 +21076,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21070
21076
|
},
|
|
21071
21077
|
|
|
21072
21078
|
|
|
21073
|
-
/**
|
|
21074
|
-
* getProcess
|
|
21075
|
-
* @desc:获取选择流程
|
|
21076
|
-
* @author liufan
|
|
21077
|
-
* @date 2022年5月25日
|
|
21079
|
+
/**
|
|
21080
|
+
* getProcess
|
|
21081
|
+
* @desc:获取选择流程
|
|
21082
|
+
* @author liufan
|
|
21083
|
+
* @date 2022年5月25日
|
|
21078
21084
|
**/
|
|
21079
21085
|
getProcess: function getProcess() {
|
|
21080
21086
|
var _this25 = this;
|
|
@@ -21128,11 +21134,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21128
21134
|
});
|
|
21129
21135
|
},
|
|
21130
21136
|
|
|
21131
|
-
/**
|
|
21132
|
-
* getPendedhistoryList
|
|
21133
|
-
* @desc:获取流程列表
|
|
21134
|
-
* @author liufan
|
|
21135
|
-
* @date 2022年5月25日
|
|
21137
|
+
/**
|
|
21138
|
+
* getPendedhistoryList
|
|
21139
|
+
* @desc:获取流程列表
|
|
21140
|
+
* @author liufan
|
|
21141
|
+
* @date 2022年5月25日
|
|
21136
21142
|
**/
|
|
21137
21143
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21138
21144
|
var _this26 = this;
|
|
@@ -21164,12 +21170,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21164
21170
|
},
|
|
21165
21171
|
|
|
21166
21172
|
// 提交流程
|
|
21167
|
-
/**
|
|
21168
|
-
* subProcess
|
|
21169
|
-
* @desc:提交流程
|
|
21170
|
-
* @author liufan
|
|
21171
|
-
* @param {String} formName 当前form表单ref值
|
|
21172
|
-
* @date 2022年5月25日
|
|
21173
|
+
/**
|
|
21174
|
+
* subProcess
|
|
21175
|
+
* @desc:提交流程
|
|
21176
|
+
* @author liufan
|
|
21177
|
+
* @param {String} formName 当前form表单ref值
|
|
21178
|
+
* @date 2022年5月25日
|
|
21173
21179
|
**/
|
|
21174
21180
|
subProcess: function subProcess(val) {
|
|
21175
21181
|
var _this27 = this;
|
|
@@ -21419,8 +21425,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21419
21425
|
|
|
21420
21426
|
var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
21421
21427
|
src_freeStartFlowvue_type_script_lang_js_,
|
|
21422
|
-
|
|
21423
|
-
|
|
21428
|
+
freeStartFlowvue_type_template_id_ee2c3da4_render,
|
|
21429
|
+
freeStartFlowvue_type_template_id_ee2c3da4_staticRenderFns,
|
|
21424
21430
|
false,
|
|
21425
21431
|
null,
|
|
21426
21432
|
null,
|
|
@@ -21768,8 +21774,8 @@ var supervise_component = Object(componentNormalizer["a" /* default */])(
|
|
|
21768
21774
|
)
|
|
21769
21775
|
|
|
21770
21776
|
/* harmony default export */ var supervise = (supervise_component.exports);
|
|
21771
|
-
// 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=
|
|
21772
|
-
var
|
|
21777
|
+
// 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=858cd6e2&
|
|
21778
|
+
var Circulatevue_type_template_id_858cd6e2_render = function () {
|
|
21773
21779
|
var _vm = this
|
|
21774
21780
|
var _h = _vm.$createElement
|
|
21775
21781
|
var _c = _vm._self._c || _h
|
|
@@ -21921,6 +21927,7 @@ var Circulatevue_type_template_id_43730f28_render = function () {
|
|
|
21921
21927
|
type: "textarea",
|
|
21922
21928
|
readonly: _vm.notificationMessageReadOnly,
|
|
21923
21929
|
},
|
|
21930
|
+
on: { change: _vm.handleChange },
|
|
21924
21931
|
model: {
|
|
21925
21932
|
value: _vm.infoList.noticeInfo,
|
|
21926
21933
|
callback: function ($$v) {
|
|
@@ -21961,11 +21968,11 @@ var Circulatevue_type_template_id_43730f28_render = function () {
|
|
|
21961
21968
|
1
|
|
21962
21969
|
)
|
|
21963
21970
|
}
|
|
21964
|
-
var
|
|
21965
|
-
|
|
21971
|
+
var Circulatevue_type_template_id_858cd6e2_staticRenderFns = []
|
|
21972
|
+
Circulatevue_type_template_id_858cd6e2_render._withStripped = true
|
|
21966
21973
|
|
|
21967
21974
|
|
|
21968
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=
|
|
21975
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/Circulate.vue?vue&type=template&id=858cd6e2&
|
|
21969
21976
|
|
|
21970
21977
|
// 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&
|
|
21971
21978
|
var Circulatevue_type_script_lang_js_components;
|
|
@@ -22054,6 +22061,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22054
22061
|
//
|
|
22055
22062
|
//
|
|
22056
22063
|
//
|
|
22064
|
+
//
|
|
22057
22065
|
|
|
22058
22066
|
|
|
22059
22067
|
|
|
@@ -22078,7 +22086,11 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22078
22086
|
type: String,
|
|
22079
22087
|
default: 'left'
|
|
22080
22088
|
},
|
|
22081
|
-
startFlowPageEmbeddedIntoStartFlowIndex: { type: Boolean, default: false }
|
|
22089
|
+
startFlowPageEmbeddedIntoStartFlowIndex: { type: Boolean, default: false },
|
|
22090
|
+
formTitle: {
|
|
22091
|
+
type: String,
|
|
22092
|
+
default: ''
|
|
22093
|
+
}
|
|
22082
22094
|
},
|
|
22083
22095
|
inheritAttrs: false,
|
|
22084
22096
|
data: function data() {
|
|
@@ -22088,6 +22100,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22088
22100
|
notificationMessageReadOnly: false,
|
|
22089
22101
|
otherMix: false,
|
|
22090
22102
|
currentMix: false,
|
|
22103
|
+
oldMessage: '',
|
|
22091
22104
|
infoList: {
|
|
22092
22105
|
nextOtherOrgObj: [],
|
|
22093
22106
|
nextCurrentOrgObj: [],
|
|
@@ -22099,6 +22112,7 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22099
22112
|
currentOrgTabs: [],
|
|
22100
22113
|
foreignOrgTabs: [],
|
|
22101
22114
|
currentOrgProcessKey: '',
|
|
22115
|
+
isChangeMessage: false,
|
|
22102
22116
|
isSubFlow: true,
|
|
22103
22117
|
choiceDeptId: '',
|
|
22104
22118
|
choiceOrgId: '',
|
|
@@ -22132,6 +22146,16 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22132
22146
|
this.opinion = val;
|
|
22133
22147
|
},
|
|
22134
22148
|
|
|
22149
|
+
deep: true,
|
|
22150
|
+
immediate: true
|
|
22151
|
+
},
|
|
22152
|
+
formTitle: {
|
|
22153
|
+
handler: function handler(val) {
|
|
22154
|
+
if (!this.showBtn && !this.isChangeMessage) {
|
|
22155
|
+
this.infoList.noticeInfo = this.oldMessage.replace('{title}', val);
|
|
22156
|
+
}
|
|
22157
|
+
},
|
|
22158
|
+
|
|
22135
22159
|
deep: true,
|
|
22136
22160
|
immediate: true
|
|
22137
22161
|
}
|
|
@@ -22151,6 +22175,9 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22151
22175
|
},
|
|
22152
22176
|
|
|
22153
22177
|
methods: {
|
|
22178
|
+
handleChange: function handleChange() {
|
|
22179
|
+
this.isChangeMessage = true;
|
|
22180
|
+
},
|
|
22154
22181
|
isMultiple: function isMultiple(val) {
|
|
22155
22182
|
if (val == 7 || val == 9 || val == 11) {
|
|
22156
22183
|
this.newMultiple = false;
|
|
@@ -22258,7 +22285,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22258
22285
|
url: api["z" /* findCodeValues */],
|
|
22259
22286
|
params: {
|
|
22260
22287
|
ccCode: 'notification_type',
|
|
22261
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
22288
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
22289
|
+
pendingId: this.pendingId
|
|
22262
22290
|
}
|
|
22263
22291
|
}).then(function (res) {
|
|
22264
22292
|
var status = res.status,
|
|
@@ -22282,11 +22310,21 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22282
22310
|
var _this3 = this;
|
|
22283
22311
|
|
|
22284
22312
|
var params = {
|
|
22285
|
-
pendingId: this.pendingId
|
|
22313
|
+
pendingId: this.pendingId,
|
|
22314
|
+
processDefinitionId: this.processDefinitionId,
|
|
22315
|
+
businessId: this.businessId
|
|
22286
22316
|
};
|
|
22317
|
+
if (!this.showBtn) {
|
|
22318
|
+
params.openMode = 'samepage';
|
|
22319
|
+
}
|
|
22287
22320
|
util["a" /* default */].ajax({ url: api["R" /* getNotificationMsg */], params: params, methods: 'post' }).then(function (res) {
|
|
22288
22321
|
if (res.status === 'success') {
|
|
22289
|
-
_this3.
|
|
22322
|
+
if (!_this3.showBtn) {
|
|
22323
|
+
_this3.oldMessage = res.message;
|
|
22324
|
+
_this3.infoList.noticeInfo = res.message.replace('{title}', _this3.formTitle);
|
|
22325
|
+
} else {
|
|
22326
|
+
_this3.infoList.noticeInfo = res.message;
|
|
22327
|
+
}
|
|
22290
22328
|
}
|
|
22291
22329
|
_this3.loading = false;
|
|
22292
22330
|
}).catch(function (err) {
|
|
@@ -22340,8 +22378,8 @@ var Circulatevue_type_script_lang_js_components;
|
|
|
22340
22378
|
|
|
22341
22379
|
var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
22342
22380
|
component_Circulatevue_type_script_lang_js_,
|
|
22343
|
-
|
|
22344
|
-
|
|
22381
|
+
Circulatevue_type_template_id_858cd6e2_render,
|
|
22382
|
+
Circulatevue_type_template_id_858cd6e2_staticRenderFns,
|
|
22345
22383
|
false,
|
|
22346
22384
|
null,
|
|
22347
22385
|
null,
|
|
@@ -23460,6 +23498,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23460
23498
|
//
|
|
23461
23499
|
//
|
|
23462
23500
|
//
|
|
23501
|
+
//
|
|
23502
|
+
//
|
|
23463
23503
|
|
|
23464
23504
|
|
|
23465
23505
|
|
|
@@ -24197,7 +24237,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24197
24237
|
url: api["z" /* findCodeValues */],
|
|
24198
24238
|
params: {
|
|
24199
24239
|
ccCode: 'notification_type',
|
|
24200
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
24240
|
+
userId: util["a" /* default */].getStorage('userId'),
|
|
24241
|
+
pendingId: this.pendingId
|
|
24201
24242
|
}
|
|
24202
24243
|
}).then(function (res) {
|
|
24203
24244
|
var status = res.status,
|
|
@@ -24213,11 +24254,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24213
24254
|
});
|
|
24214
24255
|
},
|
|
24215
24256
|
|
|
24216
|
-
/**
|
|
24217
|
-
* saveInfo
|
|
24218
|
-
* @desc:暂存
|
|
24219
|
-
* @author liufan
|
|
24220
|
-
* @date 2022年9月9日
|
|
24257
|
+
/**
|
|
24258
|
+
* saveInfo
|
|
24259
|
+
* @desc:暂存
|
|
24260
|
+
* @author liufan
|
|
24261
|
+
* @date 2022年9月9日
|
|
24221
24262
|
**/
|
|
24222
24263
|
saveInfo: function saveInfo(type, btn) {
|
|
24223
24264
|
var _this9 = this;
|
|
@@ -24279,11 +24320,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24279
24320
|
});
|
|
24280
24321
|
},
|
|
24281
24322
|
|
|
24282
|
-
/**
|
|
24283
|
-
* rejectBtn
|
|
24284
|
-
* @desc:点击驳回
|
|
24285
|
-
* @author liufan
|
|
24286
|
-
* @date 2022年5月25日
|
|
24323
|
+
/**
|
|
24324
|
+
* rejectBtn
|
|
24325
|
+
* @desc:点击驳回
|
|
24326
|
+
* @author liufan
|
|
24327
|
+
* @date 2022年5月25日
|
|
24287
24328
|
**/
|
|
24288
24329
|
rejectBtn: function rejectBtn() {
|
|
24289
24330
|
var _this11 = this;
|
|
@@ -24301,11 +24342,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24301
24342
|
}
|
|
24302
24343
|
},
|
|
24303
24344
|
|
|
24304
|
-
/**
|
|
24305
|
-
* taskReadBtn
|
|
24306
|
-
* @desc:点击分阅
|
|
24307
|
-
* @author liufan
|
|
24308
|
-
* @date 2022年5月25日
|
|
24345
|
+
/**
|
|
24346
|
+
* taskReadBtn
|
|
24347
|
+
* @desc:点击分阅
|
|
24348
|
+
* @author liufan
|
|
24349
|
+
* @date 2022年5月25日
|
|
24309
24350
|
**/
|
|
24310
24351
|
taskReadBtn: function taskReadBtn() {
|
|
24311
24352
|
var _this12 = this;
|
|
@@ -24324,11 +24365,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24324
24365
|
}
|
|
24325
24366
|
},
|
|
24326
24367
|
|
|
24327
|
-
/**
|
|
24328
|
-
* getFind
|
|
24329
|
-
* @desc:获取通知方式
|
|
24330
|
-
* @author liufan
|
|
24331
|
-
* @date 2022年5月25日
|
|
24368
|
+
/**
|
|
24369
|
+
* getFind
|
|
24370
|
+
* @desc:获取通知方式
|
|
24371
|
+
* @author liufan
|
|
24372
|
+
* @date 2022年5月25日
|
|
24332
24373
|
**/
|
|
24333
24374
|
getFind: function getFind() {
|
|
24334
24375
|
var _this13 = this;
|
|
@@ -24394,12 +24435,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24394
24435
|
});
|
|
24395
24436
|
},
|
|
24396
24437
|
|
|
24397
|
-
/**
|
|
24398
|
-
* endFlows
|
|
24399
|
-
* @desc:直接办结
|
|
24400
|
-
* @author liufan
|
|
24401
|
-
* @param {Object} res 直接办结数据
|
|
24402
|
-
* @date 2022年5月25日
|
|
24438
|
+
/**
|
|
24439
|
+
* endFlows
|
|
24440
|
+
* @desc:直接办结
|
|
24441
|
+
* @author liufan
|
|
24442
|
+
* @param {Object} res 直接办结数据
|
|
24443
|
+
* @date 2022年5月25日
|
|
24403
24444
|
**/
|
|
24404
24445
|
endFlows: function endFlows(res) {
|
|
24405
24446
|
var _this15 = this;
|
|
@@ -24454,12 +24495,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24454
24495
|
}).catch(function (e) {});
|
|
24455
24496
|
},
|
|
24456
24497
|
|
|
24457
|
-
/**
|
|
24458
|
-
* goView
|
|
24459
|
-
* @desc:更多流程按钮操作
|
|
24460
|
-
* @author liufan
|
|
24461
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
24462
|
-
* @date 2022年5月25日
|
|
24498
|
+
/**
|
|
24499
|
+
* goView
|
|
24500
|
+
* @desc:更多流程按钮操作
|
|
24501
|
+
* @author liufan
|
|
24502
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
24503
|
+
* @date 2022年5月25日
|
|
24463
24504
|
**/
|
|
24464
24505
|
goView: function goView(res) {
|
|
24465
24506
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -24544,11 +24585,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24544
24585
|
// isCanStartSubFlow
|
|
24545
24586
|
},
|
|
24546
24587
|
|
|
24547
|
-
/**
|
|
24548
|
-
* toTakeAdvice
|
|
24549
|
-
* @desc:征求意见
|
|
24550
|
-
* @author liufan
|
|
24551
|
-
* @date 2022年9月29日
|
|
24588
|
+
/**
|
|
24589
|
+
* toTakeAdvice
|
|
24590
|
+
* @desc:征求意见
|
|
24591
|
+
* @author liufan
|
|
24592
|
+
* @date 2022年9月29日
|
|
24552
24593
|
**/
|
|
24553
24594
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
24554
24595
|
var _this17 = this;
|
|
@@ -24592,11 +24633,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24592
24633
|
});
|
|
24593
24634
|
},
|
|
24594
24635
|
|
|
24595
|
-
/**
|
|
24596
|
-
* toStartDraf
|
|
24597
|
-
* @desc: 稿件递送、联合审核、复核
|
|
24598
|
-
* @author liufan
|
|
24599
|
-
* @date 2022年9月29日
|
|
24636
|
+
/**
|
|
24637
|
+
* toStartDraf
|
|
24638
|
+
* @desc: 稿件递送、联合审核、复核
|
|
24639
|
+
* @author liufan
|
|
24640
|
+
* @date 2022年9月29日
|
|
24600
24641
|
**/
|
|
24601
24642
|
toStartDraf: function toStartDraf(res) {
|
|
24602
24643
|
var _this19 = this;
|
|
@@ -24610,11 +24651,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24610
24651
|
}
|
|
24611
24652
|
},
|
|
24612
24653
|
|
|
24613
|
-
/**
|
|
24614
|
-
* toSendMsg
|
|
24615
|
-
* @desc:核稿通知
|
|
24616
|
-
* @author liufan
|
|
24617
|
-
* @date 2022年9月29日
|
|
24654
|
+
/**
|
|
24655
|
+
* toSendMsg
|
|
24656
|
+
* @desc:核稿通知
|
|
24657
|
+
* @author liufan
|
|
24658
|
+
* @date 2022年9月29日
|
|
24618
24659
|
**/
|
|
24619
24660
|
toSendMsg: function toSendMsg(res) {
|
|
24620
24661
|
var _this20 = this;
|
|
@@ -24628,11 +24669,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24628
24669
|
}
|
|
24629
24670
|
},
|
|
24630
24671
|
|
|
24631
|
-
/**
|
|
24632
|
-
* toTaskReadAndEnd
|
|
24633
|
-
* @desc:分阅并办结
|
|
24634
|
-
* @author liufan
|
|
24635
|
-
* @date 2022年9月29日
|
|
24672
|
+
/**
|
|
24673
|
+
* toTaskReadAndEnd
|
|
24674
|
+
* @desc:分阅并办结
|
|
24675
|
+
* @author liufan
|
|
24676
|
+
* @date 2022年9月29日
|
|
24636
24677
|
**/
|
|
24637
24678
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
24638
24679
|
var _this21 = this;
|
|
@@ -24650,11 +24691,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24650
24691
|
}
|
|
24651
24692
|
},
|
|
24652
24693
|
|
|
24653
|
-
/**
|
|
24654
|
-
* rejectAndEnd
|
|
24655
|
-
* @desc:驳回并办结
|
|
24656
|
-
* @author liufan
|
|
24657
|
-
* @date 2022年9月29日
|
|
24694
|
+
/**
|
|
24695
|
+
* rejectAndEnd
|
|
24696
|
+
* @desc:驳回并办结
|
|
24697
|
+
* @author liufan
|
|
24698
|
+
* @date 2022年9月29日
|
|
24658
24699
|
**/
|
|
24659
24700
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
24660
24701
|
var _this22 = this;
|
|
@@ -24710,11 +24751,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24710
24751
|
});
|
|
24711
24752
|
},
|
|
24712
24753
|
|
|
24713
|
-
/**
|
|
24714
|
-
* toTransfer
|
|
24715
|
-
* @desc:转办
|
|
24716
|
-
* @author liufan
|
|
24717
|
-
* @date 2022年9月29日
|
|
24754
|
+
/**
|
|
24755
|
+
* toTransfer
|
|
24756
|
+
* @desc:转办
|
|
24757
|
+
* @author liufan
|
|
24758
|
+
* @date 2022年9月29日
|
|
24718
24759
|
**/
|
|
24719
24760
|
toTransfer: function toTransfer(res) {
|
|
24720
24761
|
var _this24 = this;
|
|
@@ -24730,11 +24771,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24730
24771
|
}
|
|
24731
24772
|
},
|
|
24732
24773
|
|
|
24733
|
-
/**
|
|
24734
|
-
* getNodeInfo
|
|
24735
|
-
* @desc:获取节点信息
|
|
24736
|
-
* @author liufan
|
|
24737
|
-
* @date 2022年5月25日
|
|
24774
|
+
/**
|
|
24775
|
+
* getNodeInfo
|
|
24776
|
+
* @desc:获取节点信息
|
|
24777
|
+
* @author liufan
|
|
24778
|
+
* @date 2022年5月25日
|
|
24738
24779
|
**/
|
|
24739
24780
|
getNodeInfo: function getNodeInfo() {
|
|
24740
24781
|
var _this25 = this;
|
|
@@ -24838,12 +24879,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24838
24879
|
});
|
|
24839
24880
|
},
|
|
24840
24881
|
|
|
24841
|
-
/**
|
|
24842
|
-
* selecNext
|
|
24843
|
-
* @desc:下步节点变化时更新数据
|
|
24844
|
-
* @author liufan
|
|
24845
|
-
* @param {String} val 当前选中值
|
|
24846
|
-
* @date 2022年5月25日
|
|
24882
|
+
/**
|
|
24883
|
+
* selecNext
|
|
24884
|
+
* @desc:下步节点变化时更新数据
|
|
24885
|
+
* @author liufan
|
|
24886
|
+
* @param {String} val 当前选中值
|
|
24887
|
+
* @date 2022年5月25日
|
|
24847
24888
|
**/
|
|
24848
24889
|
selecNext: function selecNext(val, type, isDef) {
|
|
24849
24890
|
var _this26 = this;
|
|
@@ -24975,11 +25016,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24975
25016
|
this.getNodeInfo();
|
|
24976
25017
|
},
|
|
24977
25018
|
|
|
24978
|
-
/**
|
|
24979
|
-
* isMultiple
|
|
24980
|
-
* @desc:是否多选
|
|
24981
|
-
* @author liufan
|
|
24982
|
-
* @date 2022年9月13日
|
|
25019
|
+
/**
|
|
25020
|
+
* isMultiple
|
|
25021
|
+
* @desc:是否多选
|
|
25022
|
+
* @author liufan
|
|
25023
|
+
* @date 2022年9月13日
|
|
24983
25024
|
**/
|
|
24984
25025
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
24985
25026
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -25011,11 +25052,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25011
25052
|
}
|
|
25012
25053
|
},
|
|
25013
25054
|
|
|
25014
|
-
/**
|
|
25015
|
-
* getHedInfo
|
|
25016
|
-
* @desc:获取审核页面数据
|
|
25017
|
-
* @author liufan
|
|
25018
|
-
* @date 2022年5月25日
|
|
25055
|
+
/**
|
|
25056
|
+
* getHedInfo
|
|
25057
|
+
* @desc:获取审核页面数据
|
|
25058
|
+
* @author liufan
|
|
25059
|
+
* @date 2022年5月25日
|
|
25019
25060
|
**/
|
|
25020
25061
|
getHedInfo: function getHedInfo() {
|
|
25021
25062
|
var _this27 = this;
|
|
@@ -25302,16 +25343,16 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25302
25343
|
});
|
|
25303
25344
|
},
|
|
25304
25345
|
|
|
25305
|
-
/**
|
|
25306
|
-
* closeProcess
|
|
25307
|
-
* @desc:关闭弹窗
|
|
25308
|
-
* @author liufan
|
|
25309
|
-
* @param {boolean} val 当前是否办理流程
|
|
25310
|
-
* @param {String} type 当前点击的弹窗类型
|
|
25311
|
-
* @date 2022年5月25日
|
|
25346
|
+
/**
|
|
25347
|
+
* closeProcess
|
|
25348
|
+
* @desc:关闭弹窗
|
|
25349
|
+
* @author liufan
|
|
25350
|
+
* @param {boolean} val 当前是否办理流程
|
|
25351
|
+
* @param {String} type 当前点击的弹窗类型
|
|
25352
|
+
* @date 2022年5月25日
|
|
25312
25353
|
**/
|
|
25313
25354
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
25314
|
-
if (closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
25355
|
+
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
25315
25356
|
this.$refs[type].handleClosed();
|
|
25316
25357
|
} else if (!this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
25317
25358
|
this[type] = false;
|
|
@@ -25328,23 +25369,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25328
25369
|
}
|
|
25329
25370
|
},
|
|
25330
25371
|
|
|
25331
|
-
/**
|
|
25332
|
-
* selectChange
|
|
25333
|
-
* @desc:常用语选择
|
|
25334
|
-
* @author liufan
|
|
25335
|
-
* @param {String} val 选中值
|
|
25336
|
-
* @date 2022年5月25日
|
|
25372
|
+
/**
|
|
25373
|
+
* selectChange
|
|
25374
|
+
* @desc:常用语选择
|
|
25375
|
+
* @author liufan
|
|
25376
|
+
* @param {String} val 选中值
|
|
25377
|
+
* @date 2022年5月25日
|
|
25337
25378
|
**/
|
|
25338
25379
|
selectChange: function selectChange(val) {
|
|
25339
25380
|
this.value = val;
|
|
25340
25381
|
},
|
|
25341
25382
|
|
|
25342
|
-
/**
|
|
25343
|
-
* upDate
|
|
25344
|
-
* @desc:修改常用语
|
|
25345
|
-
* @author liufan
|
|
25346
|
-
* @param {Object} val 修改值
|
|
25347
|
-
* @date 2022年5月25日
|
|
25383
|
+
/**
|
|
25384
|
+
* upDate
|
|
25385
|
+
* @desc:修改常用语
|
|
25386
|
+
* @author liufan
|
|
25387
|
+
* @param {Object} val 修改值
|
|
25388
|
+
* @date 2022年5月25日
|
|
25348
25389
|
**/
|
|
25349
25390
|
upDate: function upDate(val) {
|
|
25350
25391
|
this.FormData.id = val.id;
|
|
@@ -25352,11 +25393,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25352
25393
|
},
|
|
25353
25394
|
|
|
25354
25395
|
|
|
25355
|
-
/**
|
|
25356
|
-
* getProcess
|
|
25357
|
-
* @desc:获取选择流程
|
|
25358
|
-
* @author liufan
|
|
25359
|
-
* @date 2022年5月25日
|
|
25396
|
+
/**
|
|
25397
|
+
* getProcess
|
|
25398
|
+
* @desc:获取选择流程
|
|
25399
|
+
* @author liufan
|
|
25400
|
+
* @date 2022年5月25日
|
|
25360
25401
|
**/
|
|
25361
25402
|
getProcess: function getProcess(val) {
|
|
25362
25403
|
var _this28 = this;
|
|
@@ -25412,11 +25453,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25412
25453
|
});
|
|
25413
25454
|
},
|
|
25414
25455
|
|
|
25415
|
-
/**
|
|
25416
|
-
* getPendedhistoryList
|
|
25417
|
-
* @desc:获取流程列表
|
|
25418
|
-
* @author liufan
|
|
25419
|
-
* @date 2022年5月25日
|
|
25456
|
+
/**
|
|
25457
|
+
* getPendedhistoryList
|
|
25458
|
+
* @desc:获取流程列表
|
|
25459
|
+
* @author liufan
|
|
25460
|
+
* @date 2022年5月25日
|
|
25420
25461
|
**/
|
|
25421
25462
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
25422
25463
|
var _this29 = this;
|
|
@@ -25484,12 +25525,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25484
25525
|
},
|
|
25485
25526
|
|
|
25486
25527
|
// 提交流程
|
|
25487
|
-
/**
|
|
25488
|
-
* subProcess
|
|
25489
|
-
* @desc:提交流程
|
|
25490
|
-
* @author liufan
|
|
25491
|
-
* @param {String} formName 当前form表单ref值
|
|
25492
|
-
* @date 2022年5月25日
|
|
25528
|
+
/**
|
|
25529
|
+
* subProcess
|
|
25530
|
+
* @desc:提交流程
|
|
25531
|
+
* @author liufan
|
|
25532
|
+
* @param {String} formName 当前form表单ref值
|
|
25533
|
+
* @date 2022年5月25日
|
|
25493
25534
|
**/
|
|
25494
25535
|
subProcess: function subProcess(val, type) {
|
|
25495
25536
|
var _this31 = this;
|