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
32c2cd29
Commit
32c2cd29
authored
May 24, 2022
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f6dfe450
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+1
-1
ChoiceAddFinancialDocuments2.vue
...mponents/FinancialModule/ChoiceAddFinancialDocuments2.vue
+2
-2
FinancialDocumentsDetail.vue
src/components/FinancialModule/FinancialDocumentsDetail.vue
+1
-1
ImpressionTicketCommission.vue
...Module/ImpressionTicketing/ImpressionTicketCommission.vue
+1
-1
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
32c2cd29
...
...
@@ -368,7 +368,7 @@
</div>
<div
v-if=
"GetDetail.OtherType=='56'||GetDetail.OtherType=='57'"
class=
"illustrate-right fygsbumen-box-right"
@
click=
"ImpressionTicketDetails('ImpressionTicketUserDetails')"
>
查看详情
</div>
@
click=
"ImpressionTicketDetails('ImpressionTicketUserDetails')"
>
{{GetDetail.OtherType=='56'?'票务提成详情':票务工资详情}}
</div>
</div>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
<tr
v-for=
"(o,ox) in GetDetail.TCIDAndTCNUMList"
class=
"_fujiashuoming_tr"
>
...
...
src/components/FinancialModule/ChoiceAddFinancialDocuments2.vue
View file @
32c2cd29
...
...
@@ -355,8 +355,8 @@
this
.
showTab
=
this
.
crmOrderObj
.
type
}
else
if
(
this
.
$route
.
query
.
commissionObj
){
this
.
commissionObj
=
JSON
.
parse
(
this
.
$route
.
query
.
commissionObj
)
this
.
active
=
2
this
.
showTab
=
2
this
.
active
=
this
.
$route
.
query
.
Type
this
.
showTab
=
this
.
$route
.
query
.
Type
}
else
{
this
.
showTab
=
this
.
$route
.
query
.
Type
?
this
.
$route
.
query
.
Type
:
0
;
this
.
active
=
parseInt
(
this
.
$route
.
query
.
Type
)?
parseInt
(
this
.
$route
.
query
.
Type
):
1
;
...
...
src/components/FinancialModule/FinancialDocumentsDetail.vue
View file @
32c2cd29
...
...
@@ -437,7 +437,7 @@
</div>
<div
v-if=
"GetDetail.OtherType=='56'||GetDetail.OtherType=='57'"
class=
"illustrate-right fygsbumen-box-right"
@
click=
"ImpressionTicketDetails('ImpressionTicketUserDetails')"
>
查看详情
</div>
@
click=
"ImpressionTicketDetails('ImpressionTicketUserDetails')"
>
{{
GetDetail
.
OtherType
==
'56'
?
'票务提成详情'
:
票务工资详情
}}
</div>
</div>
<table
border=
"1"
bordercolor=
"#D2D2D2"
style=
"border-collapse:collapse;margin-top:15px;"
width=
"100%"
v-if=
"GetDetail.TCIDAndTCNUMList.length>0"
>
...
...
src/components/FinancialModule/ImpressionTicketing/ImpressionTicketCommission.vue
View file @
32c2cd29
...
...
@@ -316,7 +316,7 @@
let
query
=
{
blank
:
"y"
,
tab
:
"新增付款单据"
,
Type
:
this
.
Type
,
Type
:
2
,
commissionObj
:
JSON
.
stringify
(
this
.
BillMakingMsg
)
}
this
.
$router
.
push
({
...
...
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