eoss-ui 0.6.88 → 0.6.89
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 +863 -845
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +294 -291
- package/lib/index.js +1 -1
- package/lib/main.js +132 -132
- package/lib/qr-code.js +13 -13
- package/lib/selector.js +99 -84
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/selector.css +1 -1
- package/package.json +160 -160
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +990 -990
- 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 -400
- 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 -640
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2844 -2844
- package/packages/flow/src/main.vue +3657 -3657
- package/packages/flow/src/processForm.vue +1245 -1245
- package/packages/flow/src/processReject.vue +296 -296
- package/packages/flow/src/reset.vue +918 -918
- package/packages/flow/src/selectUser.vue +1 -1
- package/packages/flow/src/startTaskRead.vue +684 -684
- 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 +308 -308
- 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 +747 -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/lib/index.css +1 -1
- package/packages/theme-chalk/lib/selector.css +1 -1
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +293 -293
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/flow.scss +348 -348
- package/packages/theme-chalk/src/form.scss +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 +92 -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=0805f936&
|
|
4485
4485
|
var render = function () {
|
|
4486
4486
|
var _vm = this
|
|
4487
4487
|
var _h = _vm.$createElement
|
|
@@ -4707,7 +4707,10 @@ var render = function () {
|
|
|
4707
4707
|
_c(
|
|
4708
4708
|
"el-button",
|
|
4709
4709
|
{
|
|
4710
|
-
staticStyle: {
|
|
4710
|
+
staticStyle: {
|
|
4711
|
+
width: "calc(100% - 18px)",
|
|
4712
|
+
margin: "8px auto",
|
|
4713
|
+
},
|
|
4711
4714
|
attrs: { type: "primary" },
|
|
4712
4715
|
on: {
|
|
4713
4716
|
click: function ($event) {
|
|
@@ -7357,7 +7360,7 @@ var staticRenderFns = []
|
|
|
7357
7360
|
render._withStripped = true
|
|
7358
7361
|
|
|
7359
7362
|
|
|
7360
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7363
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=0805f936&
|
|
7361
7364
|
|
|
7362
7365
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7363
7366
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -8214,21 +8217,21 @@ var _components;
|
|
|
8214
8217
|
return validSate;
|
|
8215
8218
|
},
|
|
8216
8219
|
|
|
8217
|
-
/**
|
|
8218
|
-
* changeOpinion
|
|
8219
|
-
* @desc:监听意见变化
|
|
8220
|
-
* @author liufan
|
|
8221
|
-
* @date 2022年10月28日
|
|
8220
|
+
/**
|
|
8221
|
+
* changeOpinion
|
|
8222
|
+
* @desc:监听意见变化
|
|
8223
|
+
* @author liufan
|
|
8224
|
+
* @date 2022年10月28日
|
|
8222
8225
|
**/
|
|
8223
8226
|
changeOpinion: function changeOpinion() {
|
|
8224
8227
|
this.$emit('change', this.form.value);
|
|
8225
8228
|
},
|
|
8226
8229
|
|
|
8227
|
-
/**
|
|
8228
|
-
* getCommonOpion
|
|
8229
|
-
* @desc:获取意见
|
|
8230
|
-
* @author liufan
|
|
8231
|
-
* @date 2022年5月25日
|
|
8230
|
+
/**
|
|
8231
|
+
* getCommonOpion
|
|
8232
|
+
* @desc:获取意见
|
|
8233
|
+
* @author liufan
|
|
8234
|
+
* @date 2022年5月25日
|
|
8232
8235
|
**/
|
|
8233
8236
|
getCommonOpion: function getCommonOpion() {
|
|
8234
8237
|
var _this = this;
|
|
@@ -8257,24 +8260,24 @@ var _components;
|
|
|
8257
8260
|
});
|
|
8258
8261
|
},
|
|
8259
8262
|
|
|
8260
|
-
/**
|
|
8261
|
-
* upDate
|
|
8262
|
-
* @desc:修改常用语
|
|
8263
|
-
* @author liufan
|
|
8264
|
-
* @param {Object} val 修改值
|
|
8265
|
-
* @date 2022年5月25日
|
|
8263
|
+
/**
|
|
8264
|
+
* upDate
|
|
8265
|
+
* @desc:修改常用语
|
|
8266
|
+
* @author liufan
|
|
8267
|
+
* @param {Object} val 修改值
|
|
8268
|
+
* @date 2022年5月25日
|
|
8266
8269
|
**/
|
|
8267
8270
|
upDate: function upDate(val) {
|
|
8268
8271
|
this.FormData.id = val.id;
|
|
8269
8272
|
this.addVisible = true;
|
|
8270
8273
|
},
|
|
8271
8274
|
|
|
8272
|
-
/**
|
|
8273
|
-
* selectChange
|
|
8274
|
-
* @desc:常用语选择
|
|
8275
|
-
* @author liufan
|
|
8276
|
-
* @param {String} val 选中值
|
|
8277
|
-
* @date 2022年5月25日
|
|
8275
|
+
/**
|
|
8276
|
+
* selectChange
|
|
8277
|
+
* @desc:常用语选择
|
|
8278
|
+
* @author liufan
|
|
8279
|
+
* @param {String} val 选中值
|
|
8280
|
+
* @date 2022年5月25日
|
|
8278
8281
|
**/
|
|
8279
8282
|
selectChange: function selectChange(val) {
|
|
8280
8283
|
var _this2 = this;
|
|
@@ -8293,12 +8296,12 @@ var _components;
|
|
|
8293
8296
|
});
|
|
8294
8297
|
},
|
|
8295
8298
|
|
|
8296
|
-
/**
|
|
8297
|
-
* del
|
|
8298
|
-
* @desc:删除常用语
|
|
8299
|
-
* @author liufan
|
|
8300
|
-
* @param {Object} val 删除的数据
|
|
8301
|
-
* @date 2022年5月25日
|
|
8299
|
+
/**
|
|
8300
|
+
* del
|
|
8301
|
+
* @desc:删除常用语
|
|
8302
|
+
* @author liufan
|
|
8303
|
+
* @param {Object} val 删除的数据
|
|
8304
|
+
* @date 2022年5月25日
|
|
8302
8305
|
**/
|
|
8303
8306
|
del: function del(val) {
|
|
8304
8307
|
var _this3 = this;
|
|
@@ -8340,12 +8343,12 @@ var _components;
|
|
|
8340
8343
|
}).catch(function (e) {});
|
|
8341
8344
|
},
|
|
8342
8345
|
|
|
8343
|
-
/**
|
|
8344
|
-
* submit
|
|
8345
|
-
* @desc:新增/编辑意见保存
|
|
8346
|
-
* @author liufan
|
|
8347
|
-
* @param {Object} val 保存数据
|
|
8348
|
-
* @date 2022年5月25日
|
|
8346
|
+
/**
|
|
8347
|
+
* submit
|
|
8348
|
+
* @desc:新增/编辑意见保存
|
|
8349
|
+
* @author liufan
|
|
8350
|
+
* @param {Object} val 保存数据
|
|
8351
|
+
* @date 2022年5月25日
|
|
8349
8352
|
**/
|
|
8350
8353
|
submit: function submit(val) {
|
|
8351
8354
|
var _this4 = this;
|
|
@@ -9174,8 +9177,8 @@ processFormvue_type_template_id_3d800ae1_render._withStripped = true
|
|
|
9174
9177
|
|
|
9175
9178
|
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=3d800ae1&
|
|
9176
9179
|
|
|
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=
|
|
9178
|
-
var
|
|
9180
|
+
// 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=319fd53c&
|
|
9181
|
+
var selectUservue_type_template_id_319fd53c_render = function () {
|
|
9179
9182
|
var _vm = this
|
|
9180
9183
|
var _h = _vm.$createElement
|
|
9181
9184
|
var _c = _vm._self._c || _h
|
|
@@ -9288,7 +9291,7 @@ var selectUservue_type_template_id_3588d66f_render = function () {
|
|
|
9288
9291
|
types: _vm.types,
|
|
9289
9292
|
tabs: _vm.tabs,
|
|
9290
9293
|
title: _vm.title,
|
|
9291
|
-
|
|
9294
|
+
"collapse-tags": 3,
|
|
9292
9295
|
mix: _vm.mix,
|
|
9293
9296
|
min: _vm.isUnionSeal ? 1 : 0,
|
|
9294
9297
|
disabled:
|
|
@@ -9323,11 +9326,11 @@ var selectUservue_type_template_id_3588d66f_render = function () {
|
|
|
9323
9326
|
2
|
|
9324
9327
|
)
|
|
9325
9328
|
}
|
|
9326
|
-
var
|
|
9327
|
-
|
|
9329
|
+
var selectUservue_type_template_id_319fd53c_staticRenderFns = []
|
|
9330
|
+
selectUservue_type_template_id_319fd53c_render._withStripped = true
|
|
9328
9331
|
|
|
9329
9332
|
|
|
9330
|
-
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=
|
|
9333
|
+
// CONCATENATED MODULE: ./packages/flow/src/selectUser.vue?vue&type=template&id=319fd53c&
|
|
9331
9334
|
|
|
9332
9335
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=script&lang=js&
|
|
9333
9336
|
var _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; };
|
|
@@ -9821,8 +9824,8 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < argument
|
|
|
9821
9824
|
|
|
9822
9825
|
var selectUser_component = Object(componentNormalizer["a" /* default */])(
|
|
9823
9826
|
src_selectUservue_type_script_lang_js_,
|
|
9824
|
-
|
|
9825
|
-
|
|
9827
|
+
selectUservue_type_template_id_319fd53c_render,
|
|
9828
|
+
selectUservue_type_template_id_319fd53c_staticRenderFns,
|
|
9826
9829
|
false,
|
|
9827
9830
|
null,
|
|
9828
9831
|
null,
|
|
@@ -11675,11 +11678,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11675
11678
|
});
|
|
11676
11679
|
},
|
|
11677
11680
|
|
|
11678
|
-
/**
|
|
11679
|
-
* isMultiple
|
|
11680
|
-
* @desc:是否多选
|
|
11681
|
-
* @author liufan
|
|
11682
|
-
* @date 2022年9月13日
|
|
11681
|
+
/**
|
|
11682
|
+
* isMultiple
|
|
11683
|
+
* @desc:是否多选
|
|
11684
|
+
* @author liufan
|
|
11685
|
+
* @date 2022年9月13日
|
|
11683
11686
|
**/
|
|
11684
11687
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
11685
11688
|
var multiple = false;
|
|
@@ -15626,11 +15629,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
15626
15629
|
});
|
|
15627
15630
|
},
|
|
15628
15631
|
|
|
15629
|
-
/**
|
|
15630
|
-
* isMultiple
|
|
15631
|
-
* @desc:是否多选
|
|
15632
|
-
* @author liufan
|
|
15633
|
-
* @date 2022年9月13日
|
|
15632
|
+
/**
|
|
15633
|
+
* isMultiple
|
|
15634
|
+
* @desc:是否多选
|
|
15635
|
+
* @author liufan
|
|
15636
|
+
* @date 2022年9月13日
|
|
15634
15637
|
**/
|
|
15635
15638
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
15636
15639
|
var multiple = false;
|
|
@@ -20032,11 +20035,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20032
20035
|
});
|
|
20033
20036
|
},
|
|
20034
20037
|
|
|
20035
|
-
/**
|
|
20036
|
-
* saveInfo
|
|
20037
|
-
* @desc:暂存
|
|
20038
|
-
* @author liufan
|
|
20039
|
-
* @date 2022年9月9日
|
|
20038
|
+
/**
|
|
20039
|
+
* saveInfo
|
|
20040
|
+
* @desc:暂存
|
|
20041
|
+
* @author liufan
|
|
20042
|
+
* @date 2022年9月9日
|
|
20040
20043
|
**/
|
|
20041
20044
|
saveInfo: function saveInfo(type, btn) {
|
|
20042
20045
|
var _this6 = this;
|
|
@@ -20098,11 +20101,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20098
20101
|
});
|
|
20099
20102
|
},
|
|
20100
20103
|
|
|
20101
|
-
/**
|
|
20102
|
-
* rejectBtn
|
|
20103
|
-
* @desc:点击驳回
|
|
20104
|
-
* @author liufan
|
|
20105
|
-
* @date 2022年5月25日
|
|
20104
|
+
/**
|
|
20105
|
+
* rejectBtn
|
|
20106
|
+
* @desc:点击驳回
|
|
20107
|
+
* @author liufan
|
|
20108
|
+
* @date 2022年5月25日
|
|
20106
20109
|
**/
|
|
20107
20110
|
rejectBtn: function rejectBtn() {
|
|
20108
20111
|
var _this8 = this;
|
|
@@ -20120,11 +20123,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20120
20123
|
}
|
|
20121
20124
|
},
|
|
20122
20125
|
|
|
20123
|
-
/**
|
|
20124
|
-
* taskReadBtn
|
|
20125
|
-
* @desc:点击分阅
|
|
20126
|
-
* @author liufan
|
|
20127
|
-
* @date 2022年5月25日
|
|
20126
|
+
/**
|
|
20127
|
+
* taskReadBtn
|
|
20128
|
+
* @desc:点击分阅
|
|
20129
|
+
* @author liufan
|
|
20130
|
+
* @date 2022年5月25日
|
|
20128
20131
|
**/
|
|
20129
20132
|
taskReadBtn: function taskReadBtn() {
|
|
20130
20133
|
var _this9 = this;
|
|
@@ -20143,11 +20146,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20143
20146
|
}
|
|
20144
20147
|
},
|
|
20145
20148
|
|
|
20146
|
-
/**
|
|
20147
|
-
* getFind
|
|
20148
|
-
* @desc:获取通知方式
|
|
20149
|
-
* @author liufan
|
|
20150
|
-
* @date 2022年5月25日
|
|
20149
|
+
/**
|
|
20150
|
+
* getFind
|
|
20151
|
+
* @desc:获取通知方式
|
|
20152
|
+
* @author liufan
|
|
20153
|
+
* @date 2022年5月25日
|
|
20151
20154
|
**/
|
|
20152
20155
|
getFind: function getFind() {
|
|
20153
20156
|
var _this10 = this;
|
|
@@ -20202,12 +20205,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20202
20205
|
});
|
|
20203
20206
|
},
|
|
20204
20207
|
|
|
20205
|
-
/**
|
|
20206
|
-
* endFlows
|
|
20207
|
-
* @desc:直接办结
|
|
20208
|
-
* @author liufan
|
|
20209
|
-
* @param {Object} res 直接办结数据
|
|
20210
|
-
* @date 2022年5月25日
|
|
20208
|
+
/**
|
|
20209
|
+
* endFlows
|
|
20210
|
+
* @desc:直接办结
|
|
20211
|
+
* @author liufan
|
|
20212
|
+
* @param {Object} res 直接办结数据
|
|
20213
|
+
* @date 2022年5月25日
|
|
20211
20214
|
**/
|
|
20212
20215
|
endFlows: function endFlows(res) {
|
|
20213
20216
|
var _this12 = this;
|
|
@@ -20261,12 +20264,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20261
20264
|
}).catch(function (e) {});
|
|
20262
20265
|
},
|
|
20263
20266
|
|
|
20264
|
-
/**
|
|
20265
|
-
* goView
|
|
20266
|
-
* @desc:更多流程按钮操作
|
|
20267
|
-
* @author liufan
|
|
20268
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20269
|
-
* @date 2022年5月25日
|
|
20267
|
+
/**
|
|
20268
|
+
* goView
|
|
20269
|
+
* @desc:更多流程按钮操作
|
|
20270
|
+
* @author liufan
|
|
20271
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20272
|
+
* @date 2022年5月25日
|
|
20270
20273
|
**/
|
|
20271
20274
|
goView: function goView(res) {
|
|
20272
20275
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20351,11 +20354,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20351
20354
|
// isCanStartSubFlow
|
|
20352
20355
|
},
|
|
20353
20356
|
|
|
20354
|
-
/**
|
|
20355
|
-
* toTakeAdvice
|
|
20356
|
-
* @desc:征求意见
|
|
20357
|
-
* @author liufan
|
|
20358
|
-
* @date 2022年9月29日
|
|
20357
|
+
/**
|
|
20358
|
+
* toTakeAdvice
|
|
20359
|
+
* @desc:征求意见
|
|
20360
|
+
* @author liufan
|
|
20361
|
+
* @date 2022年9月29日
|
|
20359
20362
|
**/
|
|
20360
20363
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20361
20364
|
var _this14 = this;
|
|
@@ -20399,11 +20402,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20399
20402
|
});
|
|
20400
20403
|
},
|
|
20401
20404
|
|
|
20402
|
-
/**
|
|
20403
|
-
* toStartDraf
|
|
20404
|
-
* @desc: 稿件递送、联合审核、复核
|
|
20405
|
-
* @author liufan
|
|
20406
|
-
* @date 2022年9月29日
|
|
20405
|
+
/**
|
|
20406
|
+
* toStartDraf
|
|
20407
|
+
* @desc: 稿件递送、联合审核、复核
|
|
20408
|
+
* @author liufan
|
|
20409
|
+
* @date 2022年9月29日
|
|
20407
20410
|
**/
|
|
20408
20411
|
toStartDraf: function toStartDraf(res) {
|
|
20409
20412
|
var _this16 = this;
|
|
@@ -20417,11 +20420,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20417
20420
|
}
|
|
20418
20421
|
},
|
|
20419
20422
|
|
|
20420
|
-
/**
|
|
20421
|
-
* toSendMsg
|
|
20422
|
-
* @desc:核稿通知
|
|
20423
|
-
* @author liufan
|
|
20424
|
-
* @date 2022年9月29日
|
|
20423
|
+
/**
|
|
20424
|
+
* toSendMsg
|
|
20425
|
+
* @desc:核稿通知
|
|
20426
|
+
* @author liufan
|
|
20427
|
+
* @date 2022年9月29日
|
|
20425
20428
|
**/
|
|
20426
20429
|
toSendMsg: function toSendMsg(res) {
|
|
20427
20430
|
var _this17 = this;
|
|
@@ -20435,11 +20438,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20435
20438
|
}
|
|
20436
20439
|
},
|
|
20437
20440
|
|
|
20438
|
-
/**
|
|
20439
|
-
* toTaskReadAndEnd
|
|
20440
|
-
* @desc:分阅并办结
|
|
20441
|
-
* @author liufan
|
|
20442
|
-
* @date 2022年9月29日
|
|
20441
|
+
/**
|
|
20442
|
+
* toTaskReadAndEnd
|
|
20443
|
+
* @desc:分阅并办结
|
|
20444
|
+
* @author liufan
|
|
20445
|
+
* @date 2022年9月29日
|
|
20443
20446
|
**/
|
|
20444
20447
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
20445
20448
|
var _this18 = this;
|
|
@@ -20457,11 +20460,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20457
20460
|
}
|
|
20458
20461
|
},
|
|
20459
20462
|
|
|
20460
|
-
/**
|
|
20461
|
-
* rejectAndEnd
|
|
20462
|
-
* @desc:驳回并办结
|
|
20463
|
-
* @author liufan
|
|
20464
|
-
* @date 2022年9月29日
|
|
20463
|
+
/**
|
|
20464
|
+
* rejectAndEnd
|
|
20465
|
+
* @desc:驳回并办结
|
|
20466
|
+
* @author liufan
|
|
20467
|
+
* @date 2022年9月29日
|
|
20465
20468
|
**/
|
|
20466
20469
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
20467
20470
|
var _this19 = this;
|
|
@@ -20516,11 +20519,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20516
20519
|
});
|
|
20517
20520
|
},
|
|
20518
20521
|
|
|
20519
|
-
/**
|
|
20520
|
-
* toTransfer
|
|
20521
|
-
* @desc:转办
|
|
20522
|
-
* @author liufan
|
|
20523
|
-
* @date 2022年9月29日
|
|
20522
|
+
/**
|
|
20523
|
+
* toTransfer
|
|
20524
|
+
* @desc:转办
|
|
20525
|
+
* @author liufan
|
|
20526
|
+
* @date 2022年9月29日
|
|
20524
20527
|
**/
|
|
20525
20528
|
toTransfer: function toTransfer(res) {
|
|
20526
20529
|
var _this21 = this;
|
|
@@ -20536,11 +20539,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20536
20539
|
}
|
|
20537
20540
|
},
|
|
20538
20541
|
|
|
20539
|
-
/**
|
|
20540
|
-
* getNodeInfo
|
|
20541
|
-
* @desc:获取节点信息
|
|
20542
|
-
* @author liufan
|
|
20543
|
-
* @date 2022年5月25日
|
|
20542
|
+
/**
|
|
20543
|
+
* getNodeInfo
|
|
20544
|
+
* @desc:获取节点信息
|
|
20545
|
+
* @author liufan
|
|
20546
|
+
* @date 2022年5月25日
|
|
20544
20547
|
**/
|
|
20545
20548
|
getNodeInfo: function getNodeInfo() {
|
|
20546
20549
|
var _this22 = this;
|
|
@@ -20639,12 +20642,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20639
20642
|
});
|
|
20640
20643
|
},
|
|
20641
20644
|
|
|
20642
|
-
/**
|
|
20643
|
-
* selecNext
|
|
20644
|
-
* @desc:下步节点变化时更新数据
|
|
20645
|
-
* @author liufan
|
|
20646
|
-
* @param {String} val 当前选中值
|
|
20647
|
-
* @date 2022年5月25日
|
|
20645
|
+
/**
|
|
20646
|
+
* selecNext
|
|
20647
|
+
* @desc:下步节点变化时更新数据
|
|
20648
|
+
* @author liufan
|
|
20649
|
+
* @param {String} val 当前选中值
|
|
20650
|
+
* @date 2022年5月25日
|
|
20648
20651
|
**/
|
|
20649
20652
|
selecNext: function selecNext(val, type, isDef) {
|
|
20650
20653
|
var _this23 = this;
|
|
@@ -20753,11 +20756,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20753
20756
|
if (isDef !== true) this.getNodeInfo();
|
|
20754
20757
|
},
|
|
20755
20758
|
|
|
20756
|
-
/**
|
|
20757
|
-
* isMultiple
|
|
20758
|
-
* @desc:是否多选
|
|
20759
|
-
* @author liufan
|
|
20760
|
-
* @date 2022年9月13日
|
|
20759
|
+
/**
|
|
20760
|
+
* isMultiple
|
|
20761
|
+
* @desc:是否多选
|
|
20762
|
+
* @author liufan
|
|
20763
|
+
* @date 2022年9月13日
|
|
20761
20764
|
**/
|
|
20762
20765
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
20763
20766
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -20789,11 +20792,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20789
20792
|
}
|
|
20790
20793
|
},
|
|
20791
20794
|
|
|
20792
|
-
/**
|
|
20793
|
-
* getHedInfo
|
|
20794
|
-
* @desc:获取审核页面数据
|
|
20795
|
-
* @author liufan
|
|
20796
|
-
* @date 2022年5月25日
|
|
20795
|
+
/**
|
|
20796
|
+
* getHedInfo
|
|
20797
|
+
* @desc:获取审核页面数据
|
|
20798
|
+
* @author liufan
|
|
20799
|
+
* @date 2022年5月25日
|
|
20797
20800
|
**/
|
|
20798
20801
|
getHedInfo: function getHedInfo() {
|
|
20799
20802
|
var _this24 = this;
|
|
@@ -21029,13 +21032,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21029
21032
|
});
|
|
21030
21033
|
},
|
|
21031
21034
|
|
|
21032
|
-
/**
|
|
21033
|
-
* closeProcess
|
|
21034
|
-
* @desc:关闭弹窗
|
|
21035
|
-
* @author liufan
|
|
21036
|
-
* @param {boolean} val 当前是否办理流程
|
|
21037
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21038
|
-
* @date 2022年5月25日
|
|
21035
|
+
/**
|
|
21036
|
+
* closeProcess
|
|
21037
|
+
* @desc:关闭弹窗
|
|
21038
|
+
* @author liufan
|
|
21039
|
+
* @param {boolean} val 当前是否办理流程
|
|
21040
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21041
|
+
* @date 2022年5月25日
|
|
21039
21042
|
**/
|
|
21040
21043
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21041
21044
|
if (closeParent) {
|
|
@@ -21052,23 +21055,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21052
21055
|
}
|
|
21053
21056
|
},
|
|
21054
21057
|
|
|
21055
|
-
/**
|
|
21056
|
-
* selectChange
|
|
21057
|
-
* @desc:常用语选择
|
|
21058
|
-
* @author liufan
|
|
21059
|
-
* @param {String} val 选中值
|
|
21060
|
-
* @date 2022年5月25日
|
|
21058
|
+
/**
|
|
21059
|
+
* selectChange
|
|
21060
|
+
* @desc:常用语选择
|
|
21061
|
+
* @author liufan
|
|
21062
|
+
* @param {String} val 选中值
|
|
21063
|
+
* @date 2022年5月25日
|
|
21061
21064
|
**/
|
|
21062
21065
|
selectChange: function selectChange(val) {
|
|
21063
21066
|
this.value = val;
|
|
21064
21067
|
},
|
|
21065
21068
|
|
|
21066
|
-
/**
|
|
21067
|
-
* upDate
|
|
21068
|
-
* @desc:修改常用语
|
|
21069
|
-
* @author liufan
|
|
21070
|
-
* @param {Object} val 修改值
|
|
21071
|
-
* @date 2022年5月25日
|
|
21069
|
+
/**
|
|
21070
|
+
* upDate
|
|
21071
|
+
* @desc:修改常用语
|
|
21072
|
+
* @author liufan
|
|
21073
|
+
* @param {Object} val 修改值
|
|
21074
|
+
* @date 2022年5月25日
|
|
21072
21075
|
**/
|
|
21073
21076
|
upDate: function upDate(val) {
|
|
21074
21077
|
this.FormData.id = val.id;
|
|
@@ -21076,11 +21079,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21076
21079
|
},
|
|
21077
21080
|
|
|
21078
21081
|
|
|
21079
|
-
/**
|
|
21080
|
-
* getProcess
|
|
21081
|
-
* @desc:获取选择流程
|
|
21082
|
-
* @author liufan
|
|
21083
|
-
* @date 2022年5月25日
|
|
21082
|
+
/**
|
|
21083
|
+
* getProcess
|
|
21084
|
+
* @desc:获取选择流程
|
|
21085
|
+
* @author liufan
|
|
21086
|
+
* @date 2022年5月25日
|
|
21084
21087
|
**/
|
|
21085
21088
|
getProcess: function getProcess() {
|
|
21086
21089
|
var _this25 = this;
|
|
@@ -21134,11 +21137,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21134
21137
|
});
|
|
21135
21138
|
},
|
|
21136
21139
|
|
|
21137
|
-
/**
|
|
21138
|
-
* getPendedhistoryList
|
|
21139
|
-
* @desc:获取流程列表
|
|
21140
|
-
* @author liufan
|
|
21141
|
-
* @date 2022年5月25日
|
|
21140
|
+
/**
|
|
21141
|
+
* getPendedhistoryList
|
|
21142
|
+
* @desc:获取流程列表
|
|
21143
|
+
* @author liufan
|
|
21144
|
+
* @date 2022年5月25日
|
|
21142
21145
|
**/
|
|
21143
21146
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21144
21147
|
var _this26 = this;
|
|
@@ -21170,12 +21173,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21170
21173
|
},
|
|
21171
21174
|
|
|
21172
21175
|
// 提交流程
|
|
21173
|
-
/**
|
|
21174
|
-
* subProcess
|
|
21175
|
-
* @desc:提交流程
|
|
21176
|
-
* @author liufan
|
|
21177
|
-
* @param {String} formName 当前form表单ref值
|
|
21178
|
-
* @date 2022年5月25日
|
|
21176
|
+
/**
|
|
21177
|
+
* subProcess
|
|
21178
|
+
* @desc:提交流程
|
|
21179
|
+
* @author liufan
|
|
21180
|
+
* @param {String} formName 当前form表单ref值
|
|
21181
|
+
* @date 2022年5月25日
|
|
21179
21182
|
**/
|
|
21180
21183
|
subProcess: function subProcess(val) {
|
|
21181
21184
|
var _this27 = this;
|
|
@@ -24254,11 +24257,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24254
24257
|
});
|
|
24255
24258
|
},
|
|
24256
24259
|
|
|
24257
|
-
/**
|
|
24258
|
-
* saveInfo
|
|
24259
|
-
* @desc:暂存
|
|
24260
|
-
* @author liufan
|
|
24261
|
-
* @date 2022年9月9日
|
|
24260
|
+
/**
|
|
24261
|
+
* saveInfo
|
|
24262
|
+
* @desc:暂存
|
|
24263
|
+
* @author liufan
|
|
24264
|
+
* @date 2022年9月9日
|
|
24262
24265
|
**/
|
|
24263
24266
|
saveInfo: function saveInfo(type, btn) {
|
|
24264
24267
|
var _this9 = this;
|
|
@@ -24320,11 +24323,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24320
24323
|
});
|
|
24321
24324
|
},
|
|
24322
24325
|
|
|
24323
|
-
/**
|
|
24324
|
-
* rejectBtn
|
|
24325
|
-
* @desc:点击驳回
|
|
24326
|
-
* @author liufan
|
|
24327
|
-
* @date 2022年5月25日
|
|
24326
|
+
/**
|
|
24327
|
+
* rejectBtn
|
|
24328
|
+
* @desc:点击驳回
|
|
24329
|
+
* @author liufan
|
|
24330
|
+
* @date 2022年5月25日
|
|
24328
24331
|
**/
|
|
24329
24332
|
rejectBtn: function rejectBtn() {
|
|
24330
24333
|
var _this11 = this;
|
|
@@ -24342,11 +24345,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24342
24345
|
}
|
|
24343
24346
|
},
|
|
24344
24347
|
|
|
24345
|
-
/**
|
|
24346
|
-
* taskReadBtn
|
|
24347
|
-
* @desc:点击分阅
|
|
24348
|
-
* @author liufan
|
|
24349
|
-
* @date 2022年5月25日
|
|
24348
|
+
/**
|
|
24349
|
+
* taskReadBtn
|
|
24350
|
+
* @desc:点击分阅
|
|
24351
|
+
* @author liufan
|
|
24352
|
+
* @date 2022年5月25日
|
|
24350
24353
|
**/
|
|
24351
24354
|
taskReadBtn: function taskReadBtn() {
|
|
24352
24355
|
var _this12 = this;
|
|
@@ -24365,11 +24368,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24365
24368
|
}
|
|
24366
24369
|
},
|
|
24367
24370
|
|
|
24368
|
-
/**
|
|
24369
|
-
* getFind
|
|
24370
|
-
* @desc:获取通知方式
|
|
24371
|
-
* @author liufan
|
|
24372
|
-
* @date 2022年5月25日
|
|
24371
|
+
/**
|
|
24372
|
+
* getFind
|
|
24373
|
+
* @desc:获取通知方式
|
|
24374
|
+
* @author liufan
|
|
24375
|
+
* @date 2022年5月25日
|
|
24373
24376
|
**/
|
|
24374
24377
|
getFind: function getFind() {
|
|
24375
24378
|
var _this13 = this;
|
|
@@ -24435,12 +24438,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24435
24438
|
});
|
|
24436
24439
|
},
|
|
24437
24440
|
|
|
24438
|
-
/**
|
|
24439
|
-
* endFlows
|
|
24440
|
-
* @desc:直接办结
|
|
24441
|
-
* @author liufan
|
|
24442
|
-
* @param {Object} res 直接办结数据
|
|
24443
|
-
* @date 2022年5月25日
|
|
24441
|
+
/**
|
|
24442
|
+
* endFlows
|
|
24443
|
+
* @desc:直接办结
|
|
24444
|
+
* @author liufan
|
|
24445
|
+
* @param {Object} res 直接办结数据
|
|
24446
|
+
* @date 2022年5月25日
|
|
24444
24447
|
**/
|
|
24445
24448
|
endFlows: function endFlows(res) {
|
|
24446
24449
|
var _this15 = this;
|
|
@@ -24495,12 +24498,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24495
24498
|
}).catch(function (e) {});
|
|
24496
24499
|
},
|
|
24497
24500
|
|
|
24498
|
-
/**
|
|
24499
|
-
* goView
|
|
24500
|
-
* @desc:更多流程按钮操作
|
|
24501
|
-
* @author liufan
|
|
24502
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
24503
|
-
* @date 2022年5月25日
|
|
24501
|
+
/**
|
|
24502
|
+
* goView
|
|
24503
|
+
* @desc:更多流程按钮操作
|
|
24504
|
+
* @author liufan
|
|
24505
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
24506
|
+
* @date 2022年5月25日
|
|
24504
24507
|
**/
|
|
24505
24508
|
goView: function goView(res) {
|
|
24506
24509
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -24585,11 +24588,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24585
24588
|
// isCanStartSubFlow
|
|
24586
24589
|
},
|
|
24587
24590
|
|
|
24588
|
-
/**
|
|
24589
|
-
* toTakeAdvice
|
|
24590
|
-
* @desc:征求意见
|
|
24591
|
-
* @author liufan
|
|
24592
|
-
* @date 2022年9月29日
|
|
24591
|
+
/**
|
|
24592
|
+
* toTakeAdvice
|
|
24593
|
+
* @desc:征求意见
|
|
24594
|
+
* @author liufan
|
|
24595
|
+
* @date 2022年9月29日
|
|
24593
24596
|
**/
|
|
24594
24597
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
24595
24598
|
var _this17 = this;
|
|
@@ -24633,11 +24636,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24633
24636
|
});
|
|
24634
24637
|
},
|
|
24635
24638
|
|
|
24636
|
-
/**
|
|
24637
|
-
* toStartDraf
|
|
24638
|
-
* @desc: 稿件递送、联合审核、复核
|
|
24639
|
-
* @author liufan
|
|
24640
|
-
* @date 2022年9月29日
|
|
24639
|
+
/**
|
|
24640
|
+
* toStartDraf
|
|
24641
|
+
* @desc: 稿件递送、联合审核、复核
|
|
24642
|
+
* @author liufan
|
|
24643
|
+
* @date 2022年9月29日
|
|
24641
24644
|
**/
|
|
24642
24645
|
toStartDraf: function toStartDraf(res) {
|
|
24643
24646
|
var _this19 = this;
|
|
@@ -24651,11 +24654,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24651
24654
|
}
|
|
24652
24655
|
},
|
|
24653
24656
|
|
|
24654
|
-
/**
|
|
24655
|
-
* toSendMsg
|
|
24656
|
-
* @desc:核稿通知
|
|
24657
|
-
* @author liufan
|
|
24658
|
-
* @date 2022年9月29日
|
|
24657
|
+
/**
|
|
24658
|
+
* toSendMsg
|
|
24659
|
+
* @desc:核稿通知
|
|
24660
|
+
* @author liufan
|
|
24661
|
+
* @date 2022年9月29日
|
|
24659
24662
|
**/
|
|
24660
24663
|
toSendMsg: function toSendMsg(res) {
|
|
24661
24664
|
var _this20 = this;
|
|
@@ -24669,11 +24672,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24669
24672
|
}
|
|
24670
24673
|
},
|
|
24671
24674
|
|
|
24672
|
-
/**
|
|
24673
|
-
* toTaskReadAndEnd
|
|
24674
|
-
* @desc:分阅并办结
|
|
24675
|
-
* @author liufan
|
|
24676
|
-
* @date 2022年9月29日
|
|
24675
|
+
/**
|
|
24676
|
+
* toTaskReadAndEnd
|
|
24677
|
+
* @desc:分阅并办结
|
|
24678
|
+
* @author liufan
|
|
24679
|
+
* @date 2022年9月29日
|
|
24677
24680
|
**/
|
|
24678
24681
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
24679
24682
|
var _this21 = this;
|
|
@@ -24691,11 +24694,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24691
24694
|
}
|
|
24692
24695
|
},
|
|
24693
24696
|
|
|
24694
|
-
/**
|
|
24695
|
-
* rejectAndEnd
|
|
24696
|
-
* @desc:驳回并办结
|
|
24697
|
-
* @author liufan
|
|
24698
|
-
* @date 2022年9月29日
|
|
24697
|
+
/**
|
|
24698
|
+
* rejectAndEnd
|
|
24699
|
+
* @desc:驳回并办结
|
|
24700
|
+
* @author liufan
|
|
24701
|
+
* @date 2022年9月29日
|
|
24699
24702
|
**/
|
|
24700
24703
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
24701
24704
|
var _this22 = this;
|
|
@@ -24751,11 +24754,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24751
24754
|
});
|
|
24752
24755
|
},
|
|
24753
24756
|
|
|
24754
|
-
/**
|
|
24755
|
-
* toTransfer
|
|
24756
|
-
* @desc:转办
|
|
24757
|
-
* @author liufan
|
|
24758
|
-
* @date 2022年9月29日
|
|
24757
|
+
/**
|
|
24758
|
+
* toTransfer
|
|
24759
|
+
* @desc:转办
|
|
24760
|
+
* @author liufan
|
|
24761
|
+
* @date 2022年9月29日
|
|
24759
24762
|
**/
|
|
24760
24763
|
toTransfer: function toTransfer(res) {
|
|
24761
24764
|
var _this24 = this;
|
|
@@ -24771,11 +24774,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24771
24774
|
}
|
|
24772
24775
|
},
|
|
24773
24776
|
|
|
24774
|
-
/**
|
|
24775
|
-
* getNodeInfo
|
|
24776
|
-
* @desc:获取节点信息
|
|
24777
|
-
* @author liufan
|
|
24778
|
-
* @date 2022年5月25日
|
|
24777
|
+
/**
|
|
24778
|
+
* getNodeInfo
|
|
24779
|
+
* @desc:获取节点信息
|
|
24780
|
+
* @author liufan
|
|
24781
|
+
* @date 2022年5月25日
|
|
24779
24782
|
**/
|
|
24780
24783
|
getNodeInfo: function getNodeInfo() {
|
|
24781
24784
|
var _this25 = this;
|
|
@@ -24879,12 +24882,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24879
24882
|
});
|
|
24880
24883
|
},
|
|
24881
24884
|
|
|
24882
|
-
/**
|
|
24883
|
-
* selecNext
|
|
24884
|
-
* @desc:下步节点变化时更新数据
|
|
24885
|
-
* @author liufan
|
|
24886
|
-
* @param {String} val 当前选中值
|
|
24887
|
-
* @date 2022年5月25日
|
|
24885
|
+
/**
|
|
24886
|
+
* selecNext
|
|
24887
|
+
* @desc:下步节点变化时更新数据
|
|
24888
|
+
* @author liufan
|
|
24889
|
+
* @param {String} val 当前选中值
|
|
24890
|
+
* @date 2022年5月25日
|
|
24888
24891
|
**/
|
|
24889
24892
|
selecNext: function selecNext(val, type, isDef) {
|
|
24890
24893
|
var _this26 = this;
|
|
@@ -25016,11 +25019,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25016
25019
|
this.getNodeInfo();
|
|
25017
25020
|
},
|
|
25018
25021
|
|
|
25019
|
-
/**
|
|
25020
|
-
* isMultiple
|
|
25021
|
-
* @desc:是否多选
|
|
25022
|
-
* @author liufan
|
|
25023
|
-
* @date 2022年9月13日
|
|
25022
|
+
/**
|
|
25023
|
+
* isMultiple
|
|
25024
|
+
* @desc:是否多选
|
|
25025
|
+
* @author liufan
|
|
25026
|
+
* @date 2022年9月13日
|
|
25024
25027
|
**/
|
|
25025
25028
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
25026
25029
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -25052,11 +25055,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25052
25055
|
}
|
|
25053
25056
|
},
|
|
25054
25057
|
|
|
25055
|
-
/**
|
|
25056
|
-
* getHedInfo
|
|
25057
|
-
* @desc:获取审核页面数据
|
|
25058
|
-
* @author liufan
|
|
25059
|
-
* @date 2022年5月25日
|
|
25058
|
+
/**
|
|
25059
|
+
* getHedInfo
|
|
25060
|
+
* @desc:获取审核页面数据
|
|
25061
|
+
* @author liufan
|
|
25062
|
+
* @date 2022年5月25日
|
|
25060
25063
|
**/
|
|
25061
25064
|
getHedInfo: function getHedInfo() {
|
|
25062
25065
|
var _this27 = this;
|
|
@@ -25343,13 +25346,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25343
25346
|
});
|
|
25344
25347
|
},
|
|
25345
25348
|
|
|
25346
|
-
/**
|
|
25347
|
-
* closeProcess
|
|
25348
|
-
* @desc:关闭弹窗
|
|
25349
|
-
* @author liufan
|
|
25350
|
-
* @param {boolean} val 当前是否办理流程
|
|
25351
|
-
* @param {String} type 当前点击的弹窗类型
|
|
25352
|
-
* @date 2022年5月25日
|
|
25349
|
+
/**
|
|
25350
|
+
* closeProcess
|
|
25351
|
+
* @desc:关闭弹窗
|
|
25352
|
+
* @author liufan
|
|
25353
|
+
* @param {boolean} val 当前是否办理流程
|
|
25354
|
+
* @param {String} type 当前点击的弹窗类型
|
|
25355
|
+
* @date 2022年5月25日
|
|
25353
25356
|
**/
|
|
25354
25357
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
25355
25358
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -25369,23 +25372,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25369
25372
|
}
|
|
25370
25373
|
},
|
|
25371
25374
|
|
|
25372
|
-
/**
|
|
25373
|
-
* selectChange
|
|
25374
|
-
* @desc:常用语选择
|
|
25375
|
-
* @author liufan
|
|
25376
|
-
* @param {String} val 选中值
|
|
25377
|
-
* @date 2022年5月25日
|
|
25375
|
+
/**
|
|
25376
|
+
* selectChange
|
|
25377
|
+
* @desc:常用语选择
|
|
25378
|
+
* @author liufan
|
|
25379
|
+
* @param {String} val 选中值
|
|
25380
|
+
* @date 2022年5月25日
|
|
25378
25381
|
**/
|
|
25379
25382
|
selectChange: function selectChange(val) {
|
|
25380
25383
|
this.value = val;
|
|
25381
25384
|
},
|
|
25382
25385
|
|
|
25383
|
-
/**
|
|
25384
|
-
* upDate
|
|
25385
|
-
* @desc:修改常用语
|
|
25386
|
-
* @author liufan
|
|
25387
|
-
* @param {Object} val 修改值
|
|
25388
|
-
* @date 2022年5月25日
|
|
25386
|
+
/**
|
|
25387
|
+
* upDate
|
|
25388
|
+
* @desc:修改常用语
|
|
25389
|
+
* @author liufan
|
|
25390
|
+
* @param {Object} val 修改值
|
|
25391
|
+
* @date 2022年5月25日
|
|
25389
25392
|
**/
|
|
25390
25393
|
upDate: function upDate(val) {
|
|
25391
25394
|
this.FormData.id = val.id;
|
|
@@ -25393,11 +25396,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25393
25396
|
},
|
|
25394
25397
|
|
|
25395
25398
|
|
|
25396
|
-
/**
|
|
25397
|
-
* getProcess
|
|
25398
|
-
* @desc:获取选择流程
|
|
25399
|
-
* @author liufan
|
|
25400
|
-
* @date 2022年5月25日
|
|
25399
|
+
/**
|
|
25400
|
+
* getProcess
|
|
25401
|
+
* @desc:获取选择流程
|
|
25402
|
+
* @author liufan
|
|
25403
|
+
* @date 2022年5月25日
|
|
25401
25404
|
**/
|
|
25402
25405
|
getProcess: function getProcess(val) {
|
|
25403
25406
|
var _this28 = this;
|
|
@@ -25453,11 +25456,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25453
25456
|
});
|
|
25454
25457
|
},
|
|
25455
25458
|
|
|
25456
|
-
/**
|
|
25457
|
-
* getPendedhistoryList
|
|
25458
|
-
* @desc:获取流程列表
|
|
25459
|
-
* @author liufan
|
|
25460
|
-
* @date 2022年5月25日
|
|
25459
|
+
/**
|
|
25460
|
+
* getPendedhistoryList
|
|
25461
|
+
* @desc:获取流程列表
|
|
25462
|
+
* @author liufan
|
|
25463
|
+
* @date 2022年5月25日
|
|
25461
25464
|
**/
|
|
25462
25465
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
25463
25466
|
var _this29 = this;
|
|
@@ -25525,12 +25528,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25525
25528
|
},
|
|
25526
25529
|
|
|
25527
25530
|
// 提交流程
|
|
25528
|
-
/**
|
|
25529
|
-
* subProcess
|
|
25530
|
-
* @desc:提交流程
|
|
25531
|
-
* @author liufan
|
|
25532
|
-
* @param {String} formName 当前form表单ref值
|
|
25533
|
-
* @date 2022年5月25日
|
|
25531
|
+
/**
|
|
25532
|
+
* subProcess
|
|
25533
|
+
* @desc:提交流程
|
|
25534
|
+
* @author liufan
|
|
25535
|
+
* @param {String} formName 当前form表单ref值
|
|
25536
|
+
* @date 2022年5月25日
|
|
25534
25537
|
**/
|
|
25535
25538
|
subProcess: function subProcess(val, type) {
|
|
25536
25539
|
var _this31 = this;
|