eoss-ui 0.7.22 → 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 +48 -7
- package/lib/button.js +48 -7
- package/lib/calogin.js +48 -7
- package/lib/checkbox-group.js +48 -7
- package/lib/data-table-form.js +48 -7
- package/lib/data-table.js +48 -7
- package/lib/date-picker.js +48 -7
- package/lib/dialog.js +48 -7
- package/lib/eoss-ui.common.js +608 -525
- package/lib/flow-group.js +70 -9
- package/lib/flow-list.js +129 -88
- package/lib/flow.js +340 -294
- package/lib/form.js +48 -7
- package/lib/handle-user.js +48 -7
- package/lib/handler.js +48 -7
- package/lib/icon.js +48 -7
- package/lib/index.js +1 -1
- package/lib/input-number.js +48 -7
- package/lib/input.js +48 -7
- package/lib/login.js +74 -16
- package/lib/main.js +176 -135
- package/lib/nav.js +48 -7
- package/lib/page.js +48 -7
- package/lib/pagination.js +48 -7
- package/lib/player.js +48 -7
- package/lib/qr-code.js +48 -7
- package/lib/radio-group.js +48 -7
- package/lib/retrial-auth.js +48 -7
- package/lib/select-ganged.js +48 -7
- package/lib/select.js +48 -7
- package/lib/selector-panel.js +48 -7
- package/lib/selector.js +48 -7
- package/lib/sizer.js +48 -7
- package/lib/steps.js +48 -7
- package/lib/switch.js +48 -7
- package/lib/table-form.js +48 -7
- package/lib/tabs.js +48 -7
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/tips.js +48 -7
- package/lib/tree-group.js +48 -7
- package/lib/tree.js +48 -7
- package/lib/upload.js +48 -7
- package/lib/utils/util.js +48 -7
- package/lib/wujie.js +48 -7
- package/lib/wxlogin.js +48 -7
- package/package.json +160 -160
- package/packages/.DS_Store +0 -0
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calogin/.DS_Store +0 -0
- package/packages/calogin/src/main.vue +412 -412
- package/packages/data-table/src/column.vue +988 -988
- package/packages/data-table/src/main.vue +1831 -1831
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- 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/FileList.vue +97 -97
- package/packages/flow/src/component/FreeCirculation.vue +240 -240
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/taskUnionExamine.vue +738 -738
- package/packages/flow/src/freeStartFlow.vue +2847 -2847
- package/packages/flow/src/main.vue +3843 -3843
- package/packages/flow/src/processForm.vue +1370 -1366
- 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-group/src/main.vue +717 -696
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/flow-list/src/main.vue +1770 -1770
- package/packages/form/.DS_Store +0 -0
- package/packages/form/src/main.vue +3901 -3901
- package/packages/form/src/table.vue +1512 -1512
- package/packages/handle-user/src/main.vue +137 -137
- package/packages/handler/src/main.vue +496 -496
- package/packages/icon/src/main.vue +104 -104
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/main.vue +2020 -1994
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/main/src/default/userinfo.vue +502 -502
- package/packages/main/src/public/search.vue +464 -464
- 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/user.vue +259 -259
- package/packages/main/src/simplicity/userinfo.vue +398 -398
- package/packages/menu/.DS_Store +0 -0
- package/packages/select/.DS_Store +0 -0
- package/packages/select/src/main.vue +782 -782
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/src/main.vue +761 -761
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +170 -170
- package/packages/switch/src/main.vue +170 -170
- 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/flow.scss +351 -351
- package/packages/theme-chalk/src/form.scss +501 -501
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +1817 -1817
- package/packages/theme-chalk/src/login.scss +987 -984
- package/packages/theme-chalk/src/selector.scss +92 -92
- package/packages/theme-chalk/src/simplicity.scss +1366 -1366
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/upload/.DS_Store +0 -0
- package/packages/upload/src/main.vue +1343 -1343
- package/src/.DS_Store +0 -0
- package/src/config/api.js +315 -315
- package/src/index.js +163 -163
- package/src/utils/.DS_Store +0 -0
- package/src/utils/rules.js +18 -18
- package/src/utils/util.js +49 -9
package/lib/flow.js
CHANGED
|
@@ -242,16 +242,17 @@ var ajax = function ajax(_ref) {
|
|
|
242
242
|
http.interceptors.response.use(function (response) {
|
|
243
243
|
// delPendingRequest(response.config);
|
|
244
244
|
loading && loading.close();
|
|
245
|
-
if (response.headers.authorization
|
|
246
|
-
setStorage({
|
|
245
|
+
if (response.headers.authorization) {
|
|
246
|
+
response.headers.authorization !== getStorage('token') && setStorage({
|
|
247
|
+
|
|
247
248
|
key: ['token', 'Authorization'],
|
|
248
249
|
value: response.headers.authorization
|
|
249
250
|
});
|
|
250
251
|
}
|
|
251
252
|
var ssId = response.headers.ssId || response.headers.Ssid || response.headers.ssid;
|
|
252
253
|
|
|
253
|
-
if (ssId
|
|
254
|
-
setStorage({
|
|
254
|
+
if (ssId) {
|
|
255
|
+
ssId !== getStorage('ssId') && setStorage({
|
|
255
256
|
key: 'ssId',
|
|
256
257
|
value: ssId
|
|
257
258
|
});
|
|
@@ -3449,6 +3450,9 @@ var getStorage = function getStorage(key) {
|
|
|
3449
3450
|
if (key === 'host' && !res) {
|
|
3450
3451
|
return win.location.origin;
|
|
3451
3452
|
}
|
|
3453
|
+
if (!res && key === 'token') {
|
|
3454
|
+
res = getCookie('token');
|
|
3455
|
+
}
|
|
3452
3456
|
return res;
|
|
3453
3457
|
}
|
|
3454
3458
|
var defaults = {};
|
|
@@ -3502,11 +3506,48 @@ var removeStorage = function removeStorage(key) {
|
|
|
3502
3506
|
* @desc 设置cookie
|
|
3503
3507
|
* @author huangbo
|
|
3504
3508
|
* @param {string} [name] cookie名称
|
|
3505
|
-
* @
|
|
3509
|
+
* @param {string} [value] cookie值
|
|
3510
|
+
* @param {boolean} [isSession] 是否是会话cookie
|
|
3506
3511
|
**/
|
|
3507
3512
|
var setCookie = function setCookie(name, value) {
|
|
3508
|
-
|
|
3509
|
-
|
|
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
|
+
}
|
|
3510
3551
|
};
|
|
3511
3552
|
|
|
3512
3553
|
/**
|
|
@@ -8362,21 +8403,21 @@ var _components;
|
|
|
8362
8403
|
return validSate;
|
|
8363
8404
|
},
|
|
8364
8405
|
|
|
8365
|
-
/**
|
|
8366
|
-
* changeOpinion
|
|
8367
|
-
* @desc:监听意见变化
|
|
8368
|
-
* @author liufan
|
|
8369
|
-
* @date 2022年10月28日
|
|
8406
|
+
/**
|
|
8407
|
+
* changeOpinion
|
|
8408
|
+
* @desc:监听意见变化
|
|
8409
|
+
* @author liufan
|
|
8410
|
+
* @date 2022年10月28日
|
|
8370
8411
|
**/
|
|
8371
8412
|
changeOpinion: function changeOpinion() {
|
|
8372
8413
|
this.$emit('change', this.form.value);
|
|
8373
8414
|
},
|
|
8374
8415
|
|
|
8375
|
-
/**
|
|
8376
|
-
* getCommonOpion
|
|
8377
|
-
* @desc:获取意见
|
|
8378
|
-
* @author liufan
|
|
8379
|
-
* @date 2022年5月25日
|
|
8416
|
+
/**
|
|
8417
|
+
* getCommonOpion
|
|
8418
|
+
* @desc:获取意见
|
|
8419
|
+
* @author liufan
|
|
8420
|
+
* @date 2022年5月25日
|
|
8380
8421
|
**/
|
|
8381
8422
|
getCommonOpion: function getCommonOpion() {
|
|
8382
8423
|
var _this = this;
|
|
@@ -8405,24 +8446,24 @@ var _components;
|
|
|
8405
8446
|
});
|
|
8406
8447
|
},
|
|
8407
8448
|
|
|
8408
|
-
/**
|
|
8409
|
-
* upDate
|
|
8410
|
-
* @desc:修改常用语
|
|
8411
|
-
* @author liufan
|
|
8412
|
-
* @param {Object} val 修改值
|
|
8413
|
-
* @date 2022年5月25日
|
|
8449
|
+
/**
|
|
8450
|
+
* upDate
|
|
8451
|
+
* @desc:修改常用语
|
|
8452
|
+
* @author liufan
|
|
8453
|
+
* @param {Object} val 修改值
|
|
8454
|
+
* @date 2022年5月25日
|
|
8414
8455
|
**/
|
|
8415
8456
|
upDate: function upDate(val) {
|
|
8416
8457
|
this.FormData.id = val.id;
|
|
8417
8458
|
this.addVisible = true;
|
|
8418
8459
|
},
|
|
8419
8460
|
|
|
8420
|
-
/**
|
|
8421
|
-
* selectChange
|
|
8422
|
-
* @desc:常用语选择
|
|
8423
|
-
* @author liufan
|
|
8424
|
-
* @param {String} val 选中值
|
|
8425
|
-
* @date 2022年5月25日
|
|
8461
|
+
/**
|
|
8462
|
+
* selectChange
|
|
8463
|
+
* @desc:常用语选择
|
|
8464
|
+
* @author liufan
|
|
8465
|
+
* @param {String} val 选中值
|
|
8466
|
+
* @date 2022年5月25日
|
|
8426
8467
|
**/
|
|
8427
8468
|
selectChange: function selectChange(val) {
|
|
8428
8469
|
var _this2 = this;
|
|
@@ -8441,12 +8482,12 @@ var _components;
|
|
|
8441
8482
|
});
|
|
8442
8483
|
},
|
|
8443
8484
|
|
|
8444
|
-
/**
|
|
8445
|
-
* del
|
|
8446
|
-
* @desc:删除常用语
|
|
8447
|
-
* @author liufan
|
|
8448
|
-
* @param {Object} val 删除的数据
|
|
8449
|
-
* @date 2022年5月25日
|
|
8485
|
+
/**
|
|
8486
|
+
* del
|
|
8487
|
+
* @desc:删除常用语
|
|
8488
|
+
* @author liufan
|
|
8489
|
+
* @param {Object} val 删除的数据
|
|
8490
|
+
* @date 2022年5月25日
|
|
8450
8491
|
**/
|
|
8451
8492
|
del: function del(val) {
|
|
8452
8493
|
var _this3 = this;
|
|
@@ -8488,12 +8529,12 @@ var _components;
|
|
|
8488
8529
|
}).catch(function (e) {});
|
|
8489
8530
|
},
|
|
8490
8531
|
|
|
8491
|
-
/**
|
|
8492
|
-
* submit
|
|
8493
|
-
* @desc:新增/编辑意见保存
|
|
8494
|
-
* @author liufan
|
|
8495
|
-
* @param {Object} val 保存数据
|
|
8496
|
-
* @date 2022年5月25日
|
|
8532
|
+
/**
|
|
8533
|
+
* submit
|
|
8534
|
+
* @desc:新增/编辑意见保存
|
|
8535
|
+
* @author liufan
|
|
8536
|
+
* @param {Object} val 保存数据
|
|
8537
|
+
* @date 2022年5月25日
|
|
8497
8538
|
**/
|
|
8498
8539
|
submit: function submit(val) {
|
|
8499
8540
|
var _this4 = this;
|
|
@@ -8558,8 +8599,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
|
8558
8599
|
)
|
|
8559
8600
|
|
|
8560
8601
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
8561
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
8562
|
-
var
|
|
8602
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=46843512&
|
|
8603
|
+
var processFormvue_type_template_id_46843512_render = function () {
|
|
8563
8604
|
var _vm = this
|
|
8564
8605
|
var _h = _vm.$createElement
|
|
8565
8606
|
var _c = _vm._self._c || _h
|
|
@@ -8845,6 +8886,8 @@ var processFormvue_type_template_id_e6806444_render = function () {
|
|
|
8845
8886
|
radioList: _vm.radioList,
|
|
8846
8887
|
multiple: _vm.multiple,
|
|
8847
8888
|
isCustomUser: !_vm.isShowNextUser ? 1 : _vm.isCustomUser,
|
|
8889
|
+
isCurrentNodeForbiddenChangeCandidate:
|
|
8890
|
+
_vm.isCurrentNodeForbiddenChangeCandidate,
|
|
8848
8891
|
options: _vm.options,
|
|
8849
8892
|
presetEdit: _vm.presetEdit,
|
|
8850
8893
|
mix: _vm.multiple,
|
|
@@ -9336,11 +9379,11 @@ var processFormvue_type_template_id_e6806444_render = function () {
|
|
|
9336
9379
|
1
|
|
9337
9380
|
)
|
|
9338
9381
|
}
|
|
9339
|
-
var
|
|
9340
|
-
|
|
9382
|
+
var processFormvue_type_template_id_46843512_staticRenderFns = []
|
|
9383
|
+
processFormvue_type_template_id_46843512_render._withStripped = true
|
|
9341
9384
|
|
|
9342
9385
|
|
|
9343
|
-
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=
|
|
9386
|
+
// CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=46843512&
|
|
9344
9387
|
|
|
9345
9388
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=4750588e&
|
|
9346
9389
|
var selectUservue_type_template_id_4750588e_render = function () {
|
|
@@ -11230,6 +11273,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11230
11273
|
//
|
|
11231
11274
|
//
|
|
11232
11275
|
//
|
|
11276
|
+
//
|
|
11233
11277
|
|
|
11234
11278
|
|
|
11235
11279
|
|
|
@@ -11310,6 +11354,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11310
11354
|
return {
|
|
11311
11355
|
loading: false,
|
|
11312
11356
|
isCustomUser: 0,
|
|
11357
|
+
isCurrentNodeForbiddenChangeCandidate: 0,
|
|
11313
11358
|
allLoading: null,
|
|
11314
11359
|
selectUser: false,
|
|
11315
11360
|
multiple: false,
|
|
@@ -11852,6 +11897,7 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11852
11897
|
_this6.allLoading.close();
|
|
11853
11898
|
}
|
|
11854
11899
|
if (status === 'success') {
|
|
11900
|
+
_this6.isCurrentNodeForbiddenChangeCandidate = nodeExtAttr.isCurrentNodeForbiddenChangeCandidate;
|
|
11855
11901
|
_this6.nextNode.userInfo = nextUserList;
|
|
11856
11902
|
_this6.countersignaturetypeCode = countersignaturetypeCode;
|
|
11857
11903
|
_this6.nextNode.countersignaturetypeText = countersignaturetypeText;
|
|
@@ -11968,11 +12014,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
11968
12014
|
});
|
|
11969
12015
|
},
|
|
11970
12016
|
|
|
11971
|
-
/**
|
|
11972
|
-
* isMultiple
|
|
11973
|
-
* @desc:是否多选
|
|
11974
|
-
* @author liufan
|
|
11975
|
-
* @date 2022年9月13日
|
|
12017
|
+
/**
|
|
12018
|
+
* isMultiple
|
|
12019
|
+
* @desc:是否多选
|
|
12020
|
+
* @author liufan
|
|
12021
|
+
* @date 2022年9月13日
|
|
11976
12022
|
**/
|
|
11977
12023
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
11978
12024
|
var multiple = false;
|
|
@@ -12134,8 +12180,8 @@ var processFormvue_type_script_lang_js_components;
|
|
|
12134
12180
|
|
|
12135
12181
|
var processForm_component = Object(componentNormalizer["a" /* default */])(
|
|
12136
12182
|
src_processFormvue_type_script_lang_js_,
|
|
12137
|
-
|
|
12138
|
-
|
|
12183
|
+
processFormvue_type_template_id_46843512_render,
|
|
12184
|
+
processFormvue_type_template_id_46843512_staticRenderFns,
|
|
12139
12185
|
false,
|
|
12140
12186
|
null,
|
|
12141
12187
|
null,
|
|
@@ -16015,11 +16061,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
16015
16061
|
});
|
|
16016
16062
|
},
|
|
16017
16063
|
|
|
16018
|
-
/**
|
|
16019
|
-
* isMultiple
|
|
16020
|
-
* @desc:是否多选
|
|
16021
|
-
* @author liufan
|
|
16022
|
-
* @date 2022年9月13日
|
|
16064
|
+
/**
|
|
16065
|
+
* isMultiple
|
|
16066
|
+
* @desc:是否多选
|
|
16067
|
+
* @author liufan
|
|
16068
|
+
* @date 2022年9月13日
|
|
16023
16069
|
**/
|
|
16024
16070
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16025
16071
|
var multiple = false;
|
|
@@ -20605,11 +20651,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20605
20651
|
});
|
|
20606
20652
|
},
|
|
20607
20653
|
|
|
20608
|
-
/**
|
|
20609
|
-
* saveInfo
|
|
20610
|
-
* @desc:暂存
|
|
20611
|
-
* @author liufan
|
|
20612
|
-
* @date 2022年9月9日
|
|
20654
|
+
/**
|
|
20655
|
+
* saveInfo
|
|
20656
|
+
* @desc:暂存
|
|
20657
|
+
* @author liufan
|
|
20658
|
+
* @date 2022年9月9日
|
|
20613
20659
|
**/
|
|
20614
20660
|
saveInfo: function saveInfo(type, btn) {
|
|
20615
20661
|
var _this6 = this;
|
|
@@ -20671,11 +20717,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20671
20717
|
});
|
|
20672
20718
|
},
|
|
20673
20719
|
|
|
20674
|
-
/**
|
|
20675
|
-
* rejectBtn
|
|
20676
|
-
* @desc:点击驳回
|
|
20677
|
-
* @author liufan
|
|
20678
|
-
* @date 2022年5月25日
|
|
20720
|
+
/**
|
|
20721
|
+
* rejectBtn
|
|
20722
|
+
* @desc:点击驳回
|
|
20723
|
+
* @author liufan
|
|
20724
|
+
* @date 2022年5月25日
|
|
20679
20725
|
**/
|
|
20680
20726
|
rejectBtn: function rejectBtn() {
|
|
20681
20727
|
var _this8 = this;
|
|
@@ -20693,11 +20739,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20693
20739
|
}
|
|
20694
20740
|
},
|
|
20695
20741
|
|
|
20696
|
-
/**
|
|
20697
|
-
* taskReadBtn
|
|
20698
|
-
* @desc:点击分阅
|
|
20699
|
-
* @author liufan
|
|
20700
|
-
* @date 2022年5月25日
|
|
20742
|
+
/**
|
|
20743
|
+
* taskReadBtn
|
|
20744
|
+
* @desc:点击分阅
|
|
20745
|
+
* @author liufan
|
|
20746
|
+
* @date 2022年5月25日
|
|
20701
20747
|
**/
|
|
20702
20748
|
taskReadBtn: function taskReadBtn() {
|
|
20703
20749
|
var _this9 = this;
|
|
@@ -20716,11 +20762,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20716
20762
|
}
|
|
20717
20763
|
},
|
|
20718
20764
|
|
|
20719
|
-
/**
|
|
20720
|
-
* getFind
|
|
20721
|
-
* @desc:获取通知方式
|
|
20722
|
-
* @author liufan
|
|
20723
|
-
* @date 2022年5月25日
|
|
20765
|
+
/**
|
|
20766
|
+
* getFind
|
|
20767
|
+
* @desc:获取通知方式
|
|
20768
|
+
* @author liufan
|
|
20769
|
+
* @date 2022年5月25日
|
|
20724
20770
|
**/
|
|
20725
20771
|
getFind: function getFind() {
|
|
20726
20772
|
var _this10 = this;
|
|
@@ -20775,12 +20821,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20775
20821
|
});
|
|
20776
20822
|
},
|
|
20777
20823
|
|
|
20778
|
-
/**
|
|
20779
|
-
* endFlows
|
|
20780
|
-
* @desc:直接办结
|
|
20781
|
-
* @author liufan
|
|
20782
|
-
* @param {Object} res 直接办结数据
|
|
20783
|
-
* @date 2022年5月25日
|
|
20824
|
+
/**
|
|
20825
|
+
* endFlows
|
|
20826
|
+
* @desc:直接办结
|
|
20827
|
+
* @author liufan
|
|
20828
|
+
* @param {Object} res 直接办结数据
|
|
20829
|
+
* @date 2022年5月25日
|
|
20784
20830
|
**/
|
|
20785
20831
|
endFlows: function endFlows(res) {
|
|
20786
20832
|
var _this12 = this;
|
|
@@ -20834,12 +20880,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20834
20880
|
}).catch(function (e) {});
|
|
20835
20881
|
},
|
|
20836
20882
|
|
|
20837
|
-
/**
|
|
20838
|
-
* goView
|
|
20839
|
-
* @desc:更多流程按钮操作
|
|
20840
|
-
* @author liufan
|
|
20841
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
20842
|
-
* @date 2022年5月25日
|
|
20883
|
+
/**
|
|
20884
|
+
* goView
|
|
20885
|
+
* @desc:更多流程按钮操作
|
|
20886
|
+
* @author liufan
|
|
20887
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
20888
|
+
* @date 2022年5月25日
|
|
20843
20889
|
**/
|
|
20844
20890
|
goView: function goView(res) {
|
|
20845
20891
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -20924,11 +20970,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20924
20970
|
// isCanStartSubFlow
|
|
20925
20971
|
},
|
|
20926
20972
|
|
|
20927
|
-
/**
|
|
20928
|
-
* toTakeAdvice
|
|
20929
|
-
* @desc:征求意见
|
|
20930
|
-
* @author liufan
|
|
20931
|
-
* @date 2022年9月29日
|
|
20973
|
+
/**
|
|
20974
|
+
* toTakeAdvice
|
|
20975
|
+
* @desc:征求意见
|
|
20976
|
+
* @author liufan
|
|
20977
|
+
* @date 2022年9月29日
|
|
20932
20978
|
**/
|
|
20933
20979
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
20934
20980
|
var _this14 = this;
|
|
@@ -20972,11 +21018,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20972
21018
|
});
|
|
20973
21019
|
},
|
|
20974
21020
|
|
|
20975
|
-
/**
|
|
20976
|
-
* toStartDraf
|
|
20977
|
-
* @desc: 稿件递送、联合审核、复核
|
|
20978
|
-
* @author liufan
|
|
20979
|
-
* @date 2022年9月29日
|
|
21021
|
+
/**
|
|
21022
|
+
* toStartDraf
|
|
21023
|
+
* @desc: 稿件递送、联合审核、复核
|
|
21024
|
+
* @author liufan
|
|
21025
|
+
* @date 2022年9月29日
|
|
20980
21026
|
**/
|
|
20981
21027
|
toStartDraf: function toStartDraf(res) {
|
|
20982
21028
|
var _this16 = this;
|
|
@@ -20990,11 +21036,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
20990
21036
|
}
|
|
20991
21037
|
},
|
|
20992
21038
|
|
|
20993
|
-
/**
|
|
20994
|
-
* toSendMsg
|
|
20995
|
-
* @desc:核稿通知
|
|
20996
|
-
* @author liufan
|
|
20997
|
-
* @date 2022年9月29日
|
|
21039
|
+
/**
|
|
21040
|
+
* toSendMsg
|
|
21041
|
+
* @desc:核稿通知
|
|
21042
|
+
* @author liufan
|
|
21043
|
+
* @date 2022年9月29日
|
|
20998
21044
|
**/
|
|
20999
21045
|
toSendMsg: function toSendMsg(res) {
|
|
21000
21046
|
var _this17 = this;
|
|
@@ -21008,11 +21054,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21008
21054
|
}
|
|
21009
21055
|
},
|
|
21010
21056
|
|
|
21011
|
-
/**
|
|
21012
|
-
* toTaskReadAndEnd
|
|
21013
|
-
* @desc:分阅并办结
|
|
21014
|
-
* @author liufan
|
|
21015
|
-
* @date 2022年9月29日
|
|
21057
|
+
/**
|
|
21058
|
+
* toTaskReadAndEnd
|
|
21059
|
+
* @desc:分阅并办结
|
|
21060
|
+
* @author liufan
|
|
21061
|
+
* @date 2022年9月29日
|
|
21016
21062
|
**/
|
|
21017
21063
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
21018
21064
|
var _this18 = this;
|
|
@@ -21030,11 +21076,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21030
21076
|
}
|
|
21031
21077
|
},
|
|
21032
21078
|
|
|
21033
|
-
/**
|
|
21034
|
-
* rejectAndEnd
|
|
21035
|
-
* @desc:驳回并办结
|
|
21036
|
-
* @author liufan
|
|
21037
|
-
* @date 2022年9月29日
|
|
21079
|
+
/**
|
|
21080
|
+
* rejectAndEnd
|
|
21081
|
+
* @desc:驳回并办结
|
|
21082
|
+
* @author liufan
|
|
21083
|
+
* @date 2022年9月29日
|
|
21038
21084
|
**/
|
|
21039
21085
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
21040
21086
|
var _this19 = this;
|
|
@@ -21089,11 +21135,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21089
21135
|
});
|
|
21090
21136
|
},
|
|
21091
21137
|
|
|
21092
|
-
/**
|
|
21093
|
-
* toTransfer
|
|
21094
|
-
* @desc:转办
|
|
21095
|
-
* @author liufan
|
|
21096
|
-
* @date 2022年9月29日
|
|
21138
|
+
/**
|
|
21139
|
+
* toTransfer
|
|
21140
|
+
* @desc:转办
|
|
21141
|
+
* @author liufan
|
|
21142
|
+
* @date 2022年9月29日
|
|
21097
21143
|
**/
|
|
21098
21144
|
toTransfer: function toTransfer(res) {
|
|
21099
21145
|
var _this21 = this;
|
|
@@ -21109,11 +21155,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21109
21155
|
}
|
|
21110
21156
|
},
|
|
21111
21157
|
|
|
21112
|
-
/**
|
|
21113
|
-
* getNodeInfo
|
|
21114
|
-
* @desc:获取节点信息
|
|
21115
|
-
* @author liufan
|
|
21116
|
-
* @date 2022年5月25日
|
|
21158
|
+
/**
|
|
21159
|
+
* getNodeInfo
|
|
21160
|
+
* @desc:获取节点信息
|
|
21161
|
+
* @author liufan
|
|
21162
|
+
* @date 2022年5月25日
|
|
21117
21163
|
**/
|
|
21118
21164
|
getNodeInfo: function getNodeInfo() {
|
|
21119
21165
|
var _this22 = this;
|
|
@@ -21212,12 +21258,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21212
21258
|
});
|
|
21213
21259
|
},
|
|
21214
21260
|
|
|
21215
|
-
/**
|
|
21216
|
-
* selecNext
|
|
21217
|
-
* @desc:下步节点变化时更新数据
|
|
21218
|
-
* @author liufan
|
|
21219
|
-
* @param {String} val 当前选中值
|
|
21220
|
-
* @date 2022年5月25日
|
|
21261
|
+
/**
|
|
21262
|
+
* selecNext
|
|
21263
|
+
* @desc:下步节点变化时更新数据
|
|
21264
|
+
* @author liufan
|
|
21265
|
+
* @param {String} val 当前选中值
|
|
21266
|
+
* @date 2022年5月25日
|
|
21221
21267
|
**/
|
|
21222
21268
|
selecNext: function selecNext(val, type, isDef) {
|
|
21223
21269
|
var _this23 = this;
|
|
@@ -21326,11 +21372,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21326
21372
|
if (isDef !== true) this.getNodeInfo();
|
|
21327
21373
|
},
|
|
21328
21374
|
|
|
21329
|
-
/**
|
|
21330
|
-
* isMultiple
|
|
21331
|
-
* @desc:是否多选
|
|
21332
|
-
* @author liufan
|
|
21333
|
-
* @date 2022年9月13日
|
|
21375
|
+
/**
|
|
21376
|
+
* isMultiple
|
|
21377
|
+
* @desc:是否多选
|
|
21378
|
+
* @author liufan
|
|
21379
|
+
* @date 2022年9月13日
|
|
21334
21380
|
**/
|
|
21335
21381
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
21336
21382
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -21362,11 +21408,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21362
21408
|
}
|
|
21363
21409
|
},
|
|
21364
21410
|
|
|
21365
|
-
/**
|
|
21366
|
-
* getHedInfo
|
|
21367
|
-
* @desc:获取审核页面数据
|
|
21368
|
-
* @author liufan
|
|
21369
|
-
* @date 2022年5月25日
|
|
21411
|
+
/**
|
|
21412
|
+
* getHedInfo
|
|
21413
|
+
* @desc:获取审核页面数据
|
|
21414
|
+
* @author liufan
|
|
21415
|
+
* @date 2022年5月25日
|
|
21370
21416
|
**/
|
|
21371
21417
|
getHedInfo: function getHedInfo() {
|
|
21372
21418
|
var _this24 = this;
|
|
@@ -21602,13 +21648,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21602
21648
|
});
|
|
21603
21649
|
},
|
|
21604
21650
|
|
|
21605
|
-
/**
|
|
21606
|
-
* closeProcess
|
|
21607
|
-
* @desc:关闭弹窗
|
|
21608
|
-
* @author liufan
|
|
21609
|
-
* @param {boolean} val 当前是否办理流程
|
|
21610
|
-
* @param {String} type 当前点击的弹窗类型
|
|
21611
|
-
* @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日
|
|
21612
21658
|
**/
|
|
21613
21659
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
21614
21660
|
if (closeParent) {
|
|
@@ -21625,23 +21671,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21625
21671
|
}
|
|
21626
21672
|
},
|
|
21627
21673
|
|
|
21628
|
-
/**
|
|
21629
|
-
* selectChange
|
|
21630
|
-
* @desc:常用语选择
|
|
21631
|
-
* @author liufan
|
|
21632
|
-
* @param {String} val 选中值
|
|
21633
|
-
* @date 2022年5月25日
|
|
21674
|
+
/**
|
|
21675
|
+
* selectChange
|
|
21676
|
+
* @desc:常用语选择
|
|
21677
|
+
* @author liufan
|
|
21678
|
+
* @param {String} val 选中值
|
|
21679
|
+
* @date 2022年5月25日
|
|
21634
21680
|
**/
|
|
21635
21681
|
selectChange: function selectChange(val) {
|
|
21636
21682
|
this.value = val;
|
|
21637
21683
|
},
|
|
21638
21684
|
|
|
21639
|
-
/**
|
|
21640
|
-
* upDate
|
|
21641
|
-
* @desc:修改常用语
|
|
21642
|
-
* @author liufan
|
|
21643
|
-
* @param {Object} val 修改值
|
|
21644
|
-
* @date 2022年5月25日
|
|
21685
|
+
/**
|
|
21686
|
+
* upDate
|
|
21687
|
+
* @desc:修改常用语
|
|
21688
|
+
* @author liufan
|
|
21689
|
+
* @param {Object} val 修改值
|
|
21690
|
+
* @date 2022年5月25日
|
|
21645
21691
|
**/
|
|
21646
21692
|
upDate: function upDate(val) {
|
|
21647
21693
|
this.FormData.id = val.id;
|
|
@@ -21649,11 +21695,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21649
21695
|
},
|
|
21650
21696
|
|
|
21651
21697
|
|
|
21652
|
-
/**
|
|
21653
|
-
* getProcess
|
|
21654
|
-
* @desc:获取选择流程
|
|
21655
|
-
* @author liufan
|
|
21656
|
-
* @date 2022年5月25日
|
|
21698
|
+
/**
|
|
21699
|
+
* getProcess
|
|
21700
|
+
* @desc:获取选择流程
|
|
21701
|
+
* @author liufan
|
|
21702
|
+
* @date 2022年5月25日
|
|
21657
21703
|
**/
|
|
21658
21704
|
getProcess: function getProcess() {
|
|
21659
21705
|
var _this25 = this;
|
|
@@ -21707,11 +21753,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21707
21753
|
});
|
|
21708
21754
|
},
|
|
21709
21755
|
|
|
21710
|
-
/**
|
|
21711
|
-
* getPendedhistoryList
|
|
21712
|
-
* @desc:获取流程列表
|
|
21713
|
-
* @author liufan
|
|
21714
|
-
* @date 2022年5月25日
|
|
21756
|
+
/**
|
|
21757
|
+
* getPendedhistoryList
|
|
21758
|
+
* @desc:获取流程列表
|
|
21759
|
+
* @author liufan
|
|
21760
|
+
* @date 2022年5月25日
|
|
21715
21761
|
**/
|
|
21716
21762
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
21717
21763
|
var _this26 = this;
|
|
@@ -21743,12 +21789,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
21743
21789
|
},
|
|
21744
21790
|
|
|
21745
21791
|
// 提交流程
|
|
21746
|
-
/**
|
|
21747
|
-
* subProcess
|
|
21748
|
-
* @desc:提交流程
|
|
21749
|
-
* @author liufan
|
|
21750
|
-
* @param {String} formName 当前form表单ref值
|
|
21751
|
-
* @date 2022年5月25日
|
|
21792
|
+
/**
|
|
21793
|
+
* subProcess
|
|
21794
|
+
* @desc:提交流程
|
|
21795
|
+
* @author liufan
|
|
21796
|
+
* @param {String} formName 当前form表单ref值
|
|
21797
|
+
* @date 2022年5月25日
|
|
21752
21798
|
**/
|
|
21753
21799
|
subProcess: function subProcess(val) {
|
|
21754
21800
|
var _this27 = this;
|
|
@@ -25328,11 +25374,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25328
25374
|
});
|
|
25329
25375
|
},
|
|
25330
25376
|
|
|
25331
|
-
/**
|
|
25332
|
-
* saveInfo
|
|
25333
|
-
* @desc:暂存
|
|
25334
|
-
* @author liufan
|
|
25335
|
-
* @date 2022年9月9日
|
|
25377
|
+
/**
|
|
25378
|
+
* saveInfo
|
|
25379
|
+
* @desc:暂存
|
|
25380
|
+
* @author liufan
|
|
25381
|
+
* @date 2022年9月9日
|
|
25336
25382
|
**/
|
|
25337
25383
|
saveInfo: function saveInfo(type, btn) {
|
|
25338
25384
|
var _this11 = this;
|
|
@@ -25394,11 +25440,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25394
25440
|
});
|
|
25395
25441
|
},
|
|
25396
25442
|
|
|
25397
|
-
/**
|
|
25398
|
-
* rejectBtn
|
|
25399
|
-
* @desc:点击驳回
|
|
25400
|
-
* @author liufan
|
|
25401
|
-
* @date 2022年5月25日
|
|
25443
|
+
/**
|
|
25444
|
+
* rejectBtn
|
|
25445
|
+
* @desc:点击驳回
|
|
25446
|
+
* @author liufan
|
|
25447
|
+
* @date 2022年5月25日
|
|
25402
25448
|
**/
|
|
25403
25449
|
rejectBtn: function rejectBtn() {
|
|
25404
25450
|
var _this13 = this;
|
|
@@ -25416,11 +25462,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25416
25462
|
}
|
|
25417
25463
|
},
|
|
25418
25464
|
|
|
25419
|
-
/**
|
|
25420
|
-
* taskReadBtn
|
|
25421
|
-
* @desc:点击分阅
|
|
25422
|
-
* @author liufan
|
|
25423
|
-
* @date 2022年5月25日
|
|
25465
|
+
/**
|
|
25466
|
+
* taskReadBtn
|
|
25467
|
+
* @desc:点击分阅
|
|
25468
|
+
* @author liufan
|
|
25469
|
+
* @date 2022年5月25日
|
|
25424
25470
|
**/
|
|
25425
25471
|
taskReadBtn: function taskReadBtn() {
|
|
25426
25472
|
var _this14 = this;
|
|
@@ -25439,11 +25485,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25439
25485
|
}
|
|
25440
25486
|
},
|
|
25441
25487
|
|
|
25442
|
-
/**
|
|
25443
|
-
* getFind
|
|
25444
|
-
* @desc:获取通知方式
|
|
25445
|
-
* @author liufan
|
|
25446
|
-
* @date 2022年5月25日
|
|
25488
|
+
/**
|
|
25489
|
+
* getFind
|
|
25490
|
+
* @desc:获取通知方式
|
|
25491
|
+
* @author liufan
|
|
25492
|
+
* @date 2022年5月25日
|
|
25447
25493
|
**/
|
|
25448
25494
|
getFind: function getFind() {
|
|
25449
25495
|
var _this15 = this;
|
|
@@ -25509,12 +25555,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25509
25555
|
});
|
|
25510
25556
|
},
|
|
25511
25557
|
|
|
25512
|
-
/**
|
|
25513
|
-
* endFlows
|
|
25514
|
-
* @desc:直接办结
|
|
25515
|
-
* @author liufan
|
|
25516
|
-
* @param {Object} res 直接办结数据
|
|
25517
|
-
* @date 2022年5月25日
|
|
25558
|
+
/**
|
|
25559
|
+
* endFlows
|
|
25560
|
+
* @desc:直接办结
|
|
25561
|
+
* @author liufan
|
|
25562
|
+
* @param {Object} res 直接办结数据
|
|
25563
|
+
* @date 2022年5月25日
|
|
25518
25564
|
**/
|
|
25519
25565
|
endFlows: function endFlows(res) {
|
|
25520
25566
|
var _this17 = this;
|
|
@@ -25569,12 +25615,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25569
25615
|
}).catch(function (e) {});
|
|
25570
25616
|
},
|
|
25571
25617
|
|
|
25572
|
-
/**
|
|
25573
|
-
* goView
|
|
25574
|
-
* @desc:更多流程按钮操作
|
|
25575
|
-
* @author liufan
|
|
25576
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
25577
|
-
* @date 2022年5月25日
|
|
25618
|
+
/**
|
|
25619
|
+
* goView
|
|
25620
|
+
* @desc:更多流程按钮操作
|
|
25621
|
+
* @author liufan
|
|
25622
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
25623
|
+
* @date 2022年5月25日
|
|
25578
25624
|
**/
|
|
25579
25625
|
goView: function goView(res) {
|
|
25580
25626
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -25659,11 +25705,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25659
25705
|
// isCanStartSubFlow
|
|
25660
25706
|
},
|
|
25661
25707
|
|
|
25662
|
-
/**
|
|
25663
|
-
* toTakeAdvice
|
|
25664
|
-
* @desc:征求意见
|
|
25665
|
-
* @author liufan
|
|
25666
|
-
* @date 2022年9月29日
|
|
25708
|
+
/**
|
|
25709
|
+
* toTakeAdvice
|
|
25710
|
+
* @desc:征求意见
|
|
25711
|
+
* @author liufan
|
|
25712
|
+
* @date 2022年9月29日
|
|
25667
25713
|
**/
|
|
25668
25714
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
25669
25715
|
var _this19 = this;
|
|
@@ -25707,11 +25753,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25707
25753
|
});
|
|
25708
25754
|
},
|
|
25709
25755
|
|
|
25710
|
-
/**
|
|
25711
|
-
* toStartDraf
|
|
25712
|
-
* @desc: 稿件递送、联合审核、复核
|
|
25713
|
-
* @author liufan
|
|
25714
|
-
* @date 2022年9月29日
|
|
25756
|
+
/**
|
|
25757
|
+
* toStartDraf
|
|
25758
|
+
* @desc: 稿件递送、联合审核、复核
|
|
25759
|
+
* @author liufan
|
|
25760
|
+
* @date 2022年9月29日
|
|
25715
25761
|
**/
|
|
25716
25762
|
toStartDraf: function toStartDraf(res) {
|
|
25717
25763
|
var _this21 = this;
|
|
@@ -25725,11 +25771,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25725
25771
|
}
|
|
25726
25772
|
},
|
|
25727
25773
|
|
|
25728
|
-
/**
|
|
25729
|
-
* toSendMsg
|
|
25730
|
-
* @desc:核稿通知
|
|
25731
|
-
* @author liufan
|
|
25732
|
-
* @date 2022年9月29日
|
|
25774
|
+
/**
|
|
25775
|
+
* toSendMsg
|
|
25776
|
+
* @desc:核稿通知
|
|
25777
|
+
* @author liufan
|
|
25778
|
+
* @date 2022年9月29日
|
|
25733
25779
|
**/
|
|
25734
25780
|
toSendMsg: function toSendMsg(res) {
|
|
25735
25781
|
var _this22 = this;
|
|
@@ -25743,11 +25789,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25743
25789
|
}
|
|
25744
25790
|
},
|
|
25745
25791
|
|
|
25746
|
-
/**
|
|
25747
|
-
* toTaskReadAndEnd
|
|
25748
|
-
* @desc:分阅并办结
|
|
25749
|
-
* @author liufan
|
|
25750
|
-
* @date 2022年9月29日
|
|
25792
|
+
/**
|
|
25793
|
+
* toTaskReadAndEnd
|
|
25794
|
+
* @desc:分阅并办结
|
|
25795
|
+
* @author liufan
|
|
25796
|
+
* @date 2022年9月29日
|
|
25751
25797
|
**/
|
|
25752
25798
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
25753
25799
|
var _this23 = this;
|
|
@@ -25765,11 +25811,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25765
25811
|
}
|
|
25766
25812
|
},
|
|
25767
25813
|
|
|
25768
|
-
/**
|
|
25769
|
-
* rejectAndEnd
|
|
25770
|
-
* @desc:驳回并办结
|
|
25771
|
-
* @author liufan
|
|
25772
|
-
* @date 2022年9月29日
|
|
25814
|
+
/**
|
|
25815
|
+
* rejectAndEnd
|
|
25816
|
+
* @desc:驳回并办结
|
|
25817
|
+
* @author liufan
|
|
25818
|
+
* @date 2022年9月29日
|
|
25773
25819
|
**/
|
|
25774
25820
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
25775
25821
|
var _this24 = this;
|
|
@@ -25825,11 +25871,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25825
25871
|
});
|
|
25826
25872
|
},
|
|
25827
25873
|
|
|
25828
|
-
/**
|
|
25829
|
-
* toTransfer
|
|
25830
|
-
* @desc:转办
|
|
25831
|
-
* @author liufan
|
|
25832
|
-
* @date 2022年9月29日
|
|
25874
|
+
/**
|
|
25875
|
+
* toTransfer
|
|
25876
|
+
* @desc:转办
|
|
25877
|
+
* @author liufan
|
|
25878
|
+
* @date 2022年9月29日
|
|
25833
25879
|
**/
|
|
25834
25880
|
toTransfer: function toTransfer(res) {
|
|
25835
25881
|
var _this26 = this;
|
|
@@ -25845,11 +25891,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25845
25891
|
}
|
|
25846
25892
|
},
|
|
25847
25893
|
|
|
25848
|
-
/**
|
|
25849
|
-
* getNodeInfo
|
|
25850
|
-
* @desc:获取节点信息
|
|
25851
|
-
* @author liufan
|
|
25852
|
-
* @date 2022年5月25日
|
|
25894
|
+
/**
|
|
25895
|
+
* getNodeInfo
|
|
25896
|
+
* @desc:获取节点信息
|
|
25897
|
+
* @author liufan
|
|
25898
|
+
* @date 2022年5月25日
|
|
25853
25899
|
**/
|
|
25854
25900
|
getNodeInfo: function getNodeInfo() {
|
|
25855
25901
|
var _this27 = this;
|
|
@@ -25956,12 +26002,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
25956
26002
|
});
|
|
25957
26003
|
},
|
|
25958
26004
|
|
|
25959
|
-
/**
|
|
25960
|
-
* selecNext
|
|
25961
|
-
* @desc:下步节点变化时更新数据
|
|
25962
|
-
* @author liufan
|
|
25963
|
-
* @param {String} val 当前选中值
|
|
25964
|
-
* @date 2022年5月25日
|
|
26005
|
+
/**
|
|
26006
|
+
* selecNext
|
|
26007
|
+
* @desc:下步节点变化时更新数据
|
|
26008
|
+
* @author liufan
|
|
26009
|
+
* @param {String} val 当前选中值
|
|
26010
|
+
* @date 2022年5月25日
|
|
25965
26011
|
**/
|
|
25966
26012
|
selecNext: function selecNext(val, type, isDef) {
|
|
25967
26013
|
var _this28 = this;
|
|
@@ -26093,11 +26139,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26093
26139
|
this.getNodeInfo();
|
|
26094
26140
|
},
|
|
26095
26141
|
|
|
26096
|
-
/**
|
|
26097
|
-
* isMultiple
|
|
26098
|
-
* @desc:是否多选
|
|
26099
|
-
* @author liufan
|
|
26100
|
-
* @date 2022年9月13日
|
|
26142
|
+
/**
|
|
26143
|
+
* isMultiple
|
|
26144
|
+
* @desc:是否多选
|
|
26145
|
+
* @author liufan
|
|
26146
|
+
* @date 2022年9月13日
|
|
26101
26147
|
**/
|
|
26102
26148
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
26103
26149
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -26129,11 +26175,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26129
26175
|
}
|
|
26130
26176
|
},
|
|
26131
26177
|
|
|
26132
|
-
/**
|
|
26133
|
-
* getHedInfo
|
|
26134
|
-
* @desc:获取审核页面数据
|
|
26135
|
-
* @author liufan
|
|
26136
|
-
* @date 2022年5月25日
|
|
26178
|
+
/**
|
|
26179
|
+
* getHedInfo
|
|
26180
|
+
* @desc:获取审核页面数据
|
|
26181
|
+
* @author liufan
|
|
26182
|
+
* @date 2022年5月25日
|
|
26137
26183
|
**/
|
|
26138
26184
|
getHedInfo: function getHedInfo() {
|
|
26139
26185
|
var _this29 = this;
|
|
@@ -26432,13 +26478,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26432
26478
|
});
|
|
26433
26479
|
},
|
|
26434
26480
|
|
|
26435
|
-
/**
|
|
26436
|
-
* closeProcess
|
|
26437
|
-
* @desc:关闭弹窗
|
|
26438
|
-
* @author liufan
|
|
26439
|
-
* @param {boolean} val 当前是否办理流程
|
|
26440
|
-
* @param {String} type 当前点击的弹窗类型
|
|
26441
|
-
* @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日
|
|
26442
26488
|
**/
|
|
26443
26489
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
26444
26490
|
if (this.closeParent && !this.startFlowPageEmbeddedIntoStartFlowIndex) {
|
|
@@ -26458,23 +26504,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26458
26504
|
}
|
|
26459
26505
|
},
|
|
26460
26506
|
|
|
26461
|
-
/**
|
|
26462
|
-
* selectChange
|
|
26463
|
-
* @desc:常用语选择
|
|
26464
|
-
* @author liufan
|
|
26465
|
-
* @param {String} val 选中值
|
|
26466
|
-
* @date 2022年5月25日
|
|
26507
|
+
/**
|
|
26508
|
+
* selectChange
|
|
26509
|
+
* @desc:常用语选择
|
|
26510
|
+
* @author liufan
|
|
26511
|
+
* @param {String} val 选中值
|
|
26512
|
+
* @date 2022年5月25日
|
|
26467
26513
|
**/
|
|
26468
26514
|
selectChange: function selectChange(val) {
|
|
26469
26515
|
this.value = val;
|
|
26470
26516
|
},
|
|
26471
26517
|
|
|
26472
|
-
/**
|
|
26473
|
-
* upDate
|
|
26474
|
-
* @desc:修改常用语
|
|
26475
|
-
* @author liufan
|
|
26476
|
-
* @param {Object} val 修改值
|
|
26477
|
-
* @date 2022年5月25日
|
|
26518
|
+
/**
|
|
26519
|
+
* upDate
|
|
26520
|
+
* @desc:修改常用语
|
|
26521
|
+
* @author liufan
|
|
26522
|
+
* @param {Object} val 修改值
|
|
26523
|
+
* @date 2022年5月25日
|
|
26478
26524
|
**/
|
|
26479
26525
|
upDate: function upDate(val) {
|
|
26480
26526
|
this.FormData.id = val.id;
|
|
@@ -26482,11 +26528,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26482
26528
|
},
|
|
26483
26529
|
|
|
26484
26530
|
|
|
26485
|
-
/**
|
|
26486
|
-
* getProcess
|
|
26487
|
-
* @desc:获取选择流程
|
|
26488
|
-
* @author liufan
|
|
26489
|
-
* @date 2022年5月25日
|
|
26531
|
+
/**
|
|
26532
|
+
* getProcess
|
|
26533
|
+
* @desc:获取选择流程
|
|
26534
|
+
* @author liufan
|
|
26535
|
+
* @date 2022年5月25日
|
|
26490
26536
|
**/
|
|
26491
26537
|
getProcess: function getProcess(val) {
|
|
26492
26538
|
var _this30 = this;
|
|
@@ -26546,11 +26592,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26546
26592
|
});
|
|
26547
26593
|
},
|
|
26548
26594
|
|
|
26549
|
-
/**
|
|
26550
|
-
* getPendedhistoryList
|
|
26551
|
-
* @desc:获取流程列表
|
|
26552
|
-
* @author liufan
|
|
26553
|
-
* @date 2022年5月25日
|
|
26595
|
+
/**
|
|
26596
|
+
* getPendedhistoryList
|
|
26597
|
+
* @desc:获取流程列表
|
|
26598
|
+
* @author liufan
|
|
26599
|
+
* @date 2022年5月25日
|
|
26554
26600
|
**/
|
|
26555
26601
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
26556
26602
|
var _this31 = this;
|
|
@@ -26618,12 +26664,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
26618
26664
|
},
|
|
26619
26665
|
|
|
26620
26666
|
// 提交流程
|
|
26621
|
-
/**
|
|
26622
|
-
* subProcess
|
|
26623
|
-
* @desc:提交流程
|
|
26624
|
-
* @author liufan
|
|
26625
|
-
* @param {String} formName 当前form表单ref值
|
|
26626
|
-
* @date 2022年5月25日
|
|
26667
|
+
/**
|
|
26668
|
+
* subProcess
|
|
26669
|
+
* @desc:提交流程
|
|
26670
|
+
* @author liufan
|
|
26671
|
+
* @param {String} formName 当前form表单ref值
|
|
26672
|
+
* @date 2022年5月25日
|
|
26627
26673
|
**/
|
|
26628
26674
|
subProcess: function subProcess(val, type) {
|
|
26629
26675
|
var _this33 = this;
|