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
1212c7e1
Commit
1212c7e1
authored
Nov 02, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
135e7b21
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
17 deletions
+22
-17
HandFeeStatistics.vue
src/components/FinancialModule/HandFee/HandFeeStatistics.vue
+9
-5
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+13
-12
No files found.
src/components/FinancialModule/HandFee/HandFeeStatistics.vue
View file @
1212c7e1
...
...
@@ -213,7 +213,7 @@
<
template
>
<div
style=
"color: black;font-size: 17px;padding: 0 0 10px 10px;border-bottom: 1px solid #EBEEF5;"
>
<p>
已选中
{{
multipleSelection
.
length
}}
条数据
</p>
<p
style=
"margin-top: 15px;"
>
手配总金额:
<p
style=
"margin-top: 15px;"
v-if=
"totalZD"
>
手配总金额:
{{
totalZD
.
toFixed
(
2
)
}}
</p>
<p
style=
"margin-top: 15px;"
v-if=
"totalZDFY"
>
返佣总金额:
...
...
@@ -427,8 +427,10 @@
}
})
if
(
totalZD
){
this
.
totalZD
=
totalZD
/
100
this
.
totalBWZD
=
totalBWZD
/
100
}
if
(
totalZDFY
){
this
.
totalZDFY
=
totalZDFY
/
100
this
.
totalBWZDFY
=
totalBWZDFY
/
100
...
...
@@ -479,8 +481,10 @@
return
this
.
$message
.
error
(
'请勾选需要制单的数据'
);
}
this
.
getMoney
()
if
(
this
.
totalZD
){
this
.
BillMakingMsg
.
Money
=
this
.
totalZD
this
.
BillMakingMsg
.
CostType
=
130
}
if
(
this
.
totalZDFY
){
this
.
BillMakingMsg
.
CostType2
=
1851
this
.
BillMakingMsg
.
Money2
=
this
.
totalZDFY
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
1212c7e1
...
...
@@ -1971,10 +1971,8 @@
this
.
OrderSource
=
this
.
msg
.
OrderSource
=
this
.
orderObj
.
OrderSource
?
this
.
orderObj
.
OrderSource
:
0
;
// 用房手配费 房费送客手数料
if
(
this
.
orderObj
.
Money
&&
this
.
orderObj
.
CostType
&&
this
.
orderObj
.
Money2
&&
this
.
orderObj
.
CostType2
){
if
(
this
.
orderObj
.
Money
){
let
orderObjMoney
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
this
.
orderObj
.
Money
*
100
)
/
100
);
let
orderObjMoney2
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
this
.
orderObj
.
Money2
*
100
)
/
100
);
let
obj
=
{
"ID"
:
0
,
"UnitPrice"
:
this
.
orderObj
.
Money
,
...
...
@@ -1994,6 +1992,11 @@
"ybFee"
:
0
,
"bbFee"
:
0
}
this
.
msg
.
detailList
.
push
(
obj
)
}
// 房费送客手数料
if
(
this
.
orderObj
.
Money2
){
let
orderObjMoney2
=
this
.
$commonUtils
.
addCommas
(
Math
.
round
(
this
.
orderObj
.
Money2
*
100
)
/
100
);
let
obj2
=
{
"ID"
:
0
,
"UnitPrice"
:
this
.
orderObj
.
Money2
,
...
...
@@ -2008,21 +2011,19 @@
"yTotalPriceTo"
:
orderObjMoney2
,
"bTotalPrice"
:
this
.
orderObj
.
Money2
,
"bTotalPriceTo"
:
orderObjMoney2
,
"show"
:
fals
e
,
"show"
:
this
.
orderObj
.
Money
?
false
:
tru
e
,
"currenName"
:
""
,
"ybFee"
:
0
,
"bbFee"
:
0
}
this
.
msg
.
detailList
.
push
(
obj
)
this
.
msg
.
detailList
.
push
(
obj2
)
}
if
(
this
.
orderObj
.
Money
&&!
this
.
orderObj
.
Money2
){
this
.
msg
.
CostTypeId
=
this
.
orderObj
.
CostType
?
this
.
orderObj
.
CostType
:
''
;
this
.
detailList
.
CostTypeId
=
this
.
orderObj
.
CostType
?
this
.
orderObj
.
CostType
:
''
;
this
.
detailList
.
UnitPrice
=
this
.
orderObj
.
Money
?
this
.
orderObj
.
Money
:
0
;
this
.
detailList
.
Number
=
this
.
orderObj
.
CostType
?
1
:
0
}
// if(this.orderObj.Money&&!this.orderObj.Money2){
// this.msg.CostTypeId = this.orderObj.CostType ? this.orderObj.CostType : '';
// this.detailList.CostTypeId = this.orderObj.CostType ? this.orderObj.CostType : '';
// this.detailList.UnitPrice = this.orderObj.Money ? this.orderObj.Money : 0;
// this.detailList.Number = this.orderObj.CostType ? 1 : 0
// }
this
.
msg
.
TCID
=
this
.
orderObj
.
TCID
?
this
.
orderObj
.
TCID
:
0
;
this
.
msg
.
TCIDList
=
this
.
orderObj
.
TCIDList
?
this
.
orderObj
.
TCIDList
:
[];
...
...
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