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
8b04d9d0
Commit
8b04d9d0
authored
Jul 12, 2021
by
季圣华
Browse files
优化下拉框,改为可以搜索
parent
c6a1a7b4
Changes
26
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/report/InOutStockReport.vue
View file @
8b04d9d0
...
...
@@ -9,6 +9,7 @@
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
label=
"仓库"
>
<a-select
showSearch
optionFilterProp=
"children"
style=
"width: 100%"
placeholder=
"请选择仓库"
v-model=
"queryParam.depotId"
>
...
...
jshERP-web/src/views/report/MaterialStock.vue
View file @
8b04d9d0
...
...
@@ -9,6 +9,7 @@
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
label=
"仓库"
>
<a-select
showSearch
optionFilterProp=
"children"
style=
"width: 100%"
placeholder=
"请选择仓库"
v-model=
"queryParam.depotId"
>
...
...
jshERP-web/src/views/report/OutDetail.vue
View file @
8b04d9d0
...
...
@@ -8,7 +8,8 @@
<a-row
:gutter=
"24"
>
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"客户"
>
<a-select
placeholder=
"选择客户"
v-model=
"queryParam.organId"
:dropdownMatchSelectWidth=
"false"
>
<a-select
placeholder=
"选择客户"
v-model=
"queryParam.organId"
:dropdownMatchSelectWidth=
"false"
showSearch
optionFilterProp=
"children"
>
<a-select-option
v-for=
"(item,index) in supList"
:key=
"index"
:value=
"item.id"
>
{{
item
.
supplier
}}
</a-select-option>
...
...
@@ -18,6 +19,7 @@
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
label=
"仓库"
>
<a-select
showSearch
optionFilterProp=
"children"
style=
"width: 100%"
placeholder=
"请选择仓库"
v-model=
"queryParam.depotId"
>
...
...
jshERP-web/src/views/report/OutMaterialCount.vue
View file @
8b04d9d0
...
...
@@ -8,7 +8,8 @@
<a-row
:gutter=
"24"
>
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"客户"
>
<a-select
placeholder=
"选择客户"
v-model=
"queryParam.organId"
:dropdownMatchSelectWidth=
"false"
>
<a-select
placeholder=
"选择客户"
v-model=
"queryParam.organId"
:dropdownMatchSelectWidth=
"false"
showSearch
optionFilterProp=
"children"
>
<a-select-option
v-for=
"(item,index) in supList"
:key=
"index"
:value=
"item.id"
>
{{
item
.
supplier
}}
</a-select-option>
...
...
@@ -18,6 +19,7 @@
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
label=
"仓库"
>
<a-select
showSearch
optionFilterProp=
"children"
style=
"width: 100%"
placeholder=
"请选择仓库"
v-model=
"queryParam.depotId"
>
...
...
jshERP-web/src/views/report/StockWarningReport.vue
View file @
8b04d9d0
...
...
@@ -9,6 +9,7 @@
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
label=
"仓库"
>
<a-select
showSearch
optionFilterProp=
"children"
style=
"width: 100%"
placeholder=
"请选择仓库"
v-model=
"queryParam.depotId"
>
...
...
jshERP-web/src/views/report/VendorAccount.vue
View file @
8b04d9d0
...
...
@@ -8,7 +8,8 @@
<a-row
:gutter=
"24"
>
<a-col
:md=
"4"
:sm=
"24"
>
<a-form-item
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
label=
"供应商"
>
<a-select
placeholder=
"选择供应商"
v-model=
"queryParam.organId"
:dropdownMatchSelectWidth=
"false"
>
<a-select
placeholder=
"选择供应商"
v-model=
"queryParam.organId"
:dropdownMatchSelectWidth=
"false"
showSearch
optionFilterProp=
"children"
>
<a-select-option
v-for=
"(item,index) in supList"
:key=
"index"
:value=
"item.id"
>
{{
item
.
supplier
}}
</a-select-option>
...
...
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