From b5ddd02005d44151dcb47d9e942d0d80d86227f0 Mon Sep 17 00:00:00 2001
From: PigBaoBei <2739175034@qq.com>
Date: Tue, 18 Apr 2023 12:40:32 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=9D=BF=E6=B5=81=E7=A8=8B?=
=?UTF-8?q?=E7=A4=BA=E6=84=8F=E5=9B=BE=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../plan/ProcessMaterialWarehousingPlan.vue | 14 +++++++++++++-
.../plan/ProcessMaterialsDeliveryPlan.vue | 14 +++++++++++++-
.../accessrecords/plan/ProcessMaterialsPlan.vue | 14 +++++++++++++-
src/views/modules/oss/OSSFileList.vue | 2 +-
4 files changed, 40 insertions(+), 4 deletions(-)
diff --git a/src/views/accessrecords/plan/ProcessMaterialWarehousingPlan.vue b/src/views/accessrecords/plan/ProcessMaterialWarehousingPlan.vue
index 2b8452c..df9debb 100644
--- a/src/views/accessrecords/plan/ProcessMaterialWarehousingPlan.vue
+++ b/src/views/accessrecords/plan/ProcessMaterialWarehousingPlan.vue
@@ -7,7 +7,7 @@
-
+
@@ -41,6 +41,9 @@ export default {
list:"",
getProcessPicture:'/hy/processMaterialWarehousing/getProcessPicture'
},
+ conheight:{
+ height:''
+ },
}
},
props: {
@@ -90,6 +93,12 @@ export default {
console.log(this.proMaterListId);
// this.getPicture();
},
+ mounted() {
+ console.log("执行声明周期监听")
+ // 在 mounted 生命周期监听窗口变化并触发上文处理函数,修改高度
+ window.addEventListener('resize', this.getHeight);
+ this.getHeight();
+ },
watch:{
$route(to,from) {
this.tabKey = '1'
@@ -97,6 +106,9 @@ export default {
}
},
methods: {
+ getHeight(){
+ this.conheight.height=window.innerHeight-230+'px';
+ },
callback(key){
this.tabKey = key
if (key==2){
diff --git a/src/views/accessrecords/plan/ProcessMaterialsDeliveryPlan.vue b/src/views/accessrecords/plan/ProcessMaterialsDeliveryPlan.vue
index d2468e9..4f1fe61 100644
--- a/src/views/accessrecords/plan/ProcessMaterialsDeliveryPlan.vue
+++ b/src/views/accessrecords/plan/ProcessMaterialsDeliveryPlan.vue
@@ -7,7 +7,7 @@
-
+
@@ -43,6 +43,9 @@ export default {
list:"",
getProcessPicture:'/hy/processMaterialWarehousing/getProcessPicture'
},
+ conheight:{
+ height:''
+ },
}
},
props: {
@@ -91,6 +94,12 @@ export default {
created(){
console.log(this.proMaterListId);
},
+ mounted() {
+ console.log("执行声明周期监听")
+ // 在 mounted 生命周期监听窗口变化并触发上文处理函数,修改高度
+ window.addEventListener('resize', this.getHeight);
+ this.getHeight();
+ },
watch:{
$route(to,from) {
this.tabKey = '1'
@@ -98,6 +107,9 @@ export default {
}
},
methods: {
+ getHeight(){
+ this.conheight.height=window.innerHeight-230+'px';
+ },
callback(key){
this.tabKey = key
if (key==2){
diff --git a/src/views/accessrecords/plan/ProcessMaterialsPlan.vue b/src/views/accessrecords/plan/ProcessMaterialsPlan.vue
index 326c22e..2ca1b35 100644
--- a/src/views/accessrecords/plan/ProcessMaterialsPlan.vue
+++ b/src/views/accessrecords/plan/ProcessMaterialsPlan.vue
@@ -7,7 +7,7 @@
-
+
@@ -43,6 +43,9 @@
list:"",
getProcessPicture:'/hy/processMaterialWarehousing/getProcessPicture'
},
+ conheight:{
+ height:''
+ },
}
},
props: {
@@ -93,6 +96,12 @@
console.log("=================",this.proMaterListId,"===================")
// this.getPicture();
},
+ mounted() {
+ console.log("执行声明周期监听")
+ // 在 mounted 生命周期监听窗口变化并触发上文处理函数,修改高度
+ window.addEventListener('resize', this.getHeight);
+ this.getHeight();
+ },
watch:{
proMaterListId:function (newData, oldData) {
//newData是更新后的数据
@@ -107,6 +116,9 @@
}
},
methods: {
+ getHeight(){
+ this.conheight.height=window.innerHeight-230+'px';
+ },
callback(key) {
this.tabKey = key
console.log("=================",key,"===================")
diff --git a/src/views/modules/oss/OSSFileList.vue b/src/views/modules/oss/OSSFileList.vue
index c9a39f8..5259d54 100644
--- a/src/views/modules/oss/OSSFileList.vue
+++ b/src/views/modules/oss/OSSFileList.vue
@@ -102,7 +102,7 @@
下载
- 删除
+