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
7af7c3ca
Commit
7af7c3ca
authored
Jun 27, 2021
by
季圣华
Browse files
关联单据查询逻辑优化
parent
51a697bf
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/dialog/LinkBillList.vue
View file @
7af7c3ca
...
...
@@ -85,6 +85,7 @@
},
methods
:
{
show
(
type
,
subType
,
organType
,
status
)
{
this
.
queryParam
.
type
=
type
this
.
queryParam
.
subType
=
subType
this
.
queryParam
.
status
=
status
this
.
columns
[
1
].
title
=
organType
...
...
jshERP-web/src/views/bill/modules/PurchaseBackModal.vue
View file @
7af7c3ca
...
...
@@ -268,8 +268,8 @@
});
},
onSearchLinkNumber
()
{
this
.
$refs
.
linkBillList
.
show
(
'
出
库
'
,
'
采购
'
,
'
供应商
'
,
"
0
"
)
this
.
$refs
.
linkBillList
.
title
=
"
选择采购
出
库
"
this
.
$refs
.
linkBillList
.
show
(
'
入
库
'
,
'
采购
'
,
'
供应商
'
,
"
0
"
)
this
.
$refs
.
linkBillList
.
title
=
"
选择采购
入
库
"
},
linkBillListOk
(
selectBillRows
)
{
if
(
selectBillRows
&&
selectBillRows
.
length
>
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