优化单据列表的高度

This commit is contained in:
季圣华
2021-09-25 13:12:27 +08:00
parent 32fac5fc04
commit 2a21622e12
9 changed files with 2044 additions and 2062 deletions

View File

@@ -1,5 +1,4 @@
<template> <template>
<a-card :bordered="false">
<j-modal <j-modal
:title="title" :title="title"
:width="width" :width="width"
@@ -833,9 +832,8 @@
</a-row> </a-row>
</template> </template>
</a-form> </a-form>
</j-modal>
<bill-print-iframe ref="modalDetail"></bill-print-iframe> <bill-print-iframe ref="modalDetail"></bill-print-iframe>
</a-card> </j-modal>
</template> </template>
<script> <script>

View File

@@ -1,5 +1,4 @@
<template> <template>
<a-card :bordered="false">
<j-modal <j-modal
:title="title" :title="title"
:width="width" :width="width"
@@ -119,10 +118,9 @@
</a-row> </a-row>
</a-form> </a-form>
</a-spin> </a-spin>
</j-modal>
<many-account-modal ref="manyAccountModalForm" @ok="manyAccountModalFormOk"></many-account-modal> <many-account-modal ref="manyAccountModalForm" @ok="manyAccountModalFormOk"></many-account-modal>
<link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list> <link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list>
</a-card> </j-modal>
</template> </template>
<script> <script>
import pick from 'lodash.pick' import pick from 'lodash.pick'

View File

@@ -1,5 +1,4 @@
<template> <template>
<a-card :bordered="false">
<j-modal <j-modal
:title="title" :title="title"
:width="width" :width="width"
@@ -119,10 +118,9 @@
</a-row> </a-row>
</a-form> </a-form>
</a-spin> </a-spin>
</j-modal>
<many-account-modal ref="manyAccountModalForm" @ok="manyAccountModalFormOk"></many-account-modal> <many-account-modal ref="manyAccountModalForm" @ok="manyAccountModalFormOk"></many-account-modal>
<link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list> <link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list>
</a-card> </j-modal>
</template> </template>
<script> <script>

View File

@@ -1,5 +1,4 @@
<template> <template>
<a-card :bordered="false">
<j-modal <j-modal
:title="title" :title="title"
:width="width" :width="width"
@@ -104,9 +103,8 @@
</a-row> </a-row>
</a-form> </a-form>
</a-spin> </a-spin>
</j-modal>
<link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list> <link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list>
</a-card> </j-modal>
</template> </template>
<script> <script>
import pick from 'lodash.pick' import pick from 'lodash.pick'

View File

@@ -1,5 +1,4 @@
<template> <template>
<a-card :bordered="false">
<j-modal <j-modal
:title="title" :title="title"
:width="width" :width="width"
@@ -122,10 +121,9 @@
</a-row> </a-row>
</a-form> </a-form>
</a-spin> </a-spin>
</j-modal>
<many-account-modal ref="manyAccountModalForm" @ok="manyAccountModalFormOk"></many-account-modal> <many-account-modal ref="manyAccountModalForm" @ok="manyAccountModalFormOk"></many-account-modal>
<link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list> <link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list>
</a-card> </j-modal>
</template> </template>
<script> <script>
import pick from 'lodash.pick' import pick from 'lodash.pick'

View File

@@ -1,5 +1,4 @@
<template> <template>
<a-card :bordered="false">
<j-modal <j-modal
:title="title" :title="title"
:width="width" :width="width"
@@ -122,10 +121,9 @@
</a-row> </a-row>
</a-form> </a-form>
</a-spin> </a-spin>
</j-modal>
<many-account-modal ref="manyAccountModalForm" @ok="manyAccountModalFormOk"></many-account-modal> <many-account-modal ref="manyAccountModalForm" @ok="manyAccountModalFormOk"></many-account-modal>
<link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list> <link-bill-list ref="linkBillList" @ok="linkBillListOk"></link-bill-list>
</a-card> </j-modal>
</template> </template>
<script> <script>
import pick from 'lodash.pick' import pick from 'lodash.pick'

View File

@@ -1,5 +1,4 @@
<template> <template>
<a-card :bordered="false">
<j-modal <j-modal
:title="title" :title="title"
:width="width" :width="width"
@@ -396,10 +395,9 @@
</a-row> </a-row>
</template> </template>
</a-form> </a-form>
</j-modal>
<!-- 表单区域 --> <!-- 表单区域 -->
<bill-detail ref="modalDetail"></bill-detail> <bill-detail ref="modalDetail"></bill-detail>
</a-card> </j-modal>
</template> </template>
<script> <script>
import pick from 'lodash.pick' import pick from 'lodash.pick'

View File

@@ -1,5 +1,4 @@
<template> <template>
<a-card :bordered="false">
<j-modal <j-modal
:title="title" :title="title"
:width="width" :width="width"
@@ -114,9 +113,8 @@
</a-row> </a-row>
</a-form> </a-form>
</a-spin> </a-spin>
</j-modal>
<debt-bill-list ref="debtBillList" @ok="debtBillListOk"></debt-bill-list> <debt-bill-list ref="debtBillList" @ok="debtBillListOk"></debt-bill-list>
</a-card> </j-modal>
</template> </template>
<script> <script>
import pick from 'lodash.pick' import pick from 'lodash.pick'

View File

@@ -1,5 +1,4 @@
<template> <template>
<a-card :bordered="false">
<j-modal <j-modal
:title="title" :title="title"
:width="width" :width="width"
@@ -114,9 +113,8 @@
</a-row> </a-row>
</a-form> </a-form>
</a-spin> </a-spin>
</j-modal>
<debt-bill-list ref="debtBillList" @ok="debtBillListOk"></debt-bill-list> <debt-bill-list ref="debtBillList" @ok="debtBillListOk"></debt-bill-list>
</a-card> </j-modal>
</template> </template>
<script> <script>
import pick from 'lodash.pick' import pick from 'lodash.pick'