eoss-ui 0.6.94 → 0.6.96
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/button-group.js +1 -1
- package/lib/button.js +1 -1
- package/lib/calogin.js +234 -234
- package/lib/checkbox-group.js +1 -1
- package/lib/config/api.js +1 -1
- package/lib/data-table-form.js +1 -1
- package/lib/data-table.js +1 -1
- package/lib/date-picker.js +1 -1
- package/lib/dialog.js +1 -1
- package/lib/eoss-ui.common.js +1121 -967
- package/lib/flow-group.js +1 -1
- package/lib/flow-list.js +82 -82
- package/lib/flow.js +370 -335
- package/lib/form.js +34 -7
- package/lib/handle-user.js +4 -5
- package/lib/handler.js +1 -1
- package/lib/icon.js +1 -1
- package/lib/index.js +1 -1
- package/lib/input-number.js +1 -1
- package/lib/input.js +2 -2
- package/lib/login.js +6 -11
- package/lib/main.js +361 -262
- package/lib/nav.js +1 -1
- package/lib/notify.js +1 -1
- package/lib/page.js +1 -1
- package/lib/pagination.js +1 -1
- package/lib/player.js +1 -1
- package/lib/qr-code.js +14 -14
- package/lib/radio-group.js +1 -1
- package/lib/retrial-auth.js +1 -1
- package/lib/select-ganged.js +1 -1
- package/lib/select.js +1 -2
- package/lib/selector-panel.js +1 -1
- package/lib/selector.js +1 -1
- package/lib/sizer.js +1 -1
- package/lib/steps.js +1 -1
- package/lib/switch.js +1 -1
- package/lib/table-form.js +2 -2
- package/lib/tabs.js +1 -1
- 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 +1 -1
- package/lib/tree-group.js +1 -1
- package/lib/tree.js +1 -1
- package/lib/upload.js +1 -1
- package/lib/utils/rules.js +1 -1
- package/lib/wujie.js +1 -1
- package/lib/wxlogin.js +1 -1
- 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 +988 -988
- package/packages/data-table/src/main.vue +1831 -1831
- 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 +403 -403
- 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 +242 -242
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +641 -641
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2844 -2844
- package/packages/flow/src/main.vue +3726 -3726
- package/packages/flow/src/processForm.vue +1287 -1287
- package/packages/flow/src/processReject.vue +308 -299
- package/packages/flow/src/reset.vue +941 -941
- package/packages/flow/src/startTaskRead.vue +690 -681
- 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 +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 +3846 -3814
- package/packages/form/src/table.vue +1508 -1508
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +137 -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 +1993 -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 +502 -503
- package/packages/main/src/main.vue +0 -2
- 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 +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 +2125 -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 +258 -260
- package/packages/main/src/simplicity/userinfo.vue +356 -308
- 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 +781 -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 +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/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 +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 +92 -92
- package/packages/theme-chalk/src/simplicity.scss +1361 -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 +1343 -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 +308 -308
- 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
|
@@ -3717,7 +3717,7 @@ var watermark = function watermark(option) {
|
|
|
3717
3717
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "R", function() { return getNodeInfoForStart; });
|
|
3718
3718
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "E", function() { return freeStartFlow; });
|
|
3719
3719
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "db", function() { return getUrgencyLevelChangedNotificationType; });
|
|
3720
|
-
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/
|
|
3720
|
+
var flowPendingPrefix = window.flowPendingPrefix || localStorage.getItem('flowPendingPrefix') || '/oa';
|
|
3721
3721
|
// 登录
|
|
3722
3722
|
var doCaLogin = '/sso2/signIn/auth/doCaLogin'; // ca登录认证
|
|
3723
3723
|
var doUserLogin = '/sso2/signIn/auth/doUserLogin'; // 一般的账号密码认证含验证码验证
|
|
@@ -8231,21 +8231,21 @@ var _components;
|
|
|
8231
8231
|
return validSate;
|
|
8232
8232
|
},
|
|
8233
8233
|
|
|
8234
|
-
/**
|
|
8235
|
-
* changeOpinion
|
|
8236
|
-
* @desc:监听意见变化
|
|
8237
|
-
* @author liufan
|
|
8238
|
-
* @date 2022年10月28日
|
|
8234
|
+
/**
|
|
8235
|
+
* changeOpinion
|
|
8236
|
+
* @desc:监听意见变化
|
|
8237
|
+
* @author liufan
|
|
8238
|
+
* @date 2022年10月28日
|
|
8239
8239
|
**/
|
|
8240
8240
|
changeOpinion: function changeOpinion() {
|
|
8241
8241
|
this.$emit('change', this.form.value);
|
|
8242
8242
|
},
|
|
8243
8243
|
|
|
8244
|
-
/**
|
|
8245
|
-
* getCommonOpion
|
|
8246
|
-
* @desc:获取意见
|
|
8247
|
-
* @author liufan
|
|
8248
|
-
* @date 2022年5月25日
|
|
8244
|
+
/**
|
|
8245
|
+
* getCommonOpion
|
|
8246
|
+
* @desc:获取意见
|
|
8247
|
+
* @author liufan
|
|
8248
|
+
* @date 2022年5月25日
|
|
8249
8249
|
**/
|
|
8250
8250
|
getCommonOpion: function getCommonOpion() {
|
|
8251
8251
|
var _this = this;
|
|
@@ -8274,24 +8274,24 @@ var _components;
|
|
|
8274
8274
|
});
|
|
8275
8275
|
},
|
|
8276
8276
|
|
|
8277
|
-
/**
|
|
8278
|
-
* upDate
|
|
8279
|
-
* @desc:修改常用语
|
|
8280
|
-
* @author liufan
|
|
8281
|
-
* @param {Object} val 修改值
|
|
8282
|
-
* @date 2022年5月25日
|
|
8277
|
+
/**
|
|
8278
|
+
* upDate
|
|
8279
|
+
* @desc:修改常用语
|
|
8280
|
+
* @author liufan
|
|
8281
|
+
* @param {Object} val 修改值
|
|
8282
|
+
* @date 2022年5月25日
|
|
8283
8283
|
**/
|
|
8284
8284
|
upDate: function upDate(val) {
|
|
8285
8285
|
this.FormData.id = val.id;
|
|
8286
8286
|
this.addVisible = true;
|
|
8287
8287
|
},
|
|
8288
8288
|
|
|
8289
|
-
/**
|
|
8290
|
-
* selectChange
|
|
8291
|
-
* @desc:常用语选择
|
|
8292
|
-
* @author liufan
|
|
8293
|
-
* @param {String} val 选中值
|
|
8294
|
-
* @date 2022年5月25日
|
|
8289
|
+
/**
|
|
8290
|
+
* selectChange
|
|
8291
|
+
* @desc:常用语选择
|
|
8292
|
+
* @author liufan
|
|
8293
|
+
* @param {String} val 选中值
|
|
8294
|
+
* @date 2022年5月25日
|
|
8295
8295
|
**/
|
|
8296
8296
|
selectChange: function selectChange(val) {
|
|
8297
8297
|
var _this2 = this;
|
|
@@ -8310,12 +8310,12 @@ var _components;
|
|
|
8310
8310
|
});
|
|
8311
8311
|
},
|
|
8312
8312
|
|
|
8313
|
-
/**
|
|
8314
|
-
* del
|
|
8315
|
-
* @desc:删除常用语
|
|
8316
|
-
* @author liufan
|
|
8317
|
-
* @param {Object} val 删除的数据
|
|
8318
|
-
* @date 2022年5月25日
|
|
8313
|
+
/**
|
|
8314
|
+
* del
|
|
8315
|
+
* @desc:删除常用语
|
|
8316
|
+
* @author liufan
|
|
8317
|
+
* @param {Object} val 删除的数据
|
|
8318
|
+
* @date 2022年5月25日
|
|
8319
8319
|
**/
|
|
8320
8320
|
del: function del(val) {
|
|
8321
8321
|
var _this3 = this;
|
|
@@ -8357,12 +8357,12 @@ var _components;
|
|
|
8357
8357
|
}).catch(function (e) {});
|
|
8358
8358
|
},
|
|
8359
8359
|
|
|
8360
|
-
/**
|
|
8361
|
-
* submit
|
|
8362
|
-
* @desc:新增/编辑意见保存
|
|
8363
|
-
* @author liufan
|
|
8364
|
-
* @param {Object} val 保存数据
|
|
8365
|
-
* @date 2022年5月25日
|
|
8360
|
+
/**
|
|
8361
|
+
* submit
|
|
8362
|
+
* @desc:新增/编辑意见保存
|
|
8363
|
+
* @author liufan
|
|
8364
|
+
* @param {Object} val 保存数据
|
|
8365
|
+
* @date 2022年5月25日
|
|
8366
8366
|
**/
|
|
8367
8367
|
submit: function submit(val) {
|
|
8368
8368
|
var _this4 = this;
|
|
@@ -11748,11 +11748,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11748
11748
|
});
|
|
11749
11749
|
},
|
|
11750
11750
|
|
|
11751
|
-
/**
|
|
11752
|
-
* isMultiple
|
|
11753
|
-
* @desc:是否多选
|
|
11754
|
-
* @author liufan
|
|
11755
|
-
* @date 2022年9月13日
|
|
11751
|
+
/**
|
|
11752
|
+
* isMultiple
|
|
11753
|
+
* @desc:是否多选
|
|
11754
|
+
* @author liufan
|
|
11755
|
+
* @date 2022年9月13日
|
|
11756
11756
|
**/
|
|
11757
11757
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
11758
11758
|
var multiple = false;
|
|
@@ -12812,8 +12812,8 @@ var TimeLimit_component = Object(componentNormalizer["a" /* default */])(
|
|
|
12812
12812
|
)
|
|
12813
12813
|
|
|
12814
12814
|
/* harmony default export */ var TimeLimit = (TimeLimit_component.exports);
|
|
12815
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
12816
|
-
var
|
|
12815
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=template&id=a73fd96a&
|
|
12816
|
+
var processRejectvue_type_template_id_a73fd96a_render = function () {
|
|
12817
12817
|
var _vm = this
|
|
12818
12818
|
var _h = _vm.$createElement
|
|
12819
12819
|
var _c = _vm._self._c || _h
|
|
@@ -12891,32 +12891,34 @@ var processRejectvue_type_template_id_4cc2d6c6_render = function () {
|
|
|
12891
12891
|
},
|
|
12892
12892
|
},
|
|
12893
12893
|
[
|
|
12894
|
-
|
|
12895
|
-
|
|
12896
|
-
|
|
12897
|
-
|
|
12898
|
-
|
|
12899
|
-
|
|
12900
|
-
|
|
12894
|
+
_vm.rejectObj.length != 0
|
|
12895
|
+
? _c(
|
|
12896
|
+
"el-radio-group",
|
|
12897
|
+
{
|
|
12898
|
+
model: {
|
|
12899
|
+
value: _vm.nextNode.nextNodeId,
|
|
12900
|
+
callback: function ($$v) {
|
|
12901
|
+
_vm.$set(_vm.nextNode, "nextNodeId", $$v)
|
|
12902
|
+
},
|
|
12903
|
+
expression: "nextNode.nextNodeId",
|
|
12904
|
+
},
|
|
12901
12905
|
},
|
|
12902
|
-
|
|
12903
|
-
|
|
12904
|
-
|
|
12905
|
-
|
|
12906
|
-
|
|
12907
|
-
|
|
12908
|
-
|
|
12909
|
-
|
|
12910
|
-
|
|
12911
|
-
|
|
12912
|
-
|
|
12913
|
-
|
|
12914
|
-
|
|
12915
|
-
|
|
12906
|
+
_vm._l(_vm.rejectObj, function (item) {
|
|
12907
|
+
return _c(
|
|
12908
|
+
"el-radio",
|
|
12909
|
+
{ key: item.id, attrs: { label: item.id } },
|
|
12910
|
+
[
|
|
12911
|
+
_vm._v(
|
|
12912
|
+
"\n " +
|
|
12913
|
+
_vm._s(item.name) +
|
|
12914
|
+
"\n "
|
|
12915
|
+
),
|
|
12916
|
+
]
|
|
12917
|
+
)
|
|
12918
|
+
}),
|
|
12919
|
+
1
|
|
12916
12920
|
)
|
|
12917
|
-
|
|
12918
|
-
1
|
|
12919
|
-
),
|
|
12921
|
+
: _c("span", [_vm._v("暂无可驳回节点及对象")]),
|
|
12920
12922
|
],
|
|
12921
12923
|
1
|
|
12922
12924
|
),
|
|
@@ -12927,8 +12929,11 @@ var processRejectvue_type_template_id_4cc2d6c6_render = function () {
|
|
|
12927
12929
|
{
|
|
12928
12930
|
name: "show",
|
|
12929
12931
|
rawName: "v-show",
|
|
12930
|
-
value:
|
|
12931
|
-
|
|
12932
|
+
value:
|
|
12933
|
+
_vm.nextNode.noticeList.length != 0 &&
|
|
12934
|
+
_vm.rejectObj.length != 0,
|
|
12935
|
+
expression:
|
|
12936
|
+
"nextNode.noticeList.length != 0 && rejectObj.length != 0",
|
|
12932
12937
|
},
|
|
12933
12938
|
],
|
|
12934
12939
|
attrs: { prop: "noticeType", label: "通知方式" },
|
|
@@ -12961,9 +12966,9 @@ var processRejectvue_type_template_id_4cc2d6c6_render = function () {
|
|
|
12961
12966
|
},
|
|
12962
12967
|
[
|
|
12963
12968
|
_vm._v(
|
|
12964
|
-
"\n
|
|
12969
|
+
"\n " +
|
|
12965
12970
|
_vm._s(item.shortName) +
|
|
12966
|
-
"\n
|
|
12971
|
+
"\n "
|
|
12967
12972
|
),
|
|
12968
12973
|
]
|
|
12969
12974
|
)
|
|
@@ -13016,14 +13021,20 @@ var processRejectvue_type_template_id_4cc2d6c6_render = function () {
|
|
|
13016
13021
|
_c(
|
|
13017
13022
|
"el-button",
|
|
13018
13023
|
{
|
|
13019
|
-
attrs: { type: "primary" },
|
|
13024
|
+
attrs: { type: _vm.rejectObj.length == 0 ? "" : "primary" },
|
|
13020
13025
|
on: {
|
|
13021
13026
|
click: function ($event) {
|
|
13022
|
-
_vm.subProcess("nextNode")
|
|
13027
|
+
_vm.subProcess("nextNode", _vm.rejectObj.length == 0)
|
|
13023
13028
|
},
|
|
13024
13029
|
},
|
|
13025
13030
|
},
|
|
13026
|
-
[
|
|
13031
|
+
[
|
|
13032
|
+
_vm._v(
|
|
13033
|
+
"\n " +
|
|
13034
|
+
_vm._s(_vm.rejectObj.length == 0 ? "取消" : "提交") +
|
|
13035
|
+
"\n "
|
|
13036
|
+
),
|
|
13037
|
+
]
|
|
13027
13038
|
),
|
|
13028
13039
|
],
|
|
13029
13040
|
1
|
|
@@ -13036,11 +13047,11 @@ var processRejectvue_type_template_id_4cc2d6c6_render = function () {
|
|
|
13036
13047
|
1
|
|
13037
13048
|
)
|
|
13038
13049
|
}
|
|
13039
|
-
var
|
|
13040
|
-
|
|
13050
|
+
var processRejectvue_type_template_id_a73fd96a_staticRenderFns = []
|
|
13051
|
+
processRejectvue_type_template_id_a73fd96a_render._withStripped = true
|
|
13041
13052
|
|
|
13042
13053
|
|
|
13043
|
-
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=
|
|
13054
|
+
// CONCATENATED MODULE: ./packages/flow/src/processReject.vue?vue&type=template&id=a73fd96a&
|
|
13044
13055
|
|
|
13045
13056
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processReject.vue?vue&type=script&lang=js&
|
|
13046
13057
|
//
|
|
@@ -13130,6 +13141,12 @@ processRejectvue_type_template_id_4cc2d6c6_render._withStripped = true
|
|
|
13130
13141
|
//
|
|
13131
13142
|
//
|
|
13132
13143
|
//
|
|
13144
|
+
//
|
|
13145
|
+
//
|
|
13146
|
+
//
|
|
13147
|
+
//
|
|
13148
|
+
//
|
|
13149
|
+
//
|
|
13133
13150
|
|
|
13134
13151
|
|
|
13135
13152
|
|
|
@@ -13207,7 +13224,11 @@ processRejectvue_type_template_id_4cc2d6c6_render._withStripped = true
|
|
|
13207
13224
|
},
|
|
13208
13225
|
|
|
13209
13226
|
// 提交表单
|
|
13210
|
-
subProcess: function subProcess(formName) {
|
|
13227
|
+
subProcess: function subProcess(formName, isNoObj) {
|
|
13228
|
+
if (isNoObj) {
|
|
13229
|
+
this.quit(false);
|
|
13230
|
+
return;
|
|
13231
|
+
}
|
|
13211
13232
|
this.saveProcess(formName);
|
|
13212
13233
|
},
|
|
13213
13234
|
saveProcess: function saveProcess(formName) {
|
|
@@ -13295,8 +13316,6 @@ processRejectvue_type_template_id_4cc2d6c6_render._withStripped = true
|
|
|
13295
13316
|
opinion: this.option
|
|
13296
13317
|
};
|
|
13297
13318
|
util["a" /* default */].ajax({ url: api["gc" /* toTaskRejectHtml */], params: params }).then(function (res) {
|
|
13298
|
-
|
|
13299
|
-
console.log(res, 'resssss');
|
|
13300
13319
|
_this4.loading = false;
|
|
13301
13320
|
if (res.status === 'success') {
|
|
13302
13321
|
var _res$data = res.data,
|
|
@@ -13351,8 +13370,8 @@ processRejectvue_type_template_id_4cc2d6c6_render._withStripped = true
|
|
|
13351
13370
|
|
|
13352
13371
|
var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
13353
13372
|
src_processRejectvue_type_script_lang_js_,
|
|
13354
|
-
|
|
13355
|
-
|
|
13373
|
+
processRejectvue_type_template_id_a73fd96a_render,
|
|
13374
|
+
processRejectvue_type_template_id_a73fd96a_staticRenderFns,
|
|
13356
13375
|
false,
|
|
13357
13376
|
null,
|
|
13358
13377
|
null,
|
|
@@ -13361,8 +13380,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
13361
13380
|
)
|
|
13362
13381
|
|
|
13363
13382
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
13364
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
13365
|
-
var
|
|
13383
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=8c622104&
|
|
13384
|
+
var startTaskReadvue_type_template_id_8c622104_render = function () {
|
|
13366
13385
|
var _vm = this
|
|
13367
13386
|
var _h = _vm.$createElement
|
|
13368
13387
|
var _c = _vm._self._c || _h
|
|
@@ -13461,6 +13480,7 @@ var startTaskReadvue_type_template_id_709ac034_render = function () {
|
|
|
13461
13480
|
multiple: _vm.type != "transfer" ? _vm.multiple : false,
|
|
13462
13481
|
mix: _vm.type != "transfer",
|
|
13463
13482
|
selectUserList: _vm.selectUserList,
|
|
13483
|
+
disableds: _vm.readDisableds,
|
|
13464
13484
|
types: _vm.selectorTabs
|
|
13465
13485
|
? _vm.selectorTabs
|
|
13466
13486
|
: _vm.type == "transfer"
|
|
@@ -13484,7 +13504,9 @@ var startTaskReadvue_type_template_id_709ac034_render = function () {
|
|
|
13484
13504
|
1
|
|
13485
13505
|
),
|
|
13486
13506
|
_vm.configInfo.isCdjxjTaskHandle != "true" &&
|
|
13487
|
-
_vm.type != "transfer"
|
|
13507
|
+
_vm.type != "transfer" &&
|
|
13508
|
+
_vm.configInfo.groups &&
|
|
13509
|
+
_vm.configInfo.groups.length != 0
|
|
13488
13510
|
? _c(
|
|
13489
13511
|
"el-form-item",
|
|
13490
13512
|
{ attrs: { prop: "cy", label: "常用群组" } },
|
|
@@ -13646,7 +13668,11 @@ var startTaskReadvue_type_template_id_709ac034_render = function () {
|
|
|
13646
13668
|
},
|
|
13647
13669
|
[
|
|
13648
13670
|
_c("el-input", {
|
|
13649
|
-
attrs: {
|
|
13671
|
+
attrs: {
|
|
13672
|
+
type: "textarea",
|
|
13673
|
+
rows: 3,
|
|
13674
|
+
placeholder: "请填写办理说明",
|
|
13675
|
+
},
|
|
13650
13676
|
model: {
|
|
13651
13677
|
value: _vm.nextNode.handleExplain,
|
|
13652
13678
|
callback: function ($$v) {
|
|
@@ -13776,11 +13802,11 @@ var startTaskReadvue_type_template_id_709ac034_render = function () {
|
|
|
13776
13802
|
1
|
|
13777
13803
|
)
|
|
13778
13804
|
}
|
|
13779
|
-
var
|
|
13780
|
-
|
|
13805
|
+
var startTaskReadvue_type_template_id_8c622104_staticRenderFns = []
|
|
13806
|
+
startTaskReadvue_type_template_id_8c622104_render._withStripped = true
|
|
13781
13807
|
|
|
13782
13808
|
|
|
13783
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
13809
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=8c622104&
|
|
13784
13810
|
|
|
13785
13811
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
|
|
13786
13812
|
var startTaskReadvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -13953,6 +13979,10 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
13953
13979
|
//
|
|
13954
13980
|
//
|
|
13955
13981
|
//
|
|
13982
|
+
//
|
|
13983
|
+
//
|
|
13984
|
+
//
|
|
13985
|
+
//
|
|
13956
13986
|
|
|
13957
13987
|
|
|
13958
13988
|
|
|
@@ -14002,6 +14032,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14002
14032
|
orgId: '',
|
|
14003
14033
|
noticeList: [],
|
|
14004
14034
|
userOptions: [],
|
|
14035
|
+
readDisableds: [],
|
|
14005
14036
|
selectCheck: [],
|
|
14006
14037
|
selectUserList: [],
|
|
14007
14038
|
transferInfo: {},
|
|
@@ -14234,6 +14265,9 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14234
14265
|
|
|
14235
14266
|
if (status === 'success') {
|
|
14236
14267
|
_this4.configInfo = data;
|
|
14268
|
+
if (data.alreadyReadUserIds) {
|
|
14269
|
+
_this4.readDisableds = data.alreadyReadUserIds.split(',');
|
|
14270
|
+
}
|
|
14237
14271
|
_this4.isMultiple();
|
|
14238
14272
|
}
|
|
14239
14273
|
}).catch(function (err) {
|
|
@@ -14265,9 +14299,9 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14265
14299
|
util["a" /* default */].ajax({
|
|
14266
14300
|
url: api["z" /* findCodeValues */],
|
|
14267
14301
|
params: {
|
|
14268
|
-
ccCode: '
|
|
14269
|
-
userId: util["a" /* default */].getStorage('userId')
|
|
14270
|
-
pendingId:
|
|
14302
|
+
ccCode: 'fenyue_msg_type',
|
|
14303
|
+
userId: util["a" /* default */].getStorage('userId')
|
|
14304
|
+
// pendingId:this.pendingId
|
|
14271
14305
|
}
|
|
14272
14306
|
}).then(function (res) {
|
|
14273
14307
|
var status = res.status,
|
|
@@ -14411,6 +14445,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14411
14445
|
if (_this8.subParams) {
|
|
14412
14446
|
params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.subParams);
|
|
14413
14447
|
}
|
|
14448
|
+
delete _this8.configInfo.taskExamine.taskExamineParam;
|
|
14414
14449
|
util["a" /* default */].ajax({
|
|
14415
14450
|
url: api["Pb" /* taskReadHtml */],
|
|
14416
14451
|
params: { taskAction: _this8.type },
|
|
@@ -14418,7 +14453,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14418
14453
|
Accept: 'application/json,text/plain'
|
|
14419
14454
|
},
|
|
14420
14455
|
method: 'post',
|
|
14421
|
-
data: params
|
|
14456
|
+
data: startTaskReadvue_type_script_lang_js_extends({}, params, _this8.configInfo.taskExamine)
|
|
14422
14457
|
}).then(function (res) {
|
|
14423
14458
|
var message = res.message,
|
|
14424
14459
|
status = res.status;
|
|
@@ -14494,8 +14529,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
14494
14529
|
|
|
14495
14530
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
14496
14531
|
src_startTaskReadvue_type_script_lang_js_,
|
|
14497
|
-
|
|
14498
|
-
|
|
14532
|
+
startTaskReadvue_type_template_id_8c622104_render,
|
|
14533
|
+
startTaskReadvue_type_template_id_8c622104_staticRenderFns,
|
|
14499
14534
|
false,
|
|
14500
14535
|
null,
|
|
14501
14536
|
null,
|
|
@@ -15758,11 +15793,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
15758
15793
|
});
|
|
15759
15794
|
},
|
|
15760
15795
|
|
|
15761
|
-
/**
|
|
15762
|
-
* isMultiple
|
|
15763
|
-
* @desc:是否多选
|
|
15764
|
-
* @author liufan
|
|
15765
|
-
* @date 2022年9月13日
|
|
15796
|
+
/**
|
|
15797
|
+
* isMultiple
|
|
15798
|
+
* @desc:是否多选
|
|
15799
|
+
* @author liufan
|
|
15800
|
+
* @date 2022年9月13日
|
|
15766
15801
|
**/
|
|
15767
15802
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
15768
15803
|
var multiple = false;
|
|
@@ -20163,11 +20198,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20163
20198
|
});
|
|
20164
20199
|
},
|
|
20165
20200
|
|
|
20166
|
-
/**
|
|
20167
|
-
* saveInfo
|
|
20168
|
-
* @desc:暂存
|
|
20169
|
-
* @author liufan
|
|
20170
|
-
* @date 2022年9月9日
|
|
20201
|
+
/**
|
|
20202
|
+
* saveInfo
|
|
20203
|
+
* @desc:暂存
|
|
20204
|
+
* @author liufan
|
|
20205
|
+
* @date 2022年9月9日
|
|
20171
20206
|
**/
|
|
20172
20207
|
saveInfo: function saveInfo(type, btn) {
|
|
20173
20208
|
var _this6 = this;
|
|
@@ -20229,11 +20264,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20229
20264
|
});
|
|
20230
20265
|
},
|
|
20231
20266
|
|
|
20232
|
-
/**
|
|
20233
|
-
* rejectBtn
|
|
20234
|
-
* @desc:点击驳回
|
|
20235
|
-
* @author liufan
|
|
20236
|
-
* @date 2022年5月25日
|
|
20267
|
+
/**
|
|
20268
|
+
* rejectBtn
|
|
20269
|
+
* @desc:点击驳回
|
|
20270
|
+
* @author liufan
|
|
20271
|
+
* @date 2022年5月25日
|
|
20237
20272
|
**/
|
|
20238
20273
|
rejectBtn: function rejectBtn() {
|
|
20239
20274
|
var _this8 = this;
|
|
@@ -20251,11 +20286,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20251
20286
|
}
|
|
20252
20287
|
},
|
|
20253
20288
|
|
|
20254
|
-
/**
|
|
20255
|
-
* taskReadBtn
|
|
20256
|
-
* @desc:点击分阅
|
|
20257
|
-
* @author liufan
|
|
20258
|
-
* @date 2022年5月25日
|
|
20289
|
+
/**
|
|
20290
|
+
* taskReadBtn
|
|
20291
|
+
* @desc:点击分阅
|
|
20292
|
+
* @author liufan
|
|
20293
|
+
* @date 2022年5月25日
|
|
20259
20294
|
**/
|
|
20260
20295
|
taskReadBtn: function taskReadBtn() {
|
|
20261
20296
|
var _this9 = this;
|
|
@@ -20274,11 +20309,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20274
20309
|
}
|
|
20275
20310
|
},
|
|
20276
20311
|
|
|
20277
|
-
/**
|
|
20278
|
-
* getFind
|
|
20279
|
-
* @desc:获取通知方式
|
|
20280
|
-
* @author liufan
|
|
20281
|
-
* @date 2022年5月25日
|
|
20312
|
+
/**
|
|
20313
|
+
* getFind
|
|
20314
|
+
* @desc:获取通知方式
|
|
20315
|
+
* @author liufan
|
|
20316
|
+
* @date 2022年5月25日
|
|
20282
20317
|
**/
|
|
20283
20318
|
getFind: function getFind() {
|
|
20284
20319
|
var _this10 = this;
|
|
@@ -20333,12 +20368,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20333
20368
|
});
|
|
20334
20369
|
},
|
|
20335
20370
|
|
|
20336
|
-
/**
|
|
20337
|
-
* endFlows
|
|
20338
|
-
* @desc:直接办结
|
|
20339
|
-
* @author liufan
|
|
20340
|
-
* @param {Object} res 直接办结数据
|
|
20341
|
-
* @date 2022年5月25日
|
|
20371
|
+
/**
|
|
20372
|
+
* endFlows
|
|
20373
|
+
* @desc:直接办结
|
|
20374
|
+
* @author liufan
|
|
20375
|
+
* @param {Object} res 直接办结数据
|
|
20376
|
+
* @date 2022年5月25日
|
|
20342
20377
|
**/
|
|
20343
20378
|
endFlows: function endFlows(res) {
|
|
20344
20379
|
var _this12 = this;
|
|
@@ -20392,12 +20427,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20392
20427
|
}).catch(function (e) {});
|
|
20393
20428
|
},
|
|
20394
20429
|
|
|
20395
|
-
/**
|
|
20396
|
-
* goView
|
|
20397
|
-
* @desc:更多流程按钮操作
|
|
20398
|
-
* @author liufan
|
|
20399
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20400
|
-
* @date 2022年5月25日
|
|
20430
|
+
/**
|
|
20431
|
+
* goView
|
|
20432
|
+
* @desc:更多流程按钮操作
|
|
20433
|
+
* @author liufan
|
|
20434
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20435
|
+
* @date 2022年5月25日
|
|
20401
20436
|
**/
|
|
20402
20437
|
goView: function goView(res) {
|
|
20403
20438
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20482,11 +20517,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20482
20517
|
// isCanStartSubFlow
|
|
20483
20518
|
},
|
|
20484
20519
|
|
|
20485
|
-
/**
|
|
20486
|
-
* toTakeAdvice
|
|
20487
|
-
* @desc:征求意见
|
|
20488
|
-
* @author liufan
|
|
20489
|
-
* @date 2022年9月29日
|
|
20520
|
+
/**
|
|
20521
|
+
* toTakeAdvice
|
|
20522
|
+
* @desc:征求意见
|
|
20523
|
+
* @author liufan
|
|
20524
|
+
* @date 2022年9月29日
|
|
20490
20525
|
**/
|
|
20491
20526
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20492
20527
|
var _this14 = this;
|
|
@@ -20530,11 +20565,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20530
20565
|
});
|
|
20531
20566
|
},
|
|
20532
20567
|
|
|
20533
|
-
/**
|
|
20534
|
-
* toStartDraf
|
|
20535
|
-
* @desc: 稿件递送、联合审核、复核
|
|
20536
|
-
* @author liufan
|
|
20537
|
-
* @date 2022年9月29日
|
|
20568
|
+
/**
|
|
20569
|
+
* toStartDraf
|
|
20570
|
+
* @desc: 稿件递送、联合审核、复核
|
|
20571
|
+
* @author liufan
|
|
20572
|
+
* @date 2022年9月29日
|
|
20538
20573
|
**/
|
|
20539
20574
|
toStartDraf: function toStartDraf(res) {
|
|
20540
20575
|
var _this16 = this;
|
|
@@ -20548,11 +20583,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20548
20583
|
}
|
|
20549
20584
|
},
|
|
20550
20585
|
|
|
20551
|
-
/**
|
|
20552
|
-
* toSendMsg
|
|
20553
|
-
* @desc:核稿通知
|
|
20554
|
-
* @author liufan
|
|
20555
|
-
* @date 2022年9月29日
|
|
20586
|
+
/**
|
|
20587
|
+
* toSendMsg
|
|
20588
|
+
* @desc:核稿通知
|
|
20589
|
+
* @author liufan
|
|
20590
|
+
* @date 2022年9月29日
|
|
20556
20591
|
**/
|
|
20557
20592
|
toSendMsg: function toSendMsg(res) {
|
|
20558
20593
|
var _this17 = this;
|
|
@@ -20566,11 +20601,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20566
20601
|
}
|
|
20567
20602
|
},
|
|
20568
20603
|
|
|
20569
|
-
/**
|
|
20570
|
-
* toTaskReadAndEnd
|
|
20571
|
-
* @desc:分阅并办结
|
|
20572
|
-
* @author liufan
|
|
20573
|
-
* @date 2022年9月29日
|
|
20604
|
+
/**
|
|
20605
|
+
* toTaskReadAndEnd
|
|
20606
|
+
* @desc:分阅并办结
|
|
20607
|
+
* @author liufan
|
|
20608
|
+
* @date 2022年9月29日
|
|
20574
20609
|
**/
|
|
20575
20610
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
20576
20611
|
var _this18 = this;
|
|
@@ -20588,11 +20623,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20588
20623
|
}
|
|
20589
20624
|
},
|
|
20590
20625
|
|
|
20591
|
-
/**
|
|
20592
|
-
* rejectAndEnd
|
|
20593
|
-
* @desc:驳回并办结
|
|
20594
|
-
* @author liufan
|
|
20595
|
-
* @date 2022年9月29日
|
|
20626
|
+
/**
|
|
20627
|
+
* rejectAndEnd
|
|
20628
|
+
* @desc:驳回并办结
|
|
20629
|
+
* @author liufan
|
|
20630
|
+
* @date 2022年9月29日
|
|
20596
20631
|
**/
|
|
20597
20632
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
20598
20633
|
var _this19 = this;
|
|
@@ -20647,11 +20682,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20647
20682
|
});
|
|
20648
20683
|
},
|
|
20649
20684
|
|
|
20650
|
-
/**
|
|
20651
|
-
* toTransfer
|
|
20652
|
-
* @desc:转办
|
|
20653
|
-
* @author liufan
|
|
20654
|
-
* @date 2022年9月29日
|
|
20685
|
+
/**
|
|
20686
|
+
* toTransfer
|
|
20687
|
+
* @desc:转办
|
|
20688
|
+
* @author liufan
|
|
20689
|
+
* @date 2022年9月29日
|
|
20655
20690
|
**/
|
|
20656
20691
|
toTransfer: function toTransfer(res) {
|
|
20657
20692
|
var _this21 = this;
|
|
@@ -20667,11 +20702,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20667
20702
|
}
|
|
20668
20703
|
},
|
|
20669
20704
|
|
|
20670
|
-
/**
|
|
20671
|
-
* getNodeInfo
|
|
20672
|
-
* @desc:获取节点信息
|
|
20673
|
-
* @author liufan
|
|
20674
|
-
* @date 2022年5月25日
|
|
20705
|
+
/**
|
|
20706
|
+
* getNodeInfo
|
|
20707
|
+
* @desc:获取节点信息
|
|
20708
|
+
* @author liufan
|
|
20709
|
+
* @date 2022年5月25日
|
|
20675
20710
|
**/
|
|
20676
20711
|
getNodeInfo: function getNodeInfo() {
|
|
20677
20712
|
var _this22 = this;
|
|
@@ -20770,12 +20805,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20770
20805
|
});
|
|
20771
20806
|
},
|
|
20772
20807
|
|
|
20773
|
-
/**
|
|
20774
|
-
* selecNext
|
|
20775
|
-
* @desc:下步节点变化时更新数据
|
|
20776
|
-
* @author liufan
|
|
20777
|
-
* @param {String} val 当前选中值
|
|
20778
|
-
* @date 2022年5月25日
|
|
20808
|
+
/**
|
|
20809
|
+
* selecNext
|
|
20810
|
+
* @desc:下步节点变化时更新数据
|
|
20811
|
+
* @author liufan
|
|
20812
|
+
* @param {String} val 当前选中值
|
|
20813
|
+
* @date 2022年5月25日
|
|
20779
20814
|
**/
|
|
20780
20815
|
selecNext: function selecNext(val, type, isDef) {
|
|
20781
20816
|
var _this23 = this;
|
|
@@ -20884,11 +20919,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20884
20919
|
if (isDef !== true) this.getNodeInfo();
|
|
20885
20920
|
},
|
|
20886
20921
|
|
|
20887
|
-
/**
|
|
20888
|
-
* isMultiple
|
|
20889
|
-
* @desc:是否多选
|
|
20890
|
-
* @author liufan
|
|
20891
|
-
* @date 2022年9月13日
|
|
20922
|
+
/**
|
|
20923
|
+
* isMultiple
|
|
20924
|
+
* @desc:是否多选
|
|
20925
|
+
* @author liufan
|
|
20926
|
+
* @date 2022年9月13日
|
|
20892
20927
|
**/
|
|
20893
20928
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
20894
20929
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -20920,11 +20955,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20920
20955
|
}
|
|
20921
20956
|
},
|
|
20922
20957
|
|
|
20923
|
-
/**
|
|
20924
|
-
* getHedInfo
|
|
20925
|
-
* @desc:获取审核页面数据
|
|
20926
|
-
* @author liufan
|
|
20927
|
-
* @date 2022年5月25日
|
|
20958
|
+
/**
|
|
20959
|
+
* getHedInfo
|
|
20960
|
+
* @desc:获取审核页面数据
|
|
20961
|
+
* @author liufan
|
|
20962
|
+
* @date 2022年5月25日
|
|
20928
20963
|
**/
|
|
20929
20964
|
getHedInfo: function getHedInfo() {
|
|
20930
20965
|
var _this24 = this;
|
|
@@ -21160,13 +21195,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21160
21195
|
});
|
|
21161
21196
|
},
|
|
21162
21197
|
|
|
21163
|
-
/**
|
|
21164
|
-
* closeProcess
|
|
21165
|
-
* @desc:关闭弹窗
|
|
21166
|
-
* @author liufan
|
|
21167
|
-
* @param {boolean} val 当前是否办理流程
|
|
21168
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21169
|
-
* @date 2022年5月25日
|
|
21198
|
+
/**
|
|
21199
|
+
* closeProcess
|
|
21200
|
+
* @desc:关闭弹窗
|
|
21201
|
+
* @author liufan
|
|
21202
|
+
* @param {boolean} val 当前是否办理流程
|
|
21203
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21204
|
+
* @date 2022年5月25日
|
|
21170
21205
|
**/
|
|
21171
21206
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21172
21207
|
if (closeParent) {
|
|
@@ -21183,23 +21218,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21183
21218
|
}
|
|
21184
21219
|
},
|
|
21185
21220
|
|
|
21186
|
-
/**
|
|
21187
|
-
* selectChange
|
|
21188
|
-
* @desc:常用语选择
|
|
21189
|
-
* @author liufan
|
|
21190
|
-
* @param {String} val 选中值
|
|
21191
|
-
* @date 2022年5月25日
|
|
21221
|
+
/**
|
|
21222
|
+
* selectChange
|
|
21223
|
+
* @desc:常用语选择
|
|
21224
|
+
* @author liufan
|
|
21225
|
+
* @param {String} val 选中值
|
|
21226
|
+
* @date 2022年5月25日
|
|
21192
21227
|
**/
|
|
21193
21228
|
selectChange: function selectChange(val) {
|
|
21194
21229
|
this.value = val;
|
|
21195
21230
|
},
|
|
21196
21231
|
|
|
21197
|
-
/**
|
|
21198
|
-
* upDate
|
|
21199
|
-
* @desc:修改常用语
|
|
21200
|
-
* @author liufan
|
|
21201
|
-
* @param {Object} val 修改值
|
|
21202
|
-
* @date 2022年5月25日
|
|
21232
|
+
/**
|
|
21233
|
+
* upDate
|
|
21234
|
+
* @desc:修改常用语
|
|
21235
|
+
* @author liufan
|
|
21236
|
+
* @param {Object} val 修改值
|
|
21237
|
+
* @date 2022年5月25日
|
|
21203
21238
|
**/
|
|
21204
21239
|
upDate: function upDate(val) {
|
|
21205
21240
|
this.FormData.id = val.id;
|
|
@@ -21207,11 +21242,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21207
21242
|
},
|
|
21208
21243
|
|
|
21209
21244
|
|
|
21210
|
-
/**
|
|
21211
|
-
* getProcess
|
|
21212
|
-
* @desc:获取选择流程
|
|
21213
|
-
* @author liufan
|
|
21214
|
-
* @date 2022年5月25日
|
|
21245
|
+
/**
|
|
21246
|
+
* getProcess
|
|
21247
|
+
* @desc:获取选择流程
|
|
21248
|
+
* @author liufan
|
|
21249
|
+
* @date 2022年5月25日
|
|
21215
21250
|
**/
|
|
21216
21251
|
getProcess: function getProcess() {
|
|
21217
21252
|
var _this25 = this;
|
|
@@ -21265,11 +21300,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21265
21300
|
});
|
|
21266
21301
|
},
|
|
21267
21302
|
|
|
21268
|
-
/**
|
|
21269
|
-
* getPendedhistoryList
|
|
21270
|
-
* @desc:获取流程列表
|
|
21271
|
-
* @author liufan
|
|
21272
|
-
* @date 2022年5月25日
|
|
21303
|
+
/**
|
|
21304
|
+
* getPendedhistoryList
|
|
21305
|
+
* @desc:获取流程列表
|
|
21306
|
+
* @author liufan
|
|
21307
|
+
* @date 2022年5月25日
|
|
21273
21308
|
**/
|
|
21274
21309
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21275
21310
|
var _this26 = this;
|
|
@@ -21301,12 +21336,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21301
21336
|
},
|
|
21302
21337
|
|
|
21303
21338
|
// 提交流程
|
|
21304
|
-
/**
|
|
21305
|
-
* subProcess
|
|
21306
|
-
* @desc:提交流程
|
|
21307
|
-
* @author liufan
|
|
21308
|
-
* @param {String} formName 当前form表单ref值
|
|
21309
|
-
* @date 2022年5月25日
|
|
21339
|
+
/**
|
|
21340
|
+
* subProcess
|
|
21341
|
+
* @desc:提交流程
|
|
21342
|
+
* @author liufan
|
|
21343
|
+
* @param {String} formName 当前form表单ref值
|
|
21344
|
+
* @date 2022年5月25日
|
|
21310
21345
|
**/
|
|
21311
21346
|
subProcess: function subProcess(val) {
|
|
21312
21347
|
var _this27 = this;
|
|
@@ -24466,11 +24501,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24466
24501
|
});
|
|
24467
24502
|
},
|
|
24468
24503
|
|
|
24469
|
-
/**
|
|
24470
|
-
* saveInfo
|
|
24471
|
-
* @desc:暂存
|
|
24472
|
-
* @author liufan
|
|
24473
|
-
* @date 2022年9月9日
|
|
24504
|
+
/**
|
|
24505
|
+
* saveInfo
|
|
24506
|
+
* @desc:暂存
|
|
24507
|
+
* @author liufan
|
|
24508
|
+
* @date 2022年9月9日
|
|
24474
24509
|
**/
|
|
24475
24510
|
saveInfo: function saveInfo(type, btn) {
|
|
24476
24511
|
var _this10 = this;
|
|
@@ -24532,11 +24567,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24532
24567
|
});
|
|
24533
24568
|
},
|
|
24534
24569
|
|
|
24535
|
-
/**
|
|
24536
|
-
* rejectBtn
|
|
24537
|
-
* @desc:点击驳回
|
|
24538
|
-
* @author liufan
|
|
24539
|
-
* @date 2022年5月25日
|
|
24570
|
+
/**
|
|
24571
|
+
* rejectBtn
|
|
24572
|
+
* @desc:点击驳回
|
|
24573
|
+
* @author liufan
|
|
24574
|
+
* @date 2022年5月25日
|
|
24540
24575
|
**/
|
|
24541
24576
|
rejectBtn: function rejectBtn() {
|
|
24542
24577
|
var _this12 = this;
|
|
@@ -24554,11 +24589,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24554
24589
|
}
|
|
24555
24590
|
},
|
|
24556
24591
|
|
|
24557
|
-
/**
|
|
24558
|
-
* taskReadBtn
|
|
24559
|
-
* @desc:点击分阅
|
|
24560
|
-
* @author liufan
|
|
24561
|
-
* @date 2022年5月25日
|
|
24592
|
+
/**
|
|
24593
|
+
* taskReadBtn
|
|
24594
|
+
* @desc:点击分阅
|
|
24595
|
+
* @author liufan
|
|
24596
|
+
* @date 2022年5月25日
|
|
24562
24597
|
**/
|
|
24563
24598
|
taskReadBtn: function taskReadBtn() {
|
|
24564
24599
|
var _this13 = this;
|
|
@@ -24577,11 +24612,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24577
24612
|
}
|
|
24578
24613
|
},
|
|
24579
24614
|
|
|
24580
|
-
/**
|
|
24581
|
-
* getFind
|
|
24582
|
-
* @desc:获取通知方式
|
|
24583
|
-
* @author liufan
|
|
24584
|
-
* @date 2022年5月25日
|
|
24615
|
+
/**
|
|
24616
|
+
* getFind
|
|
24617
|
+
* @desc:获取通知方式
|
|
24618
|
+
* @author liufan
|
|
24619
|
+
* @date 2022年5月25日
|
|
24585
24620
|
**/
|
|
24586
24621
|
getFind: function getFind() {
|
|
24587
24622
|
var _this14 = this;
|
|
@@ -24647,12 +24682,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24647
24682
|
});
|
|
24648
24683
|
},
|
|
24649
24684
|
|
|
24650
|
-
/**
|
|
24651
|
-
* endFlows
|
|
24652
|
-
* @desc:直接办结
|
|
24653
|
-
* @author liufan
|
|
24654
|
-
* @param {Object} res 直接办结数据
|
|
24655
|
-
* @date 2022年5月25日
|
|
24685
|
+
/**
|
|
24686
|
+
* endFlows
|
|
24687
|
+
* @desc:直接办结
|
|
24688
|
+
* @author liufan
|
|
24689
|
+
* @param {Object} res 直接办结数据
|
|
24690
|
+
* @date 2022年5月25日
|
|
24656
24691
|
**/
|
|
24657
24692
|
endFlows: function endFlows(res) {
|
|
24658
24693
|
var _this16 = this;
|
|
@@ -24707,12 +24742,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24707
24742
|
}).catch(function (e) {});
|
|
24708
24743
|
},
|
|
24709
24744
|
|
|
24710
|
-
/**
|
|
24711
|
-
* goView
|
|
24712
|
-
* @desc:更多流程按钮操作
|
|
24713
|
-
* @author liufan
|
|
24714
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
24715
|
-
* @date 2022年5月25日
|
|
24745
|
+
/**
|
|
24746
|
+
* goView
|
|
24747
|
+
* @desc:更多流程按钮操作
|
|
24748
|
+
* @author liufan
|
|
24749
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
24750
|
+
* @date 2022年5月25日
|
|
24716
24751
|
**/
|
|
24717
24752
|
goView: function goView(res) {
|
|
24718
24753
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -24797,11 +24832,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24797
24832
|
// isCanStartSubFlow
|
|
24798
24833
|
},
|
|
24799
24834
|
|
|
24800
|
-
/**
|
|
24801
|
-
* toTakeAdvice
|
|
24802
|
-
* @desc:征求意见
|
|
24803
|
-
* @author liufan
|
|
24804
|
-
* @date 2022年9月29日
|
|
24835
|
+
/**
|
|
24836
|
+
* toTakeAdvice
|
|
24837
|
+
* @desc:征求意见
|
|
24838
|
+
* @author liufan
|
|
24839
|
+
* @date 2022年9月29日
|
|
24805
24840
|
**/
|
|
24806
24841
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
24807
24842
|
var _this18 = this;
|
|
@@ -24845,11 +24880,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24845
24880
|
});
|
|
24846
24881
|
},
|
|
24847
24882
|
|
|
24848
|
-
/**
|
|
24849
|
-
* toStartDraf
|
|
24850
|
-
* @desc: 稿件递送、联合审核、复核
|
|
24851
|
-
* @author liufan
|
|
24852
|
-
* @date 2022年9月29日
|
|
24883
|
+
/**
|
|
24884
|
+
* toStartDraf
|
|
24885
|
+
* @desc: 稿件递送、联合审核、复核
|
|
24886
|
+
* @author liufan
|
|
24887
|
+
* @date 2022年9月29日
|
|
24853
24888
|
**/
|
|
24854
24889
|
toStartDraf: function toStartDraf(res) {
|
|
24855
24890
|
var _this20 = this;
|
|
@@ -24863,11 +24898,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24863
24898
|
}
|
|
24864
24899
|
},
|
|
24865
24900
|
|
|
24866
|
-
/**
|
|
24867
|
-
* toSendMsg
|
|
24868
|
-
* @desc:核稿通知
|
|
24869
|
-
* @author liufan
|
|
24870
|
-
* @date 2022年9月29日
|
|
24901
|
+
/**
|
|
24902
|
+
* toSendMsg
|
|
24903
|
+
* @desc:核稿通知
|
|
24904
|
+
* @author liufan
|
|
24905
|
+
* @date 2022年9月29日
|
|
24871
24906
|
**/
|
|
24872
24907
|
toSendMsg: function toSendMsg(res) {
|
|
24873
24908
|
var _this21 = this;
|
|
@@ -24881,11 +24916,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24881
24916
|
}
|
|
24882
24917
|
},
|
|
24883
24918
|
|
|
24884
|
-
/**
|
|
24885
|
-
* toTaskReadAndEnd
|
|
24886
|
-
* @desc:分阅并办结
|
|
24887
|
-
* @author liufan
|
|
24888
|
-
* @date 2022年9月29日
|
|
24919
|
+
/**
|
|
24920
|
+
* toTaskReadAndEnd
|
|
24921
|
+
* @desc:分阅并办结
|
|
24922
|
+
* @author liufan
|
|
24923
|
+
* @date 2022年9月29日
|
|
24889
24924
|
**/
|
|
24890
24925
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
24891
24926
|
var _this22 = this;
|
|
@@ -24903,11 +24938,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24903
24938
|
}
|
|
24904
24939
|
},
|
|
24905
24940
|
|
|
24906
|
-
/**
|
|
24907
|
-
* rejectAndEnd
|
|
24908
|
-
* @desc:驳回并办结
|
|
24909
|
-
* @author liufan
|
|
24910
|
-
* @date 2022年9月29日
|
|
24941
|
+
/**
|
|
24942
|
+
* rejectAndEnd
|
|
24943
|
+
* @desc:驳回并办结
|
|
24944
|
+
* @author liufan
|
|
24945
|
+
* @date 2022年9月29日
|
|
24911
24946
|
**/
|
|
24912
24947
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
24913
24948
|
var _this23 = this;
|
|
@@ -24963,11 +24998,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24963
24998
|
});
|
|
24964
24999
|
},
|
|
24965
25000
|
|
|
24966
|
-
/**
|
|
24967
|
-
* toTransfer
|
|
24968
|
-
* @desc:转办
|
|
24969
|
-
* @author liufan
|
|
24970
|
-
* @date 2022年9月29日
|
|
25001
|
+
/**
|
|
25002
|
+
* toTransfer
|
|
25003
|
+
* @desc:转办
|
|
25004
|
+
* @author liufan
|
|
25005
|
+
* @date 2022年9月29日
|
|
24971
25006
|
**/
|
|
24972
25007
|
toTransfer: function toTransfer(res) {
|
|
24973
25008
|
var _this25 = this;
|
|
@@ -24983,11 +25018,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
24983
25018
|
}
|
|
24984
25019
|
},
|
|
24985
25020
|
|
|
24986
|
-
/**
|
|
24987
|
-
* getNodeInfo
|
|
24988
|
-
* @desc:获取节点信息
|
|
24989
|
-
* @author liufan
|
|
24990
|
-
* @date 2022年5月25日
|
|
25021
|
+
/**
|
|
25022
|
+
* getNodeInfo
|
|
25023
|
+
* @desc:获取节点信息
|
|
25024
|
+
* @author liufan
|
|
25025
|
+
* @date 2022年5月25日
|
|
24991
25026
|
**/
|
|
24992
25027
|
getNodeInfo: function getNodeInfo() {
|
|
24993
25028
|
var _this26 = this;
|
|
@@ -25091,12 +25126,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25091
25126
|
});
|
|
25092
25127
|
},
|
|
25093
25128
|
|
|
25094
|
-
/**
|
|
25095
|
-
* selecNext
|
|
25096
|
-
* @desc:下步节点变化时更新数据
|
|
25097
|
-
* @author liufan
|
|
25098
|
-
* @param {String} val 当前选中值
|
|
25099
|
-
* @date 2022年5月25日
|
|
25129
|
+
/**
|
|
25130
|
+
* selecNext
|
|
25131
|
+
* @desc:下步节点变化时更新数据
|
|
25132
|
+
* @author liufan
|
|
25133
|
+
* @param {String} val 当前选中值
|
|
25134
|
+
* @date 2022年5月25日
|
|
25100
25135
|
**/
|
|
25101
25136
|
selecNext: function selecNext(val, type, isDef) {
|
|
25102
25137
|
var _this27 = this;
|
|
@@ -25228,11 +25263,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25228
25263
|
this.getNodeInfo();
|
|
25229
25264
|
},
|
|
25230
25265
|
|
|
25231
|
-
/**
|
|
25232
|
-
* isMultiple
|
|
25233
|
-
* @desc:是否多选
|
|
25234
|
-
* @author liufan
|
|
25235
|
-
* @date 2022年9月13日
|
|
25266
|
+
/**
|
|
25267
|
+
* isMultiple
|
|
25268
|
+
* @desc:是否多选
|
|
25269
|
+
* @author liufan
|
|
25270
|
+
* @date 2022年9月13日
|
|
25236
25271
|
**/
|
|
25237
25272
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
25238
25273
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -25264,11 +25299,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25264
25299
|
}
|
|
25265
25300
|
},
|
|
25266
25301
|
|
|
25267
|
-
/**
|
|
25268
|
-
* getHedInfo
|
|
25269
|
-
* @desc:获取审核页面数据
|
|
25270
|
-
* @author liufan
|
|
25271
|
-
* @date 2022年5月25日
|
|
25302
|
+
/**
|
|
25303
|
+
* getHedInfo
|
|
25304
|
+
* @desc:获取审核页面数据
|
|
25305
|
+
* @author liufan
|
|
25306
|
+
* @date 2022年5月25日
|
|
25272
25307
|
**/
|
|
25273
25308
|
getHedInfo: function getHedInfo() {
|
|
25274
25309
|
var _this28 = this;
|
|
@@ -25555,13 +25590,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25555
25590
|
});
|
|
25556
25591
|
},
|
|
25557
25592
|
|
|
25558
|
-
/**
|
|
25559
|
-
* closeProcess
|
|
25560
|
-
* @desc:关闭弹窗
|
|
25561
|
-
* @author liufan
|
|
25562
|
-
* @param {boolean} val 当前是否办理流程
|
|
25563
|
-
* @param {String} type 当前点击的弹窗类型
|
|
25564
|
-
* @date 2022年5月25日
|
|
25593
|
+
/**
|
|
25594
|
+
* closeProcess
|
|
25595
|
+
* @desc:关闭弹窗
|
|
25596
|
+
* @author liufan
|
|
25597
|
+
* @param {boolean} val 当前是否办理流程
|
|
25598
|
+
* @param {String} type 当前点击的弹窗类型
|
|
25599
|
+
* @date 2022年5月25日
|
|
25565
25600
|
**/
|
|
25566
25601
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
25567
25602
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -25581,23 +25616,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25581
25616
|
}
|
|
25582
25617
|
},
|
|
25583
25618
|
|
|
25584
|
-
/**
|
|
25585
|
-
* selectChange
|
|
25586
|
-
* @desc:常用语选择
|
|
25587
|
-
* @author liufan
|
|
25588
|
-
* @param {String} val 选中值
|
|
25589
|
-
* @date 2022年5月25日
|
|
25619
|
+
/**
|
|
25620
|
+
* selectChange
|
|
25621
|
+
* @desc:常用语选择
|
|
25622
|
+
* @author liufan
|
|
25623
|
+
* @param {String} val 选中值
|
|
25624
|
+
* @date 2022年5月25日
|
|
25590
25625
|
**/
|
|
25591
25626
|
selectChange: function selectChange(val) {
|
|
25592
25627
|
this.value = val;
|
|
25593
25628
|
},
|
|
25594
25629
|
|
|
25595
|
-
/**
|
|
25596
|
-
* upDate
|
|
25597
|
-
* @desc:修改常用语
|
|
25598
|
-
* @author liufan
|
|
25599
|
-
* @param {Object} val 修改值
|
|
25600
|
-
* @date 2022年5月25日
|
|
25630
|
+
/**
|
|
25631
|
+
* upDate
|
|
25632
|
+
* @desc:修改常用语
|
|
25633
|
+
* @author liufan
|
|
25634
|
+
* @param {Object} val 修改值
|
|
25635
|
+
* @date 2022年5月25日
|
|
25601
25636
|
**/
|
|
25602
25637
|
upDate: function upDate(val) {
|
|
25603
25638
|
this.FormData.id = val.id;
|
|
@@ -25605,11 +25640,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25605
25640
|
},
|
|
25606
25641
|
|
|
25607
25642
|
|
|
25608
|
-
/**
|
|
25609
|
-
* getProcess
|
|
25610
|
-
* @desc:获取选择流程
|
|
25611
|
-
* @author liufan
|
|
25612
|
-
* @date 2022年5月25日
|
|
25643
|
+
/**
|
|
25644
|
+
* getProcess
|
|
25645
|
+
* @desc:获取选择流程
|
|
25646
|
+
* @author liufan
|
|
25647
|
+
* @date 2022年5月25日
|
|
25613
25648
|
**/
|
|
25614
25649
|
getProcess: function getProcess(val) {
|
|
25615
25650
|
var _this29 = this;
|
|
@@ -25668,11 +25703,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25668
25703
|
});
|
|
25669
25704
|
},
|
|
25670
25705
|
|
|
25671
|
-
/**
|
|
25672
|
-
* getPendedhistoryList
|
|
25673
|
-
* @desc:获取流程列表
|
|
25674
|
-
* @author liufan
|
|
25675
|
-
* @date 2022年5月25日
|
|
25706
|
+
/**
|
|
25707
|
+
* getPendedhistoryList
|
|
25708
|
+
* @desc:获取流程列表
|
|
25709
|
+
* @author liufan
|
|
25710
|
+
* @date 2022年5月25日
|
|
25676
25711
|
**/
|
|
25677
25712
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
25678
25713
|
var _this30 = this;
|
|
@@ -25740,12 +25775,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25740
25775
|
},
|
|
25741
25776
|
|
|
25742
25777
|
// 提交流程
|
|
25743
|
-
/**
|
|
25744
|
-
* subProcess
|
|
25745
|
-
* @desc:提交流程
|
|
25746
|
-
* @author liufan
|
|
25747
|
-
* @param {String} formName 当前form表单ref值
|
|
25748
|
-
* @date 2022年5月25日
|
|
25778
|
+
/**
|
|
25779
|
+
* subProcess
|
|
25780
|
+
* @desc:提交流程
|
|
25781
|
+
* @author liufan
|
|
25782
|
+
* @param {String} formName 当前form表单ref值
|
|
25783
|
+
* @date 2022年5月25日
|
|
25749
25784
|
**/
|
|
25750
25785
|
subProcess: function subProcess(val, type) {
|
|
25751
25786
|
var _this32 = this;
|