eoss-mobiles 0.3.81 → 0.3.83
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-mobile.common.js +86 -19
- package/lib/flow.js +85 -18
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +3 -1
- package/packages/flow/src/components/TaskRead.vue +55 -27
- package/src/index.js +1 -1
|
@@ -15748,8 +15748,8 @@ var StartFlow_component = normalizeComponent(
|
|
|
15748
15748
|
)
|
|
15749
15749
|
|
|
15750
15750
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
15751
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
15752
|
-
var
|
|
15751
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=4d36aa7e
|
|
15752
|
+
var Handlevue_type_template_id_4d36aa7e_render = function () {
|
|
15753
15753
|
var _vm = this
|
|
15754
15754
|
var _h = _vm.$createElement
|
|
15755
15755
|
var _c = _vm._self._c || _h
|
|
@@ -17139,7 +17139,7 @@ var Handlevue_type_template_id_49d2360c_render = function () {
|
|
|
17139
17139
|
},
|
|
17140
17140
|
},
|
|
17141
17141
|
},
|
|
17142
|
-
[_vm._v(_vm._s(_vm.submitButtonName ||
|
|
17142
|
+
[_vm._v(_vm._s(_vm.submitButtonName || "确定"))]
|
|
17143
17143
|
),
|
|
17144
17144
|
])
|
|
17145
17145
|
: _vm._e(),
|
|
@@ -17216,11 +17216,11 @@ var Handlevue_type_template_id_49d2360c_render = function () {
|
|
|
17216
17216
|
1
|
|
17217
17217
|
)
|
|
17218
17218
|
}
|
|
17219
|
-
var
|
|
17220
|
-
|
|
17219
|
+
var Handlevue_type_template_id_4d36aa7e_staticRenderFns = []
|
|
17220
|
+
Handlevue_type_template_id_4d36aa7e_render._withStripped = true
|
|
17221
17221
|
|
|
17222
17222
|
|
|
17223
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
17223
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=4d36aa7e
|
|
17224
17224
|
|
|
17225
17225
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=5c379963
|
|
17226
17226
|
var Rejectvue_type_template_id_5c379963_render = function () {
|
|
@@ -18723,6 +18723,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18723
18723
|
|
|
18724
18724
|
// 获取用户信息
|
|
18725
18725
|
// 生成时间数组
|
|
18726
|
+
this.currentOrgSelectorParams = { pid: this.orgId };
|
|
18727
|
+
console.log(this.currentOrgSelectorParams, 'this.currentOrgSelectorParams');
|
|
18726
18728
|
this.timeList = new Array();
|
|
18727
18729
|
for (var i = 0; i < 25; i++) {
|
|
18728
18730
|
this.timeList.push(i);
|
|
@@ -19838,8 +19840,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19838
19840
|
|
|
19839
19841
|
var Handle_component = normalizeComponent(
|
|
19840
19842
|
components_Handlevue_type_script_lang_js,
|
|
19841
|
-
|
|
19842
|
-
|
|
19843
|
+
Handlevue_type_template_id_4d36aa7e_render,
|
|
19844
|
+
Handlevue_type_template_id_4d36aa7e_staticRenderFns,
|
|
19843
19845
|
false,
|
|
19844
19846
|
null,
|
|
19845
19847
|
null,
|
|
@@ -20610,8 +20612,8 @@ var Circulate_component = normalizeComponent(
|
|
|
20610
20612
|
)
|
|
20611
20613
|
|
|
20612
20614
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
20613
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
20614
|
-
var
|
|
20615
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=template&id=0ea4ae6a
|
|
20616
|
+
var TaskReadvue_type_template_id_0ea4ae6a_render = function () {
|
|
20615
20617
|
var _vm = this
|
|
20616
20618
|
var _h = _vm.$createElement
|
|
20617
20619
|
var _c = _vm._self._c || _h
|
|
@@ -20678,7 +20680,7 @@ var TaskReadvue_type_template_id_58fd8fc4_render = function () {
|
|
|
20678
20680
|
[
|
|
20679
20681
|
_c("em-selector", {
|
|
20680
20682
|
attrs: {
|
|
20681
|
-
label: "分阅人员",
|
|
20683
|
+
label: _vm.isSyncCopy ? "接收人" : "分阅人员",
|
|
20682
20684
|
required: "",
|
|
20683
20685
|
multiple: _vm.multiple,
|
|
20684
20686
|
tabs: "employee,persongroup",
|
|
@@ -20700,6 +20702,47 @@ var TaskReadvue_type_template_id_58fd8fc4_render = function () {
|
|
|
20700
20702
|
1
|
|
20701
20703
|
)
|
|
20702
20704
|
: _vm._e(),
|
|
20705
|
+
_vm.isSyncCopy
|
|
20706
|
+
? _c(
|
|
20707
|
+
"div",
|
|
20708
|
+
{ staticClass: "item" },
|
|
20709
|
+
[
|
|
20710
|
+
_c(
|
|
20711
|
+
"em-input",
|
|
20712
|
+
{ attrs: { label: "分阅模式", readonly: "" } },
|
|
20713
|
+
[
|
|
20714
|
+
_c("template", { slot: "input" }, [
|
|
20715
|
+
_c(
|
|
20716
|
+
"div",
|
|
20717
|
+
{
|
|
20718
|
+
staticClass: "template-input-two",
|
|
20719
|
+
staticStyle: { width: "100%" },
|
|
20720
|
+
},
|
|
20721
|
+
[
|
|
20722
|
+
_c("em-radio-group", {
|
|
20723
|
+
attrs: {
|
|
20724
|
+
data: _vm.radioData,
|
|
20725
|
+
direction: "horizontal",
|
|
20726
|
+
},
|
|
20727
|
+
model: {
|
|
20728
|
+
value: _vm.isSync,
|
|
20729
|
+
callback: function ($$v) {
|
|
20730
|
+
_vm.isSync = $$v
|
|
20731
|
+
},
|
|
20732
|
+
expression: "isSync",
|
|
20733
|
+
},
|
|
20734
|
+
}),
|
|
20735
|
+
],
|
|
20736
|
+
1
|
|
20737
|
+
),
|
|
20738
|
+
]),
|
|
20739
|
+
],
|
|
20740
|
+
2
|
|
20741
|
+
),
|
|
20742
|
+
],
|
|
20743
|
+
1
|
|
20744
|
+
)
|
|
20745
|
+
: _vm._e(),
|
|
20703
20746
|
_vm.taskReadType === "阅结"
|
|
20704
20747
|
? _c(
|
|
20705
20748
|
"div",
|
|
@@ -20816,11 +20859,11 @@ var TaskReadvue_type_template_id_58fd8fc4_render = function () {
|
|
|
20816
20859
|
]),
|
|
20817
20860
|
])
|
|
20818
20861
|
}
|
|
20819
|
-
var
|
|
20820
|
-
|
|
20862
|
+
var TaskReadvue_type_template_id_0ea4ae6a_staticRenderFns = []
|
|
20863
|
+
TaskReadvue_type_template_id_0ea4ae6a_render._withStripped = true
|
|
20821
20864
|
|
|
20822
20865
|
|
|
20823
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
20866
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=0ea4ae6a
|
|
20824
20867
|
|
|
20825
20868
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=script&lang=js
|
|
20826
20869
|
var TaskReadvue_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; };
|
|
@@ -20925,6 +20968,19 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
20925
20968
|
//
|
|
20926
20969
|
//
|
|
20927
20970
|
//
|
|
20971
|
+
//
|
|
20972
|
+
//
|
|
20973
|
+
//
|
|
20974
|
+
//
|
|
20975
|
+
//
|
|
20976
|
+
//
|
|
20977
|
+
//
|
|
20978
|
+
//
|
|
20979
|
+
//
|
|
20980
|
+
//
|
|
20981
|
+
//
|
|
20982
|
+
//
|
|
20983
|
+
//
|
|
20928
20984
|
|
|
20929
20985
|
|
|
20930
20986
|
|
|
@@ -20934,6 +20990,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
20934
20990
|
data: function data() {
|
|
20935
20991
|
return {
|
|
20936
20992
|
nextNode: {},
|
|
20993
|
+
isSync: '0',
|
|
20994
|
+
radioData: [{ name: '普通分阅', value: '0' }, { name: '同步办理', value: '1' }],
|
|
20995
|
+
isSyncCopy: false,
|
|
20937
20996
|
readOnlyNotificationType: '',
|
|
20938
20997
|
defaultNotificationMessage: '',
|
|
20939
20998
|
selectPersonValue: 0,
|
|
@@ -21287,6 +21346,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21287
21346
|
}).then(function (res) {
|
|
21288
21347
|
if (res.status == 'success' || res.rCode == 0) {
|
|
21289
21348
|
_this5.selectPersonValue = res.data.selectPersonValue;
|
|
21349
|
+
_this5.isSyncCopy = res.data.isSyncCopy == 1;
|
|
21350
|
+
if (res.data.taskHandleReadUserSelectLabelName) {
|
|
21351
|
+
_this5.radioData[1].name = res.data.taskHandleReadUserSelectLabelName;
|
|
21352
|
+
}
|
|
21290
21353
|
_this5.isMultiple();
|
|
21291
21354
|
}
|
|
21292
21355
|
});
|
|
@@ -21448,7 +21511,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21448
21511
|
type: 'post',
|
|
21449
21512
|
params: TaskReadvue_type_script_lang_js_extends({}, this.form, {
|
|
21450
21513
|
pendingId: this.pendingId,
|
|
21451
|
-
appId: appId,
|
|
21514
|
+
appId: appId || this.appid,
|
|
21452
21515
|
businessId: businessId,
|
|
21453
21516
|
choiceDeptId: choiceDeptId,
|
|
21454
21517
|
choiceOrgId: choiceOrgId,
|
|
@@ -21461,12 +21524,16 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21461
21524
|
handleExplain: this.form.handleExplain,
|
|
21462
21525
|
currentOrgProcessKey: processDefinitionId,
|
|
21463
21526
|
noticeType: this.form.notificationMsgType,
|
|
21464
|
-
taskAction: this.type ==
|
|
21527
|
+
taskAction: this.type == 'taskReadAndEnd' ? 'taskReadAndEnd' : 'create',
|
|
21465
21528
|
userId: this.userId,
|
|
21466
21529
|
// notificationMsg: this.form.notificationMsg,
|
|
21467
21530
|
nextReadUserId: ids
|
|
21468
21531
|
})
|
|
21469
21532
|
};
|
|
21533
|
+
if (this.isSyncCopy && this.isSync == 1) {
|
|
21534
|
+
params.params.nextHandleReadUserId = params.params.nextReadUserId;
|
|
21535
|
+
delete params.params.nextReadUserId;
|
|
21536
|
+
}
|
|
21470
21537
|
if (this.readParams) {
|
|
21471
21538
|
params.params = TaskReadvue_type_script_lang_js_extends({}, params.params, this.readParams);
|
|
21472
21539
|
}
|
|
@@ -21506,8 +21573,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21506
21573
|
|
|
21507
21574
|
var TaskRead_component = normalizeComponent(
|
|
21508
21575
|
components_TaskReadvue_type_script_lang_js,
|
|
21509
|
-
|
|
21510
|
-
|
|
21576
|
+
TaskReadvue_type_template_id_0ea4ae6a_render,
|
|
21577
|
+
TaskReadvue_type_template_id_0ea4ae6a_staticRenderFns,
|
|
21511
21578
|
false,
|
|
21512
21579
|
null,
|
|
21513
21580
|
null,
|
|
@@ -29801,7 +29868,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29801
29868
|
}
|
|
29802
29869
|
|
|
29803
29870
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29804
|
-
version: '0.3.
|
|
29871
|
+
version: '0.3.83',
|
|
29805
29872
|
install: install,
|
|
29806
29873
|
Button: packages_button,
|
|
29807
29874
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -4986,8 +4986,8 @@ var StartFlow_component = Object(componentNormalizer["a" /* default */])(
|
|
|
4986
4986
|
)
|
|
4987
4987
|
|
|
4988
4988
|
/* harmony default export */ var StartFlow = (StartFlow_component.exports);
|
|
4989
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
4990
|
-
var
|
|
4989
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Handle.vue?vue&type=template&id=4d36aa7e
|
|
4990
|
+
var Handlevue_type_template_id_4d36aa7e_render = function () {
|
|
4991
4991
|
var _vm = this
|
|
4992
4992
|
var _h = _vm.$createElement
|
|
4993
4993
|
var _c = _vm._self._c || _h
|
|
@@ -6377,7 +6377,7 @@ var Handlevue_type_template_id_49d2360c_render = function () {
|
|
|
6377
6377
|
},
|
|
6378
6378
|
},
|
|
6379
6379
|
},
|
|
6380
|
-
[_vm._v(_vm._s(_vm.submitButtonName ||
|
|
6380
|
+
[_vm._v(_vm._s(_vm.submitButtonName || "确定"))]
|
|
6381
6381
|
),
|
|
6382
6382
|
])
|
|
6383
6383
|
: _vm._e(),
|
|
@@ -6454,11 +6454,11 @@ var Handlevue_type_template_id_49d2360c_render = function () {
|
|
|
6454
6454
|
1
|
|
6455
6455
|
)
|
|
6456
6456
|
}
|
|
6457
|
-
var
|
|
6458
|
-
|
|
6457
|
+
var Handlevue_type_template_id_4d36aa7e_staticRenderFns = []
|
|
6458
|
+
Handlevue_type_template_id_4d36aa7e_render._withStripped = true
|
|
6459
6459
|
|
|
6460
6460
|
|
|
6461
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=
|
|
6461
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/Handle.vue?vue&type=template&id=4d36aa7e
|
|
6462
6462
|
|
|
6463
6463
|
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/Reject.vue?vue&type=template&id=5c379963
|
|
6464
6464
|
var Rejectvue_type_template_id_5c379963_render = function () {
|
|
@@ -7961,6 +7961,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7961
7961
|
|
|
7962
7962
|
// 获取用户信息
|
|
7963
7963
|
// 生成时间数组
|
|
7964
|
+
this.currentOrgSelectorParams = { pid: this.orgId };
|
|
7965
|
+
console.log(this.currentOrgSelectorParams, 'this.currentOrgSelectorParams');
|
|
7964
7966
|
this.timeList = new Array();
|
|
7965
7967
|
for (var i = 0; i < 25; i++) {
|
|
7966
7968
|
this.timeList.push(i);
|
|
@@ -9076,8 +9078,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
9076
9078
|
|
|
9077
9079
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
9078
9080
|
components_Handlevue_type_script_lang_js,
|
|
9079
|
-
|
|
9080
|
-
|
|
9081
|
+
Handlevue_type_template_id_4d36aa7e_render,
|
|
9082
|
+
Handlevue_type_template_id_4d36aa7e_staticRenderFns,
|
|
9081
9083
|
false,
|
|
9082
9084
|
null,
|
|
9083
9085
|
null,
|
|
@@ -9848,8 +9850,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9848
9850
|
)
|
|
9849
9851
|
|
|
9850
9852
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
9851
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
9852
|
-
var
|
|
9853
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=template&id=0ea4ae6a
|
|
9854
|
+
var TaskReadvue_type_template_id_0ea4ae6a_render = function () {
|
|
9853
9855
|
var _vm = this
|
|
9854
9856
|
var _h = _vm.$createElement
|
|
9855
9857
|
var _c = _vm._self._c || _h
|
|
@@ -9916,7 +9918,7 @@ var TaskReadvue_type_template_id_58fd8fc4_render = function () {
|
|
|
9916
9918
|
[
|
|
9917
9919
|
_c("em-selector", {
|
|
9918
9920
|
attrs: {
|
|
9919
|
-
label: "分阅人员",
|
|
9921
|
+
label: _vm.isSyncCopy ? "接收人" : "分阅人员",
|
|
9920
9922
|
required: "",
|
|
9921
9923
|
multiple: _vm.multiple,
|
|
9922
9924
|
tabs: "employee,persongroup",
|
|
@@ -9938,6 +9940,47 @@ var TaskReadvue_type_template_id_58fd8fc4_render = function () {
|
|
|
9938
9940
|
1
|
|
9939
9941
|
)
|
|
9940
9942
|
: _vm._e(),
|
|
9943
|
+
_vm.isSyncCopy
|
|
9944
|
+
? _c(
|
|
9945
|
+
"div",
|
|
9946
|
+
{ staticClass: "item" },
|
|
9947
|
+
[
|
|
9948
|
+
_c(
|
|
9949
|
+
"em-input",
|
|
9950
|
+
{ attrs: { label: "分阅模式", readonly: "" } },
|
|
9951
|
+
[
|
|
9952
|
+
_c("template", { slot: "input" }, [
|
|
9953
|
+
_c(
|
|
9954
|
+
"div",
|
|
9955
|
+
{
|
|
9956
|
+
staticClass: "template-input-two",
|
|
9957
|
+
staticStyle: { width: "100%" },
|
|
9958
|
+
},
|
|
9959
|
+
[
|
|
9960
|
+
_c("em-radio-group", {
|
|
9961
|
+
attrs: {
|
|
9962
|
+
data: _vm.radioData,
|
|
9963
|
+
direction: "horizontal",
|
|
9964
|
+
},
|
|
9965
|
+
model: {
|
|
9966
|
+
value: _vm.isSync,
|
|
9967
|
+
callback: function ($$v) {
|
|
9968
|
+
_vm.isSync = $$v
|
|
9969
|
+
},
|
|
9970
|
+
expression: "isSync",
|
|
9971
|
+
},
|
|
9972
|
+
}),
|
|
9973
|
+
],
|
|
9974
|
+
1
|
|
9975
|
+
),
|
|
9976
|
+
]),
|
|
9977
|
+
],
|
|
9978
|
+
2
|
|
9979
|
+
),
|
|
9980
|
+
],
|
|
9981
|
+
1
|
|
9982
|
+
)
|
|
9983
|
+
: _vm._e(),
|
|
9941
9984
|
_vm.taskReadType === "阅结"
|
|
9942
9985
|
? _c(
|
|
9943
9986
|
"div",
|
|
@@ -10054,11 +10097,11 @@ var TaskReadvue_type_template_id_58fd8fc4_render = function () {
|
|
|
10054
10097
|
]),
|
|
10055
10098
|
])
|
|
10056
10099
|
}
|
|
10057
|
-
var
|
|
10058
|
-
|
|
10100
|
+
var TaskReadvue_type_template_id_0ea4ae6a_staticRenderFns = []
|
|
10101
|
+
TaskReadvue_type_template_id_0ea4ae6a_render._withStripped = true
|
|
10059
10102
|
|
|
10060
10103
|
|
|
10061
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
10104
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=0ea4ae6a
|
|
10062
10105
|
|
|
10063
10106
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/TaskRead.vue?vue&type=script&lang=js
|
|
10064
10107
|
var TaskReadvue_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; };
|
|
@@ -10163,6 +10206,19 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10163
10206
|
//
|
|
10164
10207
|
//
|
|
10165
10208
|
//
|
|
10209
|
+
//
|
|
10210
|
+
//
|
|
10211
|
+
//
|
|
10212
|
+
//
|
|
10213
|
+
//
|
|
10214
|
+
//
|
|
10215
|
+
//
|
|
10216
|
+
//
|
|
10217
|
+
//
|
|
10218
|
+
//
|
|
10219
|
+
//
|
|
10220
|
+
//
|
|
10221
|
+
//
|
|
10166
10222
|
|
|
10167
10223
|
|
|
10168
10224
|
|
|
@@ -10172,6 +10228,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10172
10228
|
data: function data() {
|
|
10173
10229
|
return {
|
|
10174
10230
|
nextNode: {},
|
|
10231
|
+
isSync: '0',
|
|
10232
|
+
radioData: [{ name: '普通分阅', value: '0' }, { name: '同步办理', value: '1' }],
|
|
10233
|
+
isSyncCopy: false,
|
|
10175
10234
|
readOnlyNotificationType: '',
|
|
10176
10235
|
defaultNotificationMessage: '',
|
|
10177
10236
|
selectPersonValue: 0,
|
|
@@ -10525,6 +10584,10 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10525
10584
|
}).then(function (res) {
|
|
10526
10585
|
if (res.status == 'success' || res.rCode == 0) {
|
|
10527
10586
|
_this5.selectPersonValue = res.data.selectPersonValue;
|
|
10587
|
+
_this5.isSyncCopy = res.data.isSyncCopy == 1;
|
|
10588
|
+
if (res.data.taskHandleReadUserSelectLabelName) {
|
|
10589
|
+
_this5.radioData[1].name = res.data.taskHandleReadUserSelectLabelName;
|
|
10590
|
+
}
|
|
10528
10591
|
_this5.isMultiple();
|
|
10529
10592
|
}
|
|
10530
10593
|
});
|
|
@@ -10686,7 +10749,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10686
10749
|
type: 'post',
|
|
10687
10750
|
params: TaskReadvue_type_script_lang_js_extends({}, this.form, {
|
|
10688
10751
|
pendingId: this.pendingId,
|
|
10689
|
-
appId: appId,
|
|
10752
|
+
appId: appId || this.appid,
|
|
10690
10753
|
businessId: businessId,
|
|
10691
10754
|
choiceDeptId: choiceDeptId,
|
|
10692
10755
|
choiceOrgId: choiceOrgId,
|
|
@@ -10699,12 +10762,16 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10699
10762
|
handleExplain: this.form.handleExplain,
|
|
10700
10763
|
currentOrgProcessKey: processDefinitionId,
|
|
10701
10764
|
noticeType: this.form.notificationMsgType,
|
|
10702
|
-
taskAction: this.type ==
|
|
10765
|
+
taskAction: this.type == 'taskReadAndEnd' ? 'taskReadAndEnd' : 'create',
|
|
10703
10766
|
userId: this.userId,
|
|
10704
10767
|
// notificationMsg: this.form.notificationMsg,
|
|
10705
10768
|
nextReadUserId: ids
|
|
10706
10769
|
})
|
|
10707
10770
|
};
|
|
10771
|
+
if (this.isSyncCopy && this.isSync == 1) {
|
|
10772
|
+
params.params.nextHandleReadUserId = params.params.nextReadUserId;
|
|
10773
|
+
delete params.params.nextReadUserId;
|
|
10774
|
+
}
|
|
10708
10775
|
if (this.readParams) {
|
|
10709
10776
|
params.params = TaskReadvue_type_script_lang_js_extends({}, params.params, this.readParams);
|
|
10710
10777
|
}
|
|
@@ -10744,8 +10811,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10744
10811
|
|
|
10745
10812
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
10746
10813
|
components_TaskReadvue_type_script_lang_js,
|
|
10747
|
-
|
|
10748
|
-
|
|
10814
|
+
TaskReadvue_type_template_id_0ea4ae6a_render,
|
|
10815
|
+
TaskReadvue_type_template_id_0ea4ae6a_staticRenderFns,
|
|
10749
10816
|
false,
|
|
10750
10817
|
null,
|
|
10751
10818
|
null,
|