eoss-ui 0.7.18 → 0.7.20
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/button-group.js +151 -4
- package/lib/calogin.js +233 -233
- package/lib/eoss-ui.common.js +947 -795
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +299 -296
- 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/lib/tree.js +3 -3
- package/package.json +160 -160
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +346 -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 +650 -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/src/main.vue +1 -1
- 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;
|
|
@@ -15982,8 +15983,8 @@ var reset_component = Object(componentNormalizer["a" /* default */])(
|
|
|
15982
15983
|
)
|
|
15983
15984
|
|
|
15984
15985
|
/* harmony default export */ var src_reset = (reset_component.exports);
|
|
15985
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
15986
|
-
var
|
|
15986
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=1d14cf9e&
|
|
15987
|
+
var taskUnionExaminevue_type_template_id_1d14cf9e_render = function () {
|
|
15987
15988
|
var _vm = this
|
|
15988
15989
|
var _h = _vm.$createElement
|
|
15989
15990
|
var _c = _vm._self._c || _h
|
|
@@ -16245,11 +16246,11 @@ var taskUnionExaminevue_type_template_id_e0b78d58_render = function () {
|
|
|
16245
16246
|
1
|
|
16246
16247
|
)
|
|
16247
16248
|
}
|
|
16248
|
-
var
|
|
16249
|
-
|
|
16249
|
+
var taskUnionExaminevue_type_template_id_1d14cf9e_staticRenderFns = []
|
|
16250
|
+
taskUnionExaminevue_type_template_id_1d14cf9e_render._withStripped = true
|
|
16250
16251
|
|
|
16251
16252
|
|
|
16252
|
-
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=
|
|
16253
|
+
// CONCATENATED MODULE: ./packages/flow/src/component/taskUnionExamine.vue?vue&type=template&id=1d14cf9e&
|
|
16253
16254
|
|
|
16254
16255
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/taskUnionExamine.vue?vue&type=script&lang=js&
|
|
16255
16256
|
var taskUnionExaminevue_type_script_lang_js_components;
|
|
@@ -16423,6 +16424,7 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16423
16424
|
nextOtherOrgObj: [],
|
|
16424
16425
|
nextCurrentOrgObj: [],
|
|
16425
16426
|
noticeType: [],
|
|
16427
|
+
noticeList: [],
|
|
16426
16428
|
noticeInfo: '',
|
|
16427
16429
|
opinion: ''
|
|
16428
16430
|
},
|
|
@@ -16843,8 +16845,8 @@ var taskUnionExaminevue_type_script_lang_js_components;
|
|
|
16843
16845
|
|
|
16844
16846
|
var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
|
|
16845
16847
|
component_taskUnionExaminevue_type_script_lang_js_,
|
|
16846
|
-
|
|
16847
|
-
|
|
16848
|
+
taskUnionExaminevue_type_template_id_1d14cf9e_render,
|
|
16849
|
+
taskUnionExaminevue_type_template_id_1d14cf9e_staticRenderFns,
|
|
16848
16850
|
false,
|
|
16849
16851
|
null,
|
|
16850
16852
|
null,
|
|
@@ -20269,11 +20271,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20269
20271
|
});
|
|
20270
20272
|
},
|
|
20271
20273
|
|
|
20272
|
-
/**
|
|
20273
|
-
* saveInfo
|
|
20274
|
-
* @desc:暂存
|
|
20275
|
-
* @author liufan
|
|
20276
|
-
* @date 2022年9月9日
|
|
20274
|
+
/**
|
|
20275
|
+
* saveInfo
|
|
20276
|
+
* @desc:暂存
|
|
20277
|
+
* @author liufan
|
|
20278
|
+
* @date 2022年9月9日
|
|
20277
20279
|
**/
|
|
20278
20280
|
saveInfo: function saveInfo(type, btn) {
|
|
20279
20281
|
var _this6 = this;
|
|
@@ -20335,11 +20337,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20335
20337
|
});
|
|
20336
20338
|
},
|
|
20337
20339
|
|
|
20338
|
-
/**
|
|
20339
|
-
* rejectBtn
|
|
20340
|
-
* @desc:点击驳回
|
|
20341
|
-
* @author liufan
|
|
20342
|
-
* @date 2022年5月25日
|
|
20340
|
+
/**
|
|
20341
|
+
* rejectBtn
|
|
20342
|
+
* @desc:点击驳回
|
|
20343
|
+
* @author liufan
|
|
20344
|
+
* @date 2022年5月25日
|
|
20343
20345
|
**/
|
|
20344
20346
|
rejectBtn: function rejectBtn() {
|
|
20345
20347
|
var _this8 = this;
|
|
@@ -20357,11 +20359,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20357
20359
|
}
|
|
20358
20360
|
},
|
|
20359
20361
|
|
|
20360
|
-
/**
|
|
20361
|
-
* taskReadBtn
|
|
20362
|
-
* @desc:点击分阅
|
|
20363
|
-
* @author liufan
|
|
20364
|
-
* @date 2022年5月25日
|
|
20362
|
+
/**
|
|
20363
|
+
* taskReadBtn
|
|
20364
|
+
* @desc:点击分阅
|
|
20365
|
+
* @author liufan
|
|
20366
|
+
* @date 2022年5月25日
|
|
20365
20367
|
**/
|
|
20366
20368
|
taskReadBtn: function taskReadBtn() {
|
|
20367
20369
|
var _this9 = this;
|
|
@@ -20380,11 +20382,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20380
20382
|
}
|
|
20381
20383
|
},
|
|
20382
20384
|
|
|
20383
|
-
/**
|
|
20384
|
-
* getFind
|
|
20385
|
-
* @desc:获取通知方式
|
|
20386
|
-
* @author liufan
|
|
20387
|
-
* @date 2022年5月25日
|
|
20385
|
+
/**
|
|
20386
|
+
* getFind
|
|
20387
|
+
* @desc:获取通知方式
|
|
20388
|
+
* @author liufan
|
|
20389
|
+
* @date 2022年5月25日
|
|
20388
20390
|
**/
|
|
20389
20391
|
getFind: function getFind() {
|
|
20390
20392
|
var _this10 = this;
|
|
@@ -20439,12 +20441,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20439
20441
|
});
|
|
20440
20442
|
},
|
|
20441
20443
|
|
|
20442
|
-
/**
|
|
20443
|
-
* endFlows
|
|
20444
|
-
* @desc:直接办结
|
|
20445
|
-
* @author liufan
|
|
20446
|
-
* @param {Object} res 直接办结数据
|
|
20447
|
-
* @date 2022年5月25日
|
|
20444
|
+
/**
|
|
20445
|
+
* endFlows
|
|
20446
|
+
* @desc:直接办结
|
|
20447
|
+
* @author liufan
|
|
20448
|
+
* @param {Object} res 直接办结数据
|
|
20449
|
+
* @date 2022年5月25日
|
|
20448
20450
|
**/
|
|
20449
20451
|
endFlows: function endFlows(res) {
|
|
20450
20452
|
var _this12 = this;
|
|
@@ -20498,12 +20500,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20498
20500
|
}).catch(function (e) {});
|
|
20499
20501
|
},
|
|
20500
20502
|
|
|
20501
|
-
/**
|
|
20502
|
-
* goView
|
|
20503
|
-
* @desc:更多流程按钮操作
|
|
20504
|
-
* @author liufan
|
|
20505
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20506
|
-
* @date 2022年5月25日
|
|
20503
|
+
/**
|
|
20504
|
+
* goView
|
|
20505
|
+
* @desc:更多流程按钮操作
|
|
20506
|
+
* @author liufan
|
|
20507
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20508
|
+
* @date 2022年5月25日
|
|
20507
20509
|
**/
|
|
20508
20510
|
goView: function goView(res) {
|
|
20509
20511
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20588,11 +20590,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20588
20590
|
// isCanStartSubFlow
|
|
20589
20591
|
},
|
|
20590
20592
|
|
|
20591
|
-
/**
|
|
20592
|
-
* toTakeAdvice
|
|
20593
|
-
* @desc:征求意见
|
|
20594
|
-
* @author liufan
|
|
20595
|
-
* @date 2022年9月29日
|
|
20593
|
+
/**
|
|
20594
|
+
* toTakeAdvice
|
|
20595
|
+
* @desc:征求意见
|
|
20596
|
+
* @author liufan
|
|
20597
|
+
* @date 2022年9月29日
|
|
20596
20598
|
**/
|
|
20597
20599
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20598
20600
|
var _this14 = this;
|
|
@@ -20636,11 +20638,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20636
20638
|
});
|
|
20637
20639
|
},
|
|
20638
20640
|
|
|
20639
|
-
/**
|
|
20640
|
-
* toStartDraf
|
|
20641
|
-
* @desc: 稿件递送、联合审核、复核
|
|
20642
|
-
* @author liufan
|
|
20643
|
-
* @date 2022年9月29日
|
|
20641
|
+
/**
|
|
20642
|
+
* toStartDraf
|
|
20643
|
+
* @desc: 稿件递送、联合审核、复核
|
|
20644
|
+
* @author liufan
|
|
20645
|
+
* @date 2022年9月29日
|
|
20644
20646
|
**/
|
|
20645
20647
|
toStartDraf: function toStartDraf(res) {
|
|
20646
20648
|
var _this16 = this;
|
|
@@ -20654,11 +20656,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20654
20656
|
}
|
|
20655
20657
|
},
|
|
20656
20658
|
|
|
20657
|
-
/**
|
|
20658
|
-
* toSendMsg
|
|
20659
|
-
* @desc:核稿通知
|
|
20660
|
-
* @author liufan
|
|
20661
|
-
* @date 2022年9月29日
|
|
20659
|
+
/**
|
|
20660
|
+
* toSendMsg
|
|
20661
|
+
* @desc:核稿通知
|
|
20662
|
+
* @author liufan
|
|
20663
|
+
* @date 2022年9月29日
|
|
20662
20664
|
**/
|
|
20663
20665
|
toSendMsg: function toSendMsg(res) {
|
|
20664
20666
|
var _this17 = this;
|
|
@@ -20672,11 +20674,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20672
20674
|
}
|
|
20673
20675
|
},
|
|
20674
20676
|
|
|
20675
|
-
/**
|
|
20676
|
-
* toTaskReadAndEnd
|
|
20677
|
-
* @desc:分阅并办结
|
|
20678
|
-
* @author liufan
|
|
20679
|
-
* @date 2022年9月29日
|
|
20677
|
+
/**
|
|
20678
|
+
* toTaskReadAndEnd
|
|
20679
|
+
* @desc:分阅并办结
|
|
20680
|
+
* @author liufan
|
|
20681
|
+
* @date 2022年9月29日
|
|
20680
20682
|
**/
|
|
20681
20683
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
20682
20684
|
var _this18 = this;
|
|
@@ -20694,11 +20696,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20694
20696
|
}
|
|
20695
20697
|
},
|
|
20696
20698
|
|
|
20697
|
-
/**
|
|
20698
|
-
* rejectAndEnd
|
|
20699
|
-
* @desc:驳回并办结
|
|
20700
|
-
* @author liufan
|
|
20701
|
-
* @date 2022年9月29日
|
|
20699
|
+
/**
|
|
20700
|
+
* rejectAndEnd
|
|
20701
|
+
* @desc:驳回并办结
|
|
20702
|
+
* @author liufan
|
|
20703
|
+
* @date 2022年9月29日
|
|
20702
20704
|
**/
|
|
20703
20705
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
20704
20706
|
var _this19 = this;
|
|
@@ -20753,11 +20755,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20753
20755
|
});
|
|
20754
20756
|
},
|
|
20755
20757
|
|
|
20756
|
-
/**
|
|
20757
|
-
* toTransfer
|
|
20758
|
-
* @desc:转办
|
|
20759
|
-
* @author liufan
|
|
20760
|
-
* @date 2022年9月29日
|
|
20758
|
+
/**
|
|
20759
|
+
* toTransfer
|
|
20760
|
+
* @desc:转办
|
|
20761
|
+
* @author liufan
|
|
20762
|
+
* @date 2022年9月29日
|
|
20761
20763
|
**/
|
|
20762
20764
|
toTransfer: function toTransfer(res) {
|
|
20763
20765
|
var _this21 = this;
|
|
@@ -20773,11 +20775,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20773
20775
|
}
|
|
20774
20776
|
},
|
|
20775
20777
|
|
|
20776
|
-
/**
|
|
20777
|
-
* getNodeInfo
|
|
20778
|
-
* @desc:获取节点信息
|
|
20779
|
-
* @author liufan
|
|
20780
|
-
* @date 2022年5月25日
|
|
20778
|
+
/**
|
|
20779
|
+
* getNodeInfo
|
|
20780
|
+
* @desc:获取节点信息
|
|
20781
|
+
* @author liufan
|
|
20782
|
+
* @date 2022年5月25日
|
|
20781
20783
|
**/
|
|
20782
20784
|
getNodeInfo: function getNodeInfo() {
|
|
20783
20785
|
var _this22 = this;
|
|
@@ -20876,12 +20878,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20876
20878
|
});
|
|
20877
20879
|
},
|
|
20878
20880
|
|
|
20879
|
-
/**
|
|
20880
|
-
* selecNext
|
|
20881
|
-
* @desc:下步节点变化时更新数据
|
|
20882
|
-
* @author liufan
|
|
20883
|
-
* @param {String} val 当前选中值
|
|
20884
|
-
* @date 2022年5月25日
|
|
20881
|
+
/**
|
|
20882
|
+
* selecNext
|
|
20883
|
+
* @desc:下步节点变化时更新数据
|
|
20884
|
+
* @author liufan
|
|
20885
|
+
* @param {String} val 当前选中值
|
|
20886
|
+
* @date 2022年5月25日
|
|
20885
20887
|
**/
|
|
20886
20888
|
selecNext: function selecNext(val, type, isDef) {
|
|
20887
20889
|
var _this23 = this;
|
|
@@ -20990,11 +20992,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20990
20992
|
if (isDef !== true) this.getNodeInfo();
|
|
20991
20993
|
},
|
|
20992
20994
|
|
|
20993
|
-
/**
|
|
20994
|
-
* isMultiple
|
|
20995
|
-
* @desc:是否多选
|
|
20996
|
-
* @author liufan
|
|
20997
|
-
* @date 2022年9月13日
|
|
20995
|
+
/**
|
|
20996
|
+
* isMultiple
|
|
20997
|
+
* @desc:是否多选
|
|
20998
|
+
* @author liufan
|
|
20999
|
+
* @date 2022年9月13日
|
|
20998
21000
|
**/
|
|
20999
21001
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
21000
21002
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -21026,11 +21028,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21026
21028
|
}
|
|
21027
21029
|
},
|
|
21028
21030
|
|
|
21029
|
-
/**
|
|
21030
|
-
* getHedInfo
|
|
21031
|
-
* @desc:获取审核页面数据
|
|
21032
|
-
* @author liufan
|
|
21033
|
-
* @date 2022年5月25日
|
|
21031
|
+
/**
|
|
21032
|
+
* getHedInfo
|
|
21033
|
+
* @desc:获取审核页面数据
|
|
21034
|
+
* @author liufan
|
|
21035
|
+
* @date 2022年5月25日
|
|
21034
21036
|
**/
|
|
21035
21037
|
getHedInfo: function getHedInfo() {
|
|
21036
21038
|
var _this24 = this;
|
|
@@ -21266,13 +21268,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21266
21268
|
});
|
|
21267
21269
|
},
|
|
21268
21270
|
|
|
21269
|
-
/**
|
|
21270
|
-
* closeProcess
|
|
21271
|
-
* @desc:关闭弹窗
|
|
21272
|
-
* @author liufan
|
|
21273
|
-
* @param {boolean} val 当前是否办理流程
|
|
21274
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21275
|
-
* @date 2022年5月25日
|
|
21271
|
+
/**
|
|
21272
|
+
* closeProcess
|
|
21273
|
+
* @desc:关闭弹窗
|
|
21274
|
+
* @author liufan
|
|
21275
|
+
* @param {boolean} val 当前是否办理流程
|
|
21276
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21277
|
+
* @date 2022年5月25日
|
|
21276
21278
|
**/
|
|
21277
21279
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21278
21280
|
if (closeParent) {
|
|
@@ -21289,23 +21291,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21289
21291
|
}
|
|
21290
21292
|
},
|
|
21291
21293
|
|
|
21292
|
-
/**
|
|
21293
|
-
* selectChange
|
|
21294
|
-
* @desc:常用语选择
|
|
21295
|
-
* @author liufan
|
|
21296
|
-
* @param {String} val 选中值
|
|
21297
|
-
* @date 2022年5月25日
|
|
21294
|
+
/**
|
|
21295
|
+
* selectChange
|
|
21296
|
+
* @desc:常用语选择
|
|
21297
|
+
* @author liufan
|
|
21298
|
+
* @param {String} val 选中值
|
|
21299
|
+
* @date 2022年5月25日
|
|
21298
21300
|
**/
|
|
21299
21301
|
selectChange: function selectChange(val) {
|
|
21300
21302
|
this.value = val;
|
|
21301
21303
|
},
|
|
21302
21304
|
|
|
21303
|
-
/**
|
|
21304
|
-
* upDate
|
|
21305
|
-
* @desc:修改常用语
|
|
21306
|
-
* @author liufan
|
|
21307
|
-
* @param {Object} val 修改值
|
|
21308
|
-
* @date 2022年5月25日
|
|
21305
|
+
/**
|
|
21306
|
+
* upDate
|
|
21307
|
+
* @desc:修改常用语
|
|
21308
|
+
* @author liufan
|
|
21309
|
+
* @param {Object} val 修改值
|
|
21310
|
+
* @date 2022年5月25日
|
|
21309
21311
|
**/
|
|
21310
21312
|
upDate: function upDate(val) {
|
|
21311
21313
|
this.FormData.id = val.id;
|
|
@@ -21313,11 +21315,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21313
21315
|
},
|
|
21314
21316
|
|
|
21315
21317
|
|
|
21316
|
-
/**
|
|
21317
|
-
* getProcess
|
|
21318
|
-
* @desc:获取选择流程
|
|
21319
|
-
* @author liufan
|
|
21320
|
-
* @date 2022年5月25日
|
|
21318
|
+
/**
|
|
21319
|
+
* getProcess
|
|
21320
|
+
* @desc:获取选择流程
|
|
21321
|
+
* @author liufan
|
|
21322
|
+
* @date 2022年5月25日
|
|
21321
21323
|
**/
|
|
21322
21324
|
getProcess: function getProcess() {
|
|
21323
21325
|
var _this25 = this;
|
|
@@ -21371,11 +21373,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21371
21373
|
});
|
|
21372
21374
|
},
|
|
21373
21375
|
|
|
21374
|
-
/**
|
|
21375
|
-
* getPendedhistoryList
|
|
21376
|
-
* @desc:获取流程列表
|
|
21377
|
-
* @author liufan
|
|
21378
|
-
* @date 2022年5月25日
|
|
21376
|
+
/**
|
|
21377
|
+
* getPendedhistoryList
|
|
21378
|
+
* @desc:获取流程列表
|
|
21379
|
+
* @author liufan
|
|
21380
|
+
* @date 2022年5月25日
|
|
21379
21381
|
**/
|
|
21380
21382
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21381
21383
|
var _this26 = this;
|
|
@@ -21407,12 +21409,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21407
21409
|
},
|
|
21408
21410
|
|
|
21409
21411
|
// 提交流程
|
|
21410
|
-
/**
|
|
21411
|
-
* subProcess
|
|
21412
|
-
* @desc:提交流程
|
|
21413
|
-
* @author liufan
|
|
21414
|
-
* @param {String} formName 当前form表单ref值
|
|
21415
|
-
* @date 2022年5月25日
|
|
21412
|
+
/**
|
|
21413
|
+
* subProcess
|
|
21414
|
+
* @desc:提交流程
|
|
21415
|
+
* @author liufan
|
|
21416
|
+
* @param {String} formName 当前form表单ref值
|
|
21417
|
+
* @date 2022年5月25日
|
|
21416
21418
|
**/
|
|
21417
21419
|
subProcess: function subProcess(val) {
|
|
21418
21420
|
var _this27 = this;
|
|
@@ -24958,11 +24960,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24958
24960
|
});
|
|
24959
24961
|
},
|
|
24960
24962
|
|
|
24961
|
-
/**
|
|
24962
|
-
* saveInfo
|
|
24963
|
-
* @desc:暂存
|
|
24964
|
-
* @author liufan
|
|
24965
|
-
* @date 2022年9月9日
|
|
24963
|
+
/**
|
|
24964
|
+
* saveInfo
|
|
24965
|
+
* @desc:暂存
|
|
24966
|
+
* @author liufan
|
|
24967
|
+
* @date 2022年9月9日
|
|
24966
24968
|
**/
|
|
24967
24969
|
saveInfo: function saveInfo(type, btn) {
|
|
24968
24970
|
var _this11 = this;
|
|
@@ -25024,11 +25026,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25024
25026
|
});
|
|
25025
25027
|
},
|
|
25026
25028
|
|
|
25027
|
-
/**
|
|
25028
|
-
* rejectBtn
|
|
25029
|
-
* @desc:点击驳回
|
|
25030
|
-
* @author liufan
|
|
25031
|
-
* @date 2022年5月25日
|
|
25029
|
+
/**
|
|
25030
|
+
* rejectBtn
|
|
25031
|
+
* @desc:点击驳回
|
|
25032
|
+
* @author liufan
|
|
25033
|
+
* @date 2022年5月25日
|
|
25032
25034
|
**/
|
|
25033
25035
|
rejectBtn: function rejectBtn() {
|
|
25034
25036
|
var _this13 = this;
|
|
@@ -25046,11 +25048,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25046
25048
|
}
|
|
25047
25049
|
},
|
|
25048
25050
|
|
|
25049
|
-
/**
|
|
25050
|
-
* taskReadBtn
|
|
25051
|
-
* @desc:点击分阅
|
|
25052
|
-
* @author liufan
|
|
25053
|
-
* @date 2022年5月25日
|
|
25051
|
+
/**
|
|
25052
|
+
* taskReadBtn
|
|
25053
|
+
* @desc:点击分阅
|
|
25054
|
+
* @author liufan
|
|
25055
|
+
* @date 2022年5月25日
|
|
25054
25056
|
**/
|
|
25055
25057
|
taskReadBtn: function taskReadBtn() {
|
|
25056
25058
|
var _this14 = this;
|
|
@@ -25069,11 +25071,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25069
25071
|
}
|
|
25070
25072
|
},
|
|
25071
25073
|
|
|
25072
|
-
/**
|
|
25073
|
-
* getFind
|
|
25074
|
-
* @desc:获取通知方式
|
|
25075
|
-
* @author liufan
|
|
25076
|
-
* @date 2022年5月25日
|
|
25074
|
+
/**
|
|
25075
|
+
* getFind
|
|
25076
|
+
* @desc:获取通知方式
|
|
25077
|
+
* @author liufan
|
|
25078
|
+
* @date 2022年5月25日
|
|
25077
25079
|
**/
|
|
25078
25080
|
getFind: function getFind() {
|
|
25079
25081
|
var _this15 = this;
|
|
@@ -25139,12 +25141,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25139
25141
|
});
|
|
25140
25142
|
},
|
|
25141
25143
|
|
|
25142
|
-
/**
|
|
25143
|
-
* endFlows
|
|
25144
|
-
* @desc:直接办结
|
|
25145
|
-
* @author liufan
|
|
25146
|
-
* @param {Object} res 直接办结数据
|
|
25147
|
-
* @date 2022年5月25日
|
|
25144
|
+
/**
|
|
25145
|
+
* endFlows
|
|
25146
|
+
* @desc:直接办结
|
|
25147
|
+
* @author liufan
|
|
25148
|
+
* @param {Object} res 直接办结数据
|
|
25149
|
+
* @date 2022年5月25日
|
|
25148
25150
|
**/
|
|
25149
25151
|
endFlows: function endFlows(res) {
|
|
25150
25152
|
var _this17 = this;
|
|
@@ -25199,12 +25201,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25199
25201
|
}).catch(function (e) {});
|
|
25200
25202
|
},
|
|
25201
25203
|
|
|
25202
|
-
/**
|
|
25203
|
-
* goView
|
|
25204
|
-
* @desc:更多流程按钮操作
|
|
25205
|
-
* @author liufan
|
|
25206
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
25207
|
-
* @date 2022年5月25日
|
|
25204
|
+
/**
|
|
25205
|
+
* goView
|
|
25206
|
+
* @desc:更多流程按钮操作
|
|
25207
|
+
* @author liufan
|
|
25208
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
25209
|
+
* @date 2022年5月25日
|
|
25208
25210
|
**/
|
|
25209
25211
|
goView: function goView(res) {
|
|
25210
25212
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -25289,11 +25291,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25289
25291
|
// isCanStartSubFlow
|
|
25290
25292
|
},
|
|
25291
25293
|
|
|
25292
|
-
/**
|
|
25293
|
-
* toTakeAdvice
|
|
25294
|
-
* @desc:征求意见
|
|
25295
|
-
* @author liufan
|
|
25296
|
-
* @date 2022年9月29日
|
|
25294
|
+
/**
|
|
25295
|
+
* toTakeAdvice
|
|
25296
|
+
* @desc:征求意见
|
|
25297
|
+
* @author liufan
|
|
25298
|
+
* @date 2022年9月29日
|
|
25297
25299
|
**/
|
|
25298
25300
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
25299
25301
|
var _this19 = this;
|
|
@@ -25337,11 +25339,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25337
25339
|
});
|
|
25338
25340
|
},
|
|
25339
25341
|
|
|
25340
|
-
/**
|
|
25341
|
-
* toStartDraf
|
|
25342
|
-
* @desc: 稿件递送、联合审核、复核
|
|
25343
|
-
* @author liufan
|
|
25344
|
-
* @date 2022年9月29日
|
|
25342
|
+
/**
|
|
25343
|
+
* toStartDraf
|
|
25344
|
+
* @desc: 稿件递送、联合审核、复核
|
|
25345
|
+
* @author liufan
|
|
25346
|
+
* @date 2022年9月29日
|
|
25345
25347
|
**/
|
|
25346
25348
|
toStartDraf: function toStartDraf(res) {
|
|
25347
25349
|
var _this21 = this;
|
|
@@ -25355,11 +25357,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25355
25357
|
}
|
|
25356
25358
|
},
|
|
25357
25359
|
|
|
25358
|
-
/**
|
|
25359
|
-
* toSendMsg
|
|
25360
|
-
* @desc:核稿通知
|
|
25361
|
-
* @author liufan
|
|
25362
|
-
* @date 2022年9月29日
|
|
25360
|
+
/**
|
|
25361
|
+
* toSendMsg
|
|
25362
|
+
* @desc:核稿通知
|
|
25363
|
+
* @author liufan
|
|
25364
|
+
* @date 2022年9月29日
|
|
25363
25365
|
**/
|
|
25364
25366
|
toSendMsg: function toSendMsg(res) {
|
|
25365
25367
|
var _this22 = this;
|
|
@@ -25373,11 +25375,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25373
25375
|
}
|
|
25374
25376
|
},
|
|
25375
25377
|
|
|
25376
|
-
/**
|
|
25377
|
-
* toTaskReadAndEnd
|
|
25378
|
-
* @desc:分阅并办结
|
|
25379
|
-
* @author liufan
|
|
25380
|
-
* @date 2022年9月29日
|
|
25378
|
+
/**
|
|
25379
|
+
* toTaskReadAndEnd
|
|
25380
|
+
* @desc:分阅并办结
|
|
25381
|
+
* @author liufan
|
|
25382
|
+
* @date 2022年9月29日
|
|
25381
25383
|
**/
|
|
25382
25384
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
25383
25385
|
var _this23 = this;
|
|
@@ -25395,11 +25397,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25395
25397
|
}
|
|
25396
25398
|
},
|
|
25397
25399
|
|
|
25398
|
-
/**
|
|
25399
|
-
* rejectAndEnd
|
|
25400
|
-
* @desc:驳回并办结
|
|
25401
|
-
* @author liufan
|
|
25402
|
-
* @date 2022年9月29日
|
|
25400
|
+
/**
|
|
25401
|
+
* rejectAndEnd
|
|
25402
|
+
* @desc:驳回并办结
|
|
25403
|
+
* @author liufan
|
|
25404
|
+
* @date 2022年9月29日
|
|
25403
25405
|
**/
|
|
25404
25406
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
25405
25407
|
var _this24 = this;
|
|
@@ -25455,11 +25457,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25455
25457
|
});
|
|
25456
25458
|
},
|
|
25457
25459
|
|
|
25458
|
-
/**
|
|
25459
|
-
* toTransfer
|
|
25460
|
-
* @desc:转办
|
|
25461
|
-
* @author liufan
|
|
25462
|
-
* @date 2022年9月29日
|
|
25460
|
+
/**
|
|
25461
|
+
* toTransfer
|
|
25462
|
+
* @desc:转办
|
|
25463
|
+
* @author liufan
|
|
25464
|
+
* @date 2022年9月29日
|
|
25463
25465
|
**/
|
|
25464
25466
|
toTransfer: function toTransfer(res) {
|
|
25465
25467
|
var _this26 = this;
|
|
@@ -25475,11 +25477,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25475
25477
|
}
|
|
25476
25478
|
},
|
|
25477
25479
|
|
|
25478
|
-
/**
|
|
25479
|
-
* getNodeInfo
|
|
25480
|
-
* @desc:获取节点信息
|
|
25481
|
-
* @author liufan
|
|
25482
|
-
* @date 2022年5月25日
|
|
25480
|
+
/**
|
|
25481
|
+
* getNodeInfo
|
|
25482
|
+
* @desc:获取节点信息
|
|
25483
|
+
* @author liufan
|
|
25484
|
+
* @date 2022年5月25日
|
|
25483
25485
|
**/
|
|
25484
25486
|
getNodeInfo: function getNodeInfo() {
|
|
25485
25487
|
var _this27 = this;
|
|
@@ -25583,12 +25585,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25583
25585
|
});
|
|
25584
25586
|
},
|
|
25585
25587
|
|
|
25586
|
-
/**
|
|
25587
|
-
* selecNext
|
|
25588
|
-
* @desc:下步节点变化时更新数据
|
|
25589
|
-
* @author liufan
|
|
25590
|
-
* @param {String} val 当前选中值
|
|
25591
|
-
* @date 2022年5月25日
|
|
25588
|
+
/**
|
|
25589
|
+
* selecNext
|
|
25590
|
+
* @desc:下步节点变化时更新数据
|
|
25591
|
+
* @author liufan
|
|
25592
|
+
* @param {String} val 当前选中值
|
|
25593
|
+
* @date 2022年5月25日
|
|
25592
25594
|
**/
|
|
25593
25595
|
selecNext: function selecNext(val, type, isDef) {
|
|
25594
25596
|
var _this28 = this;
|
|
@@ -25720,11 +25722,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25720
25722
|
this.getNodeInfo();
|
|
25721
25723
|
},
|
|
25722
25724
|
|
|
25723
|
-
/**
|
|
25724
|
-
* isMultiple
|
|
25725
|
-
* @desc:是否多选
|
|
25726
|
-
* @author liufan
|
|
25727
|
-
* @date 2022年9月13日
|
|
25725
|
+
/**
|
|
25726
|
+
* isMultiple
|
|
25727
|
+
* @desc:是否多选
|
|
25728
|
+
* @author liufan
|
|
25729
|
+
* @date 2022年9月13日
|
|
25728
25730
|
**/
|
|
25729
25731
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
25730
25732
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -25756,11 +25758,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25756
25758
|
}
|
|
25757
25759
|
},
|
|
25758
25760
|
|
|
25759
|
-
/**
|
|
25760
|
-
* getHedInfo
|
|
25761
|
-
* @desc:获取审核页面数据
|
|
25762
|
-
* @author liufan
|
|
25763
|
-
* @date 2022年5月25日
|
|
25761
|
+
/**
|
|
25762
|
+
* getHedInfo
|
|
25763
|
+
* @desc:获取审核页面数据
|
|
25764
|
+
* @author liufan
|
|
25765
|
+
* @date 2022年5月25日
|
|
25764
25766
|
**/
|
|
25765
25767
|
getHedInfo: function getHedInfo() {
|
|
25766
25768
|
var _this29 = this;
|
|
@@ -25927,6 +25929,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25927
25929
|
});
|
|
25928
25930
|
}
|
|
25929
25931
|
_this29.isCurrentNodeForbiddenChangeCandidate = nodeInfoMap.nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
|
|
25932
|
+
console.log(opinion, 'opinionopinionopinion');
|
|
25930
25933
|
_this29.value = opinion || '';
|
|
25931
25934
|
_this29.nodeDefaultSubmitOpinion = nodeInfoMap.nodeExtAttr.nodeDefaultSubmitOpinion;
|
|
25932
25935
|
_this29.isSubmitButtonShowAgreeAndDisagree = nodeInfoMap.nodeExtAttr.isSubmitButtonShowAgreeAndDisagree;
|
|
@@ -26059,13 +26062,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26059
26062
|
});
|
|
26060
26063
|
},
|
|
26061
26064
|
|
|
26062
|
-
/**
|
|
26063
|
-
* closeProcess
|
|
26064
|
-
* @desc:关闭弹窗
|
|
26065
|
-
* @author liufan
|
|
26066
|
-
* @param {boolean} val 当前是否办理流程
|
|
26067
|
-
* @param {String} type 当前点击的弹窗类型
|
|
26068
|
-
* @date 2022年5月25日
|
|
26065
|
+
/**
|
|
26066
|
+
* closeProcess
|
|
26067
|
+
* @desc:关闭弹窗
|
|
26068
|
+
* @author liufan
|
|
26069
|
+
* @param {boolean} val 当前是否办理流程
|
|
26070
|
+
* @param {String} type 当前点击的弹窗类型
|
|
26071
|
+
* @date 2022年5月25日
|
|
26069
26072
|
**/
|
|
26070
26073
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
26071
26074
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -26085,23 +26088,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26085
26088
|
}
|
|
26086
26089
|
},
|
|
26087
26090
|
|
|
26088
|
-
/**
|
|
26089
|
-
* selectChange
|
|
26090
|
-
* @desc:常用语选择
|
|
26091
|
-
* @author liufan
|
|
26092
|
-
* @param {String} val 选中值
|
|
26093
|
-
* @date 2022年5月25日
|
|
26091
|
+
/**
|
|
26092
|
+
* selectChange
|
|
26093
|
+
* @desc:常用语选择
|
|
26094
|
+
* @author liufan
|
|
26095
|
+
* @param {String} val 选中值
|
|
26096
|
+
* @date 2022年5月25日
|
|
26094
26097
|
**/
|
|
26095
26098
|
selectChange: function selectChange(val) {
|
|
26096
26099
|
this.value = val;
|
|
26097
26100
|
},
|
|
26098
26101
|
|
|
26099
|
-
/**
|
|
26100
|
-
* upDate
|
|
26101
|
-
* @desc:修改常用语
|
|
26102
|
-
* @author liufan
|
|
26103
|
-
* @param {Object} val 修改值
|
|
26104
|
-
* @date 2022年5月25日
|
|
26102
|
+
/**
|
|
26103
|
+
* upDate
|
|
26104
|
+
* @desc:修改常用语
|
|
26105
|
+
* @author liufan
|
|
26106
|
+
* @param {Object} val 修改值
|
|
26107
|
+
* @date 2022年5月25日
|
|
26105
26108
|
**/
|
|
26106
26109
|
upDate: function upDate(val) {
|
|
26107
26110
|
this.FormData.id = val.id;
|
|
@@ -26109,11 +26112,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26109
26112
|
},
|
|
26110
26113
|
|
|
26111
26114
|
|
|
26112
|
-
/**
|
|
26113
|
-
* getProcess
|
|
26114
|
-
* @desc:获取选择流程
|
|
26115
|
-
* @author liufan
|
|
26116
|
-
* @date 2022年5月25日
|
|
26115
|
+
/**
|
|
26116
|
+
* getProcess
|
|
26117
|
+
* @desc:获取选择流程
|
|
26118
|
+
* @author liufan
|
|
26119
|
+
* @date 2022年5月25日
|
|
26117
26120
|
**/
|
|
26118
26121
|
getProcess: function getProcess(val) {
|
|
26119
26122
|
var _this30 = this;
|
|
@@ -26173,11 +26176,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26173
26176
|
});
|
|
26174
26177
|
},
|
|
26175
26178
|
|
|
26176
|
-
/**
|
|
26177
|
-
* getPendedhistoryList
|
|
26178
|
-
* @desc:获取流程列表
|
|
26179
|
-
* @author liufan
|
|
26180
|
-
* @date 2022年5月25日
|
|
26179
|
+
/**
|
|
26180
|
+
* getPendedhistoryList
|
|
26181
|
+
* @desc:获取流程列表
|
|
26182
|
+
* @author liufan
|
|
26183
|
+
* @date 2022年5月25日
|
|
26181
26184
|
**/
|
|
26182
26185
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
26183
26186
|
var _this31 = this;
|
|
@@ -26245,12 +26248,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26245
26248
|
},
|
|
26246
26249
|
|
|
26247
26250
|
// 提交流程
|
|
26248
|
-
/**
|
|
26249
|
-
* subProcess
|
|
26250
|
-
* @desc:提交流程
|
|
26251
|
-
* @author liufan
|
|
26252
|
-
* @param {String} formName 当前form表单ref值
|
|
26253
|
-
* @date 2022年5月25日
|
|
26251
|
+
/**
|
|
26252
|
+
* subProcess
|
|
26253
|
+
* @desc:提交流程
|
|
26254
|
+
* @author liufan
|
|
26255
|
+
* @param {String} formName 当前form表单ref值
|
|
26256
|
+
* @date 2022年5月25日
|
|
26254
26257
|
**/
|
|
26255
26258
|
subProcess: function subProcess(val, type) {
|
|
26256
26259
|
var _this33 = this;
|