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