eoss-ui 0.6.54 → 0.6.55
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/checkbox-group.js +3 -3
- package/lib/data-table.js +6 -6
- package/lib/eoss-ui.common.js +801 -695
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +280 -280
- package/lib/form.js +4 -4
- package/lib/index.js +1 -1
- package/lib/input.js +1 -1
- package/lib/login.js +3 -3
- package/lib/main.js +280 -215
- package/lib/menu.js +46 -10
- package/lib/qr-code.js +13 -13
- package/lib/radio-group.js +3 -3
- package/lib/select-ganged.js +1 -1
- package/lib/select.js +3 -1
- package/lib/selector-panel.js +3 -3
- package/lib/steps.js +3 -3
- 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/lib/tips.js +3 -3
- package/lib/tree.js +3 -3
- package/lib/upload.js +20 -17
- package/package.json +159 -159
- package/packages/.DS_Store +0 -0
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +298 -298
- package/packages/calendar/index.js +5 -5
- package/packages/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 +144 -144
- package/packages/data-table/.DS_Store +0 -0
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +989 -989
- package/packages/data-table/src/main.vue +1822 -1822
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/.DS_Store +0 -0
- 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/.DS_Store +0 -0
- package/packages/error-page/index.js +5 -5
- package/packages/error-page/src/main.vue +44 -44
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/component/CommonOpinions.vue +345 -345
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +99 -99
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +229 -229
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +611 -611
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2843 -2843
- package/packages/flow/src/main.vue +3131 -3131
- package/packages/flow/src/processForm.vue +1031 -1031
- package/packages/flow/src/processReject.vue +293 -293
- package/packages/flow/src/reset.vue +900 -900
- package/packages/flow/src/startTaskRead.vue +641 -641
- package/packages/flow/src/supervise.vue +138 -138
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/.DS_Store +0 -0
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +688 -688
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1437 -1437
- package/packages/form/.DS_Store +0 -0
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3583 -3583
- package/packages/form/src/table.vue +1426 -1426
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- package/packages/handler/.DS_Store +0 -0
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +493 -493
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +101 -101
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/.DS_Store +0 -0
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +1935 -1935
- package/packages/login/src/resetPassword.vue +562 -562
- package/packages/main/.DS_Store +0 -0
- package/packages/main/index.js +5 -5
- package/packages/main/src/.DS_Store +0 -0
- 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 +462 -466
- package/packages/main/src/public/settings.vue +221 -221
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +259 -259
- package/packages/main/src/simplicity/index.vue +2076 -2064
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -128
- 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 +263 -241
- package/packages/main/src/simplicity/user.vue +257 -257
- package/packages/main/src/simplicity/userinfo.vue +312 -312
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +580 -536
- 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/.DS_Store +0 -0
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/select/.DS_Store +0 -0
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +778 -776
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +687 -687
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +177 -177
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/.DS_Store +0 -0
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +154 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/.DS_Store +0 -0
- 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/.DS_Store +0 -0
- package/packages/theme-chalk/src/base.scss +260 -260
- package/packages/theme-chalk/src/button-group.scss +175 -175
- 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 +36 -36
- package/packages/theme-chalk/src/flow.scss +336 -336
- package/packages/theme-chalk/src/form.scss +496 -496
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +143 -143
- package/packages/theme-chalk/src/icon.scss +1789 -1789
- 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 +969 -969
- 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 +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1343 -1265
- 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 +168 -168
- 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 +2 -2
- package/packages/tree-group/index.js +5 -5
- package/packages/upload/.DS_Store +0 -0
- package/packages/upload/index.js +5 -5
- package/packages/upload/src/main.vue +1347 -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/.DS_Store +0 -0
- package/src/config/api.js +281 -281
- package/src/config/image.js +2 -2
- package/src/index.js +160 -160
- 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/lib/flow.js
CHANGED
|
@@ -7456,21 +7456,21 @@ var _components;
|
|
|
7456
7456
|
return validSate;
|
|
7457
7457
|
},
|
|
7458
7458
|
|
|
7459
|
-
/**
|
|
7460
|
-
* changeOpinion
|
|
7461
|
-
* @desc:监听意见变化
|
|
7462
|
-
* @author liufan
|
|
7463
|
-
* @date 2022年10月28日
|
|
7459
|
+
/**
|
|
7460
|
+
* changeOpinion
|
|
7461
|
+
* @desc:监听意见变化
|
|
7462
|
+
* @author liufan
|
|
7463
|
+
* @date 2022年10月28日
|
|
7464
7464
|
**/
|
|
7465
7465
|
changeOpinion: function changeOpinion() {
|
|
7466
7466
|
this.$emit('change', this.form.value);
|
|
7467
7467
|
},
|
|
7468
7468
|
|
|
7469
|
-
/**
|
|
7470
|
-
* getCommonOpion
|
|
7471
|
-
* @desc:获取意见
|
|
7472
|
-
* @author liufan
|
|
7473
|
-
* @date 2022年5月25日
|
|
7469
|
+
/**
|
|
7470
|
+
* getCommonOpion
|
|
7471
|
+
* @desc:获取意见
|
|
7472
|
+
* @author liufan
|
|
7473
|
+
* @date 2022年5月25日
|
|
7474
7474
|
**/
|
|
7475
7475
|
getCommonOpion: function getCommonOpion() {
|
|
7476
7476
|
var _this = this;
|
|
@@ -7499,24 +7499,24 @@ var _components;
|
|
|
7499
7499
|
});
|
|
7500
7500
|
},
|
|
7501
7501
|
|
|
7502
|
-
/**
|
|
7503
|
-
* upDate
|
|
7504
|
-
* @desc:修改常用语
|
|
7505
|
-
* @author liufan
|
|
7506
|
-
* @param {Object} val 修改值
|
|
7507
|
-
* @date 2022年5月25日
|
|
7502
|
+
/**
|
|
7503
|
+
* upDate
|
|
7504
|
+
* @desc:修改常用语
|
|
7505
|
+
* @author liufan
|
|
7506
|
+
* @param {Object} val 修改值
|
|
7507
|
+
* @date 2022年5月25日
|
|
7508
7508
|
**/
|
|
7509
7509
|
upDate: function upDate(val) {
|
|
7510
7510
|
this.FormData.id = val.id;
|
|
7511
7511
|
this.addVisible = true;
|
|
7512
7512
|
},
|
|
7513
7513
|
|
|
7514
|
-
/**
|
|
7515
|
-
* selectChange
|
|
7516
|
-
* @desc:常用语选择
|
|
7517
|
-
* @author liufan
|
|
7518
|
-
* @param {String} val 选中值
|
|
7519
|
-
* @date 2022年5月25日
|
|
7514
|
+
/**
|
|
7515
|
+
* selectChange
|
|
7516
|
+
* @desc:常用语选择
|
|
7517
|
+
* @author liufan
|
|
7518
|
+
* @param {String} val 选中值
|
|
7519
|
+
* @date 2022年5月25日
|
|
7520
7520
|
**/
|
|
7521
7521
|
selectChange: function selectChange(val) {
|
|
7522
7522
|
var _this2 = this;
|
|
@@ -7535,12 +7535,12 @@ var _components;
|
|
|
7535
7535
|
});
|
|
7536
7536
|
},
|
|
7537
7537
|
|
|
7538
|
-
/**
|
|
7539
|
-
* del
|
|
7540
|
-
* @desc:删除常用语
|
|
7541
|
-
* @author liufan
|
|
7542
|
-
* @param {Object} val 删除的数据
|
|
7543
|
-
* @date 2022年5月25日
|
|
7538
|
+
/**
|
|
7539
|
+
* del
|
|
7540
|
+
* @desc:删除常用语
|
|
7541
|
+
* @author liufan
|
|
7542
|
+
* @param {Object} val 删除的数据
|
|
7543
|
+
* @date 2022年5月25日
|
|
7544
7544
|
**/
|
|
7545
7545
|
del: function del(val) {
|
|
7546
7546
|
var _this3 = this;
|
|
@@ -7582,12 +7582,12 @@ var _components;
|
|
|
7582
7582
|
}).catch(function (e) {});
|
|
7583
7583
|
},
|
|
7584
7584
|
|
|
7585
|
-
/**
|
|
7586
|
-
* submit
|
|
7587
|
-
* @desc:新增/编辑意见保存
|
|
7588
|
-
* @author liufan
|
|
7589
|
-
* @param {Object} val 保存数据
|
|
7590
|
-
* @date 2022年5月25日
|
|
7585
|
+
/**
|
|
7586
|
+
* submit
|
|
7587
|
+
* @desc:新增/编辑意见保存
|
|
7588
|
+
* @author liufan
|
|
7589
|
+
* @param {Object} val 保存数据
|
|
7590
|
+
* @date 2022年5月25日
|
|
7591
7591
|
**/
|
|
7592
7592
|
submit: function submit(val) {
|
|
7593
7593
|
var _this4 = this;
|
|
@@ -10474,11 +10474,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
10474
10474
|
});
|
|
10475
10475
|
},
|
|
10476
10476
|
|
|
10477
|
-
/**
|
|
10478
|
-
* isMultiple
|
|
10479
|
-
* @desc:是否多选
|
|
10480
|
-
* @author liufan
|
|
10481
|
-
* @date 2022年9月13日
|
|
10477
|
+
/**
|
|
10478
|
+
* isMultiple
|
|
10479
|
+
* @desc:是否多选
|
|
10480
|
+
* @author liufan
|
|
10481
|
+
* @date 2022年9月13日
|
|
10482
10482
|
**/
|
|
10483
10483
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
10484
10484
|
var multiple = false;
|
|
@@ -14325,11 +14325,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
14325
14325
|
});
|
|
14326
14326
|
},
|
|
14327
14327
|
|
|
14328
|
-
/**
|
|
14329
|
-
* isMultiple
|
|
14330
|
-
* @desc:是否多选
|
|
14331
|
-
* @author liufan
|
|
14332
|
-
* @date 2022年9月13日
|
|
14328
|
+
/**
|
|
14329
|
+
* isMultiple
|
|
14330
|
+
* @desc:是否多选
|
|
14331
|
+
* @author liufan
|
|
14332
|
+
* @date 2022年9月13日
|
|
14333
14333
|
**/
|
|
14334
14334
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
14335
14335
|
var multiple = false;
|
|
@@ -18693,11 +18693,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18693
18693
|
});
|
|
18694
18694
|
},
|
|
18695
18695
|
|
|
18696
|
-
/**
|
|
18697
|
-
* saveInfo
|
|
18698
|
-
* @desc:暂存
|
|
18699
|
-
* @author liufan
|
|
18700
|
-
* @date 2022年9月9日
|
|
18696
|
+
/**
|
|
18697
|
+
* saveInfo
|
|
18698
|
+
* @desc:暂存
|
|
18699
|
+
* @author liufan
|
|
18700
|
+
* @date 2022年9月9日
|
|
18701
18701
|
**/
|
|
18702
18702
|
saveInfo: function saveInfo(type, btn) {
|
|
18703
18703
|
var _this6 = this;
|
|
@@ -18759,11 +18759,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18759
18759
|
});
|
|
18760
18760
|
},
|
|
18761
18761
|
|
|
18762
|
-
/**
|
|
18763
|
-
* rejectBtn
|
|
18764
|
-
* @desc:点击驳回
|
|
18765
|
-
* @author liufan
|
|
18766
|
-
* @date 2022年5月25日
|
|
18762
|
+
/**
|
|
18763
|
+
* rejectBtn
|
|
18764
|
+
* @desc:点击驳回
|
|
18765
|
+
* @author liufan
|
|
18766
|
+
* @date 2022年5月25日
|
|
18767
18767
|
**/
|
|
18768
18768
|
rejectBtn: function rejectBtn() {
|
|
18769
18769
|
var _this8 = this;
|
|
@@ -18781,11 +18781,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18781
18781
|
}
|
|
18782
18782
|
},
|
|
18783
18783
|
|
|
18784
|
-
/**
|
|
18785
|
-
* taskReadBtn
|
|
18786
|
-
* @desc:点击分阅
|
|
18787
|
-
* @author liufan
|
|
18788
|
-
* @date 2022年5月25日
|
|
18784
|
+
/**
|
|
18785
|
+
* taskReadBtn
|
|
18786
|
+
* @desc:点击分阅
|
|
18787
|
+
* @author liufan
|
|
18788
|
+
* @date 2022年5月25日
|
|
18789
18789
|
**/
|
|
18790
18790
|
taskReadBtn: function taskReadBtn() {
|
|
18791
18791
|
var _this9 = this;
|
|
@@ -18804,11 +18804,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18804
18804
|
}
|
|
18805
18805
|
},
|
|
18806
18806
|
|
|
18807
|
-
/**
|
|
18808
|
-
* getFind
|
|
18809
|
-
* @desc:获取通知方式
|
|
18810
|
-
* @author liufan
|
|
18811
|
-
* @date 2022年5月25日
|
|
18807
|
+
/**
|
|
18808
|
+
* getFind
|
|
18809
|
+
* @desc:获取通知方式
|
|
18810
|
+
* @author liufan
|
|
18811
|
+
* @date 2022年5月25日
|
|
18812
18812
|
**/
|
|
18813
18813
|
getFind: function getFind() {
|
|
18814
18814
|
var _this10 = this;
|
|
@@ -18863,12 +18863,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18863
18863
|
});
|
|
18864
18864
|
},
|
|
18865
18865
|
|
|
18866
|
-
/**
|
|
18867
|
-
* endFlows
|
|
18868
|
-
* @desc:直接办结
|
|
18869
|
-
* @author liufan
|
|
18870
|
-
* @param {Object} res 直接办结数据
|
|
18871
|
-
* @date 2022年5月25日
|
|
18866
|
+
/**
|
|
18867
|
+
* endFlows
|
|
18868
|
+
* @desc:直接办结
|
|
18869
|
+
* @author liufan
|
|
18870
|
+
* @param {Object} res 直接办结数据
|
|
18871
|
+
* @date 2022年5月25日
|
|
18872
18872
|
**/
|
|
18873
18873
|
endFlows: function endFlows(res) {
|
|
18874
18874
|
var _this12 = this;
|
|
@@ -18922,12 +18922,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18922
18922
|
}).catch(function (e) {});
|
|
18923
18923
|
},
|
|
18924
18924
|
|
|
18925
|
-
/**
|
|
18926
|
-
* goView
|
|
18927
|
-
* @desc:更多流程按钮操作
|
|
18928
|
-
* @author liufan
|
|
18929
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
18930
|
-
* @date 2022年5月25日
|
|
18925
|
+
/**
|
|
18926
|
+
* goView
|
|
18927
|
+
* @desc:更多流程按钮操作
|
|
18928
|
+
* @author liufan
|
|
18929
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
18930
|
+
* @date 2022年5月25日
|
|
18931
18931
|
**/
|
|
18932
18932
|
goView: function goView(res) {
|
|
18933
18933
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -19012,11 +19012,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19012
19012
|
// isCanStartSubFlow
|
|
19013
19013
|
},
|
|
19014
19014
|
|
|
19015
|
-
/**
|
|
19016
|
-
* toTakeAdvice
|
|
19017
|
-
* @desc:征求意见
|
|
19018
|
-
* @author liufan
|
|
19019
|
-
* @date 2022年9月29日
|
|
19015
|
+
/**
|
|
19016
|
+
* toTakeAdvice
|
|
19017
|
+
* @desc:征求意见
|
|
19018
|
+
* @author liufan
|
|
19019
|
+
* @date 2022年9月29日
|
|
19020
19020
|
**/
|
|
19021
19021
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
19022
19022
|
var _this14 = this;
|
|
@@ -19060,11 +19060,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19060
19060
|
});
|
|
19061
19061
|
},
|
|
19062
19062
|
|
|
19063
|
-
/**
|
|
19064
|
-
* toStartDraf
|
|
19065
|
-
* @desc: 稿件递送、联合审核、复核
|
|
19066
|
-
* @author liufan
|
|
19067
|
-
* @date 2022年9月29日
|
|
19063
|
+
/**
|
|
19064
|
+
* toStartDraf
|
|
19065
|
+
* @desc: 稿件递送、联合审核、复核
|
|
19066
|
+
* @author liufan
|
|
19067
|
+
* @date 2022年9月29日
|
|
19068
19068
|
**/
|
|
19069
19069
|
toStartDraf: function toStartDraf(res) {
|
|
19070
19070
|
var _this16 = this;
|
|
@@ -19078,11 +19078,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19078
19078
|
}
|
|
19079
19079
|
},
|
|
19080
19080
|
|
|
19081
|
-
/**
|
|
19082
|
-
* toSendMsg
|
|
19083
|
-
* @desc:核稿通知
|
|
19084
|
-
* @author liufan
|
|
19085
|
-
* @date 2022年9月29日
|
|
19081
|
+
/**
|
|
19082
|
+
* toSendMsg
|
|
19083
|
+
* @desc:核稿通知
|
|
19084
|
+
* @author liufan
|
|
19085
|
+
* @date 2022年9月29日
|
|
19086
19086
|
**/
|
|
19087
19087
|
toSendMsg: function toSendMsg(res) {
|
|
19088
19088
|
var _this17 = this;
|
|
@@ -19096,11 +19096,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19096
19096
|
}
|
|
19097
19097
|
},
|
|
19098
19098
|
|
|
19099
|
-
/**
|
|
19100
|
-
* toTaskReadAndEnd
|
|
19101
|
-
* @desc:分阅并办结
|
|
19102
|
-
* @author liufan
|
|
19103
|
-
* @date 2022年9月29日
|
|
19099
|
+
/**
|
|
19100
|
+
* toTaskReadAndEnd
|
|
19101
|
+
* @desc:分阅并办结
|
|
19102
|
+
* @author liufan
|
|
19103
|
+
* @date 2022年9月29日
|
|
19104
19104
|
**/
|
|
19105
19105
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
19106
19106
|
var _this18 = this;
|
|
@@ -19118,11 +19118,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19118
19118
|
}
|
|
19119
19119
|
},
|
|
19120
19120
|
|
|
19121
|
-
/**
|
|
19122
|
-
* rejectAndEnd
|
|
19123
|
-
* @desc:驳回并办结
|
|
19124
|
-
* @author liufan
|
|
19125
|
-
* @date 2022年9月29日
|
|
19121
|
+
/**
|
|
19122
|
+
* rejectAndEnd
|
|
19123
|
+
* @desc:驳回并办结
|
|
19124
|
+
* @author liufan
|
|
19125
|
+
* @date 2022年9月29日
|
|
19126
19126
|
**/
|
|
19127
19127
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
19128
19128
|
var _this19 = this;
|
|
@@ -19177,11 +19177,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19177
19177
|
});
|
|
19178
19178
|
},
|
|
19179
19179
|
|
|
19180
|
-
/**
|
|
19181
|
-
* toTransfer
|
|
19182
|
-
* @desc:转办
|
|
19183
|
-
* @author liufan
|
|
19184
|
-
* @date 2022年9月29日
|
|
19180
|
+
/**
|
|
19181
|
+
* toTransfer
|
|
19182
|
+
* @desc:转办
|
|
19183
|
+
* @author liufan
|
|
19184
|
+
* @date 2022年9月29日
|
|
19185
19185
|
**/
|
|
19186
19186
|
toTransfer: function toTransfer(res) {
|
|
19187
19187
|
var _this21 = this;
|
|
@@ -19197,11 +19197,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19197
19197
|
}
|
|
19198
19198
|
},
|
|
19199
19199
|
|
|
19200
|
-
/**
|
|
19201
|
-
* getNodeInfo
|
|
19202
|
-
* @desc:获取节点信息
|
|
19203
|
-
* @author liufan
|
|
19204
|
-
* @date 2022年5月25日
|
|
19200
|
+
/**
|
|
19201
|
+
* getNodeInfo
|
|
19202
|
+
* @desc:获取节点信息
|
|
19203
|
+
* @author liufan
|
|
19204
|
+
* @date 2022年5月25日
|
|
19205
19205
|
**/
|
|
19206
19206
|
getNodeInfo: function getNodeInfo() {
|
|
19207
19207
|
var _this22 = this;
|
|
@@ -19300,12 +19300,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19300
19300
|
});
|
|
19301
19301
|
},
|
|
19302
19302
|
|
|
19303
|
-
/**
|
|
19304
|
-
* selecNext
|
|
19305
|
-
* @desc:下步节点变化时更新数据
|
|
19306
|
-
* @author liufan
|
|
19307
|
-
* @param {String} val 当前选中值
|
|
19308
|
-
* @date 2022年5月25日
|
|
19303
|
+
/**
|
|
19304
|
+
* selecNext
|
|
19305
|
+
* @desc:下步节点变化时更新数据
|
|
19306
|
+
* @author liufan
|
|
19307
|
+
* @param {String} val 当前选中值
|
|
19308
|
+
* @date 2022年5月25日
|
|
19309
19309
|
**/
|
|
19310
19310
|
selecNext: function selecNext(val, type, isDef) {
|
|
19311
19311
|
var _this23 = this;
|
|
@@ -19414,11 +19414,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19414
19414
|
if (isDef !== true) this.getNodeInfo();
|
|
19415
19415
|
},
|
|
19416
19416
|
|
|
19417
|
-
/**
|
|
19418
|
-
* isMultiple
|
|
19419
|
-
* @desc:是否多选
|
|
19420
|
-
* @author liufan
|
|
19421
|
-
* @date 2022年9月13日
|
|
19417
|
+
/**
|
|
19418
|
+
* isMultiple
|
|
19419
|
+
* @desc:是否多选
|
|
19420
|
+
* @author liufan
|
|
19421
|
+
* @date 2022年9月13日
|
|
19422
19422
|
**/
|
|
19423
19423
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
19424
19424
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -19450,11 +19450,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19450
19450
|
}
|
|
19451
19451
|
},
|
|
19452
19452
|
|
|
19453
|
-
/**
|
|
19454
|
-
* getHedInfo
|
|
19455
|
-
* @desc:获取审核页面数据
|
|
19456
|
-
* @author liufan
|
|
19457
|
-
* @date 2022年5月25日
|
|
19453
|
+
/**
|
|
19454
|
+
* getHedInfo
|
|
19455
|
+
* @desc:获取审核页面数据
|
|
19456
|
+
* @author liufan
|
|
19457
|
+
* @date 2022年5月25日
|
|
19458
19458
|
**/
|
|
19459
19459
|
getHedInfo: function getHedInfo() {
|
|
19460
19460
|
var _this24 = this;
|
|
@@ -19690,13 +19690,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19690
19690
|
});
|
|
19691
19691
|
},
|
|
19692
19692
|
|
|
19693
|
-
/**
|
|
19694
|
-
* closeProcess
|
|
19695
|
-
* @desc:关闭弹窗
|
|
19696
|
-
* @author liufan
|
|
19697
|
-
* @param {boolean} val 当前是否办理流程
|
|
19698
|
-
* @param {String} type 当前点击的弹窗类型
|
|
19699
|
-
* @date 2022年5月25日
|
|
19693
|
+
/**
|
|
19694
|
+
* closeProcess
|
|
19695
|
+
* @desc:关闭弹窗
|
|
19696
|
+
* @author liufan
|
|
19697
|
+
* @param {boolean} val 当前是否办理流程
|
|
19698
|
+
* @param {String} type 当前点击的弹窗类型
|
|
19699
|
+
* @date 2022年5月25日
|
|
19700
19700
|
**/
|
|
19701
19701
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
19702
19702
|
if (closeParent) {
|
|
@@ -19713,23 +19713,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19713
19713
|
}
|
|
19714
19714
|
},
|
|
19715
19715
|
|
|
19716
|
-
/**
|
|
19717
|
-
* selectChange
|
|
19718
|
-
* @desc:常用语选择
|
|
19719
|
-
* @author liufan
|
|
19720
|
-
* @param {String} val 选中值
|
|
19721
|
-
* @date 2022年5月25日
|
|
19716
|
+
/**
|
|
19717
|
+
* selectChange
|
|
19718
|
+
* @desc:常用语选择
|
|
19719
|
+
* @author liufan
|
|
19720
|
+
* @param {String} val 选中值
|
|
19721
|
+
* @date 2022年5月25日
|
|
19722
19722
|
**/
|
|
19723
19723
|
selectChange: function selectChange(val) {
|
|
19724
19724
|
this.value = val;
|
|
19725
19725
|
},
|
|
19726
19726
|
|
|
19727
|
-
/**
|
|
19728
|
-
* upDate
|
|
19729
|
-
* @desc:修改常用语
|
|
19730
|
-
* @author liufan
|
|
19731
|
-
* @param {Object} val 修改值
|
|
19732
|
-
* @date 2022年5月25日
|
|
19727
|
+
/**
|
|
19728
|
+
* upDate
|
|
19729
|
+
* @desc:修改常用语
|
|
19730
|
+
* @author liufan
|
|
19731
|
+
* @param {Object} val 修改值
|
|
19732
|
+
* @date 2022年5月25日
|
|
19733
19733
|
**/
|
|
19734
19734
|
upDate: function upDate(val) {
|
|
19735
19735
|
this.FormData.id = val.id;
|
|
@@ -19737,11 +19737,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19737
19737
|
},
|
|
19738
19738
|
|
|
19739
19739
|
|
|
19740
|
-
/**
|
|
19741
|
-
* getProcess
|
|
19742
|
-
* @desc:获取选择流程
|
|
19743
|
-
* @author liufan
|
|
19744
|
-
* @date 2022年5月25日
|
|
19740
|
+
/**
|
|
19741
|
+
* getProcess
|
|
19742
|
+
* @desc:获取选择流程
|
|
19743
|
+
* @author liufan
|
|
19744
|
+
* @date 2022年5月25日
|
|
19745
19745
|
**/
|
|
19746
19746
|
getProcess: function getProcess() {
|
|
19747
19747
|
var _this25 = this;
|
|
@@ -19795,11 +19795,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19795
19795
|
});
|
|
19796
19796
|
},
|
|
19797
19797
|
|
|
19798
|
-
/**
|
|
19799
|
-
* getPendedhistoryList
|
|
19800
|
-
* @desc:获取流程列表
|
|
19801
|
-
* @author liufan
|
|
19802
|
-
* @date 2022年5月25日
|
|
19798
|
+
/**
|
|
19799
|
+
* getPendedhistoryList
|
|
19800
|
+
* @desc:获取流程列表
|
|
19801
|
+
* @author liufan
|
|
19802
|
+
* @date 2022年5月25日
|
|
19803
19803
|
**/
|
|
19804
19804
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
19805
19805
|
var _this26 = this;
|
|
@@ -19831,12 +19831,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19831
19831
|
},
|
|
19832
19832
|
|
|
19833
19833
|
// 提交流程
|
|
19834
|
-
/**
|
|
19835
|
-
* subProcess
|
|
19836
|
-
* @desc:提交流程
|
|
19837
|
-
* @author liufan
|
|
19838
|
-
* @param {String} formName 当前form表单ref值
|
|
19839
|
-
* @date 2022年5月25日
|
|
19834
|
+
/**
|
|
19835
|
+
* subProcess
|
|
19836
|
+
* @desc:提交流程
|
|
19837
|
+
* @author liufan
|
|
19838
|
+
* @param {String} formName 当前form表单ref值
|
|
19839
|
+
* @date 2022年5月25日
|
|
19840
19840
|
**/
|
|
19841
19841
|
subProcess: function subProcess(val) {
|
|
19842
19842
|
var _this27 = this;
|
|
@@ -21906,11 +21906,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
21906
21906
|
});
|
|
21907
21907
|
},
|
|
21908
21908
|
|
|
21909
|
-
/**
|
|
21910
|
-
* saveInfo
|
|
21911
|
-
* @desc:暂存
|
|
21912
|
-
* @author liufan
|
|
21913
|
-
* @date 2022年9月9日
|
|
21909
|
+
/**
|
|
21910
|
+
* saveInfo
|
|
21911
|
+
* @desc:暂存
|
|
21912
|
+
* @author liufan
|
|
21913
|
+
* @date 2022年9月9日
|
|
21914
21914
|
**/
|
|
21915
21915
|
saveInfo: function saveInfo(type, btn) {
|
|
21916
21916
|
var _this8 = this;
|
|
@@ -21972,11 +21972,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
21972
21972
|
});
|
|
21973
21973
|
},
|
|
21974
21974
|
|
|
21975
|
-
/**
|
|
21976
|
-
* rejectBtn
|
|
21977
|
-
* @desc:点击驳回
|
|
21978
|
-
* @author liufan
|
|
21979
|
-
* @date 2022年5月25日
|
|
21975
|
+
/**
|
|
21976
|
+
* rejectBtn
|
|
21977
|
+
* @desc:点击驳回
|
|
21978
|
+
* @author liufan
|
|
21979
|
+
* @date 2022年5月25日
|
|
21980
21980
|
**/
|
|
21981
21981
|
rejectBtn: function rejectBtn() {
|
|
21982
21982
|
var _this10 = this;
|
|
@@ -21994,11 +21994,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
21994
21994
|
}
|
|
21995
21995
|
},
|
|
21996
21996
|
|
|
21997
|
-
/**
|
|
21998
|
-
* taskReadBtn
|
|
21999
|
-
* @desc:点击分阅
|
|
22000
|
-
* @author liufan
|
|
22001
|
-
* @date 2022年5月25日
|
|
21997
|
+
/**
|
|
21998
|
+
* taskReadBtn
|
|
21999
|
+
* @desc:点击分阅
|
|
22000
|
+
* @author liufan
|
|
22001
|
+
* @date 2022年5月25日
|
|
22002
22002
|
**/
|
|
22003
22003
|
taskReadBtn: function taskReadBtn() {
|
|
22004
22004
|
var _this11 = this;
|
|
@@ -22017,11 +22017,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22017
22017
|
}
|
|
22018
22018
|
},
|
|
22019
22019
|
|
|
22020
|
-
/**
|
|
22021
|
-
* getFind
|
|
22022
|
-
* @desc:获取通知方式
|
|
22023
|
-
* @author liufan
|
|
22024
|
-
* @date 2022年5月25日
|
|
22020
|
+
/**
|
|
22021
|
+
* getFind
|
|
22022
|
+
* @desc:获取通知方式
|
|
22023
|
+
* @author liufan
|
|
22024
|
+
* @date 2022年5月25日
|
|
22025
22025
|
**/
|
|
22026
22026
|
getFind: function getFind() {
|
|
22027
22027
|
var _this12 = this;
|
|
@@ -22086,12 +22086,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22086
22086
|
});
|
|
22087
22087
|
},
|
|
22088
22088
|
|
|
22089
|
-
/**
|
|
22090
|
-
* endFlows
|
|
22091
|
-
* @desc:直接办结
|
|
22092
|
-
* @author liufan
|
|
22093
|
-
* @param {Object} res 直接办结数据
|
|
22094
|
-
* @date 2022年5月25日
|
|
22089
|
+
/**
|
|
22090
|
+
* endFlows
|
|
22091
|
+
* @desc:直接办结
|
|
22092
|
+
* @author liufan
|
|
22093
|
+
* @param {Object} res 直接办结数据
|
|
22094
|
+
* @date 2022年5月25日
|
|
22095
22095
|
**/
|
|
22096
22096
|
endFlows: function endFlows(res) {
|
|
22097
22097
|
var _this14 = this;
|
|
@@ -22145,12 +22145,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22145
22145
|
}).catch(function (e) {});
|
|
22146
22146
|
},
|
|
22147
22147
|
|
|
22148
|
-
/**
|
|
22149
|
-
* goView
|
|
22150
|
-
* @desc:更多流程按钮操作
|
|
22151
|
-
* @author liufan
|
|
22152
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
22153
|
-
* @date 2022年5月25日
|
|
22148
|
+
/**
|
|
22149
|
+
* goView
|
|
22150
|
+
* @desc:更多流程按钮操作
|
|
22151
|
+
* @author liufan
|
|
22152
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
22153
|
+
* @date 2022年5月25日
|
|
22154
22154
|
**/
|
|
22155
22155
|
goView: function goView(res) {
|
|
22156
22156
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -22235,11 +22235,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22235
22235
|
// isCanStartSubFlow
|
|
22236
22236
|
},
|
|
22237
22237
|
|
|
22238
|
-
/**
|
|
22239
|
-
* toTakeAdvice
|
|
22240
|
-
* @desc:征求意见
|
|
22241
|
-
* @author liufan
|
|
22242
|
-
* @date 2022年9月29日
|
|
22238
|
+
/**
|
|
22239
|
+
* toTakeAdvice
|
|
22240
|
+
* @desc:征求意见
|
|
22241
|
+
* @author liufan
|
|
22242
|
+
* @date 2022年9月29日
|
|
22243
22243
|
**/
|
|
22244
22244
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
22245
22245
|
var _this16 = this;
|
|
@@ -22283,11 +22283,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22283
22283
|
});
|
|
22284
22284
|
},
|
|
22285
22285
|
|
|
22286
|
-
/**
|
|
22287
|
-
* toStartDraf
|
|
22288
|
-
* @desc: 稿件递送、联合审核、复核
|
|
22289
|
-
* @author liufan
|
|
22290
|
-
* @date 2022年9月29日
|
|
22286
|
+
/**
|
|
22287
|
+
* toStartDraf
|
|
22288
|
+
* @desc: 稿件递送、联合审核、复核
|
|
22289
|
+
* @author liufan
|
|
22290
|
+
* @date 2022年9月29日
|
|
22291
22291
|
**/
|
|
22292
22292
|
toStartDraf: function toStartDraf(res) {
|
|
22293
22293
|
var _this18 = this;
|
|
@@ -22301,11 +22301,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22301
22301
|
}
|
|
22302
22302
|
},
|
|
22303
22303
|
|
|
22304
|
-
/**
|
|
22305
|
-
* toSendMsg
|
|
22306
|
-
* @desc:核稿通知
|
|
22307
|
-
* @author liufan
|
|
22308
|
-
* @date 2022年9月29日
|
|
22304
|
+
/**
|
|
22305
|
+
* toSendMsg
|
|
22306
|
+
* @desc:核稿通知
|
|
22307
|
+
* @author liufan
|
|
22308
|
+
* @date 2022年9月29日
|
|
22309
22309
|
**/
|
|
22310
22310
|
toSendMsg: function toSendMsg(res) {
|
|
22311
22311
|
var _this19 = this;
|
|
@@ -22319,11 +22319,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22319
22319
|
}
|
|
22320
22320
|
},
|
|
22321
22321
|
|
|
22322
|
-
/**
|
|
22323
|
-
* toTaskReadAndEnd
|
|
22324
|
-
* @desc:分阅并办结
|
|
22325
|
-
* @author liufan
|
|
22326
|
-
* @date 2022年9月29日
|
|
22322
|
+
/**
|
|
22323
|
+
* toTaskReadAndEnd
|
|
22324
|
+
* @desc:分阅并办结
|
|
22325
|
+
* @author liufan
|
|
22326
|
+
* @date 2022年9月29日
|
|
22327
22327
|
**/
|
|
22328
22328
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
22329
22329
|
var _this20 = this;
|
|
@@ -22341,11 +22341,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22341
22341
|
}
|
|
22342
22342
|
},
|
|
22343
22343
|
|
|
22344
|
-
/**
|
|
22345
|
-
* rejectAndEnd
|
|
22346
|
-
* @desc:驳回并办结
|
|
22347
|
-
* @author liufan
|
|
22348
|
-
* @date 2022年9月29日
|
|
22344
|
+
/**
|
|
22345
|
+
* rejectAndEnd
|
|
22346
|
+
* @desc:驳回并办结
|
|
22347
|
+
* @author liufan
|
|
22348
|
+
* @date 2022年9月29日
|
|
22349
22349
|
**/
|
|
22350
22350
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
22351
22351
|
var _this21 = this;
|
|
@@ -22400,11 +22400,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22400
22400
|
});
|
|
22401
22401
|
},
|
|
22402
22402
|
|
|
22403
|
-
/**
|
|
22404
|
-
* toTransfer
|
|
22405
|
-
* @desc:转办
|
|
22406
|
-
* @author liufan
|
|
22407
|
-
* @date 2022年9月29日
|
|
22403
|
+
/**
|
|
22404
|
+
* toTransfer
|
|
22405
|
+
* @desc:转办
|
|
22406
|
+
* @author liufan
|
|
22407
|
+
* @date 2022年9月29日
|
|
22408
22408
|
**/
|
|
22409
22409
|
toTransfer: function toTransfer(res) {
|
|
22410
22410
|
var _this23 = this;
|
|
@@ -22420,11 +22420,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22420
22420
|
}
|
|
22421
22421
|
},
|
|
22422
22422
|
|
|
22423
|
-
/**
|
|
22424
|
-
* getNodeInfo
|
|
22425
|
-
* @desc:获取节点信息
|
|
22426
|
-
* @author liufan
|
|
22427
|
-
* @date 2022年5月25日
|
|
22423
|
+
/**
|
|
22424
|
+
* getNodeInfo
|
|
22425
|
+
* @desc:获取节点信息
|
|
22426
|
+
* @author liufan
|
|
22427
|
+
* @date 2022年5月25日
|
|
22428
22428
|
**/
|
|
22429
22429
|
getNodeInfo: function getNodeInfo() {
|
|
22430
22430
|
var _this24 = this;
|
|
@@ -22523,12 +22523,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22523
22523
|
});
|
|
22524
22524
|
},
|
|
22525
22525
|
|
|
22526
|
-
/**
|
|
22527
|
-
* selecNext
|
|
22528
|
-
* @desc:下步节点变化时更新数据
|
|
22529
|
-
* @author liufan
|
|
22530
|
-
* @param {String} val 当前选中值
|
|
22531
|
-
* @date 2022年5月25日
|
|
22526
|
+
/**
|
|
22527
|
+
* selecNext
|
|
22528
|
+
* @desc:下步节点变化时更新数据
|
|
22529
|
+
* @author liufan
|
|
22530
|
+
* @param {String} val 当前选中值
|
|
22531
|
+
* @date 2022年5月25日
|
|
22532
22532
|
**/
|
|
22533
22533
|
selecNext: function selecNext(val, type, isDef) {
|
|
22534
22534
|
var _this25 = this;
|
|
@@ -22637,11 +22637,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22637
22637
|
if (isDef !== true) this.getNodeInfo();
|
|
22638
22638
|
},
|
|
22639
22639
|
|
|
22640
|
-
/**
|
|
22641
|
-
* isMultiple
|
|
22642
|
-
* @desc:是否多选
|
|
22643
|
-
* @author liufan
|
|
22644
|
-
* @date 2022年9月13日
|
|
22640
|
+
/**
|
|
22641
|
+
* isMultiple
|
|
22642
|
+
* @desc:是否多选
|
|
22643
|
+
* @author liufan
|
|
22644
|
+
* @date 2022年9月13日
|
|
22645
22645
|
**/
|
|
22646
22646
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
22647
22647
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -22673,11 +22673,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22673
22673
|
}
|
|
22674
22674
|
},
|
|
22675
22675
|
|
|
22676
|
-
/**
|
|
22677
|
-
* getHedInfo
|
|
22678
|
-
* @desc:获取审核页面数据
|
|
22679
|
-
* @author liufan
|
|
22680
|
-
* @date 2022年5月25日
|
|
22676
|
+
/**
|
|
22677
|
+
* getHedInfo
|
|
22678
|
+
* @desc:获取审核页面数据
|
|
22679
|
+
* @author liufan
|
|
22680
|
+
* @date 2022年5月25日
|
|
22681
22681
|
**/
|
|
22682
22682
|
getHedInfo: function getHedInfo() {
|
|
22683
22683
|
var _this26 = this;
|
|
@@ -22917,13 +22917,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22917
22917
|
});
|
|
22918
22918
|
},
|
|
22919
22919
|
|
|
22920
|
-
/**
|
|
22921
|
-
* closeProcess
|
|
22922
|
-
* @desc:关闭弹窗
|
|
22923
|
-
* @author liufan
|
|
22924
|
-
* @param {boolean} val 当前是否办理流程
|
|
22925
|
-
* @param {String} type 当前点击的弹窗类型
|
|
22926
|
-
* @date 2022年5月25日
|
|
22920
|
+
/**
|
|
22921
|
+
* closeProcess
|
|
22922
|
+
* @desc:关闭弹窗
|
|
22923
|
+
* @author liufan
|
|
22924
|
+
* @param {boolean} val 当前是否办理流程
|
|
22925
|
+
* @param {String} type 当前点击的弹窗类型
|
|
22926
|
+
* @date 2022年5月25日
|
|
22927
22927
|
**/
|
|
22928
22928
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
22929
22929
|
if (closeParent) {
|
|
@@ -22940,23 +22940,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22940
22940
|
}
|
|
22941
22941
|
},
|
|
22942
22942
|
|
|
22943
|
-
/**
|
|
22944
|
-
* selectChange
|
|
22945
|
-
* @desc:常用语选择
|
|
22946
|
-
* @author liufan
|
|
22947
|
-
* @param {String} val 选中值
|
|
22948
|
-
* @date 2022年5月25日
|
|
22943
|
+
/**
|
|
22944
|
+
* selectChange
|
|
22945
|
+
* @desc:常用语选择
|
|
22946
|
+
* @author liufan
|
|
22947
|
+
* @param {String} val 选中值
|
|
22948
|
+
* @date 2022年5月25日
|
|
22949
22949
|
**/
|
|
22950
22950
|
selectChange: function selectChange(val) {
|
|
22951
22951
|
this.value = val;
|
|
22952
22952
|
},
|
|
22953
22953
|
|
|
22954
|
-
/**
|
|
22955
|
-
* upDate
|
|
22956
|
-
* @desc:修改常用语
|
|
22957
|
-
* @author liufan
|
|
22958
|
-
* @param {Object} val 修改值
|
|
22959
|
-
* @date 2022年5月25日
|
|
22954
|
+
/**
|
|
22955
|
+
* upDate
|
|
22956
|
+
* @desc:修改常用语
|
|
22957
|
+
* @author liufan
|
|
22958
|
+
* @param {Object} val 修改值
|
|
22959
|
+
* @date 2022年5月25日
|
|
22960
22960
|
**/
|
|
22961
22961
|
upDate: function upDate(val) {
|
|
22962
22962
|
this.FormData.id = val.id;
|
|
@@ -22964,11 +22964,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22964
22964
|
},
|
|
22965
22965
|
|
|
22966
22966
|
|
|
22967
|
-
/**
|
|
22968
|
-
* getProcess
|
|
22969
|
-
* @desc:获取选择流程
|
|
22970
|
-
* @author liufan
|
|
22971
|
-
* @date 2022年5月25日
|
|
22967
|
+
/**
|
|
22968
|
+
* getProcess
|
|
22969
|
+
* @desc:获取选择流程
|
|
22970
|
+
* @author liufan
|
|
22971
|
+
* @date 2022年5月25日
|
|
22972
22972
|
**/
|
|
22973
22973
|
getProcess: function getProcess(val) {
|
|
22974
22974
|
var _this27 = this;
|
|
@@ -23020,11 +23020,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23020
23020
|
});
|
|
23021
23021
|
},
|
|
23022
23022
|
|
|
23023
|
-
/**
|
|
23024
|
-
* getPendedhistoryList
|
|
23025
|
-
* @desc:获取流程列表
|
|
23026
|
-
* @author liufan
|
|
23027
|
-
* @date 2022年5月25日
|
|
23023
|
+
/**
|
|
23024
|
+
* getPendedhistoryList
|
|
23025
|
+
* @desc:获取流程列表
|
|
23026
|
+
* @author liufan
|
|
23027
|
+
* @date 2022年5月25日
|
|
23028
23028
|
**/
|
|
23029
23029
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
23030
23030
|
var _this28 = this;
|
|
@@ -23091,12 +23091,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23091
23091
|
},
|
|
23092
23092
|
|
|
23093
23093
|
// 提交流程
|
|
23094
|
-
/**
|
|
23095
|
-
* subProcess
|
|
23096
|
-
* @desc:提交流程
|
|
23097
|
-
* @author liufan
|
|
23098
|
-
* @param {String} formName 当前form表单ref值
|
|
23099
|
-
* @date 2022年5月25日
|
|
23094
|
+
/**
|
|
23095
|
+
* subProcess
|
|
23096
|
+
* @desc:提交流程
|
|
23097
|
+
* @author liufan
|
|
23098
|
+
* @param {String} formName 当前form表单ref值
|
|
23099
|
+
* @date 2022年5月25日
|
|
23100
23100
|
**/
|
|
23101
23101
|
subProcess: function subProcess(val, type) {
|
|
23102
23102
|
var _this30 = this;
|