Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
c2953567
Commit
c2953567
authored
Jun 10, 2021
by
季圣华
Browse files
解决菜单切换页面闪现的bug
parent
283b4ef9
Changes
54
Show whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/AllocationOutList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/AssembleList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/DisassembleList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/OtherInList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/OtherOutList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/PurchaseBackList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/PurchaseInList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/PurchaseOrderList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/RetailBackList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/RetailOutList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/SaleBackList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/SaleOrderList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/SaleOutList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/bill/dialog/BillDetail.vue
View file @
c2953567
<
template
>
<a-card
:bordered=
"false"
class=
"card-area"
>
<a-card
:bordered=
"false"
>
<j-modal
:title=
"title"
:width=
"width"
...
...
jshERP-web/src/views/bill/modules/PurchaseBackModal.vue
View file @
c2953567
<
template
>
<a-card
:bordered=
"false"
class=
"card-area"
>
<a-card
:bordered=
"false"
>
<j-modal
:title=
"title"
:width=
"width"
...
...
jshERP-web/src/views/bill/modules/PurchaseInModal.vue
View file @
c2953567
<
template
>
<a-card
:bordered=
"false"
class=
"card-area"
>
<a-card
:bordered=
"false"
>
<j-modal
:title=
"title"
:width=
"width"
...
...
jshERP-web/src/views/bill/modules/SaleBackModal.vue
View file @
c2953567
<
template
>
<a-card
:bordered=
"false"
class=
"card-area"
>
<a-card
:bordered=
"false"
>
<j-modal
:title=
"title"
:width=
"width"
...
...
jshERP-web/src/views/bill/modules/SaleOutModal.vue
View file @
c2953567
<
template
>
<a-card
:bordered=
"false"
class=
"card-area"
>
<a-card
:bordered=
"false"
>
<j-modal
:title=
"title"
:width=
"width"
...
...
jshERP-web/src/views/financial/AdvanceInList.vue
View file @
c2953567
<
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
'
...
...
jshERP-web/src/views/financial/GiroList.vue
View file @
c2953567
<
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
'
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment