Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
9a1eded0
Commit
9a1eded0
authored
Nov 08, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
7529c0db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
invoicesManagerDetail.vue
src/components/FinancialModule/invoicesManagerDetail.vue
+8
-6
No files found.
src/components/FinancialModule/invoicesManagerDetail.vue
View file @
9a1eded0
...
...
@@ -751,11 +751,10 @@
}
},
null
)
},
getDetail
:
function
(
id
)
{
// 获取详情
let
InvoiceApplyType
=
this
.
InvoiceApplyType
?
this
.
InvoiceApplyType
:
1
getDetail
(
id
)
{
// 获取详情
this
.
apipost
(
'InvoiceApply_get_GetDetails'
,
{
ID
:
id
,
InvoiceApplyType
:
InvoiceApplyType
InvoiceApplyType
:
this
.
InvoiceApplyType
?
this
.
InvoiceApplyType
:
1
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
let
detail
=
res
.
data
.
data
...
...
@@ -816,15 +815,16 @@
})
},
},
mounted
()
{
created
()
{
let
userInfo
=
this
.
getLocalStorage
();
this
.
EmployeeId
=
userInfo
.
EmployeeId
;
let
id
if
(
this
.
$route
.
query
.
id
){
id
=
this
.
$route
.
query
.
id
}
if
(
this
.
$route
.
query
.
InvoiceApplyType
){
this
.
InvoiceApplyType
=
this
.
InvoiceApplyType
this
.
InvoiceApplyType
=
this
.
$route
.
query
.
InvoiceApplyType
}
if
(
this
.
$route
.
query
.
crmOrderObj
){
this
.
crmOrderObj
=
JSON
.
parse
(
this
.
$route
.
query
.
crmOrderObj
)
...
...
@@ -834,7 +834,9 @@
//是否显示审核按钮
this
.
noDetail
=
this
.
$route
.
query
.
noDetail
?
true
:
false
this
.
msg
.
ID
=
id
this
.
getDetail
(
id
)
},
mounted
()
{
this
.
getDetail
(
this
.
msg
.
ID
)
this
.
GetSupperOrderEditAuth
();
}
};
...
...
Write
Preview
Markdown
is supported
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