eoss-ui 0.7.47 → 0.7.48
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/.DS_Store +0 -0
- package/lib/calogin.js +233 -233
- package/lib/eoss-ui.common.js +749 -749
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +280 -280
- package/lib/icons.js +1 -1
- package/lib/index.js +1 -1
- package/lib/main.js +140 -140
- package/lib/qr-code.js +13 -13
- package/lib/theme-chalk/base.css +1 -1
- package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
- package/lib/theme-chalk/fonts/iconfont.woff +0 -0
- package/lib/theme-chalk/icon.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- package/lib/theme-chalk/menu.css +1 -1
- package/lib/theme-chalk/simplicity.css +1 -1
- package/lib/theme-chalk/sizer.css +1 -1
- package/lib/theme-chalk/upload.css +1 -1
- package/package.json +160 -160
- 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 +346 -346
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/.DS_Store +0 -0
- 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/.DS_Store +0 -0
- package/packages/date-picker/index.js +5 -5
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/date-picker/src/main.vue +236 -236
- package/packages/dialog/.DS_Store +0 -0
- 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/.DS_Store +0 -0
- package/packages/flow/index.js +5 -5
- package/packages/flow/src/.DS_Store +0 -0
- 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 +240 -240
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +756 -756
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2846 -2846
- package/packages/flow/src/main.vue +3861 -3861
- 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 +692 -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/.DS_Store +0 -0
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1787 -1787
- package/packages/form/.DS_Store +0 -0
- 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/.DS_Store +0 -0
- 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/icon.json +1 -1
- 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 +2082 -2082
- package/packages/login/src/resetPassword.vue +557 -557
- 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 +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 +2277 -2277
- 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/.DS_Store +0 -0
- 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/.DS_Store +0 -0
- 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/.DS_Store +0 -0
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +761 -761
- 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 +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/base.css +1 -1
- 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/icon.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- package/packages/theme-chalk/lib/menu.css +1 -1
- package/packages/theme-chalk/lib/simplicity.css +1 -1
- package/packages/theme-chalk/lib/sizer.css +1 -1
- package/packages/theme-chalk/lib/upload.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -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/data-table.scss +293 -293
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/flow.scss +351 -351
- package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
- package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
- 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 +1436 -1428
- 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 +1381 -1380
- 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/.DS_Store +0 -0
- 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/.DS_Store +0 -0
- package/src/config/api.js +315 -315
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- package/src/utils/.DS_Store +0 -0
- 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
|
@@ -8433,21 +8433,21 @@ var _components;
|
|
|
8433
8433
|
return validSate;
|
|
8434
8434
|
},
|
|
8435
8435
|
|
|
8436
|
-
/**
|
|
8437
|
-
* changeOpinion
|
|
8438
|
-
* @desc:监听意见变化
|
|
8439
|
-
* @author liufan
|
|
8440
|
-
* @date 2022年10月28日
|
|
8436
|
+
/**
|
|
8437
|
+
* changeOpinion
|
|
8438
|
+
* @desc:监听意见变化
|
|
8439
|
+
* @author liufan
|
|
8440
|
+
* @date 2022年10月28日
|
|
8441
8441
|
**/
|
|
8442
8442
|
changeOpinion: function changeOpinion() {
|
|
8443
8443
|
this.$emit('change', this.form.value);
|
|
8444
8444
|
},
|
|
8445
8445
|
|
|
8446
|
-
/**
|
|
8447
|
-
* getCommonOpion
|
|
8448
|
-
* @desc:获取意见
|
|
8449
|
-
* @author liufan
|
|
8450
|
-
* @date 2022年5月25日
|
|
8446
|
+
/**
|
|
8447
|
+
* getCommonOpion
|
|
8448
|
+
* @desc:获取意见
|
|
8449
|
+
* @author liufan
|
|
8450
|
+
* @date 2022年5月25日
|
|
8451
8451
|
**/
|
|
8452
8452
|
getCommonOpion: function getCommonOpion() {
|
|
8453
8453
|
var _this = this;
|
|
@@ -8476,24 +8476,24 @@ var _components;
|
|
|
8476
8476
|
});
|
|
8477
8477
|
},
|
|
8478
8478
|
|
|
8479
|
-
/**
|
|
8480
|
-
* upDate
|
|
8481
|
-
* @desc:修改常用语
|
|
8482
|
-
* @author liufan
|
|
8483
|
-
* @param {Object} val 修改值
|
|
8484
|
-
* @date 2022年5月25日
|
|
8479
|
+
/**
|
|
8480
|
+
* upDate
|
|
8481
|
+
* @desc:修改常用语
|
|
8482
|
+
* @author liufan
|
|
8483
|
+
* @param {Object} val 修改值
|
|
8484
|
+
* @date 2022年5月25日
|
|
8485
8485
|
**/
|
|
8486
8486
|
upDate: function upDate(val) {
|
|
8487
8487
|
this.FormData.id = val.id;
|
|
8488
8488
|
this.addVisible = true;
|
|
8489
8489
|
},
|
|
8490
8490
|
|
|
8491
|
-
/**
|
|
8492
|
-
* selectChange
|
|
8493
|
-
* @desc:常用语选择
|
|
8494
|
-
* @author liufan
|
|
8495
|
-
* @param {String} val 选中值
|
|
8496
|
-
* @date 2022年5月25日
|
|
8491
|
+
/**
|
|
8492
|
+
* selectChange
|
|
8493
|
+
* @desc:常用语选择
|
|
8494
|
+
* @author liufan
|
|
8495
|
+
* @param {String} val 选中值
|
|
8496
|
+
* @date 2022年5月25日
|
|
8497
8497
|
**/
|
|
8498
8498
|
selectChange: function selectChange(val) {
|
|
8499
8499
|
var _this2 = this;
|
|
@@ -8512,12 +8512,12 @@ var _components;
|
|
|
8512
8512
|
});
|
|
8513
8513
|
},
|
|
8514
8514
|
|
|
8515
|
-
/**
|
|
8516
|
-
* del
|
|
8517
|
-
* @desc:删除常用语
|
|
8518
|
-
* @author liufan
|
|
8519
|
-
* @param {Object} val 删除的数据
|
|
8520
|
-
* @date 2022年5月25日
|
|
8515
|
+
/**
|
|
8516
|
+
* del
|
|
8517
|
+
* @desc:删除常用语
|
|
8518
|
+
* @author liufan
|
|
8519
|
+
* @param {Object} val 删除的数据
|
|
8520
|
+
* @date 2022年5月25日
|
|
8521
8521
|
**/
|
|
8522
8522
|
del: function del(val) {
|
|
8523
8523
|
var _this3 = this;
|
|
@@ -8559,12 +8559,12 @@ var _components;
|
|
|
8559
8559
|
}).catch(function (e) {});
|
|
8560
8560
|
},
|
|
8561
8561
|
|
|
8562
|
-
/**
|
|
8563
|
-
* submit
|
|
8564
|
-
* @desc:新增/编辑意见保存
|
|
8565
|
-
* @author liufan
|
|
8566
|
-
* @param {Object} val 保存数据
|
|
8567
|
-
* @date 2022年5月25日
|
|
8562
|
+
/**
|
|
8563
|
+
* submit
|
|
8564
|
+
* @desc:新增/编辑意见保存
|
|
8565
|
+
* @author liufan
|
|
8566
|
+
* @param {Object} val 保存数据
|
|
8567
|
+
* @date 2022年5月25日
|
|
8568
8568
|
**/
|
|
8569
8569
|
submit: function submit(val) {
|
|
8570
8570
|
var _this4 = this;
|
|
@@ -12030,11 +12030,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12030
12030
|
});
|
|
12031
12031
|
},
|
|
12032
12032
|
|
|
12033
|
-
/**
|
|
12034
|
-
* isMultiple
|
|
12035
|
-
* @desc:是否多选
|
|
12036
|
-
* @author liufan
|
|
12037
|
-
* @date 2022年9月13日
|
|
12033
|
+
/**
|
|
12034
|
+
* isMultiple
|
|
12035
|
+
* @desc:是否多选
|
|
12036
|
+
* @author liufan
|
|
12037
|
+
* @date 2022年9月13日
|
|
12038
12038
|
**/
|
|
12039
12039
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
12040
12040
|
var multiple = false;
|
|
@@ -16079,11 +16079,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
16079
16079
|
});
|
|
16080
16080
|
},
|
|
16081
16081
|
|
|
16082
|
-
/**
|
|
16083
|
-
* isMultiple
|
|
16084
|
-
* @desc:是否多选
|
|
16085
|
-
* @author liufan
|
|
16086
|
-
* @date 2022年9月13日
|
|
16082
|
+
/**
|
|
16083
|
+
* isMultiple
|
|
16084
|
+
* @desc:是否多选
|
|
16085
|
+
* @author liufan
|
|
16086
|
+
* @date 2022年9月13日
|
|
16087
16087
|
**/
|
|
16088
16088
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16089
16089
|
var multiple = false;
|
|
@@ -20655,11 +20655,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20655
20655
|
});
|
|
20656
20656
|
},
|
|
20657
20657
|
|
|
20658
|
-
/**
|
|
20659
|
-
* saveInfo
|
|
20660
|
-
* @desc:暂存
|
|
20661
|
-
* @author liufan
|
|
20662
|
-
* @date 2022年9月9日
|
|
20658
|
+
/**
|
|
20659
|
+
* saveInfo
|
|
20660
|
+
* @desc:暂存
|
|
20661
|
+
* @author liufan
|
|
20662
|
+
* @date 2022年9月9日
|
|
20663
20663
|
**/
|
|
20664
20664
|
saveInfo: function saveInfo(type, btn) {
|
|
20665
20665
|
var _this6 = this;
|
|
@@ -20721,11 +20721,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20721
20721
|
});
|
|
20722
20722
|
},
|
|
20723
20723
|
|
|
20724
|
-
/**
|
|
20725
|
-
* rejectBtn
|
|
20726
|
-
* @desc:点击驳回
|
|
20727
|
-
* @author liufan
|
|
20728
|
-
* @date 2022年5月25日
|
|
20724
|
+
/**
|
|
20725
|
+
* rejectBtn
|
|
20726
|
+
* @desc:点击驳回
|
|
20727
|
+
* @author liufan
|
|
20728
|
+
* @date 2022年5月25日
|
|
20729
20729
|
**/
|
|
20730
20730
|
rejectBtn: function rejectBtn() {
|
|
20731
20731
|
var _this8 = this;
|
|
@@ -20743,11 +20743,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20743
20743
|
}
|
|
20744
20744
|
},
|
|
20745
20745
|
|
|
20746
|
-
/**
|
|
20747
|
-
* taskReadBtn
|
|
20748
|
-
* @desc:点击分阅
|
|
20749
|
-
* @author liufan
|
|
20750
|
-
* @date 2022年5月25日
|
|
20746
|
+
/**
|
|
20747
|
+
* taskReadBtn
|
|
20748
|
+
* @desc:点击分阅
|
|
20749
|
+
* @author liufan
|
|
20750
|
+
* @date 2022年5月25日
|
|
20751
20751
|
**/
|
|
20752
20752
|
taskReadBtn: function taskReadBtn() {
|
|
20753
20753
|
var _this9 = this;
|
|
@@ -20766,11 +20766,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20766
20766
|
}
|
|
20767
20767
|
},
|
|
20768
20768
|
|
|
20769
|
-
/**
|
|
20770
|
-
* getFind
|
|
20771
|
-
* @desc:获取通知方式
|
|
20772
|
-
* @author liufan
|
|
20773
|
-
* @date 2022年5月25日
|
|
20769
|
+
/**
|
|
20770
|
+
* getFind
|
|
20771
|
+
* @desc:获取通知方式
|
|
20772
|
+
* @author liufan
|
|
20773
|
+
* @date 2022年5月25日
|
|
20774
20774
|
**/
|
|
20775
20775
|
getFind: function getFind() {
|
|
20776
20776
|
var _this10 = this;
|
|
@@ -20825,12 +20825,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20825
20825
|
});
|
|
20826
20826
|
},
|
|
20827
20827
|
|
|
20828
|
-
/**
|
|
20829
|
-
* endFlows
|
|
20830
|
-
* @desc:直接办结
|
|
20831
|
-
* @author liufan
|
|
20832
|
-
* @param {Object} res 直接办结数据
|
|
20833
|
-
* @date 2022年5月25日
|
|
20828
|
+
/**
|
|
20829
|
+
* endFlows
|
|
20830
|
+
* @desc:直接办结
|
|
20831
|
+
* @author liufan
|
|
20832
|
+
* @param {Object} res 直接办结数据
|
|
20833
|
+
* @date 2022年5月25日
|
|
20834
20834
|
**/
|
|
20835
20835
|
endFlows: function endFlows(res) {
|
|
20836
20836
|
var _this12 = this;
|
|
@@ -20884,12 +20884,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20884
20884
|
}).catch(function (e) {});
|
|
20885
20885
|
},
|
|
20886
20886
|
|
|
20887
|
-
/**
|
|
20888
|
-
* goView
|
|
20889
|
-
* @desc:更多流程按钮操作
|
|
20890
|
-
* @author liufan
|
|
20891
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20892
|
-
* @date 2022年5月25日
|
|
20887
|
+
/**
|
|
20888
|
+
* goView
|
|
20889
|
+
* @desc:更多流程按钮操作
|
|
20890
|
+
* @author liufan
|
|
20891
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20892
|
+
* @date 2022年5月25日
|
|
20893
20893
|
**/
|
|
20894
20894
|
goView: function goView(res) {
|
|
20895
20895
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20974,11 +20974,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20974
20974
|
// isCanStartSubFlow
|
|
20975
20975
|
},
|
|
20976
20976
|
|
|
20977
|
-
/**
|
|
20978
|
-
* toTakeAdvice
|
|
20979
|
-
* @desc:征求意见
|
|
20980
|
-
* @author liufan
|
|
20981
|
-
* @date 2022年9月29日
|
|
20977
|
+
/**
|
|
20978
|
+
* toTakeAdvice
|
|
20979
|
+
* @desc:征求意见
|
|
20980
|
+
* @author liufan
|
|
20981
|
+
* @date 2022年9月29日
|
|
20982
20982
|
**/
|
|
20983
20983
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20984
20984
|
var _this14 = this;
|
|
@@ -21022,11 +21022,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21022
21022
|
});
|
|
21023
21023
|
},
|
|
21024
21024
|
|
|
21025
|
-
/**
|
|
21026
|
-
* toStartDraf
|
|
21027
|
-
* @desc: 稿件递送、联合审核、复核
|
|
21028
|
-
* @author liufan
|
|
21029
|
-
* @date 2022年9月29日
|
|
21025
|
+
/**
|
|
21026
|
+
* toStartDraf
|
|
21027
|
+
* @desc: 稿件递送、联合审核、复核
|
|
21028
|
+
* @author liufan
|
|
21029
|
+
* @date 2022年9月29日
|
|
21030
21030
|
**/
|
|
21031
21031
|
toStartDraf: function toStartDraf(res) {
|
|
21032
21032
|
var _this16 = this;
|
|
@@ -21040,11 +21040,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21040
21040
|
}
|
|
21041
21041
|
},
|
|
21042
21042
|
|
|
21043
|
-
/**
|
|
21044
|
-
* toSendMsg
|
|
21045
|
-
* @desc:核稿通知
|
|
21046
|
-
* @author liufan
|
|
21047
|
-
* @date 2022年9月29日
|
|
21043
|
+
/**
|
|
21044
|
+
* toSendMsg
|
|
21045
|
+
* @desc:核稿通知
|
|
21046
|
+
* @author liufan
|
|
21047
|
+
* @date 2022年9月29日
|
|
21048
21048
|
**/
|
|
21049
21049
|
toSendMsg: function toSendMsg(res) {
|
|
21050
21050
|
var _this17 = this;
|
|
@@ -21058,11 +21058,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21058
21058
|
}
|
|
21059
21059
|
},
|
|
21060
21060
|
|
|
21061
|
-
/**
|
|
21062
|
-
* toTaskReadAndEnd
|
|
21063
|
-
* @desc:分阅并办结
|
|
21064
|
-
* @author liufan
|
|
21065
|
-
* @date 2022年9月29日
|
|
21061
|
+
/**
|
|
21062
|
+
* toTaskReadAndEnd
|
|
21063
|
+
* @desc:分阅并办结
|
|
21064
|
+
* @author liufan
|
|
21065
|
+
* @date 2022年9月29日
|
|
21066
21066
|
**/
|
|
21067
21067
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
21068
21068
|
var _this18 = this;
|
|
@@ -21080,11 +21080,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21080
21080
|
}
|
|
21081
21081
|
},
|
|
21082
21082
|
|
|
21083
|
-
/**
|
|
21084
|
-
* rejectAndEnd
|
|
21085
|
-
* @desc:驳回并办结
|
|
21086
|
-
* @author liufan
|
|
21087
|
-
* @date 2022年9月29日
|
|
21083
|
+
/**
|
|
21084
|
+
* rejectAndEnd
|
|
21085
|
+
* @desc:驳回并办结
|
|
21086
|
+
* @author liufan
|
|
21087
|
+
* @date 2022年9月29日
|
|
21088
21088
|
**/
|
|
21089
21089
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
21090
21090
|
var _this19 = this;
|
|
@@ -21139,11 +21139,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21139
21139
|
});
|
|
21140
21140
|
},
|
|
21141
21141
|
|
|
21142
|
-
/**
|
|
21143
|
-
* toTransfer
|
|
21144
|
-
* @desc:转办
|
|
21145
|
-
* @author liufan
|
|
21146
|
-
* @date 2022年9月29日
|
|
21142
|
+
/**
|
|
21143
|
+
* toTransfer
|
|
21144
|
+
* @desc:转办
|
|
21145
|
+
* @author liufan
|
|
21146
|
+
* @date 2022年9月29日
|
|
21147
21147
|
**/
|
|
21148
21148
|
toTransfer: function toTransfer(res) {
|
|
21149
21149
|
var _this21 = this;
|
|
@@ -21159,11 +21159,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21159
21159
|
}
|
|
21160
21160
|
},
|
|
21161
21161
|
|
|
21162
|
-
/**
|
|
21163
|
-
* getNodeInfo
|
|
21164
|
-
* @desc:获取节点信息
|
|
21165
|
-
* @author liufan
|
|
21166
|
-
* @date 2022年5月25日
|
|
21162
|
+
/**
|
|
21163
|
+
* getNodeInfo
|
|
21164
|
+
* @desc:获取节点信息
|
|
21165
|
+
* @author liufan
|
|
21166
|
+
* @date 2022年5月25日
|
|
21167
21167
|
**/
|
|
21168
21168
|
getNodeInfo: function getNodeInfo() {
|
|
21169
21169
|
var _this22 = this;
|
|
@@ -21262,12 +21262,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21262
21262
|
});
|
|
21263
21263
|
},
|
|
21264
21264
|
|
|
21265
|
-
/**
|
|
21266
|
-
* selecNext
|
|
21267
|
-
* @desc:下步节点变化时更新数据
|
|
21268
|
-
* @author liufan
|
|
21269
|
-
* @param {String} val 当前选中值
|
|
21270
|
-
* @date 2022年5月25日
|
|
21265
|
+
/**
|
|
21266
|
+
* selecNext
|
|
21267
|
+
* @desc:下步节点变化时更新数据
|
|
21268
|
+
* @author liufan
|
|
21269
|
+
* @param {String} val 当前选中值
|
|
21270
|
+
* @date 2022年5月25日
|
|
21271
21271
|
**/
|
|
21272
21272
|
selecNext: function selecNext(val, type, isDef) {
|
|
21273
21273
|
var _this23 = this;
|
|
@@ -21376,11 +21376,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21376
21376
|
if (isDef !== true) this.getNodeInfo();
|
|
21377
21377
|
},
|
|
21378
21378
|
|
|
21379
|
-
/**
|
|
21380
|
-
* isMultiple
|
|
21381
|
-
* @desc:是否多选
|
|
21382
|
-
* @author liufan
|
|
21383
|
-
* @date 2022年9月13日
|
|
21379
|
+
/**
|
|
21380
|
+
* isMultiple
|
|
21381
|
+
* @desc:是否多选
|
|
21382
|
+
* @author liufan
|
|
21383
|
+
* @date 2022年9月13日
|
|
21384
21384
|
**/
|
|
21385
21385
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
21386
21386
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -21412,11 +21412,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21412
21412
|
}
|
|
21413
21413
|
},
|
|
21414
21414
|
|
|
21415
|
-
/**
|
|
21416
|
-
* getHedInfo
|
|
21417
|
-
* @desc:获取审核页面数据
|
|
21418
|
-
* @author liufan
|
|
21419
|
-
* @date 2022年5月25日
|
|
21415
|
+
/**
|
|
21416
|
+
* getHedInfo
|
|
21417
|
+
* @desc:获取审核页面数据
|
|
21418
|
+
* @author liufan
|
|
21419
|
+
* @date 2022年5月25日
|
|
21420
21420
|
**/
|
|
21421
21421
|
getHedInfo: function getHedInfo() {
|
|
21422
21422
|
var _this24 = this;
|
|
@@ -21652,13 +21652,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21652
21652
|
});
|
|
21653
21653
|
},
|
|
21654
21654
|
|
|
21655
|
-
/**
|
|
21656
|
-
* closeProcess
|
|
21657
|
-
* @desc:关闭弹窗
|
|
21658
|
-
* @author liufan
|
|
21659
|
-
* @param {boolean} val 当前是否办理流程
|
|
21660
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21661
|
-
* @date 2022年5月25日
|
|
21655
|
+
/**
|
|
21656
|
+
* closeProcess
|
|
21657
|
+
* @desc:关闭弹窗
|
|
21658
|
+
* @author liufan
|
|
21659
|
+
* @param {boolean} val 当前是否办理流程
|
|
21660
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21661
|
+
* @date 2022年5月25日
|
|
21662
21662
|
**/
|
|
21663
21663
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21664
21664
|
if (closeParent) {
|
|
@@ -21675,23 +21675,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21675
21675
|
}
|
|
21676
21676
|
},
|
|
21677
21677
|
|
|
21678
|
-
/**
|
|
21679
|
-
* selectChange
|
|
21680
|
-
* @desc:常用语选择
|
|
21681
|
-
* @author liufan
|
|
21682
|
-
* @param {String} val 选中值
|
|
21683
|
-
* @date 2022年5月25日
|
|
21678
|
+
/**
|
|
21679
|
+
* selectChange
|
|
21680
|
+
* @desc:常用语选择
|
|
21681
|
+
* @author liufan
|
|
21682
|
+
* @param {String} val 选中值
|
|
21683
|
+
* @date 2022年5月25日
|
|
21684
21684
|
**/
|
|
21685
21685
|
selectChange: function selectChange(val) {
|
|
21686
21686
|
this.value = val;
|
|
21687
21687
|
},
|
|
21688
21688
|
|
|
21689
|
-
/**
|
|
21690
|
-
* upDate
|
|
21691
|
-
* @desc:修改常用语
|
|
21692
|
-
* @author liufan
|
|
21693
|
-
* @param {Object} val 修改值
|
|
21694
|
-
* @date 2022年5月25日
|
|
21689
|
+
/**
|
|
21690
|
+
* upDate
|
|
21691
|
+
* @desc:修改常用语
|
|
21692
|
+
* @author liufan
|
|
21693
|
+
* @param {Object} val 修改值
|
|
21694
|
+
* @date 2022年5月25日
|
|
21695
21695
|
**/
|
|
21696
21696
|
upDate: function upDate(val) {
|
|
21697
21697
|
this.FormData.id = val.id;
|
|
@@ -21699,11 +21699,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21699
21699
|
},
|
|
21700
21700
|
|
|
21701
21701
|
|
|
21702
|
-
/**
|
|
21703
|
-
* getProcess
|
|
21704
|
-
* @desc:获取选择流程
|
|
21705
|
-
* @author liufan
|
|
21706
|
-
* @date 2022年5月25日
|
|
21702
|
+
/**
|
|
21703
|
+
* getProcess
|
|
21704
|
+
* @desc:获取选择流程
|
|
21705
|
+
* @author liufan
|
|
21706
|
+
* @date 2022年5月25日
|
|
21707
21707
|
**/
|
|
21708
21708
|
getProcess: function getProcess() {
|
|
21709
21709
|
var _this25 = this;
|
|
@@ -21757,11 +21757,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21757
21757
|
});
|
|
21758
21758
|
},
|
|
21759
21759
|
|
|
21760
|
-
/**
|
|
21761
|
-
* getPendedhistoryList
|
|
21762
|
-
* @desc:获取流程列表
|
|
21763
|
-
* @author liufan
|
|
21764
|
-
* @date 2022年5月25日
|
|
21760
|
+
/**
|
|
21761
|
+
* getPendedhistoryList
|
|
21762
|
+
* @desc:获取流程列表
|
|
21763
|
+
* @author liufan
|
|
21764
|
+
* @date 2022年5月25日
|
|
21765
21765
|
**/
|
|
21766
21766
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21767
21767
|
var _this26 = this;
|
|
@@ -21793,12 +21793,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21793
21793
|
},
|
|
21794
21794
|
|
|
21795
21795
|
// 提交流程
|
|
21796
|
-
/**
|
|
21797
|
-
* subProcess
|
|
21798
|
-
* @desc:提交流程
|
|
21799
|
-
* @author liufan
|
|
21800
|
-
* @param {String} formName 当前form表单ref值
|
|
21801
|
-
* @date 2022年5月25日
|
|
21796
|
+
/**
|
|
21797
|
+
* subProcess
|
|
21798
|
+
* @desc:提交流程
|
|
21799
|
+
* @author liufan
|
|
21800
|
+
* @param {String} formName 当前form表单ref值
|
|
21801
|
+
* @date 2022年5月25日
|
|
21802
21802
|
**/
|
|
21803
21803
|
subProcess: function subProcess(val) {
|
|
21804
21804
|
var _this27 = this;
|
|
@@ -25390,11 +25390,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25390
25390
|
});
|
|
25391
25391
|
},
|
|
25392
25392
|
|
|
25393
|
-
/**
|
|
25394
|
-
* saveInfo
|
|
25395
|
-
* @desc:暂存
|
|
25396
|
-
* @author liufan
|
|
25397
|
-
* @date 2022年9月9日
|
|
25393
|
+
/**
|
|
25394
|
+
* saveInfo
|
|
25395
|
+
* @desc:暂存
|
|
25396
|
+
* @author liufan
|
|
25397
|
+
* @date 2022年9月9日
|
|
25398
25398
|
**/
|
|
25399
25399
|
saveInfo: function saveInfo(type, btn) {
|
|
25400
25400
|
var _this11 = this;
|
|
@@ -25456,11 +25456,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25456
25456
|
});
|
|
25457
25457
|
},
|
|
25458
25458
|
|
|
25459
|
-
/**
|
|
25460
|
-
* rejectBtn
|
|
25461
|
-
* @desc:点击驳回
|
|
25462
|
-
* @author liufan
|
|
25463
|
-
* @date 2022年5月25日
|
|
25459
|
+
/**
|
|
25460
|
+
* rejectBtn
|
|
25461
|
+
* @desc:点击驳回
|
|
25462
|
+
* @author liufan
|
|
25463
|
+
* @date 2022年5月25日
|
|
25464
25464
|
**/
|
|
25465
25465
|
rejectBtn: function rejectBtn() {
|
|
25466
25466
|
var _this13 = this;
|
|
@@ -25478,11 +25478,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25478
25478
|
}
|
|
25479
25479
|
},
|
|
25480
25480
|
|
|
25481
|
-
/**
|
|
25482
|
-
* taskReadBtn
|
|
25483
|
-
* @desc:点击分阅
|
|
25484
|
-
* @author liufan
|
|
25485
|
-
* @date 2022年5月25日
|
|
25481
|
+
/**
|
|
25482
|
+
* taskReadBtn
|
|
25483
|
+
* @desc:点击分阅
|
|
25484
|
+
* @author liufan
|
|
25485
|
+
* @date 2022年5月25日
|
|
25486
25486
|
**/
|
|
25487
25487
|
taskReadBtn: function taskReadBtn() {
|
|
25488
25488
|
var _this14 = this;
|
|
@@ -25501,11 +25501,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25501
25501
|
}
|
|
25502
25502
|
},
|
|
25503
25503
|
|
|
25504
|
-
/**
|
|
25505
|
-
* getFind
|
|
25506
|
-
* @desc:获取通知方式
|
|
25507
|
-
* @author liufan
|
|
25508
|
-
* @date 2022年5月25日
|
|
25504
|
+
/**
|
|
25505
|
+
* getFind
|
|
25506
|
+
* @desc:获取通知方式
|
|
25507
|
+
* @author liufan
|
|
25508
|
+
* @date 2022年5月25日
|
|
25509
25509
|
**/
|
|
25510
25510
|
getFind: function getFind() {
|
|
25511
25511
|
var _this15 = this;
|
|
@@ -25571,12 +25571,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25571
25571
|
});
|
|
25572
25572
|
},
|
|
25573
25573
|
|
|
25574
|
-
/**
|
|
25575
|
-
* endFlows
|
|
25576
|
-
* @desc:直接办结
|
|
25577
|
-
* @author liufan
|
|
25578
|
-
* @param {Object} res 直接办结数据
|
|
25579
|
-
* @date 2022年5月25日
|
|
25574
|
+
/**
|
|
25575
|
+
* endFlows
|
|
25576
|
+
* @desc:直接办结
|
|
25577
|
+
* @author liufan
|
|
25578
|
+
* @param {Object} res 直接办结数据
|
|
25579
|
+
* @date 2022年5月25日
|
|
25580
25580
|
**/
|
|
25581
25581
|
endFlows: function endFlows(res) {
|
|
25582
25582
|
var _this17 = this;
|
|
@@ -25631,12 +25631,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25631
25631
|
}).catch(function (e) {});
|
|
25632
25632
|
},
|
|
25633
25633
|
|
|
25634
|
-
/**
|
|
25635
|
-
* goView
|
|
25636
|
-
* @desc:更多流程按钮操作
|
|
25637
|
-
* @author liufan
|
|
25638
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
25639
|
-
* @date 2022年5月25日
|
|
25634
|
+
/**
|
|
25635
|
+
* goView
|
|
25636
|
+
* @desc:更多流程按钮操作
|
|
25637
|
+
* @author liufan
|
|
25638
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
25639
|
+
* @date 2022年5月25日
|
|
25640
25640
|
**/
|
|
25641
25641
|
goView: function goView(res) {
|
|
25642
25642
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -25723,11 +25723,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25723
25723
|
// isCanStartSubFlow
|
|
25724
25724
|
},
|
|
25725
25725
|
|
|
25726
|
-
/**
|
|
25727
|
-
* toTakeAdvice
|
|
25728
|
-
* @desc:征求意见
|
|
25729
|
-
* @author liufan
|
|
25730
|
-
* @date 2022年9月29日
|
|
25726
|
+
/**
|
|
25727
|
+
* toTakeAdvice
|
|
25728
|
+
* @desc:征求意见
|
|
25729
|
+
* @author liufan
|
|
25730
|
+
* @date 2022年9月29日
|
|
25731
25731
|
**/
|
|
25732
25732
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
25733
25733
|
var _this19 = this;
|
|
@@ -25771,11 +25771,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25771
25771
|
});
|
|
25772
25772
|
},
|
|
25773
25773
|
|
|
25774
|
-
/**
|
|
25775
|
-
* toStartDraf
|
|
25776
|
-
* @desc: 稿件递送、联合审核、复核
|
|
25777
|
-
* @author liufan
|
|
25778
|
-
* @date 2022年9月29日
|
|
25774
|
+
/**
|
|
25775
|
+
* toStartDraf
|
|
25776
|
+
* @desc: 稿件递送、联合审核、复核
|
|
25777
|
+
* @author liufan
|
|
25778
|
+
* @date 2022年9月29日
|
|
25779
25779
|
**/
|
|
25780
25780
|
toStartDraf: function toStartDraf(res) {
|
|
25781
25781
|
var _this21 = this;
|
|
@@ -25789,11 +25789,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25789
25789
|
}
|
|
25790
25790
|
},
|
|
25791
25791
|
|
|
25792
|
-
/**
|
|
25793
|
-
* toSendMsg
|
|
25794
|
-
* @desc:核稿通知
|
|
25795
|
-
* @author liufan
|
|
25796
|
-
* @date 2022年9月29日
|
|
25792
|
+
/**
|
|
25793
|
+
* toSendMsg
|
|
25794
|
+
* @desc:核稿通知
|
|
25795
|
+
* @author liufan
|
|
25796
|
+
* @date 2022年9月29日
|
|
25797
25797
|
**/
|
|
25798
25798
|
toSendMsg: function toSendMsg(res) {
|
|
25799
25799
|
var _this22 = this;
|
|
@@ -25807,11 +25807,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25807
25807
|
}
|
|
25808
25808
|
},
|
|
25809
25809
|
|
|
25810
|
-
/**
|
|
25811
|
-
* toTaskReadAndEnd
|
|
25812
|
-
* @desc:分阅并办结
|
|
25813
|
-
* @author liufan
|
|
25814
|
-
* @date 2022年9月29日
|
|
25810
|
+
/**
|
|
25811
|
+
* toTaskReadAndEnd
|
|
25812
|
+
* @desc:分阅并办结
|
|
25813
|
+
* @author liufan
|
|
25814
|
+
* @date 2022年9月29日
|
|
25815
25815
|
**/
|
|
25816
25816
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
25817
25817
|
var _this23 = this;
|
|
@@ -25829,11 +25829,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25829
25829
|
}
|
|
25830
25830
|
},
|
|
25831
25831
|
|
|
25832
|
-
/**
|
|
25833
|
-
* rejectAndEnd
|
|
25834
|
-
* @desc:驳回并办结
|
|
25835
|
-
* @author liufan
|
|
25836
|
-
* @date 2022年9月29日
|
|
25832
|
+
/**
|
|
25833
|
+
* rejectAndEnd
|
|
25834
|
+
* @desc:驳回并办结
|
|
25835
|
+
* @author liufan
|
|
25836
|
+
* @date 2022年9月29日
|
|
25837
25837
|
**/
|
|
25838
25838
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
25839
25839
|
var _this24 = this;
|
|
@@ -25889,11 +25889,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25889
25889
|
});
|
|
25890
25890
|
},
|
|
25891
25891
|
|
|
25892
|
-
/**
|
|
25893
|
-
* toTransfer
|
|
25894
|
-
* @desc:转办
|
|
25895
|
-
* @author liufan
|
|
25896
|
-
* @date 2022年9月29日
|
|
25892
|
+
/**
|
|
25893
|
+
* toTransfer
|
|
25894
|
+
* @desc:转办
|
|
25895
|
+
* @author liufan
|
|
25896
|
+
* @date 2022年9月29日
|
|
25897
25897
|
**/
|
|
25898
25898
|
toTransfer: function toTransfer(res) {
|
|
25899
25899
|
var _this26 = this;
|
|
@@ -25912,11 +25912,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25912
25912
|
this.nextNode.customLimitTime = val;
|
|
25913
25913
|
},
|
|
25914
25914
|
|
|
25915
|
-
/**
|
|
25916
|
-
* getNodeInfo
|
|
25917
|
-
* @desc:获取节点信息
|
|
25918
|
-
* @author liufan
|
|
25919
|
-
* @date 2022年5月25日
|
|
25915
|
+
/**
|
|
25916
|
+
* getNodeInfo
|
|
25917
|
+
* @desc:获取节点信息
|
|
25918
|
+
* @author liufan
|
|
25919
|
+
* @date 2022年5月25日
|
|
25920
25920
|
**/
|
|
25921
25921
|
getNodeInfo: function getNodeInfo() {
|
|
25922
25922
|
var _this27 = this;
|
|
@@ -26023,12 +26023,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26023
26023
|
});
|
|
26024
26024
|
},
|
|
26025
26025
|
|
|
26026
|
-
/**
|
|
26027
|
-
* selecNext
|
|
26028
|
-
* @desc:下步节点变化时更新数据
|
|
26029
|
-
* @author liufan
|
|
26030
|
-
* @param {String} val 当前选中值
|
|
26031
|
-
* @date 2022年5月25日
|
|
26026
|
+
/**
|
|
26027
|
+
* selecNext
|
|
26028
|
+
* @desc:下步节点变化时更新数据
|
|
26029
|
+
* @author liufan
|
|
26030
|
+
* @param {String} val 当前选中值
|
|
26031
|
+
* @date 2022年5月25日
|
|
26032
26032
|
**/
|
|
26033
26033
|
selecNext: function selecNext(val, type, isDef) {
|
|
26034
26034
|
var _this28 = this;
|
|
@@ -26160,11 +26160,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26160
26160
|
this.getNodeInfo();
|
|
26161
26161
|
},
|
|
26162
26162
|
|
|
26163
|
-
/**
|
|
26164
|
-
* isMultiple
|
|
26165
|
-
* @desc:是否多选
|
|
26166
|
-
* @author liufan
|
|
26167
|
-
* @date 2022年9月13日
|
|
26163
|
+
/**
|
|
26164
|
+
* isMultiple
|
|
26165
|
+
* @desc:是否多选
|
|
26166
|
+
* @author liufan
|
|
26167
|
+
* @date 2022年9月13日
|
|
26168
26168
|
**/
|
|
26169
26169
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
26170
26170
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -26196,11 +26196,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26196
26196
|
}
|
|
26197
26197
|
},
|
|
26198
26198
|
|
|
26199
|
-
/**
|
|
26200
|
-
* getHedInfo
|
|
26201
|
-
* @desc:获取审核页面数据
|
|
26202
|
-
* @author liufan
|
|
26203
|
-
* @date 2022年5月25日
|
|
26199
|
+
/**
|
|
26200
|
+
* getHedInfo
|
|
26201
|
+
* @desc:获取审核页面数据
|
|
26202
|
+
* @author liufan
|
|
26203
|
+
* @date 2022年5月25日
|
|
26204
26204
|
**/
|
|
26205
26205
|
getHedInfo: function getHedInfo() {
|
|
26206
26206
|
var _this29 = this;
|
|
@@ -26500,13 +26500,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26500
26500
|
});
|
|
26501
26501
|
},
|
|
26502
26502
|
|
|
26503
|
-
/**
|
|
26504
|
-
* closeProcess
|
|
26505
|
-
* @desc:关闭弹窗
|
|
26506
|
-
* @author liufan
|
|
26507
|
-
* @param {boolean} val 当前是否办理流程
|
|
26508
|
-
* @param {String} type 当前点击的弹窗类型
|
|
26509
|
-
* @date 2022年5月25日
|
|
26503
|
+
/**
|
|
26504
|
+
* closeProcess
|
|
26505
|
+
* @desc:关闭弹窗
|
|
26506
|
+
* @author liufan
|
|
26507
|
+
* @param {boolean} val 当前是否办理流程
|
|
26508
|
+
* @param {String} type 当前点击的弹窗类型
|
|
26509
|
+
* @date 2022年5月25日
|
|
26510
26510
|
**/
|
|
26511
26511
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
26512
26512
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -26526,23 +26526,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26526
26526
|
}
|
|
26527
26527
|
},
|
|
26528
26528
|
|
|
26529
|
-
/**
|
|
26530
|
-
* selectChange
|
|
26531
|
-
* @desc:常用语选择
|
|
26532
|
-
* @author liufan
|
|
26533
|
-
* @param {String} val 选中值
|
|
26534
|
-
* @date 2022年5月25日
|
|
26529
|
+
/**
|
|
26530
|
+
* selectChange
|
|
26531
|
+
* @desc:常用语选择
|
|
26532
|
+
* @author liufan
|
|
26533
|
+
* @param {String} val 选中值
|
|
26534
|
+
* @date 2022年5月25日
|
|
26535
26535
|
**/
|
|
26536
26536
|
selectChange: function selectChange(val) {
|
|
26537
26537
|
this.value = val;
|
|
26538
26538
|
},
|
|
26539
26539
|
|
|
26540
|
-
/**
|
|
26541
|
-
* upDate
|
|
26542
|
-
* @desc:修改常用语
|
|
26543
|
-
* @author liufan
|
|
26544
|
-
* @param {Object} val 修改值
|
|
26545
|
-
* @date 2022年5月25日
|
|
26540
|
+
/**
|
|
26541
|
+
* upDate
|
|
26542
|
+
* @desc:修改常用语
|
|
26543
|
+
* @author liufan
|
|
26544
|
+
* @param {Object} val 修改值
|
|
26545
|
+
* @date 2022年5月25日
|
|
26546
26546
|
**/
|
|
26547
26547
|
upDate: function upDate(val) {
|
|
26548
26548
|
this.FormData.id = val.id;
|
|
@@ -26550,11 +26550,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26550
26550
|
},
|
|
26551
26551
|
|
|
26552
26552
|
|
|
26553
|
-
/**
|
|
26554
|
-
* getProcess
|
|
26555
|
-
* @desc:获取选择流程
|
|
26556
|
-
* @author liufan
|
|
26557
|
-
* @date 2022年5月25日
|
|
26553
|
+
/**
|
|
26554
|
+
* getProcess
|
|
26555
|
+
* @desc:获取选择流程
|
|
26556
|
+
* @author liufan
|
|
26557
|
+
* @date 2022年5月25日
|
|
26558
26558
|
**/
|
|
26559
26559
|
getProcess: function getProcess(val) {
|
|
26560
26560
|
var _this30 = this;
|
|
@@ -26614,11 +26614,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26614
26614
|
});
|
|
26615
26615
|
},
|
|
26616
26616
|
|
|
26617
|
-
/**
|
|
26618
|
-
* getPendedhistoryList
|
|
26619
|
-
* @desc:获取流程列表
|
|
26620
|
-
* @author liufan
|
|
26621
|
-
* @date 2022年5月25日
|
|
26617
|
+
/**
|
|
26618
|
+
* getPendedhistoryList
|
|
26619
|
+
* @desc:获取流程列表
|
|
26620
|
+
* @author liufan
|
|
26621
|
+
* @date 2022年5月25日
|
|
26622
26622
|
**/
|
|
26623
26623
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
26624
26624
|
var _this31 = this;
|
|
@@ -26686,12 +26686,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26686
26686
|
},
|
|
26687
26687
|
|
|
26688
26688
|
// 提交流程
|
|
26689
|
-
/**
|
|
26690
|
-
* subProcess
|
|
26691
|
-
* @desc:提交流程
|
|
26692
|
-
* @author liufan
|
|
26693
|
-
* @param {String} formName 当前form表单ref值
|
|
26694
|
-
* @date 2022年5月25日
|
|
26689
|
+
/**
|
|
26690
|
+
* subProcess
|
|
26691
|
+
* @desc:提交流程
|
|
26692
|
+
* @author liufan
|
|
26693
|
+
* @param {String} formName 当前form表单ref值
|
|
26694
|
+
* @date 2022年5月25日
|
|
26695
26695
|
**/
|
|
26696
26696
|
subProcess: function subProcess(val, type) {
|
|
26697
26697
|
var _this33 = this;
|