"src/main/webapp/vscode:/vscode.git/clone" did not exist on "a16292b8abc97aa1b1806c9af6607af644aa02a3"
Commit c2953567 authored by 季圣华's avatar 季圣华
Browse files

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

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