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
860a5ca8
Commit
860a5ca8
authored
May 09, 2022
by
季圣华
Browse files
优化商品和单据的重置按钮的查询逻辑
parent
1b610f97
Changes
3
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/mixins/BillListMixin.js
View file @
860a5ca8
...
...
@@ -66,7 +66,8 @@ export const BillListMixin = {
searchReset
()
{
this
.
queryParam
=
{
type
:
this
.
queryParam
.
type
,
subType
:
this
.
queryParam
.
subType
subType
:
this
.
queryParam
.
subType
,
roleType
:
Vue
.
ls
.
get
(
'
roleType
'
)
}
this
.
loadData
(
1
);
},
...
...
jshERP-web/src/views/financial/mixins/FinancialListMixin.js
View file @
860a5ca8
import
{
findBySelectSup
,
findBySelectCus
,
findBySelectOrgan
,
findBySelectRetail
,
getUserList
,
getPersonByType
,
getAccount
}
from
'
@/api/api
'
import
Vue
from
'
vue
'
export
const
FinancialListMixin
=
{
data
()
{
...
...
@@ -59,7 +60,8 @@ export const FinancialListMixin = {
},
searchReset
()
{
this
.
queryParam
=
{
type
:
this
.
queryParam
.
type
type
:
this
.
queryParam
.
type
,
roleType
:
Vue
.
ls
.
get
(
'
roleType
'
)
}
this
.
loadData
(
1
);
},
...
...
jshERP-web/src/views/material/MaterialList.vue
View file @
860a5ca8
...
...
@@ -362,6 +362,12 @@
if
(
this
.
btnEnableList
.
indexOf
(
1
)
===-
1
)
{
this
.
$refs
.
modalForm
.
isReadOnly
=
true
}
},
searchReset
()
{
this
.
queryParam
=
{
mpList
:
getMpListShort
(
Vue
.
ls
.
get
(
'
materialPropertyList
'
))
//扩展属性
}
this
.
loadData
(
1
);
}
}
}
...
...
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