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
5ab3cf05
Commit
5ab3cf05
authored
Sep 12, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、财务调整
parent
37b91e15
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
TeamRevenueReport.vue
...mponents/FinancialModule/ReportForm/TeamRevenueReport.vue
+1
-0
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+5
-5
No files found.
src/components/FinancialModule/ReportForm/TeamRevenueReport.vue
View file @
5ab3cf05
...
...
@@ -539,6 +539,7 @@ tr._item_list td:last-child {
<el-form-item
label=
"毛利率 :"
>
<el-select
v-model=
"msg.Q_MaoLi"
class=
"w150"
>
<el-option
value=
"-1"
label=
"不限"
></el-option>
<el-option
value=
"-2"
label=
"
<
=
0
%"
></el-option>
<el-option
value=
"5"
label=
">=5%"
></el-option>
<el-option
value=
"10"
label=
">=10%"
></el-option>
<el-option
value=
"15"
label=
">=15%"
></el-option>
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
5ab3cf05
...
...
@@ -1207,16 +1207,16 @@
x
.
CostTypeName
.
indexOf
(
'门票'
)
!=
-
1
)
{
this
.
HandFeeDetail
&&
this
.
HandFeeDetail
.
DetailList
.
forEach
((
y
,
indexs
)
=>
{
if
(
x
.
CostTypeName
.
indexOf
(
'房'
)
!=
-
1
&&
y
.
Type
==
1
)
{
y
.
show
=
true
,
numToFANG
+=
Number
(
obj
.
Number
),
y
.
Num
=
numToFANG
y
.
show
=
true
,
numToFANG
+=
Number
(
obj
.
Number
)
//
, y.Num = numToFANG
}
if
(
x
.
CostTypeName
.
indexOf
(
'餐'
)
!=
-
1
&&
y
.
Type
==
2
)
{
y
.
show
=
true
,
numToCAN
+=
Number
(
obj
.
Number
),
y
.
Num
=
numToCAN
y
.
show
=
true
,
numToCAN
+=
Number
(
obj
.
Number
)
//
, y.Num = numToCAN
}
if
(
x
.
CostTypeName
.
indexOf
(
'车'
)
!=
-
1
&&
y
.
Type
==
3
)
{
y
.
show
=
true
,
numToCE
+=
Number
(
obj
.
Number
),
y
.
Num
=
numToCE
y
.
show
=
true
,
numToCE
+=
Number
(
obj
.
Number
)
//
, y.Num = numToCE
}
if
(
x
.
CostTypeName
.
indexOf
(
'门票'
)
!=
-
1
&&
y
.
Type
==
4
)
{
y
.
show
=
true
,
numToMEN
+=
Number
(
obj
.
Number
),
y
.
Num
=
numToMEN
y
.
show
=
true
,
numToMEN
+=
Number
(
obj
.
Number
)
//
, y.Num = numToMEN
}
states
=
false
})
...
...
@@ -1227,7 +1227,7 @@
this
.
HandFeeDetail
&&
this
.
HandFeeDetail
.
DetailList
.
forEach
((
y
,
indexs
)
=>
{
let
obj
=
x
if
(
y
.
Type
==
3
)
{
y
.
show
=
true
,
numToCE
+=
Number
(
obj
.
Number
),
y
.
Num
=
numToCE
y
.
show
=
true
,
numToCE
+=
Number
(
obj
.
Number
)
//
, y.Num = numToCE
states
=
false
}
})
...
...
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