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
33fe6e80
Commit
33fe6e80
authored
Feb 23, 2022
by
季圣华
Browse files
解决对账单的单据点击弹出失败的bug
parent
a5230801
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/report/CustomerAccount.vue
View file @
33fe6e80
...
...
@@ -181,7 +181,7 @@
this
.
queryParam
.
endTime
=
dateString
[
1
];
},
myHandleDetail
(
record
)
{
if
(
record
.
type
===
'
收入
'
||
record
.
type
===
'
收款
'
)
{
if
(
record
.
type
===
'
收入
'
||
record
.
type
===
'
支出
'
||
record
.
type
===
'
收款
'
)
{
findFinancialDetailByNumber
({
billNo
:
record
.
number
}).
then
((
res
)
=>
{
if
(
res
&&
res
.
code
===
200
)
{
this
.
$refs
.
modalFinancialDetail
.
show
(
res
.
data
,
record
.
type
);
...
...
jshERP-web/src/views/report/VendorAccount.vue
View file @
33fe6e80
...
...
@@ -181,7 +181,7 @@
this
.
queryParam
.
endTime
=
dateString
[
1
];
},
myHandleDetail
(
record
)
{
if
(
record
.
type
===
'
支出
'
||
record
.
type
===
'
付款
'
)
{
if
(
record
.
type
===
'
收入
'
||
record
.
type
===
'
支出
'
||
record
.
type
===
'
付款
'
)
{
findFinancialDetailByNumber
({
billNo
:
record
.
number
}).
then
((
res
)
=>
{
if
(
res
&&
res
.
code
===
200
)
{
this
.
$refs
.
modalFinancialDetail
.
show
(
res
.
data
,
record
.
type
);
...
...
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