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
9a40a514
Commit
9a40a514
authored
Apr 30, 2022
by
神话
Browse files
调整对账单的搜索框的宽度
parent
cce7b34f
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/report/CustomerAccount.vue
View file @
9a40a514
...
...
@@ -7,7 +7,7 @@
<div
class=
"table-page-search-wrapper"
>
<a-form
layout=
"inline"
@
keyup.enter.native=
"searchQuery"
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"
4
"
:sm=
"24"
>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-form-item
label=
"客户"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-select
placeholder=
"选择客户"
v-model=
"queryParam.organId"
:dropdownMatchSelectWidth=
"false"
showSearch
allow-clear
optionFilterProp=
"children"
>
...
...
@@ -17,10 +17,10 @@
</a-select>
</a-form-item>
</a-col>
<a-col
:md=
"
5
"
:sm=
"24"
>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-form-item
label=
"单据日期"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-range-picker
style=
"width:
2
10
px
"
style=
"width: 10
0%
"
v-model=
"queryParam.createTimeRange"
:default-value=
"defaultTimeStr"
format=
"YYYY-MM-DD"
...
...
@@ -36,7 +36,7 @@
<a-button
style=
"margin-left: 8px"
@
click=
"exportExcel"
icon=
"download"
>
导出
</a-button>
</span>
</a-col>
<a-col
:md=
"
8
"
:sm=
"24"
>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-form-item>
{{
firstTotal
}}
{{
lastTotal
}}
</a-form-item>
...
...
jshERP-web/src/views/report/VendorAccount.vue
View file @
9a40a514
...
...
@@ -7,7 +7,7 @@
<div
class=
"table-page-search-wrapper"
>
<a-form
layout=
"inline"
@
keyup.enter.native=
"searchQuery"
>
<a-row
:gutter=
"24"
>
<a-col
:md=
"
4
"
:sm=
"24"
>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-form-item
label=
"供应商"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-select
placeholder=
"选择供应商"
v-model=
"queryParam.organId"
:dropdownMatchSelectWidth=
"false"
showSearch
allow-clear
optionFilterProp=
"children"
>
...
...
@@ -17,10 +17,10 @@
</a-select>
</a-form-item>
</a-col>
<a-col
:md=
"
5
"
:sm=
"24"
>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-form-item
label=
"单据日期"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-range-picker
style=
"width:
2
10
px
"
style=
"width: 10
0%
"
v-model=
"queryParam.createTimeRange"
:default-value=
"defaultTimeStr"
format=
"YYYY-MM-DD"
...
...
@@ -36,7 +36,7 @@
<a-button
style=
"margin-left: 8px"
@
click=
"exportExcel"
icon=
"download"
>
导出
</a-button>
</span>
</a-col>
<a-col
:md=
"
8
"
:sm=
"24"
>
<a-col
:md=
"
6
"
:sm=
"24"
>
<a-form-item>
{{
firstTotal
}}
{{
lastTotal
}}
</a-form-item>
...
...
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