eoss-ui 0.6.50 → 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 +577 -530
- package/lib/flow-list.js +110 -87
- package/lib/flow.js +306 -282
- 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 -3108
- 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/eoss-ui.common.js
CHANGED
|
@@ -25198,8 +25198,8 @@ form_src_main.install = function (Vue) {
|
|
|
25198
25198
|
};
|
|
25199
25199
|
|
|
25200
25200
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
25201
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=
|
|
25202
|
-
var
|
|
25201
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=06ef5eca&
|
|
25202
|
+
var mainvue_type_template_id_06ef5eca_render = function () {
|
|
25203
25203
|
var _vm = this
|
|
25204
25204
|
var _h = _vm.$createElement
|
|
25205
25205
|
var _c = _vm._self._c || _h
|
|
@@ -27466,11 +27466,11 @@ var mainvue_type_template_id_4ea30461_render = function () {
|
|
|
27466
27466
|
)
|
|
27467
27467
|
: _vm._e()
|
|
27468
27468
|
}
|
|
27469
|
-
var
|
|
27470
|
-
|
|
27469
|
+
var mainvue_type_template_id_06ef5eca_staticRenderFns = []
|
|
27470
|
+
mainvue_type_template_id_06ef5eca_render._withStripped = true
|
|
27471
27471
|
|
|
27472
27472
|
|
|
27473
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
27473
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=06ef5eca&
|
|
27474
27474
|
|
|
27475
27475
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CommonOpinions.vue?vue&type=template&id=feb3781a&
|
|
27476
27476
|
var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
|
|
@@ -28270,21 +28270,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
28270
28270
|
return validSate;
|
|
28271
28271
|
},
|
|
28272
28272
|
|
|
28273
|
-
/**
|
|
28274
|
-
* changeOpinion
|
|
28275
|
-
* @desc:监听意见变化
|
|
28276
|
-
* @author liufan
|
|
28277
|
-
* @date 2022年10月28日
|
|
28273
|
+
/**
|
|
28274
|
+
* changeOpinion
|
|
28275
|
+
* @desc:监听意见变化
|
|
28276
|
+
* @author liufan
|
|
28277
|
+
* @date 2022年10月28日
|
|
28278
28278
|
**/
|
|
28279
28279
|
changeOpinion: function changeOpinion() {
|
|
28280
28280
|
this.$emit('change', this.form.value);
|
|
28281
28281
|
},
|
|
28282
28282
|
|
|
28283
|
-
/**
|
|
28284
|
-
* getCommonOpion
|
|
28285
|
-
* @desc:获取意见
|
|
28286
|
-
* @author liufan
|
|
28287
|
-
* @date 2022年5月25日
|
|
28283
|
+
/**
|
|
28284
|
+
* getCommonOpion
|
|
28285
|
+
* @desc:获取意见
|
|
28286
|
+
* @author liufan
|
|
28287
|
+
* @date 2022年5月25日
|
|
28288
28288
|
**/
|
|
28289
28289
|
getCommonOpion: function getCommonOpion() {
|
|
28290
28290
|
var _this = this;
|
|
@@ -28313,24 +28313,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
28313
28313
|
});
|
|
28314
28314
|
},
|
|
28315
28315
|
|
|
28316
|
-
/**
|
|
28317
|
-
* upDate
|
|
28318
|
-
* @desc:修改常用语
|
|
28319
|
-
* @author liufan
|
|
28320
|
-
* @param {Object} val 修改值
|
|
28321
|
-
* @date 2022年5月25日
|
|
28316
|
+
/**
|
|
28317
|
+
* upDate
|
|
28318
|
+
* @desc:修改常用语
|
|
28319
|
+
* @author liufan
|
|
28320
|
+
* @param {Object} val 修改值
|
|
28321
|
+
* @date 2022年5月25日
|
|
28322
28322
|
**/
|
|
28323
28323
|
upDate: function upDate(val) {
|
|
28324
28324
|
this.FormData.id = val.id;
|
|
28325
28325
|
this.addVisible = true;
|
|
28326
28326
|
},
|
|
28327
28327
|
|
|
28328
|
-
/**
|
|
28329
|
-
* selectChange
|
|
28330
|
-
* @desc:常用语选择
|
|
28331
|
-
* @author liufan
|
|
28332
|
-
* @param {String} val 选中值
|
|
28333
|
-
* @date 2022年5月25日
|
|
28328
|
+
/**
|
|
28329
|
+
* selectChange
|
|
28330
|
+
* @desc:常用语选择
|
|
28331
|
+
* @author liufan
|
|
28332
|
+
* @param {String} val 选中值
|
|
28333
|
+
* @date 2022年5月25日
|
|
28334
28334
|
**/
|
|
28335
28335
|
selectChange: function selectChange(val) {
|
|
28336
28336
|
var _this2 = this;
|
|
@@ -28349,12 +28349,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
28349
28349
|
});
|
|
28350
28350
|
},
|
|
28351
28351
|
|
|
28352
|
-
/**
|
|
28353
|
-
* del
|
|
28354
|
-
* @desc:删除常用语
|
|
28355
|
-
* @author liufan
|
|
28356
|
-
* @param {Object} val 删除的数据
|
|
28357
|
-
* @date 2022年5月25日
|
|
28352
|
+
/**
|
|
28353
|
+
* del
|
|
28354
|
+
* @desc:删除常用语
|
|
28355
|
+
* @author liufan
|
|
28356
|
+
* @param {Object} val 删除的数据
|
|
28357
|
+
* @date 2022年5月25日
|
|
28358
28358
|
**/
|
|
28359
28359
|
del: function del(val) {
|
|
28360
28360
|
var _this3 = this;
|
|
@@ -28396,12 +28396,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
28396
28396
|
}).catch(function (e) {});
|
|
28397
28397
|
},
|
|
28398
28398
|
|
|
28399
|
-
/**
|
|
28400
|
-
* submit
|
|
28401
|
-
* @desc:新增/编辑意见保存
|
|
28402
|
-
* @author liufan
|
|
28403
|
-
* @param {Object} val 保存数据
|
|
28404
|
-
* @date 2022年5月25日
|
|
28399
|
+
/**
|
|
28400
|
+
* submit
|
|
28401
|
+
* @desc:新增/编辑意见保存
|
|
28402
|
+
* @author liufan
|
|
28403
|
+
* @param {Object} val 保存数据
|
|
28404
|
+
* @date 2022年5月25日
|
|
28405
28405
|
**/
|
|
28406
28406
|
submit: function submit(val) {
|
|
28407
28407
|
var _this4 = this;
|
|
@@ -31288,11 +31288,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
31288
31288
|
});
|
|
31289
31289
|
},
|
|
31290
31290
|
|
|
31291
|
-
/**
|
|
31292
|
-
* isMultiple
|
|
31293
|
-
* @desc:是否多选
|
|
31294
|
-
* @author liufan
|
|
31295
|
-
* @date 2022年9月13日
|
|
31291
|
+
/**
|
|
31292
|
+
* isMultiple
|
|
31293
|
+
* @desc:是否多选
|
|
31294
|
+
* @author liufan
|
|
31295
|
+
* @date 2022年9月13日
|
|
31296
31296
|
**/
|
|
31297
31297
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
31298
31298
|
var multiple = false;
|
|
@@ -35256,11 +35256,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
35256
35256
|
});
|
|
35257
35257
|
},
|
|
35258
35258
|
|
|
35259
|
-
/**
|
|
35260
|
-
* isMultiple
|
|
35261
|
-
* @desc:是否多选
|
|
35262
|
-
* @author liufan
|
|
35263
|
-
* @date 2022年9月13日
|
|
35259
|
+
/**
|
|
35260
|
+
* isMultiple
|
|
35261
|
+
* @desc:是否多选
|
|
35262
|
+
* @author liufan
|
|
35263
|
+
* @date 2022年9月13日
|
|
35264
35264
|
**/
|
|
35265
35265
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
35266
35266
|
var multiple = false;
|
|
@@ -39624,11 +39624,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39624
39624
|
});
|
|
39625
39625
|
},
|
|
39626
39626
|
|
|
39627
|
-
/**
|
|
39628
|
-
* saveInfo
|
|
39629
|
-
* @desc:暂存
|
|
39630
|
-
* @author liufan
|
|
39631
|
-
* @date 2022年9月9日
|
|
39627
|
+
/**
|
|
39628
|
+
* saveInfo
|
|
39629
|
+
* @desc:暂存
|
|
39630
|
+
* @author liufan
|
|
39631
|
+
* @date 2022年9月9日
|
|
39632
39632
|
**/
|
|
39633
39633
|
saveInfo: function saveInfo(type, btn) {
|
|
39634
39634
|
var _this6 = this;
|
|
@@ -39690,11 +39690,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39690
39690
|
});
|
|
39691
39691
|
},
|
|
39692
39692
|
|
|
39693
|
-
/**
|
|
39694
|
-
* rejectBtn
|
|
39695
|
-
* @desc:点击驳回
|
|
39696
|
-
* @author liufan
|
|
39697
|
-
* @date 2022年5月25日
|
|
39693
|
+
/**
|
|
39694
|
+
* rejectBtn
|
|
39695
|
+
* @desc:点击驳回
|
|
39696
|
+
* @author liufan
|
|
39697
|
+
* @date 2022年5月25日
|
|
39698
39698
|
**/
|
|
39699
39699
|
rejectBtn: function rejectBtn() {
|
|
39700
39700
|
var _this8 = this;
|
|
@@ -39712,11 +39712,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39712
39712
|
}
|
|
39713
39713
|
},
|
|
39714
39714
|
|
|
39715
|
-
/**
|
|
39716
|
-
* taskReadBtn
|
|
39717
|
-
* @desc:点击分阅
|
|
39718
|
-
* @author liufan
|
|
39719
|
-
* @date 2022年5月25日
|
|
39715
|
+
/**
|
|
39716
|
+
* taskReadBtn
|
|
39717
|
+
* @desc:点击分阅
|
|
39718
|
+
* @author liufan
|
|
39719
|
+
* @date 2022年5月25日
|
|
39720
39720
|
**/
|
|
39721
39721
|
taskReadBtn: function taskReadBtn() {
|
|
39722
39722
|
var _this9 = this;
|
|
@@ -39735,11 +39735,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39735
39735
|
}
|
|
39736
39736
|
},
|
|
39737
39737
|
|
|
39738
|
-
/**
|
|
39739
|
-
* getFind
|
|
39740
|
-
* @desc:获取通知方式
|
|
39741
|
-
* @author liufan
|
|
39742
|
-
* @date 2022年5月25日
|
|
39738
|
+
/**
|
|
39739
|
+
* getFind
|
|
39740
|
+
* @desc:获取通知方式
|
|
39741
|
+
* @author liufan
|
|
39742
|
+
* @date 2022年5月25日
|
|
39743
39743
|
**/
|
|
39744
39744
|
getFind: function getFind() {
|
|
39745
39745
|
var _this10 = this;
|
|
@@ -39794,12 +39794,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39794
39794
|
});
|
|
39795
39795
|
},
|
|
39796
39796
|
|
|
39797
|
-
/**
|
|
39798
|
-
* endFlows
|
|
39799
|
-
* @desc:直接办结
|
|
39800
|
-
* @author liufan
|
|
39801
|
-
* @param {Object} res 直接办结数据
|
|
39802
|
-
* @date 2022年5月25日
|
|
39797
|
+
/**
|
|
39798
|
+
* endFlows
|
|
39799
|
+
* @desc:直接办结
|
|
39800
|
+
* @author liufan
|
|
39801
|
+
* @param {Object} res 直接办结数据
|
|
39802
|
+
* @date 2022年5月25日
|
|
39803
39803
|
**/
|
|
39804
39804
|
endFlows: function endFlows(res) {
|
|
39805
39805
|
var _this12 = this;
|
|
@@ -39853,12 +39853,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39853
39853
|
}).catch(function (e) {});
|
|
39854
39854
|
},
|
|
39855
39855
|
|
|
39856
|
-
/**
|
|
39857
|
-
* goView
|
|
39858
|
-
* @desc:更多流程按钮操作
|
|
39859
|
-
* @author liufan
|
|
39860
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
39861
|
-
* @date 2022年5月25日
|
|
39856
|
+
/**
|
|
39857
|
+
* goView
|
|
39858
|
+
* @desc:更多流程按钮操作
|
|
39859
|
+
* @author liufan
|
|
39860
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
39861
|
+
* @date 2022年5月25日
|
|
39862
39862
|
**/
|
|
39863
39863
|
goView: function goView(res) {
|
|
39864
39864
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -39943,11 +39943,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39943
39943
|
// isCanStartSubFlow
|
|
39944
39944
|
},
|
|
39945
39945
|
|
|
39946
|
-
/**
|
|
39947
|
-
* toTakeAdvice
|
|
39948
|
-
* @desc:征求意见
|
|
39949
|
-
* @author liufan
|
|
39950
|
-
* @date 2022年9月29日
|
|
39946
|
+
/**
|
|
39947
|
+
* toTakeAdvice
|
|
39948
|
+
* @desc:征求意见
|
|
39949
|
+
* @author liufan
|
|
39950
|
+
* @date 2022年9月29日
|
|
39951
39951
|
**/
|
|
39952
39952
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
39953
39953
|
var _this14 = this;
|
|
@@ -39991,11 +39991,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39991
39991
|
});
|
|
39992
39992
|
},
|
|
39993
39993
|
|
|
39994
|
-
/**
|
|
39995
|
-
* toStartDraf
|
|
39996
|
-
* @desc: 稿件递送、联合审核、复核
|
|
39997
|
-
* @author liufan
|
|
39998
|
-
* @date 2022年9月29日
|
|
39994
|
+
/**
|
|
39995
|
+
* toStartDraf
|
|
39996
|
+
* @desc: 稿件递送、联合审核、复核
|
|
39997
|
+
* @author liufan
|
|
39998
|
+
* @date 2022年9月29日
|
|
39999
39999
|
**/
|
|
40000
40000
|
toStartDraf: function toStartDraf(res) {
|
|
40001
40001
|
var _this16 = this;
|
|
@@ -40009,11 +40009,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40009
40009
|
}
|
|
40010
40010
|
},
|
|
40011
40011
|
|
|
40012
|
-
/**
|
|
40013
|
-
* toSendMsg
|
|
40014
|
-
* @desc:核稿通知
|
|
40015
|
-
* @author liufan
|
|
40016
|
-
* @date 2022年9月29日
|
|
40012
|
+
/**
|
|
40013
|
+
* toSendMsg
|
|
40014
|
+
* @desc:核稿通知
|
|
40015
|
+
* @author liufan
|
|
40016
|
+
* @date 2022年9月29日
|
|
40017
40017
|
**/
|
|
40018
40018
|
toSendMsg: function toSendMsg(res) {
|
|
40019
40019
|
var _this17 = this;
|
|
@@ -40027,11 +40027,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40027
40027
|
}
|
|
40028
40028
|
},
|
|
40029
40029
|
|
|
40030
|
-
/**
|
|
40031
|
-
* toTaskReadAndEnd
|
|
40032
|
-
* @desc:分阅并办结
|
|
40033
|
-
* @author liufan
|
|
40034
|
-
* @date 2022年9月29日
|
|
40030
|
+
/**
|
|
40031
|
+
* toTaskReadAndEnd
|
|
40032
|
+
* @desc:分阅并办结
|
|
40033
|
+
* @author liufan
|
|
40034
|
+
* @date 2022年9月29日
|
|
40035
40035
|
**/
|
|
40036
40036
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
40037
40037
|
var _this18 = this;
|
|
@@ -40049,11 +40049,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40049
40049
|
}
|
|
40050
40050
|
},
|
|
40051
40051
|
|
|
40052
|
-
/**
|
|
40053
|
-
* rejectAndEnd
|
|
40054
|
-
* @desc:驳回并办结
|
|
40055
|
-
* @author liufan
|
|
40056
|
-
* @date 2022年9月29日
|
|
40052
|
+
/**
|
|
40053
|
+
* rejectAndEnd
|
|
40054
|
+
* @desc:驳回并办结
|
|
40055
|
+
* @author liufan
|
|
40056
|
+
* @date 2022年9月29日
|
|
40057
40057
|
**/
|
|
40058
40058
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
40059
40059
|
var _this19 = this;
|
|
@@ -40108,11 +40108,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40108
40108
|
});
|
|
40109
40109
|
},
|
|
40110
40110
|
|
|
40111
|
-
/**
|
|
40112
|
-
* toTransfer
|
|
40113
|
-
* @desc:转办
|
|
40114
|
-
* @author liufan
|
|
40115
|
-
* @date 2022年9月29日
|
|
40111
|
+
/**
|
|
40112
|
+
* toTransfer
|
|
40113
|
+
* @desc:转办
|
|
40114
|
+
* @author liufan
|
|
40115
|
+
* @date 2022年9月29日
|
|
40116
40116
|
**/
|
|
40117
40117
|
toTransfer: function toTransfer(res) {
|
|
40118
40118
|
var _this21 = this;
|
|
@@ -40128,11 +40128,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40128
40128
|
}
|
|
40129
40129
|
},
|
|
40130
40130
|
|
|
40131
|
-
/**
|
|
40132
|
-
* getNodeInfo
|
|
40133
|
-
* @desc:获取节点信息
|
|
40134
|
-
* @author liufan
|
|
40135
|
-
* @date 2022年5月25日
|
|
40131
|
+
/**
|
|
40132
|
+
* getNodeInfo
|
|
40133
|
+
* @desc:获取节点信息
|
|
40134
|
+
* @author liufan
|
|
40135
|
+
* @date 2022年5月25日
|
|
40136
40136
|
**/
|
|
40137
40137
|
getNodeInfo: function getNodeInfo() {
|
|
40138
40138
|
var _this22 = this;
|
|
@@ -40231,12 +40231,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40231
40231
|
});
|
|
40232
40232
|
},
|
|
40233
40233
|
|
|
40234
|
-
/**
|
|
40235
|
-
* selecNext
|
|
40236
|
-
* @desc:下步节点变化时更新数据
|
|
40237
|
-
* @author liufan
|
|
40238
|
-
* @param {String} val 当前选中值
|
|
40239
|
-
* @date 2022年5月25日
|
|
40234
|
+
/**
|
|
40235
|
+
* selecNext
|
|
40236
|
+
* @desc:下步节点变化时更新数据
|
|
40237
|
+
* @author liufan
|
|
40238
|
+
* @param {String} val 当前选中值
|
|
40239
|
+
* @date 2022年5月25日
|
|
40240
40240
|
**/
|
|
40241
40241
|
selecNext: function selecNext(val, type, isDef) {
|
|
40242
40242
|
var _this23 = this;
|
|
@@ -40345,11 +40345,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40345
40345
|
if (isDef !== true) this.getNodeInfo();
|
|
40346
40346
|
},
|
|
40347
40347
|
|
|
40348
|
-
/**
|
|
40349
|
-
* isMultiple
|
|
40350
|
-
* @desc:是否多选
|
|
40351
|
-
* @author liufan
|
|
40352
|
-
* @date 2022年9月13日
|
|
40348
|
+
/**
|
|
40349
|
+
* isMultiple
|
|
40350
|
+
* @desc:是否多选
|
|
40351
|
+
* @author liufan
|
|
40352
|
+
* @date 2022年9月13日
|
|
40353
40353
|
**/
|
|
40354
40354
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
40355
40355
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -40381,11 +40381,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40381
40381
|
}
|
|
40382
40382
|
},
|
|
40383
40383
|
|
|
40384
|
-
/**
|
|
40385
|
-
* getHedInfo
|
|
40386
|
-
* @desc:获取审核页面数据
|
|
40387
|
-
* @author liufan
|
|
40388
|
-
* @date 2022年5月25日
|
|
40384
|
+
/**
|
|
40385
|
+
* getHedInfo
|
|
40386
|
+
* @desc:获取审核页面数据
|
|
40387
|
+
* @author liufan
|
|
40388
|
+
* @date 2022年5月25日
|
|
40389
40389
|
**/
|
|
40390
40390
|
getHedInfo: function getHedInfo() {
|
|
40391
40391
|
var _this24 = this;
|
|
@@ -40621,13 +40621,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40621
40621
|
});
|
|
40622
40622
|
},
|
|
40623
40623
|
|
|
40624
|
-
/**
|
|
40625
|
-
* closeProcess
|
|
40626
|
-
* @desc:关闭弹窗
|
|
40627
|
-
* @author liufan
|
|
40628
|
-
* @param {boolean} val 当前是否办理流程
|
|
40629
|
-
* @param {String} type 当前点击的弹窗类型
|
|
40630
|
-
* @date 2022年5月25日
|
|
40624
|
+
/**
|
|
40625
|
+
* closeProcess
|
|
40626
|
+
* @desc:关闭弹窗
|
|
40627
|
+
* @author liufan
|
|
40628
|
+
* @param {boolean} val 当前是否办理流程
|
|
40629
|
+
* @param {String} type 当前点击的弹窗类型
|
|
40630
|
+
* @date 2022年5月25日
|
|
40631
40631
|
**/
|
|
40632
40632
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
40633
40633
|
if (closeParent) {
|
|
@@ -40644,23 +40644,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40644
40644
|
}
|
|
40645
40645
|
},
|
|
40646
40646
|
|
|
40647
|
-
/**
|
|
40648
|
-
* selectChange
|
|
40649
|
-
* @desc:常用语选择
|
|
40650
|
-
* @author liufan
|
|
40651
|
-
* @param {String} val 选中值
|
|
40652
|
-
* @date 2022年5月25日
|
|
40647
|
+
/**
|
|
40648
|
+
* selectChange
|
|
40649
|
+
* @desc:常用语选择
|
|
40650
|
+
* @author liufan
|
|
40651
|
+
* @param {String} val 选中值
|
|
40652
|
+
* @date 2022年5月25日
|
|
40653
40653
|
**/
|
|
40654
40654
|
selectChange: function selectChange(val) {
|
|
40655
40655
|
this.value = val;
|
|
40656
40656
|
},
|
|
40657
40657
|
|
|
40658
|
-
/**
|
|
40659
|
-
* upDate
|
|
40660
|
-
* @desc:修改常用语
|
|
40661
|
-
* @author liufan
|
|
40662
|
-
* @param {Object} val 修改值
|
|
40663
|
-
* @date 2022年5月25日
|
|
40658
|
+
/**
|
|
40659
|
+
* upDate
|
|
40660
|
+
* @desc:修改常用语
|
|
40661
|
+
* @author liufan
|
|
40662
|
+
* @param {Object} val 修改值
|
|
40663
|
+
* @date 2022年5月25日
|
|
40664
40664
|
**/
|
|
40665
40665
|
upDate: function upDate(val) {
|
|
40666
40666
|
this.FormData.id = val.id;
|
|
@@ -40668,11 +40668,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40668
40668
|
},
|
|
40669
40669
|
|
|
40670
40670
|
|
|
40671
|
-
/**
|
|
40672
|
-
* getProcess
|
|
40673
|
-
* @desc:获取选择流程
|
|
40674
|
-
* @author liufan
|
|
40675
|
-
* @date 2022年5月25日
|
|
40671
|
+
/**
|
|
40672
|
+
* getProcess
|
|
40673
|
+
* @desc:获取选择流程
|
|
40674
|
+
* @author liufan
|
|
40675
|
+
* @date 2022年5月25日
|
|
40676
40676
|
**/
|
|
40677
40677
|
getProcess: function getProcess() {
|
|
40678
40678
|
var _this25 = this;
|
|
@@ -40726,11 +40726,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40726
40726
|
});
|
|
40727
40727
|
},
|
|
40728
40728
|
|
|
40729
|
-
/**
|
|
40730
|
-
* getPendedhistoryList
|
|
40731
|
-
* @desc:获取流程列表
|
|
40732
|
-
* @author liufan
|
|
40733
|
-
* @date 2022年5月25日
|
|
40729
|
+
/**
|
|
40730
|
+
* getPendedhistoryList
|
|
40731
|
+
* @desc:获取流程列表
|
|
40732
|
+
* @author liufan
|
|
40733
|
+
* @date 2022年5月25日
|
|
40734
40734
|
**/
|
|
40735
40735
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
40736
40736
|
var _this26 = this;
|
|
@@ -40762,12 +40762,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40762
40762
|
},
|
|
40763
40763
|
|
|
40764
40764
|
// 提交流程
|
|
40765
|
-
/**
|
|
40766
|
-
* subProcess
|
|
40767
|
-
* @desc:提交流程
|
|
40768
|
-
* @author liufan
|
|
40769
|
-
* @param {String} formName 当前form表单ref值
|
|
40770
|
-
* @date 2022年5月25日
|
|
40765
|
+
/**
|
|
40766
|
+
* subProcess
|
|
40767
|
+
* @desc:提交流程
|
|
40768
|
+
* @author liufan
|
|
40769
|
+
* @param {String} formName 当前form表单ref值
|
|
40770
|
+
* @date 2022年5月25日
|
|
40771
40771
|
**/
|
|
40772
40772
|
subProcess: function subProcess(val) {
|
|
40773
40773
|
var _this27 = this;
|
|
@@ -42432,6 +42432,30 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42432
42432
|
this.isFlow && this.businessId && this.getProcess(val);
|
|
42433
42433
|
},
|
|
42434
42434
|
|
|
42435
|
+
deep: true,
|
|
42436
|
+
immediate: true
|
|
42437
|
+
},
|
|
42438
|
+
defaultProcessKey: {
|
|
42439
|
+
handler: function handler(val) {
|
|
42440
|
+
if (this.nodeInfo.option) {
|
|
42441
|
+
this.nodeInfo.nextNode = this.nodeInfo.option.filter(function (item) {
|
|
42442
|
+
return item.processDefKey == val;
|
|
42443
|
+
});
|
|
42444
|
+
if (this.nodeInfo.nextNode.length) {
|
|
42445
|
+
this.nodeInfo.nextNode = this.nodeInfo.nextNode[0].processDefId;
|
|
42446
|
+
} else {
|
|
42447
|
+
if (this.nodeInfo.option.length != 0) {
|
|
42448
|
+
this.nodeInfo.nextNode = this.nodeInfo.option[0].processDefId;
|
|
42449
|
+
} else {
|
|
42450
|
+
this.nodeInfo.nextNode = '';
|
|
42451
|
+
}
|
|
42452
|
+
}
|
|
42453
|
+
if (this.nodeInfo.nextNode) {
|
|
42454
|
+
this.handleChange(this.nodeInfo.nextNode);
|
|
42455
|
+
}
|
|
42456
|
+
}
|
|
42457
|
+
},
|
|
42458
|
+
|
|
42435
42459
|
deep: true,
|
|
42436
42460
|
immediate: true
|
|
42437
42461
|
}
|
|
@@ -42813,11 +42837,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42813
42837
|
});
|
|
42814
42838
|
},
|
|
42815
42839
|
|
|
42816
|
-
/**
|
|
42817
|
-
* saveInfo
|
|
42818
|
-
* @desc:暂存
|
|
42819
|
-
* @author liufan
|
|
42820
|
-
* @date 2022年9月9日
|
|
42840
|
+
/**
|
|
42841
|
+
* saveInfo
|
|
42842
|
+
* @desc:暂存
|
|
42843
|
+
* @author liufan
|
|
42844
|
+
* @date 2022年9月9日
|
|
42821
42845
|
**/
|
|
42822
42846
|
saveInfo: function saveInfo(type, btn) {
|
|
42823
42847
|
var _this8 = this;
|
|
@@ -42879,11 +42903,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42879
42903
|
});
|
|
42880
42904
|
},
|
|
42881
42905
|
|
|
42882
|
-
/**
|
|
42883
|
-
* rejectBtn
|
|
42884
|
-
* @desc:点击驳回
|
|
42885
|
-
* @author liufan
|
|
42886
|
-
* @date 2022年5月25日
|
|
42906
|
+
/**
|
|
42907
|
+
* rejectBtn
|
|
42908
|
+
* @desc:点击驳回
|
|
42909
|
+
* @author liufan
|
|
42910
|
+
* @date 2022年5月25日
|
|
42887
42911
|
**/
|
|
42888
42912
|
rejectBtn: function rejectBtn() {
|
|
42889
42913
|
var _this10 = this;
|
|
@@ -42901,11 +42925,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42901
42925
|
}
|
|
42902
42926
|
},
|
|
42903
42927
|
|
|
42904
|
-
/**
|
|
42905
|
-
* taskReadBtn
|
|
42906
|
-
* @desc:点击分阅
|
|
42907
|
-
* @author liufan
|
|
42908
|
-
* @date 2022年5月25日
|
|
42928
|
+
/**
|
|
42929
|
+
* taskReadBtn
|
|
42930
|
+
* @desc:点击分阅
|
|
42931
|
+
* @author liufan
|
|
42932
|
+
* @date 2022年5月25日
|
|
42909
42933
|
**/
|
|
42910
42934
|
taskReadBtn: function taskReadBtn() {
|
|
42911
42935
|
var _this11 = this;
|
|
@@ -42924,11 +42948,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42924
42948
|
}
|
|
42925
42949
|
},
|
|
42926
42950
|
|
|
42927
|
-
/**
|
|
42928
|
-
* getFind
|
|
42929
|
-
* @desc:获取通知方式
|
|
42930
|
-
* @author liufan
|
|
42931
|
-
* @date 2022年5月25日
|
|
42951
|
+
/**
|
|
42952
|
+
* getFind
|
|
42953
|
+
* @desc:获取通知方式
|
|
42954
|
+
* @author liufan
|
|
42955
|
+
* @date 2022年5月25日
|
|
42932
42956
|
**/
|
|
42933
42957
|
getFind: function getFind() {
|
|
42934
42958
|
var _this12 = this;
|
|
@@ -42993,12 +43017,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42993
43017
|
});
|
|
42994
43018
|
},
|
|
42995
43019
|
|
|
42996
|
-
/**
|
|
42997
|
-
* endFlows
|
|
42998
|
-
* @desc:直接办结
|
|
42999
|
-
* @author liufan
|
|
43000
|
-
* @param {Object} res 直接办结数据
|
|
43001
|
-
* @date 2022年5月25日
|
|
43020
|
+
/**
|
|
43021
|
+
* endFlows
|
|
43022
|
+
* @desc:直接办结
|
|
43023
|
+
* @author liufan
|
|
43024
|
+
* @param {Object} res 直接办结数据
|
|
43025
|
+
* @date 2022年5月25日
|
|
43002
43026
|
**/
|
|
43003
43027
|
endFlows: function endFlows(res) {
|
|
43004
43028
|
var _this14 = this;
|
|
@@ -43052,12 +43076,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43052
43076
|
}).catch(function (e) {});
|
|
43053
43077
|
},
|
|
43054
43078
|
|
|
43055
|
-
/**
|
|
43056
|
-
* goView
|
|
43057
|
-
* @desc:更多流程按钮操作
|
|
43058
|
-
* @author liufan
|
|
43059
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
43060
|
-
* @date 2022年5月25日
|
|
43079
|
+
/**
|
|
43080
|
+
* goView
|
|
43081
|
+
* @desc:更多流程按钮操作
|
|
43082
|
+
* @author liufan
|
|
43083
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
43084
|
+
* @date 2022年5月25日
|
|
43061
43085
|
**/
|
|
43062
43086
|
goView: function goView(res) {
|
|
43063
43087
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -43142,11 +43166,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43142
43166
|
// isCanStartSubFlow
|
|
43143
43167
|
},
|
|
43144
43168
|
|
|
43145
|
-
/**
|
|
43146
|
-
* toTakeAdvice
|
|
43147
|
-
* @desc:征求意见
|
|
43148
|
-
* @author liufan
|
|
43149
|
-
* @date 2022年9月29日
|
|
43169
|
+
/**
|
|
43170
|
+
* toTakeAdvice
|
|
43171
|
+
* @desc:征求意见
|
|
43172
|
+
* @author liufan
|
|
43173
|
+
* @date 2022年9月29日
|
|
43150
43174
|
**/
|
|
43151
43175
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
43152
43176
|
var _this16 = this;
|
|
@@ -43190,11 +43214,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43190
43214
|
});
|
|
43191
43215
|
},
|
|
43192
43216
|
|
|
43193
|
-
/**
|
|
43194
|
-
* toStartDraf
|
|
43195
|
-
* @desc: 稿件递送、联合审核、复核
|
|
43196
|
-
* @author liufan
|
|
43197
|
-
* @date 2022年9月29日
|
|
43217
|
+
/**
|
|
43218
|
+
* toStartDraf
|
|
43219
|
+
* @desc: 稿件递送、联合审核、复核
|
|
43220
|
+
* @author liufan
|
|
43221
|
+
* @date 2022年9月29日
|
|
43198
43222
|
**/
|
|
43199
43223
|
toStartDraf: function toStartDraf(res) {
|
|
43200
43224
|
var _this18 = this;
|
|
@@ -43208,11 +43232,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43208
43232
|
}
|
|
43209
43233
|
},
|
|
43210
43234
|
|
|
43211
|
-
/**
|
|
43212
|
-
* toSendMsg
|
|
43213
|
-
* @desc:核稿通知
|
|
43214
|
-
* @author liufan
|
|
43215
|
-
* @date 2022年9月29日
|
|
43235
|
+
/**
|
|
43236
|
+
* toSendMsg
|
|
43237
|
+
* @desc:核稿通知
|
|
43238
|
+
* @author liufan
|
|
43239
|
+
* @date 2022年9月29日
|
|
43216
43240
|
**/
|
|
43217
43241
|
toSendMsg: function toSendMsg(res) {
|
|
43218
43242
|
var _this19 = this;
|
|
@@ -43226,11 +43250,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43226
43250
|
}
|
|
43227
43251
|
},
|
|
43228
43252
|
|
|
43229
|
-
/**
|
|
43230
|
-
* toTaskReadAndEnd
|
|
43231
|
-
* @desc:分阅并办结
|
|
43232
|
-
* @author liufan
|
|
43233
|
-
* @date 2022年9月29日
|
|
43253
|
+
/**
|
|
43254
|
+
* toTaskReadAndEnd
|
|
43255
|
+
* @desc:分阅并办结
|
|
43256
|
+
* @author liufan
|
|
43257
|
+
* @date 2022年9月29日
|
|
43234
43258
|
**/
|
|
43235
43259
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
43236
43260
|
var _this20 = this;
|
|
@@ -43248,11 +43272,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43248
43272
|
}
|
|
43249
43273
|
},
|
|
43250
43274
|
|
|
43251
|
-
/**
|
|
43252
|
-
* rejectAndEnd
|
|
43253
|
-
* @desc:驳回并办结
|
|
43254
|
-
* @author liufan
|
|
43255
|
-
* @date 2022年9月29日
|
|
43275
|
+
/**
|
|
43276
|
+
* rejectAndEnd
|
|
43277
|
+
* @desc:驳回并办结
|
|
43278
|
+
* @author liufan
|
|
43279
|
+
* @date 2022年9月29日
|
|
43256
43280
|
**/
|
|
43257
43281
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
43258
43282
|
var _this21 = this;
|
|
@@ -43307,11 +43331,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43307
43331
|
});
|
|
43308
43332
|
},
|
|
43309
43333
|
|
|
43310
|
-
/**
|
|
43311
|
-
* toTransfer
|
|
43312
|
-
* @desc:转办
|
|
43313
|
-
* @author liufan
|
|
43314
|
-
* @date 2022年9月29日
|
|
43334
|
+
/**
|
|
43335
|
+
* toTransfer
|
|
43336
|
+
* @desc:转办
|
|
43337
|
+
* @author liufan
|
|
43338
|
+
* @date 2022年9月29日
|
|
43315
43339
|
**/
|
|
43316
43340
|
toTransfer: function toTransfer(res) {
|
|
43317
43341
|
var _this23 = this;
|
|
@@ -43327,11 +43351,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43327
43351
|
}
|
|
43328
43352
|
},
|
|
43329
43353
|
|
|
43330
|
-
/**
|
|
43331
|
-
* getNodeInfo
|
|
43332
|
-
* @desc:获取节点信息
|
|
43333
|
-
* @author liufan
|
|
43334
|
-
* @date 2022年5月25日
|
|
43354
|
+
/**
|
|
43355
|
+
* getNodeInfo
|
|
43356
|
+
* @desc:获取节点信息
|
|
43357
|
+
* @author liufan
|
|
43358
|
+
* @date 2022年5月25日
|
|
43335
43359
|
**/
|
|
43336
43360
|
getNodeInfo: function getNodeInfo() {
|
|
43337
43361
|
var _this24 = this;
|
|
@@ -43430,12 +43454,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43430
43454
|
});
|
|
43431
43455
|
},
|
|
43432
43456
|
|
|
43433
|
-
/**
|
|
43434
|
-
* selecNext
|
|
43435
|
-
* @desc:下步节点变化时更新数据
|
|
43436
|
-
* @author liufan
|
|
43437
|
-
* @param {String} val 当前选中值
|
|
43438
|
-
* @date 2022年5月25日
|
|
43457
|
+
/**
|
|
43458
|
+
* selecNext
|
|
43459
|
+
* @desc:下步节点变化时更新数据
|
|
43460
|
+
* @author liufan
|
|
43461
|
+
* @param {String} val 当前选中值
|
|
43462
|
+
* @date 2022年5月25日
|
|
43439
43463
|
**/
|
|
43440
43464
|
selecNext: function selecNext(val, type, isDef) {
|
|
43441
43465
|
var _this25 = this;
|
|
@@ -43544,11 +43568,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43544
43568
|
if (isDef !== true) this.getNodeInfo();
|
|
43545
43569
|
},
|
|
43546
43570
|
|
|
43547
|
-
/**
|
|
43548
|
-
* isMultiple
|
|
43549
|
-
* @desc:是否多选
|
|
43550
|
-
* @author liufan
|
|
43551
|
-
* @date 2022年9月13日
|
|
43571
|
+
/**
|
|
43572
|
+
* isMultiple
|
|
43573
|
+
* @desc:是否多选
|
|
43574
|
+
* @author liufan
|
|
43575
|
+
* @date 2022年9月13日
|
|
43552
43576
|
**/
|
|
43553
43577
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
43554
43578
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -43580,11 +43604,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43580
43604
|
}
|
|
43581
43605
|
},
|
|
43582
43606
|
|
|
43583
|
-
/**
|
|
43584
|
-
* getHedInfo
|
|
43585
|
-
* @desc:获取审核页面数据
|
|
43586
|
-
* @author liufan
|
|
43587
|
-
* @date 2022年5月25日
|
|
43607
|
+
/**
|
|
43608
|
+
* getHedInfo
|
|
43609
|
+
* @desc:获取审核页面数据
|
|
43610
|
+
* @author liufan
|
|
43611
|
+
* @date 2022年5月25日
|
|
43588
43612
|
**/
|
|
43589
43613
|
getHedInfo: function getHedInfo() {
|
|
43590
43614
|
var _this26 = this;
|
|
@@ -43824,13 +43848,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43824
43848
|
});
|
|
43825
43849
|
},
|
|
43826
43850
|
|
|
43827
|
-
/**
|
|
43828
|
-
* closeProcess
|
|
43829
|
-
* @desc:关闭弹窗
|
|
43830
|
-
* @author liufan
|
|
43831
|
-
* @param {boolean} val 当前是否办理流程
|
|
43832
|
-
* @param {String} type 当前点击的弹窗类型
|
|
43833
|
-
* @date 2022年5月25日
|
|
43851
|
+
/**
|
|
43852
|
+
* closeProcess
|
|
43853
|
+
* @desc:关闭弹窗
|
|
43854
|
+
* @author liufan
|
|
43855
|
+
* @param {boolean} val 当前是否办理流程
|
|
43856
|
+
* @param {String} type 当前点击的弹窗类型
|
|
43857
|
+
* @date 2022年5月25日
|
|
43834
43858
|
**/
|
|
43835
43859
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
43836
43860
|
if (closeParent) {
|
|
@@ -43847,23 +43871,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43847
43871
|
}
|
|
43848
43872
|
},
|
|
43849
43873
|
|
|
43850
|
-
/**
|
|
43851
|
-
* selectChange
|
|
43852
|
-
* @desc:常用语选择
|
|
43853
|
-
* @author liufan
|
|
43854
|
-
* @param {String} val 选中值
|
|
43855
|
-
* @date 2022年5月25日
|
|
43874
|
+
/**
|
|
43875
|
+
* selectChange
|
|
43876
|
+
* @desc:常用语选择
|
|
43877
|
+
* @author liufan
|
|
43878
|
+
* @param {String} val 选中值
|
|
43879
|
+
* @date 2022年5月25日
|
|
43856
43880
|
**/
|
|
43857
43881
|
selectChange: function selectChange(val) {
|
|
43858
43882
|
this.value = val;
|
|
43859
43883
|
},
|
|
43860
43884
|
|
|
43861
|
-
/**
|
|
43862
|
-
* upDate
|
|
43863
|
-
* @desc:修改常用语
|
|
43864
|
-
* @author liufan
|
|
43865
|
-
* @param {Object} val 修改值
|
|
43866
|
-
* @date 2022年5月25日
|
|
43885
|
+
/**
|
|
43886
|
+
* upDate
|
|
43887
|
+
* @desc:修改常用语
|
|
43888
|
+
* @author liufan
|
|
43889
|
+
* @param {Object} val 修改值
|
|
43890
|
+
* @date 2022年5月25日
|
|
43867
43891
|
**/
|
|
43868
43892
|
upDate: function upDate(val) {
|
|
43869
43893
|
this.FormData.id = val.id;
|
|
@@ -43871,11 +43895,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43871
43895
|
},
|
|
43872
43896
|
|
|
43873
43897
|
|
|
43874
|
-
/**
|
|
43875
|
-
* getProcess
|
|
43876
|
-
* @desc:获取选择流程
|
|
43877
|
-
* @author liufan
|
|
43878
|
-
* @date 2022年5月25日
|
|
43898
|
+
/**
|
|
43899
|
+
* getProcess
|
|
43900
|
+
* @desc:获取选择流程
|
|
43901
|
+
* @author liufan
|
|
43902
|
+
* @date 2022年5月25日
|
|
43879
43903
|
**/
|
|
43880
43904
|
getProcess: function getProcess(val) {
|
|
43881
43905
|
var _this27 = this;
|
|
@@ -43927,11 +43951,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43927
43951
|
});
|
|
43928
43952
|
},
|
|
43929
43953
|
|
|
43930
|
-
/**
|
|
43931
|
-
* getPendedhistoryList
|
|
43932
|
-
* @desc:获取流程列表
|
|
43933
|
-
* @author liufan
|
|
43934
|
-
* @date 2022年5月25日
|
|
43954
|
+
/**
|
|
43955
|
+
* getPendedhistoryList
|
|
43956
|
+
* @desc:获取流程列表
|
|
43957
|
+
* @author liufan
|
|
43958
|
+
* @date 2022年5月25日
|
|
43935
43959
|
**/
|
|
43936
43960
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
43937
43961
|
var _this28 = this;
|
|
@@ -43998,12 +44022,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43998
44022
|
},
|
|
43999
44023
|
|
|
44000
44024
|
// 提交流程
|
|
44001
|
-
/**
|
|
44002
|
-
* subProcess
|
|
44003
|
-
* @desc:提交流程
|
|
44004
|
-
* @author liufan
|
|
44005
|
-
* @param {String} formName 当前form表单ref值
|
|
44006
|
-
* @date 2022年5月25日
|
|
44025
|
+
/**
|
|
44026
|
+
* subProcess
|
|
44027
|
+
* @desc:提交流程
|
|
44028
|
+
* @author liufan
|
|
44029
|
+
* @param {String} formName 当前form表单ref值
|
|
44030
|
+
* @date 2022年5月25日
|
|
44007
44031
|
**/
|
|
44008
44032
|
subProcess: function subProcess(val, type) {
|
|
44009
44033
|
var _this30 = this;
|
|
@@ -44299,8 +44323,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44299
44323
|
|
|
44300
44324
|
var flow_src_main_component = normalizeComponent(
|
|
44301
44325
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
44302
|
-
|
|
44303
|
-
|
|
44326
|
+
mainvue_type_template_id_06ef5eca_render,
|
|
44327
|
+
mainvue_type_template_id_06ef5eca_staticRenderFns,
|
|
44304
44328
|
false,
|
|
44305
44329
|
null,
|
|
44306
44330
|
null,
|
|
@@ -46290,8 +46314,8 @@ flow_group_src_main.install = function (Vue) {
|
|
|
46290
46314
|
};
|
|
46291
46315
|
|
|
46292
46316
|
/* harmony default export */ var flow_group = (flow_group_src_main);
|
|
46293
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
46294
|
-
var
|
|
46317
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=6c50def7&
|
|
46318
|
+
var mainvue_type_template_id_6c50def7_render = function () {
|
|
46295
46319
|
var _vm = this
|
|
46296
46320
|
var _h = _vm.$createElement
|
|
46297
46321
|
var _c = _vm._self._c || _h
|
|
@@ -46487,11 +46511,11 @@ var mainvue_type_template_id_6c84bda0_render = function () {
|
|
|
46487
46511
|
2
|
|
46488
46512
|
)
|
|
46489
46513
|
}
|
|
46490
|
-
var
|
|
46491
|
-
|
|
46514
|
+
var mainvue_type_template_id_6c50def7_staticRenderFns = []
|
|
46515
|
+
mainvue_type_template_id_6c50def7_render._withStripped = true
|
|
46492
46516
|
|
|
46493
46517
|
|
|
46494
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
46518
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6c50def7&
|
|
46495
46519
|
|
|
46496
46520
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=script&lang=js&
|
|
46497
46521
|
var flow_list_src_mainvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
|
|
@@ -46615,6 +46639,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
46615
46639
|
return [];
|
|
46616
46640
|
}
|
|
46617
46641
|
},
|
|
46642
|
+
headFields: {
|
|
46643
|
+
type: Array,
|
|
46644
|
+
default: function _default() {
|
|
46645
|
+
return [];
|
|
46646
|
+
}
|
|
46647
|
+
},
|
|
46618
46648
|
contents: {
|
|
46619
46649
|
type: Array,
|
|
46620
46650
|
default: function _default() {
|
|
@@ -47167,6 +47197,7 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47167
47197
|
content: function content() {
|
|
47168
47198
|
var _this3 = this;
|
|
47169
47199
|
|
|
47200
|
+
var _that = this;
|
|
47170
47201
|
var newContents = JSON.parse(JSON.stringify(this.contents));
|
|
47171
47202
|
if (this.contents.indexOf('circular') != -1) {
|
|
47172
47203
|
newContents = newContents.filter(function (item) {
|
|
@@ -47175,10 +47206,26 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47175
47206
|
}
|
|
47176
47207
|
var contents = newContents.map(function (item) {
|
|
47177
47208
|
if (typeof item === 'string') {
|
|
47209
|
+
var data = [];
|
|
47210
|
+
if (_that.headFields.length > 0) {
|
|
47211
|
+
_that.headFields.map(function (headFiled) {
|
|
47212
|
+
_that.theads[item].map(function (theadItem) {
|
|
47213
|
+
if (theadItem.field === headFiled.field) {
|
|
47214
|
+
theadItem = headFiled;
|
|
47215
|
+
data.push(theadItem);
|
|
47216
|
+
}
|
|
47217
|
+
});
|
|
47218
|
+
});
|
|
47219
|
+
_that.theads[item].map(function (x) {
|
|
47220
|
+
if (x.type == 'handle') {
|
|
47221
|
+
data.push(x);
|
|
47222
|
+
}
|
|
47223
|
+
});
|
|
47224
|
+
}
|
|
47178
47225
|
return {
|
|
47179
47226
|
type: item,
|
|
47180
47227
|
toolbar: _this3.toolbars[item],
|
|
47181
|
-
thead: _this3.theads[item],
|
|
47228
|
+
thead: data.length > 0 ? data : _this3.theads[item],
|
|
47182
47229
|
showFormBtn: false
|
|
47183
47230
|
};
|
|
47184
47231
|
} else {
|
|
@@ -47375,12 +47422,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47375
47422
|
}
|
|
47376
47423
|
},
|
|
47377
47424
|
|
|
47378
|
-
/**
|
|
47379
|
-
* handleFormSubmit
|
|
47380
|
-
* @desc:删除节点点击事件
|
|
47381
|
-
* @param {Object} formData 点击删除的form数据
|
|
47382
|
-
* @author liufan
|
|
47383
|
-
* @date 2022年11月29日
|
|
47425
|
+
/**
|
|
47426
|
+
* handleFormSubmit
|
|
47427
|
+
* @desc:删除节点点击事件
|
|
47428
|
+
* @param {Object} formData 点击删除的form数据
|
|
47429
|
+
* @author liufan
|
|
47430
|
+
* @date 2022年11月29日
|
|
47384
47431
|
**/
|
|
47385
47432
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
47386
47433
|
var _this7 = this;
|
|
@@ -47411,48 +47458,48 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47411
47458
|
});
|
|
47412
47459
|
},
|
|
47413
47460
|
|
|
47414
|
-
/**
|
|
47415
|
-
* del
|
|
47416
|
-
* @desc:展示删除弹窗
|
|
47417
|
-
* @param {String} id 当前点击数据id
|
|
47418
|
-
* @author liufan
|
|
47419
|
-
* @date 2022年11月29日
|
|
47461
|
+
/**
|
|
47462
|
+
* del
|
|
47463
|
+
* @desc:展示删除弹窗
|
|
47464
|
+
* @param {String} id 当前点击数据id
|
|
47465
|
+
* @author liufan
|
|
47466
|
+
* @date 2022年11月29日
|
|
47420
47467
|
**/
|
|
47421
47468
|
del: function del(id) {
|
|
47422
47469
|
this.historyId = id;
|
|
47423
47470
|
this.showDel = true;
|
|
47424
47471
|
},
|
|
47425
47472
|
|
|
47426
|
-
/**
|
|
47427
|
-
* handleCurrentChange
|
|
47428
|
-
* @desc:监听页码变化
|
|
47429
|
-
* @param {String} val 当前页
|
|
47430
|
-
* @author liufan
|
|
47431
|
-
* @date 2022年11月29日
|
|
47473
|
+
/**
|
|
47474
|
+
* handleCurrentChange
|
|
47475
|
+
* @desc:监听页码变化
|
|
47476
|
+
* @param {String} val 当前页
|
|
47477
|
+
* @author liufan
|
|
47478
|
+
* @date 2022年11月29日
|
|
47432
47479
|
**/
|
|
47433
47480
|
handleCurrentChange: function handleCurrentChange(val) {
|
|
47434
47481
|
this.currentPage = val;
|
|
47435
47482
|
this.getPressList();
|
|
47436
47483
|
},
|
|
47437
47484
|
|
|
47438
|
-
/**
|
|
47439
|
-
* handleSizeChange
|
|
47440
|
-
* @desc:监听每页数据显示数量变化
|
|
47441
|
-
* @param {String} val 每页展示数量
|
|
47442
|
-
* @author liufan
|
|
47443
|
-
* @date 2022年11月29日
|
|
47485
|
+
/**
|
|
47486
|
+
* handleSizeChange
|
|
47487
|
+
* @desc:监听每页数据显示数量变化
|
|
47488
|
+
* @param {String} val 每页展示数量
|
|
47489
|
+
* @author liufan
|
|
47490
|
+
* @date 2022年11月29日
|
|
47444
47491
|
**/
|
|
47445
47492
|
handleSizeChange: function handleSizeChange(val) {
|
|
47446
47493
|
this.pageSize = val;
|
|
47447
47494
|
this.getPressList();
|
|
47448
47495
|
},
|
|
47449
47496
|
|
|
47450
|
-
/**
|
|
47451
|
-
* sortChange
|
|
47452
|
-
* @desc:监听排序变化
|
|
47453
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
47454
|
-
* @author liufan
|
|
47455
|
-
* @date 2022年11月29日
|
|
47497
|
+
/**
|
|
47498
|
+
* sortChange
|
|
47499
|
+
* @desc:监听排序变化
|
|
47500
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
47501
|
+
* @author liufan
|
|
47502
|
+
* @date 2022年11月29日
|
|
47456
47503
|
**/
|
|
47457
47504
|
sortChange: function sortChange(info) {
|
|
47458
47505
|
var prop = info.prop,
|
|
@@ -47463,11 +47510,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47463
47510
|
this.getPressList();
|
|
47464
47511
|
},
|
|
47465
47512
|
|
|
47466
|
-
/**
|
|
47467
|
-
* getPressList
|
|
47468
|
-
* @desc:催办列表数据
|
|
47469
|
-
* @author liufan
|
|
47470
|
-
* @date 2022年11月29日
|
|
47513
|
+
/**
|
|
47514
|
+
* getPressList
|
|
47515
|
+
* @desc:催办列表数据
|
|
47516
|
+
* @author liufan
|
|
47517
|
+
* @date 2022年11月29日
|
|
47471
47518
|
**/
|
|
47472
47519
|
getPressList: function getPressList() {
|
|
47473
47520
|
var _this8 = this;
|
|
@@ -47497,12 +47544,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47497
47544
|
});
|
|
47498
47545
|
},
|
|
47499
47546
|
|
|
47500
|
-
/**
|
|
47501
|
-
* goPress
|
|
47502
|
-
* @desc:催办列表查看
|
|
47503
|
-
* @param {String} id 催办列表id
|
|
47504
|
-
* @author liufan
|
|
47505
|
-
* @date 2022年11月29日
|
|
47547
|
+
/**
|
|
47548
|
+
* goPress
|
|
47549
|
+
* @desc:催办列表查看
|
|
47550
|
+
* @param {String} id 催办列表id
|
|
47551
|
+
* @author liufan
|
|
47552
|
+
* @date 2022年11月29日
|
|
47506
47553
|
**/
|
|
47507
47554
|
goPress: function goPress(id) {
|
|
47508
47555
|
this.historyId = id;
|
|
@@ -47510,23 +47557,23 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47510
47557
|
this.getPressList();
|
|
47511
47558
|
},
|
|
47512
47559
|
|
|
47513
|
-
/**
|
|
47514
|
-
* showFile
|
|
47515
|
-
* @desc:附件查看
|
|
47516
|
-
* @param {String} ownId 附件id
|
|
47517
|
-
* @author liufan
|
|
47518
|
-
* @date 2022年11月29日
|
|
47560
|
+
/**
|
|
47561
|
+
* showFile
|
|
47562
|
+
* @desc:附件查看
|
|
47563
|
+
* @param {String} ownId 附件id
|
|
47564
|
+
* @author liufan
|
|
47565
|
+
* @date 2022年11月29日
|
|
47519
47566
|
**/
|
|
47520
47567
|
showFile: function showFile(ownId) {
|
|
47521
47568
|
this.wfpendingid = ownId;
|
|
47522
47569
|
this.showFileList = true;
|
|
47523
47570
|
},
|
|
47524
47571
|
|
|
47525
|
-
/**
|
|
47526
|
-
* handleChange
|
|
47527
|
-
* @desc:切换排序方式
|
|
47528
|
-
* @author liufan
|
|
47529
|
-
* @date 2022年11月22日
|
|
47572
|
+
/**
|
|
47573
|
+
* handleChange
|
|
47574
|
+
* @desc:切换排序方式
|
|
47575
|
+
* @author liufan
|
|
47576
|
+
* @date 2022年11月22日
|
|
47530
47577
|
**/
|
|
47531
47578
|
handleChange: function handleChange(key, value) {
|
|
47532
47579
|
if (value) {
|
|
@@ -47537,11 +47584,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47537
47584
|
this.getFlowList();
|
|
47538
47585
|
},
|
|
47539
47586
|
|
|
47540
|
-
/**
|
|
47541
|
-
* getFlowList
|
|
47542
|
-
* @desc:获取流程列表
|
|
47543
|
-
* @author liufan
|
|
47544
|
-
* @date 2022年11月22日
|
|
47587
|
+
/**
|
|
47588
|
+
* getFlowList
|
|
47589
|
+
* @desc:获取流程列表
|
|
47590
|
+
* @author liufan
|
|
47591
|
+
* @date 2022年11月22日
|
|
47545
47592
|
**/
|
|
47546
47593
|
getFlowList: function getFlowList() {
|
|
47547
47594
|
var _this9 = this;
|
|
@@ -47595,12 +47642,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47595
47642
|
});
|
|
47596
47643
|
},
|
|
47597
47644
|
|
|
47598
|
-
/**
|
|
47599
|
-
* handleClick
|
|
47600
|
-
* @desc:表单点击事件
|
|
47601
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
47602
|
-
* @author liufan
|
|
47603
|
-
* @date 2022年11月10日
|
|
47645
|
+
/**
|
|
47646
|
+
* handleClick
|
|
47647
|
+
* @desc:表单点击事件
|
|
47648
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
47649
|
+
* @author liufan
|
|
47650
|
+
* @date 2022年11月10日
|
|
47604
47651
|
**/
|
|
47605
47652
|
handleClick: function handleClick(val) {
|
|
47606
47653
|
var _this10 = this;
|
|
@@ -47646,13 +47693,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47646
47693
|
}
|
|
47647
47694
|
},
|
|
47648
47695
|
|
|
47649
|
-
/**
|
|
47650
|
-
* getCodeValue
|
|
47651
|
-
* @desc:获取代码表过滤后的值
|
|
47652
|
-
* @param {String} value 展示数据的代码值
|
|
47653
|
-
* @param {String} type 代码表类型
|
|
47654
|
-
* @author liufan
|
|
47655
|
-
* @date 2022年11月10日
|
|
47696
|
+
/**
|
|
47697
|
+
* getCodeValue
|
|
47698
|
+
* @desc:获取代码表过滤后的值
|
|
47699
|
+
* @param {String} value 展示数据的代码值
|
|
47700
|
+
* @param {String} type 代码表类型
|
|
47701
|
+
* @author liufan
|
|
47702
|
+
* @date 2022年11月10日
|
|
47656
47703
|
**/
|
|
47657
47704
|
getCodeValue: function getCodeValue(value, type) {
|
|
47658
47705
|
var val = this[type].filter(function (item) {
|
|
@@ -47661,12 +47708,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47661
47708
|
return val[0].shortName;
|
|
47662
47709
|
},
|
|
47663
47710
|
|
|
47664
|
-
/**
|
|
47665
|
-
* getSysInfo
|
|
47666
|
-
* @desc:获取代码表
|
|
47667
|
-
* @param {String} code 编码code值
|
|
47668
|
-
* @author liufan
|
|
47669
|
-
* @date 2022年11月10日
|
|
47711
|
+
/**
|
|
47712
|
+
* getSysInfo
|
|
47713
|
+
* @desc:获取代码表
|
|
47714
|
+
* @param {String} code 编码code值
|
|
47715
|
+
* @author liufan
|
|
47716
|
+
* @date 2022年11月10日
|
|
47670
47717
|
**/
|
|
47671
47718
|
getSysInfo: function getSysInfo(code) {
|
|
47672
47719
|
var _this11 = this;
|
|
@@ -47688,11 +47735,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47688
47735
|
}).catch(function (e) {});
|
|
47689
47736
|
},
|
|
47690
47737
|
|
|
47691
|
-
/**
|
|
47692
|
-
* getListInfo
|
|
47693
|
-
* @desc:获取预设列表数据
|
|
47694
|
-
* @author liufan
|
|
47695
|
-
* @date 2022年11月10日
|
|
47738
|
+
/**
|
|
47739
|
+
* getListInfo
|
|
47740
|
+
* @desc:获取预设列表数据
|
|
47741
|
+
* @author liufan
|
|
47742
|
+
* @date 2022年11月10日
|
|
47696
47743
|
**/
|
|
47697
47744
|
getListInfo: function getListInfo() {
|
|
47698
47745
|
var _this12 = this;
|
|
@@ -47740,8 +47787,8 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47740
47787
|
|
|
47741
47788
|
var flow_list_src_main_component = normalizeComponent(
|
|
47742
47789
|
packages_flow_list_src_mainvue_type_script_lang_js_,
|
|
47743
|
-
|
|
47744
|
-
|
|
47790
|
+
mainvue_type_template_id_6c50def7_render,
|
|
47791
|
+
mainvue_type_template_id_6c50def7_staticRenderFns,
|
|
47745
47792
|
false,
|
|
47746
47793
|
null,
|
|
47747
47794
|
null,
|
|
@@ -56668,10 +56715,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
|
|
|
56668
56715
|
this.$emit('click', res);
|
|
56669
56716
|
},
|
|
56670
56717
|
|
|
56671
|
-
/**
|
|
56672
|
-
* @desc:获取气泡提醒
|
|
56673
|
-
* @author huangbo
|
|
56674
|
-
* @date 2024年9月7日
|
|
56718
|
+
/**
|
|
56719
|
+
* @desc:获取气泡提醒
|
|
56720
|
+
* @author huangbo
|
|
56721
|
+
* @date 2024年9月7日
|
|
56675
56722
|
**/
|
|
56676
56723
|
getBadge: function getBadge(res) {
|
|
56677
56724
|
var num = res.tips || 0;
|
|
@@ -60689,10 +60736,10 @@ var events = [function (tabs, index, that) {
|
|
|
60689
60736
|
},
|
|
60690
60737
|
|
|
60691
60738
|
methods: {
|
|
60692
|
-
/**
|
|
60693
|
-
* @desc:匹配路由
|
|
60694
|
-
* @author huangbo
|
|
60695
|
-
* @date 2024年9月7日
|
|
60739
|
+
/**
|
|
60740
|
+
* @desc:匹配路由
|
|
60741
|
+
* @author huangbo
|
|
60742
|
+
* @date 2024年9月7日
|
|
60696
60743
|
**/
|
|
60697
60744
|
hasRouter: function hasRouter(res, url, code) {
|
|
60698
60745
|
if (!url) {
|
|
@@ -60736,10 +60783,10 @@ var events = [function (tabs, index, that) {
|
|
|
60736
60783
|
return false;
|
|
60737
60784
|
},
|
|
60738
60785
|
|
|
60739
|
-
/**
|
|
60740
|
-
* @desc:获取初始数据
|
|
60741
|
-
* @author huangbo
|
|
60742
|
-
* @date 2024年9月7日
|
|
60786
|
+
/**
|
|
60787
|
+
* @desc:获取初始数据
|
|
60788
|
+
* @author huangbo
|
|
60789
|
+
* @date 2024年9月7日
|
|
60743
60790
|
**/
|
|
60744
60791
|
init: function init(results, first) {
|
|
60745
60792
|
this.setConfig(results);
|
|
@@ -60748,10 +60795,10 @@ var events = [function (tabs, index, that) {
|
|
|
60748
60795
|
}
|
|
60749
60796
|
},
|
|
60750
60797
|
|
|
60751
|
-
/**
|
|
60752
|
-
* @desc:设置用户配置及信息
|
|
60753
|
-
* @author huangbo
|
|
60754
|
-
* @date 2024年9月7日
|
|
60798
|
+
/**
|
|
60799
|
+
* @desc:设置用户配置及信息
|
|
60800
|
+
* @author huangbo
|
|
60801
|
+
* @date 2024年9月7日
|
|
60755
60802
|
**/
|
|
60756
60803
|
setConfig: function setConfig(results) {
|
|
60757
60804
|
localStorage.setItem('mainConfig', JSON.stringify(results));
|
|
@@ -60881,10 +60928,10 @@ var events = [function (tabs, index, that) {
|
|
|
60881
60928
|
}
|
|
60882
60929
|
},
|
|
60883
60930
|
|
|
60884
|
-
/**
|
|
60885
|
-
* @desc:获取所有应用
|
|
60886
|
-
* @author huangbo
|
|
60887
|
-
* @date 2024年9月7日
|
|
60931
|
+
/**
|
|
60932
|
+
* @desc:获取所有应用
|
|
60933
|
+
* @author huangbo
|
|
60934
|
+
* @date 2024年9月7日
|
|
60888
60935
|
**/
|
|
60889
60936
|
getApplications: function getApplications() {
|
|
60890
60937
|
var _this = this;
|
|
@@ -60932,10 +60979,10 @@ var events = [function (tabs, index, that) {
|
|
|
60932
60979
|
});
|
|
60933
60980
|
},
|
|
60934
60981
|
|
|
60935
|
-
/**
|
|
60936
|
-
* @desc:获取菜单列表
|
|
60937
|
-
* @author huangbo
|
|
60938
|
-
* @date 2024年9月7日
|
|
60982
|
+
/**
|
|
60983
|
+
* @desc:获取菜单列表
|
|
60984
|
+
* @author huangbo
|
|
60985
|
+
* @date 2024年9月7日
|
|
60939
60986
|
**/
|
|
60940
60987
|
getMenus: function getMenus(loading) {
|
|
60941
60988
|
var _this2 = this;
|
|
@@ -60968,10 +61015,10 @@ var events = [function (tabs, index, that) {
|
|
|
60968
61015
|
});
|
|
60969
61016
|
},
|
|
60970
61017
|
|
|
60971
|
-
/**
|
|
60972
|
-
* @desc:处理菜单列表
|
|
60973
|
-
* @author huangbo
|
|
60974
|
-
* @date 2024年9月7日
|
|
61018
|
+
/**
|
|
61019
|
+
* @desc:处理菜单列表
|
|
61020
|
+
* @author huangbo
|
|
61021
|
+
* @date 2024年9月7日
|
|
60975
61022
|
**/
|
|
60976
61023
|
renderMenus: function renderMenus(res) {
|
|
60977
61024
|
this.menus = res;
|
|
@@ -61061,10 +61108,10 @@ var events = [function (tabs, index, that) {
|
|
|
61061
61108
|
}
|
|
61062
61109
|
},
|
|
61063
61110
|
|
|
61064
|
-
/**
|
|
61065
|
-
* @desc:设置页面加载类型
|
|
61066
|
-
* @author huangbo
|
|
61067
|
-
* @date 2024年9月7日
|
|
61111
|
+
/**
|
|
61112
|
+
* @desc:设置页面加载类型
|
|
61113
|
+
* @author huangbo
|
|
61114
|
+
* @date 2024年9月7日
|
|
61068
61115
|
**/
|
|
61069
61116
|
setIframeType: function setIframeType(res) {
|
|
61070
61117
|
var url = res.url;
|
|
@@ -61120,10 +61167,10 @@ var events = [function (tabs, index, that) {
|
|
|
61120
61167
|
return res;
|
|
61121
61168
|
},
|
|
61122
61169
|
|
|
61123
|
-
/**
|
|
61124
|
-
* @desc:获取菜单
|
|
61125
|
-
* @author huangbo
|
|
61126
|
-
* @date 2024年9月7日
|
|
61170
|
+
/**
|
|
61171
|
+
* @desc:获取菜单
|
|
61172
|
+
* @author huangbo
|
|
61173
|
+
* @date 2024年9月7日
|
|
61127
61174
|
**/
|
|
61128
61175
|
getMenu: function getMenu(menus, res, key) {
|
|
61129
61176
|
if (Array.isArray(menus)) {
|
|
@@ -61152,10 +61199,10 @@ var events = [function (tabs, index, that) {
|
|
|
61152
61199
|
return false;
|
|
61153
61200
|
},
|
|
61154
61201
|
|
|
61155
|
-
/**
|
|
61156
|
-
* @desc:获取菜单第一条数据
|
|
61157
|
-
* @author huangbo
|
|
61158
|
-
* @date 2024年9月7日
|
|
61202
|
+
/**
|
|
61203
|
+
* @desc:获取菜单第一条数据
|
|
61204
|
+
* @author huangbo
|
|
61205
|
+
* @date 2024年9月7日
|
|
61159
61206
|
**/
|
|
61160
61207
|
getFirst: function getFirst(obj) {
|
|
61161
61208
|
if (!obj) {
|
|
@@ -61174,10 +61221,10 @@ var events = [function (tabs, index, that) {
|
|
|
61174
61221
|
}
|
|
61175
61222
|
},
|
|
61176
61223
|
|
|
61177
|
-
/**
|
|
61178
|
-
* @desc:遍历设置菜单气泡提醒
|
|
61179
|
-
* @author huangbo
|
|
61180
|
-
* @date 2024年9月7日
|
|
61224
|
+
/**
|
|
61225
|
+
* @desc:遍历设置菜单气泡提醒
|
|
61226
|
+
* @author huangbo
|
|
61227
|
+
* @date 2024年9月7日
|
|
61181
61228
|
**/
|
|
61182
61229
|
setTips: function setTips(obj) {
|
|
61183
61230
|
var _this3 = this;
|
|
@@ -61240,10 +61287,10 @@ var events = [function (tabs, index, that) {
|
|
|
61240
61287
|
}
|
|
61241
61288
|
},
|
|
61242
61289
|
|
|
61243
|
-
/**
|
|
61244
|
-
* @desc:获取气泡提醒
|
|
61245
|
-
* @author huangbo
|
|
61246
|
-
* @date 2024年9月7日
|
|
61290
|
+
/**
|
|
61291
|
+
* @desc:获取气泡提醒
|
|
61292
|
+
* @author huangbo
|
|
61293
|
+
* @date 2024年9月7日
|
|
61247
61294
|
**/
|
|
61248
61295
|
getBadge: function getBadge(res) {
|
|
61249
61296
|
var num = res.tips || 0;
|
|
@@ -61257,10 +61304,10 @@ var events = [function (tabs, index, that) {
|
|
|
61257
61304
|
};
|
|
61258
61305
|
},
|
|
61259
61306
|
|
|
61260
|
-
/**
|
|
61261
|
-
* @desc:开启weosocket
|
|
61262
|
-
* @author huangbo
|
|
61263
|
-
* @date 2024年9月7日
|
|
61307
|
+
/**
|
|
61308
|
+
* @desc:开启weosocket
|
|
61309
|
+
* @author huangbo
|
|
61310
|
+
* @date 2024年9月7日
|
|
61264
61311
|
**/
|
|
61265
61312
|
initWebSocket: function initWebSocket() {
|
|
61266
61313
|
var _this5 = this;
|
|
@@ -61308,10 +61355,10 @@ var events = [function (tabs, index, that) {
|
|
|
61308
61355
|
});
|
|
61309
61356
|
},
|
|
61310
61357
|
|
|
61311
|
-
/**
|
|
61312
|
-
* @desc:显示用户信息
|
|
61313
|
-
* @author huangbo
|
|
61314
|
-
* @date 2024年9月7日
|
|
61358
|
+
/**
|
|
61359
|
+
* @desc:显示用户信息
|
|
61360
|
+
* @author huangbo
|
|
61361
|
+
* @date 2024年9月7日
|
|
61315
61362
|
**/
|
|
61316
61363
|
showUserInfo: function showUserInfo() {
|
|
61317
61364
|
if (this.showUser === false) {
|
|
@@ -61319,19 +61366,19 @@ var events = [function (tabs, index, that) {
|
|
|
61319
61366
|
}
|
|
61320
61367
|
},
|
|
61321
61368
|
|
|
61322
|
-
/**
|
|
61323
|
-
* @desc:删除更多应用菜单点击
|
|
61324
|
-
* @author huangbo
|
|
61325
|
-
* @date 2024年9月7日
|
|
61369
|
+
/**
|
|
61370
|
+
* @desc:删除更多应用菜单点击
|
|
61371
|
+
* @author huangbo
|
|
61372
|
+
* @date 2024年9月7日
|
|
61326
61373
|
**/
|
|
61327
61374
|
handleDelete: function handleDelete(index) {
|
|
61328
61375
|
this.newApps.splice(index, 1);
|
|
61329
61376
|
},
|
|
61330
61377
|
|
|
61331
|
-
/**
|
|
61332
|
-
* @desc:储存更多应用菜单点击
|
|
61333
|
-
* @author huangbo
|
|
61334
|
-
* @date 2024年9月7日
|
|
61378
|
+
/**
|
|
61379
|
+
* @desc:储存更多应用菜单点击
|
|
61380
|
+
* @author huangbo
|
|
61381
|
+
* @date 2024年9月7日
|
|
61335
61382
|
**/
|
|
61336
61383
|
handlerClickApps: function handlerClickApps(res) {
|
|
61337
61384
|
if (res.permission === false) {
|
|
@@ -61344,10 +61391,10 @@ var events = [function (tabs, index, that) {
|
|
|
61344
61391
|
this.handlerClickApp(res);
|
|
61345
61392
|
},
|
|
61346
61393
|
|
|
61347
|
-
/**
|
|
61348
|
-
* @desc:侧边应用菜单点击
|
|
61349
|
-
* @author huangbo
|
|
61350
|
-
* @date 2024年9月7日
|
|
61394
|
+
/**
|
|
61395
|
+
* @desc:侧边应用菜单点击
|
|
61396
|
+
* @author huangbo
|
|
61397
|
+
* @date 2024年9月7日
|
|
61351
61398
|
**/
|
|
61352
61399
|
handlerClickApp: function handlerClickApp(res) {
|
|
61353
61400
|
this.showMsg = false;
|
|
@@ -61434,10 +61481,10 @@ var events = [function (tabs, index, that) {
|
|
|
61434
61481
|
}
|
|
61435
61482
|
},
|
|
61436
61483
|
|
|
61437
|
-
/**
|
|
61438
|
-
* @desc:显示Drawer界面
|
|
61439
|
-
* @author huangbo
|
|
61440
|
-
* @date 2024年9月7日
|
|
61484
|
+
/**
|
|
61485
|
+
* @desc:显示Drawer界面
|
|
61486
|
+
* @author huangbo
|
|
61487
|
+
* @date 2024年9月7日
|
|
61441
61488
|
**/
|
|
61442
61489
|
handlerSetDrawer: function handlerSetDrawer(res, type) {
|
|
61443
61490
|
var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
|
|
@@ -61457,19 +61504,19 @@ var events = [function (tabs, index, that) {
|
|
|
61457
61504
|
}
|
|
61458
61505
|
},
|
|
61459
61506
|
|
|
61460
|
-
/**
|
|
61461
|
-
* @desc:关闭Drawer界面
|
|
61462
|
-
* @author huangbo
|
|
61463
|
-
* @date 2024年9月7日
|
|
61507
|
+
/**
|
|
61508
|
+
* @desc:关闭Drawer界面
|
|
61509
|
+
* @author huangbo
|
|
61510
|
+
* @date 2024年9月7日
|
|
61464
61511
|
**/
|
|
61465
61512
|
handleCloseDrawer: function handleCloseDrawer() {
|
|
61466
61513
|
this.drawer = { visible: false };
|
|
61467
61514
|
},
|
|
61468
61515
|
|
|
61469
|
-
/**
|
|
61470
|
-
* @desc:菜单点击
|
|
61471
|
-
* @author huangbo
|
|
61472
|
-
* @date 2024年9月7日
|
|
61516
|
+
/**
|
|
61517
|
+
* @desc:菜单点击
|
|
61518
|
+
* @author huangbo
|
|
61519
|
+
* @date 2024年9月7日
|
|
61473
61520
|
**/
|
|
61474
61521
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
61475
61522
|
utils_util["a" /* default */].ajax({
|
|
@@ -61508,19 +61555,19 @@ var events = [function (tabs, index, that) {
|
|
|
61508
61555
|
},
|
|
61509
61556
|
|
|
61510
61557
|
|
|
61511
|
-
/**
|
|
61512
|
-
* @desc:用户详情请求成功
|
|
61513
|
-
* @author huangbo
|
|
61514
|
-
* @date 2024年9月7日
|
|
61558
|
+
/**
|
|
61559
|
+
* @desc:用户详情请求成功
|
|
61560
|
+
* @author huangbo
|
|
61561
|
+
* @date 2024年9月7日
|
|
61515
61562
|
**/
|
|
61516
61563
|
handleSuccess: function handleSuccess(res) {
|
|
61517
61564
|
this.simpleUserInfo = res.simpleUserInfo;
|
|
61518
61565
|
},
|
|
61519
61566
|
|
|
61520
|
-
/**
|
|
61521
|
-
* @desc:修改用户配置
|
|
61522
|
-
* @author huangbo
|
|
61523
|
-
* @date 2024年9月7日
|
|
61567
|
+
/**
|
|
61568
|
+
* @desc:修改用户配置
|
|
61569
|
+
* @author huangbo
|
|
61570
|
+
* @date 2024年9月7日
|
|
61524
61571
|
**/
|
|
61525
61572
|
handleChangeConfig: function handleChangeConfig(name, res) {
|
|
61526
61573
|
if (name == 'userHeadUrl') {
|
|
@@ -61536,10 +61583,10 @@ var events = [function (tabs, index, that) {
|
|
|
61536
61583
|
}
|
|
61537
61584
|
},
|
|
61538
61585
|
|
|
61539
|
-
/**
|
|
61540
|
-
* @desc:关闭webSocket
|
|
61541
|
-
* @author huangbo
|
|
61542
|
-
* @date 2024年9月7日
|
|
61586
|
+
/**
|
|
61587
|
+
* @desc:关闭webSocket
|
|
61588
|
+
* @author huangbo
|
|
61589
|
+
* @date 2024年9月7日
|
|
61543
61590
|
**/
|
|
61544
61591
|
handlerClose: function handlerClose() {
|
|
61545
61592
|
if (this.webSocket) {
|
|
@@ -61547,10 +61594,10 @@ var events = [function (tabs, index, that) {
|
|
|
61547
61594
|
}
|
|
61548
61595
|
},
|
|
61549
61596
|
|
|
61550
|
-
/**
|
|
61551
|
-
* @desc:刷新选中iframe页签
|
|
61552
|
-
* @author huangbo
|
|
61553
|
-
* @date 2024年9月7日
|
|
61597
|
+
/**
|
|
61598
|
+
* @desc:刷新选中iframe页签
|
|
61599
|
+
* @author huangbo
|
|
61600
|
+
* @date 2024年9月7日
|
|
61554
61601
|
**/
|
|
61555
61602
|
handleRefresh: function handleRefresh() {
|
|
61556
61603
|
var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
@@ -61571,10 +61618,10 @@ var events = [function (tabs, index, that) {
|
|
|
61571
61618
|
}
|
|
61572
61619
|
},
|
|
61573
61620
|
|
|
61574
|
-
/**
|
|
61575
|
-
* @desc:删除iframe
|
|
61576
|
-
* @author huangbo
|
|
61577
|
-
* @date 2024年9月7日
|
|
61621
|
+
/**
|
|
61622
|
+
* @desc:删除iframe
|
|
61623
|
+
* @author huangbo
|
|
61624
|
+
* @date 2024年9月7日
|
|
61578
61625
|
**/
|
|
61579
61626
|
handleRemove: function handleRemove(name) {
|
|
61580
61627
|
var len = this.tabs.length - 1;
|
|
@@ -61591,10 +61638,10 @@ var events = [function (tabs, index, that) {
|
|
|
61591
61638
|
}
|
|
61592
61639
|
},
|
|
61593
61640
|
|
|
61594
|
-
/**
|
|
61595
|
-
* @desc:tabs鼠标右键事件
|
|
61596
|
-
* @author huangbo
|
|
61597
|
-
* @date 2024年9月7日
|
|
61641
|
+
/**
|
|
61642
|
+
* @desc:tabs鼠标右键事件
|
|
61643
|
+
* @author huangbo
|
|
61644
|
+
* @date 2024年9月7日
|
|
61598
61645
|
**/
|
|
61599
61646
|
handleContextmenu: function handleContextmenu(tabs, e) {
|
|
61600
61647
|
var disabled = {};
|
|
@@ -61619,10 +61666,10 @@ var events = [function (tabs, index, that) {
|
|
|
61619
61666
|
window.addEventListener('click', this.closeTabsEvents);
|
|
61620
61667
|
},
|
|
61621
61668
|
|
|
61622
|
-
/**
|
|
61623
|
-
* @desc:tabs页签事件
|
|
61624
|
-
* @author huangbo
|
|
61625
|
-
* @date 2024年9月7日
|
|
61669
|
+
/**
|
|
61670
|
+
* @desc:tabs页签事件
|
|
61671
|
+
* @author huangbo
|
|
61672
|
+
* @date 2024年9月7日
|
|
61626
61673
|
**/
|
|
61627
61674
|
handleTabsEvents: function handleTabsEvents(num) {
|
|
61628
61675
|
if (this.pane !== null) {
|
|
@@ -61640,10 +61687,10 @@ var events = [function (tabs, index, that) {
|
|
|
61640
61687
|
window.removeEventListener('click', this.closeTabsEvents);
|
|
61641
61688
|
},
|
|
61642
61689
|
|
|
61643
|
-
/**
|
|
61644
|
-
* @desc:handler工具栏点击事件
|
|
61645
|
-
* @author huangbo
|
|
61646
|
-
* @date 2024年9月7日
|
|
61690
|
+
/**
|
|
61691
|
+
* @desc:handler工具栏点击事件
|
|
61692
|
+
* @author huangbo
|
|
61693
|
+
* @date 2024年9月7日
|
|
61647
61694
|
**/
|
|
61648
61695
|
handleClick: function handleClick(res) {
|
|
61649
61696
|
var type = res.type,
|
|
@@ -61721,10 +61768,10 @@ var events = [function (tabs, index, that) {
|
|
|
61721
61768
|
this.$emit('handler-click', res);
|
|
61722
61769
|
},
|
|
61723
61770
|
|
|
61724
|
-
/**
|
|
61725
|
-
* @desc:退出登录
|
|
61726
|
-
* @author huangbo
|
|
61727
|
-
* @date 2024年9月7日
|
|
61771
|
+
/**
|
|
61772
|
+
* @desc:退出登录
|
|
61773
|
+
* @author huangbo
|
|
61774
|
+
* @date 2024年9月7日
|
|
61728
61775
|
**/
|
|
61729
61776
|
handleQuit: function handleQuit() {
|
|
61730
61777
|
var _this6 = this;
|
|
@@ -61799,10 +61846,10 @@ var events = [function (tabs, index, that) {
|
|
|
61799
61846
|
}).catch(function (e) {});
|
|
61800
61847
|
},
|
|
61801
61848
|
|
|
61802
|
-
/**
|
|
61803
|
-
* @desc:主题、消息回调
|
|
61804
|
-
* @author huangbo
|
|
61805
|
-
* @date 2024年9月7日
|
|
61849
|
+
/**
|
|
61850
|
+
* @desc:主题、消息回调
|
|
61851
|
+
* @author huangbo
|
|
61852
|
+
* @date 2024年9月7日
|
|
61806
61853
|
**/
|
|
61807
61854
|
handleChange: function handleChange(res) {
|
|
61808
61855
|
var type = res.type,
|
|
@@ -61818,10 +61865,10 @@ var events = [function (tabs, index, that) {
|
|
|
61818
61865
|
}
|
|
61819
61866
|
},
|
|
61820
61867
|
|
|
61821
|
-
/**
|
|
61822
|
-
* @desc:菜单布局样式切换
|
|
61823
|
-
* @author huangbo
|
|
61824
|
-
* @date 2024年9月7日
|
|
61868
|
+
/**
|
|
61869
|
+
* @desc:菜单布局样式切换
|
|
61870
|
+
* @author huangbo
|
|
61871
|
+
* @date 2024年9月7日
|
|
61825
61872
|
**/
|
|
61826
61873
|
handleLayout: function handleLayout(res, active) {
|
|
61827
61874
|
if (active) {
|
|
@@ -61830,10 +61877,10 @@ var events = [function (tabs, index, that) {
|
|
|
61830
61877
|
this.$emit('chang-layout', res, active);
|
|
61831
61878
|
},
|
|
61832
61879
|
|
|
61833
|
-
/**
|
|
61834
|
-
* @desc:消息修改总数
|
|
61835
|
-
* @author huangbo
|
|
61836
|
-
* @date 2024年9月7日
|
|
61880
|
+
/**
|
|
61881
|
+
* @desc:消息修改总数
|
|
61882
|
+
* @author huangbo
|
|
61883
|
+
* @date 2024年9月7日
|
|
61837
61884
|
**/
|
|
61838
61885
|
handleMenuTips: function handleMenuTips(id, num) {
|
|
61839
61886
|
if (num) {
|
|
@@ -61844,10 +61891,10 @@ var events = [function (tabs, index, that) {
|
|
|
61844
61891
|
}
|
|
61845
61892
|
},
|
|
61846
61893
|
|
|
61847
|
-
/**
|
|
61848
|
-
* @desc:处理即时消息
|
|
61849
|
-
* @author huangbo
|
|
61850
|
-
* @date 2024年9月7日
|
|
61894
|
+
/**
|
|
61895
|
+
* @desc:处理即时消息
|
|
61896
|
+
* @author huangbo
|
|
61897
|
+
* @date 2024年9月7日
|
|
61851
61898
|
**/
|
|
61852
61899
|
handleOpened: function handleOpened(res) {
|
|
61853
61900
|
var _this7 = this;
|
|
@@ -68936,19 +68983,19 @@ var QRCode = __webpack_require__(23);
|
|
|
68936
68983
|
//设置logo大小
|
|
68937
68984
|
var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
|
|
68938
68985
|
//设置获取的logo将其变为圆角以及添加白色背景
|
|
68939
|
-
/* ctx.fillStyle = "#fff";
|
|
68940
|
-
ctx.beginPath();
|
|
68941
|
-
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
68942
|
-
let w = 46; //圆角宽
|
|
68943
|
-
let x = logoPosition - 5;
|
|
68944
|
-
let y = logoPosition - 5;
|
|
68945
|
-
let r = 5; //圆角半径
|
|
68946
|
-
ctx.moveTo(x + r, y);
|
|
68947
|
-
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
68948
|
-
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
68949
|
-
ctx.arcTo(x, y + h, x, y, r);
|
|
68950
|
-
ctx.arcTo(x, y, x + w, y, r);
|
|
68951
|
-
ctx.closePath();
|
|
68986
|
+
/* ctx.fillStyle = "#fff";
|
|
68987
|
+
ctx.beginPath();
|
|
68988
|
+
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
68989
|
+
let w = 46; //圆角宽
|
|
68990
|
+
let x = logoPosition - 5;
|
|
68991
|
+
let y = logoPosition - 5;
|
|
68992
|
+
let r = 5; //圆角半径
|
|
68993
|
+
ctx.moveTo(x + r, y);
|
|
68994
|
+
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
68995
|
+
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
68996
|
+
ctx.arcTo(x, y + h, x, y, r);
|
|
68997
|
+
ctx.arcTo(x, y, x + w, y, r);
|
|
68998
|
+
ctx.closePath();
|
|
68952
68999
|
ctx.fill(); */
|
|
68953
69000
|
logo.onload = function () {
|
|
68954
69001
|
ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
|
|
@@ -84788,8 +84835,8 @@ form_src_table.install = function (Vue) {
|
|
|
84788
84835
|
};
|
|
84789
84836
|
|
|
84790
84837
|
/* harmony default export */ var table_form = (form_src_table);
|
|
84791
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=
|
|
84792
|
-
var
|
|
84838
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/upload/src/main.vue?vue&type=template&id=1d8013c6&
|
|
84839
|
+
var mainvue_type_template_id_1d8013c6_render = function () {
|
|
84793
84840
|
var _vm = this
|
|
84794
84841
|
var _h = _vm.$createElement
|
|
84795
84842
|
var _c = _vm._self._c || _h
|
|
@@ -85169,11 +85216,11 @@ var mainvue_type_template_id_8cc84748_render = function () {
|
|
|
85169
85216
|
)
|
|
85170
85217
|
: _vm._e()
|
|
85171
85218
|
}
|
|
85172
|
-
var
|
|
85173
|
-
|
|
85219
|
+
var mainvue_type_template_id_1d8013c6_staticRenderFns = []
|
|
85220
|
+
mainvue_type_template_id_1d8013c6_render._withStripped = true
|
|
85174
85221
|
|
|
85175
85222
|
|
|
85176
|
-
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=
|
|
85223
|
+
// CONCATENATED MODULE: ./packages/upload/src/main.vue?vue&type=template&id=1d8013c6&
|
|
85177
85224
|
|
|
85178
85225
|
// CONCATENATED MODULE: ./packages/upload/src/picture.js
|
|
85179
85226
|
/* harmony default export */ var picture = ({
|
|
@@ -86184,7 +86231,7 @@ var mainvue_type_script_lang_js_props;
|
|
|
86184
86231
|
},
|
|
86185
86232
|
handleDownloads: function handleDownloads() {
|
|
86186
86233
|
var url = typeof this.downloads === 'string' ? this.downloads : this.dochubConfig.compressDownloadDocumentUrl || api["nc" /* uploadDownloads */];
|
|
86187
|
-
utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : ''));
|
|
86234
|
+
utils_util["a" /* default */].win.open(this.host + url + '?ownId=' + this.ownId + '&code=' + this.code + (this.extendCode ? '&extendCode=' + this.extendCode : '') + '&businessId=' + this.ownId + '&fileName=文档.zip' + '&bucketCode=' + this.code);
|
|
86188
86235
|
},
|
|
86189
86236
|
handleDownload: function handleDownload(file) {
|
|
86190
86237
|
if (file.status === 'success') {
|
|
@@ -86332,8 +86379,8 @@ var mainvue_type_script_lang_js_props;
|
|
|
86332
86379
|
|
|
86333
86380
|
var upload_src_main_component = normalizeComponent(
|
|
86334
86381
|
packages_upload_src_mainvue_type_script_lang_js_,
|
|
86335
|
-
|
|
86336
|
-
|
|
86382
|
+
mainvue_type_template_id_1d8013c6_render,
|
|
86383
|
+
mainvue_type_template_id_1d8013c6_staticRenderFns,
|
|
86337
86384
|
false,
|
|
86338
86385
|
null,
|
|
86339
86386
|
null,
|
|
@@ -86833,7 +86880,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
86833
86880
|
}
|
|
86834
86881
|
|
|
86835
86882
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
86836
|
-
version: '0.6.
|
|
86883
|
+
version: '0.6.52',
|
|
86837
86884
|
install: install,
|
|
86838
86885
|
Button: packages_button,
|
|
86839
86886
|
ButtonGroup: button_group,
|