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
7433256d
Commit
7433256d
authored
Jan 29, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
db37d593
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
2 deletions
+30
-2
selectListData.vue
...Module/MonthlyCostStatement/components/selectListData.vue
+29
-1
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+1
-1
No files found.
src/components/FinancialModule/MonthlyCostStatement/components/selectListData.vue
View file @
7433256d
...
@@ -129,7 +129,9 @@
...
@@ -129,7 +129,9 @@
<el-select
style=
"width: 90px;"
filterable
v-model=
"financeType"
placeholder=
"请选择"
>
<el-select
style=
"width: 90px;"
filterable
v-model=
"financeType"
placeholder=
"请选择"
>
<el-option
label=
"收款单"
:value=
"1"
></el-option>
<el-option
label=
"收款单"
:value=
"1"
></el-option>
<el-option
label=
"支出单"
:value=
"2"
></el-option>
<el-option
label=
"支出单"
:value=
"2"
></el-option>
<el-option
label=
"预付冲抵单"
:value=
"3"
></el-option>
</el-select>
</el-select>
<el-input
v-if=
"financeType==3"
style=
"width: 140px;"
v-model=
"MatchFrId"
placeholder=
"请输入预付款单号"
></el-input>
</div>
</div>
</el-dialog>
</el-dialog>
</div>
</div>
...
@@ -142,6 +144,7 @@
...
@@ -142,6 +144,7 @@
return
{
return
{
showDialog
:
true
,
showDialog
:
true
,
financeType
:
2
,
financeType
:
2
,
MatchFrId
:
''
,
dataList
:
[],
dataList
:
[],
OriginalMoney
:
0
,
//原币合计
OriginalMoney
:
0
,
//原币合计
OriginalMoneyThe
:
0
,
//原币合计支
OriginalMoneyThe
:
0
,
//原币合计支
...
@@ -240,7 +243,7 @@
...
@@ -240,7 +243,7 @@
'orderObj'
:
JSON
.
stringify
(
orderObj
),
'orderObj'
:
JSON
.
stringify
(
orderObj
),
}
}
});
});
}
else
{
}
else
if
(
this
.
financeType
==
1
)
{
let
orderObj
=
{
let
orderObj
=
{
CostType
:
this
.
OriginalMoneyClosed
!=
0
?
1863
:
null
,
CostType
:
this
.
OriginalMoneyClosed
!=
0
?
1863
:
null
,
CostType2
:
this
.
isHandlingChargeThe
!=
0
?
1863
:
null
,
CostType2
:
this
.
isHandlingChargeThe
!=
0
?
1863
:
null
,
...
@@ -265,6 +268,31 @@
...
@@ -265,6 +268,31 @@
}
}
});
});
}
}
else
{
let
orderObj
=
{
CostType
:
null
,
CostType2
:
null
,
CostType3
:
this
.
isHandlingChargeThe
!=
0
&&
this
.
balanceMoney
!=
0
?
114
:
null
,
//114转账手续费
HandlingChargeMoney
:
this
.
isHandlingChargeThe
!=
0
?
this
.
HandlingChargeMoneyThe
:
null
,
//手续费
balanceMoney
:
this
.
isHandlingChargeThe
!=
0
&&
this
.
balanceMoney
!=
0
?
this
.
balanceMoney
:
null
,
//差额
OtherType
:
75
,
Money
:
this
.
OriginalMoneyThe
!=
0
?
this
.
OriginalMoneyThe
:
null
,
MoneyClosed
:
this
.
OriginalMoneyClosed
!=
0
?
Number
(
`-
${
this
.
OriginalMoneyClosed
}
`
):
null
,
isVerifyMoney
:
true
,
ReFinanceIds
:
ids
.
join
(
','
),
//单号
MatchFrId
:
this
.
MatchFrId
}
this
.
$emit
(
'close'
)
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
'Type'
:
2
,
'searchTitle'
:
'分摊'
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
),
}
});
}
},
},
close
(){
close
(){
this
.
$emit
(
'close'
)
this
.
$emit
(
'close'
)
...
...
src/components/FinancialModule/addFinancialDocuments.vue
View file @
7433256d
...
@@ -2458,7 +2458,7 @@
...
@@ -2458,7 +2458,7 @@
CostTypeId
:
this
.
orderObj
.
CostType
,
CostTypeId
:
this
.
orderObj
.
CostType
,
CurrencyId
:
''
,
CurrencyId
:
''
,
Remark
:
''
,
Remark
:
''
,
CostTypeName
:
'支付月结预提成本或费用
'
,
CostTypeName
:
this
.
orderObj
.
CostType
?
'支付月结预提成本或费用'
:
'
'
,
yTotalPrice
:
''
,
yTotalPrice
:
''
,
yTotalPriceTo
:
''
,
yTotalPriceTo
:
''
,
bTotalPrice
:
''
,
bTotalPrice
:
''
,
...
...
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