eoss-ui 0.4.44 → 0.4.46
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/data-table.js +6 -6
- package/lib/eoss-ui.common.js +1275 -1211
- package/lib/flow-list.js +16 -40
- package/lib/flow.js +1185 -1130
- package/lib/index.js +1 -1
- package/lib/main.js +29 -8
- package/lib/menu.js +18 -6
- package/lib/nav.js +6 -6
- package/package.json +2 -2
- package/packages/data-table/src/main.vue +1 -1
- package/packages/flow/src/main.vue +26 -13
- package/packages/flow-list/src/flow-table.vue +3 -11
- package/packages/main/src/main.vue +24 -6
- package/packages/menu/src/main.vue +18 -6
- package/packages/nav/src/main.vue +7 -7
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -4505,8 +4505,8 @@ clients_src_main.install = function (Vue) {
|
|
|
4505
4505
|
};
|
|
4506
4506
|
|
|
4507
4507
|
/* harmony default export */ var clients = (clients_src_main);
|
|
4508
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=
|
|
4509
|
-
var
|
|
4508
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/main.vue?vue&type=template&id=7c8f1565&
|
|
4509
|
+
var mainvue_type_template_id_7c8f1565_render = function () {
|
|
4510
4510
|
var _vm = this
|
|
4511
4511
|
var _h = _vm.$createElement
|
|
4512
4512
|
var _c = _vm._self._c || _h
|
|
@@ -4840,11 +4840,11 @@ var mainvue_type_template_id_40654102_render = function () {
|
|
|
4840
4840
|
1
|
|
4841
4841
|
)
|
|
4842
4842
|
}
|
|
4843
|
-
var
|
|
4844
|
-
|
|
4843
|
+
var mainvue_type_template_id_7c8f1565_staticRenderFns = []
|
|
4844
|
+
mainvue_type_template_id_7c8f1565_render._withStripped = true
|
|
4845
4845
|
|
|
4846
4846
|
|
|
4847
|
-
// CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=
|
|
4847
|
+
// CONCATENATED MODULE: ./packages/data-table/src/main.vue?vue&type=template&id=7c8f1565&
|
|
4848
4848
|
|
|
4849
4849
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/data-table/src/children.vue?vue&type=template&id=796433ee&
|
|
4850
4850
|
var childrenvue_type_template_id_796433ee_render = function () {
|
|
@@ -8182,7 +8182,7 @@ var mainvue_type_script_lang_js_components;
|
|
|
8182
8182
|
},
|
|
8183
8183
|
hanleReset: function hanleReset() {
|
|
8184
8184
|
if (this.url) {
|
|
8185
|
-
this.
|
|
8185
|
+
this.wheres = {};
|
|
8186
8186
|
this.getTableData();
|
|
8187
8187
|
}
|
|
8188
8188
|
this.$emit('reset');
|
|
@@ -8308,8 +8308,8 @@ var mainvue_type_script_lang_js_components;
|
|
|
8308
8308
|
|
|
8309
8309
|
var data_table_src_main_component = normalizeComponent(
|
|
8310
8310
|
packages_data_table_src_mainvue_type_script_lang_js_,
|
|
8311
|
-
|
|
8312
|
-
|
|
8311
|
+
mainvue_type_template_id_7c8f1565_render,
|
|
8312
|
+
mainvue_type_template_id_7c8f1565_staticRenderFns,
|
|
8313
8313
|
false,
|
|
8314
8314
|
null,
|
|
8315
8315
|
null,
|
|
@@ -27971,29 +27971,60 @@ form_src_main.install = function (Vue) {
|
|
|
27971
27971
|
};
|
|
27972
27972
|
|
|
27973
27973
|
/* harmony default export */ var packages_form = (form_src_main);
|
|
27974
|
-
// 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=
|
|
27975
|
-
var
|
|
27974
|
+
// 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=b5452b5c&
|
|
27975
|
+
var mainvue_type_template_id_b5452b5c_render = function () {
|
|
27976
27976
|
var _vm = this
|
|
27977
27977
|
var _h = _vm.$createElement
|
|
27978
27978
|
var _c = _vm._self._c || _h
|
|
27979
|
-
return
|
|
27980
|
-
|
|
27981
|
-
{
|
|
27982
|
-
staticClass: "es-flow-index",
|
|
27983
|
-
class: { "es-flow-narrow": _vm.shrink },
|
|
27984
|
-
style: _vm.shrink ? "width:48px" : "",
|
|
27985
|
-
},
|
|
27986
|
-
[
|
|
27987
|
-
_c(
|
|
27979
|
+
return !_vm.shrinkAbled
|
|
27980
|
+
? _c(
|
|
27988
27981
|
"div",
|
|
27989
|
-
{
|
|
27982
|
+
{
|
|
27983
|
+
staticClass: "es-flow-index",
|
|
27984
|
+
class: { "es-flow-narrow": _vm.shrink },
|
|
27985
|
+
style: _vm.shrink ? "width:48px" : "",
|
|
27986
|
+
},
|
|
27990
27987
|
[
|
|
27991
27988
|
_c(
|
|
27992
27989
|
"div",
|
|
27993
|
-
{ staticClass: "es-flow-
|
|
27990
|
+
{ staticClass: "es-flow-top" },
|
|
27994
27991
|
[
|
|
27995
27992
|
_c(
|
|
27996
|
-
"
|
|
27993
|
+
"div",
|
|
27994
|
+
{ staticClass: "es-flow-title" },
|
|
27995
|
+
[
|
|
27996
|
+
_c(
|
|
27997
|
+
"span",
|
|
27998
|
+
{
|
|
27999
|
+
directives: [
|
|
28000
|
+
{
|
|
28001
|
+
name: "show",
|
|
28002
|
+
rawName: "v-show",
|
|
28003
|
+
value: !_vm.shrink,
|
|
28004
|
+
expression: "!shrink",
|
|
28005
|
+
},
|
|
28006
|
+
],
|
|
28007
|
+
},
|
|
28008
|
+
[
|
|
28009
|
+
_vm._v(
|
|
28010
|
+
"当前节点:" +
|
|
28011
|
+
_vm._s(_vm.isFlow ? "拟稿" : _vm.NodeName)
|
|
28012
|
+
),
|
|
28013
|
+
]
|
|
28014
|
+
),
|
|
28015
|
+
_c("es-button", {
|
|
28016
|
+
staticClass: "es-icon",
|
|
28017
|
+
attrs: {
|
|
28018
|
+
size: "medium",
|
|
28019
|
+
icon: _vm.shrink ? "es-icon-indent" : "es-icon-increase",
|
|
28020
|
+
},
|
|
28021
|
+
on: { click: _vm.setShrink },
|
|
28022
|
+
}),
|
|
28023
|
+
],
|
|
28024
|
+
1
|
|
28025
|
+
),
|
|
28026
|
+
_c(
|
|
28027
|
+
"div",
|
|
27997
28028
|
{
|
|
27998
28029
|
directives: [
|
|
27999
28030
|
{
|
|
@@ -28003,20 +28034,78 @@ var mainvue_type_template_id_508a8a72_render = function () {
|
|
|
28003
28034
|
expression: "!shrink",
|
|
28004
28035
|
},
|
|
28005
28036
|
],
|
|
28037
|
+
staticClass: "es-opinion",
|
|
28006
28038
|
},
|
|
28007
28039
|
[
|
|
28008
|
-
|
|
28009
|
-
"
|
|
28040
|
+
_c(
|
|
28041
|
+
"span",
|
|
28042
|
+
{
|
|
28043
|
+
staticClass: "es-eidt-title",
|
|
28044
|
+
style: "" + (!_vm.isFlow ? "color:red" : ""),
|
|
28045
|
+
},
|
|
28046
|
+
[_vm._v("填写意见")]
|
|
28047
|
+
),
|
|
28048
|
+
_c(
|
|
28049
|
+
"span",
|
|
28050
|
+
{
|
|
28051
|
+
directives: [
|
|
28052
|
+
{
|
|
28053
|
+
name: "show",
|
|
28054
|
+
rawName: "v-show",
|
|
28055
|
+
value: !_vm.isFlow && _vm.typeCode != "fenyue",
|
|
28056
|
+
expression: "!isFlow && typeCode != 'fenyue'",
|
|
28057
|
+
},
|
|
28058
|
+
],
|
|
28059
|
+
staticClass: "es-opinion-file",
|
|
28060
|
+
on: {
|
|
28061
|
+
click: function ($event) {
|
|
28062
|
+
_vm.showFileList = true
|
|
28063
|
+
},
|
|
28064
|
+
},
|
|
28065
|
+
},
|
|
28066
|
+
[
|
|
28067
|
+
_c("i", { staticClass: "es-icon-fujian" }),
|
|
28068
|
+
_vm._v("意见附件"),
|
|
28069
|
+
_c(
|
|
28070
|
+
"span",
|
|
28071
|
+
{
|
|
28072
|
+
directives: [
|
|
28073
|
+
{
|
|
28074
|
+
name: "show",
|
|
28075
|
+
rawName: "v-show",
|
|
28076
|
+
value: _vm.fileNum > 0,
|
|
28077
|
+
expression: "fileNum > 0",
|
|
28078
|
+
},
|
|
28079
|
+
],
|
|
28080
|
+
staticClass: "es-file-num",
|
|
28081
|
+
},
|
|
28082
|
+
[_vm._v("(" + _vm._s(_vm.fileNum) + ")")]
|
|
28083
|
+
),
|
|
28084
|
+
]
|
|
28010
28085
|
),
|
|
28011
28086
|
]
|
|
28012
28087
|
),
|
|
28013
|
-
_c("
|
|
28014
|
-
|
|
28088
|
+
_c("CommonOpinions", {
|
|
28089
|
+
directives: [
|
|
28090
|
+
{
|
|
28091
|
+
name: "show",
|
|
28092
|
+
rawName: "v-show",
|
|
28093
|
+
value: !_vm.shrink,
|
|
28094
|
+
expression: "!shrink",
|
|
28095
|
+
},
|
|
28096
|
+
],
|
|
28097
|
+
ref: "commonOpinions",
|
|
28098
|
+
staticClass: "es-common-opinions",
|
|
28015
28099
|
attrs: {
|
|
28016
|
-
|
|
28017
|
-
|
|
28100
|
+
opinion: _vm.value,
|
|
28101
|
+
isBanInputOpinion: _vm.isBanInputOpinion,
|
|
28102
|
+
nodeFixedOpinionSelectList: _vm.nodeFixedOpinionSelectList,
|
|
28103
|
+
},
|
|
28104
|
+
on: {
|
|
28105
|
+
change: function (val) {
|
|
28106
|
+
return (_vm.value = val)
|
|
28107
|
+
},
|
|
28018
28108
|
},
|
|
28019
|
-
on: { click: _vm.setShrink },
|
|
28020
28109
|
}),
|
|
28021
28110
|
],
|
|
28022
28111
|
1
|
|
@@ -28028,464 +28117,331 @@ var mainvue_type_template_id_508a8a72_render = function () {
|
|
|
28028
28117
|
{
|
|
28029
28118
|
name: "show",
|
|
28030
28119
|
rawName: "v-show",
|
|
28031
|
-
value:
|
|
28032
|
-
|
|
28120
|
+
value:
|
|
28121
|
+
(!_vm.endFlow || _vm.nodeInfos.length > 1) &&
|
|
28122
|
+
_vm.typeCode != "fenyue" &&
|
|
28123
|
+
!_vm.shrink,
|
|
28124
|
+
expression:
|
|
28125
|
+
"\n (!endFlow || nodeInfos.length > 1) && typeCode != 'fenyue' && !shrink\n ",
|
|
28033
28126
|
},
|
|
28034
28127
|
],
|
|
28035
|
-
staticClass: "es-
|
|
28128
|
+
staticClass: "es-info",
|
|
28036
28129
|
},
|
|
28037
28130
|
[
|
|
28038
28131
|
_c(
|
|
28039
|
-
"
|
|
28132
|
+
"el-form",
|
|
28040
28133
|
{
|
|
28041
|
-
|
|
28042
|
-
|
|
28043
|
-
|
|
28044
|
-
|
|
28045
|
-
|
|
28046
|
-
_c(
|
|
28047
|
-
"span",
|
|
28048
|
-
{
|
|
28049
|
-
directives: [
|
|
28050
|
-
{
|
|
28051
|
-
name: "show",
|
|
28052
|
-
rawName: "v-show",
|
|
28053
|
-
value: !_vm.isFlow && _vm.typeCode != "fenyue",
|
|
28054
|
-
expression: "!isFlow && typeCode != 'fenyue'",
|
|
28055
|
-
},
|
|
28056
|
-
],
|
|
28057
|
-
staticClass: "es-opinion-file",
|
|
28058
|
-
on: {
|
|
28059
|
-
click: function ($event) {
|
|
28060
|
-
_vm.showFileList = true
|
|
28061
|
-
},
|
|
28134
|
+
ref: "nextNode",
|
|
28135
|
+
staticClass: "demo-dynamic",
|
|
28136
|
+
attrs: {
|
|
28137
|
+
model: _vm.isFlow ? _vm.nodeInfo : _vm.nextNode,
|
|
28138
|
+
"label-width": "120px",
|
|
28062
28139
|
},
|
|
28063
28140
|
},
|
|
28064
28141
|
[
|
|
28065
|
-
|
|
28066
|
-
|
|
28067
|
-
|
|
28068
|
-
"span",
|
|
28069
|
-
{
|
|
28070
|
-
directives: [
|
|
28142
|
+
_vm.isFlow && _vm.nodeInfo.option.length > 0
|
|
28143
|
+
? _c(
|
|
28144
|
+
"el-form-item",
|
|
28071
28145
|
{
|
|
28072
|
-
|
|
28073
|
-
|
|
28074
|
-
|
|
28075
|
-
|
|
28076
|
-
|
|
28077
|
-
|
|
28078
|
-
|
|
28079
|
-
|
|
28080
|
-
|
|
28081
|
-
|
|
28082
|
-
]
|
|
28083
|
-
),
|
|
28084
|
-
]
|
|
28085
|
-
),
|
|
28086
|
-
_c("CommonOpinions", {
|
|
28087
|
-
directives: [
|
|
28088
|
-
{
|
|
28089
|
-
name: "show",
|
|
28090
|
-
rawName: "v-show",
|
|
28091
|
-
value: !_vm.shrink,
|
|
28092
|
-
expression: "!shrink",
|
|
28093
|
-
},
|
|
28094
|
-
],
|
|
28095
|
-
ref: "commonOpinions",
|
|
28096
|
-
staticClass: "es-common-opinions",
|
|
28097
|
-
attrs: {
|
|
28098
|
-
opinion: _vm.value,
|
|
28099
|
-
isBanInputOpinion: _vm.isBanInputOpinion,
|
|
28100
|
-
nodeFixedOpinionSelectList: _vm.nodeFixedOpinionSelectList,
|
|
28101
|
-
},
|
|
28102
|
-
on: {
|
|
28103
|
-
change: function (val) {
|
|
28104
|
-
return (_vm.value = val)
|
|
28105
|
-
},
|
|
28106
|
-
},
|
|
28107
|
-
}),
|
|
28108
|
-
],
|
|
28109
|
-
1
|
|
28110
|
-
),
|
|
28111
|
-
_c(
|
|
28112
|
-
"div",
|
|
28113
|
-
{
|
|
28114
|
-
directives: [
|
|
28115
|
-
{
|
|
28116
|
-
name: "show",
|
|
28117
|
-
rawName: "v-show",
|
|
28118
|
-
value:
|
|
28119
|
-
(!_vm.endFlow || _vm.nodeInfos.length > 1) &&
|
|
28120
|
-
_vm.typeCode != "fenyue" &&
|
|
28121
|
-
!_vm.shrink,
|
|
28122
|
-
expression:
|
|
28123
|
-
"\n (!endFlow || nodeInfos.length > 1) && typeCode != 'fenyue' && !shrink\n ",
|
|
28124
|
-
},
|
|
28125
|
-
],
|
|
28126
|
-
staticClass: "es-info",
|
|
28127
|
-
},
|
|
28128
|
-
[
|
|
28129
|
-
_c(
|
|
28130
|
-
"el-form",
|
|
28131
|
-
{
|
|
28132
|
-
ref: "nextNode",
|
|
28133
|
-
staticClass: "demo-dynamic",
|
|
28134
|
-
attrs: {
|
|
28135
|
-
model: _vm.isFlow ? _vm.nodeInfo : _vm.nextNode,
|
|
28136
|
-
"label-width": "120px",
|
|
28137
|
-
},
|
|
28138
|
-
},
|
|
28139
|
-
[
|
|
28140
|
-
_vm.isFlow && _vm.nodeInfo.option.length > 0
|
|
28141
|
-
? _c(
|
|
28142
|
-
"el-form-item",
|
|
28143
|
-
{
|
|
28144
|
-
attrs: {
|
|
28145
|
-
prop: "nextNode",
|
|
28146
|
-
label: "选择流程",
|
|
28147
|
-
rules: [
|
|
28148
|
-
{
|
|
28149
|
-
required: true,
|
|
28150
|
-
message: "请选择流程",
|
|
28151
|
-
trigger: "blur",
|
|
28146
|
+
attrs: {
|
|
28147
|
+
prop: "nextNode",
|
|
28148
|
+
label: "选择流程",
|
|
28149
|
+
rules: [
|
|
28150
|
+
{
|
|
28151
|
+
required: true,
|
|
28152
|
+
message: "请选择流程",
|
|
28153
|
+
trigger: "blur",
|
|
28154
|
+
},
|
|
28155
|
+
],
|
|
28152
28156
|
},
|
|
28153
|
-
],
|
|
28154
|
-
},
|
|
28155
|
-
},
|
|
28156
|
-
[
|
|
28157
|
-
_c(
|
|
28158
|
-
"el-input",
|
|
28159
|
-
{
|
|
28160
|
-
staticClass: "input-with-select select-process",
|
|
28161
|
-
attrs: { placeholder: "请输入内容" },
|
|
28162
28157
|
},
|
|
28163
28158
|
[
|
|
28164
28159
|
_c(
|
|
28165
|
-
"el-
|
|
28160
|
+
"el-input",
|
|
28166
28161
|
{
|
|
28167
|
-
|
|
28168
|
-
attrs: {
|
|
28169
|
-
slot: "prepend",
|
|
28170
|
-
placeholder: "请选择流程",
|
|
28171
|
-
},
|
|
28172
|
-
slot: "prepend",
|
|
28173
|
-
model: {
|
|
28174
|
-
value: _vm.nodeInfo.nextNode,
|
|
28175
|
-
callback: function ($$v) {
|
|
28176
|
-
_vm.$set(_vm.nodeInfo, "nextNode", $$v)
|
|
28177
|
-
},
|
|
28178
|
-
expression: "nodeInfo.nextNode",
|
|
28179
|
-
},
|
|
28180
|
-
},
|
|
28181
|
-
_vm._l(_vm.nodeInfo.option, function (items) {
|
|
28182
|
-
return _c("el-option", {
|
|
28183
|
-
key: items.id,
|
|
28184
|
-
attrs: {
|
|
28185
|
-
label: items.name,
|
|
28186
|
-
value: items.processDefId,
|
|
28187
|
-
},
|
|
28188
|
-
})
|
|
28189
|
-
}),
|
|
28190
|
-
1
|
|
28191
|
-
),
|
|
28192
|
-
_c("el-button", {
|
|
28193
|
-
attrs: { slot: "append", icon: "el-icon-picture" },
|
|
28194
|
-
on: {
|
|
28195
|
-
click: function () {
|
|
28196
|
-
_vm.showFlowChart = true
|
|
28197
|
-
},
|
|
28198
|
-
},
|
|
28199
|
-
slot: "append",
|
|
28200
|
-
}),
|
|
28201
|
-
],
|
|
28202
|
-
1
|
|
28203
|
-
),
|
|
28204
|
-
],
|
|
28205
|
-
1
|
|
28206
|
-
)
|
|
28207
|
-
: _c(
|
|
28208
|
-
"div",
|
|
28209
|
-
[
|
|
28210
|
-
_vm.isCanAddSign
|
|
28211
|
-
? _c(
|
|
28212
|
-
"el-form-item",
|
|
28213
|
-
{
|
|
28214
|
-
attrs: {
|
|
28215
|
-
prop: "isAddSign",
|
|
28216
|
-
label: "是否加签",
|
|
28217
|
-
rules: [
|
|
28218
|
-
{
|
|
28219
|
-
required: true,
|
|
28220
|
-
message: "请选择是否加签",
|
|
28221
|
-
trigger: "blur",
|
|
28222
|
-
},
|
|
28223
|
-
],
|
|
28224
|
-
},
|
|
28162
|
+
staticClass: "input-with-select select-process",
|
|
28163
|
+
attrs: { placeholder: "请输入内容" },
|
|
28225
28164
|
},
|
|
28226
28165
|
[
|
|
28227
28166
|
_c(
|
|
28228
|
-
"el-
|
|
28167
|
+
"el-select",
|
|
28229
28168
|
{
|
|
28169
|
+
staticStyle: { width: "calc(100% + 40px)" },
|
|
28170
|
+
attrs: {
|
|
28171
|
+
slot: "prepend",
|
|
28172
|
+
placeholder: "请选择流程",
|
|
28173
|
+
},
|
|
28174
|
+
slot: "prepend",
|
|
28230
28175
|
model: {
|
|
28231
|
-
value: _vm.nextNode
|
|
28176
|
+
value: _vm.nodeInfo.nextNode,
|
|
28232
28177
|
callback: function ($$v) {
|
|
28233
|
-
_vm.$set(_vm.
|
|
28178
|
+
_vm.$set(_vm.nodeInfo, "nextNode", $$v)
|
|
28234
28179
|
},
|
|
28235
|
-
expression: "nextNode
|
|
28180
|
+
expression: "nodeInfo.nextNode",
|
|
28236
28181
|
},
|
|
28237
28182
|
},
|
|
28238
|
-
|
|
28239
|
-
_c("el-
|
|
28240
|
-
|
|
28241
|
-
|
|
28242
|
-
|
|
28243
|
-
|
|
28244
|
-
|
|
28245
|
-
|
|
28183
|
+
_vm._l(_vm.nodeInfo.option, function (items) {
|
|
28184
|
+
return _c("el-option", {
|
|
28185
|
+
key: items.id,
|
|
28186
|
+
attrs: {
|
|
28187
|
+
label: items.name,
|
|
28188
|
+
value: items.processDefId,
|
|
28189
|
+
},
|
|
28190
|
+
})
|
|
28191
|
+
}),
|
|
28246
28192
|
1
|
|
28247
28193
|
),
|
|
28248
|
-
|
|
28249
|
-
1
|
|
28250
|
-
)
|
|
28251
|
-
: _vm._e(),
|
|
28252
|
-
_c(
|
|
28253
|
-
"div",
|
|
28254
|
-
{
|
|
28255
|
-
directives: [
|
|
28256
|
-
{
|
|
28257
|
-
name: "show",
|
|
28258
|
-
rawName: "v-show",
|
|
28259
|
-
value: _vm.nextNode.isAddSign === "1",
|
|
28260
|
-
expression: "nextNode.isAddSign === '1'",
|
|
28261
|
-
},
|
|
28262
|
-
],
|
|
28263
|
-
},
|
|
28264
|
-
[
|
|
28265
|
-
_c(
|
|
28266
|
-
"el-form-item",
|
|
28267
|
-
{
|
|
28268
|
-
attrs: {
|
|
28269
|
-
prop: "addSignUserId",
|
|
28270
|
-
label: "增加本环节办理人",
|
|
28271
|
-
rules: [
|
|
28272
|
-
{
|
|
28273
|
-
required: false,
|
|
28274
|
-
message: "请选择办理人",
|
|
28275
|
-
trigger: "blur",
|
|
28276
|
-
},
|
|
28277
|
-
],
|
|
28278
|
-
},
|
|
28279
|
-
},
|
|
28280
|
-
[
|
|
28281
|
-
_c("SelectUser", {
|
|
28194
|
+
_c("el-button", {
|
|
28282
28195
|
attrs: {
|
|
28283
|
-
|
|
28284
|
-
|
|
28285
|
-
title: "增加办理人",
|
|
28196
|
+
slot: "append",
|
|
28197
|
+
icon: "el-icon-picture",
|
|
28286
28198
|
},
|
|
28287
28199
|
on: {
|
|
28288
|
-
|
|
28289
|
-
_vm.
|
|
28290
|
-
$event,
|
|
28291
|
-
"addSignUserId",
|
|
28292
|
-
true
|
|
28293
|
-
)
|
|
28200
|
+
click: function () {
|
|
28201
|
+
_vm.showFlowChart = true
|
|
28294
28202
|
},
|
|
28295
28203
|
},
|
|
28204
|
+
slot: "append",
|
|
28296
28205
|
}),
|
|
28297
28206
|
],
|
|
28298
28207
|
1
|
|
28299
28208
|
),
|
|
28300
28209
|
],
|
|
28301
28210
|
1
|
|
28302
|
-
)
|
|
28303
|
-
|
|
28304
|
-
|
|
28305
|
-
|
|
28306
|
-
|
|
28307
|
-
|
|
28308
|
-
|
|
28309
|
-
|
|
28310
|
-
|
|
28311
|
-
|
|
28312
|
-
|
|
28313
|
-
|
|
28314
|
-
|
|
28211
|
+
)
|
|
28212
|
+
: _c(
|
|
28213
|
+
"div",
|
|
28214
|
+
[
|
|
28215
|
+
_vm.isCanAddSign
|
|
28216
|
+
? _c(
|
|
28217
|
+
"el-form-item",
|
|
28218
|
+
{
|
|
28219
|
+
attrs: {
|
|
28220
|
+
prop: "isAddSign",
|
|
28221
|
+
label: "是否加签",
|
|
28222
|
+
rules: [
|
|
28223
|
+
{
|
|
28224
|
+
required: true,
|
|
28225
|
+
message: "请选择是否加签",
|
|
28226
|
+
trigger: "blur",
|
|
28227
|
+
},
|
|
28228
|
+
],
|
|
28315
28229
|
},
|
|
28230
|
+
},
|
|
28231
|
+
[
|
|
28232
|
+
_c(
|
|
28233
|
+
"el-radio-group",
|
|
28234
|
+
{
|
|
28235
|
+
model: {
|
|
28236
|
+
value: _vm.nextNode.isAddSign,
|
|
28237
|
+
callback: function ($$v) {
|
|
28238
|
+
_vm.$set(
|
|
28239
|
+
_vm.nextNode,
|
|
28240
|
+
"isAddSign",
|
|
28241
|
+
$$v
|
|
28242
|
+
)
|
|
28243
|
+
},
|
|
28244
|
+
expression: "nextNode.isAddSign",
|
|
28245
|
+
},
|
|
28246
|
+
},
|
|
28247
|
+
[
|
|
28248
|
+
_c(
|
|
28249
|
+
"el-radio",
|
|
28250
|
+
{ attrs: { label: "1" } },
|
|
28251
|
+
[_vm._v("是")]
|
|
28252
|
+
),
|
|
28253
|
+
_c(
|
|
28254
|
+
"el-radio",
|
|
28255
|
+
{ attrs: { label: "2" } },
|
|
28256
|
+
[_vm._v("否")]
|
|
28257
|
+
),
|
|
28258
|
+
],
|
|
28259
|
+
1
|
|
28260
|
+
),
|
|
28316
28261
|
],
|
|
28317
|
-
|
|
28262
|
+
1
|
|
28263
|
+
)
|
|
28264
|
+
: _vm._e(),
|
|
28265
|
+
_c(
|
|
28266
|
+
"div",
|
|
28267
|
+
{
|
|
28268
|
+
directives: [
|
|
28269
|
+
{
|
|
28270
|
+
name: "show",
|
|
28271
|
+
rawName: "v-show",
|
|
28272
|
+
value: _vm.nextNode.isAddSign === "1",
|
|
28273
|
+
expression: "nextNode.isAddSign === '1'",
|
|
28274
|
+
},
|
|
28275
|
+
],
|
|
28318
28276
|
},
|
|
28319
28277
|
[
|
|
28320
28278
|
_c(
|
|
28321
|
-
"el-
|
|
28279
|
+
"el-form-item",
|
|
28322
28280
|
{
|
|
28323
|
-
|
|
28324
|
-
|
|
28325
|
-
|
|
28326
|
-
|
|
28327
|
-
|
|
28328
|
-
|
|
28329
|
-
|
|
28330
|
-
|
|
28331
|
-
|
|
28332
|
-
|
|
28281
|
+
attrs: {
|
|
28282
|
+
prop: "addSignUserId",
|
|
28283
|
+
label: "增加本环节办理人",
|
|
28284
|
+
rules: [
|
|
28285
|
+
{
|
|
28286
|
+
required: false,
|
|
28287
|
+
message: "请选择办理人",
|
|
28288
|
+
trigger: "blur",
|
|
28289
|
+
},
|
|
28290
|
+
],
|
|
28333
28291
|
},
|
|
28334
28292
|
},
|
|
28335
28293
|
[
|
|
28336
|
-
_c("
|
|
28337
|
-
|
|
28338
|
-
|
|
28339
|
-
|
|
28340
|
-
|
|
28341
|
-
|
|
28294
|
+
_c("SelectUser", {
|
|
28295
|
+
attrs: {
|
|
28296
|
+
nextUser: _vm.nextNode.addSignUserId,
|
|
28297
|
+
multiple: true,
|
|
28298
|
+
title: "增加办理人",
|
|
28299
|
+
},
|
|
28300
|
+
on: {
|
|
28301
|
+
change: function ($event) {
|
|
28302
|
+
_vm.changeSelectUser(
|
|
28303
|
+
$event,
|
|
28304
|
+
"addSignUserId",
|
|
28305
|
+
true
|
|
28306
|
+
)
|
|
28307
|
+
},
|
|
28308
|
+
},
|
|
28309
|
+
}),
|
|
28342
28310
|
],
|
|
28343
28311
|
1
|
|
28344
28312
|
),
|
|
28345
28313
|
],
|
|
28346
28314
|
1
|
|
28347
|
-
)
|
|
28348
|
-
|
|
28349
|
-
|
|
28350
|
-
|
|
28351
|
-
|
|
28352
|
-
|
|
28353
|
-
|
|
28354
|
-
|
|
28355
|
-
|
|
28356
|
-
|
|
28357
|
-
|
|
28358
|
-
|
|
28359
|
-
|
|
28360
|
-
|
|
28361
|
-
|
|
28362
|
-
_c(
|
|
28363
|
-
"el-form-item",
|
|
28364
|
-
{
|
|
28365
|
-
attrs: {
|
|
28366
|
-
prop: "removeSignUserId",
|
|
28367
|
-
label: "删除本环节办理人",
|
|
28368
|
-
rules: [
|
|
28369
|
-
{
|
|
28370
|
-
required: false,
|
|
28371
|
-
message: "请选择办理人",
|
|
28372
|
-
trigger: "blur",
|
|
28315
|
+
),
|
|
28316
|
+
_vm.isCanRemoveSign
|
|
28317
|
+
? _c(
|
|
28318
|
+
"el-form-item",
|
|
28319
|
+
{
|
|
28320
|
+
attrs: {
|
|
28321
|
+
prop: "isRemoveSign",
|
|
28322
|
+
label: "是否减签",
|
|
28323
|
+
rules: [
|
|
28324
|
+
{
|
|
28325
|
+
required: true,
|
|
28326
|
+
message: "请选择是否加签",
|
|
28327
|
+
trigger: "blur",
|
|
28328
|
+
},
|
|
28329
|
+
],
|
|
28373
28330
|
},
|
|
28331
|
+
},
|
|
28332
|
+
[
|
|
28333
|
+
_c(
|
|
28334
|
+
"el-radio-group",
|
|
28335
|
+
{
|
|
28336
|
+
model: {
|
|
28337
|
+
value: _vm.nextNode.isRemoveSign,
|
|
28338
|
+
callback: function ($$v) {
|
|
28339
|
+
_vm.$set(
|
|
28340
|
+
_vm.nextNode,
|
|
28341
|
+
"isRemoveSign",
|
|
28342
|
+
$$v
|
|
28343
|
+
)
|
|
28344
|
+
},
|
|
28345
|
+
expression: "nextNode.isRemoveSign",
|
|
28346
|
+
},
|
|
28347
|
+
},
|
|
28348
|
+
[
|
|
28349
|
+
_c(
|
|
28350
|
+
"el-radio",
|
|
28351
|
+
{ attrs: { label: "1" } },
|
|
28352
|
+
[_vm._v("是")]
|
|
28353
|
+
),
|
|
28354
|
+
_c(
|
|
28355
|
+
"el-radio",
|
|
28356
|
+
{ attrs: { label: "2" } },
|
|
28357
|
+
[_vm._v("否")]
|
|
28358
|
+
),
|
|
28359
|
+
],
|
|
28360
|
+
1
|
|
28361
|
+
),
|
|
28374
28362
|
],
|
|
28375
|
-
|
|
28363
|
+
1
|
|
28364
|
+
)
|
|
28365
|
+
: _vm._e(),
|
|
28366
|
+
_c(
|
|
28367
|
+
"div",
|
|
28368
|
+
{
|
|
28369
|
+
directives: [
|
|
28370
|
+
{
|
|
28371
|
+
name: "show",
|
|
28372
|
+
rawName: "v-show",
|
|
28373
|
+
value: _vm.nextNode.isRemoveSign === "1",
|
|
28374
|
+
expression: "nextNode.isRemoveSign === '1'",
|
|
28375
|
+
},
|
|
28376
|
+
],
|
|
28376
28377
|
},
|
|
28377
28378
|
[
|
|
28378
28379
|
_c(
|
|
28379
|
-
"el-
|
|
28380
|
+
"el-form-item",
|
|
28380
28381
|
{
|
|
28381
|
-
|
|
28382
|
-
|
|
28383
|
-
|
|
28384
|
-
|
|
28385
|
-
|
|
28386
|
-
|
|
28387
|
-
|
|
28388
|
-
|
|
28389
|
-
|
|
28390
|
-
|
|
28382
|
+
attrs: {
|
|
28383
|
+
prop: "removeSignUserId",
|
|
28384
|
+
label: "删除本环节办理人",
|
|
28385
|
+
rules: [
|
|
28386
|
+
{
|
|
28387
|
+
required: false,
|
|
28388
|
+
message: "请选择办理人",
|
|
28389
|
+
trigger: "blur",
|
|
28390
|
+
},
|
|
28391
|
+
],
|
|
28391
28392
|
},
|
|
28392
28393
|
},
|
|
28393
|
-
|
|
28394
|
-
|
|
28395
|
-
"el-checkbox",
|
|
28394
|
+
[
|
|
28395
|
+
_c(
|
|
28396
|
+
"el-checkbox-group",
|
|
28396
28397
|
{
|
|
28397
|
-
|
|
28398
|
-
|
|
28398
|
+
model: {
|
|
28399
|
+
value: _vm.nextNode.removeSignUserId,
|
|
28400
|
+
callback: function ($$v) {
|
|
28401
|
+
_vm.$set(
|
|
28402
|
+
_vm.nextNode,
|
|
28403
|
+
"removeSignUserId",
|
|
28404
|
+
$$v
|
|
28405
|
+
)
|
|
28406
|
+
},
|
|
28407
|
+
expression: "nextNode.removeSignUserId",
|
|
28408
|
+
},
|
|
28399
28409
|
},
|
|
28400
|
-
|
|
28401
|
-
|
|
28402
|
-
|
|
28410
|
+
_vm._l(_vm.removeUsers, function (item) {
|
|
28411
|
+
return _c(
|
|
28412
|
+
"el-checkbox",
|
|
28413
|
+
{
|
|
28414
|
+
key: item.userId,
|
|
28415
|
+
attrs: { label: item.userId },
|
|
28416
|
+
},
|
|
28417
|
+
[_vm._v(_vm._s(item.username))]
|
|
28418
|
+
)
|
|
28419
|
+
}),
|
|
28420
|
+
1
|
|
28421
|
+
),
|
|
28422
|
+
],
|
|
28403
28423
|
1
|
|
28404
28424
|
),
|
|
28405
28425
|
],
|
|
28406
28426
|
1
|
|
28407
28427
|
),
|
|
28408
|
-
|
|
28409
|
-
|
|
28410
|
-
|
|
28411
|
-
|
|
28412
|
-
|
|
28413
|
-
|
|
28414
|
-
|
|
28415
|
-
|
|
28416
|
-
[
|
|
28417
|
-
_vm.isChooseNextNode == 1
|
|
28418
|
-
? _c(
|
|
28419
|
-
"el-form-item",
|
|
28420
|
-
{
|
|
28421
|
-
attrs: {
|
|
28422
|
-
prop: "nextOperate",
|
|
28423
|
-
label: "下步操作",
|
|
28424
|
-
rules: [
|
|
28425
|
-
{
|
|
28426
|
-
required: true,
|
|
28427
|
-
message: "请选择下步操作",
|
|
28428
|
-
trigger: "blur",
|
|
28429
|
-
},
|
|
28430
|
-
],
|
|
28431
|
-
},
|
|
28432
|
-
},
|
|
28433
|
-
[
|
|
28434
|
-
_c(
|
|
28435
|
-
"el-select",
|
|
28436
|
-
{
|
|
28437
|
-
attrs: {
|
|
28438
|
-
placeholder: "请选择下步操作",
|
|
28439
|
-
},
|
|
28440
|
-
on: {
|
|
28441
|
-
change: function ($event) {
|
|
28442
|
-
_vm.selecNext($event, true)
|
|
28443
|
-
},
|
|
28444
|
-
},
|
|
28445
|
-
model: {
|
|
28446
|
-
value: _vm.nextNode.nextOperate,
|
|
28447
|
-
callback: function ($$v) {
|
|
28448
|
-
_vm.$set(
|
|
28449
|
-
_vm.nextNode,
|
|
28450
|
-
"nextOperate",
|
|
28451
|
-
$$v
|
|
28452
|
-
)
|
|
28453
|
-
},
|
|
28454
|
-
expression: "nextNode.nextOperate",
|
|
28455
|
-
},
|
|
28456
|
-
},
|
|
28457
|
-
_vm._l(
|
|
28458
|
-
_vm.operationList,
|
|
28459
|
-
function (items) {
|
|
28460
|
-
return _c("el-option", {
|
|
28461
|
-
key: items.key,
|
|
28462
|
-
attrs: {
|
|
28463
|
-
label: items.value,
|
|
28464
|
-
value: items.key,
|
|
28465
|
-
},
|
|
28466
|
-
})
|
|
28467
|
-
}
|
|
28468
|
-
),
|
|
28469
|
-
1
|
|
28470
|
-
),
|
|
28471
|
-
],
|
|
28472
|
-
1
|
|
28473
|
-
)
|
|
28474
|
-
: _vm._e(),
|
|
28475
|
-
!_vm.isReject && _vm.nodeInfos.length != 0
|
|
28476
|
-
? _c(
|
|
28477
|
-
"div",
|
|
28478
|
-
[
|
|
28479
|
-
_c(
|
|
28428
|
+
_vm.nextNode.isAddSign != "1" &&
|
|
28429
|
+
_vm.nextNode.isRemoveSign != "1" &&
|
|
28430
|
+
_vm.isSpecial
|
|
28431
|
+
? _c(
|
|
28432
|
+
"div",
|
|
28433
|
+
[
|
|
28434
|
+
_vm.isChooseNextNode == 1
|
|
28435
|
+
? _c(
|
|
28480
28436
|
"el-form-item",
|
|
28481
28437
|
{
|
|
28482
28438
|
attrs: {
|
|
28483
|
-
prop: "
|
|
28484
|
-
label: "
|
|
28439
|
+
prop: "nextOperate",
|
|
28440
|
+
label: "下步操作",
|
|
28485
28441
|
rules: [
|
|
28486
28442
|
{
|
|
28487
28443
|
required: true,
|
|
28488
|
-
message: "
|
|
28444
|
+
message: "请选择下步操作",
|
|
28489
28445
|
trigger: "blur",
|
|
28490
28446
|
},
|
|
28491
28447
|
],
|
|
@@ -28496,34 +28452,34 @@ var mainvue_type_template_id_508a8a72_render = function () {
|
|
|
28496
28452
|
"el-select",
|
|
28497
28453
|
{
|
|
28498
28454
|
attrs: {
|
|
28499
|
-
placeholder: "
|
|
28455
|
+
placeholder: "请选择下步操作",
|
|
28500
28456
|
},
|
|
28501
28457
|
on: {
|
|
28502
28458
|
change: function ($event) {
|
|
28503
|
-
_vm.selecNext($event,
|
|
28459
|
+
_vm.selecNext($event, true)
|
|
28504
28460
|
},
|
|
28505
28461
|
},
|
|
28506
28462
|
model: {
|
|
28507
|
-
value: _vm.nextNode.
|
|
28463
|
+
value: _vm.nextNode.nextOperate,
|
|
28508
28464
|
callback: function ($$v) {
|
|
28509
28465
|
_vm.$set(
|
|
28510
28466
|
_vm.nextNode,
|
|
28511
|
-
"
|
|
28467
|
+
"nextOperate",
|
|
28512
28468
|
$$v
|
|
28513
28469
|
)
|
|
28514
28470
|
},
|
|
28515
28471
|
expression:
|
|
28516
|
-
"nextNode.
|
|
28472
|
+
"nextNode.nextOperate",
|
|
28517
28473
|
},
|
|
28518
28474
|
},
|
|
28519
28475
|
_vm._l(
|
|
28520
|
-
_vm.
|
|
28476
|
+
_vm.operationList,
|
|
28521
28477
|
function (items) {
|
|
28522
28478
|
return _c("el-option", {
|
|
28523
|
-
key: items.
|
|
28479
|
+
key: items.key,
|
|
28524
28480
|
attrs: {
|
|
28525
|
-
label: items.
|
|
28526
|
-
value: items.
|
|
28481
|
+
label: items.value,
|
|
28482
|
+
value: items.key,
|
|
28527
28483
|
},
|
|
28528
28484
|
})
|
|
28529
28485
|
}
|
|
@@ -28532,335 +28488,370 @@ var mainvue_type_template_id_508a8a72_render = function () {
|
|
|
28532
28488
|
),
|
|
28533
28489
|
],
|
|
28534
28490
|
1
|
|
28535
|
-
)
|
|
28536
|
-
|
|
28537
|
-
|
|
28491
|
+
)
|
|
28492
|
+
: _vm._e(),
|
|
28493
|
+
!_vm.isReject && _vm.nodeInfos.length != 0
|
|
28494
|
+
? _c(
|
|
28495
|
+
"div",
|
|
28496
|
+
[
|
|
28497
|
+
_c(
|
|
28538
28498
|
"el-form-item",
|
|
28539
28499
|
{
|
|
28540
28500
|
attrs: {
|
|
28541
|
-
prop: "
|
|
28542
|
-
label: "
|
|
28501
|
+
prop: "nextNodeId",
|
|
28502
|
+
label: "下步节点",
|
|
28503
|
+
rules: [
|
|
28504
|
+
{
|
|
28505
|
+
required: true,
|
|
28506
|
+
message: "请选择下步节点",
|
|
28507
|
+
trigger: "blur",
|
|
28508
|
+
},
|
|
28509
|
+
],
|
|
28543
28510
|
},
|
|
28544
28511
|
},
|
|
28545
28512
|
[
|
|
28546
|
-
_c(
|
|
28547
|
-
|
|
28548
|
-
|
|
28549
|
-
|
|
28550
|
-
|
|
28551
|
-
|
|
28552
|
-
|
|
28553
|
-
|
|
28554
|
-
|
|
28513
|
+
_c(
|
|
28514
|
+
"el-select",
|
|
28515
|
+
{
|
|
28516
|
+
attrs: {
|
|
28517
|
+
placeholder:
|
|
28518
|
+
"请选择下步节点",
|
|
28519
|
+
},
|
|
28520
|
+
on: {
|
|
28521
|
+
change: function ($event) {
|
|
28522
|
+
_vm.selecNext(
|
|
28523
|
+
$event,
|
|
28524
|
+
false
|
|
28525
|
+
)
|
|
28526
|
+
},
|
|
28527
|
+
},
|
|
28528
|
+
model: {
|
|
28529
|
+
value:
|
|
28530
|
+
_vm.nextNode.nextNodeId,
|
|
28531
|
+
callback: function ($$v) {
|
|
28532
|
+
_vm.$set(
|
|
28533
|
+
_vm.nextNode,
|
|
28534
|
+
"nextNodeId",
|
|
28535
|
+
$$v
|
|
28536
|
+
)
|
|
28537
|
+
},
|
|
28538
|
+
expression:
|
|
28539
|
+
"nextNode.nextNodeId",
|
|
28555
28540
|
},
|
|
28556
|
-
expression: "handleMode",
|
|
28557
28541
|
},
|
|
28558
|
-
|
|
28542
|
+
_vm._l(
|
|
28543
|
+
_vm.nodeInfos,
|
|
28544
|
+
function (items) {
|
|
28545
|
+
return _c("el-option", {
|
|
28546
|
+
key: items.id,
|
|
28547
|
+
attrs: {
|
|
28548
|
+
label: items.nodeName,
|
|
28549
|
+
value: items.nodeId,
|
|
28550
|
+
},
|
|
28551
|
+
})
|
|
28552
|
+
}
|
|
28553
|
+
),
|
|
28554
|
+
1
|
|
28555
|
+
),
|
|
28559
28556
|
],
|
|
28560
28557
|
1
|
|
28561
|
-
)
|
|
28562
|
-
|
|
28563
|
-
|
|
28564
|
-
|
|
28565
|
-
|
|
28566
|
-
|
|
28567
|
-
|
|
28568
|
-
|
|
28569
|
-
|
|
28570
|
-
|
|
28571
|
-
|
|
28572
|
-
|
|
28573
|
-
|
|
28574
|
-
|
|
28575
|
-
|
|
28576
|
-
|
|
28577
|
-
|
|
28578
|
-
|
|
28579
|
-
|
|
28580
|
-
|
|
28581
|
-
|
|
28582
|
-
|
|
28583
|
-
|
|
28584
|
-
|
|
28585
|
-
|
|
28586
|
-
|
|
28587
|
-
|
|
28588
|
-
|
|
28589
|
-
|
|
28590
|
-
presetEdit: _vm.presetEdit,
|
|
28591
|
-
selectUserList:
|
|
28592
|
-
_vm.selectUserList,
|
|
28593
|
-
types: _vm.nextUserTypes,
|
|
28594
|
-
params: _vm.isShowNextUser
|
|
28595
|
-
? _vm.params
|
|
28596
|
-
: {},
|
|
28597
|
-
tabs: _vm.nextUserTabs,
|
|
28598
|
-
},
|
|
28599
|
-
on: {
|
|
28600
|
-
change: function ($event) {
|
|
28601
|
-
_vm.changeSelectUser(
|
|
28602
|
-
$event,
|
|
28603
|
-
_vm.isShowNextUser
|
|
28604
|
-
? "nextUserId"
|
|
28605
|
-
: "nextOrgId",
|
|
28606
|
-
true
|
|
28607
|
-
)
|
|
28608
|
-
},
|
|
28609
|
-
},
|
|
28610
|
-
}),
|
|
28611
|
-
],
|
|
28612
|
-
1
|
|
28613
|
-
),
|
|
28614
|
-
_vm.nodeType !== 0 &&
|
|
28615
|
-
_vm.isLimitedTimeHandling === 1
|
|
28616
|
-
? _c("TimeLimit", {
|
|
28617
|
-
attrs: { newsList: _vm.newsList },
|
|
28618
|
-
on: {
|
|
28619
|
-
change: function (val) {
|
|
28620
|
-
return (_vm.nextNode =
|
|
28621
|
-
Object.assign(
|
|
28622
|
-
{},
|
|
28623
|
-
_vm.nextNode,
|
|
28624
|
-
val
|
|
28625
|
-
))
|
|
28626
|
-
},
|
|
28627
|
-
},
|
|
28628
|
-
})
|
|
28629
|
-
: _vm._e(),
|
|
28630
|
-
_vm.isTaskread == 1
|
|
28631
|
-
? _c(
|
|
28558
|
+
),
|
|
28559
|
+
_vm.countersignaturetypeCode != 0
|
|
28560
|
+
? _c(
|
|
28561
|
+
"el-form-item",
|
|
28562
|
+
{
|
|
28563
|
+
attrs: {
|
|
28564
|
+
prop: "handleMode",
|
|
28565
|
+
label: "处理方式",
|
|
28566
|
+
},
|
|
28567
|
+
},
|
|
28568
|
+
[
|
|
28569
|
+
_c("el-input", {
|
|
28570
|
+
attrs: {
|
|
28571
|
+
placeholder: "请输入内容",
|
|
28572
|
+
disabled: "",
|
|
28573
|
+
},
|
|
28574
|
+
model: {
|
|
28575
|
+
value: _vm.handleMode,
|
|
28576
|
+
callback: function ($$v) {
|
|
28577
|
+
_vm.handleMode = $$v
|
|
28578
|
+
},
|
|
28579
|
+
expression: "handleMode",
|
|
28580
|
+
},
|
|
28581
|
+
}),
|
|
28582
|
+
],
|
|
28583
|
+
1
|
|
28584
|
+
)
|
|
28585
|
+
: _vm._e(),
|
|
28586
|
+
_c(
|
|
28632
28587
|
"el-form-item",
|
|
28633
28588
|
{
|
|
28634
28589
|
attrs: {
|
|
28635
|
-
prop:
|
|
28636
|
-
|
|
28637
|
-
"
|
|
28590
|
+
prop: _vm.isShowNextUser
|
|
28591
|
+
? "nextUserId"
|
|
28592
|
+
: "nextOrgId",
|
|
28593
|
+
label: _vm.isShowNextUser
|
|
28594
|
+
? "下步办理人"
|
|
28595
|
+
: "办理对象",
|
|
28638
28596
|
},
|
|
28639
28597
|
},
|
|
28640
28598
|
[
|
|
28641
28599
|
_c("SelectUser", {
|
|
28642
28600
|
attrs: {
|
|
28643
|
-
nextUser:
|
|
28644
|
-
_vm.nextNode.
|
|
28645
|
-
|
|
28601
|
+
nextUser: _vm.isShowNextUser
|
|
28602
|
+
? _vm.nextNode.nextUserId
|
|
28603
|
+
: _vm.nextNode.nextOrgId,
|
|
28604
|
+
radioList: _vm.radioList,
|
|
28605
|
+
multiple: _vm.multiple,
|
|
28606
|
+
isCustomUser:
|
|
28607
|
+
!_vm.isShowNextUser
|
|
28608
|
+
? 1
|
|
28609
|
+
: _vm.isCustomUser,
|
|
28610
|
+
isCurrentNodeForbiddenChangeCandidate:
|
|
28611
|
+
_vm.isCurrentNodeForbiddenChangeCandidate,
|
|
28612
|
+
options: _vm.options,
|
|
28613
|
+
mix: _vm.multiple,
|
|
28614
|
+
presetEdit: _vm.presetEdit,
|
|
28646
28615
|
selectUserList:
|
|
28647
|
-
_vm.
|
|
28648
|
-
|
|
28649
|
-
|
|
28650
|
-
|
|
28651
|
-
|
|
28616
|
+
_vm.selectUserList,
|
|
28617
|
+
types: _vm.nextUserTypes,
|
|
28618
|
+
params: _vm.isShowNextUser
|
|
28619
|
+
? _vm.params
|
|
28620
|
+
: {},
|
|
28621
|
+
tabs: _vm.nextUserTabs,
|
|
28652
28622
|
},
|
|
28653
28623
|
on: {
|
|
28654
28624
|
change: function ($event) {
|
|
28655
|
-
_vm.
|
|
28625
|
+
_vm.changeSelectUser(
|
|
28656
28626
|
$event,
|
|
28657
|
-
|
|
28627
|
+
_vm.isShowNextUser
|
|
28628
|
+
? "nextUserId"
|
|
28629
|
+
: "nextOrgId",
|
|
28630
|
+
true
|
|
28658
28631
|
)
|
|
28659
28632
|
},
|
|
28660
28633
|
},
|
|
28661
28634
|
}),
|
|
28662
28635
|
],
|
|
28663
28636
|
1
|
|
28664
|
-
)
|
|
28665
|
-
|
|
28666
|
-
|
|
28667
|
-
|
|
28668
|
-
"el-form-item",
|
|
28669
|
-
{
|
|
28670
|
-
attrs: {
|
|
28671
|
-
prop: "presetReadUserId",
|
|
28672
|
-
label:
|
|
28673
|
-
"\n 自动分阅\n ",
|
|
28674
|
-
},
|
|
28675
|
-
},
|
|
28676
|
-
[
|
|
28677
|
-
_c("SelectUser", {
|
|
28637
|
+
),
|
|
28638
|
+
_vm.nodeType !== 0 &&
|
|
28639
|
+
_vm.isLimitedTimeHandling === 1
|
|
28640
|
+
? _c("TimeLimit", {
|
|
28678
28641
|
attrs: {
|
|
28679
|
-
|
|
28680
|
-
_vm.nextNode
|
|
28681
|
-
.presetReadUserId,
|
|
28682
|
-
multiple: true,
|
|
28683
|
-
selectUserList:
|
|
28684
|
-
_vm.selectPresetUserList,
|
|
28685
|
-
options: _vm.presetOptions,
|
|
28686
|
-
radioList:
|
|
28687
|
-
_vm.presetReadUserId,
|
|
28688
|
-
presetEdit: 1,
|
|
28689
|
-
mix: true,
|
|
28690
|
-
types: _vm.types,
|
|
28691
|
-
tabs: _vm.tabs,
|
|
28642
|
+
newsList: _vm.newsList,
|
|
28692
28643
|
},
|
|
28693
28644
|
on: {
|
|
28694
|
-
change: function (
|
|
28695
|
-
_vm.
|
|
28696
|
-
|
|
28697
|
-
|
|
28698
|
-
|
|
28645
|
+
change: function (val) {
|
|
28646
|
+
return (_vm.nextNode =
|
|
28647
|
+
Object.assign(
|
|
28648
|
+
{},
|
|
28649
|
+
_vm.nextNode,
|
|
28650
|
+
val
|
|
28651
|
+
))
|
|
28699
28652
|
},
|
|
28700
28653
|
},
|
|
28701
|
-
})
|
|
28702
|
-
|
|
28703
|
-
|
|
28704
|
-
|
|
28705
|
-
|
|
28706
|
-
|
|
28707
|
-
|
|
28708
|
-
|
|
28709
|
-
|
|
28710
|
-
|
|
28711
|
-
|
|
28712
|
-
label: "办理说明",
|
|
28713
|
-
},
|
|
28714
|
-
},
|
|
28715
|
-
[
|
|
28716
|
-
_c("el-input", {
|
|
28717
|
-
attrs: {
|
|
28718
|
-
placeholder: "请输入办理说明",
|
|
28654
|
+
})
|
|
28655
|
+
: _vm._e(),
|
|
28656
|
+
_vm.isTaskread == 1
|
|
28657
|
+
? _c(
|
|
28658
|
+
"el-form-item",
|
|
28659
|
+
{
|
|
28660
|
+
attrs: {
|
|
28661
|
+
prop: "nextReadUserId",
|
|
28662
|
+
label:
|
|
28663
|
+
"\n 分阅用户\n ",
|
|
28664
|
+
},
|
|
28719
28665
|
},
|
|
28720
|
-
|
|
28721
|
-
|
|
28722
|
-
|
|
28723
|
-
|
|
28724
|
-
|
|
28725
|
-
|
|
28726
|
-
|
|
28727
|
-
|
|
28728
|
-
|
|
28666
|
+
[
|
|
28667
|
+
_c("SelectUser", {
|
|
28668
|
+
attrs: {
|
|
28669
|
+
nextUser:
|
|
28670
|
+
_vm.nextNode
|
|
28671
|
+
.nextReadUserId,
|
|
28672
|
+
multiple: true,
|
|
28673
|
+
selectUserList:
|
|
28674
|
+
_vm.selectReadUserList,
|
|
28675
|
+
options: _vm.userOptions,
|
|
28676
|
+
mix: true,
|
|
28677
|
+
types: _vm.types,
|
|
28678
|
+
tabs: _vm.tabs,
|
|
28679
|
+
},
|
|
28680
|
+
on: {
|
|
28681
|
+
change: function (
|
|
28682
|
+
$event
|
|
28683
|
+
) {
|
|
28684
|
+
_vm.changeSelectReadUser(
|
|
28685
|
+
$event,
|
|
28686
|
+
"nextReadUserId"
|
|
28687
|
+
)
|
|
28688
|
+
},
|
|
28689
|
+
},
|
|
28690
|
+
}),
|
|
28691
|
+
],
|
|
28692
|
+
1
|
|
28693
|
+
)
|
|
28694
|
+
: _vm._e(),
|
|
28695
|
+
_vm.canPresetRead
|
|
28696
|
+
? _c(
|
|
28697
|
+
"el-form-item",
|
|
28698
|
+
{
|
|
28699
|
+
attrs: {
|
|
28700
|
+
prop: "presetReadUserId",
|
|
28701
|
+
label:
|
|
28702
|
+
"\n 自动分阅\n ",
|
|
28729
28703
|
},
|
|
28730
|
-
expression:
|
|
28731
|
-
"nextNode.handleExplain",
|
|
28732
28704
|
},
|
|
28733
|
-
|
|
28734
|
-
|
|
28735
|
-
|
|
28736
|
-
|
|
28737
|
-
|
|
28738
|
-
|
|
28739
|
-
|
|
28740
|
-
|
|
28741
|
-
|
|
28742
|
-
|
|
28743
|
-
|
|
28744
|
-
|
|
28745
|
-
|
|
28746
|
-
|
|
28747
|
-
|
|
28748
|
-
|
|
28749
|
-
|
|
28750
|
-
|
|
28751
|
-
|
|
28752
|
-
|
|
28753
|
-
|
|
28754
|
-
|
|
28755
|
-
|
|
28756
|
-
|
|
28757
|
-
|
|
28758
|
-
|
|
28759
|
-
|
|
28760
|
-
|
|
28761
|
-
|
|
28762
|
-
|
|
28763
|
-
|
|
28764
|
-
|
|
28765
|
-
|
|
28766
|
-
|
|
28767
|
-
|
|
28768
|
-
|
|
28769
|
-
|
|
28770
|
-
|
|
28771
|
-
|
|
28772
|
-
|
|
28773
|
-
|
|
28774
|
-
|
|
28775
|
-
|
|
28776
|
-
|
|
28777
|
-
|
|
28778
|
-
|
|
28779
|
-
|
|
28780
|
-
|
|
28781
|
-
|
|
28782
|
-
|
|
28783
|
-
|
|
28784
|
-
|
|
28785
|
-
|
|
28786
|
-
|
|
28787
|
-
|
|
28788
|
-
|
|
28789
|
-
|
|
28790
|
-
|
|
28791
|
-
|
|
28792
|
-
|
|
28793
|
-
|
|
28794
|
-
|
|
28795
|
-
|
|
28796
|
-
|
|
28797
|
-
|
|
28798
|
-
|
|
28799
|
-
|
|
28800
|
-
|
|
28801
|
-
|
|
28802
|
-
|
|
28803
|
-
|
|
28804
|
-
|
|
28805
|
-
|
|
28806
|
-
|
|
28807
|
-
|
|
28808
|
-
|
|
28809
|
-
|
|
28810
|
-
|
|
28811
|
-
|
|
28705
|
+
[
|
|
28706
|
+
_c("SelectUser", {
|
|
28707
|
+
attrs: {
|
|
28708
|
+
nextUser:
|
|
28709
|
+
_vm.nextNode
|
|
28710
|
+
.presetReadUserId,
|
|
28711
|
+
multiple: true,
|
|
28712
|
+
selectUserList:
|
|
28713
|
+
_vm.selectPresetUserList,
|
|
28714
|
+
options:
|
|
28715
|
+
_vm.presetOptions,
|
|
28716
|
+
radioList:
|
|
28717
|
+
_vm.presetReadUserId,
|
|
28718
|
+
presetEdit: 1,
|
|
28719
|
+
mix: true,
|
|
28720
|
+
types: _vm.types,
|
|
28721
|
+
tabs: _vm.tabs,
|
|
28722
|
+
},
|
|
28723
|
+
on: {
|
|
28724
|
+
change: function (
|
|
28725
|
+
$event
|
|
28726
|
+
) {
|
|
28727
|
+
_vm.changeSelectReadUser(
|
|
28728
|
+
$event,
|
|
28729
|
+
"presetReadUserId"
|
|
28730
|
+
)
|
|
28731
|
+
},
|
|
28732
|
+
},
|
|
28733
|
+
}),
|
|
28734
|
+
],
|
|
28735
|
+
1
|
|
28736
|
+
)
|
|
28737
|
+
: _vm._e(),
|
|
28738
|
+
_vm.isHandleExplain == 1
|
|
28739
|
+
? _c(
|
|
28740
|
+
"el-form-item",
|
|
28741
|
+
{
|
|
28742
|
+
attrs: {
|
|
28743
|
+
prop: "handleExplain",
|
|
28744
|
+
label: "办理说明",
|
|
28745
|
+
},
|
|
28746
|
+
},
|
|
28747
|
+
[
|
|
28748
|
+
_c("el-input", {
|
|
28749
|
+
attrs: {
|
|
28750
|
+
placeholder:
|
|
28751
|
+
"请输入办理说明",
|
|
28752
|
+
},
|
|
28753
|
+
model: {
|
|
28754
|
+
value:
|
|
28755
|
+
_vm.nextNode
|
|
28756
|
+
.handleExplain,
|
|
28757
|
+
callback: function ($$v) {
|
|
28758
|
+
_vm.$set(
|
|
28759
|
+
_vm.nextNode,
|
|
28760
|
+
"handleExplain",
|
|
28761
|
+
$$v
|
|
28762
|
+
)
|
|
28763
|
+
},
|
|
28764
|
+
expression:
|
|
28765
|
+
"nextNode.handleExplain",
|
|
28766
|
+
},
|
|
28767
|
+
}),
|
|
28768
|
+
],
|
|
28769
|
+
1
|
|
28770
|
+
)
|
|
28771
|
+
: _vm._e(),
|
|
28772
|
+
],
|
|
28773
|
+
1
|
|
28774
|
+
)
|
|
28775
|
+
: _vm._e(),
|
|
28776
|
+
],
|
|
28777
|
+
1
|
|
28778
|
+
)
|
|
28779
|
+
: _vm._e(),
|
|
28780
|
+
],
|
|
28781
|
+
1
|
|
28782
|
+
),
|
|
28783
|
+
_vm.isCustomPreset
|
|
28784
|
+
? _c("CustomPreset", {
|
|
28785
|
+
ref: "customPreset",
|
|
28786
|
+
attrs: {
|
|
28787
|
+
nextNode: _vm.nextNode.nextNodeId,
|
|
28788
|
+
customPresetHintMessage: _vm.customPresetHintMessage,
|
|
28789
|
+
id: _vm.businessIds,
|
|
28790
|
+
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
28812
28791
|
},
|
|
28813
|
-
|
|
28814
|
-
|
|
28815
|
-
|
|
28816
|
-
|
|
28817
|
-
|
|
28818
|
-
|
|
28819
|
-
|
|
28820
|
-
|
|
28821
|
-
|
|
28822
|
-
|
|
28823
|
-
|
|
28824
|
-
|
|
28825
|
-
|
|
28826
|
-
{
|
|
28827
|
-
name: "show",
|
|
28828
|
-
rawName: "v-show",
|
|
28829
|
-
value: _vm.showNews,
|
|
28830
|
-
expression: "showNews",
|
|
28792
|
+
on: {
|
|
28793
|
+
changeCustom: function (data) {
|
|
28794
|
+
_vm.presetList = data
|
|
28795
|
+
},
|
|
28796
|
+
changeActiveNames: function (val) {
|
|
28797
|
+
return (_vm.activeNames = val)
|
|
28798
|
+
},
|
|
28799
|
+
loadingEnd: function ($event) {
|
|
28800
|
+
_vm.customLoading("end")
|
|
28801
|
+
},
|
|
28802
|
+
loadingStart: function ($event) {
|
|
28803
|
+
_vm.customLoading("start")
|
|
28804
|
+
},
|
|
28831
28805
|
},
|
|
28832
|
-
|
|
28833
|
-
|
|
28834
|
-
|
|
28806
|
+
})
|
|
28807
|
+
: _vm._e(),
|
|
28808
|
+
_vm.isPreset
|
|
28809
|
+
? _c("Preset", {
|
|
28810
|
+
attrs: {
|
|
28811
|
+
nodeId: _vm.nextNode.nextNodeId,
|
|
28812
|
+
businessId: _vm.businessIds,
|
|
28813
|
+
customPresetHintMessage: _vm.customPresetHintMessage,
|
|
28814
|
+
processDefinitionId: _vm.nodeInfo.nextNode,
|
|
28815
|
+
presetTaskNodeMap: _vm.presetTaskNodeMap,
|
|
28816
|
+
presetTaskNodeKeyStr: _vm.presetTaskNodeKeyStr,
|
|
28817
|
+
},
|
|
28818
|
+
on: {
|
|
28819
|
+
changePreset: function (data) {
|
|
28820
|
+
_vm.presetUserJson = data
|
|
28821
|
+
},
|
|
28822
|
+
loadingEnd: function ($event) {
|
|
28823
|
+
_vm.customLoading("end")
|
|
28824
|
+
},
|
|
28825
|
+
loadingStart: function ($event) {
|
|
28826
|
+
_vm.customLoading("start")
|
|
28827
|
+
},
|
|
28828
|
+
},
|
|
28829
|
+
})
|
|
28830
|
+
: _vm._e(),
|
|
28831
|
+
],
|
|
28832
|
+
1
|
|
28833
|
+
),
|
|
28834
|
+
!_vm.isFlow && _vm.isSpecial
|
|
28835
|
+
? _c(
|
|
28836
|
+
"div",
|
|
28837
|
+
{ staticStyle: { padding: "5px", background: "#fff" } },
|
|
28835
28838
|
[
|
|
28836
28839
|
_c(
|
|
28837
|
-
"
|
|
28840
|
+
"div",
|
|
28838
28841
|
{
|
|
28839
|
-
|
|
28840
|
-
|
|
28841
|
-
|
|
28842
|
-
_vm
|
|
28842
|
+
staticClass: "news",
|
|
28843
|
+
on: {
|
|
28844
|
+
click: function ($event) {
|
|
28845
|
+
_vm.showNews = !_vm.showNews
|
|
28843
28846
|
},
|
|
28844
|
-
expression: "nextNode.notificationType",
|
|
28845
28847
|
},
|
|
28846
28848
|
},
|
|
28847
|
-
|
|
28848
|
-
|
|
28849
|
-
"
|
|
28850
|
-
|
|
28851
|
-
|
|
28852
|
-
|
|
28853
|
-
},
|
|
28854
|
-
[
|
|
28855
|
-
_vm._v(
|
|
28856
|
-
"\n " +
|
|
28857
|
-
_vm._s(item.shortName) +
|
|
28858
|
-
"\n "
|
|
28859
|
-
),
|
|
28860
|
-
]
|
|
28861
|
-
)
|
|
28862
|
-
}),
|
|
28863
|
-
1
|
|
28849
|
+
[
|
|
28850
|
+
_c("span", { staticClass: "news-item" }, [
|
|
28851
|
+
_vm._v("消息通知"),
|
|
28852
|
+
]),
|
|
28853
|
+
_c("span", { class: _vm.showNews ? "show" : "sj" }),
|
|
28854
|
+
]
|
|
28864
28855
|
),
|
|
28865
28856
|
_c(
|
|
28866
28857
|
"div",
|
|
@@ -28873,445 +28864,497 @@ var mainvue_type_template_id_508a8a72_render = function () {
|
|
|
28873
28864
|
expression: "showNews",
|
|
28874
28865
|
},
|
|
28875
28866
|
],
|
|
28876
|
-
staticStyle: {
|
|
28877
|
-
"{\n border": "1px solid #ccc",
|
|
28878
|
-
padding: "5px",
|
|
28879
|
-
"border-radius": "5px",
|
|
28880
|
-
"font-size": "13px",
|
|
28881
|
-
},
|
|
28867
|
+
staticStyle: { transition: "1s" },
|
|
28882
28868
|
},
|
|
28883
28869
|
[
|
|
28884
|
-
|
|
28885
|
-
"
|
|
28886
|
-
|
|
28887
|
-
|
|
28888
|
-
|
|
28889
|
-
|
|
28890
|
-
|
|
28891
|
-
|
|
28892
|
-
|
|
28893
|
-
|
|
28894
|
-
|
|
28895
|
-
|
|
28896
|
-
|
|
28897
|
-
|
|
28898
|
-
1
|
|
28899
|
-
),
|
|
28900
|
-
_vm.typeCode != "fenyue" && !_vm.shrink
|
|
28901
|
-
? _c(
|
|
28902
|
-
"div",
|
|
28903
|
-
{
|
|
28904
|
-
staticClass: "es-flow-buttons",
|
|
28905
|
-
staticStyle: { "margin-top": "10px" },
|
|
28906
|
-
},
|
|
28907
|
-
[
|
|
28908
|
-
_vm.isSubmitButtonShowAgreeAndDisagree == 1
|
|
28909
|
-
? _c(
|
|
28910
|
-
"div",
|
|
28911
|
-
[
|
|
28912
|
-
_c(
|
|
28913
|
-
"el-button",
|
|
28914
|
-
{
|
|
28915
|
-
staticClass: "es-button-agree",
|
|
28916
|
-
attrs: { type: "primary" },
|
|
28917
|
-
on: {
|
|
28918
|
-
click: function ($event) {
|
|
28919
|
-
_vm.subProcess("同意。")
|
|
28920
|
-
},
|
|
28921
|
-
},
|
|
28922
|
-
},
|
|
28923
|
-
[_vm._v("同意")]
|
|
28924
|
-
),
|
|
28925
|
-
_c(
|
|
28926
|
-
"el-button",
|
|
28927
|
-
{
|
|
28928
|
-
staticClass: "es-button-agree",
|
|
28929
|
-
on: {
|
|
28930
|
-
click: function ($event) {
|
|
28931
|
-
_vm.subProcess("不同意。")
|
|
28870
|
+
_c(
|
|
28871
|
+
"el-checkbox-group",
|
|
28872
|
+
{
|
|
28873
|
+
model: {
|
|
28874
|
+
value: _vm.nextNode.notificationType,
|
|
28875
|
+
callback: function ($$v) {
|
|
28876
|
+
_vm.$set(
|
|
28877
|
+
_vm.nextNode,
|
|
28878
|
+
"notificationType",
|
|
28879
|
+
$$v
|
|
28880
|
+
)
|
|
28881
|
+
},
|
|
28882
|
+
expression: "nextNode.notificationType",
|
|
28883
|
+
},
|
|
28932
28884
|
},
|
|
28933
|
-
|
|
28934
|
-
|
|
28935
|
-
|
|
28936
|
-
|
|
28937
|
-
|
|
28938
|
-
|
|
28939
|
-
|
|
28940
|
-
|
|
28941
|
-
|
|
28942
|
-
|
|
28943
|
-
|
|
28885
|
+
_vm._l(_vm.newsList, function (item) {
|
|
28886
|
+
return _c(
|
|
28887
|
+
"el-checkbox",
|
|
28888
|
+
{
|
|
28889
|
+
key: item.cciValue,
|
|
28890
|
+
attrs: { label: item.cciValue },
|
|
28891
|
+
},
|
|
28892
|
+
[
|
|
28893
|
+
_vm._v(
|
|
28894
|
+
"\n " +
|
|
28895
|
+
_vm._s(item.shortName) +
|
|
28896
|
+
"\n "
|
|
28897
|
+
),
|
|
28898
|
+
]
|
|
28899
|
+
)
|
|
28900
|
+
}),
|
|
28901
|
+
1
|
|
28902
|
+
),
|
|
28903
|
+
_c(
|
|
28904
|
+
"div",
|
|
28905
|
+
{
|
|
28906
|
+
directives: [
|
|
28907
|
+
{
|
|
28908
|
+
name: "show",
|
|
28909
|
+
rawName: "v-show",
|
|
28910
|
+
value: _vm.showNews,
|
|
28911
|
+
expression: "showNews",
|
|
28912
|
+
},
|
|
28913
|
+
],
|
|
28914
|
+
staticStyle: {
|
|
28915
|
+
"{\n border": "1px solid #ccc",
|
|
28916
|
+
padding: "5px",
|
|
28917
|
+
"border-radius": "5px",
|
|
28918
|
+
"font-size": "13px",
|
|
28919
|
+
},
|
|
28944
28920
|
},
|
|
28945
|
-
|
|
28946
|
-
|
|
28947
|
-
|
|
28921
|
+
[
|
|
28922
|
+
_vm._v(
|
|
28923
|
+
"\n " +
|
|
28924
|
+
_vm._s(_vm.nextNode.notificationMsg) +
|
|
28925
|
+
"\n "
|
|
28926
|
+
),
|
|
28927
|
+
]
|
|
28928
|
+
),
|
|
28929
|
+
],
|
|
28930
|
+
1
|
|
28948
28931
|
),
|
|
28949
|
-
]
|
|
28950
|
-
1
|
|
28932
|
+
]
|
|
28951
28933
|
)
|
|
28952
28934
|
: _vm._e(),
|
|
28953
|
-
|
|
28954
|
-
|
|
28955
|
-
|
|
28956
|
-
|
|
28957
|
-
|
|
28958
|
-
|
|
28959
|
-
|
|
28960
|
-
|
|
28961
|
-
|
|
28962
|
-
|
|
28963
|
-
|
|
28935
|
+
],
|
|
28936
|
+
1
|
|
28937
|
+
),
|
|
28938
|
+
_vm.typeCode != "fenyue" && !_vm.shrink
|
|
28939
|
+
? _c(
|
|
28940
|
+
"div",
|
|
28941
|
+
{
|
|
28942
|
+
staticClass: "es-flow-buttons",
|
|
28943
|
+
staticStyle: { "margin-top": "10px" },
|
|
28944
|
+
},
|
|
28945
|
+
[
|
|
28946
|
+
_vm.isSubmitButtonShowAgreeAndDisagree == 1
|
|
28947
|
+
? _c(
|
|
28948
|
+
"div",
|
|
28949
|
+
[
|
|
28950
|
+
_c(
|
|
28951
|
+
"el-button",
|
|
28964
28952
|
{
|
|
28965
|
-
|
|
28966
|
-
|
|
28967
|
-
|
|
28968
|
-
|
|
28969
|
-
|
|
28970
|
-
|
|
28953
|
+
staticClass: "es-button-agree",
|
|
28954
|
+
attrs: { type: "primary" },
|
|
28955
|
+
on: {
|
|
28956
|
+
click: function ($event) {
|
|
28957
|
+
_vm.subProcess("同意。")
|
|
28958
|
+
},
|
|
28959
|
+
},
|
|
28971
28960
|
},
|
|
28972
|
-
|
|
28973
|
-
|
|
28974
|
-
|
|
28975
|
-
|
|
28976
|
-
|
|
28977
|
-
|
|
28978
|
-
|
|
28979
|
-
|
|
28980
|
-
|
|
28961
|
+
[_vm._v("同意")]
|
|
28962
|
+
),
|
|
28963
|
+
_c(
|
|
28964
|
+
"el-button",
|
|
28965
|
+
{
|
|
28966
|
+
staticClass: "es-button-agree",
|
|
28967
|
+
on: {
|
|
28968
|
+
click: function ($event) {
|
|
28969
|
+
_vm.subProcess("不同意。")
|
|
28970
|
+
},
|
|
28971
|
+
},
|
|
28981
28972
|
},
|
|
28982
|
-
|
|
28983
|
-
|
|
28984
|
-
|
|
28985
|
-
)
|
|
28986
|
-
}),
|
|
28987
|
-
1
|
|
28988
|
-
)
|
|
28989
|
-
: _vm._e(),
|
|
28990
|
-
!_vm.isFlow
|
|
28991
|
-
? _c(
|
|
28992
|
-
"div",
|
|
28993
|
-
{ staticClass: "es-footer-btn" },
|
|
28994
|
-
[
|
|
28995
|
-
_vm.rejectObj.fun
|
|
28996
|
-
? _c(
|
|
28973
|
+
[_vm._v("不同意")]
|
|
28974
|
+
),
|
|
28975
|
+
_c(
|
|
28997
28976
|
"el-button",
|
|
28998
28977
|
{
|
|
28999
|
-
staticClass: "
|
|
29000
|
-
|
|
29001
|
-
|
|
28978
|
+
staticClass: "es-button-agree-save",
|
|
28979
|
+
on: {
|
|
28980
|
+
click: function ($event) {
|
|
28981
|
+
_vm.saveInfo()
|
|
28982
|
+
},
|
|
28983
|
+
},
|
|
29002
28984
|
},
|
|
29003
|
-
[_vm._v("
|
|
29004
|
-
)
|
|
29005
|
-
|
|
29006
|
-
|
|
29007
|
-
|
|
28985
|
+
[_vm._v("暂存")]
|
|
28986
|
+
),
|
|
28987
|
+
],
|
|
28988
|
+
1
|
|
28989
|
+
)
|
|
28990
|
+
: _vm._e(),
|
|
28991
|
+
_vm.nodeInfos.length > 0 ||
|
|
28992
|
+
_vm.nodeInfo.option.length > 0 ||
|
|
28993
|
+
_vm.operationList.length > 0
|
|
28994
|
+
? _c(
|
|
28995
|
+
"div",
|
|
28996
|
+
{ staticClass: "es-user-defined" },
|
|
28997
|
+
_vm._l(_vm.btnList, function (item) {
|
|
28998
|
+
return _c(
|
|
29008
28999
|
"el-button",
|
|
29009
29000
|
{
|
|
29010
|
-
|
|
29011
|
-
|
|
29001
|
+
directives: [
|
|
29002
|
+
{
|
|
29003
|
+
name: "show",
|
|
29004
|
+
rawName: "v-show",
|
|
29005
|
+
value:
|
|
29006
|
+
_vm.isSubmitButtonShowAgreeAndDisagree != 1,
|
|
29007
|
+
expression:
|
|
29008
|
+
"isSubmitButtonShowAgreeAndDisagree != 1",
|
|
29009
|
+
},
|
|
29010
|
+
],
|
|
29011
|
+
key: item.name,
|
|
29012
|
+
style: _vm.btnStyle,
|
|
29013
|
+
attrs: { type: item.type },
|
|
29014
|
+
on: {
|
|
29015
|
+
click: function ($event) {
|
|
29016
|
+
item.event === "sub"
|
|
29017
|
+
? _vm.subProcess()
|
|
29018
|
+
: _vm.saveInfo(false, item)
|
|
29019
|
+
},
|
|
29020
|
+
},
|
|
29012
29021
|
},
|
|
29013
|
-
[
|
|
29022
|
+
[
|
|
29023
|
+
_vm._v(
|
|
29024
|
+
"\n " + _vm._s(item.text) + "\n "
|
|
29025
|
+
),
|
|
29026
|
+
]
|
|
29014
29027
|
)
|
|
29015
|
-
|
|
29016
|
-
|
|
29017
|
-
|
|
29018
|
-
|
|
29019
|
-
|
|
29020
|
-
|
|
29021
|
-
|
|
29022
|
-
|
|
29023
|
-
|
|
29024
|
-
|
|
29028
|
+
}),
|
|
29029
|
+
1
|
|
29030
|
+
)
|
|
29031
|
+
: _vm._e(),
|
|
29032
|
+
!_vm.isFlow
|
|
29033
|
+
? _c(
|
|
29034
|
+
"div",
|
|
29035
|
+
{ staticClass: "es-footer-btn" },
|
|
29036
|
+
[
|
|
29037
|
+
_vm.rejectObj.fun
|
|
29038
|
+
? _c(
|
|
29039
|
+
"el-button",
|
|
29040
|
+
{
|
|
29041
|
+
staticClass: "btn",
|
|
29042
|
+
attrs: { type: "danger" },
|
|
29043
|
+
on: { click: _vm.rejectBtn },
|
|
29044
|
+
},
|
|
29045
|
+
[_vm._v("\n 驳回\n ")]
|
|
29046
|
+
)
|
|
29047
|
+
: _vm._e(),
|
|
29048
|
+
_vm.pointsReadingObj.fun
|
|
29049
|
+
? _c(
|
|
29050
|
+
"el-button",
|
|
29051
|
+
{
|
|
29052
|
+
staticClass: "btn",
|
|
29053
|
+
on: { click: _vm.taskReadBtn },
|
|
29054
|
+
},
|
|
29055
|
+
[_vm._v("分阅")]
|
|
29056
|
+
)
|
|
29057
|
+
: _vm._e(),
|
|
29058
|
+
_vm._l(_vm.moreList, function (item) {
|
|
29059
|
+
return _c(
|
|
29060
|
+
"el-button",
|
|
29061
|
+
{
|
|
29062
|
+
key: item.key,
|
|
29063
|
+
staticClass: "btn",
|
|
29064
|
+
on: {
|
|
29065
|
+
click: function ($event) {
|
|
29066
|
+
_vm.goView(item)
|
|
29067
|
+
},
|
|
29068
|
+
},
|
|
29025
29069
|
},
|
|
29026
|
-
|
|
29027
|
-
|
|
29028
|
-
|
|
29029
|
-
|
|
29030
|
-
|
|
29031
|
-
)
|
|
29032
|
-
|
|
29033
|
-
|
|
29034
|
-
|
|
29035
|
-
|
|
29036
|
-
|
|
29037
|
-
|
|
29038
|
-
|
|
29039
|
-
|
|
29040
|
-
|
|
29041
|
-
|
|
29042
|
-
|
|
29043
|
-
|
|
29044
|
-
|
|
29045
|
-
|
|
29046
|
-
|
|
29047
|
-
|
|
29070
|
+
[
|
|
29071
|
+
_vm._v(
|
|
29072
|
+
"\n " + _vm._s(item.value) + "\n "
|
|
29073
|
+
),
|
|
29074
|
+
]
|
|
29075
|
+
)
|
|
29076
|
+
}),
|
|
29077
|
+
],
|
|
29078
|
+
2
|
|
29079
|
+
)
|
|
29080
|
+
: _vm._e(),
|
|
29081
|
+
]
|
|
29082
|
+
)
|
|
29083
|
+
: !_vm.shrink
|
|
29084
|
+
? _c(
|
|
29085
|
+
"div",
|
|
29086
|
+
{ staticClass: "es-fenyue-buttons" },
|
|
29087
|
+
[
|
|
29088
|
+
_c(
|
|
29089
|
+
"el-button",
|
|
29090
|
+
{
|
|
29091
|
+
staticStyle: { width: "100%", margin: "10px 0px" },
|
|
29092
|
+
attrs: { type: "primary", size: "medium" },
|
|
29093
|
+
on: {
|
|
29094
|
+
click: function ($event) {
|
|
29095
|
+
_vm.taskRead()
|
|
29096
|
+
},
|
|
29097
|
+
},
|
|
29098
|
+
},
|
|
29099
|
+
[_vm._v("\n 阅结\n ")]
|
|
29100
|
+
),
|
|
29101
|
+
_vm.isCanFenyue == "1"
|
|
29102
|
+
? _c(
|
|
29103
|
+
"el-button",
|
|
29104
|
+
{
|
|
29105
|
+
staticClass: "btn",
|
|
29106
|
+
staticStyle: { "margin-left": "0px" },
|
|
29107
|
+
attrs: { size: "medium" },
|
|
29108
|
+
on: { click: _vm.taskReadBtn },
|
|
29109
|
+
},
|
|
29110
|
+
[_vm._v("分阅")]
|
|
29111
|
+
)
|
|
29112
|
+
: _vm._e(),
|
|
29113
|
+
],
|
|
29114
|
+
1
|
|
29115
|
+
)
|
|
29116
|
+
: _vm._e(),
|
|
29117
|
+
_vm.handleVisible
|
|
29118
|
+
? _c(
|
|
29119
|
+
"es-dialog",
|
|
29048
29120
|
{
|
|
29049
|
-
|
|
29050
|
-
|
|
29121
|
+
attrs: {
|
|
29122
|
+
"append-to-body": "",
|
|
29123
|
+
title: _vm.title,
|
|
29124
|
+
"close-on-click-modal": false,
|
|
29125
|
+
visible: _vm.handleVisible,
|
|
29126
|
+
closeParent: _vm.closeParent,
|
|
29127
|
+
height: "auto",
|
|
29128
|
+
},
|
|
29051
29129
|
on: {
|
|
29052
|
-
|
|
29053
|
-
_vm.
|
|
29130
|
+
"update:visible": function ($event) {
|
|
29131
|
+
_vm.handleVisible = $event
|
|
29054
29132
|
},
|
|
29055
29133
|
},
|
|
29056
29134
|
},
|
|
29057
|
-
[
|
|
29058
|
-
|
|
29059
|
-
|
|
29060
|
-
|
|
29061
|
-
|
|
29062
|
-
|
|
29063
|
-
staticClass: "btn",
|
|
29064
|
-
staticStyle: { "margin-left": "0px" },
|
|
29065
|
-
attrs: { size: "medium" },
|
|
29066
|
-
on: { click: _vm.taskReadBtn },
|
|
29135
|
+
[
|
|
29136
|
+
_c("ProcessForm", {
|
|
29137
|
+
attrs: {
|
|
29138
|
+
id: _vm.businessIds,
|
|
29139
|
+
"process-definition-id": _vm.nodeInfo.nextNode,
|
|
29140
|
+
opinion: _vm.value,
|
|
29067
29141
|
},
|
|
29068
|
-
|
|
29069
|
-
|
|
29070
|
-
|
|
29071
|
-
|
|
29072
|
-
|
|
29073
|
-
|
|
29074
|
-
|
|
29075
|
-
|
|
29076
|
-
|
|
29077
|
-
|
|
29078
|
-
|
|
29079
|
-
|
|
29080
|
-
"
|
|
29081
|
-
|
|
29082
|
-
|
|
29083
|
-
|
|
29084
|
-
|
|
29085
|
-
|
|
29086
|
-
|
|
29087
|
-
on: {
|
|
29088
|
-
"update:visible": function ($event) {
|
|
29089
|
-
_vm.handleVisible = $event
|
|
29090
|
-
},
|
|
29091
|
-
},
|
|
29092
|
-
},
|
|
29093
|
-
[
|
|
29094
|
-
_c("ProcessForm", {
|
|
29095
|
-
attrs: {
|
|
29096
|
-
id: _vm.businessIds,
|
|
29097
|
-
"process-definition-id": _vm.nodeInfo.nextNode,
|
|
29098
|
-
opinion: _vm.value,
|
|
29099
|
-
},
|
|
29100
|
-
on: {
|
|
29101
|
-
cancel: function ($event) {
|
|
29102
|
-
_vm.closeProcess($event, "handleVisible")
|
|
29142
|
+
on: {
|
|
29143
|
+
cancel: function ($event) {
|
|
29144
|
+
_vm.closeProcess($event, "handleVisible")
|
|
29145
|
+
},
|
|
29146
|
+
},
|
|
29147
|
+
}),
|
|
29148
|
+
],
|
|
29149
|
+
1
|
|
29150
|
+
)
|
|
29151
|
+
: _vm._e(),
|
|
29152
|
+
_vm.showFlowChart
|
|
29153
|
+
? _c(
|
|
29154
|
+
"es-dialog",
|
|
29155
|
+
{
|
|
29156
|
+
attrs: {
|
|
29157
|
+
"append-to-body": "",
|
|
29158
|
+
"close-on-click-modal": false,
|
|
29159
|
+
title: "流程图查看",
|
|
29160
|
+
visible: _vm.showFlowChart,
|
|
29103
29161
|
},
|
|
29104
|
-
|
|
29105
|
-
|
|
29106
|
-
|
|
29107
|
-
|
|
29108
|
-
)
|
|
29109
|
-
: _vm._e(),
|
|
29110
|
-
_vm.showFlowChart
|
|
29111
|
-
? _c(
|
|
29112
|
-
"es-dialog",
|
|
29113
|
-
{
|
|
29114
|
-
attrs: {
|
|
29115
|
-
"append-to-body": "",
|
|
29116
|
-
"close-on-click-modal": false,
|
|
29117
|
-
title: "流程图查看",
|
|
29118
|
-
visible: _vm.showFlowChart,
|
|
29119
|
-
},
|
|
29120
|
-
on: {
|
|
29121
|
-
"update:visible": function ($event) {
|
|
29122
|
-
_vm.showFlowChart = $event
|
|
29123
|
-
},
|
|
29124
|
-
},
|
|
29125
|
-
},
|
|
29126
|
-
[
|
|
29127
|
-
_c("img", {
|
|
29128
|
-
staticStyle: { width: "100%" },
|
|
29129
|
-
attrs: {
|
|
29130
|
-
src:
|
|
29131
|
-
_vm.charUrl +
|
|
29132
|
-
"/bpm/service/diagram/getpng.png?processDefinitionId=" +
|
|
29133
|
-
_vm.nodeInfo.nextNode,
|
|
29134
|
-
alt: "加载失败",
|
|
29135
|
-
},
|
|
29136
|
-
}),
|
|
29137
|
-
]
|
|
29138
|
-
)
|
|
29139
|
-
: _vm._e(),
|
|
29140
|
-
_vm.showReject
|
|
29141
|
-
? _c(
|
|
29142
|
-
"es-dialog",
|
|
29143
|
-
{
|
|
29144
|
-
attrs: {
|
|
29145
|
-
"append-to-body": "",
|
|
29146
|
-
"close-on-click-modal": false,
|
|
29147
|
-
title: "驳回",
|
|
29148
|
-
height: "auto",
|
|
29149
|
-
visible: _vm.showReject,
|
|
29150
|
-
},
|
|
29151
|
-
on: {
|
|
29152
|
-
"update:visible": function ($event) {
|
|
29153
|
-
_vm.showReject = $event
|
|
29154
|
-
},
|
|
29155
|
-
},
|
|
29156
|
-
},
|
|
29157
|
-
[
|
|
29158
|
-
_c("ProcessReject", {
|
|
29159
|
-
attrs: {
|
|
29160
|
-
"pending-id": _vm.pendingId,
|
|
29161
|
-
option: _vm.value,
|
|
29162
|
-
"show-reject": _vm.showReject,
|
|
29163
|
-
"news-info": _vm.nextNode.notificationMsg,
|
|
29164
|
-
},
|
|
29165
|
-
on: {
|
|
29166
|
-
cancel: function ($event) {
|
|
29167
|
-
_vm.closeProcess(true, "showReject")
|
|
29162
|
+
on: {
|
|
29163
|
+
"update:visible": function ($event) {
|
|
29164
|
+
_vm.showFlowChart = $event
|
|
29165
|
+
},
|
|
29168
29166
|
},
|
|
29169
29167
|
},
|
|
29170
|
-
|
|
29171
|
-
|
|
29172
|
-
|
|
29173
|
-
|
|
29174
|
-
|
|
29175
|
-
|
|
29176
|
-
|
|
29177
|
-
|
|
29178
|
-
|
|
29179
|
-
|
|
29180
|
-
|
|
29181
|
-
|
|
29182
|
-
|
|
29183
|
-
|
|
29184
|
-
|
|
29185
|
-
|
|
29186
|
-
|
|
29187
|
-
|
|
29188
|
-
|
|
29189
|
-
|
|
29190
|
-
|
|
29191
|
-
|
|
29192
|
-
|
|
29193
|
-
|
|
29194
|
-
attrs: {
|
|
29195
|
-
"pending-id": _vm.pendingId,
|
|
29196
|
-
opinion: _vm.value,
|
|
29197
|
-
type: _vm.taskReadType,
|
|
29198
|
-
taskExamine: _vm.taskExamineInfo,
|
|
29199
|
-
"news-info": _vm.nextNode.notificationMsg,
|
|
29200
|
-
},
|
|
29201
|
-
on: {
|
|
29202
|
-
cancel: function ($event) {
|
|
29203
|
-
_vm.closeProcess($event, "showTaskRead")
|
|
29168
|
+
[
|
|
29169
|
+
_c("img", {
|
|
29170
|
+
staticStyle: { width: "100%" },
|
|
29171
|
+
attrs: {
|
|
29172
|
+
src:
|
|
29173
|
+
_vm.charUrl +
|
|
29174
|
+
"/bpm/service/diagram/getpng.png?processDefinitionId=" +
|
|
29175
|
+
_vm.nodeInfo.nextNode,
|
|
29176
|
+
alt: "加载失败",
|
|
29177
|
+
},
|
|
29178
|
+
}),
|
|
29179
|
+
]
|
|
29180
|
+
)
|
|
29181
|
+
: _vm._e(),
|
|
29182
|
+
_vm.showReject
|
|
29183
|
+
? _c(
|
|
29184
|
+
"es-dialog",
|
|
29185
|
+
{
|
|
29186
|
+
attrs: {
|
|
29187
|
+
"append-to-body": "",
|
|
29188
|
+
"close-on-click-modal": false,
|
|
29189
|
+
title: "驳回",
|
|
29190
|
+
height: "auto",
|
|
29191
|
+
visible: _vm.showReject,
|
|
29204
29192
|
},
|
|
29205
|
-
|
|
29206
|
-
|
|
29207
|
-
|
|
29208
|
-
|
|
29209
|
-
)
|
|
29210
|
-
: _vm._e(),
|
|
29211
|
-
_vm.showFileList
|
|
29212
|
-
? _c(
|
|
29213
|
-
"es-dialog",
|
|
29214
|
-
{
|
|
29215
|
-
attrs: {
|
|
29216
|
-
"append-to-body": "",
|
|
29217
|
-
"close-on-click-modal": false,
|
|
29218
|
-
title: "意见附件",
|
|
29219
|
-
visible: _vm.showFileList,
|
|
29220
|
-
},
|
|
29221
|
-
on: {
|
|
29222
|
-
"update:visible": function ($event) {
|
|
29223
|
-
_vm.showFileList = $event
|
|
29224
|
-
},
|
|
29225
|
-
},
|
|
29226
|
-
},
|
|
29227
|
-
[
|
|
29228
|
-
_c("FileList", {
|
|
29229
|
-
attrs: { ownId: _vm.pendingId, code: _vm.attachedCode },
|
|
29230
|
-
on: {
|
|
29231
|
-
changeFileNum: function (val) {
|
|
29232
|
-
return (_vm.fileNum = val)
|
|
29193
|
+
on: {
|
|
29194
|
+
"update:visible": function ($event) {
|
|
29195
|
+
_vm.showReject = $event
|
|
29196
|
+
},
|
|
29233
29197
|
},
|
|
29234
29198
|
},
|
|
29235
|
-
|
|
29236
|
-
|
|
29237
|
-
|
|
29238
|
-
|
|
29239
|
-
|
|
29240
|
-
|
|
29241
|
-
|
|
29242
|
-
|
|
29243
|
-
|
|
29244
|
-
|
|
29245
|
-
|
|
29246
|
-
|
|
29247
|
-
|
|
29248
|
-
|
|
29249
|
-
|
|
29250
|
-
|
|
29251
|
-
|
|
29252
|
-
|
|
29253
|
-
|
|
29254
|
-
|
|
29255
|
-
|
|
29256
|
-
|
|
29257
|
-
|
|
29258
|
-
|
|
29259
|
-
|
|
29260
|
-
|
|
29261
|
-
|
|
29262
|
-
|
|
29199
|
+
[
|
|
29200
|
+
_c("ProcessReject", {
|
|
29201
|
+
attrs: {
|
|
29202
|
+
"pending-id": _vm.pendingId,
|
|
29203
|
+
option: _vm.value,
|
|
29204
|
+
"show-reject": _vm.showReject,
|
|
29205
|
+
"news-info": _vm.nextNode.notificationMsg,
|
|
29206
|
+
},
|
|
29207
|
+
on: {
|
|
29208
|
+
cancel: function ($event) {
|
|
29209
|
+
_vm.closeProcess(true, "showReject")
|
|
29210
|
+
},
|
|
29211
|
+
},
|
|
29212
|
+
}),
|
|
29213
|
+
],
|
|
29214
|
+
1
|
|
29215
|
+
)
|
|
29216
|
+
: _vm._e(),
|
|
29217
|
+
_vm.showTaskRead
|
|
29218
|
+
? _c(
|
|
29219
|
+
"es-dialog",
|
|
29220
|
+
{
|
|
29221
|
+
attrs: {
|
|
29222
|
+
"append-to-body": "",
|
|
29223
|
+
"close-on-click-modal": false,
|
|
29224
|
+
title: _vm.taskReadType === "transfer" ? "转办" : "分阅",
|
|
29225
|
+
visible: _vm.showTaskRead,
|
|
29226
|
+
height: "auto",
|
|
29227
|
+
},
|
|
29228
|
+
on: {
|
|
29229
|
+
"update:visible": function ($event) {
|
|
29230
|
+
_vm.showTaskRead = $event
|
|
29231
|
+
},
|
|
29263
29232
|
},
|
|
29264
29233
|
},
|
|
29265
|
-
|
|
29266
|
-
|
|
29267
|
-
|
|
29268
|
-
|
|
29269
|
-
|
|
29270
|
-
|
|
29271
|
-
|
|
29272
|
-
|
|
29273
|
-
|
|
29274
|
-
|
|
29275
|
-
|
|
29276
|
-
|
|
29277
|
-
|
|
29278
|
-
|
|
29279
|
-
|
|
29280
|
-
|
|
29281
|
-
|
|
29282
|
-
|
|
29283
|
-
|
|
29234
|
+
[
|
|
29235
|
+
_c("StartTaskRead", {
|
|
29236
|
+
attrs: {
|
|
29237
|
+
"pending-id": _vm.pendingId,
|
|
29238
|
+
opinion: _vm.value,
|
|
29239
|
+
type: _vm.taskReadType,
|
|
29240
|
+
taskExamine: _vm.taskExamineInfo,
|
|
29241
|
+
"news-info": _vm.nextNode.notificationMsg,
|
|
29242
|
+
},
|
|
29243
|
+
on: {
|
|
29244
|
+
cancel: function ($event) {
|
|
29245
|
+
_vm.closeProcess($event, "showTaskRead")
|
|
29246
|
+
},
|
|
29247
|
+
},
|
|
29248
|
+
}),
|
|
29249
|
+
],
|
|
29250
|
+
1
|
|
29251
|
+
)
|
|
29252
|
+
: _vm._e(),
|
|
29253
|
+
_vm.showFileList
|
|
29254
|
+
? _c(
|
|
29255
|
+
"es-dialog",
|
|
29256
|
+
{
|
|
29257
|
+
attrs: {
|
|
29258
|
+
"append-to-body": "",
|
|
29259
|
+
"close-on-click-modal": false,
|
|
29260
|
+
title: "意见附件",
|
|
29261
|
+
visible: _vm.showFileList,
|
|
29262
|
+
},
|
|
29263
|
+
on: {
|
|
29264
|
+
"update:visible": function ($event) {
|
|
29265
|
+
_vm.showFileList = $event
|
|
29266
|
+
},
|
|
29267
|
+
},
|
|
29284
29268
|
},
|
|
29285
|
-
|
|
29286
|
-
|
|
29287
|
-
|
|
29288
|
-
|
|
29289
|
-
|
|
29290
|
-
|
|
29291
|
-
|
|
29292
|
-
|
|
29293
|
-
|
|
29294
|
-
|
|
29269
|
+
[
|
|
29270
|
+
_c("FileList", {
|
|
29271
|
+
attrs: { ownId: _vm.pendingId, code: _vm.attachedCode },
|
|
29272
|
+
on: {
|
|
29273
|
+
changeFileNum: function (val) {
|
|
29274
|
+
return (_vm.fileNum = val)
|
|
29275
|
+
},
|
|
29276
|
+
},
|
|
29277
|
+
}),
|
|
29278
|
+
],
|
|
29279
|
+
1
|
|
29280
|
+
)
|
|
29281
|
+
: _vm._e(),
|
|
29282
|
+
_vm.showSendMsg
|
|
29283
|
+
? _c(
|
|
29284
|
+
"es-dialog",
|
|
29285
|
+
{
|
|
29286
|
+
attrs: {
|
|
29287
|
+
"append-to-body": "",
|
|
29288
|
+
"close-on-click-modal": false,
|
|
29289
|
+
title: "发送消息",
|
|
29290
|
+
visible: _vm.showSendMsg,
|
|
29291
|
+
height: "auto",
|
|
29292
|
+
},
|
|
29293
|
+
on: {
|
|
29294
|
+
"update:visible": function ($event) {
|
|
29295
|
+
_vm.showSendMsg = $event
|
|
29296
|
+
},
|
|
29297
|
+
},
|
|
29295
29298
|
},
|
|
29296
|
-
|
|
29297
|
-
|
|
29298
|
-
_vm.
|
|
29299
|
+
[
|
|
29300
|
+
_c("SendMsg", {
|
|
29301
|
+
attrs: { pendingId: _vm.pendingId, newsList: _vm.newsList },
|
|
29302
|
+
on: {
|
|
29303
|
+
cancel: function ($event) {
|
|
29304
|
+
_vm.closeProcess($event, "showSendMsg")
|
|
29305
|
+
},
|
|
29306
|
+
},
|
|
29307
|
+
}),
|
|
29308
|
+
],
|
|
29309
|
+
1
|
|
29310
|
+
)
|
|
29311
|
+
: _vm._e(),
|
|
29312
|
+
_vm.showTaskUnionExamine
|
|
29313
|
+
? _c(
|
|
29314
|
+
"es-dialog",
|
|
29315
|
+
{
|
|
29316
|
+
attrs: {
|
|
29317
|
+
"append-to-body": "",
|
|
29318
|
+
"close-on-click-modal": false,
|
|
29319
|
+
title: _vm.flowTitle,
|
|
29320
|
+
visible: _vm.showTaskUnionExamine,
|
|
29321
|
+
height: "auto",
|
|
29322
|
+
},
|
|
29323
|
+
on: {
|
|
29324
|
+
"update:visible": function ($event) {
|
|
29325
|
+
_vm.showTaskUnionExamine = $event
|
|
29326
|
+
},
|
|
29299
29327
|
},
|
|
29300
29328
|
},
|
|
29301
|
-
|
|
29302
|
-
|
|
29303
|
-
|
|
29304
|
-
|
|
29305
|
-
|
|
29306
|
-
|
|
29307
|
-
|
|
29308
|
-
|
|
29329
|
+
[
|
|
29330
|
+
_c("TaskUnionExamine", {
|
|
29331
|
+
attrs: {
|
|
29332
|
+
pendingId: _vm.pendingId,
|
|
29333
|
+
defaultOpinion: _vm.nodeDefaultSubmitOpinion,
|
|
29334
|
+
type: _vm.flowType,
|
|
29335
|
+
multiple: _vm.flowMultiple,
|
|
29336
|
+
disabled: _vm.flowDisabled,
|
|
29337
|
+
},
|
|
29338
|
+
on: {
|
|
29339
|
+
cancel: function ($event) {
|
|
29340
|
+
_vm.closeProcess($event, "showTaskUnionExamine")
|
|
29341
|
+
},
|
|
29342
|
+
},
|
|
29343
|
+
}),
|
|
29344
|
+
],
|
|
29345
|
+
1
|
|
29346
|
+
)
|
|
29347
|
+
: _vm._e(),
|
|
29348
|
+
],
|
|
29349
|
+
1
|
|
29350
|
+
)
|
|
29351
|
+
: _vm._e()
|
|
29309
29352
|
}
|
|
29310
|
-
var
|
|
29311
|
-
|
|
29353
|
+
var mainvue_type_template_id_b5452b5c_staticRenderFns = []
|
|
29354
|
+
mainvue_type_template_id_b5452b5c_render._withStripped = true
|
|
29312
29355
|
|
|
29313
29356
|
|
|
29314
|
-
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=
|
|
29357
|
+
// CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=b5452b5c&
|
|
29315
29358
|
|
|
29316
29359
|
// 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=4e1f4030&
|
|
29317
29360
|
var CommonOpinionsvue_type_template_id_4e1f4030_render = function () {
|
|
@@ -36754,6 +36797,13 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
36754
36797
|
//
|
|
36755
36798
|
//
|
|
36756
36799
|
//
|
|
36800
|
+
//
|
|
36801
|
+
//
|
|
36802
|
+
//
|
|
36803
|
+
//
|
|
36804
|
+
//
|
|
36805
|
+
//
|
|
36806
|
+
//
|
|
36757
36807
|
|
|
36758
36808
|
|
|
36759
36809
|
|
|
@@ -36815,6 +36865,7 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
36815
36865
|
flowMultiple: true,
|
|
36816
36866
|
isCustomUser: 0,
|
|
36817
36867
|
shrink: false,
|
|
36868
|
+
shrinkAbled: false,
|
|
36818
36869
|
taskExamineInfo: {},
|
|
36819
36870
|
presetUserJson: [],
|
|
36820
36871
|
presetList: [],
|
|
@@ -37053,7 +37104,6 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
37053
37104
|
}
|
|
37054
37105
|
},
|
|
37055
37106
|
setShrink: function setShrink() {
|
|
37056
|
-
this.shrink = !this.shrink;
|
|
37057
37107
|
this.$emit('shrink', this.shrink);
|
|
37058
37108
|
},
|
|
37059
37109
|
customLoading: function customLoading(type) {
|
|
@@ -37767,35 +37817,33 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
37767
37817
|
};
|
|
37768
37818
|
utils_util["a" /* default */].ajax({ url: api["A" /* getHandleInfoHtml */], params: params }).then(function (res) {
|
|
37769
37819
|
//pc返回数据
|
|
37770
|
-
var status = res.status,
|
|
37771
|
-
message = res.message,
|
|
37772
|
-
_res$data2 = res.data,
|
|
37773
|
-
isEndUserTask = _res$data2.isEndUserTask,
|
|
37774
|
-
nextNodeList = _res$data2.nextNodeList,
|
|
37775
|
-
taskOperations = _res$data2.taskOperations,
|
|
37776
|
-
isCustomPreset = _res$data2.isCustomPreset,
|
|
37777
|
-
presetTaskNodeKeyStr = _res$data2.presetTaskNodeKeyStr,
|
|
37778
|
-
presetTaskNodeMap = _res$data2.presetTaskNodeMap,
|
|
37779
|
-
isPreset = _res$data2.isPreset,
|
|
37780
|
-
choiceOrgId = _res$data2.choiceOrgId,
|
|
37781
|
-
choiceDeptId = _res$data2.choiceDeptId,
|
|
37782
|
-
pOrgId = _res$data2.pOrgId,
|
|
37783
|
-
taskExamine = _res$data2.taskExamine,
|
|
37784
|
-
nodeInfoMap = _res$data2.nodeInfoMap,
|
|
37785
|
-
canRemoveSignUserList = _res$data2.canRemoveSignUserList,
|
|
37786
|
-
defaultNotificationMessage = _res$data2.defaultNotificationMessage,
|
|
37787
|
-
customPresetHintMessage = _res$data2.customPresetHintMessage,
|
|
37788
|
-
isCanAddSign = _res$data2.isCanAddSign,
|
|
37789
|
-
isCanRemoveSign = _res$data2.isCanRemoveSign,
|
|
37790
|
-
attachedCode = _res$data2.attachedCode,
|
|
37791
|
-
isSpecial = _res$data2.isSpecial,
|
|
37792
|
-
opinion = _res$data2.opinion,
|
|
37793
|
-
canPresetRead = _res$data2.canPresetRead,
|
|
37794
|
-
isCdjxjTaskHandle = _res$data2.isCdjxjTaskHandle,
|
|
37795
|
-
taskButtonList = _res$data2.taskButtonList;
|
|
37796
37820
|
|
|
37797
37821
|
_this14.loading.close();
|
|
37798
|
-
if (status === 'success') {
|
|
37822
|
+
if (res.status === 'success') {
|
|
37823
|
+
var _res$data2 = res.data,
|
|
37824
|
+
nextNodeList = _res$data2.nextNodeList,
|
|
37825
|
+
taskOperations = _res$data2.taskOperations,
|
|
37826
|
+
isCustomPreset = _res$data2.isCustomPreset,
|
|
37827
|
+
presetTaskNodeKeyStr = _res$data2.presetTaskNodeKeyStr,
|
|
37828
|
+
presetTaskNodeMap = _res$data2.presetTaskNodeMap,
|
|
37829
|
+
isPreset = _res$data2.isPreset,
|
|
37830
|
+
choiceOrgId = _res$data2.choiceOrgId,
|
|
37831
|
+
choiceDeptId = _res$data2.choiceDeptId,
|
|
37832
|
+
pOrgId = _res$data2.pOrgId,
|
|
37833
|
+
taskExamine = _res$data2.taskExamine,
|
|
37834
|
+
nodeInfoMap = _res$data2.nodeInfoMap,
|
|
37835
|
+
canRemoveSignUserList = _res$data2.canRemoveSignUserList,
|
|
37836
|
+
defaultNotificationMessage = _res$data2.defaultNotificationMessage,
|
|
37837
|
+
customPresetHintMessage = _res$data2.customPresetHintMessage,
|
|
37838
|
+
isCanAddSign = _res$data2.isCanAddSign,
|
|
37839
|
+
isCanRemoveSign = _res$data2.isCanRemoveSign,
|
|
37840
|
+
attachedCode = _res$data2.attachedCode,
|
|
37841
|
+
isSpecial = _res$data2.isSpecial,
|
|
37842
|
+
opinion = _res$data2.opinion,
|
|
37843
|
+
canPresetRead = _res$data2.canPresetRead,
|
|
37844
|
+
isCdjxjTaskHandle = _res$data2.isCdjxjTaskHandle,
|
|
37845
|
+
taskButtonList = _res$data2.taskButtonList;
|
|
37846
|
+
|
|
37799
37847
|
_this14.$emit('startTaskRead', res);
|
|
37800
37848
|
_this14.endFlowInfo.choiceOrgId = choiceOrgId;
|
|
37801
37849
|
_this14.endFlowInfo.choiceDeptId = choiceDeptId;
|
|
@@ -37877,7 +37925,9 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
37877
37925
|
_this14.choiceOrgId = choiceOrgId;
|
|
37878
37926
|
_this14.choiceDeptId = choiceDeptId;
|
|
37879
37927
|
_this14.pOrgId = pOrgId;
|
|
37880
|
-
|
|
37928
|
+
if (res.data && res.data.isEndUserTask != undefined) {
|
|
37929
|
+
_this14.isEndUserTask = res.data.isEndUserTask;
|
|
37930
|
+
}
|
|
37881
37931
|
if (JSON.stringify(taskExamine) != '{}' && taskExamine) {
|
|
37882
37932
|
_this14.nodeInfo.nextNode = taskExamine.processDefinitionId;
|
|
37883
37933
|
_this14.NodeName = taskExamine.nodeName;
|
|
@@ -37943,7 +37993,12 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
37943
37993
|
_this14.getNodeType();
|
|
37944
37994
|
_this14.getNodeInfo();
|
|
37945
37995
|
} else {
|
|
37946
|
-
|
|
37996
|
+
if (res.status === "taskCompleted") {
|
|
37997
|
+
_this14.shrinkAbled = true;
|
|
37998
|
+
_this14.$message.warning(res.message || '系统错误,请联系管理员!');
|
|
37999
|
+
} else {
|
|
38000
|
+
_this14.$message.error(res.message || '系统错误,请联系管理员!');
|
|
38001
|
+
}
|
|
37947
38002
|
}
|
|
37948
38003
|
}).catch(function (err) {
|
|
37949
38004
|
_this14.loading.close();
|
|
@@ -38321,8 +38376,8 @@ function flow_src_mainvue_type_script_lang_js_asyncToGenerator(fn) { return func
|
|
|
38321
38376
|
|
|
38322
38377
|
var flow_src_main_component = normalizeComponent(
|
|
38323
38378
|
packages_flow_src_mainvue_type_script_lang_js_,
|
|
38324
|
-
|
|
38325
|
-
|
|
38379
|
+
mainvue_type_template_id_b5452b5c_render,
|
|
38380
|
+
mainvue_type_template_id_b5452b5c_staticRenderFns,
|
|
38326
38381
|
false,
|
|
38327
38382
|
null,
|
|
38328
38383
|
null,
|
|
@@ -40099,8 +40154,8 @@ mainvue_type_template_id_0fd64532_render._withStripped = true
|
|
|
40099
40154
|
|
|
40100
40155
|
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=0fd64532&
|
|
40101
40156
|
|
|
40102
|
-
// 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/flow-table.vue?vue&type=template&id=
|
|
40103
|
-
var
|
|
40157
|
+
// 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/flow-table.vue?vue&type=template&id=6b55e38f&
|
|
40158
|
+
var flow_tablevue_type_template_id_6b55e38f_render = function () {
|
|
40104
40159
|
var _vm = this
|
|
40105
40160
|
var _h = _vm.$createElement
|
|
40106
40161
|
var _c = _vm._self._c || _h
|
|
@@ -40129,6 +40184,7 @@ var flow_tablevue_type_template_id_5d31b89d_render = function () {
|
|
|
40129
40184
|
align: "center",
|
|
40130
40185
|
label: "经办部门",
|
|
40131
40186
|
width: "150",
|
|
40187
|
+
"show-overflow-tooltip": "",
|
|
40132
40188
|
},
|
|
40133
40189
|
}),
|
|
40134
40190
|
_c("el-table-column", {
|
|
@@ -40136,35 +40192,18 @@ var flow_tablevue_type_template_id_5d31b89d_render = function () {
|
|
|
40136
40192
|
align: "center",
|
|
40137
40193
|
label: "步骤",
|
|
40138
40194
|
width: "110",
|
|
40195
|
+
prop: "itemname",
|
|
40139
40196
|
"show-overflow-tooltip": "",
|
|
40140
40197
|
},
|
|
40141
|
-
scopedSlots: _vm._u([
|
|
40142
|
-
{
|
|
40143
|
-
key: "default",
|
|
40144
|
-
fn: function (scope) {
|
|
40145
|
-
return [
|
|
40146
|
-
_c("span", { attrs: { title: scope.row.itemname } }, [
|
|
40147
|
-
_vm._v(_vm._s(scope.row.itemid)),
|
|
40148
|
-
]),
|
|
40149
|
-
]
|
|
40150
|
-
},
|
|
40151
|
-
},
|
|
40152
|
-
]),
|
|
40153
40198
|
}),
|
|
40154
40199
|
_c("el-table-column", {
|
|
40155
|
-
attrs: {
|
|
40156
|
-
|
|
40157
|
-
|
|
40158
|
-
|
|
40159
|
-
|
|
40160
|
-
|
|
40161
|
-
|
|
40162
|
-
_vm._v(_vm._s(scope.row.userid)),
|
|
40163
|
-
]),
|
|
40164
|
-
]
|
|
40165
|
-
},
|
|
40166
|
-
},
|
|
40167
|
-
]),
|
|
40200
|
+
attrs: {
|
|
40201
|
+
align: "center",
|
|
40202
|
+
"show-overflow-tooltip": "",
|
|
40203
|
+
prop: "userName",
|
|
40204
|
+
label: "办理人",
|
|
40205
|
+
width: "110",
|
|
40206
|
+
},
|
|
40168
40207
|
}),
|
|
40169
40208
|
_c("el-table-column", {
|
|
40170
40209
|
attrs: {
|
|
@@ -40517,11 +40556,11 @@ var flow_tablevue_type_template_id_5d31b89d_render = function () {
|
|
|
40517
40556
|
1
|
|
40518
40557
|
)
|
|
40519
40558
|
}
|
|
40520
|
-
var
|
|
40521
|
-
|
|
40559
|
+
var flow_tablevue_type_template_id_6b55e38f_staticRenderFns = []
|
|
40560
|
+
flow_tablevue_type_template_id_6b55e38f_render._withStripped = true
|
|
40522
40561
|
|
|
40523
40562
|
|
|
40524
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/flow-table.vue?vue&type=template&id=
|
|
40563
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/flow-table.vue?vue&type=template&id=6b55e38f&
|
|
40525
40564
|
|
|
40526
40565
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/flow-table.vue?vue&type=script&lang=js&
|
|
40527
40566
|
var flow_tablevue_type_script_lang_js_components;
|
|
@@ -40709,14 +40748,6 @@ var flow_tablevue_type_script_lang_js_components;
|
|
|
40709
40748
|
//
|
|
40710
40749
|
//
|
|
40711
40750
|
//
|
|
40712
|
-
//
|
|
40713
|
-
//
|
|
40714
|
-
//
|
|
40715
|
-
//
|
|
40716
|
-
//
|
|
40717
|
-
//
|
|
40718
|
-
//
|
|
40719
|
-
//
|
|
40720
40751
|
|
|
40721
40752
|
|
|
40722
40753
|
|
|
@@ -40986,8 +41017,8 @@ var flow_tablevue_type_script_lang_js_components;
|
|
|
40986
41017
|
|
|
40987
41018
|
var flow_table_component = normalizeComponent(
|
|
40988
41019
|
src_flow_tablevue_type_script_lang_js_,
|
|
40989
|
-
|
|
40990
|
-
|
|
41020
|
+
flow_tablevue_type_template_id_6b55e38f_render,
|
|
41021
|
+
flow_tablevue_type_template_id_6b55e38f_staticRenderFns,
|
|
40991
41022
|
false,
|
|
40992
41023
|
null,
|
|
40993
41024
|
null,
|
|
@@ -45496,8 +45527,8 @@ login_src_main.install = function (Vue) {
|
|
|
45496
45527
|
};
|
|
45497
45528
|
|
|
45498
45529
|
/* harmony default export */ var login = (login_src_main);
|
|
45499
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=
|
|
45500
|
-
var
|
|
45530
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/main.vue?vue&type=template&id=6b3fed86&
|
|
45531
|
+
var mainvue_type_template_id_6b3fed86_render = function () {
|
|
45501
45532
|
var _vm = this
|
|
45502
45533
|
var _h = _vm.$createElement
|
|
45503
45534
|
var _c = _vm._self._c || _h
|
|
@@ -45695,6 +45726,9 @@ var mainvue_type_template_id_7e69a69c_render = function () {
|
|
|
45695
45726
|
"is-default": _vm.isDefault,
|
|
45696
45727
|
},
|
|
45697
45728
|
on: {
|
|
45729
|
+
open: function (res) {
|
|
45730
|
+
_vm.handleSelect(res, "menu")
|
|
45731
|
+
},
|
|
45698
45732
|
trigger: function (res) {
|
|
45699
45733
|
_vm.handleSelect(res, "sub")
|
|
45700
45734
|
},
|
|
@@ -45911,11 +45945,11 @@ var mainvue_type_template_id_7e69a69c_render = function () {
|
|
|
45911
45945
|
1
|
|
45912
45946
|
)
|
|
45913
45947
|
}
|
|
45914
|
-
var
|
|
45915
|
-
|
|
45948
|
+
var mainvue_type_template_id_6b3fed86_staticRenderFns = []
|
|
45949
|
+
mainvue_type_template_id_6b3fed86_render._withStripped = true
|
|
45916
45950
|
|
|
45917
45951
|
|
|
45918
|
-
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=
|
|
45952
|
+
// CONCATENATED MODULE: ./packages/main/src/main.vue?vue&type=template&id=6b3fed86&
|
|
45919
45953
|
|
|
45920
45954
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/main/src/userinfo.vue?vue&type=template&id=1965153d&
|
|
45921
45955
|
var userinfovue_type_template_id_1965153d_render = function () {
|
|
@@ -47689,6 +47723,11 @@ var main_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
|
|
|
47689
47723
|
//
|
|
47690
47724
|
//
|
|
47691
47725
|
//
|
|
47726
|
+
//
|
|
47727
|
+
//
|
|
47728
|
+
//
|
|
47729
|
+
//
|
|
47730
|
+
//
|
|
47692
47731
|
|
|
47693
47732
|
|
|
47694
47733
|
|
|
@@ -48726,12 +48765,25 @@ var log = utils_util["a" /* default */].getParams('console');
|
|
|
48726
48765
|
}
|
|
48727
48766
|
}
|
|
48728
48767
|
if (node.url) {
|
|
48729
|
-
|
|
48730
|
-
|
|
48731
|
-
|
|
48732
|
-
|
|
48733
|
-
|
|
48734
|
-
|
|
48768
|
+
if (node.children && node.children.length) {
|
|
48769
|
+
var _tab = node.children.filter(function (item) {
|
|
48770
|
+
return item.url === node.url;
|
|
48771
|
+
})[0];
|
|
48772
|
+
if (_tab) {
|
|
48773
|
+
if (this.biserial) {
|
|
48774
|
+
this.$set(this.active, 1, _tab.id);
|
|
48775
|
+
} else {
|
|
48776
|
+
this.active = _tab.id;
|
|
48777
|
+
}
|
|
48778
|
+
}
|
|
48779
|
+
} else {
|
|
48780
|
+
var _tab2 = (node.fourthTabs || []).filter(function (item) {
|
|
48781
|
+
return item.url === node.url;
|
|
48782
|
+
})[0];
|
|
48783
|
+
if (_tab2) {
|
|
48784
|
+
this.tabs = node.fourthTabs;
|
|
48785
|
+
this.tabsId = _tab2.id;
|
|
48786
|
+
}
|
|
48735
48787
|
}
|
|
48736
48788
|
} else if (node.fourthTabs.length) {
|
|
48737
48789
|
this.tabs = node.fourthTabs;
|
|
@@ -49115,8 +49167,8 @@ var log = utils_util["a" /* default */].getParams('console');
|
|
|
49115
49167
|
|
|
49116
49168
|
var main_src_main_component = normalizeComponent(
|
|
49117
49169
|
packages_main_src_mainvue_type_script_lang_js_,
|
|
49118
|
-
|
|
49119
|
-
|
|
49170
|
+
mainvue_type_template_id_6b3fed86_render,
|
|
49171
|
+
mainvue_type_template_id_6b3fed86_staticRenderFns,
|
|
49120
49172
|
false,
|
|
49121
49173
|
null,
|
|
49122
49174
|
null,
|
|
@@ -53093,13 +53145,25 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
|
|
|
53093
53145
|
mode: this.mode
|
|
53094
53146
|
});
|
|
53095
53147
|
},
|
|
53096
|
-
handleOpen: function handleOpen(key, keyPath) {
|
|
53148
|
+
handleOpen: function handleOpen(key, keyPath, item) {
|
|
53097
53149
|
this.menuId = key;
|
|
53098
|
-
this.$emit('open', {
|
|
53150
|
+
this.$emit('open', {
|
|
53151
|
+
key: key,
|
|
53152
|
+
path: keyPath,
|
|
53153
|
+
node: item.$attrs.data,
|
|
53154
|
+
item: item,
|
|
53155
|
+
mode: this.mode
|
|
53156
|
+
});
|
|
53099
53157
|
},
|
|
53100
|
-
handleClose: function handleClose(key, keyPath) {
|
|
53158
|
+
handleClose: function handleClose(key, keyPath, item) {
|
|
53101
53159
|
this.menuId = null;
|
|
53102
|
-
this.$emit('close', {
|
|
53160
|
+
this.$emit('close', {
|
|
53161
|
+
key: key,
|
|
53162
|
+
path: keyPath,
|
|
53163
|
+
node: item.$attrs.data,
|
|
53164
|
+
item: item,
|
|
53165
|
+
mode: this.mode
|
|
53166
|
+
});
|
|
53103
53167
|
},
|
|
53104
53168
|
getSub: function getSub(item, h, popper) {
|
|
53105
53169
|
var _this3 = this;
|
|
@@ -53145,7 +53209,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
|
|
|
53145
53209
|
maxHeight: this.maxHeight,
|
|
53146
53210
|
paddingLeft: this.paddingLeft
|
|
53147
53211
|
},
|
|
53148
|
-
attrs: { index: item.id, key: item.id }
|
|
53212
|
+
attrs: { data: item, index: item.id, key: item.id }
|
|
53149
53213
|
}, doms)];
|
|
53150
53214
|
} else if (this.deep && this.mode === 'horizontal' && item.fourthTabs && item.fourthTabs.length && (!item.extendData || item.extendData.businessStatus != 0)) {
|
|
53151
53215
|
doms = doms.concat(item.fourthTabs.map(function (ele, index) {
|
|
@@ -53163,7 +53227,7 @@ var menu_src_mainvue_type_script_lang_js_extends = Object.assign || function (ta
|
|
|
53163
53227
|
maxHeight: this.maxHeight,
|
|
53164
53228
|
paddingLeft: this.paddingLeft
|
|
53165
53229
|
},
|
|
53166
|
-
attrs: { index: item.id, key: item.id }
|
|
53230
|
+
attrs: { data: item, index: item.id, key: item.id }
|
|
53167
53231
|
}, doms)];
|
|
53168
53232
|
} else {
|
|
53169
53233
|
return [h('el-menu-item', {
|
|
@@ -53284,8 +53348,8 @@ menu_src_main.install = function (Vue) {
|
|
|
53284
53348
|
};
|
|
53285
53349
|
|
|
53286
53350
|
/* harmony default export */ var menu = (menu_src_main);
|
|
53287
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=template&id=
|
|
53288
|
-
var
|
|
53351
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=template&id=84cce570&
|
|
53352
|
+
var mainvue_type_template_id_84cce570_render = function () {
|
|
53289
53353
|
var _vm = this
|
|
53290
53354
|
var _h = _vm.$createElement
|
|
53291
53355
|
var _c = _vm._self._c || _h
|
|
@@ -53423,11 +53487,11 @@ var mainvue_type_template_id_a32b0cca_render = function () {
|
|
|
53423
53487
|
]
|
|
53424
53488
|
)
|
|
53425
53489
|
}
|
|
53426
|
-
var
|
|
53427
|
-
|
|
53490
|
+
var mainvue_type_template_id_84cce570_staticRenderFns = []
|
|
53491
|
+
mainvue_type_template_id_84cce570_render._withStripped = true
|
|
53428
53492
|
|
|
53429
53493
|
|
|
53430
|
-
// CONCATENATED MODULE: ./packages/nav/src/main.vue?vue&type=template&id=
|
|
53494
|
+
// CONCATENATED MODULE: ./packages/nav/src/main.vue?vue&type=template&id=84cce570&
|
|
53431
53495
|
|
|
53432
53496
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/nav/src/main.vue?vue&type=script&lang=js&
|
|
53433
53497
|
//
|
|
@@ -53650,11 +53714,11 @@ mainvue_type_template_id_a32b0cca_render._withStripped = true
|
|
|
53650
53714
|
handleSelect: function handleSelect(res) {
|
|
53651
53715
|
this.$emit('select', res);
|
|
53652
53716
|
},
|
|
53653
|
-
handleOpen: function handleOpen(
|
|
53654
|
-
this.$emit('open',
|
|
53717
|
+
handleOpen: function handleOpen(res) {
|
|
53718
|
+
this.$emit('open', res);
|
|
53655
53719
|
},
|
|
53656
|
-
handleClose: function handleClose(
|
|
53657
|
-
this.$emit('close',
|
|
53720
|
+
handleClose: function handleClose(res) {
|
|
53721
|
+
this.$emit('close', res);
|
|
53658
53722
|
},
|
|
53659
53723
|
resetHeight: function resetHeight() {
|
|
53660
53724
|
var _this3 = this;
|
|
@@ -53688,8 +53752,8 @@ mainvue_type_template_id_a32b0cca_render._withStripped = true
|
|
|
53688
53752
|
|
|
53689
53753
|
var nav_src_main_component = normalizeComponent(
|
|
53690
53754
|
packages_nav_src_mainvue_type_script_lang_js_,
|
|
53691
|
-
|
|
53692
|
-
|
|
53755
|
+
mainvue_type_template_id_84cce570_render,
|
|
53756
|
+
mainvue_type_template_id_84cce570_staticRenderFns,
|
|
53693
53757
|
false,
|
|
53694
53758
|
null,
|
|
53695
53759
|
null,
|
|
@@ -71051,7 +71115,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
71051
71115
|
}
|
|
71052
71116
|
|
|
71053
71117
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
71054
|
-
version: '0.4.
|
|
71118
|
+
version: '0.4.46',
|
|
71055
71119
|
install: install,
|
|
71056
71120
|
Button: packages_button,
|
|
71057
71121
|
ButtonGroup: button_group,
|