eoss-ui 0.6.87 → 0.6.88
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/data-table.js +13 -17
- package/lib/eoss-ui.common.js +793 -821
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +280 -280
- package/lib/index.js +1 -1
- package/lib/main.js +172 -196
- package/lib/qr-code.js +13 -13
- package/package.json +160 -160
- package/packages/.DS_Store +0 -0
- package/packages/autocomplete/.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/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 +990 -989
- package/packages/data-table/src/main.vue +1822 -1822
- 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/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 +400 -400
- package/packages/flow/src/component/CommonOpinions.vue +364 -364
- 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 +241 -241
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +640 -640
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2844 -2844
- package/packages/flow/src/main.vue +3657 -3657
- package/packages/flow/src/processForm.vue +1245 -1245
- package/packages/flow/src/processReject.vue +296 -296
- package/packages/flow/src/reset.vue +918 -918
- package/packages/flow/src/startTaskRead.vue +684 -684
- package/packages/flow/src/supervise.vue +152 -152
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +692 -692
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1770 -1770
- package/packages/form/.DS_Store +0 -0
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3814 -3814
- package/packages/form/src/table.vue +1508 -1508
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- 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 +1998 -1998
- 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 +458 -458
- 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 +2102 -2102
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +259 -259
- package/packages/main/src/simplicity/notice.vue +190 -190
- package/packages/main/src/simplicity/router-page.vue +45 -45
- package/packages/main/src/simplicity/sub-menu.vue +264 -264
- package/packages/main/src/simplicity/user.vue +260 -260
- package/packages/main/src/simplicity/userinfo.vue +308 -312
- package/packages/menu/.DS_Store +0 -0
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +584 -584
- package/packages/nav/index.js +5 -5
- package/packages/nav/src/main.vue +351 -351
- package/packages/notify/index.js +5 -5
- package/packages/notify/src/main.vue +538 -538
- package/packages/page/index.js +5 -5
- package/packages/page/src/main.vue +167 -167
- package/packages/pagination/index.js +5 -5
- package/packages/pagination/src/main.vue +96 -96
- package/packages/player/index.js +5 -5
- package/packages/player/src/main.vue +194 -194
- package/packages/qr-code/index.js +5 -5
- package/packages/qr-code/src/main.vue +170 -170
- package/packages/radio-group/index.js +6 -6
- package/packages/radio-group/src/main.vue +319 -319
- package/packages/retrial-auth/index.js +5 -5
- package/packages/retrial-auth/src/main.vue +280 -280
- package/packages/scrollbar/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +778 -778
- 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 +745 -745
- 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 +154 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/src/.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 +348 -348
- package/packages/theme-chalk/src/form.scss +499 -499
- 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 +1817 -1817
- package/packages/theme-chalk/src/icons.scss +99 -99
- package/packages/theme-chalk/src/input.scss +9 -9
- package/packages/theme-chalk/src/label.scss +24 -24
- package/packages/theme-chalk/src/layout.scss +46 -46
- package/packages/theme-chalk/src/login.scss +984 -984
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +222 -222
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1355 -1355
- 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 +1348 -1348
- 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 +294 -294
- 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
|
@@ -8214,21 +8214,21 @@ var _components;
|
|
|
8214
8214
|
return validSate;
|
|
8215
8215
|
},
|
|
8216
8216
|
|
|
8217
|
-
/**
|
|
8218
|
-
* changeOpinion
|
|
8219
|
-
* @desc:监听意见变化
|
|
8220
|
-
* @author liufan
|
|
8221
|
-
* @date 2022年10月28日
|
|
8217
|
+
/**
|
|
8218
|
+
* changeOpinion
|
|
8219
|
+
* @desc:监听意见变化
|
|
8220
|
+
* @author liufan
|
|
8221
|
+
* @date 2022年10月28日
|
|
8222
8222
|
**/
|
|
8223
8223
|
changeOpinion: function changeOpinion() {
|
|
8224
8224
|
this.$emit('change', this.form.value);
|
|
8225
8225
|
},
|
|
8226
8226
|
|
|
8227
|
-
/**
|
|
8228
|
-
* getCommonOpion
|
|
8229
|
-
* @desc:获取意见
|
|
8230
|
-
* @author liufan
|
|
8231
|
-
* @date 2022年5月25日
|
|
8227
|
+
/**
|
|
8228
|
+
* getCommonOpion
|
|
8229
|
+
* @desc:获取意见
|
|
8230
|
+
* @author liufan
|
|
8231
|
+
* @date 2022年5月25日
|
|
8232
8232
|
**/
|
|
8233
8233
|
getCommonOpion: function getCommonOpion() {
|
|
8234
8234
|
var _this = this;
|
|
@@ -8257,24 +8257,24 @@ var _components;
|
|
|
8257
8257
|
});
|
|
8258
8258
|
},
|
|
8259
8259
|
|
|
8260
|
-
/**
|
|
8261
|
-
* upDate
|
|
8262
|
-
* @desc:修改常用语
|
|
8263
|
-
* @author liufan
|
|
8264
|
-
* @param {Object} val 修改值
|
|
8265
|
-
* @date 2022年5月25日
|
|
8260
|
+
/**
|
|
8261
|
+
* upDate
|
|
8262
|
+
* @desc:修改常用语
|
|
8263
|
+
* @author liufan
|
|
8264
|
+
* @param {Object} val 修改值
|
|
8265
|
+
* @date 2022年5月25日
|
|
8266
8266
|
**/
|
|
8267
8267
|
upDate: function upDate(val) {
|
|
8268
8268
|
this.FormData.id = val.id;
|
|
8269
8269
|
this.addVisible = true;
|
|
8270
8270
|
},
|
|
8271
8271
|
|
|
8272
|
-
/**
|
|
8273
|
-
* selectChange
|
|
8274
|
-
* @desc:常用语选择
|
|
8275
|
-
* @author liufan
|
|
8276
|
-
* @param {String} val 选中值
|
|
8277
|
-
* @date 2022年5月25日
|
|
8272
|
+
/**
|
|
8273
|
+
* selectChange
|
|
8274
|
+
* @desc:常用语选择
|
|
8275
|
+
* @author liufan
|
|
8276
|
+
* @param {String} val 选中值
|
|
8277
|
+
* @date 2022年5月25日
|
|
8278
8278
|
**/
|
|
8279
8279
|
selectChange: function selectChange(val) {
|
|
8280
8280
|
var _this2 = this;
|
|
@@ -8293,12 +8293,12 @@ var _components;
|
|
|
8293
8293
|
});
|
|
8294
8294
|
},
|
|
8295
8295
|
|
|
8296
|
-
/**
|
|
8297
|
-
* del
|
|
8298
|
-
* @desc:删除常用语
|
|
8299
|
-
* @author liufan
|
|
8300
|
-
* @param {Object} val 删除的数据
|
|
8301
|
-
* @date 2022年5月25日
|
|
8296
|
+
/**
|
|
8297
|
+
* del
|
|
8298
|
+
* @desc:删除常用语
|
|
8299
|
+
* @author liufan
|
|
8300
|
+
* @param {Object} val 删除的数据
|
|
8301
|
+
* @date 2022年5月25日
|
|
8302
8302
|
**/
|
|
8303
8303
|
del: function del(val) {
|
|
8304
8304
|
var _this3 = this;
|
|
@@ -8340,12 +8340,12 @@ var _components;
|
|
|
8340
8340
|
}).catch(function (e) {});
|
|
8341
8341
|
},
|
|
8342
8342
|
|
|
8343
|
-
/**
|
|
8344
|
-
* submit
|
|
8345
|
-
* @desc:新增/编辑意见保存
|
|
8346
|
-
* @author liufan
|
|
8347
|
-
* @param {Object} val 保存数据
|
|
8348
|
-
* @date 2022年5月25日
|
|
8343
|
+
/**
|
|
8344
|
+
* submit
|
|
8345
|
+
* @desc:新增/编辑意见保存
|
|
8346
|
+
* @author liufan
|
|
8347
|
+
* @param {Object} val 保存数据
|
|
8348
|
+
* @date 2022年5月25日
|
|
8349
8349
|
**/
|
|
8350
8350
|
submit: function submit(val) {
|
|
8351
8351
|
var _this4 = this;
|
|
@@ -11675,11 +11675,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11675
11675
|
});
|
|
11676
11676
|
},
|
|
11677
11677
|
|
|
11678
|
-
/**
|
|
11679
|
-
* isMultiple
|
|
11680
|
-
* @desc:是否多选
|
|
11681
|
-
* @author liufan
|
|
11682
|
-
* @date 2022年9月13日
|
|
11678
|
+
/**
|
|
11679
|
+
* isMultiple
|
|
11680
|
+
* @desc:是否多选
|
|
11681
|
+
* @author liufan
|
|
11682
|
+
* @date 2022年9月13日
|
|
11683
11683
|
**/
|
|
11684
11684
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
11685
11685
|
var multiple = false;
|
|
@@ -15626,11 +15626,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
15626
15626
|
});
|
|
15627
15627
|
},
|
|
15628
15628
|
|
|
15629
|
-
/**
|
|
15630
|
-
* isMultiple
|
|
15631
|
-
* @desc:是否多选
|
|
15632
|
-
* @author liufan
|
|
15633
|
-
* @date 2022年9月13日
|
|
15629
|
+
/**
|
|
15630
|
+
* isMultiple
|
|
15631
|
+
* @desc:是否多选
|
|
15632
|
+
* @author liufan
|
|
15633
|
+
* @date 2022年9月13日
|
|
15634
15634
|
**/
|
|
15635
15635
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
15636
15636
|
var multiple = false;
|
|
@@ -20032,11 +20032,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20032
20032
|
});
|
|
20033
20033
|
},
|
|
20034
20034
|
|
|
20035
|
-
/**
|
|
20036
|
-
* saveInfo
|
|
20037
|
-
* @desc:暂存
|
|
20038
|
-
* @author liufan
|
|
20039
|
-
* @date 2022年9月9日
|
|
20035
|
+
/**
|
|
20036
|
+
* saveInfo
|
|
20037
|
+
* @desc:暂存
|
|
20038
|
+
* @author liufan
|
|
20039
|
+
* @date 2022年9月9日
|
|
20040
20040
|
**/
|
|
20041
20041
|
saveInfo: function saveInfo(type, btn) {
|
|
20042
20042
|
var _this6 = this;
|
|
@@ -20098,11 +20098,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20098
20098
|
});
|
|
20099
20099
|
},
|
|
20100
20100
|
|
|
20101
|
-
/**
|
|
20102
|
-
* rejectBtn
|
|
20103
|
-
* @desc:点击驳回
|
|
20104
|
-
* @author liufan
|
|
20105
|
-
* @date 2022年5月25日
|
|
20101
|
+
/**
|
|
20102
|
+
* rejectBtn
|
|
20103
|
+
* @desc:点击驳回
|
|
20104
|
+
* @author liufan
|
|
20105
|
+
* @date 2022年5月25日
|
|
20106
20106
|
**/
|
|
20107
20107
|
rejectBtn: function rejectBtn() {
|
|
20108
20108
|
var _this8 = this;
|
|
@@ -20120,11 +20120,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20120
20120
|
}
|
|
20121
20121
|
},
|
|
20122
20122
|
|
|
20123
|
-
/**
|
|
20124
|
-
* taskReadBtn
|
|
20125
|
-
* @desc:点击分阅
|
|
20126
|
-
* @author liufan
|
|
20127
|
-
* @date 2022年5月25日
|
|
20123
|
+
/**
|
|
20124
|
+
* taskReadBtn
|
|
20125
|
+
* @desc:点击分阅
|
|
20126
|
+
* @author liufan
|
|
20127
|
+
* @date 2022年5月25日
|
|
20128
20128
|
**/
|
|
20129
20129
|
taskReadBtn: function taskReadBtn() {
|
|
20130
20130
|
var _this9 = this;
|
|
@@ -20143,11 +20143,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20143
20143
|
}
|
|
20144
20144
|
},
|
|
20145
20145
|
|
|
20146
|
-
/**
|
|
20147
|
-
* getFind
|
|
20148
|
-
* @desc:获取通知方式
|
|
20149
|
-
* @author liufan
|
|
20150
|
-
* @date 2022年5月25日
|
|
20146
|
+
/**
|
|
20147
|
+
* getFind
|
|
20148
|
+
* @desc:获取通知方式
|
|
20149
|
+
* @author liufan
|
|
20150
|
+
* @date 2022年5月25日
|
|
20151
20151
|
**/
|
|
20152
20152
|
getFind: function getFind() {
|
|
20153
20153
|
var _this10 = this;
|
|
@@ -20202,12 +20202,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20202
20202
|
});
|
|
20203
20203
|
},
|
|
20204
20204
|
|
|
20205
|
-
/**
|
|
20206
|
-
* endFlows
|
|
20207
|
-
* @desc:直接办结
|
|
20208
|
-
* @author liufan
|
|
20209
|
-
* @param {Object} res 直接办结数据
|
|
20210
|
-
* @date 2022年5月25日
|
|
20205
|
+
/**
|
|
20206
|
+
* endFlows
|
|
20207
|
+
* @desc:直接办结
|
|
20208
|
+
* @author liufan
|
|
20209
|
+
* @param {Object} res 直接办结数据
|
|
20210
|
+
* @date 2022年5月25日
|
|
20211
20211
|
**/
|
|
20212
20212
|
endFlows: function endFlows(res) {
|
|
20213
20213
|
var _this12 = this;
|
|
@@ -20261,12 +20261,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20261
20261
|
}).catch(function (e) {});
|
|
20262
20262
|
},
|
|
20263
20263
|
|
|
20264
|
-
/**
|
|
20265
|
-
* goView
|
|
20266
|
-
* @desc:更多流程按钮操作
|
|
20267
|
-
* @author liufan
|
|
20268
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20269
|
-
* @date 2022年5月25日
|
|
20264
|
+
/**
|
|
20265
|
+
* goView
|
|
20266
|
+
* @desc:更多流程按钮操作
|
|
20267
|
+
* @author liufan
|
|
20268
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20269
|
+
* @date 2022年5月25日
|
|
20270
20270
|
**/
|
|
20271
20271
|
goView: function goView(res) {
|
|
20272
20272
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20351,11 +20351,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20351
20351
|
// isCanStartSubFlow
|
|
20352
20352
|
},
|
|
20353
20353
|
|
|
20354
|
-
/**
|
|
20355
|
-
* toTakeAdvice
|
|
20356
|
-
* @desc:征求意见
|
|
20357
|
-
* @author liufan
|
|
20358
|
-
* @date 2022年9月29日
|
|
20354
|
+
/**
|
|
20355
|
+
* toTakeAdvice
|
|
20356
|
+
* @desc:征求意见
|
|
20357
|
+
* @author liufan
|
|
20358
|
+
* @date 2022年9月29日
|
|
20359
20359
|
**/
|
|
20360
20360
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20361
20361
|
var _this14 = this;
|
|
@@ -20399,11 +20399,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20399
20399
|
});
|
|
20400
20400
|
},
|
|
20401
20401
|
|
|
20402
|
-
/**
|
|
20403
|
-
* toStartDraf
|
|
20404
|
-
* @desc: 稿件递送、联合审核、复核
|
|
20405
|
-
* @author liufan
|
|
20406
|
-
* @date 2022年9月29日
|
|
20402
|
+
/**
|
|
20403
|
+
* toStartDraf
|
|
20404
|
+
* @desc: 稿件递送、联合审核、复核
|
|
20405
|
+
* @author liufan
|
|
20406
|
+
* @date 2022年9月29日
|
|
20407
20407
|
**/
|
|
20408
20408
|
toStartDraf: function toStartDraf(res) {
|
|
20409
20409
|
var _this16 = this;
|
|
@@ -20417,11 +20417,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20417
20417
|
}
|
|
20418
20418
|
},
|
|
20419
20419
|
|
|
20420
|
-
/**
|
|
20421
|
-
* toSendMsg
|
|
20422
|
-
* @desc:核稿通知
|
|
20423
|
-
* @author liufan
|
|
20424
|
-
* @date 2022年9月29日
|
|
20420
|
+
/**
|
|
20421
|
+
* toSendMsg
|
|
20422
|
+
* @desc:核稿通知
|
|
20423
|
+
* @author liufan
|
|
20424
|
+
* @date 2022年9月29日
|
|
20425
20425
|
**/
|
|
20426
20426
|
toSendMsg: function toSendMsg(res) {
|
|
20427
20427
|
var _this17 = this;
|
|
@@ -20435,11 +20435,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20435
20435
|
}
|
|
20436
20436
|
},
|
|
20437
20437
|
|
|
20438
|
-
/**
|
|
20439
|
-
* toTaskReadAndEnd
|
|
20440
|
-
* @desc:分阅并办结
|
|
20441
|
-
* @author liufan
|
|
20442
|
-
* @date 2022年9月29日
|
|
20438
|
+
/**
|
|
20439
|
+
* toTaskReadAndEnd
|
|
20440
|
+
* @desc:分阅并办结
|
|
20441
|
+
* @author liufan
|
|
20442
|
+
* @date 2022年9月29日
|
|
20443
20443
|
**/
|
|
20444
20444
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
20445
20445
|
var _this18 = this;
|
|
@@ -20457,11 +20457,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20457
20457
|
}
|
|
20458
20458
|
},
|
|
20459
20459
|
|
|
20460
|
-
/**
|
|
20461
|
-
* rejectAndEnd
|
|
20462
|
-
* @desc:驳回并办结
|
|
20463
|
-
* @author liufan
|
|
20464
|
-
* @date 2022年9月29日
|
|
20460
|
+
/**
|
|
20461
|
+
* rejectAndEnd
|
|
20462
|
+
* @desc:驳回并办结
|
|
20463
|
+
* @author liufan
|
|
20464
|
+
* @date 2022年9月29日
|
|
20465
20465
|
**/
|
|
20466
20466
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
20467
20467
|
var _this19 = this;
|
|
@@ -20516,11 +20516,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20516
20516
|
});
|
|
20517
20517
|
},
|
|
20518
20518
|
|
|
20519
|
-
/**
|
|
20520
|
-
* toTransfer
|
|
20521
|
-
* @desc:转办
|
|
20522
|
-
* @author liufan
|
|
20523
|
-
* @date 2022年9月29日
|
|
20519
|
+
/**
|
|
20520
|
+
* toTransfer
|
|
20521
|
+
* @desc:转办
|
|
20522
|
+
* @author liufan
|
|
20523
|
+
* @date 2022年9月29日
|
|
20524
20524
|
**/
|
|
20525
20525
|
toTransfer: function toTransfer(res) {
|
|
20526
20526
|
var _this21 = this;
|
|
@@ -20536,11 +20536,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20536
20536
|
}
|
|
20537
20537
|
},
|
|
20538
20538
|
|
|
20539
|
-
/**
|
|
20540
|
-
* getNodeInfo
|
|
20541
|
-
* @desc:获取节点信息
|
|
20542
|
-
* @author liufan
|
|
20543
|
-
* @date 2022年5月25日
|
|
20539
|
+
/**
|
|
20540
|
+
* getNodeInfo
|
|
20541
|
+
* @desc:获取节点信息
|
|
20542
|
+
* @author liufan
|
|
20543
|
+
* @date 2022年5月25日
|
|
20544
20544
|
**/
|
|
20545
20545
|
getNodeInfo: function getNodeInfo() {
|
|
20546
20546
|
var _this22 = this;
|
|
@@ -20639,12 +20639,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20639
20639
|
});
|
|
20640
20640
|
},
|
|
20641
20641
|
|
|
20642
|
-
/**
|
|
20643
|
-
* selecNext
|
|
20644
|
-
* @desc:下步节点变化时更新数据
|
|
20645
|
-
* @author liufan
|
|
20646
|
-
* @param {String} val 当前选中值
|
|
20647
|
-
* @date 2022年5月25日
|
|
20642
|
+
/**
|
|
20643
|
+
* selecNext
|
|
20644
|
+
* @desc:下步节点变化时更新数据
|
|
20645
|
+
* @author liufan
|
|
20646
|
+
* @param {String} val 当前选中值
|
|
20647
|
+
* @date 2022年5月25日
|
|
20648
20648
|
**/
|
|
20649
20649
|
selecNext: function selecNext(val, type, isDef) {
|
|
20650
20650
|
var _this23 = this;
|
|
@@ -20753,11 +20753,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20753
20753
|
if (isDef !== true) this.getNodeInfo();
|
|
20754
20754
|
},
|
|
20755
20755
|
|
|
20756
|
-
/**
|
|
20757
|
-
* isMultiple
|
|
20758
|
-
* @desc:是否多选
|
|
20759
|
-
* @author liufan
|
|
20760
|
-
* @date 2022年9月13日
|
|
20756
|
+
/**
|
|
20757
|
+
* isMultiple
|
|
20758
|
+
* @desc:是否多选
|
|
20759
|
+
* @author liufan
|
|
20760
|
+
* @date 2022年9月13日
|
|
20761
20761
|
**/
|
|
20762
20762
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
20763
20763
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -20789,11 +20789,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20789
20789
|
}
|
|
20790
20790
|
},
|
|
20791
20791
|
|
|
20792
|
-
/**
|
|
20793
|
-
* getHedInfo
|
|
20794
|
-
* @desc:获取审核页面数据
|
|
20795
|
-
* @author liufan
|
|
20796
|
-
* @date 2022年5月25日
|
|
20792
|
+
/**
|
|
20793
|
+
* getHedInfo
|
|
20794
|
+
* @desc:获取审核页面数据
|
|
20795
|
+
* @author liufan
|
|
20796
|
+
* @date 2022年5月25日
|
|
20797
20797
|
**/
|
|
20798
20798
|
getHedInfo: function getHedInfo() {
|
|
20799
20799
|
var _this24 = this;
|
|
@@ -21029,13 +21029,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21029
21029
|
});
|
|
21030
21030
|
},
|
|
21031
21031
|
|
|
21032
|
-
/**
|
|
21033
|
-
* closeProcess
|
|
21034
|
-
* @desc:关闭弹窗
|
|
21035
|
-
* @author liufan
|
|
21036
|
-
* @param {boolean} val 当前是否办理流程
|
|
21037
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21038
|
-
* @date 2022年5月25日
|
|
21032
|
+
/**
|
|
21033
|
+
* closeProcess
|
|
21034
|
+
* @desc:关闭弹窗
|
|
21035
|
+
* @author liufan
|
|
21036
|
+
* @param {boolean} val 当前是否办理流程
|
|
21037
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21038
|
+
* @date 2022年5月25日
|
|
21039
21039
|
**/
|
|
21040
21040
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21041
21041
|
if (closeParent) {
|
|
@@ -21052,23 +21052,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21052
21052
|
}
|
|
21053
21053
|
},
|
|
21054
21054
|
|
|
21055
|
-
/**
|
|
21056
|
-
* selectChange
|
|
21057
|
-
* @desc:常用语选择
|
|
21058
|
-
* @author liufan
|
|
21059
|
-
* @param {String} val 选中值
|
|
21060
|
-
* @date 2022年5月25日
|
|
21055
|
+
/**
|
|
21056
|
+
* selectChange
|
|
21057
|
+
* @desc:常用语选择
|
|
21058
|
+
* @author liufan
|
|
21059
|
+
* @param {String} val 选中值
|
|
21060
|
+
* @date 2022年5月25日
|
|
21061
21061
|
**/
|
|
21062
21062
|
selectChange: function selectChange(val) {
|
|
21063
21063
|
this.value = val;
|
|
21064
21064
|
},
|
|
21065
21065
|
|
|
21066
|
-
/**
|
|
21067
|
-
* upDate
|
|
21068
|
-
* @desc:修改常用语
|
|
21069
|
-
* @author liufan
|
|
21070
|
-
* @param {Object} val 修改值
|
|
21071
|
-
* @date 2022年5月25日
|
|
21066
|
+
/**
|
|
21067
|
+
* upDate
|
|
21068
|
+
* @desc:修改常用语
|
|
21069
|
+
* @author liufan
|
|
21070
|
+
* @param {Object} val 修改值
|
|
21071
|
+
* @date 2022年5月25日
|
|
21072
21072
|
**/
|
|
21073
21073
|
upDate: function upDate(val) {
|
|
21074
21074
|
this.FormData.id = val.id;
|
|
@@ -21076,11 +21076,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21076
21076
|
},
|
|
21077
21077
|
|
|
21078
21078
|
|
|
21079
|
-
/**
|
|
21080
|
-
* getProcess
|
|
21081
|
-
* @desc:获取选择流程
|
|
21082
|
-
* @author liufan
|
|
21083
|
-
* @date 2022年5月25日
|
|
21079
|
+
/**
|
|
21080
|
+
* getProcess
|
|
21081
|
+
* @desc:获取选择流程
|
|
21082
|
+
* @author liufan
|
|
21083
|
+
* @date 2022年5月25日
|
|
21084
21084
|
**/
|
|
21085
21085
|
getProcess: function getProcess() {
|
|
21086
21086
|
var _this25 = this;
|
|
@@ -21134,11 +21134,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21134
21134
|
});
|
|
21135
21135
|
},
|
|
21136
21136
|
|
|
21137
|
-
/**
|
|
21138
|
-
* getPendedhistoryList
|
|
21139
|
-
* @desc:获取流程列表
|
|
21140
|
-
* @author liufan
|
|
21141
|
-
* @date 2022年5月25日
|
|
21137
|
+
/**
|
|
21138
|
+
* getPendedhistoryList
|
|
21139
|
+
* @desc:获取流程列表
|
|
21140
|
+
* @author liufan
|
|
21141
|
+
* @date 2022年5月25日
|
|
21142
21142
|
**/
|
|
21143
21143
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21144
21144
|
var _this26 = this;
|
|
@@ -21170,12 +21170,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21170
21170
|
},
|
|
21171
21171
|
|
|
21172
21172
|
// 提交流程
|
|
21173
|
-
/**
|
|
21174
|
-
* subProcess
|
|
21175
|
-
* @desc:提交流程
|
|
21176
|
-
* @author liufan
|
|
21177
|
-
* @param {String} formName 当前form表单ref值
|
|
21178
|
-
* @date 2022年5月25日
|
|
21173
|
+
/**
|
|
21174
|
+
* subProcess
|
|
21175
|
+
* @desc:提交流程
|
|
21176
|
+
* @author liufan
|
|
21177
|
+
* @param {String} formName 当前form表单ref值
|
|
21178
|
+
* @date 2022年5月25日
|
|
21179
21179
|
**/
|
|
21180
21180
|
subProcess: function subProcess(val) {
|
|
21181
21181
|
var _this27 = this;
|
|
@@ -24254,11 +24254,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24254
24254
|
});
|
|
24255
24255
|
},
|
|
24256
24256
|
|
|
24257
|
-
/**
|
|
24258
|
-
* saveInfo
|
|
24259
|
-
* @desc:暂存
|
|
24260
|
-
* @author liufan
|
|
24261
|
-
* @date 2022年9月9日
|
|
24257
|
+
/**
|
|
24258
|
+
* saveInfo
|
|
24259
|
+
* @desc:暂存
|
|
24260
|
+
* @author liufan
|
|
24261
|
+
* @date 2022年9月9日
|
|
24262
24262
|
**/
|
|
24263
24263
|
saveInfo: function saveInfo(type, btn) {
|
|
24264
24264
|
var _this9 = this;
|
|
@@ -24320,11 +24320,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24320
24320
|
});
|
|
24321
24321
|
},
|
|
24322
24322
|
|
|
24323
|
-
/**
|
|
24324
|
-
* rejectBtn
|
|
24325
|
-
* @desc:点击驳回
|
|
24326
|
-
* @author liufan
|
|
24327
|
-
* @date 2022年5月25日
|
|
24323
|
+
/**
|
|
24324
|
+
* rejectBtn
|
|
24325
|
+
* @desc:点击驳回
|
|
24326
|
+
* @author liufan
|
|
24327
|
+
* @date 2022年5月25日
|
|
24328
24328
|
**/
|
|
24329
24329
|
rejectBtn: function rejectBtn() {
|
|
24330
24330
|
var _this11 = this;
|
|
@@ -24342,11 +24342,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24342
24342
|
}
|
|
24343
24343
|
},
|
|
24344
24344
|
|
|
24345
|
-
/**
|
|
24346
|
-
* taskReadBtn
|
|
24347
|
-
* @desc:点击分阅
|
|
24348
|
-
* @author liufan
|
|
24349
|
-
* @date 2022年5月25日
|
|
24345
|
+
/**
|
|
24346
|
+
* taskReadBtn
|
|
24347
|
+
* @desc:点击分阅
|
|
24348
|
+
* @author liufan
|
|
24349
|
+
* @date 2022年5月25日
|
|
24350
24350
|
**/
|
|
24351
24351
|
taskReadBtn: function taskReadBtn() {
|
|
24352
24352
|
var _this12 = this;
|
|
@@ -24365,11 +24365,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24365
24365
|
}
|
|
24366
24366
|
},
|
|
24367
24367
|
|
|
24368
|
-
/**
|
|
24369
|
-
* getFind
|
|
24370
|
-
* @desc:获取通知方式
|
|
24371
|
-
* @author liufan
|
|
24372
|
-
* @date 2022年5月25日
|
|
24368
|
+
/**
|
|
24369
|
+
* getFind
|
|
24370
|
+
* @desc:获取通知方式
|
|
24371
|
+
* @author liufan
|
|
24372
|
+
* @date 2022年5月25日
|
|
24373
24373
|
**/
|
|
24374
24374
|
getFind: function getFind() {
|
|
24375
24375
|
var _this13 = this;
|
|
@@ -24435,12 +24435,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24435
24435
|
});
|
|
24436
24436
|
},
|
|
24437
24437
|
|
|
24438
|
-
/**
|
|
24439
|
-
* endFlows
|
|
24440
|
-
* @desc:直接办结
|
|
24441
|
-
* @author liufan
|
|
24442
|
-
* @param {Object} res 直接办结数据
|
|
24443
|
-
* @date 2022年5月25日
|
|
24438
|
+
/**
|
|
24439
|
+
* endFlows
|
|
24440
|
+
* @desc:直接办结
|
|
24441
|
+
* @author liufan
|
|
24442
|
+
* @param {Object} res 直接办结数据
|
|
24443
|
+
* @date 2022年5月25日
|
|
24444
24444
|
**/
|
|
24445
24445
|
endFlows: function endFlows(res) {
|
|
24446
24446
|
var _this15 = this;
|
|
@@ -24495,12 +24495,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24495
24495
|
}).catch(function (e) {});
|
|
24496
24496
|
},
|
|
24497
24497
|
|
|
24498
|
-
/**
|
|
24499
|
-
* goView
|
|
24500
|
-
* @desc:更多流程按钮操作
|
|
24501
|
-
* @author liufan
|
|
24502
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
24503
|
-
* @date 2022年5月25日
|
|
24498
|
+
/**
|
|
24499
|
+
* goView
|
|
24500
|
+
* @desc:更多流程按钮操作
|
|
24501
|
+
* @author liufan
|
|
24502
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
24503
|
+
* @date 2022年5月25日
|
|
24504
24504
|
**/
|
|
24505
24505
|
goView: function goView(res) {
|
|
24506
24506
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -24585,11 +24585,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24585
24585
|
// isCanStartSubFlow
|
|
24586
24586
|
},
|
|
24587
24587
|
|
|
24588
|
-
/**
|
|
24589
|
-
* toTakeAdvice
|
|
24590
|
-
* @desc:征求意见
|
|
24591
|
-
* @author liufan
|
|
24592
|
-
* @date 2022年9月29日
|
|
24588
|
+
/**
|
|
24589
|
+
* toTakeAdvice
|
|
24590
|
+
* @desc:征求意见
|
|
24591
|
+
* @author liufan
|
|
24592
|
+
* @date 2022年9月29日
|
|
24593
24593
|
**/
|
|
24594
24594
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
24595
24595
|
var _this17 = this;
|
|
@@ -24633,11 +24633,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24633
24633
|
});
|
|
24634
24634
|
},
|
|
24635
24635
|
|
|
24636
|
-
/**
|
|
24637
|
-
* toStartDraf
|
|
24638
|
-
* @desc: 稿件递送、联合审核、复核
|
|
24639
|
-
* @author liufan
|
|
24640
|
-
* @date 2022年9月29日
|
|
24636
|
+
/**
|
|
24637
|
+
* toStartDraf
|
|
24638
|
+
* @desc: 稿件递送、联合审核、复核
|
|
24639
|
+
* @author liufan
|
|
24640
|
+
* @date 2022年9月29日
|
|
24641
24641
|
**/
|
|
24642
24642
|
toStartDraf: function toStartDraf(res) {
|
|
24643
24643
|
var _this19 = this;
|
|
@@ -24651,11 +24651,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24651
24651
|
}
|
|
24652
24652
|
},
|
|
24653
24653
|
|
|
24654
|
-
/**
|
|
24655
|
-
* toSendMsg
|
|
24656
|
-
* @desc:核稿通知
|
|
24657
|
-
* @author liufan
|
|
24658
|
-
* @date 2022年9月29日
|
|
24654
|
+
/**
|
|
24655
|
+
* toSendMsg
|
|
24656
|
+
* @desc:核稿通知
|
|
24657
|
+
* @author liufan
|
|
24658
|
+
* @date 2022年9月29日
|
|
24659
24659
|
**/
|
|
24660
24660
|
toSendMsg: function toSendMsg(res) {
|
|
24661
24661
|
var _this20 = this;
|
|
@@ -24669,11 +24669,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24669
24669
|
}
|
|
24670
24670
|
},
|
|
24671
24671
|
|
|
24672
|
-
/**
|
|
24673
|
-
* toTaskReadAndEnd
|
|
24674
|
-
* @desc:分阅并办结
|
|
24675
|
-
* @author liufan
|
|
24676
|
-
* @date 2022年9月29日
|
|
24672
|
+
/**
|
|
24673
|
+
* toTaskReadAndEnd
|
|
24674
|
+
* @desc:分阅并办结
|
|
24675
|
+
* @author liufan
|
|
24676
|
+
* @date 2022年9月29日
|
|
24677
24677
|
**/
|
|
24678
24678
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
24679
24679
|
var _this21 = this;
|
|
@@ -24691,11 +24691,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24691
24691
|
}
|
|
24692
24692
|
},
|
|
24693
24693
|
|
|
24694
|
-
/**
|
|
24695
|
-
* rejectAndEnd
|
|
24696
|
-
* @desc:驳回并办结
|
|
24697
|
-
* @author liufan
|
|
24698
|
-
* @date 2022年9月29日
|
|
24694
|
+
/**
|
|
24695
|
+
* rejectAndEnd
|
|
24696
|
+
* @desc:驳回并办结
|
|
24697
|
+
* @author liufan
|
|
24698
|
+
* @date 2022年9月29日
|
|
24699
24699
|
**/
|
|
24700
24700
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
24701
24701
|
var _this22 = this;
|
|
@@ -24751,11 +24751,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24751
24751
|
});
|
|
24752
24752
|
},
|
|
24753
24753
|
|
|
24754
|
-
/**
|
|
24755
|
-
* toTransfer
|
|
24756
|
-
* @desc:转办
|
|
24757
|
-
* @author liufan
|
|
24758
|
-
* @date 2022年9月29日
|
|
24754
|
+
/**
|
|
24755
|
+
* toTransfer
|
|
24756
|
+
* @desc:转办
|
|
24757
|
+
* @author liufan
|
|
24758
|
+
* @date 2022年9月29日
|
|
24759
24759
|
**/
|
|
24760
24760
|
toTransfer: function toTransfer(res) {
|
|
24761
24761
|
var _this24 = this;
|
|
@@ -24771,11 +24771,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24771
24771
|
}
|
|
24772
24772
|
},
|
|
24773
24773
|
|
|
24774
|
-
/**
|
|
24775
|
-
* getNodeInfo
|
|
24776
|
-
* @desc:获取节点信息
|
|
24777
|
-
* @author liufan
|
|
24778
|
-
* @date 2022年5月25日
|
|
24774
|
+
/**
|
|
24775
|
+
* getNodeInfo
|
|
24776
|
+
* @desc:获取节点信息
|
|
24777
|
+
* @author liufan
|
|
24778
|
+
* @date 2022年5月25日
|
|
24779
24779
|
**/
|
|
24780
24780
|
getNodeInfo: function getNodeInfo() {
|
|
24781
24781
|
var _this25 = this;
|
|
@@ -24879,12 +24879,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24879
24879
|
});
|
|
24880
24880
|
},
|
|
24881
24881
|
|
|
24882
|
-
/**
|
|
24883
|
-
* selecNext
|
|
24884
|
-
* @desc:下步节点变化时更新数据
|
|
24885
|
-
* @author liufan
|
|
24886
|
-
* @param {String} val 当前选中值
|
|
24887
|
-
* @date 2022年5月25日
|
|
24882
|
+
/**
|
|
24883
|
+
* selecNext
|
|
24884
|
+
* @desc:下步节点变化时更新数据
|
|
24885
|
+
* @author liufan
|
|
24886
|
+
* @param {String} val 当前选中值
|
|
24887
|
+
* @date 2022年5月25日
|
|
24888
24888
|
**/
|
|
24889
24889
|
selecNext: function selecNext(val, type, isDef) {
|
|
24890
24890
|
var _this26 = this;
|
|
@@ -25016,11 +25016,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25016
25016
|
this.getNodeInfo();
|
|
25017
25017
|
},
|
|
25018
25018
|
|
|
25019
|
-
/**
|
|
25020
|
-
* isMultiple
|
|
25021
|
-
* @desc:是否多选
|
|
25022
|
-
* @author liufan
|
|
25023
|
-
* @date 2022年9月13日
|
|
25019
|
+
/**
|
|
25020
|
+
* isMultiple
|
|
25021
|
+
* @desc:是否多选
|
|
25022
|
+
* @author liufan
|
|
25023
|
+
* @date 2022年9月13日
|
|
25024
25024
|
**/
|
|
25025
25025
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
25026
25026
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -25052,11 +25052,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25052
25052
|
}
|
|
25053
25053
|
},
|
|
25054
25054
|
|
|
25055
|
-
/**
|
|
25056
|
-
* getHedInfo
|
|
25057
|
-
* @desc:获取审核页面数据
|
|
25058
|
-
* @author liufan
|
|
25059
|
-
* @date 2022年5月25日
|
|
25055
|
+
/**
|
|
25056
|
+
* getHedInfo
|
|
25057
|
+
* @desc:获取审核页面数据
|
|
25058
|
+
* @author liufan
|
|
25059
|
+
* @date 2022年5月25日
|
|
25060
25060
|
**/
|
|
25061
25061
|
getHedInfo: function getHedInfo() {
|
|
25062
25062
|
var _this27 = this;
|
|
@@ -25343,13 +25343,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25343
25343
|
});
|
|
25344
25344
|
},
|
|
25345
25345
|
|
|
25346
|
-
/**
|
|
25347
|
-
* closeProcess
|
|
25348
|
-
* @desc:关闭弹窗
|
|
25349
|
-
* @author liufan
|
|
25350
|
-
* @param {boolean} val 当前是否办理流程
|
|
25351
|
-
* @param {String} type 当前点击的弹窗类型
|
|
25352
|
-
* @date 2022年5月25日
|
|
25346
|
+
/**
|
|
25347
|
+
* closeProcess
|
|
25348
|
+
* @desc:关闭弹窗
|
|
25349
|
+
* @author liufan
|
|
25350
|
+
* @param {boolean} val 当前是否办理流程
|
|
25351
|
+
* @param {String} type 当前点击的弹窗类型
|
|
25352
|
+
* @date 2022年5月25日
|
|
25353
25353
|
**/
|
|
25354
25354
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
25355
25355
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -25369,23 +25369,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25369
25369
|
}
|
|
25370
25370
|
},
|
|
25371
25371
|
|
|
25372
|
-
/**
|
|
25373
|
-
* selectChange
|
|
25374
|
-
* @desc:常用语选择
|
|
25375
|
-
* @author liufan
|
|
25376
|
-
* @param {String} val 选中值
|
|
25377
|
-
* @date 2022年5月25日
|
|
25372
|
+
/**
|
|
25373
|
+
* selectChange
|
|
25374
|
+
* @desc:常用语选择
|
|
25375
|
+
* @author liufan
|
|
25376
|
+
* @param {String} val 选中值
|
|
25377
|
+
* @date 2022年5月25日
|
|
25378
25378
|
**/
|
|
25379
25379
|
selectChange: function selectChange(val) {
|
|
25380
25380
|
this.value = val;
|
|
25381
25381
|
},
|
|
25382
25382
|
|
|
25383
|
-
/**
|
|
25384
|
-
* upDate
|
|
25385
|
-
* @desc:修改常用语
|
|
25386
|
-
* @author liufan
|
|
25387
|
-
* @param {Object} val 修改值
|
|
25388
|
-
* @date 2022年5月25日
|
|
25383
|
+
/**
|
|
25384
|
+
* upDate
|
|
25385
|
+
* @desc:修改常用语
|
|
25386
|
+
* @author liufan
|
|
25387
|
+
* @param {Object} val 修改值
|
|
25388
|
+
* @date 2022年5月25日
|
|
25389
25389
|
**/
|
|
25390
25390
|
upDate: function upDate(val) {
|
|
25391
25391
|
this.FormData.id = val.id;
|
|
@@ -25393,11 +25393,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25393
25393
|
},
|
|
25394
25394
|
|
|
25395
25395
|
|
|
25396
|
-
/**
|
|
25397
|
-
* getProcess
|
|
25398
|
-
* @desc:获取选择流程
|
|
25399
|
-
* @author liufan
|
|
25400
|
-
* @date 2022年5月25日
|
|
25396
|
+
/**
|
|
25397
|
+
* getProcess
|
|
25398
|
+
* @desc:获取选择流程
|
|
25399
|
+
* @author liufan
|
|
25400
|
+
* @date 2022年5月25日
|
|
25401
25401
|
**/
|
|
25402
25402
|
getProcess: function getProcess(val) {
|
|
25403
25403
|
var _this28 = this;
|
|
@@ -25453,11 +25453,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25453
25453
|
});
|
|
25454
25454
|
},
|
|
25455
25455
|
|
|
25456
|
-
/**
|
|
25457
|
-
* getPendedhistoryList
|
|
25458
|
-
* @desc:获取流程列表
|
|
25459
|
-
* @author liufan
|
|
25460
|
-
* @date 2022年5月25日
|
|
25456
|
+
/**
|
|
25457
|
+
* getPendedhistoryList
|
|
25458
|
+
* @desc:获取流程列表
|
|
25459
|
+
* @author liufan
|
|
25460
|
+
* @date 2022年5月25日
|
|
25461
25461
|
**/
|
|
25462
25462
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
25463
25463
|
var _this29 = this;
|
|
@@ -25525,12 +25525,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25525
25525
|
},
|
|
25526
25526
|
|
|
25527
25527
|
// 提交流程
|
|
25528
|
-
/**
|
|
25529
|
-
* subProcess
|
|
25530
|
-
* @desc:提交流程
|
|
25531
|
-
* @author liufan
|
|
25532
|
-
* @param {String} formName 当前form表单ref值
|
|
25533
|
-
* @date 2022年5月25日
|
|
25528
|
+
/**
|
|
25529
|
+
* subProcess
|
|
25530
|
+
* @desc:提交流程
|
|
25531
|
+
* @author liufan
|
|
25532
|
+
* @param {String} formName 当前form表单ref值
|
|
25533
|
+
* @date 2022年5月25日
|
|
25534
25534
|
**/
|
|
25535
25535
|
subProcess: function subProcess(val, type) {
|
|
25536
25536
|
var _this31 = this;
|