eoss-mobiles 0.3.79 → 0.3.81
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 +27 -19
- package/lib/flow.js +26 -18
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/Handle.vue +4 -2
- package/packages/flow/src/components/TaskRead.vue +7 -2
- 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=49d2360c
|
|
15752
|
+
var Handlevue_type_template_id_49d2360c_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_34172aca_render = function () {
|
|
|
17139
17139
|
},
|
|
17140
17140
|
},
|
|
17141
17141
|
},
|
|
17142
|
-
[_vm._v(
|
|
17142
|
+
[_vm._v(_vm._s(_vm.submitButtonName || _vm.确定))]
|
|
17143
17143
|
),
|
|
17144
17144
|
])
|
|
17145
17145
|
: _vm._e(),
|
|
@@ -17216,11 +17216,11 @@ var Handlevue_type_template_id_34172aca_render = function () {
|
|
|
17216
17216
|
1
|
|
17217
17217
|
)
|
|
17218
17218
|
}
|
|
17219
|
-
var
|
|
17220
|
-
|
|
17219
|
+
var Handlevue_type_template_id_49d2360c_staticRenderFns = []
|
|
17220
|
+
Handlevue_type_template_id_49d2360c_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=49d2360c
|
|
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 () {
|
|
@@ -18627,6 +18627,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
18627
18627
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
18628
18628
|
showFlowBtn: false,
|
|
18629
18629
|
endFlow: false,
|
|
18630
|
+
submitButtonName: '',
|
|
18630
18631
|
currentOrgSelectorParams: {},
|
|
18631
18632
|
currentOrgSelectorTabs: 'employee,persongroup',
|
|
18632
18633
|
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
@@ -19640,7 +19641,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19640
19641
|
_res$data2 = res.data,
|
|
19641
19642
|
isCanFenyue = _res$data2.isCanFenyue,
|
|
19642
19643
|
taskExamine = _res$data2.taskExamine,
|
|
19643
|
-
taskReadOpinionRequired = _res$data2.taskReadOpinionRequired
|
|
19644
|
+
taskReadOpinionRequired = _res$data2.taskReadOpinionRequired,
|
|
19645
|
+
submitButtonName = _res$data2.submitButtonName;
|
|
19644
19646
|
|
|
19645
19647
|
_this9.showFlowBtn = true;
|
|
19646
19648
|
if (status === 'success') {
|
|
@@ -19649,6 +19651,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19649
19651
|
_this9.taskReadOpinionRequired = taskReadOpinionRequired;
|
|
19650
19652
|
// if (this.nodeName) {
|
|
19651
19653
|
_this9.processObj.taskExamine.nodeName = '分阅';
|
|
19654
|
+
_this9.submitButtonName = submitButtonName;
|
|
19652
19655
|
// }
|
|
19653
19656
|
} else {
|
|
19654
19657
|
_this9.$toast(message || '系统错误,请联系管理员!');
|
|
@@ -19835,8 +19838,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
19835
19838
|
|
|
19836
19839
|
var Handle_component = normalizeComponent(
|
|
19837
19840
|
components_Handlevue_type_script_lang_js,
|
|
19838
|
-
|
|
19839
|
-
|
|
19841
|
+
Handlevue_type_template_id_49d2360c_render,
|
|
19842
|
+
Handlevue_type_template_id_49d2360c_staticRenderFns,
|
|
19840
19843
|
false,
|
|
19841
19844
|
null,
|
|
19842
19845
|
null,
|
|
@@ -20607,8 +20610,8 @@ var Circulate_component = normalizeComponent(
|
|
|
20607
20610
|
)
|
|
20608
20611
|
|
|
20609
20612
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
20610
|
-
// 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=
|
|
20611
|
-
var
|
|
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=58fd8fc4
|
|
20614
|
+
var TaskReadvue_type_template_id_58fd8fc4_render = function () {
|
|
20612
20615
|
var _vm = this
|
|
20613
20616
|
var _h = _vm.$createElement
|
|
20614
20617
|
var _c = _vm._self._c || _h
|
|
@@ -20808,16 +20811,16 @@ var TaskReadvue_type_template_id_5fbe547c_render = function () {
|
|
|
20808
20811
|
},
|
|
20809
20812
|
},
|
|
20810
20813
|
},
|
|
20811
|
-
[_vm._v(
|
|
20814
|
+
[_vm._v(_vm._s(_vm.getSubText))]
|
|
20812
20815
|
),
|
|
20813
20816
|
]),
|
|
20814
20817
|
])
|
|
20815
20818
|
}
|
|
20816
|
-
var
|
|
20817
|
-
|
|
20819
|
+
var TaskReadvue_type_template_id_58fd8fc4_staticRenderFns = []
|
|
20820
|
+
TaskReadvue_type_template_id_58fd8fc4_render._withStripped = true
|
|
20818
20821
|
|
|
20819
20822
|
|
|
20820
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
20823
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=58fd8fc4
|
|
20821
20824
|
|
|
20822
20825
|
// 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
|
|
20823
20826
|
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; };
|
|
@@ -20997,6 +21000,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
20997
21000
|
}
|
|
20998
21001
|
},
|
|
20999
21002
|
computed: {
|
|
21003
|
+
getSubText: function getSubText() {
|
|
21004
|
+
return this.processObj.rereadButtonName || '确定';
|
|
21005
|
+
},
|
|
21000
21006
|
params: function params() {
|
|
21001
21007
|
return {
|
|
21002
21008
|
pid: this.taskReadType == '分阅' ? 'root' : util["a" /* default */].getStorage('orgId') || this.orgId
|
|
@@ -21019,7 +21025,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21019
21025
|
// }
|
|
21020
21026
|
this.getFind();
|
|
21021
21027
|
utils_http({ url: findUserBaseInfo }).then(function (res) {
|
|
21022
|
-
|
|
21028
|
+
console.log(res);
|
|
21023
21029
|
});
|
|
21024
21030
|
if (!this.readParams) {
|
|
21025
21031
|
this.getHandleInfoHtml();
|
|
@@ -21306,6 +21312,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21306
21312
|
_this6.processObj = res.data;
|
|
21307
21313
|
// this.notificationMsgType = res.data.defaultNotificationType.split(',');
|
|
21308
21314
|
// this.isMultiple()
|
|
21315
|
+
|
|
21309
21316
|
_this6.getTaskRead();
|
|
21310
21317
|
// this.taskExamine = res.data.taskExamine;
|
|
21311
21318
|
// console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
|
|
@@ -21399,6 +21406,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21399
21406
|
choiceOrgId = _res$data2.choiceOrgId,
|
|
21400
21407
|
defaultNotificationMessage = _res$data2.defaultNotificationMessage;
|
|
21401
21408
|
|
|
21409
|
+
console.log(status, '来了');
|
|
21402
21410
|
if (status == 'success') {
|
|
21403
21411
|
_this8.defaultNotificationMessage = defaultNotificationMessage;
|
|
21404
21412
|
_this8.form.notificationMsg = defaultNotificationMessage;
|
|
@@ -21498,8 +21506,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
21498
21506
|
|
|
21499
21507
|
var TaskRead_component = normalizeComponent(
|
|
21500
21508
|
components_TaskReadvue_type_script_lang_js,
|
|
21501
|
-
|
|
21502
|
-
|
|
21509
|
+
TaskReadvue_type_template_id_58fd8fc4_render,
|
|
21510
|
+
TaskReadvue_type_template_id_58fd8fc4_staticRenderFns,
|
|
21503
21511
|
false,
|
|
21504
21512
|
null,
|
|
21505
21513
|
null,
|
|
@@ -29793,7 +29801,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
29793
29801
|
}
|
|
29794
29802
|
|
|
29795
29803
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
29796
|
-
version: '0.3.
|
|
29804
|
+
version: '0.3.81',
|
|
29797
29805
|
install: install,
|
|
29798
29806
|
Button: packages_button,
|
|
29799
29807
|
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=49d2360c
|
|
4990
|
+
var Handlevue_type_template_id_49d2360c_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_34172aca_render = function () {
|
|
|
6377
6377
|
},
|
|
6378
6378
|
},
|
|
6379
6379
|
},
|
|
6380
|
-
[_vm._v(
|
|
6380
|
+
[_vm._v(_vm._s(_vm.submitButtonName || _vm.确定))]
|
|
6381
6381
|
),
|
|
6382
6382
|
])
|
|
6383
6383
|
: _vm._e(),
|
|
@@ -6454,11 +6454,11 @@ var Handlevue_type_template_id_34172aca_render = function () {
|
|
|
6454
6454
|
1
|
|
6455
6455
|
)
|
|
6456
6456
|
}
|
|
6457
|
-
var
|
|
6458
|
-
|
|
6457
|
+
var Handlevue_type_template_id_49d2360c_staticRenderFns = []
|
|
6458
|
+
Handlevue_type_template_id_49d2360c_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=49d2360c
|
|
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 () {
|
|
@@ -7865,6 +7865,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
7865
7865
|
AddSignList: [{ name: '前置加签', value: 'preAddSign' }, { name: '后置加签', value: 'postAddSign' }],
|
|
7866
7866
|
showFlowBtn: false,
|
|
7867
7867
|
endFlow: false,
|
|
7868
|
+
submitButtonName: '',
|
|
7868
7869
|
currentOrgSelectorParams: {},
|
|
7869
7870
|
currentOrgSelectorTabs: 'employee,persongroup',
|
|
7870
7871
|
foreignOrgSelectorTabs: 'enterprise,filgroupobj',
|
|
@@ -8878,7 +8879,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8878
8879
|
_res$data2 = res.data,
|
|
8879
8880
|
isCanFenyue = _res$data2.isCanFenyue,
|
|
8880
8881
|
taskExamine = _res$data2.taskExamine,
|
|
8881
|
-
taskReadOpinionRequired = _res$data2.taskReadOpinionRequired
|
|
8882
|
+
taskReadOpinionRequired = _res$data2.taskReadOpinionRequired,
|
|
8883
|
+
submitButtonName = _res$data2.submitButtonName;
|
|
8882
8884
|
|
|
8883
8885
|
_this9.showFlowBtn = true;
|
|
8884
8886
|
if (status === 'success') {
|
|
@@ -8887,6 +8889,7 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
8887
8889
|
_this9.taskReadOpinionRequired = taskReadOpinionRequired;
|
|
8888
8890
|
// if (this.nodeName) {
|
|
8889
8891
|
_this9.processObj.taskExamine.nodeName = '分阅';
|
|
8892
|
+
_this9.submitButtonName = submitButtonName;
|
|
8890
8893
|
// }
|
|
8891
8894
|
} else {
|
|
8892
8895
|
_this9.$toast(message || '系统错误,请联系管理员!');
|
|
@@ -9073,8 +9076,8 @@ var Handlevue_type_script_lang_js_extends = Object.assign || function (target) {
|
|
|
9073
9076
|
|
|
9074
9077
|
var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
9075
9078
|
components_Handlevue_type_script_lang_js,
|
|
9076
|
-
|
|
9077
|
-
|
|
9079
|
+
Handlevue_type_template_id_49d2360c_render,
|
|
9080
|
+
Handlevue_type_template_id_49d2360c_staticRenderFns,
|
|
9078
9081
|
false,
|
|
9079
9082
|
null,
|
|
9080
9083
|
null,
|
|
@@ -9845,8 +9848,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
9845
9848
|
)
|
|
9846
9849
|
|
|
9847
9850
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
9848
|
-
// 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=
|
|
9849
|
-
var
|
|
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=58fd8fc4
|
|
9852
|
+
var TaskReadvue_type_template_id_58fd8fc4_render = function () {
|
|
9850
9853
|
var _vm = this
|
|
9851
9854
|
var _h = _vm.$createElement
|
|
9852
9855
|
var _c = _vm._self._c || _h
|
|
@@ -10046,16 +10049,16 @@ var TaskReadvue_type_template_id_5fbe547c_render = function () {
|
|
|
10046
10049
|
},
|
|
10047
10050
|
},
|
|
10048
10051
|
},
|
|
10049
|
-
[_vm._v(
|
|
10052
|
+
[_vm._v(_vm._s(_vm.getSubText))]
|
|
10050
10053
|
),
|
|
10051
10054
|
]),
|
|
10052
10055
|
])
|
|
10053
10056
|
}
|
|
10054
|
-
var
|
|
10055
|
-
|
|
10057
|
+
var TaskReadvue_type_template_id_58fd8fc4_staticRenderFns = []
|
|
10058
|
+
TaskReadvue_type_template_id_58fd8fc4_render._withStripped = true
|
|
10056
10059
|
|
|
10057
10060
|
|
|
10058
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
10061
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=58fd8fc4
|
|
10059
10062
|
|
|
10060
10063
|
// 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
|
|
10061
10064
|
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; };
|
|
@@ -10235,6 +10238,9 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10235
10238
|
}
|
|
10236
10239
|
},
|
|
10237
10240
|
computed: {
|
|
10241
|
+
getSubText: function getSubText() {
|
|
10242
|
+
return this.processObj.rereadButtonName || '确定';
|
|
10243
|
+
},
|
|
10238
10244
|
params: function params() {
|
|
10239
10245
|
return {
|
|
10240
10246
|
pid: this.taskReadType == '分阅' ? 'root' : util["a" /* default */].getStorage('orgId') || this.orgId
|
|
@@ -10257,7 +10263,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10257
10263
|
// }
|
|
10258
10264
|
this.getFind();
|
|
10259
10265
|
Object(http["a" /* default */])({ url: api["h" /* findUserBaseInfo */] }).then(function (res) {
|
|
10260
|
-
|
|
10266
|
+
console.log(res);
|
|
10261
10267
|
});
|
|
10262
10268
|
if (!this.readParams) {
|
|
10263
10269
|
this.getHandleInfoHtml();
|
|
@@ -10544,6 +10550,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10544
10550
|
_this6.processObj = res.data;
|
|
10545
10551
|
// this.notificationMsgType = res.data.defaultNotificationType.split(',');
|
|
10546
10552
|
// this.isMultiple()
|
|
10553
|
+
|
|
10547
10554
|
_this6.getTaskRead();
|
|
10548
10555
|
// this.taskExamine = res.data.taskExamine;
|
|
10549
10556
|
// console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
|
|
@@ -10637,6 +10644,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10637
10644
|
choiceOrgId = _res$data2.choiceOrgId,
|
|
10638
10645
|
defaultNotificationMessage = _res$data2.defaultNotificationMessage;
|
|
10639
10646
|
|
|
10647
|
+
console.log(status, '来了');
|
|
10640
10648
|
if (status == 'success') {
|
|
10641
10649
|
_this8.defaultNotificationMessage = defaultNotificationMessage;
|
|
10642
10650
|
_this8.form.notificationMsg = defaultNotificationMessage;
|
|
@@ -10736,8 +10744,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
10736
10744
|
|
|
10737
10745
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
10738
10746
|
components_TaskReadvue_type_script_lang_js,
|
|
10739
|
-
|
|
10740
|
-
|
|
10747
|
+
TaskReadvue_type_template_id_58fd8fc4_render,
|
|
10748
|
+
TaskReadvue_type_template_id_58fd8fc4_staticRenderFns,
|
|
10741
10749
|
false,
|
|
10742
10750
|
null,
|
|
10743
10751
|
null,
|