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
d0fe0f35
"eladmin-system/vscode:/vscode.git/clone" did not exist on "bc5187a7ad3b1c9cad2f6b3e124726189ac0255b"
Commit
d0fe0f35
authored
Dec 08, 2021
by
季圣华
Browse files
调整页面的高度,改为自适应
parent
f57c667d
Changes
50
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/AllocationOutList.vue
View file @
d0fe0f35
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/bill/AssembleList.vue
View file @
d0fe0f35
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/bill/DisassembleList.vue
View file @
d0fe0f35
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/bill/OtherInList.vue
View file @
d0fe0f35
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/bill/OtherOutList.vue
View file @
d0fe0f35
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/bill/PurchaseBackList.vue
View file @
d0fe0f35
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/bill/PurchaseOrderList.vue
View file @
d0fe0f35
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/bill/RetailBackList.vue
View file @
d0fe0f35
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/bill/RetailOutList.vue
View file @
d0fe0f35
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/bill/SaleBackList.vue
View file @
d0fe0f35
...
...
@@ -2,7 +2,7 @@
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/bill/SaleOrderList.vue
View file @
d0fe0f35
...
...
@@ -2,7 +2,7 @@
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/bill/SaleOutList.vue
View file @
d0fe0f35
...
...
@@ -2,7 +2,7 @@
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/dashboard/IndexChart.vue
View file @
d0fe0f35
...
...
@@ -54,19 +54,19 @@
<a-col
:sm=
"24"
:md=
"12"
:xl=
"8"
:style=
"
{ paddingRight: '0px',marginBottom: '12px' }">
<a-card
:loading=
"loading"
:bordered=
"false"
:body-style=
"
{paddingRight: '5'}" data-step="7" data-title="采购统计"
data-intro="统计往前6个月每月采购的总金额">
<bar
title=
"采购统计"
:height=
"
410
"
:yaxisText=
"yaxisText"
:dataSource=
"buyPriceData"
/>
<bar
title=
"采购统计"
:height=
"
barHeight
"
:yaxisText=
"yaxisText"
:dataSource=
"buyPriceData"
/>
</a-card>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"8"
:style=
"
{ paddingRight: '0px',marginBottom: '12px' }">
<a-card
:loading=
"loading"
:bordered=
"false"
:body-style=
"
{paddingRight: '5'}" data-step="8" data-title="销售统计"
data-intro="统计往前6个月每月销售的总金额">
<bar
title=
"销售统计"
:height=
"
410
"
:yaxisText=
"yaxisText"
:dataSource=
"salePriceData"
/>
<bar
title=
"销售统计"
:height=
"
barHeight
"
:yaxisText=
"yaxisText"
:dataSource=
"salePriceData"
/>
</a-card>
</a-col>
<a-col
:sm=
"24"
:md=
"12"
:xl=
"8"
:style=
"
{ paddingRight: '0px',marginBottom: '12px' }">
<a-card
:loading=
"loading"
:bordered=
"false"
:body-style=
"
{paddingRight: '5'}" data-step="9" data-title="零售统计"
data-intro="统计往前6个月每月零售的总金额">
<bar
title=
"零售统计"
:height=
"
410
"
:yaxisText=
"yaxisText"
:dataSource=
"retailPriceData"
/>
<bar
title=
"零售统计"
:height=
"
barHeight
"
:yaxisText=
"yaxisText"
:dataSource=
"retailPriceData"
/>
</a-card>
</a-col>
</a-row>
...
...
@@ -122,6 +122,7 @@
loading
:
true
,
center
:
null
,
statistics
:
{},
barHeight
:
document
.
documentElement
.
clientHeight
-
465
,
yaxisText
:
'
金额
'
,
buyPriceData
:
[],
salePriceData
:
[],
...
...
jshERP-web/src/views/financial/AdvanceInList.vue
View file @
d0fe0f35
...
...
@@ -2,7 +2,7 @@
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/financial/GiroList.vue
View file @
d0fe0f35
...
...
@@ -2,7 +2,7 @@
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/financial/ItemInList.vue
View file @
d0fe0f35
...
...
@@ -2,7 +2,7 @@
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/financial/ItemOutList.vue
View file @
d0fe0f35
...
...
@@ -2,7 +2,7 @@
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/financial/MoneyInList.vue
View file @
d0fe0f35
...
...
@@ -2,7 +2,7 @@
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/financial/MoneyOutList.vue
View file @
d0fe0f35
...
...
@@ -2,7 +2,7 @@
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- 查询区域 -->
<div
class=
"table-page-search-wrapper"
>
<!-- 搜索区域 -->
...
...
jshERP-web/src/views/material/MaterialAttributeList.vue
View file @
d0fe0f35
...
...
@@ -2,7 +2,7 @@
<
template
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"24"
>
<a-card
:bordered=
"false"
>
<a-card
:style=
"cardStyle"
:bordered=
"false"
>
<!-- table区域-begin -->
<div>
<a-table
...
...
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