ecinc-cloud-yoabase 9.6.319 → 9.6.321
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/ecyoabase.common.js +11 -8
- package/lib/ecyoabase.umd.js +11 -8
- package/lib/ecyoabase.umd.min.js +1 -1
- package/package.json +1 -1
package/lib/ecyoabase.common.js
CHANGED
|
@@ -241473,8 +241473,8 @@ var InlineTextEditor_component = normalizeComponent(
|
|
|
241473
241473
|
)
|
|
241474
241474
|
|
|
241475
241475
|
/* harmony default export */ var InlineTextEditor = (InlineTextEditor_component.exports);
|
|
241476
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecyoa/yoabase/src/workflow/wfInstance/mainform/components/PrintFile.vue?vue&type=template&id=
|
|
241477
|
-
var
|
|
241476
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecyoa/yoabase/src/workflow/wfInstance/mainform/components/PrintFile.vue?vue&type=template&id=6e77f8a2&scoped=true
|
|
241477
|
+
var PrintFilevue_type_template_id_6e77f8a2_scoped_true_render = function render() {
|
|
241478
241478
|
var _vm = this,
|
|
241479
241479
|
_c = _vm._self._c;
|
|
241480
241480
|
return _c('div', {
|
|
@@ -241514,7 +241514,7 @@ var PrintFilevue_type_template_id_08a109f2_scoped_true_render = function render(
|
|
|
241514
241514
|
}
|
|
241515
241515
|
})], 1);
|
|
241516
241516
|
};
|
|
241517
|
-
var
|
|
241517
|
+
var PrintFilevue_type_template_id_6e77f8a2_scoped_true_staticRenderFns = [];
|
|
241518
241518
|
|
|
241519
241519
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecyoa/yoabase/src/workflow/wfInstance/mainform/components/PrintFile.vue?vue&type=script&lang=js
|
|
241520
241520
|
|
|
@@ -241528,7 +241528,8 @@ var PrintFilevue_type_template_id_08a109f2_scoped_true_staticRenderFns = [];
|
|
|
241528
241528
|
default: 'wfInstance/wfBusiAttach'
|
|
241529
241529
|
},
|
|
241530
241530
|
dataURL: '',
|
|
241531
|
-
$scope: {}
|
|
241531
|
+
$scope: {},
|
|
241532
|
+
onlyWform: false
|
|
241532
241533
|
};
|
|
241533
241534
|
},
|
|
241534
241535
|
computed: {},
|
|
@@ -241551,8 +241552,9 @@ var PrintFilevue_type_template_id_08a109f2_scoped_true_staticRenderFns = [];
|
|
|
241551
241552
|
},
|
|
241552
241553
|
mounted: function mounted() {},
|
|
241553
241554
|
methods: {
|
|
241554
|
-
btnSaveAsClick: function btnSaveAsClick() {
|
|
241555
|
+
btnSaveAsClick: function btnSaveAsClick($scope, onlyWform) {
|
|
241555
241556
|
this.$bus.emit('showDoingDialog');
|
|
241557
|
+
this.onlyWform = onlyWform === 'wform';
|
|
241556
241558
|
ifrmPrint.src = location.href.replace('/wflow?', '/print?') + '&saveAs=true';
|
|
241557
241559
|
},
|
|
241558
241560
|
btnSaveAsDownloadClick: function btnSaveAsDownloadClick() {
|
|
@@ -241708,6 +241710,7 @@ var PrintFilevue_type_template_id_08a109f2_scoped_true_staticRenderFns = [];
|
|
|
241708
241710
|
url += '&pageSize=' + printPages.length + '&landscape=' + landscape;
|
|
241709
241711
|
if ($scope.wfInstance.module !== 'fawen') url += '&doc=true';
|
|
241710
241712
|
if (_this.$route.query.linkId) url += '&linkId=' + _this.$route.query.linkId;
|
|
241713
|
+
if (_this.onlyWform === true) url += '&onlyWform=true';
|
|
241711
241714
|
url += '&httpPort=' + location.port;
|
|
241712
241715
|
window.open(url);
|
|
241713
241716
|
$scope.isShow = false;
|
|
@@ -241912,11 +241915,11 @@ var PrintFilevue_type_template_id_08a109f2_scoped_true_staticRenderFns = [];
|
|
|
241912
241915
|
;
|
|
241913
241916
|
var PrintFile_component = normalizeComponent(
|
|
241914
241917
|
components_PrintFilevue_type_script_lang_js,
|
|
241915
|
-
|
|
241916
|
-
|
|
241918
|
+
PrintFilevue_type_template_id_6e77f8a2_scoped_true_render,
|
|
241919
|
+
PrintFilevue_type_template_id_6e77f8a2_scoped_true_staticRenderFns,
|
|
241917
241920
|
false,
|
|
241918
241921
|
null,
|
|
241919
|
-
"
|
|
241922
|
+
"6e77f8a2",
|
|
241920
241923
|
null
|
|
241921
241924
|
|
|
241922
241925
|
)
|
package/lib/ecyoabase.umd.js
CHANGED
|
@@ -241483,8 +241483,8 @@ var InlineTextEditor_component = normalizeComponent(
|
|
|
241483
241483
|
)
|
|
241484
241484
|
|
|
241485
241485
|
/* harmony default export */ var InlineTextEditor = (InlineTextEditor_component.exports);
|
|
241486
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecyoa/yoabase/src/workflow/wfInstance/mainform/components/PrintFile.vue?vue&type=template&id=
|
|
241487
|
-
var
|
|
241486
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecyoa/yoabase/src/workflow/wfInstance/mainform/components/PrintFile.vue?vue&type=template&id=6e77f8a2&scoped=true
|
|
241487
|
+
var PrintFilevue_type_template_id_6e77f8a2_scoped_true_render = function render() {
|
|
241488
241488
|
var _vm = this,
|
|
241489
241489
|
_c = _vm._self._c;
|
|
241490
241490
|
return _c('div', {
|
|
@@ -241524,7 +241524,7 @@ var PrintFilevue_type_template_id_08a109f2_scoped_true_render = function render(
|
|
|
241524
241524
|
}
|
|
241525
241525
|
})], 1);
|
|
241526
241526
|
};
|
|
241527
|
-
var
|
|
241527
|
+
var PrintFilevue_type_template_id_6e77f8a2_scoped_true_staticRenderFns = [];
|
|
241528
241528
|
|
|
241529
241529
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js??clonedRuleSet-82.use[0]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./packages/ecyoa/yoabase/src/workflow/wfInstance/mainform/components/PrintFile.vue?vue&type=script&lang=js
|
|
241530
241530
|
|
|
@@ -241538,7 +241538,8 @@ var PrintFilevue_type_template_id_08a109f2_scoped_true_staticRenderFns = [];
|
|
|
241538
241538
|
default: 'wfInstance/wfBusiAttach'
|
|
241539
241539
|
},
|
|
241540
241540
|
dataURL: '',
|
|
241541
|
-
$scope: {}
|
|
241541
|
+
$scope: {},
|
|
241542
|
+
onlyWform: false
|
|
241542
241543
|
};
|
|
241543
241544
|
},
|
|
241544
241545
|
computed: {},
|
|
@@ -241561,8 +241562,9 @@ var PrintFilevue_type_template_id_08a109f2_scoped_true_staticRenderFns = [];
|
|
|
241561
241562
|
},
|
|
241562
241563
|
mounted: function mounted() {},
|
|
241563
241564
|
methods: {
|
|
241564
|
-
btnSaveAsClick: function btnSaveAsClick() {
|
|
241565
|
+
btnSaveAsClick: function btnSaveAsClick($scope, onlyWform) {
|
|
241565
241566
|
this.$bus.emit('showDoingDialog');
|
|
241567
|
+
this.onlyWform = onlyWform === 'wform';
|
|
241566
241568
|
ifrmPrint.src = location.href.replace('/wflow?', '/print?') + '&saveAs=true';
|
|
241567
241569
|
},
|
|
241568
241570
|
btnSaveAsDownloadClick: function btnSaveAsDownloadClick() {
|
|
@@ -241718,6 +241720,7 @@ var PrintFilevue_type_template_id_08a109f2_scoped_true_staticRenderFns = [];
|
|
|
241718
241720
|
url += '&pageSize=' + printPages.length + '&landscape=' + landscape;
|
|
241719
241721
|
if ($scope.wfInstance.module !== 'fawen') url += '&doc=true';
|
|
241720
241722
|
if (_this.$route.query.linkId) url += '&linkId=' + _this.$route.query.linkId;
|
|
241723
|
+
if (_this.onlyWform === true) url += '&onlyWform=true';
|
|
241721
241724
|
url += '&httpPort=' + location.port;
|
|
241722
241725
|
window.open(url);
|
|
241723
241726
|
$scope.isShow = false;
|
|
@@ -241922,11 +241925,11 @@ var PrintFilevue_type_template_id_08a109f2_scoped_true_staticRenderFns = [];
|
|
|
241922
241925
|
;
|
|
241923
241926
|
var PrintFile_component = normalizeComponent(
|
|
241924
241927
|
components_PrintFilevue_type_script_lang_js,
|
|
241925
|
-
|
|
241926
|
-
|
|
241928
|
+
PrintFilevue_type_template_id_6e77f8a2_scoped_true_render,
|
|
241929
|
+
PrintFilevue_type_template_id_6e77f8a2_scoped_true_staticRenderFns,
|
|
241927
241930
|
false,
|
|
241928
241931
|
null,
|
|
241929
|
-
"
|
|
241932
|
+
"6e77f8a2",
|
|
241930
241933
|
null
|
|
241931
241934
|
|
|
241932
241935
|
)
|