eoss-ui 0.7.18 → 0.7.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/calogin.js +233 -233
- package/lib/eoss-ui.common.js +775 -771
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +291 -289
- package/lib/index.js +1 -1
- package/lib/main.js +142 -142
- package/lib/qr-code.js +13 -13
- package/lib/switch.js +9 -7
- package/package.json +160 -160
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +988 -988
- package/packages/data-table/src/main.vue +1831 -1831
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/Circulate.vue +413 -413
- package/packages/flow/src/component/CommonOpinions.vue +373 -372
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +240 -240
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +649 -649
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2847 -2847
- package/packages/flow/src/main.vue +3802 -3801
- package/packages/flow/src/processForm.vue +1287 -1287
- package/packages/flow/src/processReject.vue +308 -308
- package/packages/flow/src/reset.vue +941 -941
- package/packages/flow/src/startTaskRead.vue +691 -691
- package/packages/flow/src/supervise.vue +159 -159
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +696 -696
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1770 -1770
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3901 -3901
- package/packages/form/src/table.vue +1512 -1512
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +497 -497
- 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 +1993 -1993
- 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 +502 -502
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +221 -221
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +263 -263
- package/packages/main/src/simplicity/index.vue +2125 -2125
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +264 -264
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +398 -398
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +584 -584
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +782 -782
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +170 -170
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +170 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +293 -293
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/flow.scss +348 -348
- package/packages/theme-chalk/src/form.scss +501 -501
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +1817 -1817
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +984 -984
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +222 -222
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +92 -92
- package/packages/theme-chalk/src/simplicity.scss +1366 -1366
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1343 -1343
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +315 -315
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- package/packages/.DS_Store +0 -0
- package/packages/autocomplete/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/scrollbar/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/utils/.DS_Store +0 -0
package/lib/flow.js
CHANGED
|
@@ -4489,7 +4489,7 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
4489
4489
|
// ESM COMPAT FLAG
|
|
4490
4490
|
__webpack_require__.r(__webpack_exports__);
|
|
4491
4491
|
|
|
4492
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
4492
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=d565d514&
|
|
4493
4493
|
var render = function () {
|
|
4494
4494
|
var _vm = this
|
|
4495
4495
|
var _h = _vm.$createElement
|
|
@@ -7407,14 +7407,14 @@ var staticRenderFns = []
|
|
|
7407
7407
|
render._withStripped = true
|
|
7408
7408
|
|
|
7409
7409
|
|
|
7410
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7410
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=d565d514&
|
|
7411
7411
|
|
|
7412
7412
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7413
7413
|
var regenerator_ = __webpack_require__(4);
|
|
7414
7414
|
var regenerator_default = /*#__PURE__*/__webpack_require__.n(regenerator_);
|
|
7415
7415
|
|
|
7416
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=
|
|
7417
|
-
var
|
|
7416
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=e934fd66&
|
|
7417
|
+
var CommonOpinionsvue_type_template_id_e934fd66_render = function () {
|
|
7418
7418
|
var _vm = this
|
|
7419
7419
|
var _h = _vm.$createElement
|
|
7420
7420
|
var _c = _vm._self._c || _h
|
|
@@ -7621,11 +7621,11 @@ var CommonOpinionsvue_type_template_id_4b7ad280_render = function () {
|
|
|
7621
7621
|
1
|
|
7622
7622
|
)
|
|
7623
7623
|
}
|
|
7624
|
-
var
|
|
7625
|
-
|
|
7624
|
+
var CommonOpinionsvue_type_template_id_e934fd66_staticRenderFns = []
|
|
7625
|
+
CommonOpinionsvue_type_template_id_e934fd66_render._withStripped = true
|
|
7626
7626
|
|
|
7627
7627
|
|
|
7628
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=
|
|
7628
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=e934fd66&
|
|
7629
7629
|
|
|
7630
7630
|
// EXTERNAL MODULE: ./src/config/api.js
|
|
7631
7631
|
var api = __webpack_require__(1);
|
|
@@ -8231,6 +8231,7 @@ var _components;
|
|
|
8231
8231
|
}
|
|
8232
8232
|
},
|
|
8233
8233
|
mounted: function mounted() {
|
|
8234
|
+
this.form.value = this.opinion;
|
|
8234
8235
|
if (this.nodeFixedOpinionSelectList.length > 0) {
|
|
8235
8236
|
this.optionList = this.nodeFixedOpinionSelectList;
|
|
8236
8237
|
this.disabled = true;
|
|
@@ -8266,21 +8267,21 @@ var _components;
|
|
|
8266
8267
|
return validSate;
|
|
8267
8268
|
},
|
|
8268
8269
|
|
|
8269
|
-
/**
|
|
8270
|
-
* changeOpinion
|
|
8271
|
-
* @desc:监听意见变化
|
|
8272
|
-
* @author liufan
|
|
8273
|
-
* @date 2022年10月28日
|
|
8270
|
+
/**
|
|
8271
|
+
* changeOpinion
|
|
8272
|
+
* @desc:监听意见变化
|
|
8273
|
+
* @author liufan
|
|
8274
|
+
* @date 2022年10月28日
|
|
8274
8275
|
**/
|
|
8275
8276
|
changeOpinion: function changeOpinion() {
|
|
8276
8277
|
this.$emit('change', this.form.value);
|
|
8277
8278
|
},
|
|
8278
8279
|
|
|
8279
|
-
/**
|
|
8280
|
-
* getCommonOpion
|
|
8281
|
-
* @desc:获取意见
|
|
8282
|
-
* @author liufan
|
|
8283
|
-
* @date 2022年5月25日
|
|
8280
|
+
/**
|
|
8281
|
+
* getCommonOpion
|
|
8282
|
+
* @desc:获取意见
|
|
8283
|
+
* @author liufan
|
|
8284
|
+
* @date 2022年5月25日
|
|
8284
8285
|
**/
|
|
8285
8286
|
getCommonOpion: function getCommonOpion() {
|
|
8286
8287
|
var _this = this;
|
|
@@ -8309,24 +8310,24 @@ var _components;
|
|
|
8309
8310
|
});
|
|
8310
8311
|
},
|
|
8311
8312
|
|
|
8312
|
-
/**
|
|
8313
|
-
* upDate
|
|
8314
|
-
* @desc:修改常用语
|
|
8315
|
-
* @author liufan
|
|
8316
|
-
* @param {Object} val 修改值
|
|
8317
|
-
* @date 2022年5月25日
|
|
8313
|
+
/**
|
|
8314
|
+
* upDate
|
|
8315
|
+
* @desc:修改常用语
|
|
8316
|
+
* @author liufan
|
|
8317
|
+
* @param {Object} val 修改值
|
|
8318
|
+
* @date 2022年5月25日
|
|
8318
8319
|
**/
|
|
8319
8320
|
upDate: function upDate(val) {
|
|
8320
8321
|
this.FormData.id = val.id;
|
|
8321
8322
|
this.addVisible = true;
|
|
8322
8323
|
},
|
|
8323
8324
|
|
|
8324
|
-
/**
|
|
8325
|
-
* selectChange
|
|
8326
|
-
* @desc:常用语选择
|
|
8327
|
-
* @author liufan
|
|
8328
|
-
* @param {String} val 选中值
|
|
8329
|
-
* @date 2022年5月25日
|
|
8325
|
+
/**
|
|
8326
|
+
* selectChange
|
|
8327
|
+
* @desc:常用语选择
|
|
8328
|
+
* @author liufan
|
|
8329
|
+
* @param {String} val 选中值
|
|
8330
|
+
* @date 2022年5月25日
|
|
8330
8331
|
**/
|
|
8331
8332
|
selectChange: function selectChange(val) {
|
|
8332
8333
|
var _this2 = this;
|
|
@@ -8345,12 +8346,12 @@ var _components;
|
|
|
8345
8346
|
});
|
|
8346
8347
|
},
|
|
8347
8348
|
|
|
8348
|
-
/**
|
|
8349
|
-
* del
|
|
8350
|
-
* @desc:删除常用语
|
|
8351
|
-
* @author liufan
|
|
8352
|
-
* @param {Object} val 删除的数据
|
|
8353
|
-
* @date 2022年5月25日
|
|
8349
|
+
/**
|
|
8350
|
+
* del
|
|
8351
|
+
* @desc:删除常用语
|
|
8352
|
+
* @author liufan
|
|
8353
|
+
* @param {Object} val 删除的数据
|
|
8354
|
+
* @date 2022年5月25日
|
|
8354
8355
|
**/
|
|
8355
8356
|
del: function del(val) {
|
|
8356
8357
|
var _this3 = this;
|
|
@@ -8392,12 +8393,12 @@ var _components;
|
|
|
8392
8393
|
}).catch(function (e) {});
|
|
8393
8394
|
},
|
|
8394
8395
|
|
|
8395
|
-
/**
|
|
8396
|
-
* submit
|
|
8397
|
-
* @desc:新增/编辑意见保存
|
|
8398
|
-
* @author liufan
|
|
8399
|
-
* @param {Object} val 保存数据
|
|
8400
|
-
* @date 2022年5月25日
|
|
8396
|
+
/**
|
|
8397
|
+
* submit
|
|
8398
|
+
* @desc:新增/编辑意见保存
|
|
8399
|
+
* @author liufan
|
|
8400
|
+
* @param {Object} val 保存数据
|
|
8401
|
+
* @date 2022年5月25日
|
|
8401
8402
|
**/
|
|
8402
8403
|
submit: function submit(val) {
|
|
8403
8404
|
var _this4 = this;
|
|
@@ -8452,8 +8453,8 @@ var _components;
|
|
|
8452
8453
|
|
|
8453
8454
|
var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
8454
8455
|
component_CommonOpinionsvue_type_script_lang_js_,
|
|
8455
|
-
|
|
8456
|
-
|
|
8456
|
+
CommonOpinionsvue_type_template_id_e934fd66_render,
|
|
8457
|
+
CommonOpinionsvue_type_template_id_e934fd66_staticRenderFns,
|
|
8457
8458
|
false,
|
|
8458
8459
|
null,
|
|
8459
8460
|
null,
|
|
@@ -11787,11 +11788,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11787
11788
|
});
|
|
11788
11789
|
},
|
|
11789
11790
|
|
|
11790
|
-
/**
|
|
11791
|
-
* isMultiple
|
|
11792
|
-
* @desc:是否多选
|
|
11793
|
-
* @author liufan
|
|
11794
|
-
* @date 2022年9月13日
|
|
11791
|
+
/**
|
|
11792
|
+
* isMultiple
|
|
11793
|
+
* @desc:是否多选
|
|
11794
|
+
* @author liufan
|
|
11795
|
+
* @date 2022年9月13日
|
|
11795
11796
|
**/
|
|
11796
11797
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
11797
11798
|
var multiple = false;
|
|
@@ -15834,11 +15835,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
15834
15835
|
});
|
|
15835
15836
|
},
|
|
15836
15837
|
|
|
15837
|
-
/**
|
|
15838
|
-
* isMultiple
|
|
15839
|
-
* @desc:是否多选
|
|
15840
|
-
* @author liufan
|
|
15841
|
-
* @date 2022年9月13日
|
|
15838
|
+
/**
|
|
15839
|
+
* isMultiple
|
|
15840
|
+
* @desc:是否多选
|
|
15841
|
+
* @author liufan
|
|
15842
|
+
* @date 2022年9月13日
|
|
15842
15843
|
**/
|
|
15843
15844
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
15844
15845
|
var multiple = false;
|
|
@@ -20269,11 +20270,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20269
20270
|
});
|
|
20270
20271
|
},
|
|
20271
20272
|
|
|
20272
|
-
/**
|
|
20273
|
-
* saveInfo
|
|
20274
|
-
* @desc:暂存
|
|
20275
|
-
* @author liufan
|
|
20276
|
-
* @date 2022年9月9日
|
|
20273
|
+
/**
|
|
20274
|
+
* saveInfo
|
|
20275
|
+
* @desc:暂存
|
|
20276
|
+
* @author liufan
|
|
20277
|
+
* @date 2022年9月9日
|
|
20277
20278
|
**/
|
|
20278
20279
|
saveInfo: function saveInfo(type, btn) {
|
|
20279
20280
|
var _this6 = this;
|
|
@@ -20335,11 +20336,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20335
20336
|
});
|
|
20336
20337
|
},
|
|
20337
20338
|
|
|
20338
|
-
/**
|
|
20339
|
-
* rejectBtn
|
|
20340
|
-
* @desc:点击驳回
|
|
20341
|
-
* @author liufan
|
|
20342
|
-
* @date 2022年5月25日
|
|
20339
|
+
/**
|
|
20340
|
+
* rejectBtn
|
|
20341
|
+
* @desc:点击驳回
|
|
20342
|
+
* @author liufan
|
|
20343
|
+
* @date 2022年5月25日
|
|
20343
20344
|
**/
|
|
20344
20345
|
rejectBtn: function rejectBtn() {
|
|
20345
20346
|
var _this8 = this;
|
|
@@ -20357,11 +20358,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20357
20358
|
}
|
|
20358
20359
|
},
|
|
20359
20360
|
|
|
20360
|
-
/**
|
|
20361
|
-
* taskReadBtn
|
|
20362
|
-
* @desc:点击分阅
|
|
20363
|
-
* @author liufan
|
|
20364
|
-
* @date 2022年5月25日
|
|
20361
|
+
/**
|
|
20362
|
+
* taskReadBtn
|
|
20363
|
+
* @desc:点击分阅
|
|
20364
|
+
* @author liufan
|
|
20365
|
+
* @date 2022年5月25日
|
|
20365
20366
|
**/
|
|
20366
20367
|
taskReadBtn: function taskReadBtn() {
|
|
20367
20368
|
var _this9 = this;
|
|
@@ -20380,11 +20381,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20380
20381
|
}
|
|
20381
20382
|
},
|
|
20382
20383
|
|
|
20383
|
-
/**
|
|
20384
|
-
* getFind
|
|
20385
|
-
* @desc:获取通知方式
|
|
20386
|
-
* @author liufan
|
|
20387
|
-
* @date 2022年5月25日
|
|
20384
|
+
/**
|
|
20385
|
+
* getFind
|
|
20386
|
+
* @desc:获取通知方式
|
|
20387
|
+
* @author liufan
|
|
20388
|
+
* @date 2022年5月25日
|
|
20388
20389
|
**/
|
|
20389
20390
|
getFind: function getFind() {
|
|
20390
20391
|
var _this10 = this;
|
|
@@ -20439,12 +20440,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20439
20440
|
});
|
|
20440
20441
|
},
|
|
20441
20442
|
|
|
20442
|
-
/**
|
|
20443
|
-
* endFlows
|
|
20444
|
-
* @desc:直接办结
|
|
20445
|
-
* @author liufan
|
|
20446
|
-
* @param {Object} res 直接办结数据
|
|
20447
|
-
* @date 2022年5月25日
|
|
20443
|
+
/**
|
|
20444
|
+
* endFlows
|
|
20445
|
+
* @desc:直接办结
|
|
20446
|
+
* @author liufan
|
|
20447
|
+
* @param {Object} res 直接办结数据
|
|
20448
|
+
* @date 2022年5月25日
|
|
20448
20449
|
**/
|
|
20449
20450
|
endFlows: function endFlows(res) {
|
|
20450
20451
|
var _this12 = this;
|
|
@@ -20498,12 +20499,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20498
20499
|
}).catch(function (e) {});
|
|
20499
20500
|
},
|
|
20500
20501
|
|
|
20501
|
-
/**
|
|
20502
|
-
* goView
|
|
20503
|
-
* @desc:更多流程按钮操作
|
|
20504
|
-
* @author liufan
|
|
20505
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20506
|
-
* @date 2022年5月25日
|
|
20502
|
+
/**
|
|
20503
|
+
* goView
|
|
20504
|
+
* @desc:更多流程按钮操作
|
|
20505
|
+
* @author liufan
|
|
20506
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20507
|
+
* @date 2022年5月25日
|
|
20507
20508
|
**/
|
|
20508
20509
|
goView: function goView(res) {
|
|
20509
20510
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20588,11 +20589,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20588
20589
|
// isCanStartSubFlow
|
|
20589
20590
|
},
|
|
20590
20591
|
|
|
20591
|
-
/**
|
|
20592
|
-
* toTakeAdvice
|
|
20593
|
-
* @desc:征求意见
|
|
20594
|
-
* @author liufan
|
|
20595
|
-
* @date 2022年9月29日
|
|
20592
|
+
/**
|
|
20593
|
+
* toTakeAdvice
|
|
20594
|
+
* @desc:征求意见
|
|
20595
|
+
* @author liufan
|
|
20596
|
+
* @date 2022年9月29日
|
|
20596
20597
|
**/
|
|
20597
20598
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20598
20599
|
var _this14 = this;
|
|
@@ -20636,11 +20637,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20636
20637
|
});
|
|
20637
20638
|
},
|
|
20638
20639
|
|
|
20639
|
-
/**
|
|
20640
|
-
* toStartDraf
|
|
20641
|
-
* @desc: 稿件递送、联合审核、复核
|
|
20642
|
-
* @author liufan
|
|
20643
|
-
* @date 2022年9月29日
|
|
20640
|
+
/**
|
|
20641
|
+
* toStartDraf
|
|
20642
|
+
* @desc: 稿件递送、联合审核、复核
|
|
20643
|
+
* @author liufan
|
|
20644
|
+
* @date 2022年9月29日
|
|
20644
20645
|
**/
|
|
20645
20646
|
toStartDraf: function toStartDraf(res) {
|
|
20646
20647
|
var _this16 = this;
|
|
@@ -20654,11 +20655,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20654
20655
|
}
|
|
20655
20656
|
},
|
|
20656
20657
|
|
|
20657
|
-
/**
|
|
20658
|
-
* toSendMsg
|
|
20659
|
-
* @desc:核稿通知
|
|
20660
|
-
* @author liufan
|
|
20661
|
-
* @date 2022年9月29日
|
|
20658
|
+
/**
|
|
20659
|
+
* toSendMsg
|
|
20660
|
+
* @desc:核稿通知
|
|
20661
|
+
* @author liufan
|
|
20662
|
+
* @date 2022年9月29日
|
|
20662
20663
|
**/
|
|
20663
20664
|
toSendMsg: function toSendMsg(res) {
|
|
20664
20665
|
var _this17 = this;
|
|
@@ -20672,11 +20673,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20672
20673
|
}
|
|
20673
20674
|
},
|
|
20674
20675
|
|
|
20675
|
-
/**
|
|
20676
|
-
* toTaskReadAndEnd
|
|
20677
|
-
* @desc:分阅并办结
|
|
20678
|
-
* @author liufan
|
|
20679
|
-
* @date 2022年9月29日
|
|
20676
|
+
/**
|
|
20677
|
+
* toTaskReadAndEnd
|
|
20678
|
+
* @desc:分阅并办结
|
|
20679
|
+
* @author liufan
|
|
20680
|
+
* @date 2022年9月29日
|
|
20680
20681
|
**/
|
|
20681
20682
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
20682
20683
|
var _this18 = this;
|
|
@@ -20694,11 +20695,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20694
20695
|
}
|
|
20695
20696
|
},
|
|
20696
20697
|
|
|
20697
|
-
/**
|
|
20698
|
-
* rejectAndEnd
|
|
20699
|
-
* @desc:驳回并办结
|
|
20700
|
-
* @author liufan
|
|
20701
|
-
* @date 2022年9月29日
|
|
20698
|
+
/**
|
|
20699
|
+
* rejectAndEnd
|
|
20700
|
+
* @desc:驳回并办结
|
|
20701
|
+
* @author liufan
|
|
20702
|
+
* @date 2022年9月29日
|
|
20702
20703
|
**/
|
|
20703
20704
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
20704
20705
|
var _this19 = this;
|
|
@@ -20753,11 +20754,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20753
20754
|
});
|
|
20754
20755
|
},
|
|
20755
20756
|
|
|
20756
|
-
/**
|
|
20757
|
-
* toTransfer
|
|
20758
|
-
* @desc:转办
|
|
20759
|
-
* @author liufan
|
|
20760
|
-
* @date 2022年9月29日
|
|
20757
|
+
/**
|
|
20758
|
+
* toTransfer
|
|
20759
|
+
* @desc:转办
|
|
20760
|
+
* @author liufan
|
|
20761
|
+
* @date 2022年9月29日
|
|
20761
20762
|
**/
|
|
20762
20763
|
toTransfer: function toTransfer(res) {
|
|
20763
20764
|
var _this21 = this;
|
|
@@ -20773,11 +20774,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20773
20774
|
}
|
|
20774
20775
|
},
|
|
20775
20776
|
|
|
20776
|
-
/**
|
|
20777
|
-
* getNodeInfo
|
|
20778
|
-
* @desc:获取节点信息
|
|
20779
|
-
* @author liufan
|
|
20780
|
-
* @date 2022年5月25日
|
|
20777
|
+
/**
|
|
20778
|
+
* getNodeInfo
|
|
20779
|
+
* @desc:获取节点信息
|
|
20780
|
+
* @author liufan
|
|
20781
|
+
* @date 2022年5月25日
|
|
20781
20782
|
**/
|
|
20782
20783
|
getNodeInfo: function getNodeInfo() {
|
|
20783
20784
|
var _this22 = this;
|
|
@@ -20876,12 +20877,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20876
20877
|
});
|
|
20877
20878
|
},
|
|
20878
20879
|
|
|
20879
|
-
/**
|
|
20880
|
-
* selecNext
|
|
20881
|
-
* @desc:下步节点变化时更新数据
|
|
20882
|
-
* @author liufan
|
|
20883
|
-
* @param {String} val 当前选中值
|
|
20884
|
-
* @date 2022年5月25日
|
|
20880
|
+
/**
|
|
20881
|
+
* selecNext
|
|
20882
|
+
* @desc:下步节点变化时更新数据
|
|
20883
|
+
* @author liufan
|
|
20884
|
+
* @param {String} val 当前选中值
|
|
20885
|
+
* @date 2022年5月25日
|
|
20885
20886
|
**/
|
|
20886
20887
|
selecNext: function selecNext(val, type, isDef) {
|
|
20887
20888
|
var _this23 = this;
|
|
@@ -20990,11 +20991,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20990
20991
|
if (isDef !== true) this.getNodeInfo();
|
|
20991
20992
|
},
|
|
20992
20993
|
|
|
20993
|
-
/**
|
|
20994
|
-
* isMultiple
|
|
20995
|
-
* @desc:是否多选
|
|
20996
|
-
* @author liufan
|
|
20997
|
-
* @date 2022年9月13日
|
|
20994
|
+
/**
|
|
20995
|
+
* isMultiple
|
|
20996
|
+
* @desc:是否多选
|
|
20997
|
+
* @author liufan
|
|
20998
|
+
* @date 2022年9月13日
|
|
20998
20999
|
**/
|
|
20999
21000
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
21000
21001
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -21026,11 +21027,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21026
21027
|
}
|
|
21027
21028
|
},
|
|
21028
21029
|
|
|
21029
|
-
/**
|
|
21030
|
-
* getHedInfo
|
|
21031
|
-
* @desc:获取审核页面数据
|
|
21032
|
-
* @author liufan
|
|
21033
|
-
* @date 2022年5月25日
|
|
21030
|
+
/**
|
|
21031
|
+
* getHedInfo
|
|
21032
|
+
* @desc:获取审核页面数据
|
|
21033
|
+
* @author liufan
|
|
21034
|
+
* @date 2022年5月25日
|
|
21034
21035
|
**/
|
|
21035
21036
|
getHedInfo: function getHedInfo() {
|
|
21036
21037
|
var _this24 = this;
|
|
@@ -21266,13 +21267,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21266
21267
|
});
|
|
21267
21268
|
},
|
|
21268
21269
|
|
|
21269
|
-
/**
|
|
21270
|
-
* closeProcess
|
|
21271
|
-
* @desc:关闭弹窗
|
|
21272
|
-
* @author liufan
|
|
21273
|
-
* @param {boolean} val 当前是否办理流程
|
|
21274
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21275
|
-
* @date 2022年5月25日
|
|
21270
|
+
/**
|
|
21271
|
+
* closeProcess
|
|
21272
|
+
* @desc:关闭弹窗
|
|
21273
|
+
* @author liufan
|
|
21274
|
+
* @param {boolean} val 当前是否办理流程
|
|
21275
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21276
|
+
* @date 2022年5月25日
|
|
21276
21277
|
**/
|
|
21277
21278
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21278
21279
|
if (closeParent) {
|
|
@@ -21289,23 +21290,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21289
21290
|
}
|
|
21290
21291
|
},
|
|
21291
21292
|
|
|
21292
|
-
/**
|
|
21293
|
-
* selectChange
|
|
21294
|
-
* @desc:常用语选择
|
|
21295
|
-
* @author liufan
|
|
21296
|
-
* @param {String} val 选中值
|
|
21297
|
-
* @date 2022年5月25日
|
|
21293
|
+
/**
|
|
21294
|
+
* selectChange
|
|
21295
|
+
* @desc:常用语选择
|
|
21296
|
+
* @author liufan
|
|
21297
|
+
* @param {String} val 选中值
|
|
21298
|
+
* @date 2022年5月25日
|
|
21298
21299
|
**/
|
|
21299
21300
|
selectChange: function selectChange(val) {
|
|
21300
21301
|
this.value = val;
|
|
21301
21302
|
},
|
|
21302
21303
|
|
|
21303
|
-
/**
|
|
21304
|
-
* upDate
|
|
21305
|
-
* @desc:修改常用语
|
|
21306
|
-
* @author liufan
|
|
21307
|
-
* @param {Object} val 修改值
|
|
21308
|
-
* @date 2022年5月25日
|
|
21304
|
+
/**
|
|
21305
|
+
* upDate
|
|
21306
|
+
* @desc:修改常用语
|
|
21307
|
+
* @author liufan
|
|
21308
|
+
* @param {Object} val 修改值
|
|
21309
|
+
* @date 2022年5月25日
|
|
21309
21310
|
**/
|
|
21310
21311
|
upDate: function upDate(val) {
|
|
21311
21312
|
this.FormData.id = val.id;
|
|
@@ -21313,11 +21314,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21313
21314
|
},
|
|
21314
21315
|
|
|
21315
21316
|
|
|
21316
|
-
/**
|
|
21317
|
-
* getProcess
|
|
21318
|
-
* @desc:获取选择流程
|
|
21319
|
-
* @author liufan
|
|
21320
|
-
* @date 2022年5月25日
|
|
21317
|
+
/**
|
|
21318
|
+
* getProcess
|
|
21319
|
+
* @desc:获取选择流程
|
|
21320
|
+
* @author liufan
|
|
21321
|
+
* @date 2022年5月25日
|
|
21321
21322
|
**/
|
|
21322
21323
|
getProcess: function getProcess() {
|
|
21323
21324
|
var _this25 = this;
|
|
@@ -21371,11 +21372,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21371
21372
|
});
|
|
21372
21373
|
},
|
|
21373
21374
|
|
|
21374
|
-
/**
|
|
21375
|
-
* getPendedhistoryList
|
|
21376
|
-
* @desc:获取流程列表
|
|
21377
|
-
* @author liufan
|
|
21378
|
-
* @date 2022年5月25日
|
|
21375
|
+
/**
|
|
21376
|
+
* getPendedhistoryList
|
|
21377
|
+
* @desc:获取流程列表
|
|
21378
|
+
* @author liufan
|
|
21379
|
+
* @date 2022年5月25日
|
|
21379
21380
|
**/
|
|
21380
21381
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21381
21382
|
var _this26 = this;
|
|
@@ -21407,12 +21408,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21407
21408
|
},
|
|
21408
21409
|
|
|
21409
21410
|
// 提交流程
|
|
21410
|
-
/**
|
|
21411
|
-
* subProcess
|
|
21412
|
-
* @desc:提交流程
|
|
21413
|
-
* @author liufan
|
|
21414
|
-
* @param {String} formName 当前form表单ref值
|
|
21415
|
-
* @date 2022年5月25日
|
|
21411
|
+
/**
|
|
21412
|
+
* subProcess
|
|
21413
|
+
* @desc:提交流程
|
|
21414
|
+
* @author liufan
|
|
21415
|
+
* @param {String} formName 当前form表单ref值
|
|
21416
|
+
* @date 2022年5月25日
|
|
21416
21417
|
**/
|
|
21417
21418
|
subProcess: function subProcess(val) {
|
|
21418
21419
|
var _this27 = this;
|
|
@@ -24958,11 +24959,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24958
24959
|
});
|
|
24959
24960
|
},
|
|
24960
24961
|
|
|
24961
|
-
/**
|
|
24962
|
-
* saveInfo
|
|
24963
|
-
* @desc:暂存
|
|
24964
|
-
* @author liufan
|
|
24965
|
-
* @date 2022年9月9日
|
|
24962
|
+
/**
|
|
24963
|
+
* saveInfo
|
|
24964
|
+
* @desc:暂存
|
|
24965
|
+
* @author liufan
|
|
24966
|
+
* @date 2022年9月9日
|
|
24966
24967
|
**/
|
|
24967
24968
|
saveInfo: function saveInfo(type, btn) {
|
|
24968
24969
|
var _this11 = this;
|
|
@@ -25024,11 +25025,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25024
25025
|
});
|
|
25025
25026
|
},
|
|
25026
25027
|
|
|
25027
|
-
/**
|
|
25028
|
-
* rejectBtn
|
|
25029
|
-
* @desc:点击驳回
|
|
25030
|
-
* @author liufan
|
|
25031
|
-
* @date 2022年5月25日
|
|
25028
|
+
/**
|
|
25029
|
+
* rejectBtn
|
|
25030
|
+
* @desc:点击驳回
|
|
25031
|
+
* @author liufan
|
|
25032
|
+
* @date 2022年5月25日
|
|
25032
25033
|
**/
|
|
25033
25034
|
rejectBtn: function rejectBtn() {
|
|
25034
25035
|
var _this13 = this;
|
|
@@ -25046,11 +25047,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25046
25047
|
}
|
|
25047
25048
|
},
|
|
25048
25049
|
|
|
25049
|
-
/**
|
|
25050
|
-
* taskReadBtn
|
|
25051
|
-
* @desc:点击分阅
|
|
25052
|
-
* @author liufan
|
|
25053
|
-
* @date 2022年5月25日
|
|
25050
|
+
/**
|
|
25051
|
+
* taskReadBtn
|
|
25052
|
+
* @desc:点击分阅
|
|
25053
|
+
* @author liufan
|
|
25054
|
+
* @date 2022年5月25日
|
|
25054
25055
|
**/
|
|
25055
25056
|
taskReadBtn: function taskReadBtn() {
|
|
25056
25057
|
var _this14 = this;
|
|
@@ -25069,11 +25070,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25069
25070
|
}
|
|
25070
25071
|
},
|
|
25071
25072
|
|
|
25072
|
-
/**
|
|
25073
|
-
* getFind
|
|
25074
|
-
* @desc:获取通知方式
|
|
25075
|
-
* @author liufan
|
|
25076
|
-
* @date 2022年5月25日
|
|
25073
|
+
/**
|
|
25074
|
+
* getFind
|
|
25075
|
+
* @desc:获取通知方式
|
|
25076
|
+
* @author liufan
|
|
25077
|
+
* @date 2022年5月25日
|
|
25077
25078
|
**/
|
|
25078
25079
|
getFind: function getFind() {
|
|
25079
25080
|
var _this15 = this;
|
|
@@ -25139,12 +25140,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25139
25140
|
});
|
|
25140
25141
|
},
|
|
25141
25142
|
|
|
25142
|
-
/**
|
|
25143
|
-
* endFlows
|
|
25144
|
-
* @desc:直接办结
|
|
25145
|
-
* @author liufan
|
|
25146
|
-
* @param {Object} res 直接办结数据
|
|
25147
|
-
* @date 2022年5月25日
|
|
25143
|
+
/**
|
|
25144
|
+
* endFlows
|
|
25145
|
+
* @desc:直接办结
|
|
25146
|
+
* @author liufan
|
|
25147
|
+
* @param {Object} res 直接办结数据
|
|
25148
|
+
* @date 2022年5月25日
|
|
25148
25149
|
**/
|
|
25149
25150
|
endFlows: function endFlows(res) {
|
|
25150
25151
|
var _this17 = this;
|
|
@@ -25199,12 +25200,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25199
25200
|
}).catch(function (e) {});
|
|
25200
25201
|
},
|
|
25201
25202
|
|
|
25202
|
-
/**
|
|
25203
|
-
* goView
|
|
25204
|
-
* @desc:更多流程按钮操作
|
|
25205
|
-
* @author liufan
|
|
25206
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
25207
|
-
* @date 2022年5月25日
|
|
25203
|
+
/**
|
|
25204
|
+
* goView
|
|
25205
|
+
* @desc:更多流程按钮操作
|
|
25206
|
+
* @author liufan
|
|
25207
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
25208
|
+
* @date 2022年5月25日
|
|
25208
25209
|
**/
|
|
25209
25210
|
goView: function goView(res) {
|
|
25210
25211
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -25289,11 +25290,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25289
25290
|
// isCanStartSubFlow
|
|
25290
25291
|
},
|
|
25291
25292
|
|
|
25292
|
-
/**
|
|
25293
|
-
* toTakeAdvice
|
|
25294
|
-
* @desc:征求意见
|
|
25295
|
-
* @author liufan
|
|
25296
|
-
* @date 2022年9月29日
|
|
25293
|
+
/**
|
|
25294
|
+
* toTakeAdvice
|
|
25295
|
+
* @desc:征求意见
|
|
25296
|
+
* @author liufan
|
|
25297
|
+
* @date 2022年9月29日
|
|
25297
25298
|
**/
|
|
25298
25299
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
25299
25300
|
var _this19 = this;
|
|
@@ -25337,11 +25338,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25337
25338
|
});
|
|
25338
25339
|
},
|
|
25339
25340
|
|
|
25340
|
-
/**
|
|
25341
|
-
* toStartDraf
|
|
25342
|
-
* @desc: 稿件递送、联合审核、复核
|
|
25343
|
-
* @author liufan
|
|
25344
|
-
* @date 2022年9月29日
|
|
25341
|
+
/**
|
|
25342
|
+
* toStartDraf
|
|
25343
|
+
* @desc: 稿件递送、联合审核、复核
|
|
25344
|
+
* @author liufan
|
|
25345
|
+
* @date 2022年9月29日
|
|
25345
25346
|
**/
|
|
25346
25347
|
toStartDraf: function toStartDraf(res) {
|
|
25347
25348
|
var _this21 = this;
|
|
@@ -25355,11 +25356,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25355
25356
|
}
|
|
25356
25357
|
},
|
|
25357
25358
|
|
|
25358
|
-
/**
|
|
25359
|
-
* toSendMsg
|
|
25360
|
-
* @desc:核稿通知
|
|
25361
|
-
* @author liufan
|
|
25362
|
-
* @date 2022年9月29日
|
|
25359
|
+
/**
|
|
25360
|
+
* toSendMsg
|
|
25361
|
+
* @desc:核稿通知
|
|
25362
|
+
* @author liufan
|
|
25363
|
+
* @date 2022年9月29日
|
|
25363
25364
|
**/
|
|
25364
25365
|
toSendMsg: function toSendMsg(res) {
|
|
25365
25366
|
var _this22 = this;
|
|
@@ -25373,11 +25374,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25373
25374
|
}
|
|
25374
25375
|
},
|
|
25375
25376
|
|
|
25376
|
-
/**
|
|
25377
|
-
* toTaskReadAndEnd
|
|
25378
|
-
* @desc:分阅并办结
|
|
25379
|
-
* @author liufan
|
|
25380
|
-
* @date 2022年9月29日
|
|
25377
|
+
/**
|
|
25378
|
+
* toTaskReadAndEnd
|
|
25379
|
+
* @desc:分阅并办结
|
|
25380
|
+
* @author liufan
|
|
25381
|
+
* @date 2022年9月29日
|
|
25381
25382
|
**/
|
|
25382
25383
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
25383
25384
|
var _this23 = this;
|
|
@@ -25395,11 +25396,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25395
25396
|
}
|
|
25396
25397
|
},
|
|
25397
25398
|
|
|
25398
|
-
/**
|
|
25399
|
-
* rejectAndEnd
|
|
25400
|
-
* @desc:驳回并办结
|
|
25401
|
-
* @author liufan
|
|
25402
|
-
* @date 2022年9月29日
|
|
25399
|
+
/**
|
|
25400
|
+
* rejectAndEnd
|
|
25401
|
+
* @desc:驳回并办结
|
|
25402
|
+
* @author liufan
|
|
25403
|
+
* @date 2022年9月29日
|
|
25403
25404
|
**/
|
|
25404
25405
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
25405
25406
|
var _this24 = this;
|
|
@@ -25455,11 +25456,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25455
25456
|
});
|
|
25456
25457
|
},
|
|
25457
25458
|
|
|
25458
|
-
/**
|
|
25459
|
-
* toTransfer
|
|
25460
|
-
* @desc:转办
|
|
25461
|
-
* @author liufan
|
|
25462
|
-
* @date 2022年9月29日
|
|
25459
|
+
/**
|
|
25460
|
+
* toTransfer
|
|
25461
|
+
* @desc:转办
|
|
25462
|
+
* @author liufan
|
|
25463
|
+
* @date 2022年9月29日
|
|
25463
25464
|
**/
|
|
25464
25465
|
toTransfer: function toTransfer(res) {
|
|
25465
25466
|
var _this26 = this;
|
|
@@ -25475,11 +25476,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25475
25476
|
}
|
|
25476
25477
|
},
|
|
25477
25478
|
|
|
25478
|
-
/**
|
|
25479
|
-
* getNodeInfo
|
|
25480
|
-
* @desc:获取节点信息
|
|
25481
|
-
* @author liufan
|
|
25482
|
-
* @date 2022年5月25日
|
|
25479
|
+
/**
|
|
25480
|
+
* getNodeInfo
|
|
25481
|
+
* @desc:获取节点信息
|
|
25482
|
+
* @author liufan
|
|
25483
|
+
* @date 2022年5月25日
|
|
25483
25484
|
**/
|
|
25484
25485
|
getNodeInfo: function getNodeInfo() {
|
|
25485
25486
|
var _this27 = this;
|
|
@@ -25583,12 +25584,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25583
25584
|
});
|
|
25584
25585
|
},
|
|
25585
25586
|
|
|
25586
|
-
/**
|
|
25587
|
-
* selecNext
|
|
25588
|
-
* @desc:下步节点变化时更新数据
|
|
25589
|
-
* @author liufan
|
|
25590
|
-
* @param {String} val 当前选中值
|
|
25591
|
-
* @date 2022年5月25日
|
|
25587
|
+
/**
|
|
25588
|
+
* selecNext
|
|
25589
|
+
* @desc:下步节点变化时更新数据
|
|
25590
|
+
* @author liufan
|
|
25591
|
+
* @param {String} val 当前选中值
|
|
25592
|
+
* @date 2022年5月25日
|
|
25592
25593
|
**/
|
|
25593
25594
|
selecNext: function selecNext(val, type, isDef) {
|
|
25594
25595
|
var _this28 = this;
|
|
@@ -25720,11 +25721,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25720
25721
|
this.getNodeInfo();
|
|
25721
25722
|
},
|
|
25722
25723
|
|
|
25723
|
-
/**
|
|
25724
|
-
* isMultiple
|
|
25725
|
-
* @desc:是否多选
|
|
25726
|
-
* @author liufan
|
|
25727
|
-
* @date 2022年9月13日
|
|
25724
|
+
/**
|
|
25725
|
+
* isMultiple
|
|
25726
|
+
* @desc:是否多选
|
|
25727
|
+
* @author liufan
|
|
25728
|
+
* @date 2022年9月13日
|
|
25728
25729
|
**/
|
|
25729
25730
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
25730
25731
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -25756,11 +25757,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25756
25757
|
}
|
|
25757
25758
|
},
|
|
25758
25759
|
|
|
25759
|
-
/**
|
|
25760
|
-
* getHedInfo
|
|
25761
|
-
* @desc:获取审核页面数据
|
|
25762
|
-
* @author liufan
|
|
25763
|
-
* @date 2022年5月25日
|
|
25760
|
+
/**
|
|
25761
|
+
* getHedInfo
|
|
25762
|
+
* @desc:获取审核页面数据
|
|
25763
|
+
* @author liufan
|
|
25764
|
+
* @date 2022年5月25日
|
|
25764
25765
|
**/
|
|
25765
25766
|
getHedInfo: function getHedInfo() {
|
|
25766
25767
|
var _this29 = this;
|
|
@@ -25927,6 +25928,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25927
25928
|
});
|
|
25928
25929
|
}
|
|
25929
25930
|
_this29.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
|
|
25931
|
+
console.log(opinion, 'opinionopinionopinion');
|
|
25930
25932
|
_this29.value = opinion || '';
|
|
25931
25933
|
_this29.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
|
|
25932
25934
|
_this29.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
|
|
@@ -26059,13 +26061,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26059
26061
|
});
|
|
26060
26062
|
},
|
|
26061
26063
|
|
|
26062
|
-
/**
|
|
26063
|
-
* closeProcess
|
|
26064
|
-
* @desc:关闭弹窗
|
|
26065
|
-
* @author liufan
|
|
26066
|
-
* @param {boolean} val 当前是否办理流程
|
|
26067
|
-
* @param {String} type 当前点击的弹窗类型
|
|
26068
|
-
* @date 2022年5月25日
|
|
26064
|
+
/**
|
|
26065
|
+
* closeProcess
|
|
26066
|
+
* @desc:关闭弹窗
|
|
26067
|
+
* @author liufan
|
|
26068
|
+
* @param {boolean} val 当前是否办理流程
|
|
26069
|
+
* @param {String} type 当前点击的弹窗类型
|
|
26070
|
+
* @date 2022年5月25日
|
|
26069
26071
|
**/
|
|
26070
26072
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
26071
26073
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -26085,23 +26087,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26085
26087
|
}
|
|
26086
26088
|
},
|
|
26087
26089
|
|
|
26088
|
-
/**
|
|
26089
|
-
* selectChange
|
|
26090
|
-
* @desc:常用语选择
|
|
26091
|
-
* @author liufan
|
|
26092
|
-
* @param {String} val 选中值
|
|
26093
|
-
* @date 2022年5月25日
|
|
26090
|
+
/**
|
|
26091
|
+
* selectChange
|
|
26092
|
+
* @desc:常用语选择
|
|
26093
|
+
* @author liufan
|
|
26094
|
+
* @param {String} val 选中值
|
|
26095
|
+
* @date 2022年5月25日
|
|
26094
26096
|
**/
|
|
26095
26097
|
selectChange: function selectChange(val) {
|
|
26096
26098
|
this.value = val;
|
|
26097
26099
|
},
|
|
26098
26100
|
|
|
26099
|
-
/**
|
|
26100
|
-
* upDate
|
|
26101
|
-
* @desc:修改常用语
|
|
26102
|
-
* @author liufan
|
|
26103
|
-
* @param {Object} val 修改值
|
|
26104
|
-
* @date 2022年5月25日
|
|
26101
|
+
/**
|
|
26102
|
+
* upDate
|
|
26103
|
+
* @desc:修改常用语
|
|
26104
|
+
* @author liufan
|
|
26105
|
+
* @param {Object} val 修改值
|
|
26106
|
+
* @date 2022年5月25日
|
|
26105
26107
|
**/
|
|
26106
26108
|
upDate: function upDate(val) {
|
|
26107
26109
|
this.FormData.id = val.id;
|
|
@@ -26109,11 +26111,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26109
26111
|
},
|
|
26110
26112
|
|
|
26111
26113
|
|
|
26112
|
-
/**
|
|
26113
|
-
* getProcess
|
|
26114
|
-
* @desc:获取选择流程
|
|
26115
|
-
* @author liufan
|
|
26116
|
-
* @date 2022年5月25日
|
|
26114
|
+
/**
|
|
26115
|
+
* getProcess
|
|
26116
|
+
* @desc:获取选择流程
|
|
26117
|
+
* @author liufan
|
|
26118
|
+
* @date 2022年5月25日
|
|
26117
26119
|
**/
|
|
26118
26120
|
getProcess: function getProcess(val) {
|
|
26119
26121
|
var _this30 = this;
|
|
@@ -26173,11 +26175,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26173
26175
|
});
|
|
26174
26176
|
},
|
|
26175
26177
|
|
|
26176
|
-
/**
|
|
26177
|
-
* getPendedhistoryList
|
|
26178
|
-
* @desc:获取流程列表
|
|
26179
|
-
* @author liufan
|
|
26180
|
-
* @date 2022年5月25日
|
|
26178
|
+
/**
|
|
26179
|
+
* getPendedhistoryList
|
|
26180
|
+
* @desc:获取流程列表
|
|
26181
|
+
* @author liufan
|
|
26182
|
+
* @date 2022年5月25日
|
|
26181
26183
|
**/
|
|
26182
26184
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
26183
26185
|
var _this31 = this;
|
|
@@ -26245,12 +26247,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26245
26247
|
},
|
|
26246
26248
|
|
|
26247
26249
|
// 提交流程
|
|
26248
|
-
/**
|
|
26249
|
-
* subProcess
|
|
26250
|
-
* @desc:提交流程
|
|
26251
|
-
* @author liufan
|
|
26252
|
-
* @param {String} formName 当前form表单ref值
|
|
26253
|
-
* @date 2022年5月25日
|
|
26250
|
+
/**
|
|
26251
|
+
* subProcess
|
|
26252
|
+
* @desc:提交流程
|
|
26253
|
+
* @author liufan
|
|
26254
|
+
* @param {String} formName 当前form表单ref值
|
|
26255
|
+
* @date 2022年5月25日
|
|
26254
26256
|
**/
|
|
26255
26257
|
subProcess: function subProcess(val, type) {
|
|
26256
26258
|
var _this33 = this;
|