eoss-ui 0.7.55 → 0.7.57
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 +827 -826
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +289 -288
- package/lib/index.js +1 -1
- package/lib/main.js +210 -210
- package/lib/qr-code.js +13 -13
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/package.json +160 -160
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +992 -992
- package/packages/data-table/src/main.vue +1840 -1840
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/index.js +5 -5
- package/packages/enable-drag/index.js +5 -5
- package/packages/enterprise/index.js +5 -5
- package/packages/enterprise/src/main.vue +66 -66
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/Circulate.vue +413 -413
- package/packages/flow/src/component/CommonOpinions.vue +373 -373
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +241 -241
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +756 -756
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2846 -2846
- package/packages/flow/src/main.vue +3878 -3878
- package/packages/flow/src/processForm.vue +1365 -1365
- package/packages/flow/src/processReject.vue +309 -309
- package/packages/flow/src/reset.vue +942 -942
- package/packages/flow/src/startTaskRead.vue +693 -692
- package/packages/flow/src/supervise.vue +159 -159
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +717 -717
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1801 -1801
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3901 -3901
- package/packages/form/src/table.vue +1512 -1512
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +496 -496
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +104 -104
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +2082 -2082
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +227 -227
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +160 -160
- package/packages/main/src/simplicity/index.vue +2307 -2307
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +274 -274
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +401 -401
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +595 -595
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +782 -782
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +170 -170
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +170 -170
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/flow.scss +351 -351
- package/packages/theme-chalk/src/form.scss +501 -501
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +1608 -1608
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +114 -114
- package/packages/theme-chalk/src/simplicity.scss +1403 -1404
- package/packages/theme-chalk/src/sizer.scss +36 -36
- package/packages/theme-chalk/src/steps.scss +88 -88
- package/packages/theme-chalk/src/switch.scss +3 -3
- package/packages/theme-chalk/src/table-form.scss +1 -1
- package/packages/theme-chalk/src/tabs.scss +87 -87
- package/packages/theme-chalk/src/tips.scss +7 -7
- package/packages/theme-chalk/src/toolbar.scss +179 -179
- package/packages/theme-chalk/src/tree-group.scss +72 -72
- package/packages/theme-chalk/src/tree.scss +165 -165
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/theme-chalk/src/wxlogin.scss +3 -3
- package/packages/tips/index.js +5 -5
- package/packages/tips/src/main.vue +141 -141
- package/packages/toolbar/index.js +5 -5
- package/packages/toolbar/src/main.vue +430 -430
- package/packages/tree/index.js +5 -5
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1344 -1344
- package/packages/upload/src/picture.js +15 -15
- package/packages/wujie/index.js +5 -5
- package/packages/wujie/src/main.vue +145 -145
- package/packages/wxlogin/index.js +5 -5
- package/packages/wxlogin/src/main.vue +128 -128
- package/src/config/api.js +317 -317
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/webSocket.js +107 -107
- package/packages/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/dialog/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/icon/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/menu/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
- package/src/utils/.DS_Store +0 -0
package/lib/flow.js
CHANGED
|
@@ -8443,21 +8443,21 @@ var _components;
|
|
|
8443
8443
|
return validSate;
|
|
8444
8444
|
},
|
|
8445
8445
|
|
|
8446
|
-
/**
|
|
8447
|
-
* changeOpinion
|
|
8448
|
-
* @desc:监听意见变化
|
|
8449
|
-
* @author liufan
|
|
8450
|
-
* @date 2022年10月28日
|
|
8446
|
+
/**
|
|
8447
|
+
* changeOpinion
|
|
8448
|
+
* @desc:监听意见变化
|
|
8449
|
+
* @author liufan
|
|
8450
|
+
* @date 2022年10月28日
|
|
8451
8451
|
**/
|
|
8452
8452
|
changeOpinion: function changeOpinion() {
|
|
8453
8453
|
this.$emit('change', this.form.value);
|
|
8454
8454
|
},
|
|
8455
8455
|
|
|
8456
|
-
/**
|
|
8457
|
-
* getCommonOpion
|
|
8458
|
-
* @desc:获取意见
|
|
8459
|
-
* @author liufan
|
|
8460
|
-
* @date 2022年5月25日
|
|
8456
|
+
/**
|
|
8457
|
+
* getCommonOpion
|
|
8458
|
+
* @desc:获取意见
|
|
8459
|
+
* @author liufan
|
|
8460
|
+
* @date 2022年5月25日
|
|
8461
8461
|
**/
|
|
8462
8462
|
getCommonOpion: function getCommonOpion() {
|
|
8463
8463
|
var _this = this;
|
|
@@ -8486,24 +8486,24 @@ var _components;
|
|
|
8486
8486
|
});
|
|
8487
8487
|
},
|
|
8488
8488
|
|
|
8489
|
-
/**
|
|
8490
|
-
* upDate
|
|
8491
|
-
* @desc:修改常用语
|
|
8492
|
-
* @author liufan
|
|
8493
|
-
* @param {Object} val 修改值
|
|
8494
|
-
* @date 2022年5月25日
|
|
8489
|
+
/**
|
|
8490
|
+
* upDate
|
|
8491
|
+
* @desc:修改常用语
|
|
8492
|
+
* @author liufan
|
|
8493
|
+
* @param {Object} val 修改值
|
|
8494
|
+
* @date 2022年5月25日
|
|
8495
8495
|
**/
|
|
8496
8496
|
upDate: function upDate(val) {
|
|
8497
8497
|
this.FormData.id = val.id;
|
|
8498
8498
|
this.addVisible = true;
|
|
8499
8499
|
},
|
|
8500
8500
|
|
|
8501
|
-
/**
|
|
8502
|
-
* selectChange
|
|
8503
|
-
* @desc:常用语选择
|
|
8504
|
-
* @author liufan
|
|
8505
|
-
* @param {String} val 选中值
|
|
8506
|
-
* @date 2022年5月25日
|
|
8501
|
+
/**
|
|
8502
|
+
* selectChange
|
|
8503
|
+
* @desc:常用语选择
|
|
8504
|
+
* @author liufan
|
|
8505
|
+
* @param {String} val 选中值
|
|
8506
|
+
* @date 2022年5月25日
|
|
8507
8507
|
**/
|
|
8508
8508
|
selectChange: function selectChange(val) {
|
|
8509
8509
|
var _this2 = this;
|
|
@@ -8522,12 +8522,12 @@ var _components;
|
|
|
8522
8522
|
});
|
|
8523
8523
|
},
|
|
8524
8524
|
|
|
8525
|
-
/**
|
|
8526
|
-
* del
|
|
8527
|
-
* @desc:删除常用语
|
|
8528
|
-
* @author liufan
|
|
8529
|
-
* @param {Object} val 删除的数据
|
|
8530
|
-
* @date 2022年5月25日
|
|
8525
|
+
/**
|
|
8526
|
+
* del
|
|
8527
|
+
* @desc:删除常用语
|
|
8528
|
+
* @author liufan
|
|
8529
|
+
* @param {Object} val 删除的数据
|
|
8530
|
+
* @date 2022年5月25日
|
|
8531
8531
|
**/
|
|
8532
8532
|
del: function del(val) {
|
|
8533
8533
|
var _this3 = this;
|
|
@@ -8569,12 +8569,12 @@ var _components;
|
|
|
8569
8569
|
}).catch(function (e) {});
|
|
8570
8570
|
},
|
|
8571
8571
|
|
|
8572
|
-
/**
|
|
8573
|
-
* submit
|
|
8574
|
-
* @desc:新增/编辑意见保存
|
|
8575
|
-
* @author liufan
|
|
8576
|
-
* @param {Object} val 保存数据
|
|
8577
|
-
* @date 2022年5月25日
|
|
8572
|
+
/**
|
|
8573
|
+
* submit
|
|
8574
|
+
* @desc:新增/编辑意见保存
|
|
8575
|
+
* @author liufan
|
|
8576
|
+
* @param {Object} val 保存数据
|
|
8577
|
+
* @date 2022年5月25日
|
|
8578
8578
|
**/
|
|
8579
8579
|
submit: function submit(val) {
|
|
8580
8580
|
var _this4 = this;
|
|
@@ -12040,11 +12040,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12040
12040
|
});
|
|
12041
12041
|
},
|
|
12042
12042
|
|
|
12043
|
-
/**
|
|
12044
|
-
* isMultiple
|
|
12045
|
-
* @desc:是否多选
|
|
12046
|
-
* @author liufan
|
|
12047
|
-
* @date 2022年9月13日
|
|
12043
|
+
/**
|
|
12044
|
+
* isMultiple
|
|
12045
|
+
* @desc:是否多选
|
|
12046
|
+
* @author liufan
|
|
12047
|
+
* @date 2022年9月13日
|
|
12048
12048
|
**/
|
|
12049
12049
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
12050
12050
|
var multiple = false;
|
|
@@ -13672,8 +13672,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
13672
13672
|
)
|
|
13673
13673
|
|
|
13674
13674
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
13675
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
13676
|
-
var
|
|
13675
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=0c06bc6e&
|
|
13676
|
+
var startTaskReadvue_type_template_id_0c06bc6e_render = function () {
|
|
13677
13677
|
var _vm = this
|
|
13678
13678
|
var _h = _vm.$createElement
|
|
13679
13679
|
var _c = _vm._self._c || _h
|
|
@@ -14095,11 +14095,11 @@ var startTaskReadvue_type_template_id_3d56ed51_render = function () {
|
|
|
14095
14095
|
1
|
|
14096
14096
|
)
|
|
14097
14097
|
}
|
|
14098
|
-
var
|
|
14099
|
-
|
|
14098
|
+
var startTaskReadvue_type_template_id_0c06bc6e_staticRenderFns = []
|
|
14099
|
+
startTaskReadvue_type_template_id_0c06bc6e_render._withStripped = true
|
|
14100
14100
|
|
|
14101
14101
|
|
|
14102
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
14102
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=0c06bc6e&
|
|
14103
14103
|
|
|
14104
14104
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
|
|
14105
14105
|
var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -14393,7 +14393,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14393
14393
|
businessId: this.param.businessId,
|
|
14394
14394
|
businessName: this.param.businessName,
|
|
14395
14395
|
bCode: this.param.bCode,
|
|
14396
|
-
bName: this.param.bName
|
|
14396
|
+
bName: this.param.bName,
|
|
14397
|
+
appId: this.param.appId
|
|
14397
14398
|
};
|
|
14398
14399
|
} else {
|
|
14399
14400
|
params.appId = this.readParams.appId;
|
|
@@ -14824,8 +14825,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14824
14825
|
|
|
14825
14826
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
14826
14827
|
src_startTaskReadvue_type_script_lang_js_,
|
|
14827
|
-
|
|
14828
|
-
|
|
14828
|
+
startTaskReadvue_type_template_id_0c06bc6e_render,
|
|
14829
|
+
startTaskReadvue_type_template_id_0c06bc6e_staticRenderFns,
|
|
14829
14830
|
false,
|
|
14830
14831
|
null,
|
|
14831
14832
|
null,
|
|
@@ -16089,11 +16090,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
16089
16090
|
});
|
|
16090
16091
|
},
|
|
16091
16092
|
|
|
16092
|
-
/**
|
|
16093
|
-
* isMultiple
|
|
16094
|
-
* @desc:是否多选
|
|
16095
|
-
* @author liufan
|
|
16096
|
-
* @date 2022年9月13日
|
|
16093
|
+
/**
|
|
16094
|
+
* isMultiple
|
|
16095
|
+
* @desc:是否多选
|
|
16096
|
+
* @author liufan
|
|
16097
|
+
* @date 2022年9月13日
|
|
16097
16098
|
**/
|
|
16098
16099
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16099
16100
|
var multiple = false;
|
|
@@ -20665,11 +20666,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20665
20666
|
});
|
|
20666
20667
|
},
|
|
20667
20668
|
|
|
20668
|
-
/**
|
|
20669
|
-
* saveInfo
|
|
20670
|
-
* @desc:暂存
|
|
20671
|
-
* @author liufan
|
|
20672
|
-
* @date 2022年9月9日
|
|
20669
|
+
/**
|
|
20670
|
+
* saveInfo
|
|
20671
|
+
* @desc:暂存
|
|
20672
|
+
* @author liufan
|
|
20673
|
+
* @date 2022年9月9日
|
|
20673
20674
|
**/
|
|
20674
20675
|
saveInfo: function saveInfo(type, btn) {
|
|
20675
20676
|
var _this6 = this;
|
|
@@ -20731,11 +20732,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20731
20732
|
});
|
|
20732
20733
|
},
|
|
20733
20734
|
|
|
20734
|
-
/**
|
|
20735
|
-
* rejectBtn
|
|
20736
|
-
* @desc:点击驳回
|
|
20737
|
-
* @author liufan
|
|
20738
|
-
* @date 2022年5月25日
|
|
20735
|
+
/**
|
|
20736
|
+
* rejectBtn
|
|
20737
|
+
* @desc:点击驳回
|
|
20738
|
+
* @author liufan
|
|
20739
|
+
* @date 2022年5月25日
|
|
20739
20740
|
**/
|
|
20740
20741
|
rejectBtn: function rejectBtn() {
|
|
20741
20742
|
var _this8 = this;
|
|
@@ -20753,11 +20754,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20753
20754
|
}
|
|
20754
20755
|
},
|
|
20755
20756
|
|
|
20756
|
-
/**
|
|
20757
|
-
* taskReadBtn
|
|
20758
|
-
* @desc:点击分阅
|
|
20759
|
-
* @author liufan
|
|
20760
|
-
* @date 2022年5月25日
|
|
20757
|
+
/**
|
|
20758
|
+
* taskReadBtn
|
|
20759
|
+
* @desc:点击分阅
|
|
20760
|
+
* @author liufan
|
|
20761
|
+
* @date 2022年5月25日
|
|
20761
20762
|
**/
|
|
20762
20763
|
taskReadBtn: function taskReadBtn() {
|
|
20763
20764
|
var _this9 = this;
|
|
@@ -20776,11 +20777,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20776
20777
|
}
|
|
20777
20778
|
},
|
|
20778
20779
|
|
|
20779
|
-
/**
|
|
20780
|
-
* getFind
|
|
20781
|
-
* @desc:获取通知方式
|
|
20782
|
-
* @author liufan
|
|
20783
|
-
* @date 2022年5月25日
|
|
20780
|
+
/**
|
|
20781
|
+
* getFind
|
|
20782
|
+
* @desc:获取通知方式
|
|
20783
|
+
* @author liufan
|
|
20784
|
+
* @date 2022年5月25日
|
|
20784
20785
|
**/
|
|
20785
20786
|
getFind: function getFind() {
|
|
20786
20787
|
var _this10 = this;
|
|
@@ -20835,12 +20836,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20835
20836
|
});
|
|
20836
20837
|
},
|
|
20837
20838
|
|
|
20838
|
-
/**
|
|
20839
|
-
* endFlows
|
|
20840
|
-
* @desc:直接办结
|
|
20841
|
-
* @author liufan
|
|
20842
|
-
* @param {Object} res 直接办结数据
|
|
20843
|
-
* @date 2022年5月25日
|
|
20839
|
+
/**
|
|
20840
|
+
* endFlows
|
|
20841
|
+
* @desc:直接办结
|
|
20842
|
+
* @author liufan
|
|
20843
|
+
* @param {Object} res 直接办结数据
|
|
20844
|
+
* @date 2022年5月25日
|
|
20844
20845
|
**/
|
|
20845
20846
|
endFlows: function endFlows(res) {
|
|
20846
20847
|
var _this12 = this;
|
|
@@ -20894,12 +20895,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20894
20895
|
}).catch(function (e) {});
|
|
20895
20896
|
},
|
|
20896
20897
|
|
|
20897
|
-
/**
|
|
20898
|
-
* goView
|
|
20899
|
-
* @desc:更多流程按钮操作
|
|
20900
|
-
* @author liufan
|
|
20901
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20902
|
-
* @date 2022年5月25日
|
|
20898
|
+
/**
|
|
20899
|
+
* goView
|
|
20900
|
+
* @desc:更多流程按钮操作
|
|
20901
|
+
* @author liufan
|
|
20902
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20903
|
+
* @date 2022年5月25日
|
|
20903
20904
|
**/
|
|
20904
20905
|
goView: function goView(res) {
|
|
20905
20906
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20984,11 +20985,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20984
20985
|
// isCanStartSubFlow
|
|
20985
20986
|
},
|
|
20986
20987
|
|
|
20987
|
-
/**
|
|
20988
|
-
* toTakeAdvice
|
|
20989
|
-
* @desc:征求意见
|
|
20990
|
-
* @author liufan
|
|
20991
|
-
* @date 2022年9月29日
|
|
20988
|
+
/**
|
|
20989
|
+
* toTakeAdvice
|
|
20990
|
+
* @desc:征求意见
|
|
20991
|
+
* @author liufan
|
|
20992
|
+
* @date 2022年9月29日
|
|
20992
20993
|
**/
|
|
20993
20994
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20994
20995
|
var _this14 = this;
|
|
@@ -21032,11 +21033,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21032
21033
|
});
|
|
21033
21034
|
},
|
|
21034
21035
|
|
|
21035
|
-
/**
|
|
21036
|
-
* toStartDraf
|
|
21037
|
-
* @desc: 稿件递送、联合审核、复核
|
|
21038
|
-
* @author liufan
|
|
21039
|
-
* @date 2022年9月29日
|
|
21036
|
+
/**
|
|
21037
|
+
* toStartDraf
|
|
21038
|
+
* @desc: 稿件递送、联合审核、复核
|
|
21039
|
+
* @author liufan
|
|
21040
|
+
* @date 2022年9月29日
|
|
21040
21041
|
**/
|
|
21041
21042
|
toStartDraf: function toStartDraf(res) {
|
|
21042
21043
|
var _this16 = this;
|
|
@@ -21050,11 +21051,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21050
21051
|
}
|
|
21051
21052
|
},
|
|
21052
21053
|
|
|
21053
|
-
/**
|
|
21054
|
-
* toSendMsg
|
|
21055
|
-
* @desc:核稿通知
|
|
21056
|
-
* @author liufan
|
|
21057
|
-
* @date 2022年9月29日
|
|
21054
|
+
/**
|
|
21055
|
+
* toSendMsg
|
|
21056
|
+
* @desc:核稿通知
|
|
21057
|
+
* @author liufan
|
|
21058
|
+
* @date 2022年9月29日
|
|
21058
21059
|
**/
|
|
21059
21060
|
toSendMsg: function toSendMsg(res) {
|
|
21060
21061
|
var _this17 = this;
|
|
@@ -21068,11 +21069,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21068
21069
|
}
|
|
21069
21070
|
},
|
|
21070
21071
|
|
|
21071
|
-
/**
|
|
21072
|
-
* toTaskReadAndEnd
|
|
21073
|
-
* @desc:分阅并办结
|
|
21074
|
-
* @author liufan
|
|
21075
|
-
* @date 2022年9月29日
|
|
21072
|
+
/**
|
|
21073
|
+
* toTaskReadAndEnd
|
|
21074
|
+
* @desc:分阅并办结
|
|
21075
|
+
* @author liufan
|
|
21076
|
+
* @date 2022年9月29日
|
|
21076
21077
|
**/
|
|
21077
21078
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
21078
21079
|
var _this18 = this;
|
|
@@ -21090,11 +21091,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21090
21091
|
}
|
|
21091
21092
|
},
|
|
21092
21093
|
|
|
21093
|
-
/**
|
|
21094
|
-
* rejectAndEnd
|
|
21095
|
-
* @desc:驳回并办结
|
|
21096
|
-
* @author liufan
|
|
21097
|
-
* @date 2022年9月29日
|
|
21094
|
+
/**
|
|
21095
|
+
* rejectAndEnd
|
|
21096
|
+
* @desc:驳回并办结
|
|
21097
|
+
* @author liufan
|
|
21098
|
+
* @date 2022年9月29日
|
|
21098
21099
|
**/
|
|
21099
21100
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
21100
21101
|
var _this19 = this;
|
|
@@ -21149,11 +21150,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21149
21150
|
});
|
|
21150
21151
|
},
|
|
21151
21152
|
|
|
21152
|
-
/**
|
|
21153
|
-
* toTransfer
|
|
21154
|
-
* @desc:转办
|
|
21155
|
-
* @author liufan
|
|
21156
|
-
* @date 2022年9月29日
|
|
21153
|
+
/**
|
|
21154
|
+
* toTransfer
|
|
21155
|
+
* @desc:转办
|
|
21156
|
+
* @author liufan
|
|
21157
|
+
* @date 2022年9月29日
|
|
21157
21158
|
**/
|
|
21158
21159
|
toTransfer: function toTransfer(res) {
|
|
21159
21160
|
var _this21 = this;
|
|
@@ -21169,11 +21170,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21169
21170
|
}
|
|
21170
21171
|
},
|
|
21171
21172
|
|
|
21172
|
-
/**
|
|
21173
|
-
* getNodeInfo
|
|
21174
|
-
* @desc:获取节点信息
|
|
21175
|
-
* @author liufan
|
|
21176
|
-
* @date 2022年5月25日
|
|
21173
|
+
/**
|
|
21174
|
+
* getNodeInfo
|
|
21175
|
+
* @desc:获取节点信息
|
|
21176
|
+
* @author liufan
|
|
21177
|
+
* @date 2022年5月25日
|
|
21177
21178
|
**/
|
|
21178
21179
|
getNodeInfo: function getNodeInfo() {
|
|
21179
21180
|
var _this22 = this;
|
|
@@ -21272,12 +21273,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21272
21273
|
});
|
|
21273
21274
|
},
|
|
21274
21275
|
|
|
21275
|
-
/**
|
|
21276
|
-
* selecNext
|
|
21277
|
-
* @desc:下步节点变化时更新数据
|
|
21278
|
-
* @author liufan
|
|
21279
|
-
* @param {String} val 当前选中值
|
|
21280
|
-
* @date 2022年5月25日
|
|
21276
|
+
/**
|
|
21277
|
+
* selecNext
|
|
21278
|
+
* @desc:下步节点变化时更新数据
|
|
21279
|
+
* @author liufan
|
|
21280
|
+
* @param {String} val 当前选中值
|
|
21281
|
+
* @date 2022年5月25日
|
|
21281
21282
|
**/
|
|
21282
21283
|
selecNext: function selecNext(val, type, isDef) {
|
|
21283
21284
|
var _this23 = this;
|
|
@@ -21386,11 +21387,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21386
21387
|
if (isDef !== true) this.getNodeInfo();
|
|
21387
21388
|
},
|
|
21388
21389
|
|
|
21389
|
-
/**
|
|
21390
|
-
* isMultiple
|
|
21391
|
-
* @desc:是否多选
|
|
21392
|
-
* @author liufan
|
|
21393
|
-
* @date 2022年9月13日
|
|
21390
|
+
/**
|
|
21391
|
+
* isMultiple
|
|
21392
|
+
* @desc:是否多选
|
|
21393
|
+
* @author liufan
|
|
21394
|
+
* @date 2022年9月13日
|
|
21394
21395
|
**/
|
|
21395
21396
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
21396
21397
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -21422,11 +21423,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21422
21423
|
}
|
|
21423
21424
|
},
|
|
21424
21425
|
|
|
21425
|
-
/**
|
|
21426
|
-
* getHedInfo
|
|
21427
|
-
* @desc:获取审核页面数据
|
|
21428
|
-
* @author liufan
|
|
21429
|
-
* @date 2022年5月25日
|
|
21426
|
+
/**
|
|
21427
|
+
* getHedInfo
|
|
21428
|
+
* @desc:获取审核页面数据
|
|
21429
|
+
* @author liufan
|
|
21430
|
+
* @date 2022年5月25日
|
|
21430
21431
|
**/
|
|
21431
21432
|
getHedInfo: function getHedInfo() {
|
|
21432
21433
|
var _this24 = this;
|
|
@@ -21662,13 +21663,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21662
21663
|
});
|
|
21663
21664
|
},
|
|
21664
21665
|
|
|
21665
|
-
/**
|
|
21666
|
-
* closeProcess
|
|
21667
|
-
* @desc:关闭弹窗
|
|
21668
|
-
* @author liufan
|
|
21669
|
-
* @param {boolean} val 当前是否办理流程
|
|
21670
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21671
|
-
* @date 2022年5月25日
|
|
21666
|
+
/**
|
|
21667
|
+
* closeProcess
|
|
21668
|
+
* @desc:关闭弹窗
|
|
21669
|
+
* @author liufan
|
|
21670
|
+
* @param {boolean} val 当前是否办理流程
|
|
21671
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21672
|
+
* @date 2022年5月25日
|
|
21672
21673
|
**/
|
|
21673
21674
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21674
21675
|
if (closeParent) {
|
|
@@ -21685,23 +21686,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21685
21686
|
}
|
|
21686
21687
|
},
|
|
21687
21688
|
|
|
21688
|
-
/**
|
|
21689
|
-
* selectChange
|
|
21690
|
-
* @desc:常用语选择
|
|
21691
|
-
* @author liufan
|
|
21692
|
-
* @param {String} val 选中值
|
|
21693
|
-
* @date 2022年5月25日
|
|
21689
|
+
/**
|
|
21690
|
+
* selectChange
|
|
21691
|
+
* @desc:常用语选择
|
|
21692
|
+
* @author liufan
|
|
21693
|
+
* @param {String} val 选中值
|
|
21694
|
+
* @date 2022年5月25日
|
|
21694
21695
|
**/
|
|
21695
21696
|
selectChange: function selectChange(val) {
|
|
21696
21697
|
this.value = val;
|
|
21697
21698
|
},
|
|
21698
21699
|
|
|
21699
|
-
/**
|
|
21700
|
-
* upDate
|
|
21701
|
-
* @desc:修改常用语
|
|
21702
|
-
* @author liufan
|
|
21703
|
-
* @param {Object} val 修改值
|
|
21704
|
-
* @date 2022年5月25日
|
|
21700
|
+
/**
|
|
21701
|
+
* upDate
|
|
21702
|
+
* @desc:修改常用语
|
|
21703
|
+
* @author liufan
|
|
21704
|
+
* @param {Object} val 修改值
|
|
21705
|
+
* @date 2022年5月25日
|
|
21705
21706
|
**/
|
|
21706
21707
|
upDate: function upDate(val) {
|
|
21707
21708
|
this.FormData.id = val.id;
|
|
@@ -21709,11 +21710,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21709
21710
|
},
|
|
21710
21711
|
|
|
21711
21712
|
|
|
21712
|
-
/**
|
|
21713
|
-
* getProcess
|
|
21714
|
-
* @desc:获取选择流程
|
|
21715
|
-
* @author liufan
|
|
21716
|
-
* @date 2022年5月25日
|
|
21713
|
+
/**
|
|
21714
|
+
* getProcess
|
|
21715
|
+
* @desc:获取选择流程
|
|
21716
|
+
* @author liufan
|
|
21717
|
+
* @date 2022年5月25日
|
|
21717
21718
|
**/
|
|
21718
21719
|
getProcess: function getProcess() {
|
|
21719
21720
|
var _this25 = this;
|
|
@@ -21767,11 +21768,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21767
21768
|
});
|
|
21768
21769
|
},
|
|
21769
21770
|
|
|
21770
|
-
/**
|
|
21771
|
-
* getPendedhistoryList
|
|
21772
|
-
* @desc:获取流程列表
|
|
21773
|
-
* @author liufan
|
|
21774
|
-
* @date 2022年5月25日
|
|
21771
|
+
/**
|
|
21772
|
+
* getPendedhistoryList
|
|
21773
|
+
* @desc:获取流程列表
|
|
21774
|
+
* @author liufan
|
|
21775
|
+
* @date 2022年5月25日
|
|
21775
21776
|
**/
|
|
21776
21777
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21777
21778
|
var _this26 = this;
|
|
@@ -21803,12 +21804,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21803
21804
|
},
|
|
21804
21805
|
|
|
21805
21806
|
// 提交流程
|
|
21806
|
-
/**
|
|
21807
|
-
* subProcess
|
|
21808
|
-
* @desc:提交流程
|
|
21809
|
-
* @author liufan
|
|
21810
|
-
* @param {String} formName 当前form表单ref值
|
|
21811
|
-
* @date 2022年5月25日
|
|
21807
|
+
/**
|
|
21808
|
+
* subProcess
|
|
21809
|
+
* @desc:提交流程
|
|
21810
|
+
* @author liufan
|
|
21811
|
+
* @param {String} formName 当前form表单ref值
|
|
21812
|
+
* @date 2022年5月25日
|
|
21812
21813
|
**/
|
|
21813
21814
|
subProcess: function subProcess(val) {
|
|
21814
21815
|
var _this27 = this;
|
|
@@ -25403,11 +25404,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25403
25404
|
});
|
|
25404
25405
|
},
|
|
25405
25406
|
|
|
25406
|
-
/**
|
|
25407
|
-
* saveInfo
|
|
25408
|
-
* @desc:暂存
|
|
25409
|
-
* @author liufan
|
|
25410
|
-
* @date 2022年9月9日
|
|
25407
|
+
/**
|
|
25408
|
+
* saveInfo
|
|
25409
|
+
* @desc:暂存
|
|
25410
|
+
* @author liufan
|
|
25411
|
+
* @date 2022年9月9日
|
|
25411
25412
|
**/
|
|
25412
25413
|
saveInfo: function saveInfo(type, btn) {
|
|
25413
25414
|
var _this11 = this;
|
|
@@ -25469,11 +25470,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25469
25470
|
});
|
|
25470
25471
|
},
|
|
25471
25472
|
|
|
25472
|
-
/**
|
|
25473
|
-
* rejectBtn
|
|
25474
|
-
* @desc:点击驳回
|
|
25475
|
-
* @author liufan
|
|
25476
|
-
* @date 2022年5月25日
|
|
25473
|
+
/**
|
|
25474
|
+
* rejectBtn
|
|
25475
|
+
* @desc:点击驳回
|
|
25476
|
+
* @author liufan
|
|
25477
|
+
* @date 2022年5月25日
|
|
25477
25478
|
**/
|
|
25478
25479
|
rejectBtn: function rejectBtn() {
|
|
25479
25480
|
var _this13 = this;
|
|
@@ -25491,11 +25492,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25491
25492
|
}
|
|
25492
25493
|
},
|
|
25493
25494
|
|
|
25494
|
-
/**
|
|
25495
|
-
* taskReadBtn
|
|
25496
|
-
* @desc:点击分阅
|
|
25497
|
-
* @author liufan
|
|
25498
|
-
* @date 2022年5月25日
|
|
25495
|
+
/**
|
|
25496
|
+
* taskReadBtn
|
|
25497
|
+
* @desc:点击分阅
|
|
25498
|
+
* @author liufan
|
|
25499
|
+
* @date 2022年5月25日
|
|
25499
25500
|
**/
|
|
25500
25501
|
taskReadBtn: function taskReadBtn() {
|
|
25501
25502
|
var _this14 = this;
|
|
@@ -25514,11 +25515,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25514
25515
|
}
|
|
25515
25516
|
},
|
|
25516
25517
|
|
|
25517
|
-
/**
|
|
25518
|
-
* getFind
|
|
25519
|
-
* @desc:获取通知方式
|
|
25520
|
-
* @author liufan
|
|
25521
|
-
* @date 2022年5月25日
|
|
25518
|
+
/**
|
|
25519
|
+
* getFind
|
|
25520
|
+
* @desc:获取通知方式
|
|
25521
|
+
* @author liufan
|
|
25522
|
+
* @date 2022年5月25日
|
|
25522
25523
|
**/
|
|
25523
25524
|
getFind: function getFind() {
|
|
25524
25525
|
var _this15 = this;
|
|
@@ -25584,12 +25585,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25584
25585
|
});
|
|
25585
25586
|
},
|
|
25586
25587
|
|
|
25587
|
-
/**
|
|
25588
|
-
* endFlows
|
|
25589
|
-
* @desc:直接办结
|
|
25590
|
-
* @author liufan
|
|
25591
|
-
* @param {Object} res 直接办结数据
|
|
25592
|
-
* @date 2022年5月25日
|
|
25588
|
+
/**
|
|
25589
|
+
* endFlows
|
|
25590
|
+
* @desc:直接办结
|
|
25591
|
+
* @author liufan
|
|
25592
|
+
* @param {Object} res 直接办结数据
|
|
25593
|
+
* @date 2022年5月25日
|
|
25593
25594
|
**/
|
|
25594
25595
|
endFlows: function endFlows(res) {
|
|
25595
25596
|
var _this17 = this;
|
|
@@ -25644,12 +25645,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25644
25645
|
}).catch(function (e) {});
|
|
25645
25646
|
},
|
|
25646
25647
|
|
|
25647
|
-
/**
|
|
25648
|
-
* goView
|
|
25649
|
-
* @desc:更多流程按钮操作
|
|
25650
|
-
* @author liufan
|
|
25651
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
25652
|
-
* @date 2022年5月25日
|
|
25648
|
+
/**
|
|
25649
|
+
* goView
|
|
25650
|
+
* @desc:更多流程按钮操作
|
|
25651
|
+
* @author liufan
|
|
25652
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
25653
|
+
* @date 2022年5月25日
|
|
25653
25654
|
**/
|
|
25654
25655
|
goView: function goView(res) {
|
|
25655
25656
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -25736,11 +25737,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25736
25737
|
// isCanStartSubFlow
|
|
25737
25738
|
},
|
|
25738
25739
|
|
|
25739
|
-
/**
|
|
25740
|
-
* toTakeAdvice
|
|
25741
|
-
* @desc:征求意见
|
|
25742
|
-
* @author liufan
|
|
25743
|
-
* @date 2022年9月29日
|
|
25740
|
+
/**
|
|
25741
|
+
* toTakeAdvice
|
|
25742
|
+
* @desc:征求意见
|
|
25743
|
+
* @author liufan
|
|
25744
|
+
* @date 2022年9月29日
|
|
25744
25745
|
**/
|
|
25745
25746
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
25746
25747
|
var _this19 = this;
|
|
@@ -25784,11 +25785,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25784
25785
|
});
|
|
25785
25786
|
},
|
|
25786
25787
|
|
|
25787
|
-
/**
|
|
25788
|
-
* toStartDraf
|
|
25789
|
-
* @desc: 稿件递送、联合审核、复核
|
|
25790
|
-
* @author liufan
|
|
25791
|
-
* @date 2022年9月29日
|
|
25788
|
+
/**
|
|
25789
|
+
* toStartDraf
|
|
25790
|
+
* @desc: 稿件递送、联合审核、复核
|
|
25791
|
+
* @author liufan
|
|
25792
|
+
* @date 2022年9月29日
|
|
25792
25793
|
**/
|
|
25793
25794
|
toStartDraf: function toStartDraf(res) {
|
|
25794
25795
|
var _this21 = this;
|
|
@@ -25802,11 +25803,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25802
25803
|
}
|
|
25803
25804
|
},
|
|
25804
25805
|
|
|
25805
|
-
/**
|
|
25806
|
-
* toSendMsg
|
|
25807
|
-
* @desc:核稿通知
|
|
25808
|
-
* @author liufan
|
|
25809
|
-
* @date 2022年9月29日
|
|
25806
|
+
/**
|
|
25807
|
+
* toSendMsg
|
|
25808
|
+
* @desc:核稿通知
|
|
25809
|
+
* @author liufan
|
|
25810
|
+
* @date 2022年9月29日
|
|
25810
25811
|
**/
|
|
25811
25812
|
toSendMsg: function toSendMsg(res) {
|
|
25812
25813
|
var _this22 = this;
|
|
@@ -25820,11 +25821,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25820
25821
|
}
|
|
25821
25822
|
},
|
|
25822
25823
|
|
|
25823
|
-
/**
|
|
25824
|
-
* toTaskReadAndEnd
|
|
25825
|
-
* @desc:分阅并办结
|
|
25826
|
-
* @author liufan
|
|
25827
|
-
* @date 2022年9月29日
|
|
25824
|
+
/**
|
|
25825
|
+
* toTaskReadAndEnd
|
|
25826
|
+
* @desc:分阅并办结
|
|
25827
|
+
* @author liufan
|
|
25828
|
+
* @date 2022年9月29日
|
|
25828
25829
|
**/
|
|
25829
25830
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
25830
25831
|
var _this23 = this;
|
|
@@ -25842,11 +25843,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25842
25843
|
}
|
|
25843
25844
|
},
|
|
25844
25845
|
|
|
25845
|
-
/**
|
|
25846
|
-
* rejectAndEnd
|
|
25847
|
-
* @desc:驳回并办结
|
|
25848
|
-
* @author liufan
|
|
25849
|
-
* @date 2022年9月29日
|
|
25846
|
+
/**
|
|
25847
|
+
* rejectAndEnd
|
|
25848
|
+
* @desc:驳回并办结
|
|
25849
|
+
* @author liufan
|
|
25850
|
+
* @date 2022年9月29日
|
|
25850
25851
|
**/
|
|
25851
25852
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
25852
25853
|
var _this24 = this;
|
|
@@ -25902,11 +25903,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25902
25903
|
});
|
|
25903
25904
|
},
|
|
25904
25905
|
|
|
25905
|
-
/**
|
|
25906
|
-
* toTransfer
|
|
25907
|
-
* @desc:转办
|
|
25908
|
-
* @author liufan
|
|
25909
|
-
* @date 2022年9月29日
|
|
25906
|
+
/**
|
|
25907
|
+
* toTransfer
|
|
25908
|
+
* @desc:转办
|
|
25909
|
+
* @author liufan
|
|
25910
|
+
* @date 2022年9月29日
|
|
25910
25911
|
**/
|
|
25911
25912
|
toTransfer: function toTransfer(res) {
|
|
25912
25913
|
var _this26 = this;
|
|
@@ -25925,11 +25926,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25925
25926
|
this.nextNode.customLimitTime = val;
|
|
25926
25927
|
},
|
|
25927
25928
|
|
|
25928
|
-
/**
|
|
25929
|
-
* getNodeInfo
|
|
25930
|
-
* @desc:获取节点信息
|
|
25931
|
-
* @author liufan
|
|
25932
|
-
* @date 2022年5月25日
|
|
25929
|
+
/**
|
|
25930
|
+
* getNodeInfo
|
|
25931
|
+
* @desc:获取节点信息
|
|
25932
|
+
* @author liufan
|
|
25933
|
+
* @date 2022年5月25日
|
|
25933
25934
|
**/
|
|
25934
25935
|
getNodeInfo: function getNodeInfo() {
|
|
25935
25936
|
var _this27 = this;
|
|
@@ -26036,12 +26037,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26036
26037
|
});
|
|
26037
26038
|
},
|
|
26038
26039
|
|
|
26039
|
-
/**
|
|
26040
|
-
* selecNext
|
|
26041
|
-
* @desc:下步节点变化时更新数据
|
|
26042
|
-
* @author liufan
|
|
26043
|
-
* @param {String} val 当前选中值
|
|
26044
|
-
* @date 2022年5月25日
|
|
26040
|
+
/**
|
|
26041
|
+
* selecNext
|
|
26042
|
+
* @desc:下步节点变化时更新数据
|
|
26043
|
+
* @author liufan
|
|
26044
|
+
* @param {String} val 当前选中值
|
|
26045
|
+
* @date 2022年5月25日
|
|
26045
26046
|
**/
|
|
26046
26047
|
selecNext: function selecNext(val, type, isDef) {
|
|
26047
26048
|
var _this28 = this;
|
|
@@ -26173,11 +26174,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26173
26174
|
this.getNodeInfo();
|
|
26174
26175
|
},
|
|
26175
26176
|
|
|
26176
|
-
/**
|
|
26177
|
-
* isMultiple
|
|
26178
|
-
* @desc:是否多选
|
|
26179
|
-
* @author liufan
|
|
26180
|
-
* @date 2022年9月13日
|
|
26177
|
+
/**
|
|
26178
|
+
* isMultiple
|
|
26179
|
+
* @desc:是否多选
|
|
26180
|
+
* @author liufan
|
|
26181
|
+
* @date 2022年9月13日
|
|
26181
26182
|
**/
|
|
26182
26183
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
26183
26184
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -26209,11 +26210,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26209
26210
|
}
|
|
26210
26211
|
},
|
|
26211
26212
|
|
|
26212
|
-
/**
|
|
26213
|
-
* getHedInfo
|
|
26214
|
-
* @desc:获取审核页面数据
|
|
26215
|
-
* @author liufan
|
|
26216
|
-
* @date 2022年5月25日
|
|
26213
|
+
/**
|
|
26214
|
+
* getHedInfo
|
|
26215
|
+
* @desc:获取审核页面数据
|
|
26216
|
+
* @author liufan
|
|
26217
|
+
* @date 2022年5月25日
|
|
26217
26218
|
**/
|
|
26218
26219
|
getHedInfo: function getHedInfo() {
|
|
26219
26220
|
var _this29 = this;
|
|
@@ -26517,13 +26518,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26517
26518
|
});
|
|
26518
26519
|
},
|
|
26519
26520
|
|
|
26520
|
-
/**
|
|
26521
|
-
* closeProcess
|
|
26522
|
-
* @desc:关闭弹窗
|
|
26523
|
-
* @author liufan
|
|
26524
|
-
* @param {boolean} val 当前是否办理流程
|
|
26525
|
-
* @param {String} type 当前点击的弹窗类型
|
|
26526
|
-
* @date 2022年5月25日
|
|
26521
|
+
/**
|
|
26522
|
+
* closeProcess
|
|
26523
|
+
* @desc:关闭弹窗
|
|
26524
|
+
* @author liufan
|
|
26525
|
+
* @param {boolean} val 当前是否办理流程
|
|
26526
|
+
* @param {String} type 当前点击的弹窗类型
|
|
26527
|
+
* @date 2022年5月25日
|
|
26527
26528
|
**/
|
|
26528
26529
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
26529
26530
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -26543,23 +26544,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26543
26544
|
}
|
|
26544
26545
|
},
|
|
26545
26546
|
|
|
26546
|
-
/**
|
|
26547
|
-
* selectChange
|
|
26548
|
-
* @desc:常用语选择
|
|
26549
|
-
* @author liufan
|
|
26550
|
-
* @param {String} val 选中值
|
|
26551
|
-
* @date 2022年5月25日
|
|
26547
|
+
/**
|
|
26548
|
+
* selectChange
|
|
26549
|
+
* @desc:常用语选择
|
|
26550
|
+
* @author liufan
|
|
26551
|
+
* @param {String} val 选中值
|
|
26552
|
+
* @date 2022年5月25日
|
|
26552
26553
|
**/
|
|
26553
26554
|
selectChange: function selectChange(val) {
|
|
26554
26555
|
this.value = val;
|
|
26555
26556
|
},
|
|
26556
26557
|
|
|
26557
|
-
/**
|
|
26558
|
-
* upDate
|
|
26559
|
-
* @desc:修改常用语
|
|
26560
|
-
* @author liufan
|
|
26561
|
-
* @param {Object} val 修改值
|
|
26562
|
-
* @date 2022年5月25日
|
|
26558
|
+
/**
|
|
26559
|
+
* upDate
|
|
26560
|
+
* @desc:修改常用语
|
|
26561
|
+
* @author liufan
|
|
26562
|
+
* @param {Object} val 修改值
|
|
26563
|
+
* @date 2022年5月25日
|
|
26563
26564
|
**/
|
|
26564
26565
|
upDate: function upDate(val) {
|
|
26565
26566
|
this.FormData.id = val.id;
|
|
@@ -26567,11 +26568,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26567
26568
|
},
|
|
26568
26569
|
|
|
26569
26570
|
|
|
26570
|
-
/**
|
|
26571
|
-
* getProcess
|
|
26572
|
-
* @desc:获取选择流程
|
|
26573
|
-
* @author liufan
|
|
26574
|
-
* @date 2022年5月25日
|
|
26571
|
+
/**
|
|
26572
|
+
* getProcess
|
|
26573
|
+
* @desc:获取选择流程
|
|
26574
|
+
* @author liufan
|
|
26575
|
+
* @date 2022年5月25日
|
|
26575
26576
|
**/
|
|
26576
26577
|
getProcess: function getProcess(val) {
|
|
26577
26578
|
var _this30 = this;
|
|
@@ -26631,11 +26632,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26631
26632
|
});
|
|
26632
26633
|
},
|
|
26633
26634
|
|
|
26634
|
-
/**
|
|
26635
|
-
* getPendedhistoryList
|
|
26636
|
-
* @desc:获取流程列表
|
|
26637
|
-
* @author liufan
|
|
26638
|
-
* @date 2022年5月25日
|
|
26635
|
+
/**
|
|
26636
|
+
* getPendedhistoryList
|
|
26637
|
+
* @desc:获取流程列表
|
|
26638
|
+
* @author liufan
|
|
26639
|
+
* @date 2022年5月25日
|
|
26639
26640
|
**/
|
|
26640
26641
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
26641
26642
|
var _this31 = this;
|
|
@@ -26703,12 +26704,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26703
26704
|
},
|
|
26704
26705
|
|
|
26705
26706
|
// 提交流程
|
|
26706
|
-
/**
|
|
26707
|
-
* subProcess
|
|
26708
|
-
* @desc:提交流程
|
|
26709
|
-
* @author liufan
|
|
26710
|
-
* @param {String} formName 当前form表单ref值
|
|
26711
|
-
* @date 2022年5月25日
|
|
26707
|
+
/**
|
|
26708
|
+
* subProcess
|
|
26709
|
+
* @desc:提交流程
|
|
26710
|
+
* @author liufan
|
|
26711
|
+
* @param {String} formName 当前form表单ref值
|
|
26712
|
+
* @date 2022年5月25日
|
|
26712
26713
|
**/
|
|
26713
26714
|
subProcess: function subProcess(val, type) {
|
|
26714
26715
|
var _this33 = this;
|