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/financial/ItemInList.vue
View file @
c2953567
<
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 @@
<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
'
...
...
jshERP-web/src/views/financial/ItemOutList.vue
View file @
c2953567
<
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 @@
<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
'
...
...
jshERP-web/src/views/financial/MoneyInList.vue
View file @
c2953567
<
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 @@
<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
'
...
...
jshERP-web/src/views/financial/MoneyOutList.vue
View file @
c2953567
<
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 @@
<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
'
...
...
jshERP-web/src/views/financial/dialog/FinancialDetail.vue
View file @
c2953567
<
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"
...
...
jshERP-web/src/views/material/MaterialList.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/material/MaterialPropertyList.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/report/AccountReport.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/report/BuyInReport.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/report/CustomerAccount.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/report/InDetail.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/report/InMaterialCount.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/report/InOutStockReport.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/report/OutDetail.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/report/OutMaterialCount.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/report/SaleOutReport.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/report/StockWarningReport.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/report/VendorAccount.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/system/AccountList.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
jshERP-web/src/views/system/CustomerList.vue
View file @
c2953567
<
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 @@
...
@@ -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
'
...
...
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