解决菜单切换页面闪现的bug
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<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"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<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"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<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"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<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"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<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"
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<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'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<item-in-modal ref="modalForm" @ok="modalFormOk"></item-in-modal>
|
<item-in-modal ref="modalForm" @ok="modalFormOk"></item-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 ItemInModal from './modules/ItemInModal'
|
import ItemInModal from './modules/ItemInModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<item-out-modal ref="modalForm" @ok="modalFormOk"></item-out-modal>
|
<item-out-modal ref="modalForm" @ok="modalFormOk"></item-out-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 ItemOutModal from './modules/ItemOutModal'
|
import ItemOutModal from './modules/ItemOutModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<money-in-modal ref="modalForm" @ok="modalFormOk"></money-in-modal>
|
<money-in-modal ref="modalForm" @ok="modalFormOk"></money-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 MoneyInModal from './modules/MoneyInModal'
|
import MoneyInModal from './modules/MoneyInModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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 @@
|
|||||||
<money-out-modal ref="modalForm" @ok="modalFormOk"></money-out-modal>
|
<money-out-modal ref="modalForm" @ok="modalFormOk"></money-out-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 MoneyOutModal from './modules/MoneyOutModal'
|
import MoneyOutModal from './modules/MoneyOutModal'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<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"
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -105,6 +107,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<material-modal ref="modalForm" @ok="modalFormOk"></material-modal>
|
<material-modal ref="modalForm" @ok="modalFormOk"></material-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import MaterialModal from './modules/MaterialModal'
|
import MaterialModal from './modules/MaterialModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -45,6 +47,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<material-property-modal ref="modalForm" @ok="modalFormOk"></material-property-modal>
|
<material-property-modal ref="modalForm" @ok="modalFormOk"></material-property-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import MaterialPropertyModal from './modules/MaterialPropertyModal'
|
import MaterialPropertyModal from './modules/MaterialPropertyModal'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -52,6 +54,8 @@
|
|||||||
<!-- table区域-end -->
|
<!-- table区域-end -->
|
||||||
<account-in-out-list ref="accountInOutList" @ok="modalFormOk"></account-in-out-list>
|
<account-in-out-list ref="accountInOutList" @ok="modalFormOk"></account-in-out-list>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import AccountInOutList from './modules/AccountInOutList'
|
import AccountInOutList from './modules/AccountInOutList'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -36,6 +38,8 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
<!-- table区域-end -->
|
<!-- table区域-end -->
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -57,6 +59,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<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 BillDetail from '../bill/dialog/BillDetail'
|
import BillDetail from '../bill/dialog/BillDetail'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -69,6 +71,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<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 BillDetail from '../bill/dialog/BillDetail'
|
import BillDetail from '../bill/dialog/BillDetail'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -64,6 +66,8 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
<!-- table区域-end -->
|
<!-- table区域-end -->
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -54,6 +56,8 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
<!-- table区域-end -->
|
<!-- table区域-end -->
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -69,6 +71,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<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 BillDetail from '../bill/dialog/BillDetail'
|
import BillDetail from '../bill/dialog/BillDetail'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -64,6 +66,8 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
<!-- table区域-end -->
|
<!-- table区域-end -->
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -36,6 +38,8 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
<!-- table区域-end -->
|
<!-- table区域-end -->
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -44,6 +46,8 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
<!-- table区域-end -->
|
<!-- table区域-end -->
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -57,6 +59,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<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 BillDetail from '../bill/dialog/BillDetail'
|
import BillDetail from '../bill/dialog/BillDetail'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -76,6 +78,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<account-modal ref="modalForm" @ok="modalFormOk"></account-modal>
|
<account-modal ref="modalForm" @ok="modalFormOk"></account-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import AccountModal from './modules/AccountModal'
|
import AccountModal from './modules/AccountModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -83,6 +85,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<customer-modal ref="modalForm" @ok="modalFormOk"></customer-modal>
|
<customer-modal ref="modalForm" @ok="modalFormOk"></customer-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import CustomerModal from './modules/CustomerModal'
|
import CustomerModal from './modules/CustomerModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -71,6 +73,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<depot-modal ref="modalForm" @ok="modalFormOk"></depot-modal>
|
<depot-modal ref="modalForm" @ok="modalFormOk"></depot-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import DepotModal from './modules/DepotModal'
|
import DepotModal from './modules/DepotModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -62,6 +64,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<function-modal ref="modalForm" @ok="modalFormOk"></function-modal>
|
<function-modal ref="modalForm" @ok="modalFormOk"></function-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import FunctionModal from './modules/FunctionModal'
|
import FunctionModal from './modules/FunctionModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -76,6 +78,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<inOutItem-modal ref="modalForm" @ok="modalFormOk"></inOutItem-modal>
|
<inOutItem-modal ref="modalForm" @ok="modalFormOk"></inOutItem-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import InOutItemModal from './modules/InOutItemModal'
|
import InOutItemModal from './modules/InOutItemModal'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -73,6 +75,8 @@
|
|||||||
</a-table>
|
</a-table>
|
||||||
<!-- table区域-end -->
|
<!-- table区域-end -->
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -83,6 +85,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<member-modal ref="modalForm" @ok="modalFormOk"></member-modal>
|
<member-modal ref="modalForm" @ok="modalFormOk"></member-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import MemberModal from './modules/MemberModal'
|
import MemberModal from './modules/MemberModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -67,6 +69,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<person-modal ref="modalForm" @ok="modalFormOk"></person-modal>
|
<person-modal ref="modalForm" @ok="modalFormOk"></person-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import PersonModal from './modules/PersonModal'
|
import PersonModal from './modules/PersonModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -71,6 +73,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<plugin-modal ref="modalForm" @ok="modalFormOk"></plugin-modal>
|
<plugin-modal ref="modalForm" @ok="modalFormOk"></plugin-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import PluginModal from './modules/PluginModal'
|
import PluginModal from './modules/PluginModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -66,6 +68,8 @@
|
|||||||
<p>分配功能已经操作成功!现在继续<b>分配按钮</b>吗?</p>
|
<p>分配功能已经操作成功!现在继续<b>分配按钮</b>吗?</p>
|
||||||
</a-modal>
|
</a-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import RoleModal from './modules/RoleModal'
|
import RoleModal from './modules/RoleModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -76,6 +78,8 @@
|
|||||||
<serial-number-batch-modal ref="serialNumberBatchModel" @ok="modalFormOk"></serial-number-batch-modal>
|
<serial-number-batch-modal ref="serialNumberBatchModel" @ok="modalFormOk"></serial-number-batch-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 SerialNumberModal from './modules/SerialNumberModal'
|
import SerialNumberModal from './modules/SerialNumberModal'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -62,6 +64,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<systemConfig-modal ref="modalForm" @ok="modalFormOk"></systemConfig-modal>
|
<systemConfig-modal ref="modalForm" @ok="modalFormOk"></systemConfig-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import SystemConfigModal from './modules/SystemConfigModal'
|
import SystemConfigModal from './modules/SystemConfigModal'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -42,6 +44,8 @@
|
|||||||
<!-- table区域-end -->
|
<!-- table区域-end -->
|
||||||
<tenant-modal ref="modalForm" @ok="modalFormOk"></tenant-modal>
|
<tenant-modal ref="modalForm" @ok="modalFormOk"></tenant-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -57,6 +59,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<unit-modal ref="modalForm" @ok="modalFormOk"></unit-modal>
|
<unit-modal ref="modalForm" @ok="modalFormOk"></unit-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import UnitModal from './modules/UnitModal'
|
import UnitModal from './modules/UnitModal'
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<a-row :gutter="24">
|
||||||
|
<a-col :md="24">
|
||||||
<a-card :bordered="false">
|
<a-card :bordered="false">
|
||||||
<!-- 查询区域 -->
|
<!-- 查询区域 -->
|
||||||
<div class="table-page-search-wrapper">
|
<div class="table-page-search-wrapper">
|
||||||
@@ -71,6 +73,8 @@
|
|||||||
<user-depot-modal ref="userDepotModal" @ok="modalFormOk"></user-depot-modal>
|
<user-depot-modal ref="userDepotModal" @ok="modalFormOk"></user-depot-modal>
|
||||||
<user-customer-modal ref="userCustomerModal" @ok="modalFormOk"></user-customer-modal>
|
<user-customer-modal ref="userCustomerModal" @ok="modalFormOk"></user-customer-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
<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">
|
||||||
<!-- 搜索区域 -->
|
<!-- 搜索区域 -->
|
||||||
@@ -83,6 +85,8 @@
|
|||||||
<!-- 表单区域 -->
|
<!-- 表单区域 -->
|
||||||
<vendor-modal ref="modalForm" @ok="modalFormOk"></vendor-modal>
|
<vendor-modal ref="modalForm" @ok="modalFormOk"></vendor-modal>
|
||||||
</a-card>
|
</a-card>
|
||||||
|
</a-col>
|
||||||
|
</a-row>
|
||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import VendorModal from './modules/VendorModal'
|
import VendorModal from './modules/VendorModal'
|
||||||
|
|||||||
Reference in New Issue
Block a user