Commit 2a21622e authored by 季圣华's avatar 季圣华
Browse files

优化单据列表的高度

parent 32fac5fc
<template>
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......@@ -833,9 +832,8 @@
</a-row>
</template>
</a-form>
</j-modal>
<bill-print-iframe ref="modalDetail"></bill-print-iframe>
</a-card>
</j-modal>
</template>
<script>
......
<template>
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......@@ -119,10 +118,9 @@
</a-row>
</a-form>
</a-spin>
</j-modal>
<many-account-modal ref="manyAccountModalForm" @ok="manyAccountModalFormOk"></many-account-modal>
<link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list>
</a-card>
</j-modal>
</template>
<script>
import pick from 'lodash.pick'
......
<template>
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......@@ -119,10 +118,9 @@
</a-row>
</a-form>
</a-spin>
</j-modal>
<many-account-modal ref="manyAccountModalForm" @ok="manyAccountModalFormOk"></many-account-modal>
<link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list>
</a-card>
</j-modal>
</template>
<script>
......
<template>
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......@@ -104,9 +103,8 @@
</a-row>
</a-form>
</a-spin>
</j-modal>
<link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list>
</a-card>
</j-modal>
</template>
<script>
import pick from 'lodash.pick'
......
<template>
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......@@ -122,10 +121,9 @@
</a-row>
</a-form>
</a-spin>
</j-modal>
<many-account-modal ref="manyAccountModalForm" @ok="manyAccountModalFormOk"></many-account-modal>
<link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list>
</a-card>
</j-modal>
</template>
<script>
import pick from 'lodash.pick'
......
<template>
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......@@ -122,10 +121,9 @@
</a-row>
</a-form>
</a-spin>
</j-modal>
<many-account-modal ref="manyAccountModalForm" @ok="manyAccountModalFormOk"></many-account-modal>
<link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list>
</a-card>
</j-modal>
</template>
<script>
import pick from 'lodash.pick'
......
<template>
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......@@ -396,10 +395,9 @@
</a-row>
</template>
</a-form>
</j-modal>
<!-- 表单区域 -->
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</j-modal>
</template>
<script>
import pick from 'lodash.pick'
......
<template>
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......@@ -114,9 +113,8 @@
</a-row>
</a-form>
</a-spin>
</j-modal>
<debt-bill-list ref="debtBillList" @ok="debtBillListOk"></debt-bill-list>
</a-card>
</j-modal>
</template>
<script>
import pick from 'lodash.pick'
......
<template>
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......@@ -114,9 +113,8 @@
</a-row>
</a-form>
</a-spin>
</j-modal>
<debt-bill-list ref="debtBillList" @ok="debtBillListOk"></debt-bill-list>
</a-card>
</j-modal>
</template>
<script>
import pick from 'lodash.pick'
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment