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
"src/main/webapp/vscode:/vscode.git/clone" did not exist on "a16292b8abc97aa1b1806c9af6607af644aa02a3"
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
>
<
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
'
...
...
jshERP-web/src/views/bill/AssembleList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -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
'
...
...
jshERP-web/src/views/bill/DisassembleList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -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
'
...
...
jshERP-web/src/views/bill/OtherInList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -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
'
...
...
jshERP-web/src/views/bill/OtherOutList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -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
'
...
...
jshERP-web/src/views/bill/PurchaseBackList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -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
'
...
...
jshERP-web/src/views/bill/PurchaseInList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -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
'
...
...
jshERP-web/src/views/bill/PurchaseOrderList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -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
'
...
...
jshERP-web/src/views/bill/RetailBackList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -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
'
...
...
jshERP-web/src/views/bill/RetailOutList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -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
'
...
...
jshERP-web/src/views/bill/SaleBackList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -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
'
...
...
jshERP-web/src/views/bill/SaleOrderList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -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
'
...
...
jshERP-web/src/views/bill/SaleOutList.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"
>
<!-- 搜索区域 -->
<!-- 搜索区域 -->
...
@@ -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
'
...
...
jshERP-web/src/views/bill/dialog/BillDetail.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/bill/modules/PurchaseBackModal.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/bill/modules/PurchaseInModal.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/bill/modules/SaleBackModal.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/bill/modules/SaleOutModal.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/financial/AdvanceInList.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 @@
<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
'
...
...
jshERP-web/src/views/financial/GiroList.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 @@
<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
'
...
...
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