eoss-ui 0.8.40 → 0.8.42
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 +247 -191
- package/lib/flow-list.js +8 -7
- package/lib/flow.js +169 -146
- package/lib/index.js +1 -1
- package/lib/main.js +5 -5
- package/lib/selector.js +52 -20
- package/package.json +1 -1
- package/packages/.DS_Store +0 -0
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calogin/.DS_Store +0 -0
- package/packages/calogin/src/main.vue +412 -412
- package/packages/clients/src/main.vue +151 -151
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/dialog/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow/src/component/CustomPreset.vue +326 -326
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/SortFlow.vue +110 -110
- package/packages/flow/src/flow.vue +14 -2
- package/packages/flow/src/form.vue +123 -123
- package/packages/flow/src/freeStartFlow.vue +2902 -2902
- package/packages/flow/src/main.vue +3 -0
- package/packages/flow/src/processForm.vue +2032 -2032
- package/packages/flow/src/processReject.vue +323 -323
- package/packages/flow/src/startTaskRead.vue +3 -0
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/flow-list/src/main.vue +3 -2
- package/packages/form/.DS_Store +0 -0
- package/packages/form/src/table.vue +1512 -1512
- package/packages/icon/.DS_Store +0 -0
- package/packages/icon/src/main.vue +104 -104
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +273 -273
- 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 +158 -158
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/sub-menu.vue +276 -276
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicityTop/apps.vue +388 -388
- package/packages/main/src/simplicityTop/avatar.vue +82 -82
- package/packages/main/src/simplicityTop/handler.vue +215 -215
- package/packages/main/src/simplicityTop/lists.vue +84 -84
- package/packages/main/src/simplicityTop/menu-list.vue +135 -135
- package/packages/main/src/simplicityTop/message.vue +293 -293
- package/packages/main/src/simplicityTop/notice.vue +222 -222
- package/packages/main/src/simplicityTop/router-page.vue +45 -45
- package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
- package/packages/main/src/simplicityTop/user.vue +259 -259
- package/packages/menu/.DS_Store +0 -0
- package/packages/nav/src/main.vue +351 -351
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/src/main.vue +36 -17
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/src/selection.vue +174 -174
- package/packages/switch/src/main.vue +170 -170
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +3452 -3452
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +664 -664
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
- package/packages/theme-chalk/src/simplicity.scss +1403 -1403
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/tips/src/main.vue +141 -141
- package/packages/upload/.DS_Store +0 -0
- package/packages/wujie/src/main.vue +146 -146
- package/src/.DS_Store +0 -0
- package/src/index.js +166 -166
- package/src/utils/.DS_Store +0 -0
- package/src/utils/rules.js +18 -18
package/lib/eoss-ui.common.js
CHANGED
|
@@ -265,7 +265,7 @@ module.exports = require("lodash");
|
|
|
265
265
|
|
|
266
266
|
exports = module.exports = __webpack_require__(26)(false);
|
|
267
267
|
// Module
|
|
268
|
-
exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\
|
|
268
|
+
exports.push([module.i, "\n.es-setting-top-nav-side[data-v-1b15d77c]::before {\n content: '';\n display: block;\n position: absolute;\n left: 0;\n width: 8px;\n top: 10px;\n bottom: 0;\n z-index: 2;\n background-color: rgb(0, 80, 179);\n}\n", ""]);
|
|
269
269
|
|
|
270
270
|
|
|
271
271
|
|
|
@@ -29337,8 +29337,8 @@ form_src_main.install = function (Vue) {
|
|
|
29337
29337
|
};
|
|
29338
29338
|
|
|
29339
29339
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
29340
|
-
// 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=
|
|
29341
|
-
var
|
|
29340
|
+
// 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=64fec1bc&
|
|
29341
|
+
var mainvue_type_template_id_64fec1bc_render = function () {
|
|
29342
29342
|
var _vm = this
|
|
29343
29343
|
var _h = _vm.$createElement
|
|
29344
29344
|
var _c = _vm._self._c || _h
|
|
@@ -29365,6 +29365,7 @@ var mainvue_type_template_id_7e2b9e7d_render = function () {
|
|
|
29365
29365
|
pendingId: _vm.pendingId,
|
|
29366
29366
|
nodeName: _vm.nodeName,
|
|
29367
29367
|
typeCode: _vm.typeCode,
|
|
29368
|
+
businessName: _vm.businessName,
|
|
29368
29369
|
ownerType: _vm.ownerType,
|
|
29369
29370
|
selectorConfig: _vm.selectorConfig,
|
|
29370
29371
|
flowTypeCode: _vm.flowTypeCode,
|
|
@@ -32271,6 +32272,7 @@ var mainvue_type_template_id_7e2b9e7d_render = function () {
|
|
|
32271
32272
|
attrs: {
|
|
32272
32273
|
"pending-id": _vm.pendingId,
|
|
32273
32274
|
opinion: _vm.value,
|
|
32275
|
+
businessName: _vm.businessName,
|
|
32274
32276
|
type: _vm.taskReadType,
|
|
32275
32277
|
showTooltip: _vm.showTooltip,
|
|
32276
32278
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
@@ -32503,11 +32505,11 @@ var mainvue_type_template_id_7e2b9e7d_render = function () {
|
|
|
32503
32505
|
)
|
|
32504
32506
|
: _vm._e()
|
|
32505
32507
|
}
|
|
32506
|
-
var
|
|
32507
|
-
|
|
32508
|
+
var mainvue_type_template_id_64fec1bc_staticRenderFns = []
|
|
32509
|
+
mainvue_type_template_id_64fec1bc_render._withStripped = true
|
|
32508
32510
|
|
|
32509
32511
|
|
|
32510
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
32512
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=64fec1bc&
|
|
32511
32513
|
|
|
32512
32514
|
// 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=8458f882&
|
|
32513
32515
|
var CommonOpinionsvue_type_template_id_8458f882_render = function () {
|
|
@@ -33558,8 +33560,8 @@ var CommonOpinions_component = normalizeComponent(
|
|
|
33558
33560
|
)
|
|
33559
33561
|
|
|
33560
33562
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
33561
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/flow.vue?vue&type=template&id=
|
|
33562
|
-
var
|
|
33563
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/flow.vue?vue&type=template&id=7261bf44&
|
|
33564
|
+
var flowvue_type_template_id_7261bf44_render = function () {
|
|
33563
33565
|
var _vm = this
|
|
33564
33566
|
var _h = _vm.$createElement
|
|
33565
33567
|
var _c = _vm._self._c || _h
|
|
@@ -33841,6 +33843,7 @@ var flowvue_type_template_id_d84c2cd8_render = function () {
|
|
|
33841
33843
|
simpleTips: _vm.simpleTips,
|
|
33842
33844
|
typeCode: "read",
|
|
33843
33845
|
param: _vm.param,
|
|
33846
|
+
businessName: _vm.businessName,
|
|
33844
33847
|
selectorConfig: _vm.selectorConfig,
|
|
33845
33848
|
resetAppId: _vm.resetAppId,
|
|
33846
33849
|
taskExamine: _vm.taskExamineInfo,
|
|
@@ -35824,6 +35827,7 @@ var flowvue_type_template_id_d84c2cd8_render = function () {
|
|
|
35824
35827
|
opinion: _vm.value,
|
|
35825
35828
|
type: _vm.taskReadType,
|
|
35826
35829
|
resetAppId: _vm.resetAppId,
|
|
35830
|
+
businessName: _vm.businessName,
|
|
35827
35831
|
showTooltip: _vm.showTooltip,
|
|
35828
35832
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
35829
35833
|
hideMessage: _vm.hideMessage,
|
|
@@ -36270,6 +36274,7 @@ var flowvue_type_template_id_d84c2cd8_render = function () {
|
|
|
36270
36274
|
opinion: _vm.value,
|
|
36271
36275
|
type: _vm.taskReadType,
|
|
36272
36276
|
showTooltip: _vm.showTooltip,
|
|
36277
|
+
businessName: _vm.businessName,
|
|
36273
36278
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
36274
36279
|
hideMessage: _vm.hideMessage,
|
|
36275
36280
|
selectorConfig: _vm.selectorConfig,
|
|
@@ -36500,11 +36505,11 @@ var flowvue_type_template_id_d84c2cd8_render = function () {
|
|
|
36500
36505
|
)
|
|
36501
36506
|
: _vm._e()
|
|
36502
36507
|
}
|
|
36503
|
-
var
|
|
36504
|
-
|
|
36508
|
+
var flowvue_type_template_id_7261bf44_staticRenderFns = []
|
|
36509
|
+
flowvue_type_template_id_7261bf44_render._withStripped = true
|
|
36505
36510
|
|
|
36506
36511
|
|
|
36507
|
-
// CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=
|
|
36512
|
+
// CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=7261bf44&
|
|
36508
36513
|
|
|
36509
36514
|
// 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/Opinions.vue?vue&type=template&id=5f07a050&
|
|
36510
36515
|
var Opinionsvue_type_template_id_5f07a050_render = function () {
|
|
@@ -40530,11 +40535,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
40530
40535
|
},
|
|
40531
40536
|
|
|
40532
40537
|
methods: {
|
|
40533
|
-
/**
|
|
40534
|
-
* getProcess
|
|
40535
|
-
* @desc:获取选择流程
|
|
40536
|
-
* @author liufan
|
|
40537
|
-
* @date 2022年5月25日
|
|
40538
|
+
/**
|
|
40539
|
+
* getProcess
|
|
40540
|
+
* @desc:获取选择流程
|
|
40541
|
+
* @author liufan
|
|
40542
|
+
* @date 2022年5月25日
|
|
40538
40543
|
**/
|
|
40539
40544
|
getProcess: function getProcess(val) {
|
|
40540
40545
|
var _this2 = this;
|
|
@@ -41357,11 +41362,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
41357
41362
|
});
|
|
41358
41363
|
},
|
|
41359
41364
|
|
|
41360
|
-
/**
|
|
41361
|
-
* isMultiple
|
|
41362
|
-
* @desc:是否多选
|
|
41363
|
-
* @author liufan
|
|
41364
|
-
* @date 2022年9月13日
|
|
41365
|
+
/**
|
|
41366
|
+
* isMultiple
|
|
41367
|
+
* @desc:是否多选
|
|
41368
|
+
* @author liufan
|
|
41369
|
+
* @date 2022年9月13日
|
|
41365
41370
|
**/
|
|
41366
41371
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
41367
41372
|
var multiple = false;
|
|
@@ -43196,8 +43201,8 @@ var processReject_component = normalizeComponent(
|
|
|
43196
43201
|
)
|
|
43197
43202
|
|
|
43198
43203
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
43199
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
43200
|
-
var
|
|
43204
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f51e934&
|
|
43205
|
+
var startTaskReadvue_type_template_id_4f51e934_render = function () {
|
|
43201
43206
|
var _vm = this
|
|
43202
43207
|
var _h = _vm.$createElement
|
|
43203
43208
|
var _c = _vm._self._c || _h
|
|
@@ -43628,11 +43633,11 @@ var startTaskReadvue_type_template_id_fffcbc42_render = function () {
|
|
|
43628
43633
|
1
|
|
43629
43634
|
)
|
|
43630
43635
|
}
|
|
43631
|
-
var
|
|
43632
|
-
|
|
43636
|
+
var startTaskReadvue_type_template_id_4f51e934_staticRenderFns = []
|
|
43637
|
+
startTaskReadvue_type_template_id_4f51e934_render._withStripped = true
|
|
43633
43638
|
|
|
43634
43639
|
|
|
43635
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
43640
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f51e934&
|
|
43636
43641
|
|
|
43637
43642
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/startTaskRead.vue?vue&type=script&lang=js&
|
|
43638
43643
|
var startTaskReadvue_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; };
|
|
@@ -43835,6 +43840,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
43835
43840
|
type: [Object, undefined],
|
|
43836
43841
|
default: undefined
|
|
43837
43842
|
},
|
|
43843
|
+
businessName: { type: String, default: '' },
|
|
43838
43844
|
readParams: {
|
|
43839
43845
|
type: [Object, undefined],
|
|
43840
43846
|
default: undefined
|
|
@@ -44298,6 +44304,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
44298
44304
|
}
|
|
44299
44305
|
if (_this8.subParams) {
|
|
44300
44306
|
params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.subParams);
|
|
44307
|
+
} else if (_this8.businessName) {
|
|
44308
|
+
params.businessName = _this8.businessName;
|
|
44301
44309
|
}
|
|
44302
44310
|
delete _this8.configInfo.taskExamine.taskExamineParam;
|
|
44303
44311
|
utils_util.ajax({
|
|
@@ -44384,8 +44392,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
44384
44392
|
|
|
44385
44393
|
var startTaskRead_component = normalizeComponent(
|
|
44386
44394
|
src_startTaskReadvue_type_script_lang_js_,
|
|
44387
|
-
|
|
44388
|
-
|
|
44395
|
+
startTaskReadvue_type_template_id_4f51e934_render,
|
|
44396
|
+
startTaskReadvue_type_template_id_4f51e934_staticRenderFns,
|
|
44389
44397
|
false,
|
|
44390
44398
|
null,
|
|
44391
44399
|
null,
|
|
@@ -50378,11 +50386,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50378
50386
|
});
|
|
50379
50387
|
},
|
|
50380
50388
|
|
|
50381
|
-
/**
|
|
50382
|
-
* saveInfo
|
|
50383
|
-
* @desc:暂存
|
|
50384
|
-
* @author liufan
|
|
50385
|
-
* @date 2022年9月9日
|
|
50389
|
+
/**
|
|
50390
|
+
* saveInfo
|
|
50391
|
+
* @desc:暂存
|
|
50392
|
+
* @author liufan
|
|
50393
|
+
* @date 2022年9月9日
|
|
50386
50394
|
**/
|
|
50387
50395
|
saveInfo: function saveInfo(type, btn) {
|
|
50388
50396
|
var _this6 = this;
|
|
@@ -50444,11 +50452,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50444
50452
|
});
|
|
50445
50453
|
},
|
|
50446
50454
|
|
|
50447
|
-
/**
|
|
50448
|
-
* rejectBtn
|
|
50449
|
-
* @desc:点击驳回
|
|
50450
|
-
* @author liufan
|
|
50451
|
-
* @date 2022年5月25日
|
|
50455
|
+
/**
|
|
50456
|
+
* rejectBtn
|
|
50457
|
+
* @desc:点击驳回
|
|
50458
|
+
* @author liufan
|
|
50459
|
+
* @date 2022年5月25日
|
|
50452
50460
|
**/
|
|
50453
50461
|
rejectBtn: function rejectBtn() {
|
|
50454
50462
|
var _this8 = this;
|
|
@@ -50466,11 +50474,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50466
50474
|
}
|
|
50467
50475
|
},
|
|
50468
50476
|
|
|
50469
|
-
/**
|
|
50470
|
-
* taskReadBtn
|
|
50471
|
-
* @desc:点击分阅
|
|
50472
|
-
* @author liufan
|
|
50473
|
-
* @date 2022年5月25日
|
|
50477
|
+
/**
|
|
50478
|
+
* taskReadBtn
|
|
50479
|
+
* @desc:点击分阅
|
|
50480
|
+
* @author liufan
|
|
50481
|
+
* @date 2022年5月25日
|
|
50474
50482
|
**/
|
|
50475
50483
|
taskReadBtn: function taskReadBtn() {
|
|
50476
50484
|
var _this9 = this;
|
|
@@ -50489,11 +50497,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50489
50497
|
}
|
|
50490
50498
|
},
|
|
50491
50499
|
|
|
50492
|
-
/**
|
|
50493
|
-
* getFind
|
|
50494
|
-
* @desc:获取通知方式
|
|
50495
|
-
* @author liufan
|
|
50496
|
-
* @date 2022年5月25日
|
|
50500
|
+
/**
|
|
50501
|
+
* getFind
|
|
50502
|
+
* @desc:获取通知方式
|
|
50503
|
+
* @author liufan
|
|
50504
|
+
* @date 2022年5月25日
|
|
50497
50505
|
**/
|
|
50498
50506
|
getFind: function getFind() {
|
|
50499
50507
|
var _this10 = this;
|
|
@@ -50549,12 +50557,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50549
50557
|
});
|
|
50550
50558
|
},
|
|
50551
50559
|
|
|
50552
|
-
/**
|
|
50553
|
-
* endFlows
|
|
50554
|
-
* @desc:直接办结
|
|
50555
|
-
* @author liufan
|
|
50556
|
-
* @param {Object} res 直接办结数据
|
|
50557
|
-
* @date 2022年5月25日
|
|
50560
|
+
/**
|
|
50561
|
+
* endFlows
|
|
50562
|
+
* @desc:直接办结
|
|
50563
|
+
* @author liufan
|
|
50564
|
+
* @param {Object} res 直接办结数据
|
|
50565
|
+
* @date 2022年5月25日
|
|
50558
50566
|
**/
|
|
50559
50567
|
endFlows: function endFlows(res) {
|
|
50560
50568
|
var _this12 = this;
|
|
@@ -50608,12 +50616,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50608
50616
|
}).catch(function (e) {});
|
|
50609
50617
|
},
|
|
50610
50618
|
|
|
50611
|
-
/**
|
|
50612
|
-
* goView
|
|
50613
|
-
* @desc:更多流程按钮操作
|
|
50614
|
-
* @author liufan
|
|
50615
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
50616
|
-
* @date 2022年5月25日
|
|
50619
|
+
/**
|
|
50620
|
+
* goView
|
|
50621
|
+
* @desc:更多流程按钮操作
|
|
50622
|
+
* @author liufan
|
|
50623
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
50624
|
+
* @date 2022年5月25日
|
|
50617
50625
|
**/
|
|
50618
50626
|
goView: function goView(res) {
|
|
50619
50627
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -50698,11 +50706,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50698
50706
|
// isCanStartSubFlow
|
|
50699
50707
|
},
|
|
50700
50708
|
|
|
50701
|
-
/**
|
|
50702
|
-
* toTakeAdvice
|
|
50703
|
-
* @desc:征求意见
|
|
50704
|
-
* @author liufan
|
|
50705
|
-
* @date 2022年9月29日
|
|
50709
|
+
/**
|
|
50710
|
+
* toTakeAdvice
|
|
50711
|
+
* @desc:征求意见
|
|
50712
|
+
* @author liufan
|
|
50713
|
+
* @date 2022年9月29日
|
|
50706
50714
|
**/
|
|
50707
50715
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
50708
50716
|
var _this14 = this;
|
|
@@ -50746,11 +50754,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50746
50754
|
});
|
|
50747
50755
|
},
|
|
50748
50756
|
|
|
50749
|
-
/**
|
|
50750
|
-
* toStartDraf
|
|
50751
|
-
* @desc: 稿件递送、联合审核、复核
|
|
50752
|
-
* @author liufan
|
|
50753
|
-
* @date 2022年9月29日
|
|
50757
|
+
/**
|
|
50758
|
+
* toStartDraf
|
|
50759
|
+
* @desc: 稿件递送、联合审核、复核
|
|
50760
|
+
* @author liufan
|
|
50761
|
+
* @date 2022年9月29日
|
|
50754
50762
|
**/
|
|
50755
50763
|
toStartDraf: function toStartDraf(res) {
|
|
50756
50764
|
var _this16 = this;
|
|
@@ -50764,11 +50772,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50764
50772
|
}
|
|
50765
50773
|
},
|
|
50766
50774
|
|
|
50767
|
-
/**
|
|
50768
|
-
* toSendMsg
|
|
50769
|
-
* @desc:核稿通知
|
|
50770
|
-
* @author liufan
|
|
50771
|
-
* @date 2022年9月29日
|
|
50775
|
+
/**
|
|
50776
|
+
* toSendMsg
|
|
50777
|
+
* @desc:核稿通知
|
|
50778
|
+
* @author liufan
|
|
50779
|
+
* @date 2022年9月29日
|
|
50772
50780
|
**/
|
|
50773
50781
|
toSendMsg: function toSendMsg(res) {
|
|
50774
50782
|
var _this17 = this;
|
|
@@ -50782,11 +50790,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50782
50790
|
}
|
|
50783
50791
|
},
|
|
50784
50792
|
|
|
50785
|
-
/**
|
|
50786
|
-
* toTaskReadAndEnd
|
|
50787
|
-
* @desc:分阅并办结
|
|
50788
|
-
* @author liufan
|
|
50789
|
-
* @date 2022年9月29日
|
|
50793
|
+
/**
|
|
50794
|
+
* toTaskReadAndEnd
|
|
50795
|
+
* @desc:分阅并办结
|
|
50796
|
+
* @author liufan
|
|
50797
|
+
* @date 2022年9月29日
|
|
50790
50798
|
**/
|
|
50791
50799
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
50792
50800
|
var _this18 = this;
|
|
@@ -50804,11 +50812,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50804
50812
|
}
|
|
50805
50813
|
},
|
|
50806
50814
|
|
|
50807
|
-
/**
|
|
50808
|
-
* rejectAndEnd
|
|
50809
|
-
* @desc:驳回并办结
|
|
50810
|
-
* @author liufan
|
|
50811
|
-
* @date 2022年9月29日
|
|
50815
|
+
/**
|
|
50816
|
+
* rejectAndEnd
|
|
50817
|
+
* @desc:驳回并办结
|
|
50818
|
+
* @author liufan
|
|
50819
|
+
* @date 2022年9月29日
|
|
50812
50820
|
**/
|
|
50813
50821
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
50814
50822
|
var _this19 = this;
|
|
@@ -50863,11 +50871,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50863
50871
|
});
|
|
50864
50872
|
},
|
|
50865
50873
|
|
|
50866
|
-
/**
|
|
50867
|
-
* toTransfer
|
|
50868
|
-
* @desc:转办
|
|
50869
|
-
* @author liufan
|
|
50870
|
-
* @date 2022年9月29日
|
|
50874
|
+
/**
|
|
50875
|
+
* toTransfer
|
|
50876
|
+
* @desc:转办
|
|
50877
|
+
* @author liufan
|
|
50878
|
+
* @date 2022年9月29日
|
|
50871
50879
|
**/
|
|
50872
50880
|
toTransfer: function toTransfer(res) {
|
|
50873
50881
|
var _this21 = this;
|
|
@@ -50883,11 +50891,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50883
50891
|
}
|
|
50884
50892
|
},
|
|
50885
50893
|
|
|
50886
|
-
/**
|
|
50887
|
-
* getNodeInfo
|
|
50888
|
-
* @desc:获取节点信息
|
|
50889
|
-
* @author liufan
|
|
50890
|
-
* @date 2022年5月25日
|
|
50894
|
+
/**
|
|
50895
|
+
* getNodeInfo
|
|
50896
|
+
* @desc:获取节点信息
|
|
50897
|
+
* @author liufan
|
|
50898
|
+
* @date 2022年5月25日
|
|
50891
50899
|
**/
|
|
50892
50900
|
getNodeInfo: function getNodeInfo() {
|
|
50893
50901
|
var _this22 = this;
|
|
@@ -50990,12 +50998,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
50990
50998
|
});
|
|
50991
50999
|
},
|
|
50992
51000
|
|
|
50993
|
-
/**
|
|
50994
|
-
* selecNext
|
|
50995
|
-
* @desc:下步节点变化时更新数据
|
|
50996
|
-
* @author liufan
|
|
50997
|
-
* @param {String} val 当前选中值
|
|
50998
|
-
* @date 2022年5月25日
|
|
51001
|
+
/**
|
|
51002
|
+
* selecNext
|
|
51003
|
+
* @desc:下步节点变化时更新数据
|
|
51004
|
+
* @author liufan
|
|
51005
|
+
* @param {String} val 当前选中值
|
|
51006
|
+
* @date 2022年5月25日
|
|
50999
51007
|
**/
|
|
51000
51008
|
selecNext: function selecNext(val, type, isDef) {
|
|
51001
51009
|
var _this23 = this;
|
|
@@ -51104,11 +51112,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51104
51112
|
if (isDef !== true) this.getNodeInfo();
|
|
51105
51113
|
},
|
|
51106
51114
|
|
|
51107
|
-
/**
|
|
51108
|
-
* isMultiple
|
|
51109
|
-
* @desc:是否多选
|
|
51110
|
-
* @author liufan
|
|
51111
|
-
* @date 2022年9月13日
|
|
51115
|
+
/**
|
|
51116
|
+
* isMultiple
|
|
51117
|
+
* @desc:是否多选
|
|
51118
|
+
* @author liufan
|
|
51119
|
+
* @date 2022年9月13日
|
|
51112
51120
|
**/
|
|
51113
51121
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
51114
51122
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -51140,11 +51148,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51140
51148
|
}
|
|
51141
51149
|
},
|
|
51142
51150
|
|
|
51143
|
-
/**
|
|
51144
|
-
* getHedInfo
|
|
51145
|
-
* @desc:获取审核页面数据
|
|
51146
|
-
* @author liufan
|
|
51147
|
-
* @date 2022年5月25日
|
|
51151
|
+
/**
|
|
51152
|
+
* getHedInfo
|
|
51153
|
+
* @desc:获取审核页面数据
|
|
51154
|
+
* @author liufan
|
|
51155
|
+
* @date 2022年5月25日
|
|
51148
51156
|
**/
|
|
51149
51157
|
getHedInfo: function getHedInfo() {
|
|
51150
51158
|
var _this24 = this;
|
|
@@ -51380,13 +51388,13 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51380
51388
|
});
|
|
51381
51389
|
},
|
|
51382
51390
|
|
|
51383
|
-
/**
|
|
51384
|
-
* closeProcess
|
|
51385
|
-
* @desc:关闭弹窗
|
|
51386
|
-
* @author liufan
|
|
51387
|
-
* @param {boolean} val 当前是否办理流程
|
|
51388
|
-
* @param {String} type 当前点击的弹窗类型
|
|
51389
|
-
* @date 2022年5月25日
|
|
51391
|
+
/**
|
|
51392
|
+
* closeProcess
|
|
51393
|
+
* @desc:关闭弹窗
|
|
51394
|
+
* @author liufan
|
|
51395
|
+
* @param {boolean} val 当前是否办理流程
|
|
51396
|
+
* @param {String} type 当前点击的弹窗类型
|
|
51397
|
+
* @date 2022年5月25日
|
|
51390
51398
|
**/
|
|
51391
51399
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
51392
51400
|
if (closeParent) {
|
|
@@ -51403,23 +51411,23 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51403
51411
|
}
|
|
51404
51412
|
},
|
|
51405
51413
|
|
|
51406
|
-
/**
|
|
51407
|
-
* selectChange
|
|
51408
|
-
* @desc:常用语选择
|
|
51409
|
-
* @author liufan
|
|
51410
|
-
* @param {String} val 选中值
|
|
51411
|
-
* @date 2022年5月25日
|
|
51414
|
+
/**
|
|
51415
|
+
* selectChange
|
|
51416
|
+
* @desc:常用语选择
|
|
51417
|
+
* @author liufan
|
|
51418
|
+
* @param {String} val 选中值
|
|
51419
|
+
* @date 2022年5月25日
|
|
51412
51420
|
**/
|
|
51413
51421
|
selectChange: function selectChange(val) {
|
|
51414
51422
|
this.value = val;
|
|
51415
51423
|
},
|
|
51416
51424
|
|
|
51417
|
-
/**
|
|
51418
|
-
* upDate
|
|
51419
|
-
* @desc:修改常用语
|
|
51420
|
-
* @author liufan
|
|
51421
|
-
* @param {Object} val 修改值
|
|
51422
|
-
* @date 2022年5月25日
|
|
51425
|
+
/**
|
|
51426
|
+
* upDate
|
|
51427
|
+
* @desc:修改常用语
|
|
51428
|
+
* @author liufan
|
|
51429
|
+
* @param {Object} val 修改值
|
|
51430
|
+
* @date 2022年5月25日
|
|
51423
51431
|
**/
|
|
51424
51432
|
upDate: function upDate(val) {
|
|
51425
51433
|
this.FormData.id = val.id;
|
|
@@ -51427,11 +51435,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51427
51435
|
},
|
|
51428
51436
|
|
|
51429
51437
|
|
|
51430
|
-
/**
|
|
51431
|
-
* getProcess
|
|
51432
|
-
* @desc:获取选择流程
|
|
51433
|
-
* @author liufan
|
|
51434
|
-
* @date 2022年5月25日
|
|
51438
|
+
/**
|
|
51439
|
+
* getProcess
|
|
51440
|
+
* @desc:获取选择流程
|
|
51441
|
+
* @author liufan
|
|
51442
|
+
* @date 2022年5月25日
|
|
51435
51443
|
**/
|
|
51436
51444
|
getProcess: function getProcess() {
|
|
51437
51445
|
var _this25 = this;
|
|
@@ -51485,11 +51493,11 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51485
51493
|
});
|
|
51486
51494
|
},
|
|
51487
51495
|
|
|
51488
|
-
/**
|
|
51489
|
-
* getPendedhistoryList
|
|
51490
|
-
* @desc:获取流程列表
|
|
51491
|
-
* @author liufan
|
|
51492
|
-
* @date 2022年5月25日
|
|
51496
|
+
/**
|
|
51497
|
+
* getPendedhistoryList
|
|
51498
|
+
* @desc:获取流程列表
|
|
51499
|
+
* @author liufan
|
|
51500
|
+
* @date 2022年5月25日
|
|
51493
51501
|
**/
|
|
51494
51502
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
51495
51503
|
var _this26 = this;
|
|
@@ -51521,12 +51529,12 @@ function freeStartFlowvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
51521
51529
|
},
|
|
51522
51530
|
|
|
51523
51531
|
// 提交流程
|
|
51524
|
-
/**
|
|
51525
|
-
* subProcess
|
|
51526
|
-
* @desc:提交流程
|
|
51527
|
-
* @author liufan
|
|
51528
|
-
* @param {String} formName 当前form表单ref值
|
|
51529
|
-
* @date 2022年5月25日
|
|
51532
|
+
/**
|
|
51533
|
+
* subProcess
|
|
51534
|
+
* @desc:提交流程
|
|
51535
|
+
* @author liufan
|
|
51536
|
+
* @param {String} formName 当前form表单ref值
|
|
51537
|
+
* @date 2022年5月25日
|
|
51530
51538
|
**/
|
|
51531
51539
|
subProcess: function subProcess(val) {
|
|
51532
51540
|
var _this27 = this;
|
|
@@ -54735,6 +54743,9 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
54735
54743
|
//
|
|
54736
54744
|
//
|
|
54737
54745
|
//
|
|
54746
|
+
//
|
|
54747
|
+
//
|
|
54748
|
+
//
|
|
54738
54749
|
|
|
54739
54750
|
|
|
54740
54751
|
|
|
@@ -54770,6 +54781,7 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
54770
54781
|
nodeName: { type: String, default: '' },
|
|
54771
54782
|
typeCode: { type: String, default: '' },
|
|
54772
54783
|
selectorConfig: { type: [Object, undefined], default: undefined },
|
|
54784
|
+
businessName: { type: String, default: '' },
|
|
54773
54785
|
flowTypeCode: { type: String, default: '' },
|
|
54774
54786
|
defaultProcessKey: { type: String, default: '' },
|
|
54775
54787
|
hideBtn: { type: Boolean, default: false },
|
|
@@ -55797,13 +55809,21 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
55797
55809
|
if (_this17.value === '') _this17.value = _this17.nodeDefaultRejectOpinion;
|
|
55798
55810
|
_this17.taskReadType = 'create';
|
|
55799
55811
|
// this.showTaskRead = true;
|
|
55800
|
-
_this17.
|
|
55812
|
+
if (_this17.typeCode == 'fenyue') {
|
|
55813
|
+
_this17.showTaskRead = true;
|
|
55814
|
+
} else {
|
|
55815
|
+
_this17.btnType = _this17.btnFunValue(res.fun);
|
|
55816
|
+
}
|
|
55801
55817
|
}).catch(function (e) {});
|
|
55802
55818
|
} else {
|
|
55803
55819
|
if (_this17.value === '') _this17.value = _this17.nodeDefaultRejectOpinion;
|
|
55804
55820
|
_this17.taskReadType = 'create';
|
|
55805
55821
|
// this.showTaskRead = true;
|
|
55806
|
-
_this17.
|
|
55822
|
+
if (_this17.typeCode == 'fenyue') {
|
|
55823
|
+
_this17.showTaskRead = true;
|
|
55824
|
+
} else {
|
|
55825
|
+
_this17.btnType = _this17.btnFunValue(res.fun);
|
|
55826
|
+
}
|
|
55807
55827
|
}
|
|
55808
55828
|
}, 0);
|
|
55809
55829
|
},
|
|
@@ -57653,8 +57673,8 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
57653
57673
|
|
|
57654
57674
|
var flow_component = normalizeComponent(
|
|
57655
57675
|
src_flowvue_type_script_lang_js_,
|
|
57656
|
-
|
|
57657
|
-
|
|
57676
|
+
flowvue_type_template_id_7261bf44_render,
|
|
57677
|
+
flowvue_type_template_id_7261bf44_staticRenderFns,
|
|
57658
57678
|
false,
|
|
57659
57679
|
null,
|
|
57660
57680
|
null,
|
|
@@ -58970,6 +58990,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
58970
58990
|
//
|
|
58971
58991
|
//
|
|
58972
58992
|
//
|
|
58993
|
+
//
|
|
58994
|
+
//
|
|
58973
58995
|
|
|
58974
58996
|
|
|
58975
58997
|
|
|
@@ -59048,6 +59070,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
59048
59070
|
type: Object,
|
|
59049
59071
|
default: function _default() {}
|
|
59050
59072
|
},
|
|
59073
|
+
businessName: { type: String, default: '' },
|
|
59051
59074
|
selectorParams: {
|
|
59052
59075
|
type: Object,
|
|
59053
59076
|
default: function _default() {
|
|
@@ -61805,8 +61828,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
61805
61828
|
|
|
61806
61829
|
var flow_src_main_component = normalizeComponent(
|
|
61807
61830
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
61808
|
-
|
|
61809
|
-
|
|
61831
|
+
mainvue_type_template_id_64fec1bc_render,
|
|
61832
|
+
mainvue_type_template_id_64fec1bc_staticRenderFns,
|
|
61810
61833
|
false,
|
|
61811
61834
|
null,
|
|
61812
61835
|
null,
|
|
@@ -63874,8 +63897,8 @@ flow_group_src_main.install = function (Vue) {
|
|
|
63874
63897
|
};
|
|
63875
63898
|
|
|
63876
63899
|
/* harmony default export */ var flow_group = (flow_group_src_main);
|
|
63877
|
-
// 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=
|
|
63878
|
-
var
|
|
63900
|
+
// 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=25eb7336&
|
|
63901
|
+
var mainvue_type_template_id_25eb7336_render = function () {
|
|
63879
63902
|
var _vm = this
|
|
63880
63903
|
var _h = _vm.$createElement
|
|
63881
63904
|
var _c = _vm._self._c || _h
|
|
@@ -64311,11 +64334,11 @@ var mainvue_type_template_id_608ddef1_render = function () {
|
|
|
64311
64334
|
2
|
|
64312
64335
|
)
|
|
64313
64336
|
}
|
|
64314
|
-
var
|
|
64315
|
-
|
|
64337
|
+
var mainvue_type_template_id_25eb7336_staticRenderFns = []
|
|
64338
|
+
mainvue_type_template_id_25eb7336_render._withStripped = true
|
|
64316
64339
|
|
|
64317
64340
|
|
|
64318
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
64341
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=25eb7336&
|
|
64319
64342
|
|
|
64320
64343
|
// 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&
|
|
64321
64344
|
|
|
@@ -64813,6 +64836,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
64813
64836
|
showSuggest: 'all', //筛选显示数据
|
|
64814
64837
|
presetInfoListHiddenColumns: '', //隐藏表格展示数据
|
|
64815
64838
|
canDelete: false, //是否展示操作按钮
|
|
64839
|
+
presetCanDelete: false, //预设列表是否展示操作按钮
|
|
64816
64840
|
canBatchDelete: false, //是否可以批量删除
|
|
64817
64841
|
isSuperRole: false, //是否管理员
|
|
64818
64842
|
isShowReset: false, //是否显示重设记录
|
|
@@ -65665,7 +65689,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
65665
65689
|
return _this4.presetInfoListHiddenColumns.indexOf(items.key) == -1;
|
|
65666
65690
|
});
|
|
65667
65691
|
}
|
|
65668
|
-
if (!this.
|
|
65692
|
+
if (!this.presetCanDelete) table.splice(table.length - 1, 1);
|
|
65669
65693
|
return table;
|
|
65670
65694
|
}
|
|
65671
65695
|
},
|
|
@@ -66528,7 +66552,7 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
66528
66552
|
}
|
|
66529
66553
|
_this20.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
|
|
66530
66554
|
_this20.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
|
|
66531
|
-
_this20.
|
|
66555
|
+
_this20.presetCanDelete = canDelete;
|
|
66532
66556
|
} else {
|
|
66533
66557
|
_this20.$message.error(message || '系统错误,请联系管理员!');
|
|
66534
66558
|
}
|
|
@@ -66553,8 +66577,8 @@ function flow_list_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return
|
|
|
66553
66577
|
|
|
66554
66578
|
var flow_list_src_main_component = normalizeComponent(
|
|
66555
66579
|
packages_flow_list_src_mainvue_type_script_lang_js_,
|
|
66556
|
-
|
|
66557
|
-
|
|
66580
|
+
mainvue_type_template_id_25eb7336_render,
|
|
66581
|
+
mainvue_type_template_id_25eb7336_staticRenderFns,
|
|
66558
66582
|
false,
|
|
66559
66583
|
null,
|
|
66560
66584
|
null,
|
|
@@ -76021,10 +76045,10 @@ appsvue_type_template_id_f094d33e_scoped_true_render._withStripped = true
|
|
|
76021
76045
|
this.$emit('click', res);
|
|
76022
76046
|
},
|
|
76023
76047
|
|
|
76024
|
-
/**
|
|
76025
|
-
* @desc:获取气泡提醒
|
|
76026
|
-
* @author huangbo
|
|
76027
|
-
* @date 2024年9月7日
|
|
76048
|
+
/**
|
|
76049
|
+
* @desc:获取气泡提醒
|
|
76050
|
+
* @author huangbo
|
|
76051
|
+
* @date 2024年9月7日
|
|
76028
76052
|
**/
|
|
76029
76053
|
getBadge: function getBadge(res) {
|
|
76030
76054
|
var num = res.tips || 0;
|
|
@@ -97081,8 +97105,8 @@ select_ganged_src_main.install = function (Vue) {
|
|
|
97081
97105
|
};
|
|
97082
97106
|
|
|
97083
97107
|
/* harmony default export */ var select_ganged = (select_ganged_src_main);
|
|
97084
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=
|
|
97085
|
-
var
|
|
97108
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/selector/src/main.vue?vue&type=template&id=060f91c3&
|
|
97109
|
+
var mainvue_type_template_id_060f91c3_render = function () {
|
|
97086
97110
|
var _vm = this
|
|
97087
97111
|
var _h = _vm.$createElement
|
|
97088
97112
|
var _c = _vm._self._c || _h
|
|
@@ -97092,16 +97116,29 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
|
|
|
97092
97116
|
{
|
|
97093
97117
|
ref: "esSelector",
|
|
97094
97118
|
staticClass: "es-selector",
|
|
97095
|
-
class: { "is-button": _vm.button && !_vm.
|
|
97119
|
+
class: { "is-button": _vm.button && !_vm.isReadonly },
|
|
97120
|
+
on: {
|
|
97121
|
+
click: function ($event) {
|
|
97122
|
+
$event.stopPropagation()
|
|
97123
|
+
return _vm.handleClick($event)
|
|
97124
|
+
},
|
|
97125
|
+
},
|
|
97096
97126
|
},
|
|
97097
97127
|
[
|
|
97098
97128
|
_vm.form
|
|
97099
97129
|
? [
|
|
97100
|
-
_vm.button && !_vm.
|
|
97130
|
+
_vm.button && !_vm.isReadonly
|
|
97101
97131
|
? _c(
|
|
97102
97132
|
"el-button",
|
|
97103
97133
|
_vm._b(
|
|
97104
|
-
{
|
|
97134
|
+
{
|
|
97135
|
+
on: {
|
|
97136
|
+
click: function ($event) {
|
|
97137
|
+
$event.stopPropagation()
|
|
97138
|
+
return _vm.openDialog($event)
|
|
97139
|
+
},
|
|
97140
|
+
},
|
|
97141
|
+
},
|
|
97105
97142
|
"el-button",
|
|
97106
97143
|
_vm.button,
|
|
97107
97144
|
false
|
|
@@ -97116,13 +97153,13 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
|
|
|
97116
97153
|
2
|
|
97117
97154
|
)
|
|
97118
97155
|
: [
|
|
97119
|
-
!(_vm.multiple && _vm.
|
|
97156
|
+
!(_vm.multiple && _vm.isReadonly)
|
|
97120
97157
|
? _c(
|
|
97121
97158
|
"el-autocomplete",
|
|
97122
97159
|
{
|
|
97123
97160
|
attrs: {
|
|
97124
97161
|
"value-key": "showname",
|
|
97125
|
-
readonly: _vm.
|
|
97162
|
+
readonly: _vm.isReadonly || !this.isSearch,
|
|
97126
97163
|
"fetch-suggestions": _vm.search,
|
|
97127
97164
|
placeholder: _vm.placeholder,
|
|
97128
97165
|
"trigger-on-focus": false,
|
|
@@ -97141,7 +97178,7 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
|
|
|
97141
97178
|
},
|
|
97142
97179
|
},
|
|
97143
97180
|
[
|
|
97144
|
-
!_vm.
|
|
97181
|
+
!_vm.isReadonly
|
|
97145
97182
|
? _c("el-button", {
|
|
97146
97183
|
staticClass: "es-selector-btn",
|
|
97147
97184
|
attrs: {
|
|
@@ -97169,7 +97206,7 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
|
|
|
97169
97206
|
ref: "tags",
|
|
97170
97207
|
staticClass: "es-select__tags",
|
|
97171
97208
|
class: {
|
|
97172
|
-
"is-edit": !_vm.
|
|
97209
|
+
"is-edit": !_vm.isReadonly,
|
|
97173
97210
|
"is-show": _vm.selected.length,
|
|
97174
97211
|
},
|
|
97175
97212
|
},
|
|
@@ -97181,7 +97218,7 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
|
|
|
97181
97218
|
attrs: {
|
|
97182
97219
|
closable:
|
|
97183
97220
|
!_vm.selectorDisabled &&
|
|
97184
|
-
!_vm.
|
|
97221
|
+
!_vm.isReadonly &&
|
|
97185
97222
|
_vm.selected.length > _vm.min,
|
|
97186
97223
|
type: "info",
|
|
97187
97224
|
"disable-transitions": "",
|
|
@@ -97207,7 +97244,7 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
|
|
|
97207
97244
|
],
|
|
97208
97245
|
]
|
|
97209
97246
|
: _vm._e(),
|
|
97210
|
-
!_vm.
|
|
97247
|
+
!_vm.isReadonly
|
|
97211
97248
|
? _c(
|
|
97212
97249
|
"es-dialog",
|
|
97213
97250
|
{
|
|
@@ -97278,11 +97315,11 @@ var mainvue_type_template_id_18a2e4a6_render = function () {
|
|
|
97278
97315
|
)
|
|
97279
97316
|
: _vm._e()
|
|
97280
97317
|
}
|
|
97281
|
-
var
|
|
97282
|
-
|
|
97318
|
+
var mainvue_type_template_id_060f91c3_staticRenderFns = []
|
|
97319
|
+
mainvue_type_template_id_060f91c3_render._withStripped = true
|
|
97283
97320
|
|
|
97284
97321
|
|
|
97285
|
-
// CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=
|
|
97322
|
+
// CONCATENATED MODULE: ./packages/selector/src/main.vue?vue&type=template&id=060f91c3&
|
|
97286
97323
|
|
|
97287
97324
|
// EXTERNAL MODULE: external "eoss-element/src/utils/clickoutside"
|
|
97288
97325
|
var clickoutside_ = __webpack_require__(17);
|
|
@@ -97379,6 +97416,13 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
97379
97416
|
//
|
|
97380
97417
|
//
|
|
97381
97418
|
//
|
|
97419
|
+
//
|
|
97420
|
+
//
|
|
97421
|
+
//
|
|
97422
|
+
//
|
|
97423
|
+
//
|
|
97424
|
+
//
|
|
97425
|
+
//
|
|
97382
97426
|
|
|
97383
97427
|
|
|
97384
97428
|
|
|
@@ -97528,7 +97572,10 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
97528
97572
|
default: true
|
|
97529
97573
|
},
|
|
97530
97574
|
//弹窗关闭时是否销毁子组件
|
|
97531
|
-
destroyOnClose:
|
|
97575
|
+
destroyOnClose: {
|
|
97576
|
+
type: Boolean,
|
|
97577
|
+
default: true
|
|
97578
|
+
},
|
|
97532
97579
|
//树结构标题
|
|
97533
97580
|
treeTitle: String,
|
|
97534
97581
|
//是否显示切换按钮
|
|
@@ -97536,7 +97583,12 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
97536
97583
|
type: Boolean,
|
|
97537
97584
|
default: true
|
|
97538
97585
|
},
|
|
97539
|
-
selection: [Array, String]
|
|
97586
|
+
selection: [Array, String],
|
|
97587
|
+
//输入框是否可搜索
|
|
97588
|
+
isSearch: {
|
|
97589
|
+
type: Boolean,
|
|
97590
|
+
default: true
|
|
97591
|
+
}
|
|
97540
97592
|
},
|
|
97541
97593
|
data: function data() {
|
|
97542
97594
|
return {
|
|
@@ -97556,6 +97608,9 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
97556
97608
|
},
|
|
97557
97609
|
|
|
97558
97610
|
computed: {
|
|
97611
|
+
isReadonly: function isReadonly() {
|
|
97612
|
+
return this.readonly || (this.elForm || {}).readonly;
|
|
97613
|
+
},
|
|
97559
97614
|
isRender: function isRender() {
|
|
97560
97615
|
var useCaseCodes = utils_util.getStorage('useCaseCodes');
|
|
97561
97616
|
if (useCaseCodes && this.useCaseCode) {
|
|
@@ -97643,11 +97698,6 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
97643
97698
|
_this2.$refs.reference && (_this2.minWidth = _this2.$refs.reference.$el.children[0].offsetWidth);
|
|
97644
97699
|
});
|
|
97645
97700
|
}
|
|
97646
|
-
if (this.$refs.openDialog) {
|
|
97647
|
-
this.$refs.openDialog.$el.parentNode.addEventListener('click', function () {
|
|
97648
|
-
_this2.openDialog();
|
|
97649
|
-
});
|
|
97650
|
-
}
|
|
97651
97701
|
},
|
|
97652
97702
|
|
|
97653
97703
|
methods: {
|
|
@@ -97678,8 +97728,14 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
97678
97728
|
getValueKey: function getValueKey(obj) {
|
|
97679
97729
|
return utils_util.isObject(obj) ? obj[this.valueKey] : obj;
|
|
97680
97730
|
},
|
|
97731
|
+
handleClick: function handleClick() {
|
|
97732
|
+
console.log('handleClick');
|
|
97733
|
+
if (!this.isSearch) {
|
|
97734
|
+
this.openDialog();
|
|
97735
|
+
}
|
|
97736
|
+
},
|
|
97681
97737
|
openDialog: function openDialog() {
|
|
97682
|
-
if (!this.selectorDisabled && !this.
|
|
97738
|
+
if (!this.selectorDisabled && !this.isReadonly && this.select) {
|
|
97683
97739
|
this.visible = true;
|
|
97684
97740
|
}
|
|
97685
97741
|
},
|
|
@@ -97845,7 +97901,7 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
97845
97901
|
}
|
|
97846
97902
|
}
|
|
97847
97903
|
if (height) {
|
|
97848
|
-
if (_this4.
|
|
97904
|
+
if (_this4.isReadonly) {
|
|
97849
97905
|
_this4.$refs.reference.style.height = height;
|
|
97850
97906
|
} else {
|
|
97851
97907
|
var inputChildNodes = _this4.$refs.reference.$el.childNodes;
|
|
@@ -97890,8 +97946,8 @@ var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
|
|
|
97890
97946
|
|
|
97891
97947
|
var selector_src_main_component = normalizeComponent(
|
|
97892
97948
|
packages_selector_src_mainvue_type_script_lang_js_,
|
|
97893
|
-
|
|
97894
|
-
|
|
97949
|
+
mainvue_type_template_id_060f91c3_render,
|
|
97950
|
+
mainvue_type_template_id_060f91c3_staticRenderFns,
|
|
97895
97951
|
false,
|
|
97896
97952
|
null,
|
|
97897
97953
|
null,
|
|
@@ -112893,7 +112949,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
112893
112949
|
}
|
|
112894
112950
|
|
|
112895
112951
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
112896
|
-
version: '0.8.
|
|
112952
|
+
version: '0.8.42',
|
|
112897
112953
|
install: install,
|
|
112898
112954
|
Archives: archives,
|
|
112899
112955
|
Button: packages_button,
|