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
f24733fd
Commit
f24733fd
authored
Dec 02, 2021
by
季圣华
Browse files
给商品中计量单位增加模糊搜索的功能
parent
8816823e
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/material/modules/MaterialModal.vue
View file @
f24733fd
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
<a-col
:lg=
"15"
:md=
"15"
:sm=
"24"
>
<a-col
:lg=
"15"
:md=
"15"
:sm=
"24"
>
<a-input
placeholder=
"输入单位"
:hidden=
"unitStatus"
v-decorator.trim=
"[ 'unit' ]"
@
change=
"onlyUnitOnChange"
/>
<a-input
placeholder=
"输入单位"
:hidden=
"unitStatus"
v-decorator.trim=
"[ 'unit' ]"
@
change=
"onlyUnitOnChange"
/>
<a-select
:value=
"unitList"
placeholder=
"选择单位"
v-decorator=
"[ 'unitId' ]"
@
change=
"manyUnitOnChange"
<a-select
:value=
"unitList"
placeholder=
"选择单位"
v-decorator=
"[ 'unitId' ]"
@
change=
"manyUnitOnChange"
:hidden=
"manyUnitStatus"
:dropdownMatchSelectWidth=
"false"
>
showSearch
optionFilterProp=
"children"
:hidden=
"manyUnitStatus"
:dropdownMatchSelectWidth=
"false"
>
<div
slot=
"dropdownRender"
slot-scope=
"menu"
>
<div
slot=
"dropdownRender"
slot-scope=
"menu"
>
<v-nodes
:vnodes=
"menu"
/>
<v-nodes
:vnodes=
"menu"
/>
<a-divider
style=
"margin: 4px 0;"
/>
<a-divider
style=
"margin: 4px 0;"
/>
...
...
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