eoss-ui 0.7.23 → 0.7.24
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 +43 -3
- package/lib/button.js +43 -3
- package/lib/calogin.js +276 -236
- package/lib/checkbox-group.js +43 -3
- package/lib/data-table-form.js +43 -3
- package/lib/data-table.js +43 -3
- package/lib/date-picker.js +43 -3
- package/lib/dialog.js +43 -3
- package/lib/eoss-ui.common.js +831 -763
- package/lib/flow-group.js +65 -5
- package/lib/flow-list.js +124 -84
- package/lib/flow.js +323 -283
- package/lib/form.js +43 -3
- package/lib/handle-user.js +43 -3
- package/lib/handler.js +43 -3
- package/lib/icon.js +43 -3
- package/lib/index.js +1 -1
- package/lib/input-number.js +43 -3
- package/lib/input.js +43 -3
- package/lib/login.js +59 -11
- package/lib/main.js +175 -135
- package/lib/nav.js +43 -3
- package/lib/page.js +43 -3
- package/lib/pagination.js +43 -3
- package/lib/player.js +43 -3
- package/lib/qr-code.js +56 -16
- package/lib/radio-group.js +43 -3
- package/lib/retrial-auth.js +43 -3
- package/lib/select-ganged.js +43 -3
- package/lib/select.js +43 -3
- package/lib/selector-panel.js +43 -3
- package/lib/selector.js +43 -3
- package/lib/sizer.js +43 -3
- package/lib/steps.js +43 -3
- package/lib/switch.js +43 -3
- package/lib/table-form.js +43 -3
- package/lib/tabs.js +43 -3
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/tips.js +43 -3
- package/lib/tree-group.js +43 -3
- package/lib/tree.js +43 -3
- package/lib/upload.js +43 -3
- package/lib/utils/util.js +43 -3
- package/lib/wujie.js +43 -3
- package/lib/wxlogin.js +43 -3
- package/package.json +160 -160
- package/packages/.DS_Store +0 -0
- package/packages/button/index.js +5 -5
- package/packages/button/src/main.vue +418 -418
- package/packages/button-group/index.js +5 -5
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calendar/index.js +5 -5
- package/packages/calogin/.DS_Store +0 -0
- package/packages/calogin/index.js +5 -5
- package/packages/calogin/src/main.vue +412 -412
- package/packages/calogin/src/plugin.js +915 -915
- package/packages/card/index.js +5 -5
- package/packages/card/src/main.vue +156 -156
- package/packages/cascader/index.js +5 -5
- package/packages/cascader/src/main.vue +168 -168
- package/packages/checkbox-group/index.js +5 -5
- package/packages/checkbox-group/src/main.vue +333 -333
- package/packages/clients/index.js +5 -5
- package/packages/clients/src/main.vue +151 -151
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +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 +413 -413
- package/packages/flow/src/component/CommonOpinions.vue +373 -373
- package/packages/flow/src/component/CustomPreset.vue +322 -322
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +240 -240
- package/packages/flow/src/component/Preset.vue +255 -255
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +738 -738
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2847 -2847
- package/packages/flow/src/main.vue +3843 -3843
- package/packages/flow/src/processForm.vue +1370 -1370
- package/packages/flow/src/processReject.vue +308 -308
- package/packages/flow/src/reset.vue +941 -941
- package/packages/flow/src/startTaskRead.vue +691 -691
- package/packages/flow/src/supervise.vue +159 -159
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +717 -696
- 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 +3901 -3901
- package/packages/form/src/table.vue +1512 -1512
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +496 -496
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +104 -104
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/.DS_Store +0 -0
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +2020 -2011
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/.DS_Store +0 -0
- package/packages/main/index.js +5 -5
- package/packages/main/src/.DS_Store +0 -0
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +502 -502
- 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 +263 -263
- package/packages/main/src/simplicity/index.vue +2125 -2125
- 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 +259 -259
- package/packages/main/src/simplicity/userinfo.vue +398 -398
- 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/select/.DS_Store +0 -0
- package/packages/select/index.js +5 -5
- package/packages/select/src/main.vue +782 -782
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +170 -170
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +170 -170
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/base.scss +261 -261
- package/packages/theme-chalk/src/button-group.scss +176 -176
- package/packages/theme-chalk/src/button.scss +24 -24
- package/packages/theme-chalk/src/calendar.scss +113 -113
- package/packages/theme-chalk/src/card.scss +99 -99
- package/packages/theme-chalk/src/checkbox-group.scss +8 -8
- package/packages/theme-chalk/src/clients.scss +87 -87
- package/packages/theme-chalk/src/data-table-form.scss +67 -67
- package/packages/theme-chalk/src/data-table.scss +293 -293
- package/packages/theme-chalk/src/date-picker.scss +7 -7
- package/packages/theme-chalk/src/dialog.scss +77 -77
- package/packages/theme-chalk/src/enable-drag.scss +181 -181
- package/packages/theme-chalk/src/enterprise.scss +5 -5
- package/packages/theme-chalk/src/error-page.scss +18 -18
- package/packages/theme-chalk/src/flow-group.scss +110 -110
- package/packages/theme-chalk/src/flow-list.scss +39 -39
- package/packages/theme-chalk/src/flow.scss +351 -351
- package/packages/theme-chalk/src/form.scss +501 -501
- package/packages/theme-chalk/src/handle-user.scss +40 -40
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +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 +987 -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 +1366 -1366
- 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 +315 -315
- package/src/config/image.js +2 -2
- package/src/index.js +163 -163
- package/src/utils/.DS_Store +0 -0
- package/src/utils/bus.js +3 -3
- package/src/utils/date-util.js +312 -312
- package/src/utils/http.js +50 -50
- package/src/utils/rules.js +18 -18
- package/src/utils/store.js +21 -21
- package/src/utils/util.js +44 -5
- package/src/utils/webSocket.js +107 -107
package/lib/flow.js
CHANGED
|
@@ -3450,6 +3450,9 @@ var getStorage = function getStorage(key) {
|
|
|
3450
3450
|
if (key === 'host' && !res) {
|
|
3451
3451
|
return win.location.origin;
|
|
3452
3452
|
}
|
|
3453
|
+
if (!res && key === 'token') {
|
|
3454
|
+
res = getCookie('token');
|
|
3455
|
+
}
|
|
3453
3456
|
return res;
|
|
3454
3457
|
}
|
|
3455
3458
|
var defaults = {};
|
|
@@ -3503,11 +3506,48 @@ var removeStorage = function removeStorage(key) {
|
|
|
3503
3506
|
* @desc 设置cookie
|
|
3504
3507
|
* @author huangbo
|
|
3505
3508
|
* @param {string} [name] cookie名称
|
|
3506
|
-
* @
|
|
3509
|
+
* @param {string} [value] cookie值
|
|
3510
|
+
* @param {boolean} [isSession] 是否是会话cookie
|
|
3507
3511
|
**/
|
|
3508
3512
|
var setCookie = function setCookie(name, value) {
|
|
3509
|
-
|
|
3510
|
-
|
|
3513
|
+
var isSession = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : true;
|
|
3514
|
+
var time = arguments[3];
|
|
3515
|
+
|
|
3516
|
+
var isIE = /MSIE|Trident/.test(navigator.userAgent);
|
|
3517
|
+
try {
|
|
3518
|
+
var cookieParts = [encodeURIComponent(name) + '=' + encodeURIComponent(value), 'path=/' // 仅保留path设置,确保全站访问
|
|
3519
|
+
];
|
|
3520
|
+
// 会话/持久Cookie设置
|
|
3521
|
+
if (!isSession) {
|
|
3522
|
+
if (isIE) {
|
|
3523
|
+
// IE使用expires
|
|
3524
|
+
var date = new Date();
|
|
3525
|
+
date.setTime(date.getTime() + (time || 7 * 24 * 60 * 60 * 1000));
|
|
3526
|
+
cookieParts.push('expires=' + date.toUTCString());
|
|
3527
|
+
} else {
|
|
3528
|
+
// 其他浏览器使用max-age
|
|
3529
|
+
cookieParts.push('max-age=' + (time || 7 * 24 * 60 * 60));
|
|
3530
|
+
}
|
|
3531
|
+
}
|
|
3532
|
+
// 内核兼容处理
|
|
3533
|
+
if (isIE) {
|
|
3534
|
+
// IE特殊处理:添加P3P协议头
|
|
3535
|
+
cookieParts.push('P3P=CP="CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR"');
|
|
3536
|
+
} else {
|
|
3537
|
+
// 现代浏览器设置
|
|
3538
|
+
cookieParts.push('samesite=lax');
|
|
3539
|
+
if (window.location.protocol === 'https:') {
|
|
3540
|
+
cookieParts.push('secure');
|
|
3541
|
+
}
|
|
3542
|
+
}
|
|
3543
|
+
|
|
3544
|
+
// 设置Cookie
|
|
3545
|
+
document.cookie = cookieParts.join('; ');
|
|
3546
|
+
return true;
|
|
3547
|
+
} catch (e) {
|
|
3548
|
+
console.error('Cookie设置失败:', e);
|
|
3549
|
+
return false;
|
|
3550
|
+
}
|
|
3511
3551
|
};
|
|
3512
3552
|
|
|
3513
3553
|
/**
|
|
@@ -8363,21 +8403,21 @@ var _components;
|
|
|
8363
8403
|
return validSate;
|
|
8364
8404
|
},
|
|
8365
8405
|
|
|
8366
|
-
/**
|
|
8367
|
-
* changeOpinion
|
|
8368
|
-
* @desc:监听意见变化
|
|
8369
|
-
* @author liufan
|
|
8370
|
-
* @date 2022年10月28日
|
|
8406
|
+
/**
|
|
8407
|
+
* changeOpinion
|
|
8408
|
+
* @desc:监听意见变化
|
|
8409
|
+
* @author liufan
|
|
8410
|
+
* @date 2022年10月28日
|
|
8371
8411
|
**/
|
|
8372
8412
|
changeOpinion: function changeOpinion() {
|
|
8373
8413
|
this.$emit('change', this.form.value);
|
|
8374
8414
|
},
|
|
8375
8415
|
|
|
8376
|
-
/**
|
|
8377
|
-
* getCommonOpion
|
|
8378
|
-
* @desc:获取意见
|
|
8379
|
-
* @author liufan
|
|
8380
|
-
* @date 2022年5月25日
|
|
8416
|
+
/**
|
|
8417
|
+
* getCommonOpion
|
|
8418
|
+
* @desc:获取意见
|
|
8419
|
+
* @author liufan
|
|
8420
|
+
* @date 2022年5月25日
|
|
8381
8421
|
**/
|
|
8382
8422
|
getCommonOpion: function getCommonOpion() {
|
|
8383
8423
|
var _this = this;
|
|
@@ -8406,24 +8446,24 @@ var _components;
|
|
|
8406
8446
|
});
|
|
8407
8447
|
},
|
|
8408
8448
|
|
|
8409
|
-
/**
|
|
8410
|
-
* upDate
|
|
8411
|
-
* @desc:修改常用语
|
|
8412
|
-
* @author liufan
|
|
8413
|
-
* @param {Object} val 修改值
|
|
8414
|
-
* @date 2022年5月25日
|
|
8449
|
+
/**
|
|
8450
|
+
* upDate
|
|
8451
|
+
* @desc:修改常用语
|
|
8452
|
+
* @author liufan
|
|
8453
|
+
* @param {Object} val 修改值
|
|
8454
|
+
* @date 2022年5月25日
|
|
8415
8455
|
**/
|
|
8416
8456
|
upDate: function upDate(val) {
|
|
8417
8457
|
this.FormData.id = val.id;
|
|
8418
8458
|
this.addVisible = true;
|
|
8419
8459
|
},
|
|
8420
8460
|
|
|
8421
|
-
/**
|
|
8422
|
-
* selectChange
|
|
8423
|
-
* @desc:常用语选择
|
|
8424
|
-
* @author liufan
|
|
8425
|
-
* @param {String} val 选中值
|
|
8426
|
-
* @date 2022年5月25日
|
|
8461
|
+
/**
|
|
8462
|
+
* selectChange
|
|
8463
|
+
* @desc:常用语选择
|
|
8464
|
+
* @author liufan
|
|
8465
|
+
* @param {String} val 选中值
|
|
8466
|
+
* @date 2022年5月25日
|
|
8427
8467
|
**/
|
|
8428
8468
|
selectChange: function selectChange(val) {
|
|
8429
8469
|
var _this2 = this;
|
|
@@ -8442,12 +8482,12 @@ var _components;
|
|
|
8442
8482
|
});
|
|
8443
8483
|
},
|
|
8444
8484
|
|
|
8445
|
-
/**
|
|
8446
|
-
* del
|
|
8447
|
-
* @desc:删除常用语
|
|
8448
|
-
* @author liufan
|
|
8449
|
-
* @param {Object} val 删除的数据
|
|
8450
|
-
* @date 2022年5月25日
|
|
8485
|
+
/**
|
|
8486
|
+
* del
|
|
8487
|
+
* @desc:删除常用语
|
|
8488
|
+
* @author liufan
|
|
8489
|
+
* @param {Object} val 删除的数据
|
|
8490
|
+
* @date 2022年5月25日
|
|
8451
8491
|
**/
|
|
8452
8492
|
del: function del(val) {
|
|
8453
8493
|
var _this3 = this;
|
|
@@ -8489,12 +8529,12 @@ var _components;
|
|
|
8489
8529
|
}).catch(function (e) {});
|
|
8490
8530
|
},
|
|
8491
8531
|
|
|
8492
|
-
/**
|
|
8493
|
-
* submit
|
|
8494
|
-
* @desc:新增/编辑意见保存
|
|
8495
|
-
* @author liufan
|
|
8496
|
-
* @param {Object} val 保存数据
|
|
8497
|
-
* @date 2022年5月25日
|
|
8532
|
+
/**
|
|
8533
|
+
* submit
|
|
8534
|
+
* @desc:新增/编辑意见保存
|
|
8535
|
+
* @author liufan
|
|
8536
|
+
* @param {Object} val 保存数据
|
|
8537
|
+
* @date 2022年5月25日
|
|
8498
8538
|
**/
|
|
8499
8539
|
submit: function submit(val) {
|
|
8500
8540
|
var _this4 = this;
|
|
@@ -11974,11 +12014,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11974
12014
|
});
|
|
11975
12015
|
},
|
|
11976
12016
|
|
|
11977
|
-
/**
|
|
11978
|
-
* isMultiple
|
|
11979
|
-
* @desc:是否多选
|
|
11980
|
-
* @author liufan
|
|
11981
|
-
* @date 2022年9月13日
|
|
12017
|
+
/**
|
|
12018
|
+
* isMultiple
|
|
12019
|
+
* @desc:是否多选
|
|
12020
|
+
* @author liufan
|
|
12021
|
+
* @date 2022年9月13日
|
|
11982
12022
|
**/
|
|
11983
12023
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
11984
12024
|
var multiple = false;
|
|
@@ -16021,11 +16061,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
16021
16061
|
});
|
|
16022
16062
|
},
|
|
16023
16063
|
|
|
16024
|
-
/**
|
|
16025
|
-
* isMultiple
|
|
16026
|
-
* @desc:是否多选
|
|
16027
|
-
* @author liufan
|
|
16028
|
-
* @date 2022年9月13日
|
|
16064
|
+
/**
|
|
16065
|
+
* isMultiple
|
|
16066
|
+
* @desc:是否多选
|
|
16067
|
+
* @author liufan
|
|
16068
|
+
* @date 2022年9月13日
|
|
16029
16069
|
**/
|
|
16030
16070
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16031
16071
|
var multiple = false;
|
|
@@ -20611,11 +20651,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20611
20651
|
});
|
|
20612
20652
|
},
|
|
20613
20653
|
|
|
20614
|
-
/**
|
|
20615
|
-
* saveInfo
|
|
20616
|
-
* @desc:暂存
|
|
20617
|
-
* @author liufan
|
|
20618
|
-
* @date 2022年9月9日
|
|
20654
|
+
/**
|
|
20655
|
+
* saveInfo
|
|
20656
|
+
* @desc:暂存
|
|
20657
|
+
* @author liufan
|
|
20658
|
+
* @date 2022年9月9日
|
|
20619
20659
|
**/
|
|
20620
20660
|
saveInfo: function saveInfo(type, btn) {
|
|
20621
20661
|
var _this6 = this;
|
|
@@ -20677,11 +20717,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20677
20717
|
});
|
|
20678
20718
|
},
|
|
20679
20719
|
|
|
20680
|
-
/**
|
|
20681
|
-
* rejectBtn
|
|
20682
|
-
* @desc:点击驳回
|
|
20683
|
-
* @author liufan
|
|
20684
|
-
* @date 2022年5月25日
|
|
20720
|
+
/**
|
|
20721
|
+
* rejectBtn
|
|
20722
|
+
* @desc:点击驳回
|
|
20723
|
+
* @author liufan
|
|
20724
|
+
* @date 2022年5月25日
|
|
20685
20725
|
**/
|
|
20686
20726
|
rejectBtn: function rejectBtn() {
|
|
20687
20727
|
var _this8 = this;
|
|
@@ -20699,11 +20739,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20699
20739
|
}
|
|
20700
20740
|
},
|
|
20701
20741
|
|
|
20702
|
-
/**
|
|
20703
|
-
* taskReadBtn
|
|
20704
|
-
* @desc:点击分阅
|
|
20705
|
-
* @author liufan
|
|
20706
|
-
* @date 2022年5月25日
|
|
20742
|
+
/**
|
|
20743
|
+
* taskReadBtn
|
|
20744
|
+
* @desc:点击分阅
|
|
20745
|
+
* @author liufan
|
|
20746
|
+
* @date 2022年5月25日
|
|
20707
20747
|
**/
|
|
20708
20748
|
taskReadBtn: function taskReadBtn() {
|
|
20709
20749
|
var _this9 = this;
|
|
@@ -20722,11 +20762,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20722
20762
|
}
|
|
20723
20763
|
},
|
|
20724
20764
|
|
|
20725
|
-
/**
|
|
20726
|
-
* getFind
|
|
20727
|
-
* @desc:获取通知方式
|
|
20728
|
-
* @author liufan
|
|
20729
|
-
* @date 2022年5月25日
|
|
20765
|
+
/**
|
|
20766
|
+
* getFind
|
|
20767
|
+
* @desc:获取通知方式
|
|
20768
|
+
* @author liufan
|
|
20769
|
+
* @date 2022年5月25日
|
|
20730
20770
|
**/
|
|
20731
20771
|
getFind: function getFind() {
|
|
20732
20772
|
var _this10 = this;
|
|
@@ -20781,12 +20821,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20781
20821
|
});
|
|
20782
20822
|
},
|
|
20783
20823
|
|
|
20784
|
-
/**
|
|
20785
|
-
* endFlows
|
|
20786
|
-
* @desc:直接办结
|
|
20787
|
-
* @author liufan
|
|
20788
|
-
* @param {Object} res 直接办结数据
|
|
20789
|
-
* @date 2022年5月25日
|
|
20824
|
+
/**
|
|
20825
|
+
* endFlows
|
|
20826
|
+
* @desc:直接办结
|
|
20827
|
+
* @author liufan
|
|
20828
|
+
* @param {Object} res 直接办结数据
|
|
20829
|
+
* @date 2022年5月25日
|
|
20790
20830
|
**/
|
|
20791
20831
|
endFlows: function endFlows(res) {
|
|
20792
20832
|
var _this12 = this;
|
|
@@ -20840,12 +20880,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20840
20880
|
}).catch(function (e) {});
|
|
20841
20881
|
},
|
|
20842
20882
|
|
|
20843
|
-
/**
|
|
20844
|
-
* goView
|
|
20845
|
-
* @desc:更多流程按钮操作
|
|
20846
|
-
* @author liufan
|
|
20847
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20848
|
-
* @date 2022年5月25日
|
|
20883
|
+
/**
|
|
20884
|
+
* goView
|
|
20885
|
+
* @desc:更多流程按钮操作
|
|
20886
|
+
* @author liufan
|
|
20887
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20888
|
+
* @date 2022年5月25日
|
|
20849
20889
|
**/
|
|
20850
20890
|
goView: function goView(res) {
|
|
20851
20891
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20930,11 +20970,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20930
20970
|
// isCanStartSubFlow
|
|
20931
20971
|
},
|
|
20932
20972
|
|
|
20933
|
-
/**
|
|
20934
|
-
* toTakeAdvice
|
|
20935
|
-
* @desc:征求意见
|
|
20936
|
-
* @author liufan
|
|
20937
|
-
* @date 2022年9月29日
|
|
20973
|
+
/**
|
|
20974
|
+
* toTakeAdvice
|
|
20975
|
+
* @desc:征求意见
|
|
20976
|
+
* @author liufan
|
|
20977
|
+
* @date 2022年9月29日
|
|
20938
20978
|
**/
|
|
20939
20979
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20940
20980
|
var _this14 = this;
|
|
@@ -20978,11 +21018,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20978
21018
|
});
|
|
20979
21019
|
},
|
|
20980
21020
|
|
|
20981
|
-
/**
|
|
20982
|
-
* toStartDraf
|
|
20983
|
-
* @desc: 稿件递送、联合审核、复核
|
|
20984
|
-
* @author liufan
|
|
20985
|
-
* @date 2022年9月29日
|
|
21021
|
+
/**
|
|
21022
|
+
* toStartDraf
|
|
21023
|
+
* @desc: 稿件递送、联合审核、复核
|
|
21024
|
+
* @author liufan
|
|
21025
|
+
* @date 2022年9月29日
|
|
20986
21026
|
**/
|
|
20987
21027
|
toStartDraf: function toStartDraf(res) {
|
|
20988
21028
|
var _this16 = this;
|
|
@@ -20996,11 +21036,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20996
21036
|
}
|
|
20997
21037
|
},
|
|
20998
21038
|
|
|
20999
|
-
/**
|
|
21000
|
-
* toSendMsg
|
|
21001
|
-
* @desc:核稿通知
|
|
21002
|
-
* @author liufan
|
|
21003
|
-
* @date 2022年9月29日
|
|
21039
|
+
/**
|
|
21040
|
+
* toSendMsg
|
|
21041
|
+
* @desc:核稿通知
|
|
21042
|
+
* @author liufan
|
|
21043
|
+
* @date 2022年9月29日
|
|
21004
21044
|
**/
|
|
21005
21045
|
toSendMsg: function toSendMsg(res) {
|
|
21006
21046
|
var _this17 = this;
|
|
@@ -21014,11 +21054,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21014
21054
|
}
|
|
21015
21055
|
},
|
|
21016
21056
|
|
|
21017
|
-
/**
|
|
21018
|
-
* toTaskReadAndEnd
|
|
21019
|
-
* @desc:分阅并办结
|
|
21020
|
-
* @author liufan
|
|
21021
|
-
* @date 2022年9月29日
|
|
21057
|
+
/**
|
|
21058
|
+
* toTaskReadAndEnd
|
|
21059
|
+
* @desc:分阅并办结
|
|
21060
|
+
* @author liufan
|
|
21061
|
+
* @date 2022年9月29日
|
|
21022
21062
|
**/
|
|
21023
21063
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
21024
21064
|
var _this18 = this;
|
|
@@ -21036,11 +21076,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21036
21076
|
}
|
|
21037
21077
|
},
|
|
21038
21078
|
|
|
21039
|
-
/**
|
|
21040
|
-
* rejectAndEnd
|
|
21041
|
-
* @desc:驳回并办结
|
|
21042
|
-
* @author liufan
|
|
21043
|
-
* @date 2022年9月29日
|
|
21079
|
+
/**
|
|
21080
|
+
* rejectAndEnd
|
|
21081
|
+
* @desc:驳回并办结
|
|
21082
|
+
* @author liufan
|
|
21083
|
+
* @date 2022年9月29日
|
|
21044
21084
|
**/
|
|
21045
21085
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
21046
21086
|
var _this19 = this;
|
|
@@ -21095,11 +21135,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21095
21135
|
});
|
|
21096
21136
|
},
|
|
21097
21137
|
|
|
21098
|
-
/**
|
|
21099
|
-
* toTransfer
|
|
21100
|
-
* @desc:转办
|
|
21101
|
-
* @author liufan
|
|
21102
|
-
* @date 2022年9月29日
|
|
21138
|
+
/**
|
|
21139
|
+
* toTransfer
|
|
21140
|
+
* @desc:转办
|
|
21141
|
+
* @author liufan
|
|
21142
|
+
* @date 2022年9月29日
|
|
21103
21143
|
**/
|
|
21104
21144
|
toTransfer: function toTransfer(res) {
|
|
21105
21145
|
var _this21 = this;
|
|
@@ -21115,11 +21155,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21115
21155
|
}
|
|
21116
21156
|
},
|
|
21117
21157
|
|
|
21118
|
-
/**
|
|
21119
|
-
* getNodeInfo
|
|
21120
|
-
* @desc:获取节点信息
|
|
21121
|
-
* @author liufan
|
|
21122
|
-
* @date 2022年5月25日
|
|
21158
|
+
/**
|
|
21159
|
+
* getNodeInfo
|
|
21160
|
+
* @desc:获取节点信息
|
|
21161
|
+
* @author liufan
|
|
21162
|
+
* @date 2022年5月25日
|
|
21123
21163
|
**/
|
|
21124
21164
|
getNodeInfo: function getNodeInfo() {
|
|
21125
21165
|
var _this22 = this;
|
|
@@ -21218,12 +21258,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21218
21258
|
});
|
|
21219
21259
|
},
|
|
21220
21260
|
|
|
21221
|
-
/**
|
|
21222
|
-
* selecNext
|
|
21223
|
-
* @desc:下步节点变化时更新数据
|
|
21224
|
-
* @author liufan
|
|
21225
|
-
* @param {String} val 当前选中值
|
|
21226
|
-
* @date 2022年5月25日
|
|
21261
|
+
/**
|
|
21262
|
+
* selecNext
|
|
21263
|
+
* @desc:下步节点变化时更新数据
|
|
21264
|
+
* @author liufan
|
|
21265
|
+
* @param {String} val 当前选中值
|
|
21266
|
+
* @date 2022年5月25日
|
|
21227
21267
|
**/
|
|
21228
21268
|
selecNext: function selecNext(val, type, isDef) {
|
|
21229
21269
|
var _this23 = this;
|
|
@@ -21332,11 +21372,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21332
21372
|
if (isDef !== true) this.getNodeInfo();
|
|
21333
21373
|
},
|
|
21334
21374
|
|
|
21335
|
-
/**
|
|
21336
|
-
* isMultiple
|
|
21337
|
-
* @desc:是否多选
|
|
21338
|
-
* @author liufan
|
|
21339
|
-
* @date 2022年9月13日
|
|
21375
|
+
/**
|
|
21376
|
+
* isMultiple
|
|
21377
|
+
* @desc:是否多选
|
|
21378
|
+
* @author liufan
|
|
21379
|
+
* @date 2022年9月13日
|
|
21340
21380
|
**/
|
|
21341
21381
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
21342
21382
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -21368,11 +21408,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21368
21408
|
}
|
|
21369
21409
|
},
|
|
21370
21410
|
|
|
21371
|
-
/**
|
|
21372
|
-
* getHedInfo
|
|
21373
|
-
* @desc:获取审核页面数据
|
|
21374
|
-
* @author liufan
|
|
21375
|
-
* @date 2022年5月25日
|
|
21411
|
+
/**
|
|
21412
|
+
* getHedInfo
|
|
21413
|
+
* @desc:获取审核页面数据
|
|
21414
|
+
* @author liufan
|
|
21415
|
+
* @date 2022年5月25日
|
|
21376
21416
|
**/
|
|
21377
21417
|
getHedInfo: function getHedInfo() {
|
|
21378
21418
|
var _this24 = this;
|
|
@@ -21608,13 +21648,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21608
21648
|
});
|
|
21609
21649
|
},
|
|
21610
21650
|
|
|
21611
|
-
/**
|
|
21612
|
-
* closeProcess
|
|
21613
|
-
* @desc:关闭弹窗
|
|
21614
|
-
* @author liufan
|
|
21615
|
-
* @param {boolean} val 当前是否办理流程
|
|
21616
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21617
|
-
* @date 2022年5月25日
|
|
21651
|
+
/**
|
|
21652
|
+
* closeProcess
|
|
21653
|
+
* @desc:关闭弹窗
|
|
21654
|
+
* @author liufan
|
|
21655
|
+
* @param {boolean} val 当前是否办理流程
|
|
21656
|
+
* @param {String} type 当前点击的弹窗类型
|
|
21657
|
+
* @date 2022年5月25日
|
|
21618
21658
|
**/
|
|
21619
21659
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21620
21660
|
if (closeParent) {
|
|
@@ -21631,23 +21671,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21631
21671
|
}
|
|
21632
21672
|
},
|
|
21633
21673
|
|
|
21634
|
-
/**
|
|
21635
|
-
* selectChange
|
|
21636
|
-
* @desc:常用语选择
|
|
21637
|
-
* @author liufan
|
|
21638
|
-
* @param {String} val 选中值
|
|
21639
|
-
* @date 2022年5月25日
|
|
21674
|
+
/**
|
|
21675
|
+
* selectChange
|
|
21676
|
+
* @desc:常用语选择
|
|
21677
|
+
* @author liufan
|
|
21678
|
+
* @param {String} val 选中值
|
|
21679
|
+
* @date 2022年5月25日
|
|
21640
21680
|
**/
|
|
21641
21681
|
selectChange: function selectChange(val) {
|
|
21642
21682
|
this.value = val;
|
|
21643
21683
|
},
|
|
21644
21684
|
|
|
21645
|
-
/**
|
|
21646
|
-
* upDate
|
|
21647
|
-
* @desc:修改常用语
|
|
21648
|
-
* @author liufan
|
|
21649
|
-
* @param {Object} val 修改值
|
|
21650
|
-
* @date 2022年5月25日
|
|
21685
|
+
/**
|
|
21686
|
+
* upDate
|
|
21687
|
+
* @desc:修改常用语
|
|
21688
|
+
* @author liufan
|
|
21689
|
+
* @param {Object} val 修改值
|
|
21690
|
+
* @date 2022年5月25日
|
|
21651
21691
|
**/
|
|
21652
21692
|
upDate: function upDate(val) {
|
|
21653
21693
|
this.FormData.id = val.id;
|
|
@@ -21655,11 +21695,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21655
21695
|
},
|
|
21656
21696
|
|
|
21657
21697
|
|
|
21658
|
-
/**
|
|
21659
|
-
* getProcess
|
|
21660
|
-
* @desc:获取选择流程
|
|
21661
|
-
* @author liufan
|
|
21662
|
-
* @date 2022年5月25日
|
|
21698
|
+
/**
|
|
21699
|
+
* getProcess
|
|
21700
|
+
* @desc:获取选择流程
|
|
21701
|
+
* @author liufan
|
|
21702
|
+
* @date 2022年5月25日
|
|
21663
21703
|
**/
|
|
21664
21704
|
getProcess: function getProcess() {
|
|
21665
21705
|
var _this25 = this;
|
|
@@ -21713,11 +21753,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21713
21753
|
});
|
|
21714
21754
|
},
|
|
21715
21755
|
|
|
21716
|
-
/**
|
|
21717
|
-
* getPendedhistoryList
|
|
21718
|
-
* @desc:获取流程列表
|
|
21719
|
-
* @author liufan
|
|
21720
|
-
* @date 2022年5月25日
|
|
21756
|
+
/**
|
|
21757
|
+
* getPendedhistoryList
|
|
21758
|
+
* @desc:获取流程列表
|
|
21759
|
+
* @author liufan
|
|
21760
|
+
* @date 2022年5月25日
|
|
21721
21761
|
**/
|
|
21722
21762
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21723
21763
|
var _this26 = this;
|
|
@@ -21749,12 +21789,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21749
21789
|
},
|
|
21750
21790
|
|
|
21751
21791
|
// 提交流程
|
|
21752
|
-
/**
|
|
21753
|
-
* subProcess
|
|
21754
|
-
* @desc:提交流程
|
|
21755
|
-
* @author liufan
|
|
21756
|
-
* @param {String} formName 当前form表单ref值
|
|
21757
|
-
* @date 2022年5月25日
|
|
21792
|
+
/**
|
|
21793
|
+
* subProcess
|
|
21794
|
+
* @desc:提交流程
|
|
21795
|
+
* @author liufan
|
|
21796
|
+
* @param {String} formName 当前form表单ref值
|
|
21797
|
+
* @date 2022年5月25日
|
|
21758
21798
|
**/
|
|
21759
21799
|
subProcess: function subProcess(val) {
|
|
21760
21800
|
var _this27 = this;
|
|
@@ -25334,11 +25374,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25334
25374
|
});
|
|
25335
25375
|
},
|
|
25336
25376
|
|
|
25337
|
-
/**
|
|
25338
|
-
* saveInfo
|
|
25339
|
-
* @desc:暂存
|
|
25340
|
-
* @author liufan
|
|
25341
|
-
* @date 2022年9月9日
|
|
25377
|
+
/**
|
|
25378
|
+
* saveInfo
|
|
25379
|
+
* @desc:暂存
|
|
25380
|
+
* @author liufan
|
|
25381
|
+
* @date 2022年9月9日
|
|
25342
25382
|
**/
|
|
25343
25383
|
saveInfo: function saveInfo(type, btn) {
|
|
25344
25384
|
var _this11 = this;
|
|
@@ -25400,11 +25440,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25400
25440
|
});
|
|
25401
25441
|
},
|
|
25402
25442
|
|
|
25403
|
-
/**
|
|
25404
|
-
* rejectBtn
|
|
25405
|
-
* @desc:点击驳回
|
|
25406
|
-
* @author liufan
|
|
25407
|
-
* @date 2022年5月25日
|
|
25443
|
+
/**
|
|
25444
|
+
* rejectBtn
|
|
25445
|
+
* @desc:点击驳回
|
|
25446
|
+
* @author liufan
|
|
25447
|
+
* @date 2022年5月25日
|
|
25408
25448
|
**/
|
|
25409
25449
|
rejectBtn: function rejectBtn() {
|
|
25410
25450
|
var _this13 = this;
|
|
@@ -25422,11 +25462,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25422
25462
|
}
|
|
25423
25463
|
},
|
|
25424
25464
|
|
|
25425
|
-
/**
|
|
25426
|
-
* taskReadBtn
|
|
25427
|
-
* @desc:点击分阅
|
|
25428
|
-
* @author liufan
|
|
25429
|
-
* @date 2022年5月25日
|
|
25465
|
+
/**
|
|
25466
|
+
* taskReadBtn
|
|
25467
|
+
* @desc:点击分阅
|
|
25468
|
+
* @author liufan
|
|
25469
|
+
* @date 2022年5月25日
|
|
25430
25470
|
**/
|
|
25431
25471
|
taskReadBtn: function taskReadBtn() {
|
|
25432
25472
|
var _this14 = this;
|
|
@@ -25445,11 +25485,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25445
25485
|
}
|
|
25446
25486
|
},
|
|
25447
25487
|
|
|
25448
|
-
/**
|
|
25449
|
-
* getFind
|
|
25450
|
-
* @desc:获取通知方式
|
|
25451
|
-
* @author liufan
|
|
25452
|
-
* @date 2022年5月25日
|
|
25488
|
+
/**
|
|
25489
|
+
* getFind
|
|
25490
|
+
* @desc:获取通知方式
|
|
25491
|
+
* @author liufan
|
|
25492
|
+
* @date 2022年5月25日
|
|
25453
25493
|
**/
|
|
25454
25494
|
getFind: function getFind() {
|
|
25455
25495
|
var _this15 = this;
|
|
@@ -25515,12 +25555,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25515
25555
|
});
|
|
25516
25556
|
},
|
|
25517
25557
|
|
|
25518
|
-
/**
|
|
25519
|
-
* endFlows
|
|
25520
|
-
* @desc:直接办结
|
|
25521
|
-
* @author liufan
|
|
25522
|
-
* @param {Object} res 直接办结数据
|
|
25523
|
-
* @date 2022年5月25日
|
|
25558
|
+
/**
|
|
25559
|
+
* endFlows
|
|
25560
|
+
* @desc:直接办结
|
|
25561
|
+
* @author liufan
|
|
25562
|
+
* @param {Object} res 直接办结数据
|
|
25563
|
+
* @date 2022年5月25日
|
|
25524
25564
|
**/
|
|
25525
25565
|
endFlows: function endFlows(res) {
|
|
25526
25566
|
var _this17 = this;
|
|
@@ -25575,12 +25615,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25575
25615
|
}).catch(function (e) {});
|
|
25576
25616
|
},
|
|
25577
25617
|
|
|
25578
|
-
/**
|
|
25579
|
-
* goView
|
|
25580
|
-
* @desc:更多流程按钮操作
|
|
25581
|
-
* @author liufan
|
|
25582
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
25583
|
-
* @date 2022年5月25日
|
|
25618
|
+
/**
|
|
25619
|
+
* goView
|
|
25620
|
+
* @desc:更多流程按钮操作
|
|
25621
|
+
* @author liufan
|
|
25622
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
25623
|
+
* @date 2022年5月25日
|
|
25584
25624
|
**/
|
|
25585
25625
|
goView: function goView(res) {
|
|
25586
25626
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -25665,11 +25705,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25665
25705
|
// isCanStartSubFlow
|
|
25666
25706
|
},
|
|
25667
25707
|
|
|
25668
|
-
/**
|
|
25669
|
-
* toTakeAdvice
|
|
25670
|
-
* @desc:征求意见
|
|
25671
|
-
* @author liufan
|
|
25672
|
-
* @date 2022年9月29日
|
|
25708
|
+
/**
|
|
25709
|
+
* toTakeAdvice
|
|
25710
|
+
* @desc:征求意见
|
|
25711
|
+
* @author liufan
|
|
25712
|
+
* @date 2022年9月29日
|
|
25673
25713
|
**/
|
|
25674
25714
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
25675
25715
|
var _this19 = this;
|
|
@@ -25713,11 +25753,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25713
25753
|
});
|
|
25714
25754
|
},
|
|
25715
25755
|
|
|
25716
|
-
/**
|
|
25717
|
-
* toStartDraf
|
|
25718
|
-
* @desc: 稿件递送、联合审核、复核
|
|
25719
|
-
* @author liufan
|
|
25720
|
-
* @date 2022年9月29日
|
|
25756
|
+
/**
|
|
25757
|
+
* toStartDraf
|
|
25758
|
+
* @desc: 稿件递送、联合审核、复核
|
|
25759
|
+
* @author liufan
|
|
25760
|
+
* @date 2022年9月29日
|
|
25721
25761
|
**/
|
|
25722
25762
|
toStartDraf: function toStartDraf(res) {
|
|
25723
25763
|
var _this21 = this;
|
|
@@ -25731,11 +25771,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25731
25771
|
}
|
|
25732
25772
|
},
|
|
25733
25773
|
|
|
25734
|
-
/**
|
|
25735
|
-
* toSendMsg
|
|
25736
|
-
* @desc:核稿通知
|
|
25737
|
-
* @author liufan
|
|
25738
|
-
* @date 2022年9月29日
|
|
25774
|
+
/**
|
|
25775
|
+
* toSendMsg
|
|
25776
|
+
* @desc:核稿通知
|
|
25777
|
+
* @author liufan
|
|
25778
|
+
* @date 2022年9月29日
|
|
25739
25779
|
**/
|
|
25740
25780
|
toSendMsg: function toSendMsg(res) {
|
|
25741
25781
|
var _this22 = this;
|
|
@@ -25749,11 +25789,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25749
25789
|
}
|
|
25750
25790
|
},
|
|
25751
25791
|
|
|
25752
|
-
/**
|
|
25753
|
-
* toTaskReadAndEnd
|
|
25754
|
-
* @desc:分阅并办结
|
|
25755
|
-
* @author liufan
|
|
25756
|
-
* @date 2022年9月29日
|
|
25792
|
+
/**
|
|
25793
|
+
* toTaskReadAndEnd
|
|
25794
|
+
* @desc:分阅并办结
|
|
25795
|
+
* @author liufan
|
|
25796
|
+
* @date 2022年9月29日
|
|
25757
25797
|
**/
|
|
25758
25798
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
25759
25799
|
var _this23 = this;
|
|
@@ -25771,11 +25811,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25771
25811
|
}
|
|
25772
25812
|
},
|
|
25773
25813
|
|
|
25774
|
-
/**
|
|
25775
|
-
* rejectAndEnd
|
|
25776
|
-
* @desc:驳回并办结
|
|
25777
|
-
* @author liufan
|
|
25778
|
-
* @date 2022年9月29日
|
|
25814
|
+
/**
|
|
25815
|
+
* rejectAndEnd
|
|
25816
|
+
* @desc:驳回并办结
|
|
25817
|
+
* @author liufan
|
|
25818
|
+
* @date 2022年9月29日
|
|
25779
25819
|
**/
|
|
25780
25820
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
25781
25821
|
var _this24 = this;
|
|
@@ -25831,11 +25871,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25831
25871
|
});
|
|
25832
25872
|
},
|
|
25833
25873
|
|
|
25834
|
-
/**
|
|
25835
|
-
* toTransfer
|
|
25836
|
-
* @desc:转办
|
|
25837
|
-
* @author liufan
|
|
25838
|
-
* @date 2022年9月29日
|
|
25874
|
+
/**
|
|
25875
|
+
* toTransfer
|
|
25876
|
+
* @desc:转办
|
|
25877
|
+
* @author liufan
|
|
25878
|
+
* @date 2022年9月29日
|
|
25839
25879
|
**/
|
|
25840
25880
|
toTransfer: function toTransfer(res) {
|
|
25841
25881
|
var _this26 = this;
|
|
@@ -25851,11 +25891,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25851
25891
|
}
|
|
25852
25892
|
},
|
|
25853
25893
|
|
|
25854
|
-
/**
|
|
25855
|
-
* getNodeInfo
|
|
25856
|
-
* @desc:获取节点信息
|
|
25857
|
-
* @author liufan
|
|
25858
|
-
* @date 2022年5月25日
|
|
25894
|
+
/**
|
|
25895
|
+
* getNodeInfo
|
|
25896
|
+
* @desc:获取节点信息
|
|
25897
|
+
* @author liufan
|
|
25898
|
+
* @date 2022年5月25日
|
|
25859
25899
|
**/
|
|
25860
25900
|
getNodeInfo: function getNodeInfo() {
|
|
25861
25901
|
var _this27 = this;
|
|
@@ -25962,12 +26002,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25962
26002
|
});
|
|
25963
26003
|
},
|
|
25964
26004
|
|
|
25965
|
-
/**
|
|
25966
|
-
* selecNext
|
|
25967
|
-
* @desc:下步节点变化时更新数据
|
|
25968
|
-
* @author liufan
|
|
25969
|
-
* @param {String} val 当前选中值
|
|
25970
|
-
* @date 2022年5月25日
|
|
26005
|
+
/**
|
|
26006
|
+
* selecNext
|
|
26007
|
+
* @desc:下步节点变化时更新数据
|
|
26008
|
+
* @author liufan
|
|
26009
|
+
* @param {String} val 当前选中值
|
|
26010
|
+
* @date 2022年5月25日
|
|
25971
26011
|
**/
|
|
25972
26012
|
selecNext: function selecNext(val, type, isDef) {
|
|
25973
26013
|
var _this28 = this;
|
|
@@ -26099,11 +26139,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26099
26139
|
this.getNodeInfo();
|
|
26100
26140
|
},
|
|
26101
26141
|
|
|
26102
|
-
/**
|
|
26103
|
-
* isMultiple
|
|
26104
|
-
* @desc:是否多选
|
|
26105
|
-
* @author liufan
|
|
26106
|
-
* @date 2022年9月13日
|
|
26142
|
+
/**
|
|
26143
|
+
* isMultiple
|
|
26144
|
+
* @desc:是否多选
|
|
26145
|
+
* @author liufan
|
|
26146
|
+
* @date 2022年9月13日
|
|
26107
26147
|
**/
|
|
26108
26148
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
26109
26149
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -26135,11 +26175,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26135
26175
|
}
|
|
26136
26176
|
},
|
|
26137
26177
|
|
|
26138
|
-
/**
|
|
26139
|
-
* getHedInfo
|
|
26140
|
-
* @desc:获取审核页面数据
|
|
26141
|
-
* @author liufan
|
|
26142
|
-
* @date 2022年5月25日
|
|
26178
|
+
/**
|
|
26179
|
+
* getHedInfo
|
|
26180
|
+
* @desc:获取审核页面数据
|
|
26181
|
+
* @author liufan
|
|
26182
|
+
* @date 2022年5月25日
|
|
26143
26183
|
**/
|
|
26144
26184
|
getHedInfo: function getHedInfo() {
|
|
26145
26185
|
var _this29 = this;
|
|
@@ -26438,13 +26478,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26438
26478
|
});
|
|
26439
26479
|
},
|
|
26440
26480
|
|
|
26441
|
-
/**
|
|
26442
|
-
* closeProcess
|
|
26443
|
-
* @desc:关闭弹窗
|
|
26444
|
-
* @author liufan
|
|
26445
|
-
* @param {boolean} val 当前是否办理流程
|
|
26446
|
-
* @param {String} type 当前点击的弹窗类型
|
|
26447
|
-
* @date 2022年5月25日
|
|
26481
|
+
/**
|
|
26482
|
+
* closeProcess
|
|
26483
|
+
* @desc:关闭弹窗
|
|
26484
|
+
* @author liufan
|
|
26485
|
+
* @param {boolean} val 当前是否办理流程
|
|
26486
|
+
* @param {String} type 当前点击的弹窗类型
|
|
26487
|
+
* @date 2022年5月25日
|
|
26448
26488
|
**/
|
|
26449
26489
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
26450
26490
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -26464,23 +26504,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26464
26504
|
}
|
|
26465
26505
|
},
|
|
26466
26506
|
|
|
26467
|
-
/**
|
|
26468
|
-
* selectChange
|
|
26469
|
-
* @desc:常用语选择
|
|
26470
|
-
* @author liufan
|
|
26471
|
-
* @param {String} val 选中值
|
|
26472
|
-
* @date 2022年5月25日
|
|
26507
|
+
/**
|
|
26508
|
+
* selectChange
|
|
26509
|
+
* @desc:常用语选择
|
|
26510
|
+
* @author liufan
|
|
26511
|
+
* @param {String} val 选中值
|
|
26512
|
+
* @date 2022年5月25日
|
|
26473
26513
|
**/
|
|
26474
26514
|
selectChange: function selectChange(val) {
|
|
26475
26515
|
this.value = val;
|
|
26476
26516
|
},
|
|
26477
26517
|
|
|
26478
|
-
/**
|
|
26479
|
-
* upDate
|
|
26480
|
-
* @desc:修改常用语
|
|
26481
|
-
* @author liufan
|
|
26482
|
-
* @param {Object} val 修改值
|
|
26483
|
-
* @date 2022年5月25日
|
|
26518
|
+
/**
|
|
26519
|
+
* upDate
|
|
26520
|
+
* @desc:修改常用语
|
|
26521
|
+
* @author liufan
|
|
26522
|
+
* @param {Object} val 修改值
|
|
26523
|
+
* @date 2022年5月25日
|
|
26484
26524
|
**/
|
|
26485
26525
|
upDate: function upDate(val) {
|
|
26486
26526
|
this.FormData.id = val.id;
|
|
@@ -26488,11 +26528,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26488
26528
|
},
|
|
26489
26529
|
|
|
26490
26530
|
|
|
26491
|
-
/**
|
|
26492
|
-
* getProcess
|
|
26493
|
-
* @desc:获取选择流程
|
|
26494
|
-
* @author liufan
|
|
26495
|
-
* @date 2022年5月25日
|
|
26531
|
+
/**
|
|
26532
|
+
* getProcess
|
|
26533
|
+
* @desc:获取选择流程
|
|
26534
|
+
* @author liufan
|
|
26535
|
+
* @date 2022年5月25日
|
|
26496
26536
|
**/
|
|
26497
26537
|
getProcess: function getProcess(val) {
|
|
26498
26538
|
var _this30 = this;
|
|
@@ -26552,11 +26592,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26552
26592
|
});
|
|
26553
26593
|
},
|
|
26554
26594
|
|
|
26555
|
-
/**
|
|
26556
|
-
* getPendedhistoryList
|
|
26557
|
-
* @desc:获取流程列表
|
|
26558
|
-
* @author liufan
|
|
26559
|
-
* @date 2022年5月25日
|
|
26595
|
+
/**
|
|
26596
|
+
* getPendedhistoryList
|
|
26597
|
+
* @desc:获取流程列表
|
|
26598
|
+
* @author liufan
|
|
26599
|
+
* @date 2022年5月25日
|
|
26560
26600
|
**/
|
|
26561
26601
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
26562
26602
|
var _this31 = this;
|
|
@@ -26624,12 +26664,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26624
26664
|
},
|
|
26625
26665
|
|
|
26626
26666
|
// 提交流程
|
|
26627
|
-
/**
|
|
26628
|
-
* subProcess
|
|
26629
|
-
* @desc:提交流程
|
|
26630
|
-
* @author liufan
|
|
26631
|
-
* @param {String} formName 当前form表单ref值
|
|
26632
|
-
* @date 2022年5月25日
|
|
26667
|
+
/**
|
|
26668
|
+
* subProcess
|
|
26669
|
+
* @desc:提交流程
|
|
26670
|
+
* @author liufan
|
|
26671
|
+
* @param {String} formName 当前form表单ref值
|
|
26672
|
+
* @date 2022年5月25日
|
|
26633
26673
|
**/
|
|
26634
26674
|
subProcess: function subProcess(val, type) {
|
|
26635
26675
|
var _this33 = this;
|