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/system/DepotList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -71,6 +73,8 @@
...
@@ -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
'
...
...
jshERP-web/src/views/system/FunctionList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -62,6 +64,8 @@
...
@@ -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
'
...
...
jshERP-web/src/views/system/InOutItemList.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 @@
<!-- 表单区域 -->
<!-- 表单区域 -->
<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
'
...
...
jshERP-web/src/views/system/LogList.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"
>
...
@@ -73,6 +75,8 @@
...
@@ -73,6 +75,8 @@
</a-table>
</a-table>
<!-- table区域-end -->
<!-- table区域-end -->
</a-card>
</a-card>
</a-col>
</a-row>
</template>
</template>
<
script
>
<
script
>
...
...
jshERP-web/src/views/system/MemberList.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 @@
<!-- 表单区域 -->
<!-- 表单区域 -->
<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
'
...
...
jshERP-web/src/views/system/PersonList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -67,6 +69,8 @@
...
@@ -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
'
...
...
jshERP-web/src/views/system/PluginList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -71,6 +73,8 @@
...
@@ -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
'
...
...
jshERP-web/src/views/system/RoleList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -66,6 +68,8 @@
...
@@ -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
'
...
...
jshERP-web/src/views/system/SerialNumberList.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 @@
<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
'
...
...
jshERP-web/src/views/system/SystemConfigList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -62,6 +64,8 @@
...
@@ -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
'
...
...
jshERP-web/src/views/system/TenantList.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"
>
...
@@ -42,6 +44,8 @@
...
@@ -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
>
...
...
jshERP-web/src/views/system/UnitList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -57,6 +59,8 @@
...
@@ -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
'
...
...
jshERP-web/src/views/system/UserList.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"
>
...
@@ -71,6 +73,8 @@
...
@@ -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
>
...
...
jshERP-web/src/views/system/VendorList.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 @@
<!-- 表单区域 -->
<!-- 表单区域 -->
<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
'
...
...
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