From 9694d85348ecb930df3d8202d0a6420ff0b3f1a0 Mon Sep 17 00:00:00 2001
From: wangyufei <2267742828@qq.com>
Date: Tue, 23 Jul 2024 17:17:36 +0800
Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B1=95=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../purchasereceipt/purchasereceiptJobMain/index.vue | 7 ++++---
.../purchasereceiptRecordRefuseMain/index.vue | 7 ++++---
.../purchasereceipt/purchasereceiptRequestMain/index.vue | 7 ++++---
.../purchasereceiptRequestOrderMTypeMain/index.vue | 7 ++++---
4 files changed, 16 insertions(+), 12 deletions(-)
diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue
index a1fe92cdd..995534815 100644
--- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue
+++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue
@@ -84,11 +84,11 @@
-
+
@@ -255,6 +255,7 @@ const buttonTableClick = async (val, row) => {
}
// 查看质检报告
const showQualityReport = ref(false)
+const reportHeight = ref(window.innerHeight - 120)
const qualityReport = ref('')
const checkQualityReport = async (row)=>{
showQualityReport.value = true
diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordRefuseMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordRefuseMain/index.vue
index a9c77fe87..da3542515 100644
--- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordRefuseMain/index.vue
+++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordRefuseMain/index.vue
@@ -92,11 +92,11 @@
-
+
@@ -190,6 +190,7 @@ const buttonTableClick = async (val, row) => {
}
// 查看质检报告
const showQualityReport = ref(false)
+const reportHeight = ref(window.innerHeight - 120)
const qualityReport = ref('')
const checkQualityReport = async (row)=>{
showQualityReport.value = true
diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue
index 47aba1611..f53ba96fa 100644
--- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue
+++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue
@@ -132,11 +132,11 @@
-
+
@@ -428,6 +428,7 @@ const onChangeLabel =(field,e,row, index) => {
}
// 查看质检报告
const showQualityReport = ref(false)
+const reportHeight = ref(window.innerHeight - 120)
const qualityReport = ref('')
const checkQualityReport = async (row)=>{
showQualityReport.value = true
diff --git a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestOrderMTypeMain/index.vue b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestOrderMTypeMain/index.vue
index 3aececbe4..558faf3a5 100644
--- a/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestOrderMTypeMain/index.vue
+++ b/src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestOrderMTypeMain/index.vue
@@ -131,11 +131,11 @@
-
+
@@ -405,6 +405,7 @@ const buttonTableClick = async (val, row) => {
// 查看质检报告
const showQualityReport = ref(false)
+const reportHeight = ref(window.innerHeight - 120)
const qualityReport = ref('')
const checkQualityReport = async (row)=>{
showQualityReport.value = true