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
32d2dd45
Commit
32d2dd45
authored
Nov 27, 2022
by
季圣华
Browse files
修改付款单的查询条件的名称
parent
43111edc
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/financial/MoneyOutList.vue
View file @
32d2dd45
...
@@ -64,8 +64,8 @@
...
@@ -64,8 +64,8 @@
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
:md=
"6"
:sm=
"24"
>
<a-col
:md=
"6"
:sm=
"24"
>
<a-form-item
label=
"
收
款账户"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-form-item
label=
"
付
款账户"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-select
placeholder=
"选择
收
款账户"
showSearch
optionFilterProp=
"children"
v-model=
"queryParam.accountId"
>
<a-select
placeholder=
"选择
付
款账户"
showSearch
optionFilterProp=
"children"
v-model=
"queryParam.accountId"
>
<a-select-option
v-for=
"(item,index) in accountList"
:key=
"index"
:value=
"item.id"
>
<a-select-option
v-for=
"(item,index) in accountList"
:key=
"index"
:value=
"item.id"
>
{{
item
.
name
}}
{{
item
.
name
}}
</a-select-option>
</a-select-option>
...
...
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