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/flow-list.js
CHANGED
|
@@ -4836,8 +4836,8 @@ module.exports = require("qs");
|
|
|
4836
4836
|
// ESM COMPAT FLAG
|
|
4837
4837
|
__webpack_require__.r(__webpack_exports__);
|
|
4838
4838
|
|
|
4839
|
-
// 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=
|
|
4840
|
-
var
|
|
4839
|
+
// 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&
|
|
4840
|
+
var mainvue_type_template_id_25eb7336_render = function () {
|
|
4841
4841
|
var _vm = this
|
|
4842
4842
|
var _h = _vm.$createElement
|
|
4843
4843
|
var _c = _vm._self._c || _h
|
|
@@ -5274,10 +5274,10 @@ var mainvue_type_template_id_608ddef1_render = function () {
|
|
|
5274
5274
|
)
|
|
5275
5275
|
}
|
|
5276
5276
|
var staticRenderFns = []
|
|
5277
|
-
|
|
5277
|
+
mainvue_type_template_id_25eb7336_render._withStripped = true
|
|
5278
5278
|
|
|
5279
5279
|
|
|
5280
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
5280
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=25eb7336&
|
|
5281
5281
|
|
|
5282
5282
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
5283
5283
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -5788,6 +5788,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5788
5788
|
showSuggest: 'all', //筛选显示数据
|
|
5789
5789
|
presetInfoListHiddenColumns: '', //隐藏表格展示数据
|
|
5790
5790
|
canDelete: false, //是否展示操作按钮
|
|
5791
|
+
presetCanDelete: false, //预设列表是否展示操作按钮
|
|
5791
5792
|
canBatchDelete: false, //是否可以批量删除
|
|
5792
5793
|
isSuperRole: false, //是否管理员
|
|
5793
5794
|
isShowReset: false, //是否显示重设记录
|
|
@@ -6640,7 +6641,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6640
6641
|
return _this4.presetInfoListHiddenColumns.indexOf(items.key) == -1;
|
|
6641
6642
|
});
|
|
6642
6643
|
}
|
|
6643
|
-
if (!this.
|
|
6644
|
+
if (!this.presetCanDelete) table.splice(table.length - 1, 1);
|
|
6644
6645
|
return table;
|
|
6645
6646
|
}
|
|
6646
6647
|
},
|
|
@@ -7503,7 +7504,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7503
7504
|
}
|
|
7504
7505
|
_this20.presetInfoListHiddenColumns = presetInfoListHiddenColumns;
|
|
7505
7506
|
_this20.currentUserHasPresetInfoAuth = currentUserHasPresetInfoAuth;
|
|
7506
|
-
_this20.
|
|
7507
|
+
_this20.presetCanDelete = canDelete;
|
|
7507
7508
|
} else {
|
|
7508
7509
|
_this20.$message.error(message || '系统错误,请联系管理员!');
|
|
7509
7510
|
}
|
|
@@ -7531,7 +7532,7 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
7531
7532
|
|
|
7532
7533
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
7533
7534
|
src_mainvue_type_script_lang_js_,
|
|
7534
|
-
|
|
7535
|
+
mainvue_type_template_id_25eb7336_render,
|
|
7535
7536
|
staticRenderFns,
|
|
7536
7537
|
false,
|
|
7537
7538
|
null,
|
package/lib/flow.js
CHANGED
|
@@ -4878,7 +4878,7 @@ module.exports = require("vuedraggable");
|
|
|
4878
4878
|
// ESM COMPAT FLAG
|
|
4879
4879
|
__webpack_require__.r(__webpack_exports__);
|
|
4880
4880
|
|
|
4881
|
-
// 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=
|
|
4881
|
+
// 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&
|
|
4882
4882
|
var render = function () {
|
|
4883
4883
|
var _vm = this
|
|
4884
4884
|
var _h = _vm.$createElement
|
|
@@ -4906,6 +4906,7 @@ var render = function () {
|
|
|
4906
4906
|
pendingId: _vm.pendingId,
|
|
4907
4907
|
nodeName: _vm.nodeName,
|
|
4908
4908
|
typeCode: _vm.typeCode,
|
|
4909
|
+
businessName: _vm.businessName,
|
|
4909
4910
|
ownerType: _vm.ownerType,
|
|
4910
4911
|
selectorConfig: _vm.selectorConfig,
|
|
4911
4912
|
flowTypeCode: _vm.flowTypeCode,
|
|
@@ -7812,6 +7813,7 @@ var render = function () {
|
|
|
7812
7813
|
attrs: {
|
|
7813
7814
|
"pending-id": _vm.pendingId,
|
|
7814
7815
|
opinion: _vm.value,
|
|
7816
|
+
businessName: _vm.businessName,
|
|
7815
7817
|
type: _vm.taskReadType,
|
|
7816
7818
|
showTooltip: _vm.showTooltip,
|
|
7817
7819
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
@@ -8048,7 +8050,7 @@ var staticRenderFns = []
|
|
|
8048
8050
|
render._withStripped = true
|
|
8049
8051
|
|
|
8050
8052
|
|
|
8051
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
8053
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=64fec1bc&
|
|
8052
8054
|
|
|
8053
8055
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
8054
8056
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -9112,8 +9114,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9112
9114
|
)
|
|
9113
9115
|
|
|
9114
9116
|
/* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
|
|
9115
|
-
// 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=
|
|
9116
|
-
var
|
|
9117
|
+
// 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&
|
|
9118
|
+
var flowvue_type_template_id_7261bf44_render = function () {
|
|
9117
9119
|
var _vm = this
|
|
9118
9120
|
var _h = _vm.$createElement
|
|
9119
9121
|
var _c = _vm._self._c || _h
|
|
@@ -9395,6 +9397,7 @@ var flowvue_type_template_id_d84c2cd8_render = function () {
|
|
|
9395
9397
|
simpleTips: _vm.simpleTips,
|
|
9396
9398
|
typeCode: "read",
|
|
9397
9399
|
param: _vm.param,
|
|
9400
|
+
businessName: _vm.businessName,
|
|
9398
9401
|
selectorConfig: _vm.selectorConfig,
|
|
9399
9402
|
resetAppId: _vm.resetAppId,
|
|
9400
9403
|
taskExamine: _vm.taskExamineInfo,
|
|
@@ -11378,6 +11381,7 @@ var flowvue_type_template_id_d84c2cd8_render = function () {
|
|
|
11378
11381
|
opinion: _vm.value,
|
|
11379
11382
|
type: _vm.taskReadType,
|
|
11380
11383
|
resetAppId: _vm.resetAppId,
|
|
11384
|
+
businessName: _vm.businessName,
|
|
11381
11385
|
showTooltip: _vm.showTooltip,
|
|
11382
11386
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
11383
11387
|
hideMessage: _vm.hideMessage,
|
|
@@ -11824,6 +11828,7 @@ var flowvue_type_template_id_d84c2cd8_render = function () {
|
|
|
11824
11828
|
opinion: _vm.value,
|
|
11825
11829
|
type: _vm.taskReadType,
|
|
11826
11830
|
showTooltip: _vm.showTooltip,
|
|
11831
|
+
businessName: _vm.businessName,
|
|
11827
11832
|
flowLabelConfig: _vm.flowLabelConfig,
|
|
11828
11833
|
hideMessage: _vm.hideMessage,
|
|
11829
11834
|
selectorConfig: _vm.selectorConfig,
|
|
@@ -12054,11 +12059,11 @@ var flowvue_type_template_id_d84c2cd8_render = function () {
|
|
|
12054
12059
|
)
|
|
12055
12060
|
: _vm._e()
|
|
12056
12061
|
}
|
|
12057
|
-
var
|
|
12058
|
-
|
|
12062
|
+
var flowvue_type_template_id_7261bf44_staticRenderFns = []
|
|
12063
|
+
flowvue_type_template_id_7261bf44_render._withStripped = true
|
|
12059
12064
|
|
|
12060
12065
|
|
|
12061
|
-
// CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=
|
|
12066
|
+
// CONCATENATED MODULE: ./packages/flow/src/flow.vue?vue&type=template&id=7261bf44&
|
|
12062
12067
|
|
|
12063
12068
|
// 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&
|
|
12064
12069
|
var Opinionsvue_type_template_id_5f07a050_render = function () {
|
|
@@ -16084,11 +16089,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
16084
16089
|
},
|
|
16085
16090
|
|
|
16086
16091
|
methods: {
|
|
16087
|
-
/**
|
|
16088
|
-
* getProcess
|
|
16089
|
-
* @desc:获取选择流程
|
|
16090
|
-
* @author liufan
|
|
16091
|
-
* @date 2022年5月25日
|
|
16092
|
+
/**
|
|
16093
|
+
* getProcess
|
|
16094
|
+
* @desc:获取选择流程
|
|
16095
|
+
* @author liufan
|
|
16096
|
+
* @date 2022年5月25日
|
|
16092
16097
|
**/
|
|
16093
16098
|
getProcess: function getProcess(val) {
|
|
16094
16099
|
var _this2 = this;
|
|
@@ -16911,11 +16916,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
16911
16916
|
});
|
|
16912
16917
|
},
|
|
16913
16918
|
|
|
16914
|
-
/**
|
|
16915
|
-
* isMultiple
|
|
16916
|
-
* @desc:是否多选
|
|
16917
|
-
* @author liufan
|
|
16918
|
-
* @date 2022年9月13日
|
|
16919
|
+
/**
|
|
16920
|
+
* isMultiple
|
|
16921
|
+
* @desc:是否多选
|
|
16922
|
+
* @author liufan
|
|
16923
|
+
* @date 2022年9月13日
|
|
16919
16924
|
**/
|
|
16920
16925
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16921
16926
|
var multiple = false;
|
|
@@ -18595,8 +18600,8 @@ var processReject_component = Object(componentNormalizer["a" /* default */])(
|
|
|
18595
18600
|
)
|
|
18596
18601
|
|
|
18597
18602
|
/* harmony default export */ var processReject = (processReject_component.exports);
|
|
18598
|
-
// 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=
|
|
18599
|
-
var
|
|
18603
|
+
// 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&
|
|
18604
|
+
var startTaskReadvue_type_template_id_4f51e934_render = function () {
|
|
18600
18605
|
var _vm = this
|
|
18601
18606
|
var _h = _vm.$createElement
|
|
18602
18607
|
var _c = _vm._self._c || _h
|
|
@@ -19027,11 +19032,11 @@ var startTaskReadvue_type_template_id_fffcbc42_render = function () {
|
|
|
19027
19032
|
1
|
|
19028
19033
|
)
|
|
19029
19034
|
}
|
|
19030
|
-
var
|
|
19031
|
-
|
|
19035
|
+
var startTaskReadvue_type_template_id_4f51e934_staticRenderFns = []
|
|
19036
|
+
startTaskReadvue_type_template_id_4f51e934_render._withStripped = true
|
|
19032
19037
|
|
|
19033
19038
|
|
|
19034
|
-
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=
|
|
19039
|
+
// CONCATENATED MODULE: ./packages/flow/src/startTaskRead.vue?vue&type=template&id=4f51e934&
|
|
19035
19040
|
|
|
19036
19041
|
// 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&
|
|
19037
19042
|
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; };
|
|
@@ -19234,6 +19239,7 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
19234
19239
|
type: [Object, undefined],
|
|
19235
19240
|
default: undefined
|
|
19236
19241
|
},
|
|
19242
|
+
businessName: { type: String, default: '' },
|
|
19237
19243
|
readParams: {
|
|
19238
19244
|
type: [Object, undefined],
|
|
19239
19245
|
default: undefined
|
|
@@ -19697,6 +19703,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
19697
19703
|
}
|
|
19698
19704
|
if (_this8.subParams) {
|
|
19699
19705
|
params = startTaskReadvue_type_script_lang_js_extends({}, params, _this8.subParams);
|
|
19706
|
+
} else if (_this8.businessName) {
|
|
19707
|
+
params.businessName = _this8.businessName;
|
|
19700
19708
|
}
|
|
19701
19709
|
delete _this8.configInfo.taskExamine.taskExamineParam;
|
|
19702
19710
|
util["a" /* default */].ajax({
|
|
@@ -19783,8 +19791,8 @@ var startTaskReadvue_type_script_lang_js_components;
|
|
|
19783
19791
|
|
|
19784
19792
|
var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
19785
19793
|
src_startTaskReadvue_type_script_lang_js_,
|
|
19786
|
-
|
|
19787
|
-
|
|
19794
|
+
startTaskReadvue_type_template_id_4f51e934_render,
|
|
19795
|
+
startTaskReadvue_type_template_id_4f51e934_staticRenderFns,
|
|
19788
19796
|
false,
|
|
19789
19797
|
null,
|
|
19790
19798
|
null,
|
|
@@ -25777,11 +25785,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
25777
25785
|
});
|
|
25778
25786
|
},
|
|
25779
25787
|
|
|
25780
|
-
/**
|
|
25781
|
-
* saveInfo
|
|
25782
|
-
* @desc:暂存
|
|
25783
|
-
* @author liufan
|
|
25784
|
-
* @date 2022年9月9日
|
|
25788
|
+
/**
|
|
25789
|
+
* saveInfo
|
|
25790
|
+
* @desc:暂存
|
|
25791
|
+
* @author liufan
|
|
25792
|
+
* @date 2022年9月9日
|
|
25785
25793
|
**/
|
|
25786
25794
|
saveInfo: function saveInfo(type, btn) {
|
|
25787
25795
|
var _this6 = this;
|
|
@@ -25843,11 +25851,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
25843
25851
|
});
|
|
25844
25852
|
},
|
|
25845
25853
|
|
|
25846
|
-
/**
|
|
25847
|
-
* rejectBtn
|
|
25848
|
-
* @desc:点击驳回
|
|
25849
|
-
* @author liufan
|
|
25850
|
-
* @date 2022年5月25日
|
|
25854
|
+
/**
|
|
25855
|
+
* rejectBtn
|
|
25856
|
+
* @desc:点击驳回
|
|
25857
|
+
* @author liufan
|
|
25858
|
+
* @date 2022年5月25日
|
|
25851
25859
|
**/
|
|
25852
25860
|
rejectBtn: function rejectBtn() {
|
|
25853
25861
|
var _this8 = this;
|
|
@@ -25865,11 +25873,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
25865
25873
|
}
|
|
25866
25874
|
},
|
|
25867
25875
|
|
|
25868
|
-
/**
|
|
25869
|
-
* taskReadBtn
|
|
25870
|
-
* @desc:点击分阅
|
|
25871
|
-
* @author liufan
|
|
25872
|
-
* @date 2022年5月25日
|
|
25876
|
+
/**
|
|
25877
|
+
* taskReadBtn
|
|
25878
|
+
* @desc:点击分阅
|
|
25879
|
+
* @author liufan
|
|
25880
|
+
* @date 2022年5月25日
|
|
25873
25881
|
**/
|
|
25874
25882
|
taskReadBtn: function taskReadBtn() {
|
|
25875
25883
|
var _this9 = this;
|
|
@@ -25888,11 +25896,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
25888
25896
|
}
|
|
25889
25897
|
},
|
|
25890
25898
|
|
|
25891
|
-
/**
|
|
25892
|
-
* getFind
|
|
25893
|
-
* @desc:获取通知方式
|
|
25894
|
-
* @author liufan
|
|
25895
|
-
* @date 2022年5月25日
|
|
25899
|
+
/**
|
|
25900
|
+
* getFind
|
|
25901
|
+
* @desc:获取通知方式
|
|
25902
|
+
* @author liufan
|
|
25903
|
+
* @date 2022年5月25日
|
|
25896
25904
|
**/
|
|
25897
25905
|
getFind: function getFind() {
|
|
25898
25906
|
var _this10 = this;
|
|
@@ -25948,12 +25956,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
25948
25956
|
});
|
|
25949
25957
|
},
|
|
25950
25958
|
|
|
25951
|
-
/**
|
|
25952
|
-
* endFlows
|
|
25953
|
-
* @desc:直接办结
|
|
25954
|
-
* @author liufan
|
|
25955
|
-
* @param {Object} res 直接办结数据
|
|
25956
|
-
* @date 2022年5月25日
|
|
25959
|
+
/**
|
|
25960
|
+
* endFlows
|
|
25961
|
+
* @desc:直接办结
|
|
25962
|
+
* @author liufan
|
|
25963
|
+
* @param {Object} res 直接办结数据
|
|
25964
|
+
* @date 2022年5月25日
|
|
25957
25965
|
**/
|
|
25958
25966
|
endFlows: function endFlows(res) {
|
|
25959
25967
|
var _this12 = this;
|
|
@@ -26007,12 +26015,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26007
26015
|
}).catch(function (e) {});
|
|
26008
26016
|
},
|
|
26009
26017
|
|
|
26010
|
-
/**
|
|
26011
|
-
* goView
|
|
26012
|
-
* @desc:更多流程按钮操作
|
|
26013
|
-
* @author liufan
|
|
26014
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
26015
|
-
* @date 2022年5月25日
|
|
26018
|
+
/**
|
|
26019
|
+
* goView
|
|
26020
|
+
* @desc:更多流程按钮操作
|
|
26021
|
+
* @author liufan
|
|
26022
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
26023
|
+
* @date 2022年5月25日
|
|
26016
26024
|
**/
|
|
26017
26025
|
goView: function goView(res) {
|
|
26018
26026
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -26097,11 +26105,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26097
26105
|
// isCanStartSubFlow
|
|
26098
26106
|
},
|
|
26099
26107
|
|
|
26100
|
-
/**
|
|
26101
|
-
* toTakeAdvice
|
|
26102
|
-
* @desc:征求意见
|
|
26103
|
-
* @author liufan
|
|
26104
|
-
* @date 2022年9月29日
|
|
26108
|
+
/**
|
|
26109
|
+
* toTakeAdvice
|
|
26110
|
+
* @desc:征求意见
|
|
26111
|
+
* @author liufan
|
|
26112
|
+
* @date 2022年9月29日
|
|
26105
26113
|
**/
|
|
26106
26114
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
26107
26115
|
var _this14 = this;
|
|
@@ -26145,11 +26153,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26145
26153
|
});
|
|
26146
26154
|
},
|
|
26147
26155
|
|
|
26148
|
-
/**
|
|
26149
|
-
* toStartDraf
|
|
26150
|
-
* @desc: 稿件递送、联合审核、复核
|
|
26151
|
-
* @author liufan
|
|
26152
|
-
* @date 2022年9月29日
|
|
26156
|
+
/**
|
|
26157
|
+
* toStartDraf
|
|
26158
|
+
* @desc: 稿件递送、联合审核、复核
|
|
26159
|
+
* @author liufan
|
|
26160
|
+
* @date 2022年9月29日
|
|
26153
26161
|
**/
|
|
26154
26162
|
toStartDraf: function toStartDraf(res) {
|
|
26155
26163
|
var _this16 = this;
|
|
@@ -26163,11 +26171,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26163
26171
|
}
|
|
26164
26172
|
},
|
|
26165
26173
|
|
|
26166
|
-
/**
|
|
26167
|
-
* toSendMsg
|
|
26168
|
-
* @desc:核稿通知
|
|
26169
|
-
* @author liufan
|
|
26170
|
-
* @date 2022年9月29日
|
|
26174
|
+
/**
|
|
26175
|
+
* toSendMsg
|
|
26176
|
+
* @desc:核稿通知
|
|
26177
|
+
* @author liufan
|
|
26178
|
+
* @date 2022年9月29日
|
|
26171
26179
|
**/
|
|
26172
26180
|
toSendMsg: function toSendMsg(res) {
|
|
26173
26181
|
var _this17 = this;
|
|
@@ -26181,11 +26189,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26181
26189
|
}
|
|
26182
26190
|
},
|
|
26183
26191
|
|
|
26184
|
-
/**
|
|
26185
|
-
* toTaskReadAndEnd
|
|
26186
|
-
* @desc:分阅并办结
|
|
26187
|
-
* @author liufan
|
|
26188
|
-
* @date 2022年9月29日
|
|
26192
|
+
/**
|
|
26193
|
+
* toTaskReadAndEnd
|
|
26194
|
+
* @desc:分阅并办结
|
|
26195
|
+
* @author liufan
|
|
26196
|
+
* @date 2022年9月29日
|
|
26189
26197
|
**/
|
|
26190
26198
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
26191
26199
|
var _this18 = this;
|
|
@@ -26203,11 +26211,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26203
26211
|
}
|
|
26204
26212
|
},
|
|
26205
26213
|
|
|
26206
|
-
/**
|
|
26207
|
-
* rejectAndEnd
|
|
26208
|
-
* @desc:驳回并办结
|
|
26209
|
-
* @author liufan
|
|
26210
|
-
* @date 2022年9月29日
|
|
26214
|
+
/**
|
|
26215
|
+
* rejectAndEnd
|
|
26216
|
+
* @desc:驳回并办结
|
|
26217
|
+
* @author liufan
|
|
26218
|
+
* @date 2022年9月29日
|
|
26211
26219
|
**/
|
|
26212
26220
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
26213
26221
|
var _this19 = this;
|
|
@@ -26262,11 +26270,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26262
26270
|
});
|
|
26263
26271
|
},
|
|
26264
26272
|
|
|
26265
|
-
/**
|
|
26266
|
-
* toTransfer
|
|
26267
|
-
* @desc:转办
|
|
26268
|
-
* @author liufan
|
|
26269
|
-
* @date 2022年9月29日
|
|
26273
|
+
/**
|
|
26274
|
+
* toTransfer
|
|
26275
|
+
* @desc:转办
|
|
26276
|
+
* @author liufan
|
|
26277
|
+
* @date 2022年9月29日
|
|
26270
26278
|
**/
|
|
26271
26279
|
toTransfer: function toTransfer(res) {
|
|
26272
26280
|
var _this21 = this;
|
|
@@ -26282,11 +26290,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26282
26290
|
}
|
|
26283
26291
|
},
|
|
26284
26292
|
|
|
26285
|
-
/**
|
|
26286
|
-
* getNodeInfo
|
|
26287
|
-
* @desc:获取节点信息
|
|
26288
|
-
* @author liufan
|
|
26289
|
-
* @date 2022年5月25日
|
|
26293
|
+
/**
|
|
26294
|
+
* getNodeInfo
|
|
26295
|
+
* @desc:获取节点信息
|
|
26296
|
+
* @author liufan
|
|
26297
|
+
* @date 2022年5月25日
|
|
26290
26298
|
**/
|
|
26291
26299
|
getNodeInfo: function getNodeInfo() {
|
|
26292
26300
|
var _this22 = this;
|
|
@@ -26389,12 +26397,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26389
26397
|
});
|
|
26390
26398
|
},
|
|
26391
26399
|
|
|
26392
|
-
/**
|
|
26393
|
-
* selecNext
|
|
26394
|
-
* @desc:下步节点变化时更新数据
|
|
26395
|
-
* @author liufan
|
|
26396
|
-
* @param {String} val 当前选中值
|
|
26397
|
-
* @date 2022年5月25日
|
|
26400
|
+
/**
|
|
26401
|
+
* selecNext
|
|
26402
|
+
* @desc:下步节点变化时更新数据
|
|
26403
|
+
* @author liufan
|
|
26404
|
+
* @param {String} val 当前选中值
|
|
26405
|
+
* @date 2022年5月25日
|
|
26398
26406
|
**/
|
|
26399
26407
|
selecNext: function selecNext(val, type, isDef) {
|
|
26400
26408
|
var _this23 = this;
|
|
@@ -26503,11 +26511,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26503
26511
|
if (isDef !== true) this.getNodeInfo();
|
|
26504
26512
|
},
|
|
26505
26513
|
|
|
26506
|
-
/**
|
|
26507
|
-
* isMultiple
|
|
26508
|
-
* @desc:是否多选
|
|
26509
|
-
* @author liufan
|
|
26510
|
-
* @date 2022年9月13日
|
|
26514
|
+
/**
|
|
26515
|
+
* isMultiple
|
|
26516
|
+
* @desc:是否多选
|
|
26517
|
+
* @author liufan
|
|
26518
|
+
* @date 2022年9月13日
|
|
26511
26519
|
**/
|
|
26512
26520
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
26513
26521
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -26539,11 +26547,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26539
26547
|
}
|
|
26540
26548
|
},
|
|
26541
26549
|
|
|
26542
|
-
/**
|
|
26543
|
-
* getHedInfo
|
|
26544
|
-
* @desc:获取审核页面数据
|
|
26545
|
-
* @author liufan
|
|
26546
|
-
* @date 2022年5月25日
|
|
26550
|
+
/**
|
|
26551
|
+
* getHedInfo
|
|
26552
|
+
* @desc:获取审核页面数据
|
|
26553
|
+
* @author liufan
|
|
26554
|
+
* @date 2022年5月25日
|
|
26547
26555
|
**/
|
|
26548
26556
|
getHedInfo: function getHedInfo() {
|
|
26549
26557
|
var _this24 = this;
|
|
@@ -26779,13 +26787,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26779
26787
|
});
|
|
26780
26788
|
},
|
|
26781
26789
|
|
|
26782
|
-
/**
|
|
26783
|
-
* closeProcess
|
|
26784
|
-
* @desc:关闭弹窗
|
|
26785
|
-
* @author liufan
|
|
26786
|
-
* @param {boolean} val 当前是否办理流程
|
|
26787
|
-
* @param {String} type 当前点击的弹窗类型
|
|
26788
|
-
* @date 2022年5月25日
|
|
26790
|
+
/**
|
|
26791
|
+
* closeProcess
|
|
26792
|
+
* @desc:关闭弹窗
|
|
26793
|
+
* @author liufan
|
|
26794
|
+
* @param {boolean} val 当前是否办理流程
|
|
26795
|
+
* @param {String} type 当前点击的弹窗类型
|
|
26796
|
+
* @date 2022年5月25日
|
|
26789
26797
|
**/
|
|
26790
26798
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
26791
26799
|
if (closeParent) {
|
|
@@ -26802,23 +26810,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26802
26810
|
}
|
|
26803
26811
|
},
|
|
26804
26812
|
|
|
26805
|
-
/**
|
|
26806
|
-
* selectChange
|
|
26807
|
-
* @desc:常用语选择
|
|
26808
|
-
* @author liufan
|
|
26809
|
-
* @param {String} val 选中值
|
|
26810
|
-
* @date 2022年5月25日
|
|
26813
|
+
/**
|
|
26814
|
+
* selectChange
|
|
26815
|
+
* @desc:常用语选择
|
|
26816
|
+
* @author liufan
|
|
26817
|
+
* @param {String} val 选中值
|
|
26818
|
+
* @date 2022年5月25日
|
|
26811
26819
|
**/
|
|
26812
26820
|
selectChange: function selectChange(val) {
|
|
26813
26821
|
this.value = val;
|
|
26814
26822
|
},
|
|
26815
26823
|
|
|
26816
|
-
/**
|
|
26817
|
-
* upDate
|
|
26818
|
-
* @desc:修改常用语
|
|
26819
|
-
* @author liufan
|
|
26820
|
-
* @param {Object} val 修改值
|
|
26821
|
-
* @date 2022年5月25日
|
|
26824
|
+
/**
|
|
26825
|
+
* upDate
|
|
26826
|
+
* @desc:修改常用语
|
|
26827
|
+
* @author liufan
|
|
26828
|
+
* @param {Object} val 修改值
|
|
26829
|
+
* @date 2022年5月25日
|
|
26822
26830
|
**/
|
|
26823
26831
|
upDate: function upDate(val) {
|
|
26824
26832
|
this.FormData.id = val.id;
|
|
@@ -26826,11 +26834,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26826
26834
|
},
|
|
26827
26835
|
|
|
26828
26836
|
|
|
26829
|
-
/**
|
|
26830
|
-
* getProcess
|
|
26831
|
-
* @desc:获取选择流程
|
|
26832
|
-
* @author liufan
|
|
26833
|
-
* @date 2022年5月25日
|
|
26837
|
+
/**
|
|
26838
|
+
* getProcess
|
|
26839
|
+
* @desc:获取选择流程
|
|
26840
|
+
* @author liufan
|
|
26841
|
+
* @date 2022年5月25日
|
|
26834
26842
|
**/
|
|
26835
26843
|
getProcess: function getProcess() {
|
|
26836
26844
|
var _this25 = this;
|
|
@@ -26884,11 +26892,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26884
26892
|
});
|
|
26885
26893
|
},
|
|
26886
26894
|
|
|
26887
|
-
/**
|
|
26888
|
-
* getPendedhistoryList
|
|
26889
|
-
* @desc:获取流程列表
|
|
26890
|
-
* @author liufan
|
|
26891
|
-
* @date 2022年5月25日
|
|
26895
|
+
/**
|
|
26896
|
+
* getPendedhistoryList
|
|
26897
|
+
* @desc:获取流程列表
|
|
26898
|
+
* @author liufan
|
|
26899
|
+
* @date 2022年5月25日
|
|
26892
26900
|
**/
|
|
26893
26901
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
26894
26902
|
var _this26 = this;
|
|
@@ -26920,12 +26928,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26920
26928
|
},
|
|
26921
26929
|
|
|
26922
26930
|
// 提交流程
|
|
26923
|
-
/**
|
|
26924
|
-
* subProcess
|
|
26925
|
-
* @desc:提交流程
|
|
26926
|
-
* @author liufan
|
|
26927
|
-
* @param {String} formName 当前form表单ref值
|
|
26928
|
-
* @date 2022年5月25日
|
|
26931
|
+
/**
|
|
26932
|
+
* subProcess
|
|
26933
|
+
* @desc:提交流程
|
|
26934
|
+
* @author liufan
|
|
26935
|
+
* @param {String} formName 当前form表单ref值
|
|
26936
|
+
* @date 2022年5月25日
|
|
26929
26937
|
**/
|
|
26930
26938
|
subProcess: function subProcess(val) {
|
|
26931
26939
|
var _this27 = this;
|
|
@@ -30134,6 +30142,9 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
30134
30142
|
//
|
|
30135
30143
|
//
|
|
30136
30144
|
//
|
|
30145
|
+
//
|
|
30146
|
+
//
|
|
30147
|
+
//
|
|
30137
30148
|
|
|
30138
30149
|
|
|
30139
30150
|
|
|
@@ -30169,6 +30180,7 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
30169
30180
|
nodeName: { type: String, default: '' },
|
|
30170
30181
|
typeCode: { type: String, default: '' },
|
|
30171
30182
|
selectorConfig: { type: [Object, undefined], default: undefined },
|
|
30183
|
+
businessName: { type: String, default: '' },
|
|
30172
30184
|
flowTypeCode: { type: String, default: '' },
|
|
30173
30185
|
defaultProcessKey: { type: String, default: '' },
|
|
30174
30186
|
hideBtn: { type: Boolean, default: false },
|
|
@@ -31196,13 +31208,21 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
31196
31208
|
if (_this17.value === '') _this17.value = _this17.nodeDefaultRejectOpinion;
|
|
31197
31209
|
_this17.taskReadType = 'create';
|
|
31198
31210
|
// this.showTaskRead = true;
|
|
31199
|
-
_this17.
|
|
31211
|
+
if (_this17.typeCode == 'fenyue') {
|
|
31212
|
+
_this17.showTaskRead = true;
|
|
31213
|
+
} else {
|
|
31214
|
+
_this17.btnType = _this17.btnFunValue(res.fun);
|
|
31215
|
+
}
|
|
31200
31216
|
}).catch(function (e) {});
|
|
31201
31217
|
} else {
|
|
31202
31218
|
if (_this17.value === '') _this17.value = _this17.nodeDefaultRejectOpinion;
|
|
31203
31219
|
_this17.taskReadType = 'create';
|
|
31204
31220
|
// this.showTaskRead = true;
|
|
31205
|
-
_this17.
|
|
31221
|
+
if (_this17.typeCode == 'fenyue') {
|
|
31222
|
+
_this17.showTaskRead = true;
|
|
31223
|
+
} else {
|
|
31224
|
+
_this17.btnType = _this17.btnFunValue(res.fun);
|
|
31225
|
+
}
|
|
31206
31226
|
}
|
|
31207
31227
|
}, 0);
|
|
31208
31228
|
},
|
|
@@ -33052,8 +33072,8 @@ function flowvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
33052
33072
|
|
|
33053
33073
|
var flow_component = Object(componentNormalizer["a" /* default */])(
|
|
33054
33074
|
src_flowvue_type_script_lang_js_,
|
|
33055
|
-
|
|
33056
|
-
|
|
33075
|
+
flowvue_type_template_id_7261bf44_render,
|
|
33076
|
+
flowvue_type_template_id_7261bf44_staticRenderFns,
|
|
33057
33077
|
false,
|
|
33058
33078
|
null,
|
|
33059
33079
|
null,
|
|
@@ -34369,6 +34389,8 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
34369
34389
|
//
|
|
34370
34390
|
//
|
|
34371
34391
|
//
|
|
34392
|
+
//
|
|
34393
|
+
//
|
|
34372
34394
|
|
|
34373
34395
|
|
|
34374
34396
|
|
|
@@ -34447,6 +34469,7 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
|
|
|
34447
34469
|
type: Object,
|
|
34448
34470
|
default: function _default() {}
|
|
34449
34471
|
},
|
|
34472
|
+
businessName: { type: String, default: '' },
|
|
34450
34473
|
selectorParams: {
|
|
34451
34474
|
type: Object,
|
|
34452
34475
|
default: function _default() {
|