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
fed27733
Commit
fed27733
authored
Jul 19, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
ac22c5f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
8 deletions
+12
-8
invoicesManagerDetail.vue
src/components/FinancialModule/invoicesManagerDetail.vue
+12
-8
No files found.
src/components/FinancialModule/invoicesManagerDetail.vue
View file @
fed27733
...
...
@@ -597,15 +597,19 @@ export default {
this
.
$router
.
push
({
name
:
path
,
query
:{
"id"
:
obj
,
blank
:
'y'
,
tab
:
title
}})
},
goSaleFinacial
:
function
()
{
// 跳转销售财务单据
let
obj
=
{
orderId
:
this
.
detail
.
OrderId
,
tcnum
:
this
.
detail
.
TCNUM
,
tcid
:
this
.
detail
.
TCID
if
(
this
.
$route
.
query
.
InvoiceApplyType
&&
this
.
$route
.
query
.
InvoiceApplyType
==
4
){
this
.
$router
.
push
({
name
:
'CRMTicketOrderOP'
,
query
:
{
OrderId
:
OrderId
,
blank
:
'y'
,
tab
:
'单机票详情'
}
});
}
else
{
let
obj
=
{
orderId
:
this
.
detail
.
OrderId
,
tcnum
:
this
.
detail
.
TCNUM
,
tcid
:
this
.
detail
.
TCID
}
this
.
$router
.
push
({
name
:
'SalesFinancialDetail'
,
query
:
{
blank
:
'y'
,
tab
:
'销售财务单据'
,
item
:
JSON
.
stringify
(
obj
)}
});
}
this
.
$router
.
push
({
name
:
'SalesFinancialDetail'
,
query
:
{
blank
:
'y'
,
tab
:
'销售财务单据'
,
item
:
JSON
.
stringify
(
obj
)}
});
},
setStatus
:
function
(
type
)
{
// 审核发票单据
this
.
msg
.
InvoiceApplyState
=
type
...
...
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