eoss-mobiles 0.3.99 → 0.4.0
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 +12 -9
- package/lib/flow.js +11 -8
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/packages/flow/src/components/TaskRead.vue +4 -1
- package/src/index.js +1 -1
|
@@ -21942,8 +21942,8 @@ var Circulate_component = normalizeComponent(
|
|
|
21942
21942
|
)
|
|
21943
21943
|
|
|
21944
21944
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
21945
|
-
// 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=
|
|
21946
|
-
var
|
|
21945
|
+
// 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=31d4dea7
|
|
21946
|
+
var TaskReadvue_type_template_id_31d4dea7_render = function () {
|
|
21947
21947
|
var _vm = this
|
|
21948
21948
|
var _h = _vm.$createElement
|
|
21949
21949
|
var _c = _vm._self._c || _h
|
|
@@ -22263,11 +22263,11 @@ var TaskReadvue_type_template_id_ecdb611c_render = function () {
|
|
|
22263
22263
|
]),
|
|
22264
22264
|
])
|
|
22265
22265
|
}
|
|
22266
|
-
var
|
|
22267
|
-
|
|
22266
|
+
var TaskReadvue_type_template_id_31d4dea7_staticRenderFns = []
|
|
22267
|
+
TaskReadvue_type_template_id_31d4dea7_render._withStripped = true
|
|
22268
22268
|
|
|
22269
22269
|
|
|
22270
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
22270
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=31d4dea7
|
|
22271
22271
|
|
|
22272
22272
|
// 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
|
|
22273
22273
|
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; };
|
|
@@ -22519,6 +22519,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
22519
22519
|
return this.processObj.rereadButtonName || '确定';
|
|
22520
22520
|
},
|
|
22521
22521
|
params: function params() {
|
|
22522
|
+
console.log(this.isSync != 1, this.isSync, his.taskReadType == '分阅', this.isOrg, '123');
|
|
22522
22523
|
return {
|
|
22523
22524
|
pid: this.taskReadType == '分阅' && this.isSync != 1 && !this.isOrg ? 'root' : util["a" /* default */].getStorage('orgId') || this.orgId
|
|
22524
22525
|
};
|
|
@@ -22560,7 +22561,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
22560
22561
|
processDefinitionId = _taskExamine.processDefinitionId,
|
|
22561
22562
|
pendingId = _taskExamine.pendingId;
|
|
22562
22563
|
|
|
22563
|
-
if (this.taskReadOpinionRequired
|
|
22564
|
+
if (this.taskReadOpinionRequired && !this.form.handleExplain) return this.$toast('分阅阅结必须输入意见!');
|
|
22564
22565
|
var params = {
|
|
22565
22566
|
businessId: businessId,
|
|
22566
22567
|
appId: appId,
|
|
@@ -22907,6 +22908,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
22907
22908
|
// this.notificationMsgType = res.data.defaultNotificationType.split(',');
|
|
22908
22909
|
// this.isMultiple()
|
|
22909
22910
|
_this7.taskReadOpinionRequired = res.data.taskReadOpinionRequired == 'true';
|
|
22911
|
+
_this7.isSync = res.data.taskReadType != 'commonTaskRead' ? '1' : '0';
|
|
22912
|
+
|
|
22910
22913
|
_this7.getTaskRead();
|
|
22911
22914
|
_this7.taskExamine = res.data.taskExamine;
|
|
22912
22915
|
// console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
|
|
@@ -23123,8 +23126,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
23123
23126
|
|
|
23124
23127
|
var TaskRead_component = normalizeComponent(
|
|
23125
23128
|
components_TaskReadvue_type_script_lang_js,
|
|
23126
|
-
|
|
23127
|
-
|
|
23129
|
+
TaskReadvue_type_template_id_31d4dea7_render,
|
|
23130
|
+
TaskReadvue_type_template_id_31d4dea7_staticRenderFns,
|
|
23128
23131
|
false,
|
|
23129
23132
|
null,
|
|
23130
23133
|
null,
|
|
@@ -31570,7 +31573,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
31570
31573
|
}
|
|
31571
31574
|
|
|
31572
31575
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
31573
|
-
version: '0.
|
|
31576
|
+
version: '0.4.0',
|
|
31574
31577
|
install: install,
|
|
31575
31578
|
Button: packages_button,
|
|
31576
31579
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -10723,8 +10723,8 @@ var Circulate_component = Object(componentNormalizer["a" /* default */])(
|
|
|
10723
10723
|
)
|
|
10724
10724
|
|
|
10725
10725
|
/* harmony default export */ var Circulate = (Circulate_component.exports);
|
|
10726
|
-
// 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=
|
|
10727
|
-
var
|
|
10726
|
+
// 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=31d4dea7
|
|
10727
|
+
var TaskReadvue_type_template_id_31d4dea7_render = function () {
|
|
10728
10728
|
var _vm = this
|
|
10729
10729
|
var _h = _vm.$createElement
|
|
10730
10730
|
var _c = _vm._self._c || _h
|
|
@@ -11044,11 +11044,11 @@ var TaskReadvue_type_template_id_ecdb611c_render = function () {
|
|
|
11044
11044
|
]),
|
|
11045
11045
|
])
|
|
11046
11046
|
}
|
|
11047
|
-
var
|
|
11048
|
-
|
|
11047
|
+
var TaskReadvue_type_template_id_31d4dea7_staticRenderFns = []
|
|
11048
|
+
TaskReadvue_type_template_id_31d4dea7_render._withStripped = true
|
|
11049
11049
|
|
|
11050
11050
|
|
|
11051
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
11051
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=31d4dea7
|
|
11052
11052
|
|
|
11053
11053
|
// 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
|
|
11054
11054
|
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; };
|
|
@@ -11300,6 +11300,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
11300
11300
|
return this.processObj.rereadButtonName || '确定';
|
|
11301
11301
|
},
|
|
11302
11302
|
params: function params() {
|
|
11303
|
+
console.log(this.isSync != 1, this.isSync, his.taskReadType == '分阅', this.isOrg, '123');
|
|
11303
11304
|
return {
|
|
11304
11305
|
pid: this.taskReadType == '分阅' && this.isSync != 1 && !this.isOrg ? 'root' : util["a" /* default */].getStorage('orgId') || this.orgId
|
|
11305
11306
|
};
|
|
@@ -11341,7 +11342,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
11341
11342
|
processDefinitionId = _taskExamine.processDefinitionId,
|
|
11342
11343
|
pendingId = _taskExamine.pendingId;
|
|
11343
11344
|
|
|
11344
|
-
if (this.taskReadOpinionRequired
|
|
11345
|
+
if (this.taskReadOpinionRequired && !this.form.handleExplain) return this.$toast('分阅阅结必须输入意见!');
|
|
11345
11346
|
var params = {
|
|
11346
11347
|
businessId: businessId,
|
|
11347
11348
|
appId: appId,
|
|
@@ -11688,6 +11689,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
11688
11689
|
// this.notificationMsgType = res.data.defaultNotificationType.split(',');
|
|
11689
11690
|
// this.isMultiple()
|
|
11690
11691
|
_this7.taskReadOpinionRequired = res.data.taskReadOpinionRequired == 'true';
|
|
11692
|
+
_this7.isSync = res.data.taskReadType != 'commonTaskRead' ? '1' : '0';
|
|
11693
|
+
|
|
11691
11694
|
_this7.getTaskRead();
|
|
11692
11695
|
_this7.taskExamine = res.data.taskExamine;
|
|
11693
11696
|
// console.log(this.taskExamine, 'taskExaminetaskExaminetaskExamine');
|
|
@@ -11904,8 +11907,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
11904
11907
|
|
|
11905
11908
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
11906
11909
|
components_TaskReadvue_type_script_lang_js,
|
|
11907
|
-
|
|
11908
|
-
|
|
11910
|
+
TaskReadvue_type_template_id_31d4dea7_render,
|
|
11911
|
+
TaskReadvue_type_template_id_31d4dea7_staticRenderFns,
|
|
11909
11912
|
false,
|
|
11910
11913
|
null,
|
|
11911
11914
|
null,
|