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
36d3f6e4
Commit
36d3f6e4
authored
Oct 27, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复 MonthlyCostStatementInquire 生成单据
parent
2ee2d2d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
selectListData.vue
...Module/MonthlyCostStatement/components/selectListData.vue
+5
-5
No files found.
src/components/FinancialModule/MonthlyCostStatement/components/selectListData.vue
View file @
36d3f6e4
...
...
@@ -189,10 +189,10 @@
})
this
.
OriginalMoney
=
(
OriginalMoneyThe
-
OriginalMoneyClosed
)
/
100
this
.
HandlingChargeMoney
=
(
HandlingChargeMoneyThe
-
HandlingChargeMoneyClosed
)
/
100
//支出
this
.
OriginalMoneyThe
=
OriginalMoneyThe
/
100
this
.
HandlingChargeMoneyThe
=
HandlingChargeMoneyThe
/
100
// 收入
this
.
OriginalMoneyClosed
=
OriginalMoneyClosed
/
100
this
.
HandlingChargeMoneyClosed
=
HandlingChargeMoneyClosed
/
100
},
...
...
@@ -205,14 +205,14 @@
let
ids
ids
=
this
.
dataList
.
map
(
x
=>
{
return
x
.
FrID
})
let
orderObj
=
{
CostType
:
this
.
OriginalMoneyThe
>
0
?
1547
:
null
,
CostType
:
this
.
OriginalMoneyThe
!=
0
?
1547
:
null
,
CostType2
:
this
.
isHandlingChargeThe
?
1547
:
null
,
CostType3
:
this
.
isHandlingChargeThe
&&
this
.
balanceMoney
?
114
:
null
,
//114转账手续费
HandlingChargeMoney
:
this
.
isHandlingChargeThe
?
this
.
HandlingChargeMoneyThe
:
null
,
//手续费
balanceMoney
:
this
.
isHandlingChargeThe
&&
this
.
balanceMoney
?
this
.
balanceMoney
:
null
,
//差额
OtherType
:
75
,
Money
:
this
.
OriginalMoneyThe
>
0
?
this
.
OriginalMoneyThe
:
null
,
MoneyClosed
:
this
.
OriginalMoneyClosed
>
0
?
Number
(
`-
${
this
.
OriginalMoneyClosed
}
`
):
null
,
Money
:
this
.
OriginalMoneyThe
!=
0
?
this
.
OriginalMoneyThe
:
null
,
MoneyClosed
:
this
.
OriginalMoneyClosed
!=
0
?
Number
(
`-
${
this
.
OriginalMoneyClosed
}
`
):
null
,
isVerifyMoney
:
true
,
ReFinanceIds
:
ids
.
join
(
','
),
//单号
ReFinanceId2
:
3
,
//成本
...
...
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