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
5ba2af7f
Commit
5ba2af7f
authored
Jul 06, 2021
by
季圣华
Browse files
优化单据搜索框
parent
81bac343
Changes
32
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/report/AccountReport.vue
View file @
5ba2af7f
...
...
@@ -16,7 +16,7 @@
<a-input
placeholder=
"请输入编号"
v-model=
"queryParam.serialNo"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"
4
"
:sm=
"24"
>
<a-col
:md=
"
3
"
:sm=
"24"
>
<span
style=
"float: left;overflow: hidden;"
class=
"table-page-search-submitButtons"
>
<a-button
type=
"primary"
@
click=
"searchQuery"
>
查询
</a-button>
<a-button
style=
"margin-left: 8px"
v-print=
"'#reportPrint'"
type=
"primary"
icon=
"printer"
>
打印
</a-button>
...
...
jshERP-web/src/views/report/BuyInReport.vue
View file @
5ba2af7f
...
...
@@ -6,17 +6,17 @@
<div
class=
"table-page-search-wrapper"
>
<a-form
layout=
"inline"
@
keyup.enter.native=
"searchQuery"
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"
6
"
:sm=
"
8
"
>
<a-col
:md=
"
4
"
:sm=
"
24
"
>
<a-form-item
label=
"月份"
>
<a-month-picker
placeholder=
"请选择月份"
:default-value=
"moment(currentMonth, monthFormat)"
:format=
"monthFormat"
@
change=
"onChange"
/>
</a-form-item>
</a-col>
<a-col
:md=
"
6
"
:sm=
"
8
"
>
<a-col
:md=
"
5
"
:sm=
"
24
"
>
<a-form-item
label=
"商品信息"
>
<a-input
placeholder=
"
请输入商品信息
"
v-model=
"queryParam.materialParam"
></a-input>
<a-input
placeholder=
"
名称、规格、型号
"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-col
:md=
"
4
"
:sm=
"24"
>
<span
style=
"float: left;overflow: hidden;"
class=
"table-page-search-submitButtons"
>
<a-button
type=
"primary"
@
click=
"searchQuery"
>
查询
</a-button>
<a-button
style=
"margin-left: 8px"
v-print=
"'#reportPrint'"
type=
"primary"
icon=
"printer"
>
打印
</a-button>
...
...
jshERP-web/src/views/report/CustomerAccount.vue
View file @
5ba2af7f
...
...
@@ -15,10 +15,10 @@
</a-select>
</a-form-item>
</a-col>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-col
:md=
"
5
"
:sm=
"24"
>
<a-form-item
label=
"单据日期"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-range-picker
style=
"width: 2
5
0px"
style=
"width: 2
1
0px"
v-model=
"queryParam.createTimeRange"
:default-value=
"defaultTimeStr"
format=
"YYYY-MM-DD"
...
...
jshERP-web/src/views/report/InDetail.vue
View file @
5ba2af7f
...
...
@@ -32,7 +32,7 @@
<a-input
placeholder=
"名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-col
:md=
"
5
"
:sm=
"24"
>
<a-form-item
label=
"单据日期"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-range-picker
style=
"width: 210px"
...
...
jshERP-web/src/views/report/InMaterialCount.vue
View file @
5ba2af7f
...
...
@@ -32,7 +32,7 @@
<a-input
placeholder=
"名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-col
:md=
"
5
"
:sm=
"24"
>
<a-form-item
label=
"单据日期"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-range-picker
style=
"width: 210px"
...
...
jshERP-web/src/views/report/InOutStockReport.vue
View file @
5ba2af7f
...
...
@@ -23,9 +23,9 @@
<a-month-picker
placeholder=
"请选择月份"
:default-value=
"moment(currentMonth, monthFormat)"
:format=
"monthFormat"
@
change=
"onChange"
/>
</a-form-item>
</a-col>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-col
:md=
"
5
"
:sm=
"24"
>
<a-form-item
label=
"商品信息"
>
<a-input
placeholder=
"
请输入商品
名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
<a-input
placeholder=
"名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"4"
:sm=
"24"
>
...
...
jshERP-web/src/views/report/MaterialStock.vue
View file @
5ba2af7f
...
...
@@ -30,18 +30,18 @@
<a-input
placeholder=
"条码、名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"
4
"
:sm=
"24"
>
<a-col
:md=
"
3
"
:sm=
"24"
>
<span
style=
"float: left;overflow: hidden;"
class=
"table-page-search-submitButtons"
>
<a-button
type=
"primary"
@
click=
"searchQuery"
>
查询
</a-button>
<a-button
style=
"margin-left: 8px"
v-print=
"'#reportPrint'"
type=
"primary"
icon=
"printer"
>
打印
</a-button>
</span>
</a-col>
<a-col
:md=
"
4
"
:sm=
"24"
>
<a-col
:md=
"
3
"
:sm=
"24"
>
<a-form-item
label=
"当前总库存"
>
{{
currentStock
}}
</a-form-item>
</a-col>
<a-col
:md=
"
4
"
:sm=
"24"
>
<a-col
:md=
"
3
"
:sm=
"24"
>
<a-form-item
label=
"当前总库存金额"
>
{{
currentStockPrice
}}
</a-form-item>
...
...
jshERP-web/src/views/report/OutDetail.vue
View file @
5ba2af7f
...
...
@@ -32,7 +32,7 @@
<a-input
placeholder=
"名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"
6
"
:sm=
"
10
"
>
<a-col
:md=
"
5
"
:sm=
"
24
"
>
<a-form-item
label=
"单据日期"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-range-picker
style=
"width: 210px"
...
...
jshERP-web/src/views/report/OutMaterialCount.vue
View file @
5ba2af7f
...
...
@@ -32,7 +32,7 @@
<a-input
placeholder=
"名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"
6
"
:sm=
"
10
"
>
<a-col
:md=
"
5
"
:sm=
"
24
"
>
<a-form-item
label=
"单据日期"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-range-picker
style=
"width: 210px"
...
...
jshERP-web/src/views/report/SaleOutReport.vue
View file @
5ba2af7f
...
...
@@ -6,17 +6,17 @@
<div
class=
"table-page-search-wrapper"
>
<a-form
layout=
"inline"
@
keyup.enter.native=
"searchQuery"
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-col
:md=
"
4
"
:sm=
"24"
>
<a-form-item
label=
"月份"
>
<a-month-picker
placeholder=
"请选择月份"
:default-value=
"moment(currentMonth, monthFormat)"
:format=
"monthFormat"
@
change=
"onChange"
/>
</a-form-item>
</a-col>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-col
:md=
"
5
"
:sm=
"24"
>
<a-form-item
label=
"商品信息"
>
<a-input
placeholder=
"
请输入商品信息
"
v-model=
"queryParam.materialParam"
></a-input>
<a-input
placeholder=
"
名称、规格、型号
"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"
3
"
:sm=
"24"
>
<a-col
:md=
"
4
"
:sm=
"24"
>
<span
style=
"float: left;overflow: hidden;"
class=
"table-page-search-submitButtons"
>
<a-button
type=
"primary"
@
click=
"searchQuery"
>
查询
</a-button>
<a-button
style=
"margin-left: 8px"
v-print=
"'#reportPrint'"
type=
"primary"
icon=
"printer"
>
打印
</a-button>
...
...
@@ -88,7 +88,7 @@
{
title
:
'
销售金额
'
,
dataIndex
:
'
outSumPrice
'
,
width
:
80
},
{
title
:
'
退货数量
'
,
dataIndex
:
'
inSum
'
,
width
:
80
},
{
title
:
'
退货金额
'
,
dataIndex
:
'
inSumPrice
'
,
width
:
80
},
{
title
:
'
实际销售金额
'
,
dataIndex
:
'
outInSumPrice
'
,
width
:
10
0
}
{
title
:
'
实际销售金额
'
,
dataIndex
:
'
outInSumPrice
'
,
width
:
8
0
}
],
labelCol
:
{
xs
:
{
span
:
1
},
...
...
jshERP-web/src/views/report/StockWarningReport.vue
View file @
5ba2af7f
...
...
@@ -18,9 +18,9 @@
</a-select>
</a-form-item>
</a-col>
<a-col
:md=
"
6
"
:sm=
"
8
"
>
<a-col
:md=
"
5
"
:sm=
"
24
"
>
<a-form-item
label=
"商品信息"
>
<a-input
placeholder=
"
请输入商品
名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
<a-input
placeholder=
"名称、规格、型号"
v-model=
"queryParam.materialParam"
></a-input>
</a-form-item>
</a-col>
<a-col
:md=
"6"
:sm=
"24"
>
...
...
jshERP-web/src/views/report/VendorAccount.vue
View file @
5ba2af7f
...
...
@@ -15,10 +15,10 @@
</a-select>
</a-form-item>
</a-col>
<a-col
:md=
"
6
"
:sm=
"
10
"
>
<a-col
:md=
"
5
"
:sm=
"
24
"
>
<a-form-item
label=
"单据日期"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-range-picker
style=
"width: 2
5
0px"
style=
"width: 2
1
0px"
v-model=
"queryParam.createTimeRange"
:default-value=
"defaultTimeStr"
format=
"YYYY-MM-DD"
...
...
Prev
1
2
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