eoss-ui 0.7.56 → 0.7.58
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 +842 -820
- package/lib/flow-group.js +17 -4
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +308 -303
- package/lib/index.js +1 -1
- package/lib/main.js +179 -175
- 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 +346 -346
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +992 -992
- package/packages/data-table/src/main.vue +1840 -1840
- 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 -413
- package/packages/flow/src/component/CommonOpinions.vue +374 -373
- 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 +241 -241
- 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 +756 -756
- package/packages/flow/src/form.vue +123 -121
- package/packages/flow/src/freeStartFlow.vue +2846 -2846
- package/packages/flow/src/main.vue +3878 -3878
- package/packages/flow/src/processForm.vue +1365 -1365
- package/packages/flow/src/processReject.vue +309 -309
- package/packages/flow/src/reset.vue +942 -942
- package/packages/flow/src/startTaskRead.vue +693 -692
- 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 +732 -717
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1801 -1801
- 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 +496 -496
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +104 -104
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +2082 -2082
- package/packages/login/src/resetPassword.vue +557 -557
- 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/main.vue +2 -2
- 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 +227 -227
- 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 +160 -160
- package/packages/main/src/simplicity/index.vue +2305 -2307
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +274 -274
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +401 -401
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +595 -595
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +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 -170
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/flow.scss +351 -351
- package/packages/theme-chalk/src/form.scss +501 -501
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +1608 -1608
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +114 -114
- package/packages/theme-chalk/src/simplicity.scss +1403 -1403
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1344 -1344
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +317 -317
- 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/calogin/.DS_Store +0 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/dialog/.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/icon/.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/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
|
@@ -7589,8 +7589,8 @@ render._withStripped = true
|
|
|
7589
7589
|
var regenerator_ = __webpack_require__(4);
|
|
7590
7590
|
var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
|
|
7591
7591
|
|
|
7592
|
-
// 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=
|
|
7593
|
-
var
|
|
7592
|
+
// 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=780a0c80&
|
|
7593
|
+
var CommonOpinionsvue_type_template_id_780a0c80_render = function () {
|
|
7594
7594
|
var _vm = this
|
|
7595
7595
|
var _h = _vm.$createElement
|
|
7596
7596
|
var _c = _vm._self._c || _h
|
|
@@ -7776,6 +7776,7 @@ var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
|
|
|
7776
7776
|
"close-on-click-modal": false,
|
|
7777
7777
|
title: "添加常用意见",
|
|
7778
7778
|
visible: _vm.addVisible,
|
|
7779
|
+
width: "600",
|
|
7779
7780
|
height: "auto",
|
|
7780
7781
|
},
|
|
7781
7782
|
on: {
|
|
@@ -7797,11 +7798,11 @@ var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
|
|
|
7797
7798
|
1
|
|
7798
7799
|
)
|
|
7799
7800
|
}
|
|
7800
|
-
var
|
|
7801
|
-
|
|
7801
|
+
var CommonOpinionsvue_type_template_id_780a0c80_staticRenderFns = []
|
|
7802
|
+
CommonOpinionsvue_type_template_id_780a0c80_render._withStripped = true
|
|
7802
7803
|
|
|
7803
7804
|
|
|
7804
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=
|
|
7805
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=780a0c80&
|
|
7805
7806
|
|
|
7806
7807
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
7807
7808
|
var api = __webpack_require__(1);
|
|
@@ -7969,8 +7970,8 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
7969
7970
|
)
|
|
7970
7971
|
|
|
7971
7972
|
/* harmony default export */ var table = (component.exports);
|
|
7972
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/form.vue?vue&type=template&id=
|
|
7973
|
-
var
|
|
7973
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/form.vue?vue&type=template&id=75524cb8&
|
|
7974
|
+
var formvue_type_template_id_75524cb8_render = function () {
|
|
7974
7975
|
var _vm = this
|
|
7975
7976
|
var _h = _vm.$createElement
|
|
7976
7977
|
var _c = _vm._self._c || _h
|
|
@@ -8038,7 +8039,7 @@ var formvue_type_template_id_55fae080_render = function () {
|
|
|
8038
8039
|
},
|
|
8039
8040
|
[
|
|
8040
8041
|
_c("el-input", {
|
|
8041
|
-
attrs: { placeholder: "请输入内容" },
|
|
8042
|
+
attrs: { type: "textarea", rows: 3, placeholder: "请输入内容" },
|
|
8042
8043
|
model: {
|
|
8043
8044
|
value: _vm.newData.content,
|
|
8044
8045
|
callback: function ($$v) {
|
|
@@ -8084,11 +8085,11 @@ var formvue_type_template_id_55fae080_render = function () {
|
|
|
8084
8085
|
1
|
|
8085
8086
|
)
|
|
8086
8087
|
}
|
|
8087
|
-
var
|
|
8088
|
-
|
|
8088
|
+
var formvue_type_template_id_75524cb8_staticRenderFns = []
|
|
8089
|
+
formvue_type_template_id_75524cb8_render._withStripped = true
|
|
8089
8090
|
|
|
8090
8091
|
|
|
8091
|
-
// CONCATENATED MODULE: ./packages/flow/src/form.vue?vue&type=template&id=
|
|
8092
|
+
// CONCATENATED MODULE: ./packages/flow/src/form.vue?vue&type=template&id=75524cb8&
|
|
8092
8093
|
|
|
8093
8094
|
// EXTERNAL MODULE: ./src/utils/util.js + 1 modules
|
|
8094
8095
|
var util = __webpack_require__(0);
|
|
@@ -8139,6 +8140,8 @@ var util = __webpack_require__(0);
|
|
|
8139
8140
|
//
|
|
8140
8141
|
//
|
|
8141
8142
|
//
|
|
8143
|
+
//
|
|
8144
|
+
//
|
|
8142
8145
|
|
|
8143
8146
|
|
|
8144
8147
|
|
|
@@ -8233,8 +8236,8 @@ var util = __webpack_require__(0);
|
|
|
8233
8236
|
|
|
8234
8237
|
var form_component = Object(componentNormalizer["a" /* default */])(
|
|
8235
8238
|
src_formvue_type_script_lang_js_,
|
|
8236
|
-
|
|
8237
|
-
|
|
8239
|
+
formvue_type_template_id_75524cb8_render,
|
|
8240
|
+
formvue_type_template_id_75524cb8_staticRenderFns,
|
|
8238
8241
|
false,
|
|
8239
8242
|
null,
|
|
8240
8243
|
null,
|
|
@@ -8343,6 +8346,7 @@ var _components;
|
|
|
8343
8346
|
//
|
|
8344
8347
|
//
|
|
8345
8348
|
//
|
|
8349
|
+
//
|
|
8346
8350
|
|
|
8347
8351
|
|
|
8348
8352
|
|
|
@@ -8443,21 +8447,21 @@ var _components;
|
|
|
8443
8447
|
return validSate;
|
|
8444
8448
|
},
|
|
8445
8449
|
|
|
8446
|
-
/**
|
|
8447
|
-
* changeOpinion
|
|
8448
|
-
* @desc:监听意见变化
|
|
8449
|
-
* @author liufan
|
|
8450
|
-
* @date 2022年10月28日
|
|
8450
|
+
/**
|
|
8451
|
+
* changeOpinion
|
|
8452
|
+
* @desc:监听意见变化
|
|
8453
|
+
* @author liufan
|
|
8454
|
+
* @date 2022年10月28日
|
|
8451
8455
|
**/
|
|
8452
8456
|
changeOpinion: function changeOpinion() {
|
|
8453
8457
|
this.$emit('change', this.form.value);
|
|
8454
8458
|
},
|
|
8455
8459
|
|
|
8456
|
-
/**
|
|
8457
|
-
* getCommonOpion
|
|
8458
|
-
* @desc:获取意见
|
|
8459
|
-
* @author liufan
|
|
8460
|
-
* @date 2022年5月25日
|
|
8460
|
+
/**
|
|
8461
|
+
* getCommonOpion
|
|
8462
|
+
* @desc:获取意见
|
|
8463
|
+
* @author liufan
|
|
8464
|
+
* @date 2022年5月25日
|
|
8461
8465
|
**/
|
|
8462
8466
|
getCommonOpion: function getCommonOpion() {
|
|
8463
8467
|
var _this = this;
|
|
@@ -8486,24 +8490,24 @@ var _components;
|
|
|
8486
8490
|
});
|
|
8487
8491
|
},
|
|
8488
8492
|
|
|
8489
|
-
/**
|
|
8490
|
-
* upDate
|
|
8491
|
-
* @desc:修改常用语
|
|
8492
|
-
* @author liufan
|
|
8493
|
-
* @param {Object} val 修改值
|
|
8494
|
-
* @date 2022年5月25日
|
|
8493
|
+
/**
|
|
8494
|
+
* upDate
|
|
8495
|
+
* @desc:修改常用语
|
|
8496
|
+
* @author liufan
|
|
8497
|
+
* @param {Object} val 修改值
|
|
8498
|
+
* @date 2022年5月25日
|
|
8495
8499
|
**/
|
|
8496
8500
|
upDate: function upDate(val) {
|
|
8497
8501
|
this.FormData.id = val.id;
|
|
8498
8502
|
this.addVisible = true;
|
|
8499
8503
|
},
|
|
8500
8504
|
|
|
8501
|
-
/**
|
|
8502
|
-
* selectChange
|
|
8503
|
-
* @desc:常用语选择
|
|
8504
|
-
* @author liufan
|
|
8505
|
-
* @param {String} val 选中值
|
|
8506
|
-
* @date 2022年5月25日
|
|
8505
|
+
/**
|
|
8506
|
+
* selectChange
|
|
8507
|
+
* @desc:常用语选择
|
|
8508
|
+
* @author liufan
|
|
8509
|
+
* @param {String} val 选中值
|
|
8510
|
+
* @date 2022年5月25日
|
|
8507
8511
|
**/
|
|
8508
8512
|
selectChange: function selectChange(val) {
|
|
8509
8513
|
var _this2 = this;
|
|
@@ -8522,12 +8526,12 @@ var _components;
|
|
|
8522
8526
|
});
|
|
8523
8527
|
},
|
|
8524
8528
|
|
|
8525
|
-
/**
|
|
8526
|
-
* del
|
|
8527
|
-
* @desc:删除常用语
|
|
8528
|
-
* @author liufan
|
|
8529
|
-
* @param {Object} val 删除的数据
|
|
8530
|
-
* @date 2022年5月25日
|
|
8529
|
+
/**
|
|
8530
|
+
* del
|
|
8531
|
+
* @desc:删除常用语
|
|
8532
|
+
* @author liufan
|
|
8533
|
+
* @param {Object} val 删除的数据
|
|
8534
|
+
* @date 2022年5月25日
|
|
8531
8535
|
**/
|
|
8532
8536
|
del: function del(val) {
|
|
8533
8537
|
var _this3 = this;
|
|
@@ -8569,12 +8573,12 @@ var _components;
|
|
|
8569
8573
|
}).catch(function (e) {});
|
|
8570
8574
|
},
|
|
8571
8575
|
|
|
8572
|
-
/**
|
|
8573
|
-
* submit
|
|
8574
|
-
* @desc:新增/编辑意见保存
|
|
8575
|
-
* @author liufan
|
|
8576
|
-
* @param {Object} val 保存数据
|
|
8577
|
-
* @date 2022年5月25日
|
|
8576
|
+
/**
|
|
8577
|
+
* submit
|
|
8578
|
+
* @desc:新增/编辑意见保存
|
|
8579
|
+
* @author liufan
|
|
8580
|
+
* @param {Object} val 保存数据
|
|
8581
|
+
* @date 2022年5月25日
|
|
8578
8582
|
**/
|
|
8579
8583
|
submit: function submit(val) {
|
|
8580
8584
|
var _this4 = this;
|
|
@@ -8629,8 +8633,8 @@ var _components;
|
|
|
8629
8633
|
|
|
8630
8634
|
var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
8631
8635
|
component_CommonOpinionsvue_type_script_lang_js_,
|
|
8632
|
-
|
|
8633
|
-
|
|
8636
|
+
CommonOpinionsvue_type_template_id_780a0c80_render,
|
|
8637
|
+
CommonOpinionsvue_type_template_id_780a0c80_staticRenderFns,
|
|
8634
8638
|
false,
|
|
8635
8639
|
null,
|
|
8636
8640
|
null,
|
|
@@ -12040,11 +12044,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12040
12044
|
});
|
|
12041
12045
|
},
|
|
12042
12046
|
|
|
12043
|
-
/**
|
|
12044
|
-
* isMultiple
|
|
12045
|
-
* @desc:是否多选
|
|
12046
|
-
* @author liufan
|
|
12047
|
-
* @date 2022年9月13日
|
|
12047
|
+
/**
|
|
12048
|
+
* isMultiple
|
|
12049
|
+
* @desc:是否多选
|
|
12050
|
+
* @author liufan
|
|
12051
|
+
* @date 2022年9月13日
|
|
12048
12052
|
**/
|
|
12049
12053
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
12050
12054
|
var multiple = false;
|
|
@@ -13672,8 +13676,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
13672
13676
|
)
|
|
13673
13677
|
|
|
13674
13678
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
13675
|
-
// 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=
|
|
13676
|
-
var
|
|
13679
|
+
// 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=0c06bc6e&
|
|
13680
|
+
var startTaskReadvue_type_template_id_0c06bc6e_render = function () {
|
|
13677
13681
|
var _vm = this
|
|
13678
13682
|
var _h = _vm.$createElement
|
|
13679
13683
|
var _c = _vm._self._c || _h
|
|
@@ -14095,11 +14099,11 @@ var startTaskReadvue_type_template_id_3d56ed51_render = function () {
|
|
|
14095
14099
|
1
|
|
14096
14100
|
)
|
|
14097
14101
|
}
|
|
14098
|
-
var
|
|
14099
|
-
|
|
14102
|
+
var startTaskReadvue_type_template_id_0c06bc6e_staticRenderFns = []
|
|
14103
|
+
startTaskReadvue_type_template_id_0c06bc6e_render._withStripped = true
|
|
14100
14104
|
|
|
14101
14105
|
|
|
14102
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
14106
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=0c06bc6e&
|
|
14103
14107
|
|
|
14104
14108
|
// 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&
|
|
14105
14109
|
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; };
|
|
@@ -14393,7 +14397,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14393
14397
|
businessId: this.param.businessId,
|
|
14394
14398
|
businessName: this.param.businessName,
|
|
14395
14399
|
bCode: this.param.bCode,
|
|
14396
|
-
bName: this.param.bName
|
|
14400
|
+
bName: this.param.bName,
|
|
14401
|
+
appId: this.param.appId
|
|
14397
14402
|
};
|
|
14398
14403
|
} else {
|
|
14399
14404
|
params.appId = this.readParams.appId;
|
|
@@ -14824,8 +14829,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14824
14829
|
|
|
14825
14830
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
14826
14831
|
src_startTaskReadvue_type_script_lang_js_,
|
|
14827
|
-
|
|
14828
|
-
|
|
14832
|
+
startTaskReadvue_type_template_id_0c06bc6e_render,
|
|
14833
|
+
startTaskReadvue_type_template_id_0c06bc6e_staticRenderFns,
|
|
14829
14834
|
false,
|
|
14830
14835
|
null,
|
|
14831
14836
|
null,
|
|
@@ -16089,11 +16094,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
16089
16094
|
});
|
|
16090
16095
|
},
|
|
16091
16096
|
|
|
16092
|
-
/**
|
|
16093
|
-
* isMultiple
|
|
16094
|
-
* @desc:是否多选
|
|
16095
|
-
* @author liufan
|
|
16096
|
-
* @date 2022年9月13日
|
|
16097
|
+
/**
|
|
16098
|
+
* isMultiple
|
|
16099
|
+
* @desc:是否多选
|
|
16100
|
+
* @author liufan
|
|
16101
|
+
* @date 2022年9月13日
|
|
16097
16102
|
**/
|
|
16098
16103
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16099
16104
|
var multiple = false;
|
|
@@ -20665,11 +20670,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20665
20670
|
});
|
|
20666
20671
|
},
|
|
20667
20672
|
|
|
20668
|
-
/**
|
|
20669
|
-
* saveInfo
|
|
20670
|
-
* @desc:暂存
|
|
20671
|
-
* @author liufan
|
|
20672
|
-
* @date 2022年9月9日
|
|
20673
|
+
/**
|
|
20674
|
+
* saveInfo
|
|
20675
|
+
* @desc:暂存
|
|
20676
|
+
* @author liufan
|
|
20677
|
+
* @date 2022年9月9日
|
|
20673
20678
|
**/
|
|
20674
20679
|
saveInfo: function saveInfo(type, btn) {
|
|
20675
20680
|
var _this6 = this;
|
|
@@ -20731,11 +20736,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20731
20736
|
});
|
|
20732
20737
|
},
|
|
20733
20738
|
|
|
20734
|
-
/**
|
|
20735
|
-
* rejectBtn
|
|
20736
|
-
* @desc:点击驳回
|
|
20737
|
-
* @author liufan
|
|
20738
|
-
* @date 2022年5月25日
|
|
20739
|
+
/**
|
|
20740
|
+
* rejectBtn
|
|
20741
|
+
* @desc:点击驳回
|
|
20742
|
+
* @author liufan
|
|
20743
|
+
* @date 2022年5月25日
|
|
20739
20744
|
**/
|
|
20740
20745
|
rejectBtn: function rejectBtn() {
|
|
20741
20746
|
var _this8 = this;
|
|
@@ -20753,11 +20758,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20753
20758
|
}
|
|
20754
20759
|
},
|
|
20755
20760
|
|
|
20756
|
-
/**
|
|
20757
|
-
* taskReadBtn
|
|
20758
|
-
* @desc:点击分阅
|
|
20759
|
-
* @author liufan
|
|
20760
|
-
* @date 2022年5月25日
|
|
20761
|
+
/**
|
|
20762
|
+
* taskReadBtn
|
|
20763
|
+
* @desc:点击分阅
|
|
20764
|
+
* @author liufan
|
|
20765
|
+
* @date 2022年5月25日
|
|
20761
20766
|
**/
|
|
20762
20767
|
taskReadBtn: function taskReadBtn() {
|
|
20763
20768
|
var _this9 = this;
|
|
@@ -20776,11 +20781,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20776
20781
|
}
|
|
20777
20782
|
},
|
|
20778
20783
|
|
|
20779
|
-
/**
|
|
20780
|
-
* getFind
|
|
20781
|
-
* @desc:获取通知方式
|
|
20782
|
-
* @author liufan
|
|
20783
|
-
* @date 2022年5月25日
|
|
20784
|
+
/**
|
|
20785
|
+
* getFind
|
|
20786
|
+
* @desc:获取通知方式
|
|
20787
|
+
* @author liufan
|
|
20788
|
+
* @date 2022年5月25日
|
|
20784
20789
|
**/
|
|
20785
20790
|
getFind: function getFind() {
|
|
20786
20791
|
var _this10 = this;
|
|
@@ -20835,12 +20840,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20835
20840
|
});
|
|
20836
20841
|
},
|
|
20837
20842
|
|
|
20838
|
-
/**
|
|
20839
|
-
* endFlows
|
|
20840
|
-
* @desc:直接办结
|
|
20841
|
-
* @author liufan
|
|
20842
|
-
* @param {Object} res 直接办结数据
|
|
20843
|
-
* @date 2022年5月25日
|
|
20843
|
+
/**
|
|
20844
|
+
* endFlows
|
|
20845
|
+
* @desc:直接办结
|
|
20846
|
+
* @author liufan
|
|
20847
|
+
* @param {Object} res 直接办结数据
|
|
20848
|
+
* @date 2022年5月25日
|
|
20844
20849
|
**/
|
|
20845
20850
|
endFlows: function endFlows(res) {
|
|
20846
20851
|
var _this12 = this;
|
|
@@ -20894,12 +20899,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20894
20899
|
}).catch(function (e) {});
|
|
20895
20900
|
},
|
|
20896
20901
|
|
|
20897
|
-
/**
|
|
20898
|
-
* goView
|
|
20899
|
-
* @desc:更多流程按钮操作
|
|
20900
|
-
* @author liufan
|
|
20901
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20902
|
-
* @date 2022年5月25日
|
|
20902
|
+
/**
|
|
20903
|
+
* goView
|
|
20904
|
+
* @desc:更多流程按钮操作
|
|
20905
|
+
* @author liufan
|
|
20906
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20907
|
+
* @date 2022年5月25日
|
|
20903
20908
|
**/
|
|
20904
20909
|
goView: function goView(res) {
|
|
20905
20910
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20984,11 +20989,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20984
20989
|
// isCanStartSubFlow
|
|
20985
20990
|
},
|
|
20986
20991
|
|
|
20987
|
-
/**
|
|
20988
|
-
* toTakeAdvice
|
|
20989
|
-
* @desc:征求意见
|
|
20990
|
-
* @author liufan
|
|
20991
|
-
* @date 2022年9月29日
|
|
20992
|
+
/**
|
|
20993
|
+
* toTakeAdvice
|
|
20994
|
+
* @desc:征求意见
|
|
20995
|
+
* @author liufan
|
|
20996
|
+
* @date 2022年9月29日
|
|
20992
20997
|
**/
|
|
20993
20998
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20994
20999
|
var _this14 = this;
|
|
@@ -21032,11 +21037,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21032
21037
|
});
|
|
21033
21038
|
},
|
|
21034
21039
|
|
|
21035
|
-
/**
|
|
21036
|
-
* toStartDraf
|
|
21037
|
-
* @desc: 稿件递送、联合审核、复核
|
|
21038
|
-
* @author liufan
|
|
21039
|
-
* @date 2022年9月29日
|
|
21040
|
+
/**
|
|
21041
|
+
* toStartDraf
|
|
21042
|
+
* @desc: 稿件递送、联合审核、复核
|
|
21043
|
+
* @author liufan
|
|
21044
|
+
* @date 2022年9月29日
|
|
21040
21045
|
**/
|
|
21041
21046
|
toStartDraf: function toStartDraf(res) {
|
|
21042
21047
|
var _this16 = this;
|
|
@@ -21050,11 +21055,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21050
21055
|
}
|
|
21051
21056
|
},
|
|
21052
21057
|
|
|
21053
|
-
/**
|
|
21054
|
-
* toSendMsg
|
|
21055
|
-
* @desc:核稿通知
|
|
21056
|
-
* @author liufan
|
|
21057
|
-
* @date 2022年9月29日
|
|
21058
|
+
/**
|
|
21059
|
+
* toSendMsg
|
|
21060
|
+
* @desc:核稿通知
|
|
21061
|
+
* @author liufan
|
|
21062
|
+
* @date 2022年9月29日
|
|
21058
21063
|
**/
|
|
21059
21064
|
toSendMsg: function toSendMsg(res) {
|
|
21060
21065
|
var _this17 = this;
|
|
@@ -21068,11 +21073,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21068
21073
|
}
|
|
21069
21074
|
},
|
|
21070
21075
|
|
|
21071
|
-
/**
|
|
21072
|
-
* toTaskReadAndEnd
|
|
21073
|
-
* @desc:分阅并办结
|
|
21074
|
-
* @author liufan
|
|
21075
|
-
* @date 2022年9月29日
|
|
21076
|
+
/**
|
|
21077
|
+
* toTaskReadAndEnd
|
|
21078
|
+
* @desc:分阅并办结
|
|
21079
|
+
* @author liufan
|
|
21080
|
+
* @date 2022年9月29日
|
|
21076
21081
|
**/
|
|
21077
21082
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
21078
21083
|
var _this18 = this;
|
|
@@ -21090,11 +21095,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21090
21095
|
}
|
|
21091
21096
|
},
|
|
21092
21097
|
|
|
21093
|
-
/**
|
|
21094
|
-
* rejectAndEnd
|
|
21095
|
-
* @desc:驳回并办结
|
|
21096
|
-
* @author liufan
|
|
21097
|
-
* @date 2022年9月29日
|
|
21098
|
+
/**
|
|
21099
|
+
* rejectAndEnd
|
|
21100
|
+
* @desc:驳回并办结
|
|
21101
|
+
* @author liufan
|
|
21102
|
+
* @date 2022年9月29日
|
|
21098
21103
|
**/
|
|
21099
21104
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
21100
21105
|
var _this19 = this;
|
|
@@ -21149,11 +21154,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21149
21154
|
});
|
|
21150
21155
|
},
|
|
21151
21156
|
|
|
21152
|
-
/**
|
|
21153
|
-
* toTransfer
|
|
21154
|
-
* @desc:转办
|
|
21155
|
-
* @author liufan
|
|
21156
|
-
* @date 2022年9月29日
|
|
21157
|
+
/**
|
|
21158
|
+
* toTransfer
|
|
21159
|
+
* @desc:转办
|
|
21160
|
+
* @author liufan
|
|
21161
|
+
* @date 2022年9月29日
|
|
21157
21162
|
**/
|
|
21158
21163
|
toTransfer: function toTransfer(res) {
|
|
21159
21164
|
var _this21 = this;
|
|
@@ -21169,11 +21174,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21169
21174
|
}
|
|
21170
21175
|
},
|
|
21171
21176
|
|
|
21172
|
-
/**
|
|
21173
|
-
* getNodeInfo
|
|
21174
|
-
* @desc:获取节点信息
|
|
21175
|
-
* @author liufan
|
|
21176
|
-
* @date 2022年5月25日
|
|
21177
|
+
/**
|
|
21178
|
+
* getNodeInfo
|
|
21179
|
+
* @desc:获取节点信息
|
|
21180
|
+
* @author liufan
|
|
21181
|
+
* @date 2022年5月25日
|
|
21177
21182
|
**/
|
|
21178
21183
|
getNodeInfo: function getNodeInfo() {
|
|
21179
21184
|
var _this22 = this;
|
|
@@ -21272,12 +21277,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21272
21277
|
});
|
|
21273
21278
|
},
|
|
21274
21279
|
|
|
21275
|
-
/**
|
|
21276
|
-
* selecNext
|
|
21277
|
-
* @desc:下步节点变化时更新数据
|
|
21278
|
-
* @author liufan
|
|
21279
|
-
* @param {String} val 当前选中值
|
|
21280
|
-
* @date 2022年5月25日
|
|
21280
|
+
/**
|
|
21281
|
+
* selecNext
|
|
21282
|
+
* @desc:下步节点变化时更新数据
|
|
21283
|
+
* @author liufan
|
|
21284
|
+
* @param {String} val 当前选中值
|
|
21285
|
+
* @date 2022年5月25日
|
|
21281
21286
|
**/
|
|
21282
21287
|
selecNext: function selecNext(val, type, isDef) {
|
|
21283
21288
|
var _this23 = this;
|
|
@@ -21386,11 +21391,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21386
21391
|
if (isDef !== true) this.getNodeInfo();
|
|
21387
21392
|
},
|
|
21388
21393
|
|
|
21389
|
-
/**
|
|
21390
|
-
* isMultiple
|
|
21391
|
-
* @desc:是否多选
|
|
21392
|
-
* @author liufan
|
|
21393
|
-
* @date 2022年9月13日
|
|
21394
|
+
/**
|
|
21395
|
+
* isMultiple
|
|
21396
|
+
* @desc:是否多选
|
|
21397
|
+
* @author liufan
|
|
21398
|
+
* @date 2022年9月13日
|
|
21394
21399
|
**/
|
|
21395
21400
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
21396
21401
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -21422,11 +21427,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21422
21427
|
}
|
|
21423
21428
|
},
|
|
21424
21429
|
|
|
21425
|
-
/**
|
|
21426
|
-
* getHedInfo
|
|
21427
|
-
* @desc:获取审核页面数据
|
|
21428
|
-
* @author liufan
|
|
21429
|
-
* @date 2022年5月25日
|
|
21430
|
+
/**
|
|
21431
|
+
* getHedInfo
|
|
21432
|
+
* @desc:获取审核页面数据
|
|
21433
|
+
* @author liufan
|
|
21434
|
+
* @date 2022年5月25日
|
|
21430
21435
|
**/
|
|
21431
21436
|
getHedInfo: function getHedInfo() {
|
|
21432
21437
|
var _this24 = this;
|
|
@@ -21662,13 +21667,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21662
21667
|
});
|
|
21663
21668
|
},
|
|
21664
21669
|
|
|
21665
|
-
/**
|
|
21666
|
-
* closeProcess
|
|
21667
|
-
* @desc:关闭弹窗
|
|
21668
|
-
* @author liufan
|
|
21669
|
-
* @param {boolean} val 当前是否办理流程
|
|
21670
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21671
|
-
* @date 2022年5月25日
|
|
21670
|
+
/**
|
|
21671
|
+
* closeProcess
|
|
21672
|
+
* @desc:关闭弹窗
|
|
21673
|
+
* @author liufan
|
|
21674
|
+
* @param {boolean} val 当前是否办理流程
|
|
21675
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21676
|
+
* @date 2022年5月25日
|
|
21672
21677
|
**/
|
|
21673
21678
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21674
21679
|
if (closeParent) {
|
|
@@ -21685,23 +21690,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21685
21690
|
}
|
|
21686
21691
|
},
|
|
21687
21692
|
|
|
21688
|
-
/**
|
|
21689
|
-
* selectChange
|
|
21690
|
-
* @desc:常用语选择
|
|
21691
|
-
* @author liufan
|
|
21692
|
-
* @param {String} val 选中值
|
|
21693
|
-
* @date 2022年5月25日
|
|
21693
|
+
/**
|
|
21694
|
+
* selectChange
|
|
21695
|
+
* @desc:常用语选择
|
|
21696
|
+
* @author liufan
|
|
21697
|
+
* @param {String} val 选中值
|
|
21698
|
+
* @date 2022年5月25日
|
|
21694
21699
|
**/
|
|
21695
21700
|
selectChange: function selectChange(val) {
|
|
21696
21701
|
this.value = val;
|
|
21697
21702
|
},
|
|
21698
21703
|
|
|
21699
|
-
/**
|
|
21700
|
-
* upDate
|
|
21701
|
-
* @desc:修改常用语
|
|
21702
|
-
* @author liufan
|
|
21703
|
-
* @param {Object} val 修改值
|
|
21704
|
-
* @date 2022年5月25日
|
|
21704
|
+
/**
|
|
21705
|
+
* upDate
|
|
21706
|
+
* @desc:修改常用语
|
|
21707
|
+
* @author liufan
|
|
21708
|
+
* @param {Object} val 修改值
|
|
21709
|
+
* @date 2022年5月25日
|
|
21705
21710
|
**/
|
|
21706
21711
|
upDate: function upDate(val) {
|
|
21707
21712
|
this.FormData.id = val.id;
|
|
@@ -21709,11 +21714,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21709
21714
|
},
|
|
21710
21715
|
|
|
21711
21716
|
|
|
21712
|
-
/**
|
|
21713
|
-
* getProcess
|
|
21714
|
-
* @desc:获取选择流程
|
|
21715
|
-
* @author liufan
|
|
21716
|
-
* @date 2022年5月25日
|
|
21717
|
+
/**
|
|
21718
|
+
* getProcess
|
|
21719
|
+
* @desc:获取选择流程
|
|
21720
|
+
* @author liufan
|
|
21721
|
+
* @date 2022年5月25日
|
|
21717
21722
|
**/
|
|
21718
21723
|
getProcess: function getProcess() {
|
|
21719
21724
|
var _this25 = this;
|
|
@@ -21767,11 +21772,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21767
21772
|
});
|
|
21768
21773
|
},
|
|
21769
21774
|
|
|
21770
|
-
/**
|
|
21771
|
-
* getPendedhistoryList
|
|
21772
|
-
* @desc:获取流程列表
|
|
21773
|
-
* @author liufan
|
|
21774
|
-
* @date 2022年5月25日
|
|
21775
|
+
/**
|
|
21776
|
+
* getPendedhistoryList
|
|
21777
|
+
* @desc:获取流程列表
|
|
21778
|
+
* @author liufan
|
|
21779
|
+
* @date 2022年5月25日
|
|
21775
21780
|
**/
|
|
21776
21781
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21777
21782
|
var _this26 = this;
|
|
@@ -21803,12 +21808,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21803
21808
|
},
|
|
21804
21809
|
|
|
21805
21810
|
// 提交流程
|
|
21806
|
-
/**
|
|
21807
|
-
* subProcess
|
|
21808
|
-
* @desc:提交流程
|
|
21809
|
-
* @author liufan
|
|
21810
|
-
* @param {String} formName 当前form表单ref值
|
|
21811
|
-
* @date 2022年5月25日
|
|
21811
|
+
/**
|
|
21812
|
+
* subProcess
|
|
21813
|
+
* @desc:提交流程
|
|
21814
|
+
* @author liufan
|
|
21815
|
+
* @param {String} formName 当前form表单ref值
|
|
21816
|
+
* @date 2022年5月25日
|
|
21812
21817
|
**/
|
|
21813
21818
|
subProcess: function subProcess(val) {
|
|
21814
21819
|
var _this27 = this;
|
|
@@ -25403,11 +25408,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25403
25408
|
});
|
|
25404
25409
|
},
|
|
25405
25410
|
|
|
25406
|
-
/**
|
|
25407
|
-
* saveInfo
|
|
25408
|
-
* @desc:暂存
|
|
25409
|
-
* @author liufan
|
|
25410
|
-
* @date 2022年9月9日
|
|
25411
|
+
/**
|
|
25412
|
+
* saveInfo
|
|
25413
|
+
* @desc:暂存
|
|
25414
|
+
* @author liufan
|
|
25415
|
+
* @date 2022年9月9日
|
|
25411
25416
|
**/
|
|
25412
25417
|
saveInfo: function saveInfo(type, btn) {
|
|
25413
25418
|
var _this11 = this;
|
|
@@ -25469,11 +25474,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25469
25474
|
});
|
|
25470
25475
|
},
|
|
25471
25476
|
|
|
25472
|
-
/**
|
|
25473
|
-
* rejectBtn
|
|
25474
|
-
* @desc:点击驳回
|
|
25475
|
-
* @author liufan
|
|
25476
|
-
* @date 2022年5月25日
|
|
25477
|
+
/**
|
|
25478
|
+
* rejectBtn
|
|
25479
|
+
* @desc:点击驳回
|
|
25480
|
+
* @author liufan
|
|
25481
|
+
* @date 2022年5月25日
|
|
25477
25482
|
**/
|
|
25478
25483
|
rejectBtn: function rejectBtn() {
|
|
25479
25484
|
var _this13 = this;
|
|
@@ -25491,11 +25496,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25491
25496
|
}
|
|
25492
25497
|
},
|
|
25493
25498
|
|
|
25494
|
-
/**
|
|
25495
|
-
* taskReadBtn
|
|
25496
|
-
* @desc:点击分阅
|
|
25497
|
-
* @author liufan
|
|
25498
|
-
* @date 2022年5月25日
|
|
25499
|
+
/**
|
|
25500
|
+
* taskReadBtn
|
|
25501
|
+
* @desc:点击分阅
|
|
25502
|
+
* @author liufan
|
|
25503
|
+
* @date 2022年5月25日
|
|
25499
25504
|
**/
|
|
25500
25505
|
taskReadBtn: function taskReadBtn() {
|
|
25501
25506
|
var _this14 = this;
|
|
@@ -25514,11 +25519,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25514
25519
|
}
|
|
25515
25520
|
},
|
|
25516
25521
|
|
|
25517
|
-
/**
|
|
25518
|
-
* getFind
|
|
25519
|
-
* @desc:获取通知方式
|
|
25520
|
-
* @author liufan
|
|
25521
|
-
* @date 2022年5月25日
|
|
25522
|
+
/**
|
|
25523
|
+
* getFind
|
|
25524
|
+
* @desc:获取通知方式
|
|
25525
|
+
* @author liufan
|
|
25526
|
+
* @date 2022年5月25日
|
|
25522
25527
|
**/
|
|
25523
25528
|
getFind: function getFind() {
|
|
25524
25529
|
var _this15 = this;
|
|
@@ -25584,12 +25589,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25584
25589
|
});
|
|
25585
25590
|
},
|
|
25586
25591
|
|
|
25587
|
-
/**
|
|
25588
|
-
* endFlows
|
|
25589
|
-
* @desc:直接办结
|
|
25590
|
-
* @author liufan
|
|
25591
|
-
* @param {Object} res 直接办结数据
|
|
25592
|
-
* @date 2022年5月25日
|
|
25592
|
+
/**
|
|
25593
|
+
* endFlows
|
|
25594
|
+
* @desc:直接办结
|
|
25595
|
+
* @author liufan
|
|
25596
|
+
* @param {Object} res 直接办结数据
|
|
25597
|
+
* @date 2022年5月25日
|
|
25593
25598
|
**/
|
|
25594
25599
|
endFlows: function endFlows(res) {
|
|
25595
25600
|
var _this17 = this;
|
|
@@ -25644,12 +25649,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25644
25649
|
}).catch(function (e) {});
|
|
25645
25650
|
},
|
|
25646
25651
|
|
|
25647
|
-
/**
|
|
25648
|
-
* goView
|
|
25649
|
-
* @desc:更多流程按钮操作
|
|
25650
|
-
* @author liufan
|
|
25651
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
25652
|
-
* @date 2022年5月25日
|
|
25652
|
+
/**
|
|
25653
|
+
* goView
|
|
25654
|
+
* @desc:更多流程按钮操作
|
|
25655
|
+
* @author liufan
|
|
25656
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
25657
|
+
* @date 2022年5月25日
|
|
25653
25658
|
**/
|
|
25654
25659
|
goView: function goView(res) {
|
|
25655
25660
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -25736,11 +25741,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25736
25741
|
// isCanStartSubFlow
|
|
25737
25742
|
},
|
|
25738
25743
|
|
|
25739
|
-
/**
|
|
25740
|
-
* toTakeAdvice
|
|
25741
|
-
* @desc:征求意见
|
|
25742
|
-
* @author liufan
|
|
25743
|
-
* @date 2022年9月29日
|
|
25744
|
+
/**
|
|
25745
|
+
* toTakeAdvice
|
|
25746
|
+
* @desc:征求意见
|
|
25747
|
+
* @author liufan
|
|
25748
|
+
* @date 2022年9月29日
|
|
25744
25749
|
**/
|
|
25745
25750
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
25746
25751
|
var _this19 = this;
|
|
@@ -25784,11 +25789,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25784
25789
|
});
|
|
25785
25790
|
},
|
|
25786
25791
|
|
|
25787
|
-
/**
|
|
25788
|
-
* toStartDraf
|
|
25789
|
-
* @desc: 稿件递送、联合审核、复核
|
|
25790
|
-
* @author liufan
|
|
25791
|
-
* @date 2022年9月29日
|
|
25792
|
+
/**
|
|
25793
|
+
* toStartDraf
|
|
25794
|
+
* @desc: 稿件递送、联合审核、复核
|
|
25795
|
+
* @author liufan
|
|
25796
|
+
* @date 2022年9月29日
|
|
25792
25797
|
**/
|
|
25793
25798
|
toStartDraf: function toStartDraf(res) {
|
|
25794
25799
|
var _this21 = this;
|
|
@@ -25802,11 +25807,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25802
25807
|
}
|
|
25803
25808
|
},
|
|
25804
25809
|
|
|
25805
|
-
/**
|
|
25806
|
-
* toSendMsg
|
|
25807
|
-
* @desc:核稿通知
|
|
25808
|
-
* @author liufan
|
|
25809
|
-
* @date 2022年9月29日
|
|
25810
|
+
/**
|
|
25811
|
+
* toSendMsg
|
|
25812
|
+
* @desc:核稿通知
|
|
25813
|
+
* @author liufan
|
|
25814
|
+
* @date 2022年9月29日
|
|
25810
25815
|
**/
|
|
25811
25816
|
toSendMsg: function toSendMsg(res) {
|
|
25812
25817
|
var _this22 = this;
|
|
@@ -25820,11 +25825,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25820
25825
|
}
|
|
25821
25826
|
},
|
|
25822
25827
|
|
|
25823
|
-
/**
|
|
25824
|
-
* toTaskReadAndEnd
|
|
25825
|
-
* @desc:分阅并办结
|
|
25826
|
-
* @author liufan
|
|
25827
|
-
* @date 2022年9月29日
|
|
25828
|
+
/**
|
|
25829
|
+
* toTaskReadAndEnd
|
|
25830
|
+
* @desc:分阅并办结
|
|
25831
|
+
* @author liufan
|
|
25832
|
+
* @date 2022年9月29日
|
|
25828
25833
|
**/
|
|
25829
25834
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
25830
25835
|
var _this23 = this;
|
|
@@ -25842,11 +25847,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25842
25847
|
}
|
|
25843
25848
|
},
|
|
25844
25849
|
|
|
25845
|
-
/**
|
|
25846
|
-
* rejectAndEnd
|
|
25847
|
-
* @desc:驳回并办结
|
|
25848
|
-
* @author liufan
|
|
25849
|
-
* @date 2022年9月29日
|
|
25850
|
+
/**
|
|
25851
|
+
* rejectAndEnd
|
|
25852
|
+
* @desc:驳回并办结
|
|
25853
|
+
* @author liufan
|
|
25854
|
+
* @date 2022年9月29日
|
|
25850
25855
|
**/
|
|
25851
25856
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
25852
25857
|
var _this24 = this;
|
|
@@ -25902,11 +25907,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25902
25907
|
});
|
|
25903
25908
|
},
|
|
25904
25909
|
|
|
25905
|
-
/**
|
|
25906
|
-
* toTransfer
|
|
25907
|
-
* @desc:转办
|
|
25908
|
-
* @author liufan
|
|
25909
|
-
* @date 2022年9月29日
|
|
25910
|
+
/**
|
|
25911
|
+
* toTransfer
|
|
25912
|
+
* @desc:转办
|
|
25913
|
+
* @author liufan
|
|
25914
|
+
* @date 2022年9月29日
|
|
25910
25915
|
**/
|
|
25911
25916
|
toTransfer: function toTransfer(res) {
|
|
25912
25917
|
var _this26 = this;
|
|
@@ -25925,11 +25930,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25925
25930
|
this.nextNode.customLimitTime = val;
|
|
25926
25931
|
},
|
|
25927
25932
|
|
|
25928
|
-
/**
|
|
25929
|
-
* getNodeInfo
|
|
25930
|
-
* @desc:获取节点信息
|
|
25931
|
-
* @author liufan
|
|
25932
|
-
* @date 2022年5月25日
|
|
25933
|
+
/**
|
|
25934
|
+
* getNodeInfo
|
|
25935
|
+
* @desc:获取节点信息
|
|
25936
|
+
* @author liufan
|
|
25937
|
+
* @date 2022年5月25日
|
|
25933
25938
|
**/
|
|
25934
25939
|
getNodeInfo: function getNodeInfo() {
|
|
25935
25940
|
var _this27 = this;
|
|
@@ -26036,12 +26041,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26036
26041
|
});
|
|
26037
26042
|
},
|
|
26038
26043
|
|
|
26039
|
-
/**
|
|
26040
|
-
* selecNext
|
|
26041
|
-
* @desc:下步节点变化时更新数据
|
|
26042
|
-
* @author liufan
|
|
26043
|
-
* @param {String} val 当前选中值
|
|
26044
|
-
* @date 2022年5月25日
|
|
26044
|
+
/**
|
|
26045
|
+
* selecNext
|
|
26046
|
+
* @desc:下步节点变化时更新数据
|
|
26047
|
+
* @author liufan
|
|
26048
|
+
* @param {String} val 当前选中值
|
|
26049
|
+
* @date 2022年5月25日
|
|
26045
26050
|
**/
|
|
26046
26051
|
selecNext: function selecNext(val, type, isDef) {
|
|
26047
26052
|
var _this28 = this;
|
|
@@ -26173,11 +26178,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26173
26178
|
this.getNodeInfo();
|
|
26174
26179
|
},
|
|
26175
26180
|
|
|
26176
|
-
/**
|
|
26177
|
-
* isMultiple
|
|
26178
|
-
* @desc:是否多选
|
|
26179
|
-
* @author liufan
|
|
26180
|
-
* @date 2022年9月13日
|
|
26181
|
+
/**
|
|
26182
|
+
* isMultiple
|
|
26183
|
+
* @desc:是否多选
|
|
26184
|
+
* @author liufan
|
|
26185
|
+
* @date 2022年9月13日
|
|
26181
26186
|
**/
|
|
26182
26187
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
26183
26188
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -26209,11 +26214,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26209
26214
|
}
|
|
26210
26215
|
},
|
|
26211
26216
|
|
|
26212
|
-
/**
|
|
26213
|
-
* getHedInfo
|
|
26214
|
-
* @desc:获取审核页面数据
|
|
26215
|
-
* @author liufan
|
|
26216
|
-
* @date 2022年5月25日
|
|
26217
|
+
/**
|
|
26218
|
+
* getHedInfo
|
|
26219
|
+
* @desc:获取审核页面数据
|
|
26220
|
+
* @author liufan
|
|
26221
|
+
* @date 2022年5月25日
|
|
26217
26222
|
**/
|
|
26218
26223
|
getHedInfo: function getHedInfo() {
|
|
26219
26224
|
var _this29 = this;
|
|
@@ -26517,13 +26522,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26517
26522
|
});
|
|
26518
26523
|
},
|
|
26519
26524
|
|
|
26520
|
-
/**
|
|
26521
|
-
* closeProcess
|
|
26522
|
-
* @desc:关闭弹窗
|
|
26523
|
-
* @author liufan
|
|
26524
|
-
* @param {boolean} val 当前是否办理流程
|
|
26525
|
-
* @param {String} type 当前点击的弹窗类型
|
|
26526
|
-
* @date 2022年5月25日
|
|
26525
|
+
/**
|
|
26526
|
+
* closeProcess
|
|
26527
|
+
* @desc:关闭弹窗
|
|
26528
|
+
* @author liufan
|
|
26529
|
+
* @param {boolean} val 当前是否办理流程
|
|
26530
|
+
* @param {String} type 当前点击的弹窗类型
|
|
26531
|
+
* @date 2022年5月25日
|
|
26527
26532
|
**/
|
|
26528
26533
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
26529
26534
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -26543,23 +26548,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26543
26548
|
}
|
|
26544
26549
|
},
|
|
26545
26550
|
|
|
26546
|
-
/**
|
|
26547
|
-
* selectChange
|
|
26548
|
-
* @desc:常用语选择
|
|
26549
|
-
* @author liufan
|
|
26550
|
-
* @param {String} val 选中值
|
|
26551
|
-
* @date 2022年5月25日
|
|
26551
|
+
/**
|
|
26552
|
+
* selectChange
|
|
26553
|
+
* @desc:常用语选择
|
|
26554
|
+
* @author liufan
|
|
26555
|
+
* @param {String} val 选中值
|
|
26556
|
+
* @date 2022年5月25日
|
|
26552
26557
|
**/
|
|
26553
26558
|
selectChange: function selectChange(val) {
|
|
26554
26559
|
this.value = val;
|
|
26555
26560
|
},
|
|
26556
26561
|
|
|
26557
|
-
/**
|
|
26558
|
-
* upDate
|
|
26559
|
-
* @desc:修改常用语
|
|
26560
|
-
* @author liufan
|
|
26561
|
-
* @param {Object} val 修改值
|
|
26562
|
-
* @date 2022年5月25日
|
|
26562
|
+
/**
|
|
26563
|
+
* upDate
|
|
26564
|
+
* @desc:修改常用语
|
|
26565
|
+
* @author liufan
|
|
26566
|
+
* @param {Object} val 修改值
|
|
26567
|
+
* @date 2022年5月25日
|
|
26563
26568
|
**/
|
|
26564
26569
|
upDate: function upDate(val) {
|
|
26565
26570
|
this.FormData.id = val.id;
|
|
@@ -26567,11 +26572,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26567
26572
|
},
|
|
26568
26573
|
|
|
26569
26574
|
|
|
26570
|
-
/**
|
|
26571
|
-
* getProcess
|
|
26572
|
-
* @desc:获取选择流程
|
|
26573
|
-
* @author liufan
|
|
26574
|
-
* @date 2022年5月25日
|
|
26575
|
+
/**
|
|
26576
|
+
* getProcess
|
|
26577
|
+
* @desc:获取选择流程
|
|
26578
|
+
* @author liufan
|
|
26579
|
+
* @date 2022年5月25日
|
|
26575
26580
|
**/
|
|
26576
26581
|
getProcess: function getProcess(val) {
|
|
26577
26582
|
var _this30 = this;
|
|
@@ -26631,11 +26636,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26631
26636
|
});
|
|
26632
26637
|
},
|
|
26633
26638
|
|
|
26634
|
-
/**
|
|
26635
|
-
* getPendedhistoryList
|
|
26636
|
-
* @desc:获取流程列表
|
|
26637
|
-
* @author liufan
|
|
26638
|
-
* @date 2022年5月25日
|
|
26639
|
+
/**
|
|
26640
|
+
* getPendedhistoryList
|
|
26641
|
+
* @desc:获取流程列表
|
|
26642
|
+
* @author liufan
|
|
26643
|
+
* @date 2022年5月25日
|
|
26639
26644
|
**/
|
|
26640
26645
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
26641
26646
|
var _this31 = this;
|
|
@@ -26703,12 +26708,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26703
26708
|
},
|
|
26704
26709
|
|
|
26705
26710
|
// 提交流程
|
|
26706
|
-
/**
|
|
26707
|
-
* subProcess
|
|
26708
|
-
* @desc:提交流程
|
|
26709
|
-
* @author liufan
|
|
26710
|
-
* @param {String} formName 当前form表单ref值
|
|
26711
|
-
* @date 2022年5月25日
|
|
26711
|
+
/**
|
|
26712
|
+
* subProcess
|
|
26713
|
+
* @desc:提交流程
|
|
26714
|
+
* @author liufan
|
|
26715
|
+
* @param {String} formName 当前form表单ref值
|
|
26716
|
+
* @date 2022年5月25日
|
|
26712
26717
|
**/
|
|
26713
26718
|
subProcess: function subProcess(val, type) {
|
|
26714
26719
|
var _this33 = this;
|