eoss-ui 0.6.51 → 0.6.52
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/eoss-ui.common.js +546 -523
- package/lib/flow-list.js +110 -87
- package/lib/flow.js +280 -280
- package/lib/index.js +1 -1
- package/lib/main.js +132 -132
- package/lib/qr-code.js +13 -13
- package/lib/upload.js +6 -6
- package/package.json +159 -159
- 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/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 +144 -144
- package/packages/data-table/index.js +5 -5
- package/packages/data-table/src/children.vue +39 -39
- package/packages/data-table/src/column.vue +989 -989
- package/packages/data-table/src/main.vue +1822 -1822
- package/packages/data-table/src/sizer.vue +195 -195
- package/packages/data-table-form/index.js +5 -5
- package/packages/data-table-form/src/checkbox.vue +101 -101
- package/packages/data-table-form/src/colgroup.vue +17 -17
- package/packages/data-table-form/src/main.vue +181 -181
- package/packages/data-table-form/src/radio.vue +65 -65
- package/packages/data-table-form/src/table.vue +233 -233
- package/packages/data-table-form/src/tbody.vue +336 -336
- package/packages/data-table-form/src/thead.vue +68 -68
- package/packages/date-picker/index.js +5 -5
- 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/index.js +5 -5
- package/packages/flow/src/component/CommonOpinions.vue +345 -345
- 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 +229 -229
- package/packages/flow/src/component/TimeLimit.vue +190 -190
- package/packages/flow/src/component/taskUnionExamine.vue +611 -611
- package/packages/flow/src/form.vue +121 -121
- package/packages/flow/src/freeStartFlow.vue +2843 -2843
- package/packages/flow/src/main.vue +3131 -3131
- package/packages/flow/src/processForm.vue +1031 -1031
- package/packages/flow/src/processReject.vue +293 -293
- package/packages/flow/src/reset.vue +902 -902
- package/packages/flow/src/startTaskRead.vue +597 -597
- package/packages/flow/src/supervise.vue +138 -138
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-group/index.js +5 -5
- package/packages/flow-group/src/main.vue +688 -688
- package/packages/flow-list/index.js +5 -5
- package/packages/flow-list/src/main.vue +1434 -1411
- package/packages/form/index.js +5 -5
- package/packages/form/src/main.vue +3583 -3583
- package/packages/form/src/table.vue +1426 -1426
- package/packages/handle-user/index.js +5 -5
- package/packages/handle-user/src/main.vue +138 -138
- package/packages/handler/index.js +5 -5
- package/packages/handler/src/main.vue +493 -493
- package/packages/icon/index.js +5 -5
- package/packages/icon/src/main.vue +101 -101
- package/packages/icons/index.js +5 -5
- package/packages/icons/src/main.vue +81 -81
- package/packages/input/index.js +5 -5
- package/packages/input/src/main.vue +356 -356
- package/packages/input-number/index.js +5 -5
- package/packages/input-number/src/main.vue +106 -106
- package/packages/label/index.js +5 -5
- package/packages/label/src/main.vue +457 -457
- package/packages/layout/index.js +5 -5
- package/packages/layout/src/item.vue +152 -152
- package/packages/layout/src/main.vue +31 -31
- package/packages/login/index.js +5 -5
- package/packages/login/src/main.vue +1935 -1935
- package/packages/login/src/resetPassword.vue +562 -562
- package/packages/main/index.js +5 -5
- package/packages/main/src/default/message.vue +249 -249
- package/packages/main/src/default/notice.vue +157 -157
- package/packages/main/src/default/userinfo.vue +503 -503
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +461 -461
- 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 +2064 -2064
- package/packages/main/src/simplicity/lists.vue +84 -84
- package/packages/main/src/simplicity/menu-list.vue +128 -128
- 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 +241 -241
- package/packages/main/src/simplicity/user.vue +257 -257
- package/packages/main/src/simplicity/userinfo.vue +312 -312
- package/packages/menu/index.js +5 -5
- package/packages/menu/src/main.vue +536 -536
- 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/index.js +5 -5
- package/packages/select/src/main.vue +775 -775
- package/packages/select-ganged/index.js +5 -5
- package/packages/select-ganged/src/main.vue +724 -724
- package/packages/selector/index.js +5 -5
- package/packages/selector/src/main.vue +687 -687
- package/packages/selector-panel/index.js +5 -5
- package/packages/selector-panel/src/main.vue +1027 -1027
- package/packages/selector-panel/src/selection.vue +177 -177
- package/packages/selector-panel/src/tree.vue +129 -129
- package/packages/sizer/index.js +5 -5
- package/packages/sizer/src/main.vue +254 -254
- package/packages/steps/index.js +5 -5
- package/packages/steps/src/main.vue +181 -181
- package/packages/switch/index.js +5 -5
- package/packages/switch/src/main.vue +154 -154
- package/packages/table-form/index.js +5 -5
- package/packages/tabs/index.js +5 -5
- package/packages/tabs/src/main.vue +788 -788
- package/packages/tabs-panel/index.js +5 -5
- package/packages/tabs-panel/src/main.vue +29 -29
- package/packages/theme-chalk/src/base.scss +260 -260
- package/packages/theme-chalk/src/button-group.scss +175 -175
- 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 +36 -36
- package/packages/theme-chalk/src/flow.scss +335 -335
- package/packages/theme-chalk/src/form.scss +496 -496
- 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 +1789 -1789
- 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 +969 -969
- package/packages/theme-chalk/src/main.scss +663 -663
- package/packages/theme-chalk/src/menu.scss +222 -222
- package/packages/theme-chalk/src/mixins/color.scss +117 -117
- package/packages/theme-chalk/src/nav.scss +111 -111
- package/packages/theme-chalk/src/page.scss +3 -3
- package/packages/theme-chalk/src/pagination.scss +29 -29
- package/packages/theme-chalk/src/player.scss +9 -9
- package/packages/theme-chalk/src/qr-code.scss +17 -17
- package/packages/theme-chalk/src/radio-group.scss +9 -9
- package/packages/theme-chalk/src/retrial-auth.scss +38 -38
- package/packages/theme-chalk/src/select-ganged.scss +8 -8
- package/packages/theme-chalk/src/select.scss +8 -8
- package/packages/theme-chalk/src/selector-panel.scss +204 -204
- package/packages/theme-chalk/src/selector.scss +91 -91
- package/packages/theme-chalk/src/simplicity.scss +1265 -1265
- 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 +167 -167
- 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/index.js +5 -5
- package/packages/upload/src/main.vue +1339 -1335
- 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/config/api.js +281 -281
- package/src/config/image.js +2 -2
- package/src/index.js +1 -1
- 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
|
@@ -7453,21 +7453,21 @@ var _components;
|
|
|
7453
7453
|
return validSate;
|
|
7454
7454
|
},
|
|
7455
7455
|
|
|
7456
|
-
/**
|
|
7457
|
-
* changeOpinion
|
|
7458
|
-
* @desc:监听意见变化
|
|
7459
|
-
* @author liufan
|
|
7460
|
-
* @date 2022年10月28日
|
|
7456
|
+
/**
|
|
7457
|
+
* changeOpinion
|
|
7458
|
+
* @desc:监听意见变化
|
|
7459
|
+
* @author liufan
|
|
7460
|
+
* @date 2022年10月28日
|
|
7461
7461
|
**/
|
|
7462
7462
|
changeOpinion: function changeOpinion() {
|
|
7463
7463
|
this.$emit('change', this.form.value);
|
|
7464
7464
|
},
|
|
7465
7465
|
|
|
7466
|
-
/**
|
|
7467
|
-
* getCommonOpion
|
|
7468
|
-
* @desc:获取意见
|
|
7469
|
-
* @author liufan
|
|
7470
|
-
* @date 2022年5月25日
|
|
7466
|
+
/**
|
|
7467
|
+
* getCommonOpion
|
|
7468
|
+
* @desc:获取意见
|
|
7469
|
+
* @author liufan
|
|
7470
|
+
* @date 2022年5月25日
|
|
7471
7471
|
**/
|
|
7472
7472
|
getCommonOpion: function getCommonOpion() {
|
|
7473
7473
|
var _this = this;
|
|
@@ -7496,24 +7496,24 @@ var _components;
|
|
|
7496
7496
|
});
|
|
7497
7497
|
},
|
|
7498
7498
|
|
|
7499
|
-
/**
|
|
7500
|
-
* upDate
|
|
7501
|
-
* @desc:修改常用语
|
|
7502
|
-
* @author liufan
|
|
7503
|
-
* @param {Object} val 修改值
|
|
7504
|
-
* @date 2022年5月25日
|
|
7499
|
+
/**
|
|
7500
|
+
* upDate
|
|
7501
|
+
* @desc:修改常用语
|
|
7502
|
+
* @author liufan
|
|
7503
|
+
* @param {Object} val 修改值
|
|
7504
|
+
* @date 2022年5月25日
|
|
7505
7505
|
**/
|
|
7506
7506
|
upDate: function upDate(val) {
|
|
7507
7507
|
this.FormData.id = val.id;
|
|
7508
7508
|
this.addVisible = true;
|
|
7509
7509
|
},
|
|
7510
7510
|
|
|
7511
|
-
/**
|
|
7512
|
-
* selectChange
|
|
7513
|
-
* @desc:常用语选择
|
|
7514
|
-
* @author liufan
|
|
7515
|
-
* @param {String} val 选中值
|
|
7516
|
-
* @date 2022年5月25日
|
|
7511
|
+
/**
|
|
7512
|
+
* selectChange
|
|
7513
|
+
* @desc:常用语选择
|
|
7514
|
+
* @author liufan
|
|
7515
|
+
* @param {String} val 选中值
|
|
7516
|
+
* @date 2022年5月25日
|
|
7517
7517
|
**/
|
|
7518
7518
|
selectChange: function selectChange(val) {
|
|
7519
7519
|
var _this2 = this;
|
|
@@ -7532,12 +7532,12 @@ var _components;
|
|
|
7532
7532
|
});
|
|
7533
7533
|
},
|
|
7534
7534
|
|
|
7535
|
-
/**
|
|
7536
|
-
* del
|
|
7537
|
-
* @desc:删除常用语
|
|
7538
|
-
* @author liufan
|
|
7539
|
-
* @param {Object} val 删除的数据
|
|
7540
|
-
* @date 2022年5月25日
|
|
7535
|
+
/**
|
|
7536
|
+
* del
|
|
7537
|
+
* @desc:删除常用语
|
|
7538
|
+
* @author liufan
|
|
7539
|
+
* @param {Object} val 删除的数据
|
|
7540
|
+
* @date 2022年5月25日
|
|
7541
7541
|
**/
|
|
7542
7542
|
del: function del(val) {
|
|
7543
7543
|
var _this3 = this;
|
|
@@ -7579,12 +7579,12 @@ var _components;
|
|
|
7579
7579
|
}).catch(function (e) {});
|
|
7580
7580
|
},
|
|
7581
7581
|
|
|
7582
|
-
/**
|
|
7583
|
-
* submit
|
|
7584
|
-
* @desc:新增/编辑意见保存
|
|
7585
|
-
* @author liufan
|
|
7586
|
-
* @param {Object} val 保存数据
|
|
7587
|
-
* @date 2022年5月25日
|
|
7582
|
+
/**
|
|
7583
|
+
* submit
|
|
7584
|
+
* @desc:新增/编辑意见保存
|
|
7585
|
+
* @author liufan
|
|
7586
|
+
* @param {Object} val 保存数据
|
|
7587
|
+
* @date 2022年5月25日
|
|
7588
7588
|
**/
|
|
7589
7589
|
submit: function submit(val) {
|
|
7590
7590
|
var _this4 = this;
|
|
@@ -10471,11 +10471,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
10471
10471
|
});
|
|
10472
10472
|
},
|
|
10473
10473
|
|
|
10474
|
-
/**
|
|
10475
|
-
* isMultiple
|
|
10476
|
-
* @desc:是否多选
|
|
10477
|
-
* @author liufan
|
|
10478
|
-
* @date 2022年9月13日
|
|
10474
|
+
/**
|
|
10475
|
+
* isMultiple
|
|
10476
|
+
* @desc:是否多选
|
|
10477
|
+
* @author liufan
|
|
10478
|
+
* @date 2022年9月13日
|
|
10479
10479
|
**/
|
|
10480
10480
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
10481
10481
|
var multiple = false;
|
|
@@ -14282,11 +14282,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
14282
14282
|
});
|
|
14283
14283
|
},
|
|
14284
14284
|
|
|
14285
|
-
/**
|
|
14286
|
-
* isMultiple
|
|
14287
|
-
* @desc:是否多选
|
|
14288
|
-
* @author liufan
|
|
14289
|
-
* @date 2022年9月13日
|
|
14285
|
+
/**
|
|
14286
|
+
* isMultiple
|
|
14287
|
+
* @desc:是否多选
|
|
14288
|
+
* @author liufan
|
|
14289
|
+
* @date 2022年9月13日
|
|
14290
14290
|
**/
|
|
14291
14291
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
14292
14292
|
var multiple = false;
|
|
@@ -18650,11 +18650,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18650
18650
|
});
|
|
18651
18651
|
},
|
|
18652
18652
|
|
|
18653
|
-
/**
|
|
18654
|
-
* saveInfo
|
|
18655
|
-
* @desc:暂存
|
|
18656
|
-
* @author liufan
|
|
18657
|
-
* @date 2022年9月9日
|
|
18653
|
+
/**
|
|
18654
|
+
* saveInfo
|
|
18655
|
+
* @desc:暂存
|
|
18656
|
+
* @author liufan
|
|
18657
|
+
* @date 2022年9月9日
|
|
18658
18658
|
**/
|
|
18659
18659
|
saveInfo: function saveInfo(type, btn) {
|
|
18660
18660
|
var _this6 = this;
|
|
@@ -18716,11 +18716,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18716
18716
|
});
|
|
18717
18717
|
},
|
|
18718
18718
|
|
|
18719
|
-
/**
|
|
18720
|
-
* rejectBtn
|
|
18721
|
-
* @desc:点击驳回
|
|
18722
|
-
* @author liufan
|
|
18723
|
-
* @date 2022年5月25日
|
|
18719
|
+
/**
|
|
18720
|
+
* rejectBtn
|
|
18721
|
+
* @desc:点击驳回
|
|
18722
|
+
* @author liufan
|
|
18723
|
+
* @date 2022年5月25日
|
|
18724
18724
|
**/
|
|
18725
18725
|
rejectBtn: function rejectBtn() {
|
|
18726
18726
|
var _this8 = this;
|
|
@@ -18738,11 +18738,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18738
18738
|
}
|
|
18739
18739
|
},
|
|
18740
18740
|
|
|
18741
|
-
/**
|
|
18742
|
-
* taskReadBtn
|
|
18743
|
-
* @desc:点击分阅
|
|
18744
|
-
* @author liufan
|
|
18745
|
-
* @date 2022年5月25日
|
|
18741
|
+
/**
|
|
18742
|
+
* taskReadBtn
|
|
18743
|
+
* @desc:点击分阅
|
|
18744
|
+
* @author liufan
|
|
18745
|
+
* @date 2022年5月25日
|
|
18746
18746
|
**/
|
|
18747
18747
|
taskReadBtn: function taskReadBtn() {
|
|
18748
18748
|
var _this9 = this;
|
|
@@ -18761,11 +18761,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18761
18761
|
}
|
|
18762
18762
|
},
|
|
18763
18763
|
|
|
18764
|
-
/**
|
|
18765
|
-
* getFind
|
|
18766
|
-
* @desc:获取通知方式
|
|
18767
|
-
* @author liufan
|
|
18768
|
-
* @date 2022年5月25日
|
|
18764
|
+
/**
|
|
18765
|
+
* getFind
|
|
18766
|
+
* @desc:获取通知方式
|
|
18767
|
+
* @author liufan
|
|
18768
|
+
* @date 2022年5月25日
|
|
18769
18769
|
**/
|
|
18770
18770
|
getFind: function getFind() {
|
|
18771
18771
|
var _this10 = this;
|
|
@@ -18820,12 +18820,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18820
18820
|
});
|
|
18821
18821
|
},
|
|
18822
18822
|
|
|
18823
|
-
/**
|
|
18824
|
-
* endFlows
|
|
18825
|
-
* @desc:直接办结
|
|
18826
|
-
* @author liufan
|
|
18827
|
-
* @param {Object} res 直接办结数据
|
|
18828
|
-
* @date 2022年5月25日
|
|
18823
|
+
/**
|
|
18824
|
+
* endFlows
|
|
18825
|
+
* @desc:直接办结
|
|
18826
|
+
* @author liufan
|
|
18827
|
+
* @param {Object} res 直接办结数据
|
|
18828
|
+
* @date 2022年5月25日
|
|
18829
18829
|
**/
|
|
18830
18830
|
endFlows: function endFlows(res) {
|
|
18831
18831
|
var _this12 = this;
|
|
@@ -18879,12 +18879,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18879
18879
|
}).catch(function (e) {});
|
|
18880
18880
|
},
|
|
18881
18881
|
|
|
18882
|
-
/**
|
|
18883
|
-
* goView
|
|
18884
|
-
* @desc:更多流程按钮操作
|
|
18885
|
-
* @author liufan
|
|
18886
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
18887
|
-
* @date 2022年5月25日
|
|
18882
|
+
/**
|
|
18883
|
+
* goView
|
|
18884
|
+
* @desc:更多流程按钮操作
|
|
18885
|
+
* @author liufan
|
|
18886
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
18887
|
+
* @date 2022年5月25日
|
|
18888
18888
|
**/
|
|
18889
18889
|
goView: function goView(res) {
|
|
18890
18890
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -18969,11 +18969,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
18969
18969
|
// isCanStartSubFlow
|
|
18970
18970
|
},
|
|
18971
18971
|
|
|
18972
|
-
/**
|
|
18973
|
-
* toTakeAdvice
|
|
18974
|
-
* @desc:征求意见
|
|
18975
|
-
* @author liufan
|
|
18976
|
-
* @date 2022年9月29日
|
|
18972
|
+
/**
|
|
18973
|
+
* toTakeAdvice
|
|
18974
|
+
* @desc:征求意见
|
|
18975
|
+
* @author liufan
|
|
18976
|
+
* @date 2022年9月29日
|
|
18977
18977
|
**/
|
|
18978
18978
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
18979
18979
|
var _this14 = this;
|
|
@@ -19017,11 +19017,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19017
19017
|
});
|
|
19018
19018
|
},
|
|
19019
19019
|
|
|
19020
|
-
/**
|
|
19021
|
-
* toStartDraf
|
|
19022
|
-
* @desc: 稿件递送、联合审核、复核
|
|
19023
|
-
* @author liufan
|
|
19024
|
-
* @date 2022年9月29日
|
|
19020
|
+
/**
|
|
19021
|
+
* toStartDraf
|
|
19022
|
+
* @desc: 稿件递送、联合审核、复核
|
|
19023
|
+
* @author liufan
|
|
19024
|
+
* @date 2022年9月29日
|
|
19025
19025
|
**/
|
|
19026
19026
|
toStartDraf: function toStartDraf(res) {
|
|
19027
19027
|
var _this16 = this;
|
|
@@ -19035,11 +19035,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19035
19035
|
}
|
|
19036
19036
|
},
|
|
19037
19037
|
|
|
19038
|
-
/**
|
|
19039
|
-
* toSendMsg
|
|
19040
|
-
* @desc:核稿通知
|
|
19041
|
-
* @author liufan
|
|
19042
|
-
* @date 2022年9月29日
|
|
19038
|
+
/**
|
|
19039
|
+
* toSendMsg
|
|
19040
|
+
* @desc:核稿通知
|
|
19041
|
+
* @author liufan
|
|
19042
|
+
* @date 2022年9月29日
|
|
19043
19043
|
**/
|
|
19044
19044
|
toSendMsg: function toSendMsg(res) {
|
|
19045
19045
|
var _this17 = this;
|
|
@@ -19053,11 +19053,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19053
19053
|
}
|
|
19054
19054
|
},
|
|
19055
19055
|
|
|
19056
|
-
/**
|
|
19057
|
-
* toTaskReadAndEnd
|
|
19058
|
-
* @desc:分阅并办结
|
|
19059
|
-
* @author liufan
|
|
19060
|
-
* @date 2022年9月29日
|
|
19056
|
+
/**
|
|
19057
|
+
* toTaskReadAndEnd
|
|
19058
|
+
* @desc:分阅并办结
|
|
19059
|
+
* @author liufan
|
|
19060
|
+
* @date 2022年9月29日
|
|
19061
19061
|
**/
|
|
19062
19062
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
19063
19063
|
var _this18 = this;
|
|
@@ -19075,11 +19075,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19075
19075
|
}
|
|
19076
19076
|
},
|
|
19077
19077
|
|
|
19078
|
-
/**
|
|
19079
|
-
* rejectAndEnd
|
|
19080
|
-
* @desc:驳回并办结
|
|
19081
|
-
* @author liufan
|
|
19082
|
-
* @date 2022年9月29日
|
|
19078
|
+
/**
|
|
19079
|
+
* rejectAndEnd
|
|
19080
|
+
* @desc:驳回并办结
|
|
19081
|
+
* @author liufan
|
|
19082
|
+
* @date 2022年9月29日
|
|
19083
19083
|
**/
|
|
19084
19084
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
19085
19085
|
var _this19 = this;
|
|
@@ -19134,11 +19134,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19134
19134
|
});
|
|
19135
19135
|
},
|
|
19136
19136
|
|
|
19137
|
-
/**
|
|
19138
|
-
* toTransfer
|
|
19139
|
-
* @desc:转办
|
|
19140
|
-
* @author liufan
|
|
19141
|
-
* @date 2022年9月29日
|
|
19137
|
+
/**
|
|
19138
|
+
* toTransfer
|
|
19139
|
+
* @desc:转办
|
|
19140
|
+
* @author liufan
|
|
19141
|
+
* @date 2022年9月29日
|
|
19142
19142
|
**/
|
|
19143
19143
|
toTransfer: function toTransfer(res) {
|
|
19144
19144
|
var _this21 = this;
|
|
@@ -19154,11 +19154,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19154
19154
|
}
|
|
19155
19155
|
},
|
|
19156
19156
|
|
|
19157
|
-
/**
|
|
19158
|
-
* getNodeInfo
|
|
19159
|
-
* @desc:获取节点信息
|
|
19160
|
-
* @author liufan
|
|
19161
|
-
* @date 2022年5月25日
|
|
19157
|
+
/**
|
|
19158
|
+
* getNodeInfo
|
|
19159
|
+
* @desc:获取节点信息
|
|
19160
|
+
* @author liufan
|
|
19161
|
+
* @date 2022年5月25日
|
|
19162
19162
|
**/
|
|
19163
19163
|
getNodeInfo: function getNodeInfo() {
|
|
19164
19164
|
var _this22 = this;
|
|
@@ -19257,12 +19257,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19257
19257
|
});
|
|
19258
19258
|
},
|
|
19259
19259
|
|
|
19260
|
-
/**
|
|
19261
|
-
* selecNext
|
|
19262
|
-
* @desc:下步节点变化时更新数据
|
|
19263
|
-
* @author liufan
|
|
19264
|
-
* @param {String} val 当前选中值
|
|
19265
|
-
* @date 2022年5月25日
|
|
19260
|
+
/**
|
|
19261
|
+
* selecNext
|
|
19262
|
+
* @desc:下步节点变化时更新数据
|
|
19263
|
+
* @author liufan
|
|
19264
|
+
* @param {String} val 当前选中值
|
|
19265
|
+
* @date 2022年5月25日
|
|
19266
19266
|
**/
|
|
19267
19267
|
selecNext: function selecNext(val, type, isDef) {
|
|
19268
19268
|
var _this23 = this;
|
|
@@ -19371,11 +19371,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19371
19371
|
if (isDef !== true) this.getNodeInfo();
|
|
19372
19372
|
},
|
|
19373
19373
|
|
|
19374
|
-
/**
|
|
19375
|
-
* isMultiple
|
|
19376
|
-
* @desc:是否多选
|
|
19377
|
-
* @author liufan
|
|
19378
|
-
* @date 2022年9月13日
|
|
19374
|
+
/**
|
|
19375
|
+
* isMultiple
|
|
19376
|
+
* @desc:是否多选
|
|
19377
|
+
* @author liufan
|
|
19378
|
+
* @date 2022年9月13日
|
|
19379
19379
|
**/
|
|
19380
19380
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
19381
19381
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -19407,11 +19407,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19407
19407
|
}
|
|
19408
19408
|
},
|
|
19409
19409
|
|
|
19410
|
-
/**
|
|
19411
|
-
* getHedInfo
|
|
19412
|
-
* @desc:获取审核页面数据
|
|
19413
|
-
* @author liufan
|
|
19414
|
-
* @date 2022年5月25日
|
|
19410
|
+
/**
|
|
19411
|
+
* getHedInfo
|
|
19412
|
+
* @desc:获取审核页面数据
|
|
19413
|
+
* @author liufan
|
|
19414
|
+
* @date 2022年5月25日
|
|
19415
19415
|
**/
|
|
19416
19416
|
getHedInfo: function getHedInfo() {
|
|
19417
19417
|
var _this24 = this;
|
|
@@ -19647,13 +19647,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19647
19647
|
});
|
|
19648
19648
|
},
|
|
19649
19649
|
|
|
19650
|
-
/**
|
|
19651
|
-
* closeProcess
|
|
19652
|
-
* @desc:关闭弹窗
|
|
19653
|
-
* @author liufan
|
|
19654
|
-
* @param {boolean} val 当前是否办理流程
|
|
19655
|
-
* @param {String} type 当前点击的弹窗类型
|
|
19656
|
-
* @date 2022年5月25日
|
|
19650
|
+
/**
|
|
19651
|
+
* closeProcess
|
|
19652
|
+
* @desc:关闭弹窗
|
|
19653
|
+
* @author liufan
|
|
19654
|
+
* @param {boolean} val 当前是否办理流程
|
|
19655
|
+
* @param {String} type 当前点击的弹窗类型
|
|
19656
|
+
* @date 2022年5月25日
|
|
19657
19657
|
**/
|
|
19658
19658
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
19659
19659
|
if (closeParent) {
|
|
@@ -19670,23 +19670,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19670
19670
|
}
|
|
19671
19671
|
},
|
|
19672
19672
|
|
|
19673
|
-
/**
|
|
19674
|
-
* selectChange
|
|
19675
|
-
* @desc:常用语选择
|
|
19676
|
-
* @author liufan
|
|
19677
|
-
* @param {String} val 选中值
|
|
19678
|
-
* @date 2022年5月25日
|
|
19673
|
+
/**
|
|
19674
|
+
* selectChange
|
|
19675
|
+
* @desc:常用语选择
|
|
19676
|
+
* @author liufan
|
|
19677
|
+
* @param {String} val 选中值
|
|
19678
|
+
* @date 2022年5月25日
|
|
19679
19679
|
**/
|
|
19680
19680
|
selectChange: function selectChange(val) {
|
|
19681
19681
|
this.value = val;
|
|
19682
19682
|
},
|
|
19683
19683
|
|
|
19684
|
-
/**
|
|
19685
|
-
* upDate
|
|
19686
|
-
* @desc:修改常用语
|
|
19687
|
-
* @author liufan
|
|
19688
|
-
* @param {Object} val 修改值
|
|
19689
|
-
* @date 2022年5月25日
|
|
19684
|
+
/**
|
|
19685
|
+
* upDate
|
|
19686
|
+
* @desc:修改常用语
|
|
19687
|
+
* @author liufan
|
|
19688
|
+
* @param {Object} val 修改值
|
|
19689
|
+
* @date 2022年5月25日
|
|
19690
19690
|
**/
|
|
19691
19691
|
upDate: function upDate(val) {
|
|
19692
19692
|
this.FormData.id = val.id;
|
|
@@ -19694,11 +19694,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19694
19694
|
},
|
|
19695
19695
|
|
|
19696
19696
|
|
|
19697
|
-
/**
|
|
19698
|
-
* getProcess
|
|
19699
|
-
* @desc:获取选择流程
|
|
19700
|
-
* @author liufan
|
|
19701
|
-
* @date 2022年5月25日
|
|
19697
|
+
/**
|
|
19698
|
+
* getProcess
|
|
19699
|
+
* @desc:获取选择流程
|
|
19700
|
+
* @author liufan
|
|
19701
|
+
* @date 2022年5月25日
|
|
19702
19702
|
**/
|
|
19703
19703
|
getProcess: function getProcess() {
|
|
19704
19704
|
var _this25 = this;
|
|
@@ -19752,11 +19752,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19752
19752
|
});
|
|
19753
19753
|
},
|
|
19754
19754
|
|
|
19755
|
-
/**
|
|
19756
|
-
* getPendedhistoryList
|
|
19757
|
-
* @desc:获取流程列表
|
|
19758
|
-
* @author liufan
|
|
19759
|
-
* @date 2022年5月25日
|
|
19755
|
+
/**
|
|
19756
|
+
* getPendedhistoryList
|
|
19757
|
+
* @desc:获取流程列表
|
|
19758
|
+
* @author liufan
|
|
19759
|
+
* @date 2022年5月25日
|
|
19760
19760
|
**/
|
|
19761
19761
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
19762
19762
|
var _this26 = this;
|
|
@@ -19788,12 +19788,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
19788
19788
|
},
|
|
19789
19789
|
|
|
19790
19790
|
// 提交流程
|
|
19791
|
-
/**
|
|
19792
|
-
* subProcess
|
|
19793
|
-
* @desc:提交流程
|
|
19794
|
-
* @author liufan
|
|
19795
|
-
* @param {String} formName 当前form表单ref值
|
|
19796
|
-
* @date 2022年5月25日
|
|
19791
|
+
/**
|
|
19792
|
+
* subProcess
|
|
19793
|
+
* @desc:提交流程
|
|
19794
|
+
* @author liufan
|
|
19795
|
+
* @param {String} formName 当前form表单ref值
|
|
19796
|
+
* @date 2022年5月25日
|
|
19797
19797
|
**/
|
|
19798
19798
|
subProcess: function subProcess(val) {
|
|
19799
19799
|
var _this27 = this;
|
|
@@ -21863,11 +21863,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
21863
21863
|
});
|
|
21864
21864
|
},
|
|
21865
21865
|
|
|
21866
|
-
/**
|
|
21867
|
-
* saveInfo
|
|
21868
|
-
* @desc:暂存
|
|
21869
|
-
* @author liufan
|
|
21870
|
-
* @date 2022年9月9日
|
|
21866
|
+
/**
|
|
21867
|
+
* saveInfo
|
|
21868
|
+
* @desc:暂存
|
|
21869
|
+
* @author liufan
|
|
21870
|
+
* @date 2022年9月9日
|
|
21871
21871
|
**/
|
|
21872
21872
|
saveInfo: function saveInfo(type, btn) {
|
|
21873
21873
|
var _this8 = this;
|
|
@@ -21929,11 +21929,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
21929
21929
|
});
|
|
21930
21930
|
},
|
|
21931
21931
|
|
|
21932
|
-
/**
|
|
21933
|
-
* rejectBtn
|
|
21934
|
-
* @desc:点击驳回
|
|
21935
|
-
* @author liufan
|
|
21936
|
-
* @date 2022年5月25日
|
|
21932
|
+
/**
|
|
21933
|
+
* rejectBtn
|
|
21934
|
+
* @desc:点击驳回
|
|
21935
|
+
* @author liufan
|
|
21936
|
+
* @date 2022年5月25日
|
|
21937
21937
|
**/
|
|
21938
21938
|
rejectBtn: function rejectBtn() {
|
|
21939
21939
|
var _this10 = this;
|
|
@@ -21951,11 +21951,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
21951
21951
|
}
|
|
21952
21952
|
},
|
|
21953
21953
|
|
|
21954
|
-
/**
|
|
21955
|
-
* taskReadBtn
|
|
21956
|
-
* @desc:点击分阅
|
|
21957
|
-
* @author liufan
|
|
21958
|
-
* @date 2022年5月25日
|
|
21954
|
+
/**
|
|
21955
|
+
* taskReadBtn
|
|
21956
|
+
* @desc:点击分阅
|
|
21957
|
+
* @author liufan
|
|
21958
|
+
* @date 2022年5月25日
|
|
21959
21959
|
**/
|
|
21960
21960
|
taskReadBtn: function taskReadBtn() {
|
|
21961
21961
|
var _this11 = this;
|
|
@@ -21974,11 +21974,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
21974
21974
|
}
|
|
21975
21975
|
},
|
|
21976
21976
|
|
|
21977
|
-
/**
|
|
21978
|
-
* getFind
|
|
21979
|
-
* @desc:获取通知方式
|
|
21980
|
-
* @author liufan
|
|
21981
|
-
* @date 2022年5月25日
|
|
21977
|
+
/**
|
|
21978
|
+
* getFind
|
|
21979
|
+
* @desc:获取通知方式
|
|
21980
|
+
* @author liufan
|
|
21981
|
+
* @date 2022年5月25日
|
|
21982
21982
|
**/
|
|
21983
21983
|
getFind: function getFind() {
|
|
21984
21984
|
var _this12 = this;
|
|
@@ -22043,12 +22043,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22043
22043
|
});
|
|
22044
22044
|
},
|
|
22045
22045
|
|
|
22046
|
-
/**
|
|
22047
|
-
* endFlows
|
|
22048
|
-
* @desc:直接办结
|
|
22049
|
-
* @author liufan
|
|
22050
|
-
* @param {Object} res 直接办结数据
|
|
22051
|
-
* @date 2022年5月25日
|
|
22046
|
+
/**
|
|
22047
|
+
* endFlows
|
|
22048
|
+
* @desc:直接办结
|
|
22049
|
+
* @author liufan
|
|
22050
|
+
* @param {Object} res 直接办结数据
|
|
22051
|
+
* @date 2022年5月25日
|
|
22052
22052
|
**/
|
|
22053
22053
|
endFlows: function endFlows(res) {
|
|
22054
22054
|
var _this14 = this;
|
|
@@ -22102,12 +22102,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22102
22102
|
}).catch(function (e) {});
|
|
22103
22103
|
},
|
|
22104
22104
|
|
|
22105
|
-
/**
|
|
22106
|
-
* goView
|
|
22107
|
-
* @desc:更多流程按钮操作
|
|
22108
|
-
* @author liufan
|
|
22109
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
22110
|
-
* @date 2022年5月25日
|
|
22105
|
+
/**
|
|
22106
|
+
* goView
|
|
22107
|
+
* @desc:更多流程按钮操作
|
|
22108
|
+
* @author liufan
|
|
22109
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
22110
|
+
* @date 2022年5月25日
|
|
22111
22111
|
**/
|
|
22112
22112
|
goView: function goView(res) {
|
|
22113
22113
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -22192,11 +22192,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22192
22192
|
// isCanStartSubFlow
|
|
22193
22193
|
},
|
|
22194
22194
|
|
|
22195
|
-
/**
|
|
22196
|
-
* toTakeAdvice
|
|
22197
|
-
* @desc:征求意见
|
|
22198
|
-
* @author liufan
|
|
22199
|
-
* @date 2022年9月29日
|
|
22195
|
+
/**
|
|
22196
|
+
* toTakeAdvice
|
|
22197
|
+
* @desc:征求意见
|
|
22198
|
+
* @author liufan
|
|
22199
|
+
* @date 2022年9月29日
|
|
22200
22200
|
**/
|
|
22201
22201
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
22202
22202
|
var _this16 = this;
|
|
@@ -22240,11 +22240,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22240
22240
|
});
|
|
22241
22241
|
},
|
|
22242
22242
|
|
|
22243
|
-
/**
|
|
22244
|
-
* toStartDraf
|
|
22245
|
-
* @desc: 稿件递送、联合审核、复核
|
|
22246
|
-
* @author liufan
|
|
22247
|
-
* @date 2022年9月29日
|
|
22243
|
+
/**
|
|
22244
|
+
* toStartDraf
|
|
22245
|
+
* @desc: 稿件递送、联合审核、复核
|
|
22246
|
+
* @author liufan
|
|
22247
|
+
* @date 2022年9月29日
|
|
22248
22248
|
**/
|
|
22249
22249
|
toStartDraf: function toStartDraf(res) {
|
|
22250
22250
|
var _this18 = this;
|
|
@@ -22258,11 +22258,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22258
22258
|
}
|
|
22259
22259
|
},
|
|
22260
22260
|
|
|
22261
|
-
/**
|
|
22262
|
-
* toSendMsg
|
|
22263
|
-
* @desc:核稿通知
|
|
22264
|
-
* @author liufan
|
|
22265
|
-
* @date 2022年9月29日
|
|
22261
|
+
/**
|
|
22262
|
+
* toSendMsg
|
|
22263
|
+
* @desc:核稿通知
|
|
22264
|
+
* @author liufan
|
|
22265
|
+
* @date 2022年9月29日
|
|
22266
22266
|
**/
|
|
22267
22267
|
toSendMsg: function toSendMsg(res) {
|
|
22268
22268
|
var _this19 = this;
|
|
@@ -22276,11 +22276,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22276
22276
|
}
|
|
22277
22277
|
},
|
|
22278
22278
|
|
|
22279
|
-
/**
|
|
22280
|
-
* toTaskReadAndEnd
|
|
22281
|
-
* @desc:分阅并办结
|
|
22282
|
-
* @author liufan
|
|
22283
|
-
* @date 2022年9月29日
|
|
22279
|
+
/**
|
|
22280
|
+
* toTaskReadAndEnd
|
|
22281
|
+
* @desc:分阅并办结
|
|
22282
|
+
* @author liufan
|
|
22283
|
+
* @date 2022年9月29日
|
|
22284
22284
|
**/
|
|
22285
22285
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
22286
22286
|
var _this20 = this;
|
|
@@ -22298,11 +22298,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22298
22298
|
}
|
|
22299
22299
|
},
|
|
22300
22300
|
|
|
22301
|
-
/**
|
|
22302
|
-
* rejectAndEnd
|
|
22303
|
-
* @desc:驳回并办结
|
|
22304
|
-
* @author liufan
|
|
22305
|
-
* @date 2022年9月29日
|
|
22301
|
+
/**
|
|
22302
|
+
* rejectAndEnd
|
|
22303
|
+
* @desc:驳回并办结
|
|
22304
|
+
* @author liufan
|
|
22305
|
+
* @date 2022年9月29日
|
|
22306
22306
|
**/
|
|
22307
22307
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
22308
22308
|
var _this21 = this;
|
|
@@ -22357,11 +22357,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22357
22357
|
});
|
|
22358
22358
|
},
|
|
22359
22359
|
|
|
22360
|
-
/**
|
|
22361
|
-
* toTransfer
|
|
22362
|
-
* @desc:转办
|
|
22363
|
-
* @author liufan
|
|
22364
|
-
* @date 2022年9月29日
|
|
22360
|
+
/**
|
|
22361
|
+
* toTransfer
|
|
22362
|
+
* @desc:转办
|
|
22363
|
+
* @author liufan
|
|
22364
|
+
* @date 2022年9月29日
|
|
22365
22365
|
**/
|
|
22366
22366
|
toTransfer: function toTransfer(res) {
|
|
22367
22367
|
var _this23 = this;
|
|
@@ -22377,11 +22377,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22377
22377
|
}
|
|
22378
22378
|
},
|
|
22379
22379
|
|
|
22380
|
-
/**
|
|
22381
|
-
* getNodeInfo
|
|
22382
|
-
* @desc:获取节点信息
|
|
22383
|
-
* @author liufan
|
|
22384
|
-
* @date 2022年5月25日
|
|
22380
|
+
/**
|
|
22381
|
+
* getNodeInfo
|
|
22382
|
+
* @desc:获取节点信息
|
|
22383
|
+
* @author liufan
|
|
22384
|
+
* @date 2022年5月25日
|
|
22385
22385
|
**/
|
|
22386
22386
|
getNodeInfo: function getNodeInfo() {
|
|
22387
22387
|
var _this24 = this;
|
|
@@ -22480,12 +22480,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22480
22480
|
});
|
|
22481
22481
|
},
|
|
22482
22482
|
|
|
22483
|
-
/**
|
|
22484
|
-
* selecNext
|
|
22485
|
-
* @desc:下步节点变化时更新数据
|
|
22486
|
-
* @author liufan
|
|
22487
|
-
* @param {String} val 当前选中值
|
|
22488
|
-
* @date 2022年5月25日
|
|
22483
|
+
/**
|
|
22484
|
+
* selecNext
|
|
22485
|
+
* @desc:下步节点变化时更新数据
|
|
22486
|
+
* @author liufan
|
|
22487
|
+
* @param {String} val 当前选中值
|
|
22488
|
+
* @date 2022年5月25日
|
|
22489
22489
|
**/
|
|
22490
22490
|
selecNext: function selecNext(val, type, isDef) {
|
|
22491
22491
|
var _this25 = this;
|
|
@@ -22594,11 +22594,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22594
22594
|
if (isDef !== true) this.getNodeInfo();
|
|
22595
22595
|
},
|
|
22596
22596
|
|
|
22597
|
-
/**
|
|
22598
|
-
* isMultiple
|
|
22599
|
-
* @desc:是否多选
|
|
22600
|
-
* @author liufan
|
|
22601
|
-
* @date 2022年9月13日
|
|
22597
|
+
/**
|
|
22598
|
+
* isMultiple
|
|
22599
|
+
* @desc:是否多选
|
|
22600
|
+
* @author liufan
|
|
22601
|
+
* @date 2022年9月13日
|
|
22602
22602
|
**/
|
|
22603
22603
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
22604
22604
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -22630,11 +22630,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22630
22630
|
}
|
|
22631
22631
|
},
|
|
22632
22632
|
|
|
22633
|
-
/**
|
|
22634
|
-
* getHedInfo
|
|
22635
|
-
* @desc:获取审核页面数据
|
|
22636
|
-
* @author liufan
|
|
22637
|
-
* @date 2022年5月25日
|
|
22633
|
+
/**
|
|
22634
|
+
* getHedInfo
|
|
22635
|
+
* @desc:获取审核页面数据
|
|
22636
|
+
* @author liufan
|
|
22637
|
+
* @date 2022年5月25日
|
|
22638
22638
|
**/
|
|
22639
22639
|
getHedInfo: function getHedInfo() {
|
|
22640
22640
|
var _this26 = this;
|
|
@@ -22874,13 +22874,13 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22874
22874
|
});
|
|
22875
22875
|
},
|
|
22876
22876
|
|
|
22877
|
-
/**
|
|
22878
|
-
* closeProcess
|
|
22879
|
-
* @desc:关闭弹窗
|
|
22880
|
-
* @author liufan
|
|
22881
|
-
* @param {boolean} val 当前是否办理流程
|
|
22882
|
-
* @param {String} type 当前点击的弹窗类型
|
|
22883
|
-
* @date 2022年5月25日
|
|
22877
|
+
/**
|
|
22878
|
+
* closeProcess
|
|
22879
|
+
* @desc:关闭弹窗
|
|
22880
|
+
* @author liufan
|
|
22881
|
+
* @param {boolean} val 当前是否办理流程
|
|
22882
|
+
* @param {String} type 当前点击的弹窗类型
|
|
22883
|
+
* @date 2022年5月25日
|
|
22884
22884
|
**/
|
|
22885
22885
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
22886
22886
|
if (closeParent) {
|
|
@@ -22897,23 +22897,23 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22897
22897
|
}
|
|
22898
22898
|
},
|
|
22899
22899
|
|
|
22900
|
-
/**
|
|
22901
|
-
* selectChange
|
|
22902
|
-
* @desc:常用语选择
|
|
22903
|
-
* @author liufan
|
|
22904
|
-
* @param {String} val 选中值
|
|
22905
|
-
* @date 2022年5月25日
|
|
22900
|
+
/**
|
|
22901
|
+
* selectChange
|
|
22902
|
+
* @desc:常用语选择
|
|
22903
|
+
* @author liufan
|
|
22904
|
+
* @param {String} val 选中值
|
|
22905
|
+
* @date 2022年5月25日
|
|
22906
22906
|
**/
|
|
22907
22907
|
selectChange: function selectChange(val) {
|
|
22908
22908
|
this.value = val;
|
|
22909
22909
|
},
|
|
22910
22910
|
|
|
22911
|
-
/**
|
|
22912
|
-
* upDate
|
|
22913
|
-
* @desc:修改常用语
|
|
22914
|
-
* @author liufan
|
|
22915
|
-
* @param {Object} val 修改值
|
|
22916
|
-
* @date 2022年5月25日
|
|
22911
|
+
/**
|
|
22912
|
+
* upDate
|
|
22913
|
+
* @desc:修改常用语
|
|
22914
|
+
* @author liufan
|
|
22915
|
+
* @param {Object} val 修改值
|
|
22916
|
+
* @date 2022年5月25日
|
|
22917
22917
|
**/
|
|
22918
22918
|
upDate: function upDate(val) {
|
|
22919
22919
|
this.FormData.id = val.id;
|
|
@@ -22921,11 +22921,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22921
22921
|
},
|
|
22922
22922
|
|
|
22923
22923
|
|
|
22924
|
-
/**
|
|
22925
|
-
* getProcess
|
|
22926
|
-
* @desc:获取选择流程
|
|
22927
|
-
* @author liufan
|
|
22928
|
-
* @date 2022年5月25日
|
|
22924
|
+
/**
|
|
22925
|
+
* getProcess
|
|
22926
|
+
* @desc:获取选择流程
|
|
22927
|
+
* @author liufan
|
|
22928
|
+
* @date 2022年5月25日
|
|
22929
22929
|
**/
|
|
22930
22930
|
getProcess: function getProcess(val) {
|
|
22931
22931
|
var _this27 = this;
|
|
@@ -22977,11 +22977,11 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
22977
22977
|
});
|
|
22978
22978
|
},
|
|
22979
22979
|
|
|
22980
|
-
/**
|
|
22981
|
-
* getPendedhistoryList
|
|
22982
|
-
* @desc:获取流程列表
|
|
22983
|
-
* @author liufan
|
|
22984
|
-
* @date 2022年5月25日
|
|
22980
|
+
/**
|
|
22981
|
+
* getPendedhistoryList
|
|
22982
|
+
* @desc:获取流程列表
|
|
22983
|
+
* @author liufan
|
|
22984
|
+
* @date 2022年5月25日
|
|
22985
22985
|
**/
|
|
22986
22986
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
22987
22987
|
var _this28 = this;
|
|
@@ -23048,12 +23048,12 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
23048
23048
|
},
|
|
23049
23049
|
|
|
23050
23050
|
// 提交流程
|
|
23051
|
-
/**
|
|
23052
|
-
* subProcess
|
|
23053
|
-
* @desc:提交流程
|
|
23054
|
-
* @author liufan
|
|
23055
|
-
* @param {String} formName 当前form表单ref值
|
|
23056
|
-
* @date 2022年5月25日
|
|
23051
|
+
/**
|
|
23052
|
+
* subProcess
|
|
23053
|
+
* @desc:提交流程
|
|
23054
|
+
* @author liufan
|
|
23055
|
+
* @param {String} formName 当前form表单ref值
|
|
23056
|
+
* @date 2022年5月25日
|
|
23057
23057
|
**/
|
|
23058
23058
|
subProcess: function subProcess(val, type) {
|
|
23059
23059
|
var _this30 = this;
|