eoss-mobiles 0.1.65 → 0.1.67
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 +39 -20
- package/lib/flow.js +21 -11
- package/lib/index.js +1 -1
- package/lib/picker.js +12 -3
- package/package.json +1 -1
- package/packages/flow/src/components/TaskRead.vue +14 -5
- package/packages/picker/src/main.vue +10 -1
- package/src/index.js +1 -1
|
@@ -4760,8 +4760,8 @@ radio_src_main.install = function (Vue) {
|
|
|
4760
4760
|
};
|
|
4761
4761
|
|
|
4762
4762
|
/* harmony default export */ var packages_radio = (radio_src_main);
|
|
4763
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=template&id=
|
|
4764
|
-
var
|
|
4763
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=template&id=32019233&
|
|
4764
|
+
var mainvue_type_template_id_32019233_render = function () {
|
|
4765
4765
|
var _vm = this
|
|
4766
4766
|
var _h = _vm.$createElement
|
|
4767
4767
|
var _c = _vm._self._c || _h
|
|
@@ -5040,11 +5040,11 @@ var mainvue_type_template_id_6961be90_render = function () {
|
|
|
5040
5040
|
1
|
|
5041
5041
|
)
|
|
5042
5042
|
}
|
|
5043
|
-
var
|
|
5044
|
-
|
|
5043
|
+
var mainvue_type_template_id_32019233_staticRenderFns = []
|
|
5044
|
+
mainvue_type_template_id_32019233_render._withStripped = true
|
|
5045
5045
|
|
|
5046
5046
|
|
|
5047
|
-
// CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=template&id=
|
|
5047
|
+
// CONCATENATED MODULE: ./packages/picker/src/main.vue?vue&type=template&id=32019233&
|
|
5048
5048
|
|
|
5049
5049
|
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/picker/src/main.vue?vue&type=script&lang=js&
|
|
5050
5050
|
var src_mainvue_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; };
|
|
@@ -5239,6 +5239,10 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
5239
5239
|
type: String,
|
|
5240
5240
|
default: '/'
|
|
5241
5241
|
},
|
|
5242
|
+
beforResponse: {
|
|
5243
|
+
type: [Function, String],
|
|
5244
|
+
default: ''
|
|
5245
|
+
},
|
|
5242
5246
|
valueKey: {
|
|
5243
5247
|
type: String,
|
|
5244
5248
|
default: 'value'
|
|
@@ -5539,7 +5543,12 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
5539
5543
|
_this4.newColumns = info;
|
|
5540
5544
|
}
|
|
5541
5545
|
if (_this4.isTable) _this4.$emit('tableColumns', _this4.newColumns);
|
|
5542
|
-
_this4.
|
|
5546
|
+
if (_this4.beforResponse) {
|
|
5547
|
+
_this4.newColumns = _this4.beforResponse(_this4.newColumns);
|
|
5548
|
+
_this4.getValue();
|
|
5549
|
+
} else {
|
|
5550
|
+
_this4.getValue();
|
|
5551
|
+
}
|
|
5543
5552
|
} else {
|
|
5544
5553
|
_this4.$toast(message);
|
|
5545
5554
|
}
|
|
@@ -5567,8 +5576,8 @@ var mainvue_type_script_lang_js_typeof = typeof Symbol === "function" && typeof
|
|
|
5567
5576
|
|
|
5568
5577
|
var picker_src_main_component = normalizeComponent(
|
|
5569
5578
|
packages_picker_src_mainvue_type_script_lang_js_,
|
|
5570
|
-
|
|
5571
|
-
|
|
5579
|
+
mainvue_type_template_id_32019233_render,
|
|
5580
|
+
mainvue_type_template_id_32019233_staticRenderFns,
|
|
5572
5581
|
false,
|
|
5573
5582
|
null,
|
|
5574
5583
|
null,
|
|
@@ -14148,8 +14157,8 @@ var Handle_component = normalizeComponent(
|
|
|
14148
14157
|
)
|
|
14149
14158
|
|
|
14150
14159
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
14151
|
-
// 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=
|
|
14152
|
-
var
|
|
14160
|
+
// 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=e051f7ca&
|
|
14161
|
+
var TaskReadvue_type_template_id_e051f7ca_render = function () {
|
|
14153
14162
|
var _vm = this
|
|
14154
14163
|
var _h = _vm.$createElement
|
|
14155
14164
|
var _c = _vm._self._c || _h
|
|
@@ -14316,11 +14325,11 @@ var TaskReadvue_type_template_id_182379f7_render = function () {
|
|
|
14316
14325
|
]),
|
|
14317
14326
|
])
|
|
14318
14327
|
}
|
|
14319
|
-
var
|
|
14320
|
-
|
|
14328
|
+
var TaskReadvue_type_template_id_e051f7ca_staticRenderFns = []
|
|
14329
|
+
TaskReadvue_type_template_id_e051f7ca_render._withStripped = true
|
|
14321
14330
|
|
|
14322
14331
|
|
|
14323
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
14332
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=e051f7ca&
|
|
14324
14333
|
|
|
14325
14334
|
// 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&
|
|
14326
14335
|
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; };
|
|
@@ -14483,6 +14492,13 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14483
14492
|
getFind: function getFind() {
|
|
14484
14493
|
var _this = this;
|
|
14485
14494
|
|
|
14495
|
+
this.$toast.loading({
|
|
14496
|
+
message: '加载中...',
|
|
14497
|
+
forbidClick: true,
|
|
14498
|
+
loadingType: 'spinner',
|
|
14499
|
+
overlay: true,
|
|
14500
|
+
duration: 0
|
|
14501
|
+
});
|
|
14486
14502
|
utils_http({
|
|
14487
14503
|
url: this.baseUrl ? this.baseUrl + findSysCodes : findSysCodes
|
|
14488
14504
|
}).then(function (res) {
|
|
@@ -14527,7 +14543,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14527
14543
|
isSinglePage: taskExamine.isSinglePage
|
|
14528
14544
|
}
|
|
14529
14545
|
};
|
|
14530
|
-
|
|
14546
|
+
utils_http(params).then(function (res) {
|
|
14531
14547
|
var status = res.status,
|
|
14532
14548
|
message = res.message,
|
|
14533
14549
|
_res$data = res.data,
|
|
@@ -14536,12 +14552,13 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14536
14552
|
nodeInfoMap = _res$data.nodeInfoMap,
|
|
14537
14553
|
taskExamine = _res$data.taskExamine;
|
|
14538
14554
|
|
|
14555
|
+
_this2.$toast.clear();
|
|
14539
14556
|
if (status == 'success') {
|
|
14540
14557
|
_this2.isMultipleTransfer(nodeInfoMap.nodeExtAttr.userSelectionType, choiceOrgId, choiceDeptId);
|
|
14541
14558
|
_this2.nextNode.nodeName = taskExamine.nodeName;
|
|
14542
14559
|
_this2.transferInfo = taskExamine;
|
|
14543
14560
|
} else {
|
|
14544
|
-
_this2.$
|
|
14561
|
+
_this2.$toast(message || '系统错误,请联系管理员!');
|
|
14545
14562
|
setTimeout(function () {
|
|
14546
14563
|
_this2.goBack();
|
|
14547
14564
|
}, 1000);
|
|
@@ -14549,7 +14566,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14549
14566
|
}).catch(function (err) {
|
|
14550
14567
|
_this2.loading = false;
|
|
14551
14568
|
if (err.message && err.message !== 'canceled') {
|
|
14552
|
-
_this2.$
|
|
14569
|
+
_this2.$toast(err.message);
|
|
14553
14570
|
}
|
|
14554
14571
|
});
|
|
14555
14572
|
},
|
|
@@ -14590,15 +14607,17 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14590
14607
|
taskAction: _that.newType
|
|
14591
14608
|
};
|
|
14592
14609
|
if (_that.newType != 'taskReadAndEnd') delete params.taskAction;
|
|
14610
|
+
|
|
14593
14611
|
utils_http({
|
|
14594
14612
|
url: _that.baseUrl ? _that.baseUrl + toStartTaskRead : toStartTaskRead,
|
|
14595
14613
|
params: params
|
|
14596
14614
|
}).then(function (res) {
|
|
14615
|
+
_that.$toast.clear();
|
|
14597
14616
|
if (res.status == 'success') {
|
|
14598
14617
|
_this3.processObj = res.data;
|
|
14599
14618
|
_this3.notificationMsgType = _this3.isMultiple();
|
|
14600
14619
|
} else {
|
|
14601
|
-
|
|
14620
|
+
_that.$toast(res.message);
|
|
14602
14621
|
setTimeout(function () {
|
|
14603
14622
|
_this3.goBack();
|
|
14604
14623
|
}, 1000);
|
|
@@ -14772,8 +14791,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
14772
14791
|
|
|
14773
14792
|
var TaskRead_component = normalizeComponent(
|
|
14774
14793
|
components_TaskReadvue_type_script_lang_js_,
|
|
14775
|
-
|
|
14776
|
-
|
|
14794
|
+
TaskReadvue_type_template_id_e051f7ca_render,
|
|
14795
|
+
TaskReadvue_type_template_id_e051f7ca_staticRenderFns,
|
|
14777
14796
|
false,
|
|
14778
14797
|
null,
|
|
14779
14798
|
null,
|
|
@@ -17822,7 +17841,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
17822
17841
|
}
|
|
17823
17842
|
|
|
17824
17843
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
17825
|
-
version: '0.1.
|
|
17844
|
+
version: '0.1.67',
|
|
17826
17845
|
install: install,
|
|
17827
17846
|
Button: packages_button,
|
|
17828
17847
|
ButtonGroup: button_group,
|
package/lib/flow.js
CHANGED
|
@@ -6144,8 +6144,8 @@ var Handle_component = Object(componentNormalizer["a" /* default */])(
|
|
|
6144
6144
|
)
|
|
6145
6145
|
|
|
6146
6146
|
/* harmony default export */ var Handle = (Handle_component.exports);
|
|
6147
|
-
// 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=
|
|
6148
|
-
var
|
|
6147
|
+
// 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=e051f7ca&
|
|
6148
|
+
var TaskReadvue_type_template_id_e051f7ca_render = function () {
|
|
6149
6149
|
var _vm = this
|
|
6150
6150
|
var _h = _vm.$createElement
|
|
6151
6151
|
var _c = _vm._self._c || _h
|
|
@@ -6312,11 +6312,11 @@ var TaskReadvue_type_template_id_182379f7_render = function () {
|
|
|
6312
6312
|
]),
|
|
6313
6313
|
])
|
|
6314
6314
|
}
|
|
6315
|
-
var
|
|
6316
|
-
|
|
6315
|
+
var TaskReadvue_type_template_id_e051f7ca_staticRenderFns = []
|
|
6316
|
+
TaskReadvue_type_template_id_e051f7ca_render._withStripped = true
|
|
6317
6317
|
|
|
6318
6318
|
|
|
6319
|
-
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=
|
|
6319
|
+
// CONCATENATED MODULE: ./packages/flow/src/components/TaskRead.vue?vue&type=template&id=e051f7ca&
|
|
6320
6320
|
|
|
6321
6321
|
// 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&
|
|
6322
6322
|
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; };
|
|
@@ -6479,6 +6479,13 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6479
6479
|
getFind: function getFind() {
|
|
6480
6480
|
var _this = this;
|
|
6481
6481
|
|
|
6482
|
+
this.$toast.loading({
|
|
6483
|
+
message: '加载中...',
|
|
6484
|
+
forbidClick: true,
|
|
6485
|
+
loadingType: 'spinner',
|
|
6486
|
+
overlay: true,
|
|
6487
|
+
duration: 0
|
|
6488
|
+
});
|
|
6482
6489
|
Object(http["a" /* default */])({
|
|
6483
6490
|
url: this.baseUrl ? this.baseUrl + api["c" /* findSysCodes */] : api["c" /* findSysCodes */]
|
|
6484
6491
|
}).then(function (res) {
|
|
@@ -6523,7 +6530,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6523
6530
|
isSinglePage: taskExamine.isSinglePage
|
|
6524
6531
|
}
|
|
6525
6532
|
};
|
|
6526
|
-
|
|
6533
|
+
Object(http["a" /* default */])(params).then(function (res) {
|
|
6527
6534
|
var status = res.status,
|
|
6528
6535
|
message = res.message,
|
|
6529
6536
|
_res$data = res.data,
|
|
@@ -6532,12 +6539,13 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6532
6539
|
nodeInfoMap = _res$data.nodeInfoMap,
|
|
6533
6540
|
taskExamine = _res$data.taskExamine;
|
|
6534
6541
|
|
|
6542
|
+
_this2.$toast.clear();
|
|
6535
6543
|
if (status == 'success') {
|
|
6536
6544
|
_this2.isMultipleTransfer(nodeInfoMap.nodeExtAttr.userSelectionType, choiceOrgId, choiceDeptId);
|
|
6537
6545
|
_this2.nextNode.nodeName = taskExamine.nodeName;
|
|
6538
6546
|
_this2.transferInfo = taskExamine;
|
|
6539
6547
|
} else {
|
|
6540
|
-
_this2.$
|
|
6548
|
+
_this2.$toast(message || '系统错误,请联系管理员!');
|
|
6541
6549
|
setTimeout(function () {
|
|
6542
6550
|
_this2.goBack();
|
|
6543
6551
|
}, 1000);
|
|
@@ -6545,7 +6553,7 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6545
6553
|
}).catch(function (err) {
|
|
6546
6554
|
_this2.loading = false;
|
|
6547
6555
|
if (err.message && err.message !== 'canceled') {
|
|
6548
|
-
_this2.$
|
|
6556
|
+
_this2.$toast(err.message);
|
|
6549
6557
|
}
|
|
6550
6558
|
});
|
|
6551
6559
|
},
|
|
@@ -6586,15 +6594,17 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6586
6594
|
taskAction: _that.newType
|
|
6587
6595
|
};
|
|
6588
6596
|
if (_that.newType != 'taskReadAndEnd') delete params.taskAction;
|
|
6597
|
+
|
|
6589
6598
|
Object(http["a" /* default */])({
|
|
6590
6599
|
url: _that.baseUrl ? _that.baseUrl + api["t" /* toStartTaskRead */] : api["t" /* toStartTaskRead */],
|
|
6591
6600
|
params: params
|
|
6592
6601
|
}).then(function (res) {
|
|
6602
|
+
_that.$toast.clear();
|
|
6593
6603
|
if (res.status == 'success') {
|
|
6594
6604
|
_this3.processObj = res.data;
|
|
6595
6605
|
_this3.notificationMsgType = _this3.isMultiple();
|
|
6596
6606
|
} else {
|
|
6597
|
-
|
|
6607
|
+
_that.$toast(res.message);
|
|
6598
6608
|
setTimeout(function () {
|
|
6599
6609
|
_this3.goBack();
|
|
6600
6610
|
}, 1000);
|
|
@@ -6768,8 +6778,8 @@ var TaskReadvue_type_script_lang_js_extends = Object.assign || function (target)
|
|
|
6768
6778
|
|
|
6769
6779
|
var TaskRead_component = Object(componentNormalizer["a" /* default */])(
|
|
6770
6780
|
components_TaskReadvue_type_script_lang_js_,
|
|
6771
|
-
|
|
6772
|
-
|
|
6781
|
+
TaskReadvue_type_template_id_e051f7ca_render,
|
|
6782
|
+
TaskReadvue_type_template_id_e051f7ca_staticRenderFns,
|
|
6773
6783
|
false,
|
|
6774
6784
|
null,
|
|
6775
6785
|
null,
|