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
0c213747
Commit
0c213747
authored
Nov 21, 2022
by
季圣华
Browse files
把收付款单的查询改为非精确查询
parent
76bcf58e
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/financial/MoneyInList.vue
View file @
0c213747
...
...
@@ -87,7 +87,7 @@
</a-col>
<a-col
:md=
"6"
:sm=
"24"
>
<a-form-item
label=
"销售单号"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-input
placeholder=
"请输入销售单号
(精确查询)
"
v-model=
"queryParam.number"
></a-input>
<a-input
placeholder=
"请输入销售单号"
v-model=
"queryParam.number"
></a-input>
</a-form-item>
</a-col>
</
template
>
...
...
jshERP-web/src/views/financial/MoneyOutList.vue
View file @
0c213747
...
...
@@ -87,7 +87,7 @@
</a-col>
<a-col
:md=
"6"
:sm=
"24"
>
<a-form-item
label=
"采购单号"
:labelCol=
"labelCol"
:wrapperCol=
"wrapperCol"
>
<a-input
placeholder=
"请输入采购单号
(精确查询)
"
v-model=
"queryParam.number"
></a-input>
<a-input
placeholder=
"请输入采购单号"
v-model=
"queryParam.number"
></a-input>
</a-form-item>
</a-col>
</
template
>
...
...
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