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
dffa557d
Commit
dffa557d
authored
Nov 21, 2022
by
季圣华
Browse files
给收付款单增加销售采购单号的查询功能
parent
c0a3a6a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/financial/MoneyInList.vue
View file @
dffa557d
...
...
@@ -85,6 +85,11 @@
<a-input
placeholder=
"请输入单据备注"
v-model=
"queryParam.remark"
></a-input>
</a-form-item>
</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-form-item>
</a-col>
</
template
>
</a-row>
</a-form>
...
...
@@ -179,6 +184,7 @@
accountId
:
""
,
status
:
""
,
remark
:
""
,
number
:
""
,
roleType
:
Vue
.
ls
.
get
(
'
roleType
'
)
},
// 表头
...
...
jshERP-web/src/views/financial/MoneyOutList.vue
View file @
dffa557d
...
...
@@ -85,6 +85,11 @@
<a-input
placeholder=
"请输入单据备注"
v-model=
"queryParam.remark"
></a-input>
</a-form-item>
</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-form-item>
</a-col>
</
template
>
</a-row>
</a-form>
...
...
@@ -179,6 +184,7 @@
accountId
:
""
,
status
:
""
,
remark
:
""
,
number
:
""
,
roleType
:
Vue
.
ls
.
get
(
'
roleType
'
)
},
// 表头
...
...
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