Commit c2953567 authored by 季圣华's avatar 季圣华
Browse files

解决菜单切换页面闪现的bug

parent 283b4ef9
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -77,6 +79,8 @@
<allocation-out-modal ref="modalForm" @ok="modalFormOk"></allocation-out-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import AllocationOutModal from './modules/AllocationOutModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -77,6 +79,8 @@
<assemble-modal ref="modalForm" @ok="modalFormOk"></assemble-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import AssembleModal from './modules/AssembleModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -77,6 +79,8 @@
<disassemble-modal ref="modalForm" @ok="modalFormOk"></disassemble-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import DisassembleModal from './modules/DisassembleModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -77,6 +79,8 @@
<other-in-modal ref="modalForm" @ok="modalFormOk"></other-in-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import OtherInModal from './modules/OtherInModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -77,6 +79,8 @@
<other-out-modal ref="modalForm" @ok="modalFormOk"></other-out-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import OtherOutModal from './modules/OtherOutModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -77,6 +79,8 @@
<purchase-back-modal ref="modalForm" @ok="modalFormOk"></purchase-back-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import PurchaseBackModal from './modules/PurchaseBackModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -77,6 +79,8 @@
<purchase-in-modal ref="modalForm" @ok="modalFormOk"></purchase-in-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import PurchaseInModal from './modules/PurchaseInModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -84,6 +86,8 @@
<purchase-order-modal ref="modalForm" @ok="modalFormOk"></purchase-order-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import PurchaseOrderModal from './modules/PurchaseOrderModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -77,6 +79,8 @@
<retail-back-modal ref="modalForm" @ok="modalFormOk"></retail-back-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import RetailBackModal from './modules/RetailBackModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -77,6 +79,8 @@
<retail-out-modal ref="modalForm" @ok="modalFormOk"></retail-out-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import RetailOutModal from './modules/RetailOutModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -77,6 +79,8 @@
<sale-back-modal ref="modalForm" @ok="modalFormOk"></sale-back-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import SaleBackModal from './modules/SaleBackModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -84,6 +86,8 @@
<sale-order-modal ref="modalForm" @ok="modalFormOk"></sale-order-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import SaleOrderModal from './modules/SaleOrderModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -77,6 +79,8 @@
<sale-out-modal ref="modalForm" @ok="modalFormOk"></sale-out-modal>
<bill-detail ref="modalDetail"></bill-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import SaleOutModal from './modules/SaleOutModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......
<template>
<a-card :bordered="false" class="card-area">
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......
<template>
<a-card :bordered="false" class="card-area">
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......
<template>
<a-card :bordered="false" class="card-area">
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......
<template>
<a-card :bordered="false" class="card-area">
<a-card :bordered="false">
<j-modal
:title="title"
:width="width"
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -72,6 +74,8 @@
<advance-in-modal ref="modalForm" @ok="modalFormOk"></advance-in-modal>
<financial-detail ref="modalDetail"></financial-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import AdvanceInModal from './modules/AdvanceInModal'
......
<template>
<a-card :bordered="false" class="card-area">
<a-row :gutter="24">
<a-col :md="24">
<a-card :bordered="false">
<!-- 查询区域 -->
<div class="table-page-search-wrapper">
<!-- 搜索区域 -->
......@@ -72,6 +74,8 @@
<giro-modal ref="modalForm" @ok="modalFormOk"></giro-modal>
<financial-detail ref="modalDetail"></financial-detail>
</a-card>
</a-col>
</a-row>
</template>
<script>
import GiroModal from './modules/GiroModal'
......
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