eoss-ui 0.8.8 → 0.8.10
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 +884 -823
- package/lib/flow.js +267 -259
- package/lib/index.js +1 -1
- package/lib/main.js +283 -283
- package/lib/qr-code.js +13 -13
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/tree.js +77 -24
- package/package.json +1 -1
- 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/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- 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/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +46 -46
- package/packages/data-table/src/main.vue +1876 -1876
- 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 +419 -419
- package/packages/flow/src/component/FreeCirculation.vue +245 -245
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +763 -763
- package/packages/flow/src/freeStartFlow.vue +2898 -2898
- package/packages/flow/src/main.vue +4201 -4201
- package/packages/flow/src/processForm.vue +1717 -1717
- package/packages/flow/src/processReject.vue +311 -311
- package/packages/flow/src/reset.vue +952 -952
- package/packages/flow/src/startTaskRead.vue +698 -698
- package/packages/flow/src/supervise.vue +162 -162
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +750 -750
- package/packages/flow-list/index.js +5 -5
- package/packages/form/index.js +5 -5
- 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 +499 -499
- package/packages/icon/index.js +5 -5
- 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 +2088 -2088
- 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 +513 -513
- package/packages/main/src/simplicity/index.vue +2335 -2335
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/userinfo.vue +408 -408
- package/packages/main/src/simplicityTop/index.vue +2626 -2626
- package/packages/main/src/simplicityTop/userinfo.vue +408 -408
- package/packages/menu/index.js +5 -5
- package/packages/nav/index.js +5 -5
- 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 +299 -299
- package/packages/select/index.js +5 -5
- 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-panel/index.js +5 -5
- 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/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/base.css +1 -0
- package/packages/theme-chalk/lib/button-group.css +1 -0
- package/packages/theme-chalk/lib/button.css +1 -0
- package/packages/theme-chalk/lib/calendar.css +1 -0
- package/packages/theme-chalk/lib/calogin.css +0 -0
- package/packages/theme-chalk/lib/card.css +1 -0
- package/packages/theme-chalk/lib/cascader.css +0 -0
- package/packages/theme-chalk/lib/checkbox-group.css +1 -0
- package/packages/theme-chalk/lib/clients.css +1 -0
- package/packages/theme-chalk/lib/data-table-form.css +1 -0
- package/packages/theme-chalk/lib/data-table.css +1 -0
- package/packages/theme-chalk/lib/date-picker.css +1 -0
- package/packages/theme-chalk/lib/dialog.css +1 -0
- package/packages/theme-chalk/lib/enable-drag.css +1 -0
- package/packages/theme-chalk/lib/enterprise.css +1 -0
- package/packages/theme-chalk/lib/error-page.css +1 -0
- package/packages/theme-chalk/lib/flow-chart.css +0 -0
- package/packages/theme-chalk/lib/flow-group.css +1 -0
- package/packages/theme-chalk/lib/flow-list.css +1 -0
- package/packages/theme-chalk/lib/flow.css +1 -0
- package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
- package/packages/theme-chalk/lib/form.css +1 -0
- package/packages/theme-chalk/lib/handle-user.css +1 -0
- package/packages/theme-chalk/lib/handler.css +1 -0
- package/packages/theme-chalk/lib/icon.css +1 -0
- package/packages/theme-chalk/lib/icons.css +1 -0
- package/packages/theme-chalk/lib/index.css +1 -0
- package/packages/theme-chalk/lib/input-number.css +0 -0
- package/packages/theme-chalk/lib/input.css +1 -0
- package/packages/theme-chalk/lib/label.css +1 -0
- package/packages/theme-chalk/lib/layout.css +1 -0
- package/packages/theme-chalk/lib/login.css +1 -0
- package/packages/theme-chalk/lib/main.css +1 -0
- package/packages/theme-chalk/lib/menu.css +1 -0
- package/packages/theme-chalk/lib/nav.css +1 -0
- package/packages/theme-chalk/lib/notify.css +0 -0
- package/packages/theme-chalk/lib/page.css +1 -0
- package/packages/theme-chalk/lib/pagination.css +1 -0
- package/packages/theme-chalk/lib/player.css +1 -0
- package/packages/theme-chalk/lib/qr-code.css +1 -0
- package/packages/theme-chalk/lib/radio-group.css +1 -0
- package/packages/theme-chalk/lib/retrial-auth.css +1 -0
- package/packages/theme-chalk/lib/select-ganged.css +1 -0
- package/packages/theme-chalk/lib/select.css +1 -0
- package/packages/theme-chalk/lib/selector-panel.css +1 -0
- package/packages/theme-chalk/lib/selector.css +1 -0
- package/packages/theme-chalk/lib/simplicity-top.css +1 -0
- package/packages/theme-chalk/lib/simplicity.css +1 -0
- package/packages/theme-chalk/lib/sizer.css +1 -0
- package/packages/theme-chalk/lib/steps.css +1 -0
- package/packages/theme-chalk/lib/switch.css +1 -0
- package/packages/theme-chalk/lib/table-form.css +0 -0
- package/packages/theme-chalk/lib/tabs-panel.css +0 -0
- package/packages/theme-chalk/lib/tabs.css +1 -0
- package/packages/theme-chalk/lib/tips.css +1 -0
- package/packages/theme-chalk/lib/toolbar.css +1 -0
- package/packages/theme-chalk/lib/tree-group.css +1 -0
- package/packages/theme-chalk/lib/tree.css +1 -0
- package/packages/theme-chalk/lib/upload.css +1 -0
- package/packages/theme-chalk/lib/wujie.css +0 -0
- package/packages/theme-chalk/lib/wxlogin.css +1 -0
- 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/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.scss +373 -373
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- 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/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/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/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- 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 +66 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1344 -1344
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/image.js +2 -2
- package/src/index.js +1 -1
- 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/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- package/packages/theme-chalk/gulpfile.js +0 -25
package/lib/flow.js
CHANGED
|
@@ -4834,7 +4834,7 @@ module.exports = require("vuedraggable");
|
|
|
4834
4834
|
// ESM COMPAT FLAG
|
|
4835
4835
|
__webpack_require__.r(__webpack_exports__);
|
|
4836
4836
|
|
|
4837
|
-
// 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=
|
|
4837
|
+
// 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=70db76e0&
|
|
4838
4838
|
var render = function () {
|
|
4839
4839
|
var _vm = this
|
|
4840
4840
|
var _h = _vm.$createElement
|
|
@@ -4962,7 +4962,9 @@ var render = function () {
|
|
|
4962
4962
|
{
|
|
4963
4963
|
class:
|
|
4964
4964
|
"es-info " +
|
|
4965
|
-
(_vm.formLabelPosition == "left"
|
|
4965
|
+
(_vm.formLabelPosition == "left"
|
|
4966
|
+
? "form-left"
|
|
4967
|
+
: "form-right"),
|
|
4966
4968
|
},
|
|
4967
4969
|
[
|
|
4968
4970
|
_c(
|
|
@@ -5414,7 +5416,9 @@ var render = function () {
|
|
|
5414
5416
|
ref: "esContent",
|
|
5415
5417
|
class:
|
|
5416
5418
|
"es-info " +
|
|
5417
|
-
(_vm.formLabelPosition == "left"
|
|
5419
|
+
(_vm.formLabelPosition == "left"
|
|
5420
|
+
? "form-left"
|
|
5421
|
+
: "form-right"),
|
|
5418
5422
|
},
|
|
5419
5423
|
[
|
|
5420
5424
|
_c(
|
|
@@ -7893,7 +7897,7 @@ var staticRenderFns = []
|
|
|
7893
7897
|
render._withStripped = true
|
|
7894
7898
|
|
|
7895
7899
|
|
|
7896
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
7900
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=70db76e0&
|
|
7897
7901
|
|
|
7898
7902
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
7899
7903
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -8957,8 +8961,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8957
8961
|
)
|
|
8958
8962
|
|
|
8959
8963
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
8960
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
8961
|
-
var
|
|
8964
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=a2ba210a&
|
|
8965
|
+
var processFormvue_type_template_id_a2ba210a_render = function () {
|
|
8962
8966
|
var _vm = this
|
|
8963
8967
|
var _h = _vm.$createElement
|
|
8964
8968
|
var _c = _vm._self._c || _h
|
|
@@ -9505,8 +9509,12 @@ var processFormvue_type_template_id_17d61097_render = function () {
|
|
|
9505
9509
|
{
|
|
9506
9510
|
name: "show",
|
|
9507
9511
|
rawName: "v-show",
|
|
9508
|
-
value:
|
|
9509
|
-
|
|
9512
|
+
value:
|
|
9513
|
+
_vm.showBtn &&
|
|
9514
|
+
_vm.nextNode.noticeList.length > 0 &&
|
|
9515
|
+
!_vm.hideMessage,
|
|
9516
|
+
expression:
|
|
9517
|
+
"showBtn && nextNode.noticeList.length > 0 && !hideMessage",
|
|
9510
9518
|
},
|
|
9511
9519
|
],
|
|
9512
9520
|
attrs: { prop: "noticeType", label: "通知方式" },
|
|
@@ -9788,11 +9796,11 @@ var processFormvue_type_template_id_17d61097_render = function () {
|
|
|
9788
9796
|
1
|
|
9789
9797
|
)
|
|
9790
9798
|
}
|
|
9791
|
-
var
|
|
9792
|
-
|
|
9799
|
+
var processFormvue_type_template_id_a2ba210a_staticRenderFns = []
|
|
9800
|
+
processFormvue_type_template_id_a2ba210a_render._withStripped = true
|
|
9793
9801
|
|
|
9794
9802
|
|
|
9795
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
9803
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=a2ba210a&
|
|
9796
9804
|
|
|
9797
9805
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
|
|
9798
9806
|
var selectUservue_type_template_id_5424da0a_render = function () {
|
|
@@ -12726,11 +12734,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12726
12734
|
});
|
|
12727
12735
|
},
|
|
12728
12736
|
|
|
12729
|
-
/**
|
|
12730
|
-
* isMultiple
|
|
12731
|
-
* @desc:是否多选
|
|
12732
|
-
* @author liufan
|
|
12733
|
-
* @date 2022年9月13日
|
|
12737
|
+
/**
|
|
12738
|
+
* isMultiple
|
|
12739
|
+
* @desc:是否多选
|
|
12740
|
+
* @author liufan
|
|
12741
|
+
* @date 2022年9月13日
|
|
12734
12742
|
**/
|
|
12735
12743
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
12736
12744
|
var multiple = false;
|
|
@@ -12906,8 +12914,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12906
12914
|
|
|
12907
12915
|
var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
12908
12916
|
src_processFormvue_type_script_lang_js_,
|
|
12909
|
-
|
|
12910
|
-
|
|
12917
|
+
processFormvue_type_template_id_a2ba210a_render,
|
|
12918
|
+
processFormvue_type_template_id_a2ba210a_staticRenderFns,
|
|
12911
12919
|
false,
|
|
12912
12920
|
null,
|
|
12913
12921
|
null,
|
|
@@ -16812,11 +16820,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
16812
16820
|
});
|
|
16813
16821
|
},
|
|
16814
16822
|
|
|
16815
|
-
/**
|
|
16816
|
-
* isMultiple
|
|
16817
|
-
* @desc:是否多选
|
|
16818
|
-
* @author liufan
|
|
16819
|
-
* @date 2022年9月13日
|
|
16823
|
+
/**
|
|
16824
|
+
* isMultiple
|
|
16825
|
+
* @desc:是否多选
|
|
16826
|
+
* @author liufan
|
|
16827
|
+
* @date 2022年9月13日
|
|
16820
16828
|
**/
|
|
16821
16829
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16822
16830
|
var multiple = false;
|
|
@@ -21464,11 +21472,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21464
21472
|
});
|
|
21465
21473
|
},
|
|
21466
21474
|
|
|
21467
|
-
/**
|
|
21468
|
-
* saveInfo
|
|
21469
|
-
* @desc:暂存
|
|
21470
|
-
* @author liufan
|
|
21471
|
-
* @date 2022年9月9日
|
|
21475
|
+
/**
|
|
21476
|
+
* saveInfo
|
|
21477
|
+
* @desc:暂存
|
|
21478
|
+
* @author liufan
|
|
21479
|
+
* @date 2022年9月9日
|
|
21472
21480
|
**/
|
|
21473
21481
|
saveInfo: function saveInfo(type, btn) {
|
|
21474
21482
|
var _this6 = this;
|
|
@@ -21530,11 +21538,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21530
21538
|
});
|
|
21531
21539
|
},
|
|
21532
21540
|
|
|
21533
|
-
/**
|
|
21534
|
-
* rejectBtn
|
|
21535
|
-
* @desc:点击驳回
|
|
21536
|
-
* @author liufan
|
|
21537
|
-
* @date 2022年5月25日
|
|
21541
|
+
/**
|
|
21542
|
+
* rejectBtn
|
|
21543
|
+
* @desc:点击驳回
|
|
21544
|
+
* @author liufan
|
|
21545
|
+
* @date 2022年5月25日
|
|
21538
21546
|
**/
|
|
21539
21547
|
rejectBtn: function rejectBtn() {
|
|
21540
21548
|
var _this8 = this;
|
|
@@ -21552,11 +21560,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21552
21560
|
}
|
|
21553
21561
|
},
|
|
21554
21562
|
|
|
21555
|
-
/**
|
|
21556
|
-
* taskReadBtn
|
|
21557
|
-
* @desc:点击分阅
|
|
21558
|
-
* @author liufan
|
|
21559
|
-
* @date 2022年5月25日
|
|
21563
|
+
/**
|
|
21564
|
+
* taskReadBtn
|
|
21565
|
+
* @desc:点击分阅
|
|
21566
|
+
* @author liufan
|
|
21567
|
+
* @date 2022年5月25日
|
|
21560
21568
|
**/
|
|
21561
21569
|
taskReadBtn: function taskReadBtn() {
|
|
21562
21570
|
var _this9 = this;
|
|
@@ -21575,11 +21583,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21575
21583
|
}
|
|
21576
21584
|
},
|
|
21577
21585
|
|
|
21578
|
-
/**
|
|
21579
|
-
* getFind
|
|
21580
|
-
* @desc:获取通知方式
|
|
21581
|
-
* @author liufan
|
|
21582
|
-
* @date 2022年5月25日
|
|
21586
|
+
/**
|
|
21587
|
+
* getFind
|
|
21588
|
+
* @desc:获取通知方式
|
|
21589
|
+
* @author liufan
|
|
21590
|
+
* @date 2022年5月25日
|
|
21583
21591
|
**/
|
|
21584
21592
|
getFind: function getFind() {
|
|
21585
21593
|
var _this10 = this;
|
|
@@ -21635,12 +21643,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21635
21643
|
});
|
|
21636
21644
|
},
|
|
21637
21645
|
|
|
21638
|
-
/**
|
|
21639
|
-
* endFlows
|
|
21640
|
-
* @desc:直接办结
|
|
21641
|
-
* @author liufan
|
|
21642
|
-
* @param {Object} res 直接办结数据
|
|
21643
|
-
* @date 2022年5月25日
|
|
21646
|
+
/**
|
|
21647
|
+
* endFlows
|
|
21648
|
+
* @desc:直接办结
|
|
21649
|
+
* @author liufan
|
|
21650
|
+
* @param {Object} res 直接办结数据
|
|
21651
|
+
* @date 2022年5月25日
|
|
21644
21652
|
**/
|
|
21645
21653
|
endFlows: function endFlows(res) {
|
|
21646
21654
|
var _this12 = this;
|
|
@@ -21694,12 +21702,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21694
21702
|
}).catch(function (e) {});
|
|
21695
21703
|
},
|
|
21696
21704
|
|
|
21697
|
-
/**
|
|
21698
|
-
* goView
|
|
21699
|
-
* @desc:更多流程按钮操作
|
|
21700
|
-
* @author liufan
|
|
21701
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
21702
|
-
* @date 2022年5月25日
|
|
21705
|
+
/**
|
|
21706
|
+
* goView
|
|
21707
|
+
* @desc:更多流程按钮操作
|
|
21708
|
+
* @author liufan
|
|
21709
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
21710
|
+
* @date 2022年5月25日
|
|
21703
21711
|
**/
|
|
21704
21712
|
goView: function goView(res) {
|
|
21705
21713
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -21784,11 +21792,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21784
21792
|
// isCanStartSubFlow
|
|
21785
21793
|
},
|
|
21786
21794
|
|
|
21787
|
-
/**
|
|
21788
|
-
* toTakeAdvice
|
|
21789
|
-
* @desc:征求意见
|
|
21790
|
-
* @author liufan
|
|
21791
|
-
* @date 2022年9月29日
|
|
21795
|
+
/**
|
|
21796
|
+
* toTakeAdvice
|
|
21797
|
+
* @desc:征求意见
|
|
21798
|
+
* @author liufan
|
|
21799
|
+
* @date 2022年9月29日
|
|
21792
21800
|
**/
|
|
21793
21801
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
21794
21802
|
var _this14 = this;
|
|
@@ -21832,11 +21840,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21832
21840
|
});
|
|
21833
21841
|
},
|
|
21834
21842
|
|
|
21835
|
-
/**
|
|
21836
|
-
* toStartDraf
|
|
21837
|
-
* @desc: 稿件递送、联合审核、复核
|
|
21838
|
-
* @author liufan
|
|
21839
|
-
* @date 2022年9月29日
|
|
21843
|
+
/**
|
|
21844
|
+
* toStartDraf
|
|
21845
|
+
* @desc: 稿件递送、联合审核、复核
|
|
21846
|
+
* @author liufan
|
|
21847
|
+
* @date 2022年9月29日
|
|
21840
21848
|
**/
|
|
21841
21849
|
toStartDraf: function toStartDraf(res) {
|
|
21842
21850
|
var _this16 = this;
|
|
@@ -21850,11 +21858,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21850
21858
|
}
|
|
21851
21859
|
},
|
|
21852
21860
|
|
|
21853
|
-
/**
|
|
21854
|
-
* toSendMsg
|
|
21855
|
-
* @desc:核稿通知
|
|
21856
|
-
* @author liufan
|
|
21857
|
-
* @date 2022年9月29日
|
|
21861
|
+
/**
|
|
21862
|
+
* toSendMsg
|
|
21863
|
+
* @desc:核稿通知
|
|
21864
|
+
* @author liufan
|
|
21865
|
+
* @date 2022年9月29日
|
|
21858
21866
|
**/
|
|
21859
21867
|
toSendMsg: function toSendMsg(res) {
|
|
21860
21868
|
var _this17 = this;
|
|
@@ -21868,11 +21876,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21868
21876
|
}
|
|
21869
21877
|
},
|
|
21870
21878
|
|
|
21871
|
-
/**
|
|
21872
|
-
* toTaskReadAndEnd
|
|
21873
|
-
* @desc:分阅并办结
|
|
21874
|
-
* @author liufan
|
|
21875
|
-
* @date 2022年9月29日
|
|
21879
|
+
/**
|
|
21880
|
+
* toTaskReadAndEnd
|
|
21881
|
+
* @desc:分阅并办结
|
|
21882
|
+
* @author liufan
|
|
21883
|
+
* @date 2022年9月29日
|
|
21876
21884
|
**/
|
|
21877
21885
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
21878
21886
|
var _this18 = this;
|
|
@@ -21890,11 +21898,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21890
21898
|
}
|
|
21891
21899
|
},
|
|
21892
21900
|
|
|
21893
|
-
/**
|
|
21894
|
-
* rejectAndEnd
|
|
21895
|
-
* @desc:驳回并办结
|
|
21896
|
-
* @author liufan
|
|
21897
|
-
* @date 2022年9月29日
|
|
21901
|
+
/**
|
|
21902
|
+
* rejectAndEnd
|
|
21903
|
+
* @desc:驳回并办结
|
|
21904
|
+
* @author liufan
|
|
21905
|
+
* @date 2022年9月29日
|
|
21898
21906
|
**/
|
|
21899
21907
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
21900
21908
|
var _this19 = this;
|
|
@@ -21949,11 +21957,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21949
21957
|
});
|
|
21950
21958
|
},
|
|
21951
21959
|
|
|
21952
|
-
/**
|
|
21953
|
-
* toTransfer
|
|
21954
|
-
* @desc:转办
|
|
21955
|
-
* @author liufan
|
|
21956
|
-
* @date 2022年9月29日
|
|
21960
|
+
/**
|
|
21961
|
+
* toTransfer
|
|
21962
|
+
* @desc:转办
|
|
21963
|
+
* @author liufan
|
|
21964
|
+
* @date 2022年9月29日
|
|
21957
21965
|
**/
|
|
21958
21966
|
toTransfer: function toTransfer(res) {
|
|
21959
21967
|
var _this21 = this;
|
|
@@ -21969,11 +21977,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21969
21977
|
}
|
|
21970
21978
|
},
|
|
21971
21979
|
|
|
21972
|
-
/**
|
|
21973
|
-
* getNodeInfo
|
|
21974
|
-
* @desc:获取节点信息
|
|
21975
|
-
* @author liufan
|
|
21976
|
-
* @date 2022年5月25日
|
|
21980
|
+
/**
|
|
21981
|
+
* getNodeInfo
|
|
21982
|
+
* @desc:获取节点信息
|
|
21983
|
+
* @author liufan
|
|
21984
|
+
* @date 2022年5月25日
|
|
21977
21985
|
**/
|
|
21978
21986
|
getNodeInfo: function getNodeInfo() {
|
|
21979
21987
|
var _this22 = this;
|
|
@@ -22072,12 +22080,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22072
22080
|
});
|
|
22073
22081
|
},
|
|
22074
22082
|
|
|
22075
|
-
/**
|
|
22076
|
-
* selecNext
|
|
22077
|
-
* @desc:下步节点变化时更新数据
|
|
22078
|
-
* @author liufan
|
|
22079
|
-
* @param {String} val 当前选中值
|
|
22080
|
-
* @date 2022年5月25日
|
|
22083
|
+
/**
|
|
22084
|
+
* selecNext
|
|
22085
|
+
* @desc:下步节点变化时更新数据
|
|
22086
|
+
* @author liufan
|
|
22087
|
+
* @param {String} val 当前选中值
|
|
22088
|
+
* @date 2022年5月25日
|
|
22081
22089
|
**/
|
|
22082
22090
|
selecNext: function selecNext(val, type, isDef) {
|
|
22083
22091
|
var _this23 = this;
|
|
@@ -22186,11 +22194,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22186
22194
|
if (isDef !== true) this.getNodeInfo();
|
|
22187
22195
|
},
|
|
22188
22196
|
|
|
22189
|
-
/**
|
|
22190
|
-
* isMultiple
|
|
22191
|
-
* @desc:是否多选
|
|
22192
|
-
* @author liufan
|
|
22193
|
-
* @date 2022年9月13日
|
|
22197
|
+
/**
|
|
22198
|
+
* isMultiple
|
|
22199
|
+
* @desc:是否多选
|
|
22200
|
+
* @author liufan
|
|
22201
|
+
* @date 2022年9月13日
|
|
22194
22202
|
**/
|
|
22195
22203
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
22196
22204
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -22222,11 +22230,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22222
22230
|
}
|
|
22223
22231
|
},
|
|
22224
22232
|
|
|
22225
|
-
/**
|
|
22226
|
-
* getHedInfo
|
|
22227
|
-
* @desc:获取审核页面数据
|
|
22228
|
-
* @author liufan
|
|
22229
|
-
* @date 2022年5月25日
|
|
22233
|
+
/**
|
|
22234
|
+
* getHedInfo
|
|
22235
|
+
* @desc:获取审核页面数据
|
|
22236
|
+
* @author liufan
|
|
22237
|
+
* @date 2022年5月25日
|
|
22230
22238
|
**/
|
|
22231
22239
|
getHedInfo: function getHedInfo() {
|
|
22232
22240
|
var _this24 = this;
|
|
@@ -22462,13 +22470,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22462
22470
|
});
|
|
22463
22471
|
},
|
|
22464
22472
|
|
|
22465
|
-
/**
|
|
22466
|
-
* closeProcess
|
|
22467
|
-
* @desc:关闭弹窗
|
|
22468
|
-
* @author liufan
|
|
22469
|
-
* @param {boolean} val 当前是否办理流程
|
|
22470
|
-
* @param {String} type 当前点击的弹窗类型
|
|
22471
|
-
* @date 2022年5月25日
|
|
22473
|
+
/**
|
|
22474
|
+
* closeProcess
|
|
22475
|
+
* @desc:关闭弹窗
|
|
22476
|
+
* @author liufan
|
|
22477
|
+
* @param {boolean} val 当前是否办理流程
|
|
22478
|
+
* @param {String} type 当前点击的弹窗类型
|
|
22479
|
+
* @date 2022年5月25日
|
|
22472
22480
|
**/
|
|
22473
22481
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
22474
22482
|
if (closeParent) {
|
|
@@ -22485,23 +22493,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22485
22493
|
}
|
|
22486
22494
|
},
|
|
22487
22495
|
|
|
22488
|
-
/**
|
|
22489
|
-
* selectChange
|
|
22490
|
-
* @desc:常用语选择
|
|
22491
|
-
* @author liufan
|
|
22492
|
-
* @param {String} val 选中值
|
|
22493
|
-
* @date 2022年5月25日
|
|
22496
|
+
/**
|
|
22497
|
+
* selectChange
|
|
22498
|
+
* @desc:常用语选择
|
|
22499
|
+
* @author liufan
|
|
22500
|
+
* @param {String} val 选中值
|
|
22501
|
+
* @date 2022年5月25日
|
|
22494
22502
|
**/
|
|
22495
22503
|
selectChange: function selectChange(val) {
|
|
22496
22504
|
this.value = val;
|
|
22497
22505
|
},
|
|
22498
22506
|
|
|
22499
|
-
/**
|
|
22500
|
-
* upDate
|
|
22501
|
-
* @desc:修改常用语
|
|
22502
|
-
* @author liufan
|
|
22503
|
-
* @param {Object} val 修改值
|
|
22504
|
-
* @date 2022年5月25日
|
|
22507
|
+
/**
|
|
22508
|
+
* upDate
|
|
22509
|
+
* @desc:修改常用语
|
|
22510
|
+
* @author liufan
|
|
22511
|
+
* @param {Object} val 修改值
|
|
22512
|
+
* @date 2022年5月25日
|
|
22505
22513
|
**/
|
|
22506
22514
|
upDate: function upDate(val) {
|
|
22507
22515
|
this.FormData.id = val.id;
|
|
@@ -22509,11 +22517,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22509
22517
|
},
|
|
22510
22518
|
|
|
22511
22519
|
|
|
22512
|
-
/**
|
|
22513
|
-
* getProcess
|
|
22514
|
-
* @desc:获取选择流程
|
|
22515
|
-
* @author liufan
|
|
22516
|
-
* @date 2022年5月25日
|
|
22520
|
+
/**
|
|
22521
|
+
* getProcess
|
|
22522
|
+
* @desc:获取选择流程
|
|
22523
|
+
* @author liufan
|
|
22524
|
+
* @date 2022年5月25日
|
|
22517
22525
|
**/
|
|
22518
22526
|
getProcess: function getProcess() {
|
|
22519
22527
|
var _this25 = this;
|
|
@@ -22567,11 +22575,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22567
22575
|
});
|
|
22568
22576
|
},
|
|
22569
22577
|
|
|
22570
|
-
/**
|
|
22571
|
-
* getPendedhistoryList
|
|
22572
|
-
* @desc:获取流程列表
|
|
22573
|
-
* @author liufan
|
|
22574
|
-
* @date 2022年5月25日
|
|
22578
|
+
/**
|
|
22579
|
+
* getPendedhistoryList
|
|
22580
|
+
* @desc:获取流程列表
|
|
22581
|
+
* @author liufan
|
|
22582
|
+
* @date 2022年5月25日
|
|
22575
22583
|
**/
|
|
22576
22584
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
22577
22585
|
var _this26 = this;
|
|
@@ -22603,12 +22611,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
22603
22611
|
},
|
|
22604
22612
|
|
|
22605
22613
|
// 提交流程
|
|
22606
|
-
/**
|
|
22607
|
-
* subProcess
|
|
22608
|
-
* @desc:提交流程
|
|
22609
|
-
* @author liufan
|
|
22610
|
-
* @param {String} formName 当前form表单ref值
|
|
22611
|
-
* @date 2022年5月25日
|
|
22614
|
+
/**
|
|
22615
|
+
* subProcess
|
|
22616
|
+
* @desc:提交流程
|
|
22617
|
+
* @author liufan
|
|
22618
|
+
* @param {String} formName 当前form表单ref值
|
|
22619
|
+
* @date 2022年5月25日
|
|
22612
22620
|
**/
|
|
22613
22621
|
subProcess: function subProcess(val) {
|
|
22614
22622
|
var _this27 = this;
|
|
@@ -26561,11 +26569,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26561
26569
|
});
|
|
26562
26570
|
},
|
|
26563
26571
|
|
|
26564
|
-
/**
|
|
26565
|
-
* saveInfo
|
|
26566
|
-
* @desc:暂存
|
|
26567
|
-
* @author liufan
|
|
26568
|
-
* @date 2022年9月9日
|
|
26572
|
+
/**
|
|
26573
|
+
* saveInfo
|
|
26574
|
+
* @desc:暂存
|
|
26575
|
+
* @author liufan
|
|
26576
|
+
* @date 2022年9月9日
|
|
26569
26577
|
**/
|
|
26570
26578
|
saveInfo: function saveInfo(type, btn) {
|
|
26571
26579
|
var _this13 = this;
|
|
@@ -26627,11 +26635,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26627
26635
|
});
|
|
26628
26636
|
},
|
|
26629
26637
|
|
|
26630
|
-
/**
|
|
26631
|
-
* rejectBtn
|
|
26632
|
-
* @desc:点击驳回
|
|
26633
|
-
* @author liufan
|
|
26634
|
-
* @date 2022年5月25日
|
|
26638
|
+
/**
|
|
26639
|
+
* rejectBtn
|
|
26640
|
+
* @desc:点击驳回
|
|
26641
|
+
* @author liufan
|
|
26642
|
+
* @date 2022年5月25日
|
|
26635
26643
|
**/
|
|
26636
26644
|
rejectBtn: function rejectBtn() {
|
|
26637
26645
|
var _this15 = this;
|
|
@@ -26649,11 +26657,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26649
26657
|
}
|
|
26650
26658
|
},
|
|
26651
26659
|
|
|
26652
|
-
/**
|
|
26653
|
-
* taskReadBtn
|
|
26654
|
-
* @desc:点击分阅
|
|
26655
|
-
* @author liufan
|
|
26656
|
-
* @date 2022年5月25日
|
|
26660
|
+
/**
|
|
26661
|
+
* taskReadBtn
|
|
26662
|
+
* @desc:点击分阅
|
|
26663
|
+
* @author liufan
|
|
26664
|
+
* @date 2022年5月25日
|
|
26657
26665
|
**/
|
|
26658
26666
|
taskReadBtn: function taskReadBtn() {
|
|
26659
26667
|
var _this16 = this;
|
|
@@ -26672,11 +26680,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26672
26680
|
}
|
|
26673
26681
|
},
|
|
26674
26682
|
|
|
26675
|
-
/**
|
|
26676
|
-
* getFind
|
|
26677
|
-
* @desc:获取通知方式
|
|
26678
|
-
* @author liufan
|
|
26679
|
-
* @date 2022年5月25日
|
|
26683
|
+
/**
|
|
26684
|
+
* getFind
|
|
26685
|
+
* @desc:获取通知方式
|
|
26686
|
+
* @author liufan
|
|
26687
|
+
* @date 2022年5月25日
|
|
26680
26688
|
**/
|
|
26681
26689
|
getFind: function getFind() {
|
|
26682
26690
|
var _this17 = this;
|
|
@@ -26743,12 +26751,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26743
26751
|
});
|
|
26744
26752
|
},
|
|
26745
26753
|
|
|
26746
|
-
/**
|
|
26747
|
-
* endFlows
|
|
26748
|
-
* @desc:直接办结
|
|
26749
|
-
* @author liufan
|
|
26750
|
-
* @param {Object} res 直接办结数据
|
|
26751
|
-
* @date 2022年5月25日
|
|
26754
|
+
/**
|
|
26755
|
+
* endFlows
|
|
26756
|
+
* @desc:直接办结
|
|
26757
|
+
* @author liufan
|
|
26758
|
+
* @param {Object} res 直接办结数据
|
|
26759
|
+
* @date 2022年5月25日
|
|
26752
26760
|
**/
|
|
26753
26761
|
endFlows: function endFlows(res) {
|
|
26754
26762
|
var _this19 = this;
|
|
@@ -26803,12 +26811,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26803
26811
|
}).catch(function (e) {});
|
|
26804
26812
|
},
|
|
26805
26813
|
|
|
26806
|
-
/**
|
|
26807
|
-
* goView
|
|
26808
|
-
* @desc:更多流程按钮操作
|
|
26809
|
-
* @author liufan
|
|
26810
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
26811
|
-
* @date 2022年5月25日
|
|
26814
|
+
/**
|
|
26815
|
+
* goView
|
|
26816
|
+
* @desc:更多流程按钮操作
|
|
26817
|
+
* @author liufan
|
|
26818
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
26819
|
+
* @date 2022年5月25日
|
|
26812
26820
|
**/
|
|
26813
26821
|
goView: function goView(res) {
|
|
26814
26822
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -26895,11 +26903,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26895
26903
|
// isCanStartSubFlow
|
|
26896
26904
|
},
|
|
26897
26905
|
|
|
26898
|
-
/**
|
|
26899
|
-
* toTakeAdvice
|
|
26900
|
-
* @desc:征求意见
|
|
26901
|
-
* @author liufan
|
|
26902
|
-
* @date 2022年9月29日
|
|
26906
|
+
/**
|
|
26907
|
+
* toTakeAdvice
|
|
26908
|
+
* @desc:征求意见
|
|
26909
|
+
* @author liufan
|
|
26910
|
+
* @date 2022年9月29日
|
|
26903
26911
|
**/
|
|
26904
26912
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
26905
26913
|
var _this21 = this;
|
|
@@ -26943,11 +26951,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26943
26951
|
});
|
|
26944
26952
|
},
|
|
26945
26953
|
|
|
26946
|
-
/**
|
|
26947
|
-
* toStartDraf
|
|
26948
|
-
* @desc: 稿件递送、联合审核、复核
|
|
26949
|
-
* @author liufan
|
|
26950
|
-
* @date 2022年9月29日
|
|
26954
|
+
/**
|
|
26955
|
+
* toStartDraf
|
|
26956
|
+
* @desc: 稿件递送、联合审核、复核
|
|
26957
|
+
* @author liufan
|
|
26958
|
+
* @date 2022年9月29日
|
|
26951
26959
|
**/
|
|
26952
26960
|
toStartDraf: function toStartDraf(res) {
|
|
26953
26961
|
var _this23 = this;
|
|
@@ -26961,11 +26969,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26961
26969
|
}
|
|
26962
26970
|
},
|
|
26963
26971
|
|
|
26964
|
-
/**
|
|
26965
|
-
* toSendMsg
|
|
26966
|
-
* @desc:核稿通知
|
|
26967
|
-
* @author liufan
|
|
26968
|
-
* @date 2022年9月29日
|
|
26972
|
+
/**
|
|
26973
|
+
* toSendMsg
|
|
26974
|
+
* @desc:核稿通知
|
|
26975
|
+
* @author liufan
|
|
26976
|
+
* @date 2022年9月29日
|
|
26969
26977
|
**/
|
|
26970
26978
|
toSendMsg: function toSendMsg(res) {
|
|
26971
26979
|
var _this24 = this;
|
|
@@ -26979,11 +26987,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26979
26987
|
}
|
|
26980
26988
|
},
|
|
26981
26989
|
|
|
26982
|
-
/**
|
|
26983
|
-
* toTaskReadAndEnd
|
|
26984
|
-
* @desc:分阅并办结
|
|
26985
|
-
* @author liufan
|
|
26986
|
-
* @date 2022年9月29日
|
|
26990
|
+
/**
|
|
26991
|
+
* toTaskReadAndEnd
|
|
26992
|
+
* @desc:分阅并办结
|
|
26993
|
+
* @author liufan
|
|
26994
|
+
* @date 2022年9月29日
|
|
26987
26995
|
**/
|
|
26988
26996
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
26989
26997
|
var _this25 = this;
|
|
@@ -27001,11 +27009,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27001
27009
|
}
|
|
27002
27010
|
},
|
|
27003
27011
|
|
|
27004
|
-
/**
|
|
27005
|
-
* rejectAndEnd
|
|
27006
|
-
* @desc:驳回并办结
|
|
27007
|
-
* @author liufan
|
|
27008
|
-
* @date 2022年9月29日
|
|
27012
|
+
/**
|
|
27013
|
+
* rejectAndEnd
|
|
27014
|
+
* @desc:驳回并办结
|
|
27015
|
+
* @author liufan
|
|
27016
|
+
* @date 2022年9月29日
|
|
27009
27017
|
**/
|
|
27010
27018
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
27011
27019
|
var _this26 = this;
|
|
@@ -27061,11 +27069,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27061
27069
|
});
|
|
27062
27070
|
},
|
|
27063
27071
|
|
|
27064
|
-
/**
|
|
27065
|
-
* toTransfer
|
|
27066
|
-
* @desc:转办
|
|
27067
|
-
* @author liufan
|
|
27068
|
-
* @date 2022年9月29日
|
|
27072
|
+
/**
|
|
27073
|
+
* toTransfer
|
|
27074
|
+
* @desc:转办
|
|
27075
|
+
* @author liufan
|
|
27076
|
+
* @date 2022年9月29日
|
|
27069
27077
|
**/
|
|
27070
27078
|
toTransfer: function toTransfer(res) {
|
|
27071
27079
|
var _this28 = this;
|
|
@@ -27084,11 +27092,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27084
27092
|
this.nextNode.customLimitTime = val;
|
|
27085
27093
|
},
|
|
27086
27094
|
|
|
27087
|
-
/**
|
|
27088
|
-
* getNodeInfo
|
|
27089
|
-
* @desc:获取节点信息
|
|
27090
|
-
* @author liufan
|
|
27091
|
-
* @date 2022年5月25日
|
|
27095
|
+
/**
|
|
27096
|
+
* getNodeInfo
|
|
27097
|
+
* @desc:获取节点信息
|
|
27098
|
+
* @author liufan
|
|
27099
|
+
* @date 2022年5月25日
|
|
27092
27100
|
**/
|
|
27093
27101
|
getNodeInfo: function getNodeInfo() {
|
|
27094
27102
|
var _this29 = this;
|
|
@@ -27199,12 +27207,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27199
27207
|
});
|
|
27200
27208
|
},
|
|
27201
27209
|
|
|
27202
|
-
/**
|
|
27203
|
-
* selecNext
|
|
27204
|
-
* @desc:下步节点变化时更新数据
|
|
27205
|
-
* @author liufan
|
|
27206
|
-
* @param {String} val 当前选中值
|
|
27207
|
-
* @date 2022年5月25日
|
|
27210
|
+
/**
|
|
27211
|
+
* selecNext
|
|
27212
|
+
* @desc:下步节点变化时更新数据
|
|
27213
|
+
* @author liufan
|
|
27214
|
+
* @param {String} val 当前选中值
|
|
27215
|
+
* @date 2022年5月25日
|
|
27208
27216
|
**/
|
|
27209
27217
|
selecNext: function selecNext(val, type, isDef) {
|
|
27210
27218
|
var _this30 = this;
|
|
@@ -27344,11 +27352,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27344
27352
|
}
|
|
27345
27353
|
},
|
|
27346
27354
|
|
|
27347
|
-
/**
|
|
27348
|
-
* isMultiple
|
|
27349
|
-
* @desc:是否多选
|
|
27350
|
-
* @author liufan
|
|
27351
|
-
* @date 2022年9月13日
|
|
27355
|
+
/**
|
|
27356
|
+
* isMultiple
|
|
27357
|
+
* @desc:是否多选
|
|
27358
|
+
* @author liufan
|
|
27359
|
+
* @date 2022年9月13日
|
|
27352
27360
|
**/
|
|
27353
27361
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
27354
27362
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -27380,11 +27388,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27380
27388
|
}
|
|
27381
27389
|
},
|
|
27382
27390
|
|
|
27383
|
-
/**
|
|
27384
|
-
* getHedInfo
|
|
27385
|
-
* @desc:获取审核页面数据
|
|
27386
|
-
* @author liufan
|
|
27387
|
-
* @date 2022年5月25日
|
|
27391
|
+
/**
|
|
27392
|
+
* getHedInfo
|
|
27393
|
+
* @desc:获取审核页面数据
|
|
27394
|
+
* @author liufan
|
|
27395
|
+
* @date 2022年5月25日
|
|
27388
27396
|
**/
|
|
27389
27397
|
getHedInfo: function getHedInfo() {
|
|
27390
27398
|
var _this31 = this;
|
|
@@ -27700,13 +27708,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27700
27708
|
});
|
|
27701
27709
|
},
|
|
27702
27710
|
|
|
27703
|
-
/**
|
|
27704
|
-
* closeProcess
|
|
27705
|
-
* @desc:关闭弹窗
|
|
27706
|
-
* @author liufan
|
|
27707
|
-
* @param {boolean} val 当前是否办理流程
|
|
27708
|
-
* @param {String} type 当前点击的弹窗类型
|
|
27709
|
-
* @date 2022年5月25日
|
|
27711
|
+
/**
|
|
27712
|
+
* closeProcess
|
|
27713
|
+
* @desc:关闭弹窗
|
|
27714
|
+
* @author liufan
|
|
27715
|
+
* @param {boolean} val 当前是否办理流程
|
|
27716
|
+
* @param {String} type 当前点击的弹窗类型
|
|
27717
|
+
* @date 2022年5月25日
|
|
27710
27718
|
**/
|
|
27711
27719
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
27712
27720
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -27726,23 +27734,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27726
27734
|
}
|
|
27727
27735
|
},
|
|
27728
27736
|
|
|
27729
|
-
/**
|
|
27730
|
-
* selectChange
|
|
27731
|
-
* @desc:常用语选择
|
|
27732
|
-
* @author liufan
|
|
27733
|
-
* @param {String} val 选中值
|
|
27734
|
-
* @date 2022年5月25日
|
|
27737
|
+
/**
|
|
27738
|
+
* selectChange
|
|
27739
|
+
* @desc:常用语选择
|
|
27740
|
+
* @author liufan
|
|
27741
|
+
* @param {String} val 选中值
|
|
27742
|
+
* @date 2022年5月25日
|
|
27735
27743
|
**/
|
|
27736
27744
|
selectChange: function selectChange(val) {
|
|
27737
27745
|
this.value = val;
|
|
27738
27746
|
},
|
|
27739
27747
|
|
|
27740
|
-
/**
|
|
27741
|
-
* upDate
|
|
27742
|
-
* @desc:修改常用语
|
|
27743
|
-
* @author liufan
|
|
27744
|
-
* @param {Object} val 修改值
|
|
27745
|
-
* @date 2022年5月25日
|
|
27748
|
+
/**
|
|
27749
|
+
* upDate
|
|
27750
|
+
* @desc:修改常用语
|
|
27751
|
+
* @author liufan
|
|
27752
|
+
* @param {Object} val 修改值
|
|
27753
|
+
* @date 2022年5月25日
|
|
27746
27754
|
**/
|
|
27747
27755
|
upDate: function upDate(val) {
|
|
27748
27756
|
this.FormData.id = val.id;
|
|
@@ -27750,11 +27758,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27750
27758
|
},
|
|
27751
27759
|
|
|
27752
27760
|
|
|
27753
|
-
/**
|
|
27754
|
-
* getProcess
|
|
27755
|
-
* @desc:获取选择流程
|
|
27756
|
-
* @author liufan
|
|
27757
|
-
* @date 2022年5月25日
|
|
27761
|
+
/**
|
|
27762
|
+
* getProcess
|
|
27763
|
+
* @desc:获取选择流程
|
|
27764
|
+
* @author liufan
|
|
27765
|
+
* @date 2022年5月25日
|
|
27758
27766
|
**/
|
|
27759
27767
|
getProcess: function getProcess(val) {
|
|
27760
27768
|
var _this32 = this;
|
|
@@ -27814,11 +27822,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27814
27822
|
});
|
|
27815
27823
|
},
|
|
27816
27824
|
|
|
27817
|
-
/**
|
|
27818
|
-
* getPendedhistoryList
|
|
27819
|
-
* @desc:获取流程列表
|
|
27820
|
-
* @author liufan
|
|
27821
|
-
* @date 2022年5月25日
|
|
27825
|
+
/**
|
|
27826
|
+
* getPendedhistoryList
|
|
27827
|
+
* @desc:获取流程列表
|
|
27828
|
+
* @author liufan
|
|
27829
|
+
* @date 2022年5月25日
|
|
27822
27830
|
**/
|
|
27823
27831
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
27824
27832
|
var _this33 = this;
|
|
@@ -27889,12 +27897,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
27889
27897
|
beforeSubProcess: function beforeSubProcess() {},
|
|
27890
27898
|
|
|
27891
27899
|
// 提交流程
|
|
27892
|
-
/**
|
|
27893
|
-
* subProcess
|
|
27894
|
-
* @desc:提交流程
|
|
27895
|
-
* @author liufan
|
|
27896
|
-
* @param {String} formName 当前form表单ref值
|
|
27897
|
-
* @date 2022年5月25日
|
|
27900
|
+
/**
|
|
27901
|
+
* subProcess
|
|
27902
|
+
* @desc:提交流程
|
|
27903
|
+
* @author liufan
|
|
27904
|
+
* @param {String} formName 当前form表单ref值
|
|
27905
|
+
* @date 2022年5月25日
|
|
27898
27906
|
**/
|
|
27899
27907
|
subProcess: function subProcess(val, type) {
|
|
27900
27908
|
var _this35 = this;
|