eoss-ui 0.6.49 → 0.6.50
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 +529 -516
- package/lib/flow-list.js +81 -81
- package/lib/flow.js +297 -284
- package/lib/index.js +1 -1
- package/lib/main.js +132 -132
- package/lib/qr-code.js +13 -13
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/main.css +1 -1
- 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 +3108 -3107
- 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 +1411 -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/lib/index.css +1 -1
- package/packages/theme-chalk/lib/main.css +1 -1
- 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 -656
- 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 +1335 -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 +160 -160
- 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/packages/.DS_Store +0 -0
- package/packages/data-table/.DS_Store +0 -0
- package/packages/data-table-form/.DS_Store +0 -0
- package/packages/error-page/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow-group/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/handler/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/retrial-auth/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/sizer/.DS_Store +0 -0
- package/packages/tabs/.DS_Store +0 -0
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/upload/.DS_Store +0 -0
- package/src/.DS_Store +0 -0
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=4ea30461&
|
|
25202
|
+
var mainvue_type_template_id_4ea30461_render = function () {
|
|
25203
25203
|
var _vm = this
|
|
25204
25204
|
var _h = _vm.$createElement
|
|
25205
25205
|
var _c = _vm._self._c || _h
|
|
@@ -25225,12 +25225,19 @@ var mainvue_type_template_id_74ef8ad5_render = function () {
|
|
|
25225
25225
|
},
|
|
25226
25226
|
on: {
|
|
25227
25227
|
cancel: function ($event) {
|
|
25228
|
-
_vm.closeProcess($event
|
|
25228
|
+
_vm.closeProcess($event)
|
|
25229
25229
|
},
|
|
25230
25230
|
},
|
|
25231
25231
|
})
|
|
25232
25232
|
: _vm.typeCode == "supervise"
|
|
25233
|
-
? _c("Supervise", {
|
|
25233
|
+
? _c("Supervise", {
|
|
25234
|
+
attrs: { businessId: _vm.businessId },
|
|
25235
|
+
on: {
|
|
25236
|
+
cancel: function ($event) {
|
|
25237
|
+
_vm.closeProcess($event)
|
|
25238
|
+
},
|
|
25239
|
+
},
|
|
25240
|
+
})
|
|
25234
25241
|
: _vm.newTypeCode == "reset" || _vm.newTypeCode == "continuation"
|
|
25235
25242
|
? _c("reset", {
|
|
25236
25243
|
staticStyle: { height: "100%" },
|
|
@@ -25239,6 +25246,11 @@ var mainvue_type_template_id_74ef8ad5_render = function () {
|
|
|
25239
25246
|
appId: _vm.resetAppId,
|
|
25240
25247
|
flowParams: _vm.param,
|
|
25241
25248
|
},
|
|
25249
|
+
on: {
|
|
25250
|
+
cancel: function ($event) {
|
|
25251
|
+
_vm.closeProcess($event)
|
|
25252
|
+
},
|
|
25253
|
+
},
|
|
25242
25254
|
})
|
|
25243
25255
|
: _c(
|
|
25244
25256
|
"div",
|
|
@@ -27454,11 +27466,11 @@ var mainvue_type_template_id_74ef8ad5_render = function () {
|
|
|
27454
27466
|
)
|
|
27455
27467
|
: _vm._e()
|
|
27456
27468
|
}
|
|
27457
|
-
var
|
|
27458
|
-
|
|
27469
|
+
var mainvue_type_template_id_4ea30461_staticRenderFns = []
|
|
27470
|
+
mainvue_type_template_id_4ea30461_render._withStripped = true
|
|
27459
27471
|
|
|
27460
27472
|
|
|
27461
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
27473
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=4ea30461&
|
|
27462
27474
|
|
|
27463
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&
|
|
27464
27476
|
var CommonOpinionsvue_type_template_id_feb3781a_render = function () {
|
|
@@ -28258,21 +28270,21 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
28258
28270
|
return validSate;
|
|
28259
28271
|
},
|
|
28260
28272
|
|
|
28261
|
-
/**
|
|
28262
|
-
* changeOpinion
|
|
28263
|
-
* @desc:监听意见变化
|
|
28264
|
-
* @author liufan
|
|
28265
|
-
* @date 2022年10月28日
|
|
28273
|
+
/**
|
|
28274
|
+
* changeOpinion
|
|
28275
|
+
* @desc:监听意见变化
|
|
28276
|
+
* @author liufan
|
|
28277
|
+
* @date 2022年10月28日
|
|
28266
28278
|
**/
|
|
28267
28279
|
changeOpinion: function changeOpinion() {
|
|
28268
28280
|
this.$emit('change', this.form.value);
|
|
28269
28281
|
},
|
|
28270
28282
|
|
|
28271
|
-
/**
|
|
28272
|
-
* getCommonOpion
|
|
28273
|
-
* @desc:获取意见
|
|
28274
|
-
* @author liufan
|
|
28275
|
-
* @date 2022年5月25日
|
|
28283
|
+
/**
|
|
28284
|
+
* getCommonOpion
|
|
28285
|
+
* @desc:获取意见
|
|
28286
|
+
* @author liufan
|
|
28287
|
+
* @date 2022年5月25日
|
|
28276
28288
|
**/
|
|
28277
28289
|
getCommonOpion: function getCommonOpion() {
|
|
28278
28290
|
var _this = this;
|
|
@@ -28301,24 +28313,24 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
28301
28313
|
});
|
|
28302
28314
|
},
|
|
28303
28315
|
|
|
28304
|
-
/**
|
|
28305
|
-
* upDate
|
|
28306
|
-
* @desc:修改常用语
|
|
28307
|
-
* @author liufan
|
|
28308
|
-
* @param {Object} val 修改值
|
|
28309
|
-
* @date 2022年5月25日
|
|
28316
|
+
/**
|
|
28317
|
+
* upDate
|
|
28318
|
+
* @desc:修改常用语
|
|
28319
|
+
* @author liufan
|
|
28320
|
+
* @param {Object} val 修改值
|
|
28321
|
+
* @date 2022年5月25日
|
|
28310
28322
|
**/
|
|
28311
28323
|
upDate: function upDate(val) {
|
|
28312
28324
|
this.FormData.id = val.id;
|
|
28313
28325
|
this.addVisible = true;
|
|
28314
28326
|
},
|
|
28315
28327
|
|
|
28316
|
-
/**
|
|
28317
|
-
* selectChange
|
|
28318
|
-
* @desc:常用语选择
|
|
28319
|
-
* @author liufan
|
|
28320
|
-
* @param {String} val 选中值
|
|
28321
|
-
* @date 2022年5月25日
|
|
28328
|
+
/**
|
|
28329
|
+
* selectChange
|
|
28330
|
+
* @desc:常用语选择
|
|
28331
|
+
* @author liufan
|
|
28332
|
+
* @param {String} val 选中值
|
|
28333
|
+
* @date 2022年5月25日
|
|
28322
28334
|
**/
|
|
28323
28335
|
selectChange: function selectChange(val) {
|
|
28324
28336
|
var _this2 = this;
|
|
@@ -28337,12 +28349,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
28337
28349
|
});
|
|
28338
28350
|
},
|
|
28339
28351
|
|
|
28340
|
-
/**
|
|
28341
|
-
* del
|
|
28342
|
-
* @desc:删除常用语
|
|
28343
|
-
* @author liufan
|
|
28344
|
-
* @param {Object} val 删除的数据
|
|
28345
|
-
* @date 2022年5月25日
|
|
28352
|
+
/**
|
|
28353
|
+
* del
|
|
28354
|
+
* @desc:删除常用语
|
|
28355
|
+
* @author liufan
|
|
28356
|
+
* @param {Object} val 删除的数据
|
|
28357
|
+
* @date 2022年5月25日
|
|
28346
28358
|
**/
|
|
28347
28359
|
del: function del(val) {
|
|
28348
28360
|
var _this3 = this;
|
|
@@ -28384,12 +28396,12 @@ var CommonOpinionsvue_type_script_lang_js_components;
|
|
|
28384
28396
|
}).catch(function (e) {});
|
|
28385
28397
|
},
|
|
28386
28398
|
|
|
28387
|
-
/**
|
|
28388
|
-
* submit
|
|
28389
|
-
* @desc:新增/编辑意见保存
|
|
28390
|
-
* @author liufan
|
|
28391
|
-
* @param {Object} val 保存数据
|
|
28392
|
-
* @date 2022年5月25日
|
|
28399
|
+
/**
|
|
28400
|
+
* submit
|
|
28401
|
+
* @desc:新增/编辑意见保存
|
|
28402
|
+
* @author liufan
|
|
28403
|
+
* @param {Object} val 保存数据
|
|
28404
|
+
* @date 2022年5月25日
|
|
28393
28405
|
**/
|
|
28394
28406
|
submit: function submit(val) {
|
|
28395
28407
|
var _this4 = this;
|
|
@@ -31276,11 +31288,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
31276
31288
|
});
|
|
31277
31289
|
},
|
|
31278
31290
|
|
|
31279
|
-
/**
|
|
31280
|
-
* isMultiple
|
|
31281
|
-
* @desc:是否多选
|
|
31282
|
-
* @author liufan
|
|
31283
|
-
* @date 2022年9月13日
|
|
31291
|
+
/**
|
|
31292
|
+
* isMultiple
|
|
31293
|
+
* @desc:是否多选
|
|
31294
|
+
* @author liufan
|
|
31295
|
+
* @date 2022年9月13日
|
|
31284
31296
|
**/
|
|
31285
31297
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
31286
31298
|
var multiple = false;
|
|
@@ -35244,11 +35256,11 @@ var resetvue_type_script_lang_js_components;
|
|
|
35244
35256
|
});
|
|
35245
35257
|
},
|
|
35246
35258
|
|
|
35247
|
-
/**
|
|
35248
|
-
* isMultiple
|
|
35249
|
-
* @desc:是否多选
|
|
35250
|
-
* @author liufan
|
|
35251
|
-
* @date 2022年9月13日
|
|
35259
|
+
/**
|
|
35260
|
+
* isMultiple
|
|
35261
|
+
* @desc:是否多选
|
|
35262
|
+
* @author liufan
|
|
35263
|
+
* @date 2022年9月13日
|
|
35252
35264
|
**/
|
|
35253
35265
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
35254
35266
|
var multiple = false;
|
|
@@ -39612,11 +39624,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39612
39624
|
});
|
|
39613
39625
|
},
|
|
39614
39626
|
|
|
39615
|
-
/**
|
|
39616
|
-
* saveInfo
|
|
39617
|
-
* @desc:暂存
|
|
39618
|
-
* @author liufan
|
|
39619
|
-
* @date 2022年9月9日
|
|
39627
|
+
/**
|
|
39628
|
+
* saveInfo
|
|
39629
|
+
* @desc:暂存
|
|
39630
|
+
* @author liufan
|
|
39631
|
+
* @date 2022年9月9日
|
|
39620
39632
|
**/
|
|
39621
39633
|
saveInfo: function saveInfo(type, btn) {
|
|
39622
39634
|
var _this6 = this;
|
|
@@ -39678,11 +39690,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39678
39690
|
});
|
|
39679
39691
|
},
|
|
39680
39692
|
|
|
39681
|
-
/**
|
|
39682
|
-
* rejectBtn
|
|
39683
|
-
* @desc:点击驳回
|
|
39684
|
-
* @author liufan
|
|
39685
|
-
* @date 2022年5月25日
|
|
39693
|
+
/**
|
|
39694
|
+
* rejectBtn
|
|
39695
|
+
* @desc:点击驳回
|
|
39696
|
+
* @author liufan
|
|
39697
|
+
* @date 2022年5月25日
|
|
39686
39698
|
**/
|
|
39687
39699
|
rejectBtn: function rejectBtn() {
|
|
39688
39700
|
var _this8 = this;
|
|
@@ -39700,11 +39712,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39700
39712
|
}
|
|
39701
39713
|
},
|
|
39702
39714
|
|
|
39703
|
-
/**
|
|
39704
|
-
* taskReadBtn
|
|
39705
|
-
* @desc:点击分阅
|
|
39706
|
-
* @author liufan
|
|
39707
|
-
* @date 2022年5月25日
|
|
39715
|
+
/**
|
|
39716
|
+
* taskReadBtn
|
|
39717
|
+
* @desc:点击分阅
|
|
39718
|
+
* @author liufan
|
|
39719
|
+
* @date 2022年5月25日
|
|
39708
39720
|
**/
|
|
39709
39721
|
taskReadBtn: function taskReadBtn() {
|
|
39710
39722
|
var _this9 = this;
|
|
@@ -39723,11 +39735,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39723
39735
|
}
|
|
39724
39736
|
},
|
|
39725
39737
|
|
|
39726
|
-
/**
|
|
39727
|
-
* getFind
|
|
39728
|
-
* @desc:获取通知方式
|
|
39729
|
-
* @author liufan
|
|
39730
|
-
* @date 2022年5月25日
|
|
39738
|
+
/**
|
|
39739
|
+
* getFind
|
|
39740
|
+
* @desc:获取通知方式
|
|
39741
|
+
* @author liufan
|
|
39742
|
+
* @date 2022年5月25日
|
|
39731
39743
|
**/
|
|
39732
39744
|
getFind: function getFind() {
|
|
39733
39745
|
var _this10 = this;
|
|
@@ -39782,12 +39794,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39782
39794
|
});
|
|
39783
39795
|
},
|
|
39784
39796
|
|
|
39785
|
-
/**
|
|
39786
|
-
* endFlows
|
|
39787
|
-
* @desc:直接办结
|
|
39788
|
-
* @author liufan
|
|
39789
|
-
* @param {Object} res 直接办结数据
|
|
39790
|
-
* @date 2022年5月25日
|
|
39797
|
+
/**
|
|
39798
|
+
* endFlows
|
|
39799
|
+
* @desc:直接办结
|
|
39800
|
+
* @author liufan
|
|
39801
|
+
* @param {Object} res 直接办结数据
|
|
39802
|
+
* @date 2022年5月25日
|
|
39791
39803
|
**/
|
|
39792
39804
|
endFlows: function endFlows(res) {
|
|
39793
39805
|
var _this12 = this;
|
|
@@ -39841,12 +39853,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39841
39853
|
}).catch(function (e) {});
|
|
39842
39854
|
},
|
|
39843
39855
|
|
|
39844
|
-
/**
|
|
39845
|
-
* goView
|
|
39846
|
-
* @desc:更多流程按钮操作
|
|
39847
|
-
* @author liufan
|
|
39848
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
39849
|
-
* @date 2022年5月25日
|
|
39856
|
+
/**
|
|
39857
|
+
* goView
|
|
39858
|
+
* @desc:更多流程按钮操作
|
|
39859
|
+
* @author liufan
|
|
39860
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
39861
|
+
* @date 2022年5月25日
|
|
39850
39862
|
**/
|
|
39851
39863
|
goView: function goView(res) {
|
|
39852
39864
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -39931,11 +39943,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39931
39943
|
// isCanStartSubFlow
|
|
39932
39944
|
},
|
|
39933
39945
|
|
|
39934
|
-
/**
|
|
39935
|
-
* toTakeAdvice
|
|
39936
|
-
* @desc:征求意见
|
|
39937
|
-
* @author liufan
|
|
39938
|
-
* @date 2022年9月29日
|
|
39946
|
+
/**
|
|
39947
|
+
* toTakeAdvice
|
|
39948
|
+
* @desc:征求意见
|
|
39949
|
+
* @author liufan
|
|
39950
|
+
* @date 2022年9月29日
|
|
39939
39951
|
**/
|
|
39940
39952
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
39941
39953
|
var _this14 = this;
|
|
@@ -39979,11 +39991,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39979
39991
|
});
|
|
39980
39992
|
},
|
|
39981
39993
|
|
|
39982
|
-
/**
|
|
39983
|
-
* toStartDraf
|
|
39984
|
-
* @desc: 稿件递送、联合审核、复核
|
|
39985
|
-
* @author liufan
|
|
39986
|
-
* @date 2022年9月29日
|
|
39994
|
+
/**
|
|
39995
|
+
* toStartDraf
|
|
39996
|
+
* @desc: 稿件递送、联合审核、复核
|
|
39997
|
+
* @author liufan
|
|
39998
|
+
* @date 2022年9月29日
|
|
39987
39999
|
**/
|
|
39988
40000
|
toStartDraf: function toStartDraf(res) {
|
|
39989
40001
|
var _this16 = this;
|
|
@@ -39997,11 +40009,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
39997
40009
|
}
|
|
39998
40010
|
},
|
|
39999
40011
|
|
|
40000
|
-
/**
|
|
40001
|
-
* toSendMsg
|
|
40002
|
-
* @desc:核稿通知
|
|
40003
|
-
* @author liufan
|
|
40004
|
-
* @date 2022年9月29日
|
|
40012
|
+
/**
|
|
40013
|
+
* toSendMsg
|
|
40014
|
+
* @desc:核稿通知
|
|
40015
|
+
* @author liufan
|
|
40016
|
+
* @date 2022年9月29日
|
|
40005
40017
|
**/
|
|
40006
40018
|
toSendMsg: function toSendMsg(res) {
|
|
40007
40019
|
var _this17 = this;
|
|
@@ -40015,11 +40027,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40015
40027
|
}
|
|
40016
40028
|
},
|
|
40017
40029
|
|
|
40018
|
-
/**
|
|
40019
|
-
* toTaskReadAndEnd
|
|
40020
|
-
* @desc:分阅并办结
|
|
40021
|
-
* @author liufan
|
|
40022
|
-
* @date 2022年9月29日
|
|
40030
|
+
/**
|
|
40031
|
+
* toTaskReadAndEnd
|
|
40032
|
+
* @desc:分阅并办结
|
|
40033
|
+
* @author liufan
|
|
40034
|
+
* @date 2022年9月29日
|
|
40023
40035
|
**/
|
|
40024
40036
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
40025
40037
|
var _this18 = this;
|
|
@@ -40037,11 +40049,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40037
40049
|
}
|
|
40038
40050
|
},
|
|
40039
40051
|
|
|
40040
|
-
/**
|
|
40041
|
-
* rejectAndEnd
|
|
40042
|
-
* @desc:驳回并办结
|
|
40043
|
-
* @author liufan
|
|
40044
|
-
* @date 2022年9月29日
|
|
40052
|
+
/**
|
|
40053
|
+
* rejectAndEnd
|
|
40054
|
+
* @desc:驳回并办结
|
|
40055
|
+
* @author liufan
|
|
40056
|
+
* @date 2022年9月29日
|
|
40045
40057
|
**/
|
|
40046
40058
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
40047
40059
|
var _this19 = this;
|
|
@@ -40096,11 +40108,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40096
40108
|
});
|
|
40097
40109
|
},
|
|
40098
40110
|
|
|
40099
|
-
/**
|
|
40100
|
-
* toTransfer
|
|
40101
|
-
* @desc:转办
|
|
40102
|
-
* @author liufan
|
|
40103
|
-
* @date 2022年9月29日
|
|
40111
|
+
/**
|
|
40112
|
+
* toTransfer
|
|
40113
|
+
* @desc:转办
|
|
40114
|
+
* @author liufan
|
|
40115
|
+
* @date 2022年9月29日
|
|
40104
40116
|
**/
|
|
40105
40117
|
toTransfer: function toTransfer(res) {
|
|
40106
40118
|
var _this21 = this;
|
|
@@ -40116,11 +40128,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40116
40128
|
}
|
|
40117
40129
|
},
|
|
40118
40130
|
|
|
40119
|
-
/**
|
|
40120
|
-
* getNodeInfo
|
|
40121
|
-
* @desc:获取节点信息
|
|
40122
|
-
* @author liufan
|
|
40123
|
-
* @date 2022年5月25日
|
|
40131
|
+
/**
|
|
40132
|
+
* getNodeInfo
|
|
40133
|
+
* @desc:获取节点信息
|
|
40134
|
+
* @author liufan
|
|
40135
|
+
* @date 2022年5月25日
|
|
40124
40136
|
**/
|
|
40125
40137
|
getNodeInfo: function getNodeInfo() {
|
|
40126
40138
|
var _this22 = this;
|
|
@@ -40219,12 +40231,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40219
40231
|
});
|
|
40220
40232
|
},
|
|
40221
40233
|
|
|
40222
|
-
/**
|
|
40223
|
-
* selecNext
|
|
40224
|
-
* @desc:下步节点变化时更新数据
|
|
40225
|
-
* @author liufan
|
|
40226
|
-
* @param {String} val 当前选中值
|
|
40227
|
-
* @date 2022年5月25日
|
|
40234
|
+
/**
|
|
40235
|
+
* selecNext
|
|
40236
|
+
* @desc:下步节点变化时更新数据
|
|
40237
|
+
* @author liufan
|
|
40238
|
+
* @param {String} val 当前选中值
|
|
40239
|
+
* @date 2022年5月25日
|
|
40228
40240
|
**/
|
|
40229
40241
|
selecNext: function selecNext(val, type, isDef) {
|
|
40230
40242
|
var _this23 = this;
|
|
@@ -40333,11 +40345,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40333
40345
|
if (isDef !== true) this.getNodeInfo();
|
|
40334
40346
|
},
|
|
40335
40347
|
|
|
40336
|
-
/**
|
|
40337
|
-
* isMultiple
|
|
40338
|
-
* @desc:是否多选
|
|
40339
|
-
* @author liufan
|
|
40340
|
-
* @date 2022年9月13日
|
|
40348
|
+
/**
|
|
40349
|
+
* isMultiple
|
|
40350
|
+
* @desc:是否多选
|
|
40351
|
+
* @author liufan
|
|
40352
|
+
* @date 2022年9月13日
|
|
40341
40353
|
**/
|
|
40342
40354
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
40343
40355
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -40369,11 +40381,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40369
40381
|
}
|
|
40370
40382
|
},
|
|
40371
40383
|
|
|
40372
|
-
/**
|
|
40373
|
-
* getHedInfo
|
|
40374
|
-
* @desc:获取审核页面数据
|
|
40375
|
-
* @author liufan
|
|
40376
|
-
* @date 2022年5月25日
|
|
40384
|
+
/**
|
|
40385
|
+
* getHedInfo
|
|
40386
|
+
* @desc:获取审核页面数据
|
|
40387
|
+
* @author liufan
|
|
40388
|
+
* @date 2022年5月25日
|
|
40377
40389
|
**/
|
|
40378
40390
|
getHedInfo: function getHedInfo() {
|
|
40379
40391
|
var _this24 = this;
|
|
@@ -40609,13 +40621,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40609
40621
|
});
|
|
40610
40622
|
},
|
|
40611
40623
|
|
|
40612
|
-
/**
|
|
40613
|
-
* closeProcess
|
|
40614
|
-
* @desc:关闭弹窗
|
|
40615
|
-
* @author liufan
|
|
40616
|
-
* @param {boolean} val 当前是否办理流程
|
|
40617
|
-
* @param {String} type 当前点击的弹窗类型
|
|
40618
|
-
* @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日
|
|
40619
40631
|
**/
|
|
40620
40632
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
40621
40633
|
if (closeParent) {
|
|
@@ -40632,23 +40644,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40632
40644
|
}
|
|
40633
40645
|
},
|
|
40634
40646
|
|
|
40635
|
-
/**
|
|
40636
|
-
* selectChange
|
|
40637
|
-
* @desc:常用语选择
|
|
40638
|
-
* @author liufan
|
|
40639
|
-
* @param {String} val 选中值
|
|
40640
|
-
* @date 2022年5月25日
|
|
40647
|
+
/**
|
|
40648
|
+
* selectChange
|
|
40649
|
+
* @desc:常用语选择
|
|
40650
|
+
* @author liufan
|
|
40651
|
+
* @param {String} val 选中值
|
|
40652
|
+
* @date 2022年5月25日
|
|
40641
40653
|
**/
|
|
40642
40654
|
selectChange: function selectChange(val) {
|
|
40643
40655
|
this.value = val;
|
|
40644
40656
|
},
|
|
40645
40657
|
|
|
40646
|
-
/**
|
|
40647
|
-
* upDate
|
|
40648
|
-
* @desc:修改常用语
|
|
40649
|
-
* @author liufan
|
|
40650
|
-
* @param {Object} val 修改值
|
|
40651
|
-
* @date 2022年5月25日
|
|
40658
|
+
/**
|
|
40659
|
+
* upDate
|
|
40660
|
+
* @desc:修改常用语
|
|
40661
|
+
* @author liufan
|
|
40662
|
+
* @param {Object} val 修改值
|
|
40663
|
+
* @date 2022年5月25日
|
|
40652
40664
|
**/
|
|
40653
40665
|
upDate: function upDate(val) {
|
|
40654
40666
|
this.FormData.id = val.id;
|
|
@@ -40656,11 +40668,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40656
40668
|
},
|
|
40657
40669
|
|
|
40658
40670
|
|
|
40659
|
-
/**
|
|
40660
|
-
* getProcess
|
|
40661
|
-
* @desc:获取选择流程
|
|
40662
|
-
* @author liufan
|
|
40663
|
-
* @date 2022年5月25日
|
|
40671
|
+
/**
|
|
40672
|
+
* getProcess
|
|
40673
|
+
* @desc:获取选择流程
|
|
40674
|
+
* @author liufan
|
|
40675
|
+
* @date 2022年5月25日
|
|
40664
40676
|
**/
|
|
40665
40677
|
getProcess: function getProcess() {
|
|
40666
40678
|
var _this25 = this;
|
|
@@ -40714,11 +40726,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40714
40726
|
});
|
|
40715
40727
|
},
|
|
40716
40728
|
|
|
40717
|
-
/**
|
|
40718
|
-
* getPendedhistoryList
|
|
40719
|
-
* @desc:获取流程列表
|
|
40720
|
-
* @author liufan
|
|
40721
|
-
* @date 2022年5月25日
|
|
40729
|
+
/**
|
|
40730
|
+
* getPendedhistoryList
|
|
40731
|
+
* @desc:获取流程列表
|
|
40732
|
+
* @author liufan
|
|
40733
|
+
* @date 2022年5月25日
|
|
40722
40734
|
**/
|
|
40723
40735
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
40724
40736
|
var _this26 = this;
|
|
@@ -40750,12 +40762,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
40750
40762
|
},
|
|
40751
40763
|
|
|
40752
40764
|
// 提交流程
|
|
40753
|
-
/**
|
|
40754
|
-
* subProcess
|
|
40755
|
-
* @desc:提交流程
|
|
40756
|
-
* @author liufan
|
|
40757
|
-
* @param {String} formName 当前form表单ref值
|
|
40758
|
-
* @date 2022年5月25日
|
|
40765
|
+
/**
|
|
40766
|
+
* subProcess
|
|
40767
|
+
* @desc:提交流程
|
|
40768
|
+
* @author liufan
|
|
40769
|
+
* @param {String} formName 当前form表单ref值
|
|
40770
|
+
* @date 2022年5月25日
|
|
40759
40771
|
**/
|
|
40760
40772
|
subProcess: function subProcess(val) {
|
|
40761
40773
|
var _this27 = this;
|
|
@@ -42175,6 +42187,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42175
42187
|
//
|
|
42176
42188
|
//
|
|
42177
42189
|
//
|
|
42190
|
+
//
|
|
42178
42191
|
|
|
42179
42192
|
|
|
42180
42193
|
|
|
@@ -42800,11 +42813,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42800
42813
|
});
|
|
42801
42814
|
},
|
|
42802
42815
|
|
|
42803
|
-
/**
|
|
42804
|
-
* saveInfo
|
|
42805
|
-
* @desc:暂存
|
|
42806
|
-
* @author liufan
|
|
42807
|
-
* @date 2022年9月9日
|
|
42816
|
+
/**
|
|
42817
|
+
* saveInfo
|
|
42818
|
+
* @desc:暂存
|
|
42819
|
+
* @author liufan
|
|
42820
|
+
* @date 2022年9月9日
|
|
42808
42821
|
**/
|
|
42809
42822
|
saveInfo: function saveInfo(type, btn) {
|
|
42810
42823
|
var _this8 = this;
|
|
@@ -42866,11 +42879,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42866
42879
|
});
|
|
42867
42880
|
},
|
|
42868
42881
|
|
|
42869
|
-
/**
|
|
42870
|
-
* rejectBtn
|
|
42871
|
-
* @desc:点击驳回
|
|
42872
|
-
* @author liufan
|
|
42873
|
-
* @date 2022年5月25日
|
|
42882
|
+
/**
|
|
42883
|
+
* rejectBtn
|
|
42884
|
+
* @desc:点击驳回
|
|
42885
|
+
* @author liufan
|
|
42886
|
+
* @date 2022年5月25日
|
|
42874
42887
|
**/
|
|
42875
42888
|
rejectBtn: function rejectBtn() {
|
|
42876
42889
|
var _this10 = this;
|
|
@@ -42888,11 +42901,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42888
42901
|
}
|
|
42889
42902
|
},
|
|
42890
42903
|
|
|
42891
|
-
/**
|
|
42892
|
-
* taskReadBtn
|
|
42893
|
-
* @desc:点击分阅
|
|
42894
|
-
* @author liufan
|
|
42895
|
-
* @date 2022年5月25日
|
|
42904
|
+
/**
|
|
42905
|
+
* taskReadBtn
|
|
42906
|
+
* @desc:点击分阅
|
|
42907
|
+
* @author liufan
|
|
42908
|
+
* @date 2022年5月25日
|
|
42896
42909
|
**/
|
|
42897
42910
|
taskReadBtn: function taskReadBtn() {
|
|
42898
42911
|
var _this11 = this;
|
|
@@ -42911,11 +42924,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42911
42924
|
}
|
|
42912
42925
|
},
|
|
42913
42926
|
|
|
42914
|
-
/**
|
|
42915
|
-
* getFind
|
|
42916
|
-
* @desc:获取通知方式
|
|
42917
|
-
* @author liufan
|
|
42918
|
-
* @date 2022年5月25日
|
|
42927
|
+
/**
|
|
42928
|
+
* getFind
|
|
42929
|
+
* @desc:获取通知方式
|
|
42930
|
+
* @author liufan
|
|
42931
|
+
* @date 2022年5月25日
|
|
42919
42932
|
**/
|
|
42920
42933
|
getFind: function getFind() {
|
|
42921
42934
|
var _this12 = this;
|
|
@@ -42980,12 +42993,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
42980
42993
|
});
|
|
42981
42994
|
},
|
|
42982
42995
|
|
|
42983
|
-
/**
|
|
42984
|
-
* endFlows
|
|
42985
|
-
* @desc:直接办结
|
|
42986
|
-
* @author liufan
|
|
42987
|
-
* @param {Object} res 直接办结数据
|
|
42988
|
-
* @date 2022年5月25日
|
|
42996
|
+
/**
|
|
42997
|
+
* endFlows
|
|
42998
|
+
* @desc:直接办结
|
|
42999
|
+
* @author liufan
|
|
43000
|
+
* @param {Object} res 直接办结数据
|
|
43001
|
+
* @date 2022年5月25日
|
|
42989
43002
|
**/
|
|
42990
43003
|
endFlows: function endFlows(res) {
|
|
42991
43004
|
var _this14 = this;
|
|
@@ -43039,12 +43052,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43039
43052
|
}).catch(function (e) {});
|
|
43040
43053
|
},
|
|
43041
43054
|
|
|
43042
|
-
/**
|
|
43043
|
-
* goView
|
|
43044
|
-
* @desc:更多流程按钮操作
|
|
43045
|
-
* @author liufan
|
|
43046
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
43047
|
-
* @date 2022年5月25日
|
|
43055
|
+
/**
|
|
43056
|
+
* goView
|
|
43057
|
+
* @desc:更多流程按钮操作
|
|
43058
|
+
* @author liufan
|
|
43059
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
43060
|
+
* @date 2022年5月25日
|
|
43048
43061
|
**/
|
|
43049
43062
|
goView: function goView(res) {
|
|
43050
43063
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -43129,11 +43142,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43129
43142
|
// isCanStartSubFlow
|
|
43130
43143
|
},
|
|
43131
43144
|
|
|
43132
|
-
/**
|
|
43133
|
-
* toTakeAdvice
|
|
43134
|
-
* @desc:征求意见
|
|
43135
|
-
* @author liufan
|
|
43136
|
-
* @date 2022年9月29日
|
|
43145
|
+
/**
|
|
43146
|
+
* toTakeAdvice
|
|
43147
|
+
* @desc:征求意见
|
|
43148
|
+
* @author liufan
|
|
43149
|
+
* @date 2022年9月29日
|
|
43137
43150
|
**/
|
|
43138
43151
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
43139
43152
|
var _this16 = this;
|
|
@@ -43177,11 +43190,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43177
43190
|
});
|
|
43178
43191
|
},
|
|
43179
43192
|
|
|
43180
|
-
/**
|
|
43181
|
-
* toStartDraf
|
|
43182
|
-
* @desc: 稿件递送、联合审核、复核
|
|
43183
|
-
* @author liufan
|
|
43184
|
-
* @date 2022年9月29日
|
|
43193
|
+
/**
|
|
43194
|
+
* toStartDraf
|
|
43195
|
+
* @desc: 稿件递送、联合审核、复核
|
|
43196
|
+
* @author liufan
|
|
43197
|
+
* @date 2022年9月29日
|
|
43185
43198
|
**/
|
|
43186
43199
|
toStartDraf: function toStartDraf(res) {
|
|
43187
43200
|
var _this18 = this;
|
|
@@ -43195,11 +43208,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43195
43208
|
}
|
|
43196
43209
|
},
|
|
43197
43210
|
|
|
43198
|
-
/**
|
|
43199
|
-
* toSendMsg
|
|
43200
|
-
* @desc:核稿通知
|
|
43201
|
-
* @author liufan
|
|
43202
|
-
* @date 2022年9月29日
|
|
43211
|
+
/**
|
|
43212
|
+
* toSendMsg
|
|
43213
|
+
* @desc:核稿通知
|
|
43214
|
+
* @author liufan
|
|
43215
|
+
* @date 2022年9月29日
|
|
43203
43216
|
**/
|
|
43204
43217
|
toSendMsg: function toSendMsg(res) {
|
|
43205
43218
|
var _this19 = this;
|
|
@@ -43213,11 +43226,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43213
43226
|
}
|
|
43214
43227
|
},
|
|
43215
43228
|
|
|
43216
|
-
/**
|
|
43217
|
-
* toTaskReadAndEnd
|
|
43218
|
-
* @desc:分阅并办结
|
|
43219
|
-
* @author liufan
|
|
43220
|
-
* @date 2022年9月29日
|
|
43229
|
+
/**
|
|
43230
|
+
* toTaskReadAndEnd
|
|
43231
|
+
* @desc:分阅并办结
|
|
43232
|
+
* @author liufan
|
|
43233
|
+
* @date 2022年9月29日
|
|
43221
43234
|
**/
|
|
43222
43235
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
43223
43236
|
var _this20 = this;
|
|
@@ -43235,11 +43248,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43235
43248
|
}
|
|
43236
43249
|
},
|
|
43237
43250
|
|
|
43238
|
-
/**
|
|
43239
|
-
* rejectAndEnd
|
|
43240
|
-
* @desc:驳回并办结
|
|
43241
|
-
* @author liufan
|
|
43242
|
-
* @date 2022年9月29日
|
|
43251
|
+
/**
|
|
43252
|
+
* rejectAndEnd
|
|
43253
|
+
* @desc:驳回并办结
|
|
43254
|
+
* @author liufan
|
|
43255
|
+
* @date 2022年9月29日
|
|
43243
43256
|
**/
|
|
43244
43257
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
43245
43258
|
var _this21 = this;
|
|
@@ -43294,11 +43307,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43294
43307
|
});
|
|
43295
43308
|
},
|
|
43296
43309
|
|
|
43297
|
-
/**
|
|
43298
|
-
* toTransfer
|
|
43299
|
-
* @desc:转办
|
|
43300
|
-
* @author liufan
|
|
43301
|
-
* @date 2022年9月29日
|
|
43310
|
+
/**
|
|
43311
|
+
* toTransfer
|
|
43312
|
+
* @desc:转办
|
|
43313
|
+
* @author liufan
|
|
43314
|
+
* @date 2022年9月29日
|
|
43302
43315
|
**/
|
|
43303
43316
|
toTransfer: function toTransfer(res) {
|
|
43304
43317
|
var _this23 = this;
|
|
@@ -43314,11 +43327,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43314
43327
|
}
|
|
43315
43328
|
},
|
|
43316
43329
|
|
|
43317
|
-
/**
|
|
43318
|
-
* getNodeInfo
|
|
43319
|
-
* @desc:获取节点信息
|
|
43320
|
-
* @author liufan
|
|
43321
|
-
* @date 2022年5月25日
|
|
43330
|
+
/**
|
|
43331
|
+
* getNodeInfo
|
|
43332
|
+
* @desc:获取节点信息
|
|
43333
|
+
* @author liufan
|
|
43334
|
+
* @date 2022年5月25日
|
|
43322
43335
|
**/
|
|
43323
43336
|
getNodeInfo: function getNodeInfo() {
|
|
43324
43337
|
var _this24 = this;
|
|
@@ -43417,12 +43430,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43417
43430
|
});
|
|
43418
43431
|
},
|
|
43419
43432
|
|
|
43420
|
-
/**
|
|
43421
|
-
* selecNext
|
|
43422
|
-
* @desc:下步节点变化时更新数据
|
|
43423
|
-
* @author liufan
|
|
43424
|
-
* @param {String} val 当前选中值
|
|
43425
|
-
* @date 2022年5月25日
|
|
43433
|
+
/**
|
|
43434
|
+
* selecNext
|
|
43435
|
+
* @desc:下步节点变化时更新数据
|
|
43436
|
+
* @author liufan
|
|
43437
|
+
* @param {String} val 当前选中值
|
|
43438
|
+
* @date 2022年5月25日
|
|
43426
43439
|
**/
|
|
43427
43440
|
selecNext: function selecNext(val, type, isDef) {
|
|
43428
43441
|
var _this25 = this;
|
|
@@ -43531,11 +43544,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43531
43544
|
if (isDef !== true) this.getNodeInfo();
|
|
43532
43545
|
},
|
|
43533
43546
|
|
|
43534
|
-
/**
|
|
43535
|
-
* isMultiple
|
|
43536
|
-
* @desc:是否多选
|
|
43537
|
-
* @author liufan
|
|
43538
|
-
* @date 2022年9月13日
|
|
43547
|
+
/**
|
|
43548
|
+
* isMultiple
|
|
43549
|
+
* @desc:是否多选
|
|
43550
|
+
* @author liufan
|
|
43551
|
+
* @date 2022年9月13日
|
|
43539
43552
|
**/
|
|
43540
43553
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
43541
43554
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -43567,11 +43580,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43567
43580
|
}
|
|
43568
43581
|
},
|
|
43569
43582
|
|
|
43570
|
-
/**
|
|
43571
|
-
* getHedInfo
|
|
43572
|
-
* @desc:获取审核页面数据
|
|
43573
|
-
* @author liufan
|
|
43574
|
-
* @date 2022年5月25日
|
|
43583
|
+
/**
|
|
43584
|
+
* getHedInfo
|
|
43585
|
+
* @desc:获取审核页面数据
|
|
43586
|
+
* @author liufan
|
|
43587
|
+
* @date 2022年5月25日
|
|
43575
43588
|
**/
|
|
43576
43589
|
getHedInfo: function getHedInfo() {
|
|
43577
43590
|
var _this26 = this;
|
|
@@ -43811,13 +43824,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43811
43824
|
});
|
|
43812
43825
|
},
|
|
43813
43826
|
|
|
43814
|
-
/**
|
|
43815
|
-
* closeProcess
|
|
43816
|
-
* @desc:关闭弹窗
|
|
43817
|
-
* @author liufan
|
|
43818
|
-
* @param {boolean} val 当前是否办理流程
|
|
43819
|
-
* @param {String} type 当前点击的弹窗类型
|
|
43820
|
-
* @date 2022年5月25日
|
|
43827
|
+
/**
|
|
43828
|
+
* closeProcess
|
|
43829
|
+
* @desc:关闭弹窗
|
|
43830
|
+
* @author liufan
|
|
43831
|
+
* @param {boolean} val 当前是否办理流程
|
|
43832
|
+
* @param {String} type 当前点击的弹窗类型
|
|
43833
|
+
* @date 2022年5月25日
|
|
43821
43834
|
**/
|
|
43822
43835
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
43823
43836
|
if (closeParent) {
|
|
@@ -43834,23 +43847,23 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43834
43847
|
}
|
|
43835
43848
|
},
|
|
43836
43849
|
|
|
43837
|
-
/**
|
|
43838
|
-
* selectChange
|
|
43839
|
-
* @desc:常用语选择
|
|
43840
|
-
* @author liufan
|
|
43841
|
-
* @param {String} val 选中值
|
|
43842
|
-
* @date 2022年5月25日
|
|
43850
|
+
/**
|
|
43851
|
+
* selectChange
|
|
43852
|
+
* @desc:常用语选择
|
|
43853
|
+
* @author liufan
|
|
43854
|
+
* @param {String} val 选中值
|
|
43855
|
+
* @date 2022年5月25日
|
|
43843
43856
|
**/
|
|
43844
43857
|
selectChange: function selectChange(val) {
|
|
43845
43858
|
this.value = val;
|
|
43846
43859
|
},
|
|
43847
43860
|
|
|
43848
|
-
/**
|
|
43849
|
-
* upDate
|
|
43850
|
-
* @desc:修改常用语
|
|
43851
|
-
* @author liufan
|
|
43852
|
-
* @param {Object} val 修改值
|
|
43853
|
-
* @date 2022年5月25日
|
|
43861
|
+
/**
|
|
43862
|
+
* upDate
|
|
43863
|
+
* @desc:修改常用语
|
|
43864
|
+
* @author liufan
|
|
43865
|
+
* @param {Object} val 修改值
|
|
43866
|
+
* @date 2022年5月25日
|
|
43854
43867
|
**/
|
|
43855
43868
|
upDate: function upDate(val) {
|
|
43856
43869
|
this.FormData.id = val.id;
|
|
@@ -43858,11 +43871,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43858
43871
|
},
|
|
43859
43872
|
|
|
43860
43873
|
|
|
43861
|
-
/**
|
|
43862
|
-
* getProcess
|
|
43863
|
-
* @desc:获取选择流程
|
|
43864
|
-
* @author liufan
|
|
43865
|
-
* @date 2022年5月25日
|
|
43874
|
+
/**
|
|
43875
|
+
* getProcess
|
|
43876
|
+
* @desc:获取选择流程
|
|
43877
|
+
* @author liufan
|
|
43878
|
+
* @date 2022年5月25日
|
|
43866
43879
|
**/
|
|
43867
43880
|
getProcess: function getProcess(val) {
|
|
43868
43881
|
var _this27 = this;
|
|
@@ -43914,11 +43927,11 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43914
43927
|
});
|
|
43915
43928
|
},
|
|
43916
43929
|
|
|
43917
|
-
/**
|
|
43918
|
-
* getPendedhistoryList
|
|
43919
|
-
* @desc:获取流程列表
|
|
43920
|
-
* @author liufan
|
|
43921
|
-
* @date 2022年5月25日
|
|
43930
|
+
/**
|
|
43931
|
+
* getPendedhistoryList
|
|
43932
|
+
* @desc:获取流程列表
|
|
43933
|
+
* @author liufan
|
|
43934
|
+
* @date 2022年5月25日
|
|
43922
43935
|
**/
|
|
43923
43936
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
43924
43937
|
var _this28 = this;
|
|
@@ -43985,12 +43998,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
43985
43998
|
},
|
|
43986
43999
|
|
|
43987
44000
|
// 提交流程
|
|
43988
|
-
/**
|
|
43989
|
-
* subProcess
|
|
43990
|
-
* @desc:提交流程
|
|
43991
|
-
* @author liufan
|
|
43992
|
-
* @param {String} formName 当前form表单ref值
|
|
43993
|
-
* @date 2022年5月25日
|
|
44001
|
+
/**
|
|
44002
|
+
* subProcess
|
|
44003
|
+
* @desc:提交流程
|
|
44004
|
+
* @author liufan
|
|
44005
|
+
* @param {String} formName 当前form表单ref值
|
|
44006
|
+
* @date 2022年5月25日
|
|
43994
44007
|
**/
|
|
43995
44008
|
subProcess: function subProcess(val, type) {
|
|
43996
44009
|
var _this30 = this;
|
|
@@ -44286,8 +44299,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
44286
44299
|
|
|
44287
44300
|
var flow_src_main_component = normalizeComponent(
|
|
44288
44301
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
44289
|
-
|
|
44290
|
-
|
|
44302
|
+
mainvue_type_template_id_4ea30461_render,
|
|
44303
|
+
mainvue_type_template_id_4ea30461_staticRenderFns,
|
|
44291
44304
|
false,
|
|
44292
44305
|
null,
|
|
44293
44306
|
null,
|
|
@@ -47362,12 +47375,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47362
47375
|
}
|
|
47363
47376
|
},
|
|
47364
47377
|
|
|
47365
|
-
/**
|
|
47366
|
-
* handleFormSubmit
|
|
47367
|
-
* @desc:删除节点点击事件
|
|
47368
|
-
* @param {Object} formData 点击删除的form数据
|
|
47369
|
-
* @author liufan
|
|
47370
|
-
* @date 2022年11月29日
|
|
47378
|
+
/**
|
|
47379
|
+
* handleFormSubmit
|
|
47380
|
+
* @desc:删除节点点击事件
|
|
47381
|
+
* @param {Object} formData 点击删除的form数据
|
|
47382
|
+
* @author liufan
|
|
47383
|
+
* @date 2022年11月29日
|
|
47371
47384
|
**/
|
|
47372
47385
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
47373
47386
|
var _this7 = this;
|
|
@@ -47398,48 +47411,48 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47398
47411
|
});
|
|
47399
47412
|
},
|
|
47400
47413
|
|
|
47401
|
-
/**
|
|
47402
|
-
* del
|
|
47403
|
-
* @desc:展示删除弹窗
|
|
47404
|
-
* @param {String} id 当前点击数据id
|
|
47405
|
-
* @author liufan
|
|
47406
|
-
* @date 2022年11月29日
|
|
47414
|
+
/**
|
|
47415
|
+
* del
|
|
47416
|
+
* @desc:展示删除弹窗
|
|
47417
|
+
* @param {String} id 当前点击数据id
|
|
47418
|
+
* @author liufan
|
|
47419
|
+
* @date 2022年11月29日
|
|
47407
47420
|
**/
|
|
47408
47421
|
del: function del(id) {
|
|
47409
47422
|
this.historyId = id;
|
|
47410
47423
|
this.showDel = true;
|
|
47411
47424
|
},
|
|
47412
47425
|
|
|
47413
|
-
/**
|
|
47414
|
-
* handleCurrentChange
|
|
47415
|
-
* @desc:监听页码变化
|
|
47416
|
-
* @param {String} val 当前页
|
|
47417
|
-
* @author liufan
|
|
47418
|
-
* @date 2022年11月29日
|
|
47426
|
+
/**
|
|
47427
|
+
* handleCurrentChange
|
|
47428
|
+
* @desc:监听页码变化
|
|
47429
|
+
* @param {String} val 当前页
|
|
47430
|
+
* @author liufan
|
|
47431
|
+
* @date 2022年11月29日
|
|
47419
47432
|
**/
|
|
47420
47433
|
handleCurrentChange: function handleCurrentChange(val) {
|
|
47421
47434
|
this.currentPage = val;
|
|
47422
47435
|
this.getPressList();
|
|
47423
47436
|
},
|
|
47424
47437
|
|
|
47425
|
-
/**
|
|
47426
|
-
* handleSizeChange
|
|
47427
|
-
* @desc:监听每页数据显示数量变化
|
|
47428
|
-
* @param {String} val 每页展示数量
|
|
47429
|
-
* @author liufan
|
|
47430
|
-
* @date 2022年11月29日
|
|
47438
|
+
/**
|
|
47439
|
+
* handleSizeChange
|
|
47440
|
+
* @desc:监听每页数据显示数量变化
|
|
47441
|
+
* @param {String} val 每页展示数量
|
|
47442
|
+
* @author liufan
|
|
47443
|
+
* @date 2022年11月29日
|
|
47431
47444
|
**/
|
|
47432
47445
|
handleSizeChange: function handleSizeChange(val) {
|
|
47433
47446
|
this.pageSize = val;
|
|
47434
47447
|
this.getPressList();
|
|
47435
47448
|
},
|
|
47436
47449
|
|
|
47437
|
-
/**
|
|
47438
|
-
* sortChange
|
|
47439
|
-
* @desc:监听排序变化
|
|
47440
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
47441
|
-
* @author liufan
|
|
47442
|
-
* @date 2022年11月29日
|
|
47450
|
+
/**
|
|
47451
|
+
* sortChange
|
|
47452
|
+
* @desc:监听排序变化
|
|
47453
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
47454
|
+
* @author liufan
|
|
47455
|
+
* @date 2022年11月29日
|
|
47443
47456
|
**/
|
|
47444
47457
|
sortChange: function sortChange(info) {
|
|
47445
47458
|
var prop = info.prop,
|
|
@@ -47450,11 +47463,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47450
47463
|
this.getPressList();
|
|
47451
47464
|
},
|
|
47452
47465
|
|
|
47453
|
-
/**
|
|
47454
|
-
* getPressList
|
|
47455
|
-
* @desc:催办列表数据
|
|
47456
|
-
* @author liufan
|
|
47457
|
-
* @date 2022年11月29日
|
|
47466
|
+
/**
|
|
47467
|
+
* getPressList
|
|
47468
|
+
* @desc:催办列表数据
|
|
47469
|
+
* @author liufan
|
|
47470
|
+
* @date 2022年11月29日
|
|
47458
47471
|
**/
|
|
47459
47472
|
getPressList: function getPressList() {
|
|
47460
47473
|
var _this8 = this;
|
|
@@ -47484,12 +47497,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47484
47497
|
});
|
|
47485
47498
|
},
|
|
47486
47499
|
|
|
47487
|
-
/**
|
|
47488
|
-
* goPress
|
|
47489
|
-
* @desc:催办列表查看
|
|
47490
|
-
* @param {String} id 催办列表id
|
|
47491
|
-
* @author liufan
|
|
47492
|
-
* @date 2022年11月29日
|
|
47500
|
+
/**
|
|
47501
|
+
* goPress
|
|
47502
|
+
* @desc:催办列表查看
|
|
47503
|
+
* @param {String} id 催办列表id
|
|
47504
|
+
* @author liufan
|
|
47505
|
+
* @date 2022年11月29日
|
|
47493
47506
|
**/
|
|
47494
47507
|
goPress: function goPress(id) {
|
|
47495
47508
|
this.historyId = id;
|
|
@@ -47497,23 +47510,23 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47497
47510
|
this.getPressList();
|
|
47498
47511
|
},
|
|
47499
47512
|
|
|
47500
|
-
/**
|
|
47501
|
-
* showFile
|
|
47502
|
-
* @desc:附件查看
|
|
47503
|
-
* @param {String} ownId 附件id
|
|
47504
|
-
* @author liufan
|
|
47505
|
-
* @date 2022年11月29日
|
|
47513
|
+
/**
|
|
47514
|
+
* showFile
|
|
47515
|
+
* @desc:附件查看
|
|
47516
|
+
* @param {String} ownId 附件id
|
|
47517
|
+
* @author liufan
|
|
47518
|
+
* @date 2022年11月29日
|
|
47506
47519
|
**/
|
|
47507
47520
|
showFile: function showFile(ownId) {
|
|
47508
47521
|
this.wfpendingid = ownId;
|
|
47509
47522
|
this.showFileList = true;
|
|
47510
47523
|
},
|
|
47511
47524
|
|
|
47512
|
-
/**
|
|
47513
|
-
* handleChange
|
|
47514
|
-
* @desc:切换排序方式
|
|
47515
|
-
* @author liufan
|
|
47516
|
-
* @date 2022年11月22日
|
|
47525
|
+
/**
|
|
47526
|
+
* handleChange
|
|
47527
|
+
* @desc:切换排序方式
|
|
47528
|
+
* @author liufan
|
|
47529
|
+
* @date 2022年11月22日
|
|
47517
47530
|
**/
|
|
47518
47531
|
handleChange: function handleChange(key, value) {
|
|
47519
47532
|
if (value) {
|
|
@@ -47524,11 +47537,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47524
47537
|
this.getFlowList();
|
|
47525
47538
|
},
|
|
47526
47539
|
|
|
47527
|
-
/**
|
|
47528
|
-
* getFlowList
|
|
47529
|
-
* @desc:获取流程列表
|
|
47530
|
-
* @author liufan
|
|
47531
|
-
* @date 2022年11月22日
|
|
47540
|
+
/**
|
|
47541
|
+
* getFlowList
|
|
47542
|
+
* @desc:获取流程列表
|
|
47543
|
+
* @author liufan
|
|
47544
|
+
* @date 2022年11月22日
|
|
47532
47545
|
**/
|
|
47533
47546
|
getFlowList: function getFlowList() {
|
|
47534
47547
|
var _this9 = this;
|
|
@@ -47582,12 +47595,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47582
47595
|
});
|
|
47583
47596
|
},
|
|
47584
47597
|
|
|
47585
|
-
/**
|
|
47586
|
-
* handleClick
|
|
47587
|
-
* @desc:表单点击事件
|
|
47588
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
47589
|
-
* @author liufan
|
|
47590
|
-
* @date 2022年11月10日
|
|
47598
|
+
/**
|
|
47599
|
+
* handleClick
|
|
47600
|
+
* @desc:表单点击事件
|
|
47601
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
47602
|
+
* @author liufan
|
|
47603
|
+
* @date 2022年11月10日
|
|
47591
47604
|
**/
|
|
47592
47605
|
handleClick: function handleClick(val) {
|
|
47593
47606
|
var _this10 = this;
|
|
@@ -47633,13 +47646,13 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47633
47646
|
}
|
|
47634
47647
|
},
|
|
47635
47648
|
|
|
47636
|
-
/**
|
|
47637
|
-
* getCodeValue
|
|
47638
|
-
* @desc:获取代码表过滤后的值
|
|
47639
|
-
* @param {String} value 展示数据的代码值
|
|
47640
|
-
* @param {String} type 代码表类型
|
|
47641
|
-
* @author liufan
|
|
47642
|
-
* @date 2022年11月10日
|
|
47649
|
+
/**
|
|
47650
|
+
* getCodeValue
|
|
47651
|
+
* @desc:获取代码表过滤后的值
|
|
47652
|
+
* @param {String} value 展示数据的代码值
|
|
47653
|
+
* @param {String} type 代码表类型
|
|
47654
|
+
* @author liufan
|
|
47655
|
+
* @date 2022年11月10日
|
|
47643
47656
|
**/
|
|
47644
47657
|
getCodeValue: function getCodeValue(value, type) {
|
|
47645
47658
|
var val = this[type].filter(function (item) {
|
|
@@ -47648,12 +47661,12 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47648
47661
|
return val[0].shortName;
|
|
47649
47662
|
},
|
|
47650
47663
|
|
|
47651
|
-
/**
|
|
47652
|
-
* getSysInfo
|
|
47653
|
-
* @desc:获取代码表
|
|
47654
|
-
* @param {String} code 编码code值
|
|
47655
|
-
* @author liufan
|
|
47656
|
-
* @date 2022年11月10日
|
|
47664
|
+
/**
|
|
47665
|
+
* getSysInfo
|
|
47666
|
+
* @desc:获取代码表
|
|
47667
|
+
* @param {String} code 编码code值
|
|
47668
|
+
* @author liufan
|
|
47669
|
+
* @date 2022年11月10日
|
|
47657
47670
|
**/
|
|
47658
47671
|
getSysInfo: function getSysInfo(code) {
|
|
47659
47672
|
var _this11 = this;
|
|
@@ -47675,11 +47688,11 @@ var flow_list_src_mainvue_type_script_lang_js_components;
|
|
|
47675
47688
|
}).catch(function (e) {});
|
|
47676
47689
|
},
|
|
47677
47690
|
|
|
47678
|
-
/**
|
|
47679
|
-
* getListInfo
|
|
47680
|
-
* @desc:获取预设列表数据
|
|
47681
|
-
* @author liufan
|
|
47682
|
-
* @date 2022年11月10日
|
|
47691
|
+
/**
|
|
47692
|
+
* getListInfo
|
|
47693
|
+
* @desc:获取预设列表数据
|
|
47694
|
+
* @author liufan
|
|
47695
|
+
* @date 2022年11月10日
|
|
47683
47696
|
**/
|
|
47684
47697
|
getListInfo: function getListInfo() {
|
|
47685
47698
|
var _this12 = this;
|
|
@@ -56655,10 +56668,10 @@ appsvue_type_template_id_71b9cb14_scoped_true_render._withStripped = true
|
|
|
56655
56668
|
this.$emit('click', res);
|
|
56656
56669
|
},
|
|
56657
56670
|
|
|
56658
|
-
/**
|
|
56659
|
-
* @desc:获取气泡提醒
|
|
56660
|
-
* @author huangbo
|
|
56661
|
-
* @date 2024年9月7日
|
|
56671
|
+
/**
|
|
56672
|
+
* @desc:获取气泡提醒
|
|
56673
|
+
* @author huangbo
|
|
56674
|
+
* @date 2024年9月7日
|
|
56662
56675
|
**/
|
|
56663
56676
|
getBadge: function getBadge(res) {
|
|
56664
56677
|
var num = res.tips || 0;
|
|
@@ -60676,10 +60689,10 @@ var events = [function (tabs, index, that) {
|
|
|
60676
60689
|
},
|
|
60677
60690
|
|
|
60678
60691
|
methods: {
|
|
60679
|
-
/**
|
|
60680
|
-
* @desc:匹配路由
|
|
60681
|
-
* @author huangbo
|
|
60682
|
-
* @date 2024年9月7日
|
|
60692
|
+
/**
|
|
60693
|
+
* @desc:匹配路由
|
|
60694
|
+
* @author huangbo
|
|
60695
|
+
* @date 2024年9月7日
|
|
60683
60696
|
**/
|
|
60684
60697
|
hasRouter: function hasRouter(res, url, code) {
|
|
60685
60698
|
if (!url) {
|
|
@@ -60723,10 +60736,10 @@ var events = [function (tabs, index, that) {
|
|
|
60723
60736
|
return false;
|
|
60724
60737
|
},
|
|
60725
60738
|
|
|
60726
|
-
/**
|
|
60727
|
-
* @desc:获取初始数据
|
|
60728
|
-
* @author huangbo
|
|
60729
|
-
* @date 2024年9月7日
|
|
60739
|
+
/**
|
|
60740
|
+
* @desc:获取初始数据
|
|
60741
|
+
* @author huangbo
|
|
60742
|
+
* @date 2024年9月7日
|
|
60730
60743
|
**/
|
|
60731
60744
|
init: function init(results, first) {
|
|
60732
60745
|
this.setConfig(results);
|
|
@@ -60735,10 +60748,10 @@ var events = [function (tabs, index, that) {
|
|
|
60735
60748
|
}
|
|
60736
60749
|
},
|
|
60737
60750
|
|
|
60738
|
-
/**
|
|
60739
|
-
* @desc:设置用户配置及信息
|
|
60740
|
-
* @author huangbo
|
|
60741
|
-
* @date 2024年9月7日
|
|
60751
|
+
/**
|
|
60752
|
+
* @desc:设置用户配置及信息
|
|
60753
|
+
* @author huangbo
|
|
60754
|
+
* @date 2024年9月7日
|
|
60742
60755
|
**/
|
|
60743
60756
|
setConfig: function setConfig(results) {
|
|
60744
60757
|
localStorage.setItem('mainConfig', JSON.stringify(results));
|
|
@@ -60868,10 +60881,10 @@ var events = [function (tabs, index, that) {
|
|
|
60868
60881
|
}
|
|
60869
60882
|
},
|
|
60870
60883
|
|
|
60871
|
-
/**
|
|
60872
|
-
* @desc:获取所有应用
|
|
60873
|
-
* @author huangbo
|
|
60874
|
-
* @date 2024年9月7日
|
|
60884
|
+
/**
|
|
60885
|
+
* @desc:获取所有应用
|
|
60886
|
+
* @author huangbo
|
|
60887
|
+
* @date 2024年9月7日
|
|
60875
60888
|
**/
|
|
60876
60889
|
getApplications: function getApplications() {
|
|
60877
60890
|
var _this = this;
|
|
@@ -60919,10 +60932,10 @@ var events = [function (tabs, index, that) {
|
|
|
60919
60932
|
});
|
|
60920
60933
|
},
|
|
60921
60934
|
|
|
60922
|
-
/**
|
|
60923
|
-
* @desc:获取菜单列表
|
|
60924
|
-
* @author huangbo
|
|
60925
|
-
* @date 2024年9月7日
|
|
60935
|
+
/**
|
|
60936
|
+
* @desc:获取菜单列表
|
|
60937
|
+
* @author huangbo
|
|
60938
|
+
* @date 2024年9月7日
|
|
60926
60939
|
**/
|
|
60927
60940
|
getMenus: function getMenus(loading) {
|
|
60928
60941
|
var _this2 = this;
|
|
@@ -60955,10 +60968,10 @@ var events = [function (tabs, index, that) {
|
|
|
60955
60968
|
});
|
|
60956
60969
|
},
|
|
60957
60970
|
|
|
60958
|
-
/**
|
|
60959
|
-
* @desc:处理菜单列表
|
|
60960
|
-
* @author huangbo
|
|
60961
|
-
* @date 2024年9月7日
|
|
60971
|
+
/**
|
|
60972
|
+
* @desc:处理菜单列表
|
|
60973
|
+
* @author huangbo
|
|
60974
|
+
* @date 2024年9月7日
|
|
60962
60975
|
**/
|
|
60963
60976
|
renderMenus: function renderMenus(res) {
|
|
60964
60977
|
this.menus = res;
|
|
@@ -61048,10 +61061,10 @@ var events = [function (tabs, index, that) {
|
|
|
61048
61061
|
}
|
|
61049
61062
|
},
|
|
61050
61063
|
|
|
61051
|
-
/**
|
|
61052
|
-
* @desc:设置页面加载类型
|
|
61053
|
-
* @author huangbo
|
|
61054
|
-
* @date 2024年9月7日
|
|
61064
|
+
/**
|
|
61065
|
+
* @desc:设置页面加载类型
|
|
61066
|
+
* @author huangbo
|
|
61067
|
+
* @date 2024年9月7日
|
|
61055
61068
|
**/
|
|
61056
61069
|
setIframeType: function setIframeType(res) {
|
|
61057
61070
|
var url = res.url;
|
|
@@ -61107,10 +61120,10 @@ var events = [function (tabs, index, that) {
|
|
|
61107
61120
|
return res;
|
|
61108
61121
|
},
|
|
61109
61122
|
|
|
61110
|
-
/**
|
|
61111
|
-
* @desc:获取菜单
|
|
61112
|
-
* @author huangbo
|
|
61113
|
-
* @date 2024年9月7日
|
|
61123
|
+
/**
|
|
61124
|
+
* @desc:获取菜单
|
|
61125
|
+
* @author huangbo
|
|
61126
|
+
* @date 2024年9月7日
|
|
61114
61127
|
**/
|
|
61115
61128
|
getMenu: function getMenu(menus, res, key) {
|
|
61116
61129
|
if (Array.isArray(menus)) {
|
|
@@ -61139,10 +61152,10 @@ var events = [function (tabs, index, that) {
|
|
|
61139
61152
|
return false;
|
|
61140
61153
|
},
|
|
61141
61154
|
|
|
61142
|
-
/**
|
|
61143
|
-
* @desc:获取菜单第一条数据
|
|
61144
|
-
* @author huangbo
|
|
61145
|
-
* @date 2024年9月7日
|
|
61155
|
+
/**
|
|
61156
|
+
* @desc:获取菜单第一条数据
|
|
61157
|
+
* @author huangbo
|
|
61158
|
+
* @date 2024年9月7日
|
|
61146
61159
|
**/
|
|
61147
61160
|
getFirst: function getFirst(obj) {
|
|
61148
61161
|
if (!obj) {
|
|
@@ -61161,10 +61174,10 @@ var events = [function (tabs, index, that) {
|
|
|
61161
61174
|
}
|
|
61162
61175
|
},
|
|
61163
61176
|
|
|
61164
|
-
/**
|
|
61165
|
-
* @desc:遍历设置菜单气泡提醒
|
|
61166
|
-
* @author huangbo
|
|
61167
|
-
* @date 2024年9月7日
|
|
61177
|
+
/**
|
|
61178
|
+
* @desc:遍历设置菜单气泡提醒
|
|
61179
|
+
* @author huangbo
|
|
61180
|
+
* @date 2024年9月7日
|
|
61168
61181
|
**/
|
|
61169
61182
|
setTips: function setTips(obj) {
|
|
61170
61183
|
var _this3 = this;
|
|
@@ -61227,10 +61240,10 @@ var events = [function (tabs, index, that) {
|
|
|
61227
61240
|
}
|
|
61228
61241
|
},
|
|
61229
61242
|
|
|
61230
|
-
/**
|
|
61231
|
-
* @desc:获取气泡提醒
|
|
61232
|
-
* @author huangbo
|
|
61233
|
-
* @date 2024年9月7日
|
|
61243
|
+
/**
|
|
61244
|
+
* @desc:获取气泡提醒
|
|
61245
|
+
* @author huangbo
|
|
61246
|
+
* @date 2024年9月7日
|
|
61234
61247
|
**/
|
|
61235
61248
|
getBadge: function getBadge(res) {
|
|
61236
61249
|
var num = res.tips || 0;
|
|
@@ -61244,10 +61257,10 @@ var events = [function (tabs, index, that) {
|
|
|
61244
61257
|
};
|
|
61245
61258
|
},
|
|
61246
61259
|
|
|
61247
|
-
/**
|
|
61248
|
-
* @desc:开启weosocket
|
|
61249
|
-
* @author huangbo
|
|
61250
|
-
* @date 2024年9月7日
|
|
61260
|
+
/**
|
|
61261
|
+
* @desc:开启weosocket
|
|
61262
|
+
* @author huangbo
|
|
61263
|
+
* @date 2024年9月7日
|
|
61251
61264
|
**/
|
|
61252
61265
|
initWebSocket: function initWebSocket() {
|
|
61253
61266
|
var _this5 = this;
|
|
@@ -61295,10 +61308,10 @@ var events = [function (tabs, index, that) {
|
|
|
61295
61308
|
});
|
|
61296
61309
|
},
|
|
61297
61310
|
|
|
61298
|
-
/**
|
|
61299
|
-
* @desc:显示用户信息
|
|
61300
|
-
* @author huangbo
|
|
61301
|
-
* @date 2024年9月7日
|
|
61311
|
+
/**
|
|
61312
|
+
* @desc:显示用户信息
|
|
61313
|
+
* @author huangbo
|
|
61314
|
+
* @date 2024年9月7日
|
|
61302
61315
|
**/
|
|
61303
61316
|
showUserInfo: function showUserInfo() {
|
|
61304
61317
|
if (this.showUser === false) {
|
|
@@ -61306,19 +61319,19 @@ var events = [function (tabs, index, that) {
|
|
|
61306
61319
|
}
|
|
61307
61320
|
},
|
|
61308
61321
|
|
|
61309
|
-
/**
|
|
61310
|
-
* @desc:删除更多应用菜单点击
|
|
61311
|
-
* @author huangbo
|
|
61312
|
-
* @date 2024年9月7日
|
|
61322
|
+
/**
|
|
61323
|
+
* @desc:删除更多应用菜单点击
|
|
61324
|
+
* @author huangbo
|
|
61325
|
+
* @date 2024年9月7日
|
|
61313
61326
|
**/
|
|
61314
61327
|
handleDelete: function handleDelete(index) {
|
|
61315
61328
|
this.newApps.splice(index, 1);
|
|
61316
61329
|
},
|
|
61317
61330
|
|
|
61318
|
-
/**
|
|
61319
|
-
* @desc:储存更多应用菜单点击
|
|
61320
|
-
* @author huangbo
|
|
61321
|
-
* @date 2024年9月7日
|
|
61331
|
+
/**
|
|
61332
|
+
* @desc:储存更多应用菜单点击
|
|
61333
|
+
* @author huangbo
|
|
61334
|
+
* @date 2024年9月7日
|
|
61322
61335
|
**/
|
|
61323
61336
|
handlerClickApps: function handlerClickApps(res) {
|
|
61324
61337
|
if (res.permission === false) {
|
|
@@ -61331,10 +61344,10 @@ var events = [function (tabs, index, that) {
|
|
|
61331
61344
|
this.handlerClickApp(res);
|
|
61332
61345
|
},
|
|
61333
61346
|
|
|
61334
|
-
/**
|
|
61335
|
-
* @desc:侧边应用菜单点击
|
|
61336
|
-
* @author huangbo
|
|
61337
|
-
* @date 2024年9月7日
|
|
61347
|
+
/**
|
|
61348
|
+
* @desc:侧边应用菜单点击
|
|
61349
|
+
* @author huangbo
|
|
61350
|
+
* @date 2024年9月7日
|
|
61338
61351
|
**/
|
|
61339
61352
|
handlerClickApp: function handlerClickApp(res) {
|
|
61340
61353
|
this.showMsg = false;
|
|
@@ -61421,10 +61434,10 @@ var events = [function (tabs, index, that) {
|
|
|
61421
61434
|
}
|
|
61422
61435
|
},
|
|
61423
61436
|
|
|
61424
|
-
/**
|
|
61425
|
-
* @desc:显示Drawer界面
|
|
61426
|
-
* @author huangbo
|
|
61427
|
-
* @date 2024年9月7日
|
|
61437
|
+
/**
|
|
61438
|
+
* @desc:显示Drawer界面
|
|
61439
|
+
* @author huangbo
|
|
61440
|
+
* @date 2024年9月7日
|
|
61428
61441
|
**/
|
|
61429
61442
|
handlerSetDrawer: function handlerSetDrawer(res, type) {
|
|
61430
61443
|
var direction = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 'ltr';
|
|
@@ -61444,19 +61457,19 @@ var events = [function (tabs, index, that) {
|
|
|
61444
61457
|
}
|
|
61445
61458
|
},
|
|
61446
61459
|
|
|
61447
|
-
/**
|
|
61448
|
-
* @desc:关闭Drawer界面
|
|
61449
|
-
* @author huangbo
|
|
61450
|
-
* @date 2024年9月7日
|
|
61460
|
+
/**
|
|
61461
|
+
* @desc:关闭Drawer界面
|
|
61462
|
+
* @author huangbo
|
|
61463
|
+
* @date 2024年9月7日
|
|
61451
61464
|
**/
|
|
61452
61465
|
handleCloseDrawer: function handleCloseDrawer() {
|
|
61453
61466
|
this.drawer = { visible: false };
|
|
61454
61467
|
},
|
|
61455
61468
|
|
|
61456
|
-
/**
|
|
61457
|
-
* @desc:菜单点击
|
|
61458
|
-
* @author huangbo
|
|
61459
|
-
* @date 2024年9月7日
|
|
61469
|
+
/**
|
|
61470
|
+
* @desc:菜单点击
|
|
61471
|
+
* @author huangbo
|
|
61472
|
+
* @date 2024年9月7日
|
|
61460
61473
|
**/
|
|
61461
61474
|
handlerClickMenu: function handlerClickMenu(res) {
|
|
61462
61475
|
utils_util["a" /* default */].ajax({
|
|
@@ -61495,19 +61508,19 @@ var events = [function (tabs, index, that) {
|
|
|
61495
61508
|
},
|
|
61496
61509
|
|
|
61497
61510
|
|
|
61498
|
-
/**
|
|
61499
|
-
* @desc:用户详情请求成功
|
|
61500
|
-
* @author huangbo
|
|
61501
|
-
* @date 2024年9月7日
|
|
61511
|
+
/**
|
|
61512
|
+
* @desc:用户详情请求成功
|
|
61513
|
+
* @author huangbo
|
|
61514
|
+
* @date 2024年9月7日
|
|
61502
61515
|
**/
|
|
61503
61516
|
handleSuccess: function handleSuccess(res) {
|
|
61504
61517
|
this.simpleUserInfo = res.simpleUserInfo;
|
|
61505
61518
|
},
|
|
61506
61519
|
|
|
61507
|
-
/**
|
|
61508
|
-
* @desc:修改用户配置
|
|
61509
|
-
* @author huangbo
|
|
61510
|
-
* @date 2024年9月7日
|
|
61520
|
+
/**
|
|
61521
|
+
* @desc:修改用户配置
|
|
61522
|
+
* @author huangbo
|
|
61523
|
+
* @date 2024年9月7日
|
|
61511
61524
|
**/
|
|
61512
61525
|
handleChangeConfig: function handleChangeConfig(name, res) {
|
|
61513
61526
|
if (name == 'userHeadUrl') {
|
|
@@ -61523,10 +61536,10 @@ var events = [function (tabs, index, that) {
|
|
|
61523
61536
|
}
|
|
61524
61537
|
},
|
|
61525
61538
|
|
|
61526
|
-
/**
|
|
61527
|
-
* @desc:关闭webSocket
|
|
61528
|
-
* @author huangbo
|
|
61529
|
-
* @date 2024年9月7日
|
|
61539
|
+
/**
|
|
61540
|
+
* @desc:关闭webSocket
|
|
61541
|
+
* @author huangbo
|
|
61542
|
+
* @date 2024年9月7日
|
|
61530
61543
|
**/
|
|
61531
61544
|
handlerClose: function handlerClose() {
|
|
61532
61545
|
if (this.webSocket) {
|
|
@@ -61534,10 +61547,10 @@ var events = [function (tabs, index, that) {
|
|
|
61534
61547
|
}
|
|
61535
61548
|
},
|
|
61536
61549
|
|
|
61537
|
-
/**
|
|
61538
|
-
* @desc:刷新选中iframe页签
|
|
61539
|
-
* @author huangbo
|
|
61540
|
-
* @date 2024年9月7日
|
|
61550
|
+
/**
|
|
61551
|
+
* @desc:刷新选中iframe页签
|
|
61552
|
+
* @author huangbo
|
|
61553
|
+
* @date 2024年9月7日
|
|
61541
61554
|
**/
|
|
61542
61555
|
handleRefresh: function handleRefresh() {
|
|
61543
61556
|
var i = utils_util["a" /* default */].indexOfObj(this.tabs, this.activeName, 'id');
|
|
@@ -61558,10 +61571,10 @@ var events = [function (tabs, index, that) {
|
|
|
61558
61571
|
}
|
|
61559
61572
|
},
|
|
61560
61573
|
|
|
61561
|
-
/**
|
|
61562
|
-
* @desc:删除iframe
|
|
61563
|
-
* @author huangbo
|
|
61564
|
-
* @date 2024年9月7日
|
|
61574
|
+
/**
|
|
61575
|
+
* @desc:删除iframe
|
|
61576
|
+
* @author huangbo
|
|
61577
|
+
* @date 2024年9月7日
|
|
61565
61578
|
**/
|
|
61566
61579
|
handleRemove: function handleRemove(name) {
|
|
61567
61580
|
var len = this.tabs.length - 1;
|
|
@@ -61578,10 +61591,10 @@ var events = [function (tabs, index, that) {
|
|
|
61578
61591
|
}
|
|
61579
61592
|
},
|
|
61580
61593
|
|
|
61581
|
-
/**
|
|
61582
|
-
* @desc:tabs鼠标右键事件
|
|
61583
|
-
* @author huangbo
|
|
61584
|
-
* @date 2024年9月7日
|
|
61594
|
+
/**
|
|
61595
|
+
* @desc:tabs鼠标右键事件
|
|
61596
|
+
* @author huangbo
|
|
61597
|
+
* @date 2024年9月7日
|
|
61585
61598
|
**/
|
|
61586
61599
|
handleContextmenu: function handleContextmenu(tabs, e) {
|
|
61587
61600
|
var disabled = {};
|
|
@@ -61606,10 +61619,10 @@ var events = [function (tabs, index, that) {
|
|
|
61606
61619
|
window.addEventListener('click', this.closeTabsEvents);
|
|
61607
61620
|
},
|
|
61608
61621
|
|
|
61609
|
-
/**
|
|
61610
|
-
* @desc:tabs页签事件
|
|
61611
|
-
* @author huangbo
|
|
61612
|
-
* @date 2024年9月7日
|
|
61622
|
+
/**
|
|
61623
|
+
* @desc:tabs页签事件
|
|
61624
|
+
* @author huangbo
|
|
61625
|
+
* @date 2024年9月7日
|
|
61613
61626
|
**/
|
|
61614
61627
|
handleTabsEvents: function handleTabsEvents(num) {
|
|
61615
61628
|
if (this.pane !== null) {
|
|
@@ -61627,10 +61640,10 @@ var events = [function (tabs, index, that) {
|
|
|
61627
61640
|
window.removeEventListener('click', this.closeTabsEvents);
|
|
61628
61641
|
},
|
|
61629
61642
|
|
|
61630
|
-
/**
|
|
61631
|
-
* @desc:handler工具栏点击事件
|
|
61632
|
-
* @author huangbo
|
|
61633
|
-
* @date 2024年9月7日
|
|
61643
|
+
/**
|
|
61644
|
+
* @desc:handler工具栏点击事件
|
|
61645
|
+
* @author huangbo
|
|
61646
|
+
* @date 2024年9月7日
|
|
61634
61647
|
**/
|
|
61635
61648
|
handleClick: function handleClick(res) {
|
|
61636
61649
|
var type = res.type,
|
|
@@ -61708,10 +61721,10 @@ var events = [function (tabs, index, that) {
|
|
|
61708
61721
|
this.$emit('handler-click', res);
|
|
61709
61722
|
},
|
|
61710
61723
|
|
|
61711
|
-
/**
|
|
61712
|
-
* @desc:退出登录
|
|
61713
|
-
* @author huangbo
|
|
61714
|
-
* @date 2024年9月7日
|
|
61724
|
+
/**
|
|
61725
|
+
* @desc:退出登录
|
|
61726
|
+
* @author huangbo
|
|
61727
|
+
* @date 2024年9月7日
|
|
61715
61728
|
**/
|
|
61716
61729
|
handleQuit: function handleQuit() {
|
|
61717
61730
|
var _this6 = this;
|
|
@@ -61786,10 +61799,10 @@ var events = [function (tabs, index, that) {
|
|
|
61786
61799
|
}).catch(function (e) {});
|
|
61787
61800
|
},
|
|
61788
61801
|
|
|
61789
|
-
/**
|
|
61790
|
-
* @desc:主题、消息回调
|
|
61791
|
-
* @author huangbo
|
|
61792
|
-
* @date 2024年9月7日
|
|
61802
|
+
/**
|
|
61803
|
+
* @desc:主题、消息回调
|
|
61804
|
+
* @author huangbo
|
|
61805
|
+
* @date 2024年9月7日
|
|
61793
61806
|
**/
|
|
61794
61807
|
handleChange: function handleChange(res) {
|
|
61795
61808
|
var type = res.type,
|
|
@@ -61805,10 +61818,10 @@ var events = [function (tabs, index, that) {
|
|
|
61805
61818
|
}
|
|
61806
61819
|
},
|
|
61807
61820
|
|
|
61808
|
-
/**
|
|
61809
|
-
* @desc:菜单布局样式切换
|
|
61810
|
-
* @author huangbo
|
|
61811
|
-
* @date 2024年9月7日
|
|
61821
|
+
/**
|
|
61822
|
+
* @desc:菜单布局样式切换
|
|
61823
|
+
* @author huangbo
|
|
61824
|
+
* @date 2024年9月7日
|
|
61812
61825
|
**/
|
|
61813
61826
|
handleLayout: function handleLayout(res, active) {
|
|
61814
61827
|
if (active) {
|
|
@@ -61817,10 +61830,10 @@ var events = [function (tabs, index, that) {
|
|
|
61817
61830
|
this.$emit('chang-layout', res, active);
|
|
61818
61831
|
},
|
|
61819
61832
|
|
|
61820
|
-
/**
|
|
61821
|
-
* @desc:消息修改总数
|
|
61822
|
-
* @author huangbo
|
|
61823
|
-
* @date 2024年9月7日
|
|
61833
|
+
/**
|
|
61834
|
+
* @desc:消息修改总数
|
|
61835
|
+
* @author huangbo
|
|
61836
|
+
* @date 2024年9月7日
|
|
61824
61837
|
**/
|
|
61825
61838
|
handleMenuTips: function handleMenuTips(id, num) {
|
|
61826
61839
|
if (num) {
|
|
@@ -61831,10 +61844,10 @@ var events = [function (tabs, index, that) {
|
|
|
61831
61844
|
}
|
|
61832
61845
|
},
|
|
61833
61846
|
|
|
61834
|
-
/**
|
|
61835
|
-
* @desc:处理即时消息
|
|
61836
|
-
* @author huangbo
|
|
61837
|
-
* @date 2024年9月7日
|
|
61847
|
+
/**
|
|
61848
|
+
* @desc:处理即时消息
|
|
61849
|
+
* @author huangbo
|
|
61850
|
+
* @date 2024年9月7日
|
|
61838
61851
|
**/
|
|
61839
61852
|
handleOpened: function handleOpened(res) {
|
|
61840
61853
|
var _this7 = this;
|
|
@@ -68923,19 +68936,19 @@ var QRCode = __webpack_require__(23);
|
|
|
68923
68936
|
//设置logo大小
|
|
68924
68937
|
var logoPosition = (_this3.mwidth - 46) / 2; //logo相对于canvas居中定位
|
|
68925
68938
|
//设置获取的logo将其变为圆角以及添加白色背景
|
|
68926
|
-
/* ctx.fillStyle = "#fff";
|
|
68927
|
-
ctx.beginPath();
|
|
68928
|
-
let h = 46; //圆角高 10为基数(logo四周白色背景为10/2)
|
|
68929
|
-
let w = 46; //圆角宽
|
|
68930
|
-
let x = logoPosition - 5;
|
|
68931
|
-
let y = logoPosition - 5;
|
|
68932
|
-
let r = 5; //圆角半径
|
|
68933
|
-
ctx.moveTo(x + r, y);
|
|
68934
|
-
ctx.arcTo(x + w, y, x + w, y + h, r);
|
|
68935
|
-
ctx.arcTo(x + w, y + h, x, y + h, r);
|
|
68936
|
-
ctx.arcTo(x, y + h, x, y, r);
|
|
68937
|
-
ctx.arcTo(x, y, x + w, y, r);
|
|
68938
|
-
ctx.closePath();
|
|
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();
|
|
68939
68952
|
ctx.fill(); */
|
|
68940
68953
|
logo.onload = function () {
|
|
68941
68954
|
ctx.drawImage(logo, logoPosition, logoPosition, 46, 46);
|
|
@@ -86820,7 +86833,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
86820
86833
|
}
|
|
86821
86834
|
|
|
86822
86835
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
86823
|
-
version: '0.6.
|
|
86836
|
+
version: '0.6.50',
|
|
86824
86837
|
install: install,
|
|
86825
86838
|
Button: packages_button,
|
|
86826
86839
|
ButtonGroup: button_group,
|