Browse Source

全屏展示

hella_online_20240829
wangyufei 4 months ago
parent
commit
9694d85348
  1. 7
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue
  2. 7
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordRefuseMain/index.vue
  3. 7
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue
  4. 7
      src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestOrderMTypeMain/index.vue

7
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptJobMain/index.vue

@ -84,11 +84,11 @@
<el-dialog
v-model="showQualityReport"
:title="t('质检明细')"
width="90%"
append-to-body
:append-to-body="false"
destroy-on-close
fullscreen
>
<iframe height="600px" width="100%" :src="qualityReport" frameborder="0"></iframe>
<iframe :height="reportHeight" width="100%" :src="qualityReport" frameborder="0"></iframe>
</el-dialog>
</template>
@ -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

7
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRecordRefuseMain/index.vue

@ -92,11 +92,11 @@
<el-dialog
v-model="showQualityReport"
:title="t('质检明细')"
width="90%"
append-to-body
:append-to-body="false"
destroy-on-close
fullscreen
>
<iframe height="600px" width="100%" :src="qualityReport" frameborder="0"></iframe>
<iframe :height="reportHeight" width="100%" :src="qualityReport" frameborder="0"></iframe>
</el-dialog>
@ -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

7
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestMain/index.vue

@ -132,11 +132,11 @@
<el-dialog
v-model="showQualityReport"
:title="t('质检明细')"
width="90%"
append-to-body
:append-to-body="false"
destroy-on-close
fullscreen
>
<iframe height="600px" width="100%" :src="qualityReport" frameborder="0"></iframe>
<iframe :height="reportHeight" width="100%" :src="qualityReport" frameborder="0"></iframe>
</el-dialog>
</template>
@ -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

7
src/views/wms/purchasereceiptManage/purchasereceipt/purchasereceiptRequestOrderMTypeMain/index.vue

@ -131,11 +131,11 @@
<el-dialog
v-model="showQualityReport"
:title="t('质检明细')"
width="90%"
append-to-body
:append-to-body="false"
destroy-on-close
fullscreen
>
<iframe height="600px" width="100%" :src="qualityReport" frameborder="0"></iframe>
<iframe :height="reportHeight" width="100%" :src="qualityReport" frameborder="0"></iframe>
</el-dialog>
</template>
@ -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

Loading…
Cancel
Save