付款单各弹窗宽度调整
This commit is contained in:
parent
e86d302e74
commit
430a74f1e8
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<!-- 详情/付款 -->
|
||||
<a-drawer :title="title" width="80vw" v-model:visible="visible" :closable="true"
|
||||
<a-drawer :title="title" width="1400px" v-model:visible="visible" :closable="true"
|
||||
:footer-style="{ textAlign: 'right' }" :bodyStyle="{ padding: '14px' }" @close="handleCancel">
|
||||
<NuInvoicingFkdMainForm v-if="visible" ref="registerForm" @ok="submitCallback" :formDisabled="disableSubmit"
|
||||
:formBpm="false">
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
</a-drawer>
|
||||
|
||||
<!-- 生成付款单 -->
|
||||
<a-drawer :title="'生成付款单'" width="80vw" v-model:visible="scfkdVisible" :closable="true"
|
||||
<a-drawer :title="'生成付款单'" width="1400px" v-model:visible="scfkdVisible" :closable="true"
|
||||
:footer-style="{ textAlign: 'right' }" :bodyStyle="{ padding: '14px' }" @close="handleScfkdCancel">
|
||||
<NuInvoicingScfkdList v-if="scfkdVisible" ref="scfkdForm" @ok="scfkdCallback" />
|
||||
<template #footer>
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@
|
|||
</div>
|
||||
|
||||
<!-- 采购单详情 -->
|
||||
<a-drawer title="采购单详情" width="70vw" v-model:visible="visible" :closable="true" :footer-style="{ textAlign: 'right' }"
|
||||
<a-drawer title="采购单详情" width="1300px" v-model:visible="visible" :closable="true" :footer-style="{ textAlign: 'right' }"
|
||||
:bodyStyle="{ padding: '14px' }" @close="handleCancel">
|
||||
<cgdInfo v-if="visible" ref="registerForm">
|
||||
</cgdInfo>
|
||||
|
|
|
|||
Loading…
Reference in New Issue