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
adf489ba
Commit
adf489ba
authored
Apr 04, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
发票
parent
fb1c551e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
invoicesManagerDetail.vue
src/components/FinancialModule/invoicesManagerDetail.vue
+4
-2
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+1
-1
No files found.
src/components/FinancialModule/invoicesManagerDetail.vue
View file @
adf489ba
...
...
@@ -104,7 +104,7 @@
</td>
</tr>
</table>
<div
class=
"iis_save"
>
<div
class=
"iis_save"
v-if=
"noDetail"
>
<button
class=
"normalBtn"
@
click=
"setStatus(3)"
>
通过
</button>
<button
class=
"normalBtn"
@
click=
"dialogFormVisible = true"
>
拒绝
</button>
</div>
...
...
@@ -134,7 +134,8 @@ export default {
RefuseRemarks
:
''
,
ID
:
0
,
InvoiceApplyState
:
0
,
}
},
noDetail
:
false
,
};
},
methods
:
{
...
...
@@ -194,6 +195,7 @@ export default {
},
mounted
()
{
let
id
=
this
.
$route
.
query
.
id
this
.
noDetail
=
this
.
$route
.
query
.
noDetail
?
true
:
false
this
.
msg
.
ID
=
id
this
.
getDetail
(
id
)
}
...
...
src/components/SalesModule/groupTourOrder.vue
View file @
adf489ba
...
...
@@ -2126,7 +2126,7 @@
goIisDetail
:
function
(
id
)
{
// 跳转发票详情页面
this
.
$router
.
push
({
name
:
'invoicesManagerDetail'
,
query
:
{
id
:
id
,
blank
:
"y"
,}
query
:
{
id
:
id
,
noDetail
:
1
,
blank
:
"y"
,}
});
},
// 申请发票
...
...
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