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
3d27b065
Commit
3d27b065
authored
Jul 07, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
c32a602b
5fa21d4e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
domesticCommissionTW2.vue
src/components/FinancialModule/domesticCommissionTW2.vue
+11
-4
todayOrderTotal.vue
src/components/TravelManager/TravelList/todayOrderTotal.vue
+1
-1
No files found.
src/components/FinancialModule/domesticCommissionTW2.vue
View file @
3d27b065
...
...
@@ -412,7 +412,7 @@
}
let
obj
=
{
CostType
:
1
6
,
CostType
:
type
==
1
?
16
:
18
6
,
Money
:
Money
,
CurrencyId
:
item
.
CurrencyRateList
[
0
].
CurrencyId
,
XSTC
:
1
,
...
...
@@ -429,6 +429,8 @@
orderObj
:
JSON
.
stringify
(
obj
),
companyID
:
this
.
msg
.
OutBranchId
}
// 费用流程
if
(
type
==
1
){
if
(
this
.
msg
.
OutBranchId
>
0
){
query
.
id
=
30
query
.
Name
=
"分公司销售提成单"
...
...
@@ -436,6 +438,11 @@
query
.
id
=
28
query
.
Name
=
"总部销售提成单"
}
}
else
{
query
.
id
=
87
query
.
Name
=
"费用科目"
}
this
.
$router
.
push
({
path
:
"/addFinancialDocuments"
,
...
...
src/components/TravelManager/TravelList/todayOrderTotal.vue
View file @
3d27b065
...
...
@@ -296,7 +296,7 @@
<label
style=
"display:inline-block;margin:5px 0 0 5px;font-size:12px;color: red;"
>
<!--
{{
item
.
PriceTeamTypeName
}}
-->
{{
item
.
teamType
==
1
?
'
单
团'
:
''
}}
{{
item
.
teamType
==
1
?
'
小包
团'
:
''
}}
</label>
</p>
...
...
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