|
@@ -1587,8 +1587,8 @@ const handleOpenOAAudit = async () => {
|
|
|
clearInterval(oaAuditTimer.value)
|
|
clearInterval(oaAuditTimer.value)
|
|
|
oaAuditTimer.value = null
|
|
oaAuditTimer.value = null
|
|
|
}
|
|
}
|
|
|
- // 先打开空白弹窗
|
|
|
|
|
- const win = window.open('', 'OAAudit', 'width=1200,height=800,left=100,top=50,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes')
|
|
|
|
|
|
|
+ // 先打开全屏空白弹窗
|
|
|
|
|
+ const win = window.open('', 'OAAudit', 'width=' + screen.width + ',height=' + screen.height + ',left=0,top=0,menubar=no,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes')
|
|
|
try {
|
|
try {
|
|
|
const link = await PipeTaskOrderApi.getAffairLink(props.selectedItem.summaryId)
|
|
const link = await PipeTaskOrderApi.getAffairLink(props.selectedItem.summaryId)
|
|
|
if (link && win) {
|
|
if (link && win) {
|