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
abac3c1a
Commit
abac3c1a
authored
Jan 26, 2024
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
8c9d96d8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
selectListData.vue
...Module/MonthlyCostStatement/components/selectListData.vue
+3
-3
addReceivablesDocuments.vue
src/components/FinancialModule/addReceivablesDocuments.vue
+1
-0
No files found.
src/components/FinancialModule/MonthlyCostStatement/components/selectListData.vue
View file @
abac3c1a
...
@@ -242,8 +242,8 @@
...
@@ -242,8 +242,8 @@
});
});
}
else
{
}
else
{
let
orderObj
=
{
let
orderObj
=
{
CostType
:
this
.
OriginalMoneyClosed
!=
0
?
1
547
:
null
,
CostType
:
this
.
OriginalMoneyClosed
!=
0
?
1
863
:
null
,
CostType2
:
this
.
isHandlingChargeThe
!=
0
?
1
547
:
null
,
CostType2
:
this
.
isHandlingChargeThe
!=
0
?
1
863
:
null
,
CostType3
:
this
.
isHandlingChargeThe
!=
0
&&
this
.
balanceMoney
!=
0
?
114
:
null
,
//114转账手续费
CostType3
:
this
.
isHandlingChargeThe
!=
0
&&
this
.
balanceMoney
!=
0
?
114
:
null
,
//114转账手续费
HandlingChargeMoney
:
this
.
isHandlingChargeThe
!=
0
?
this
.
HandlingChargeMoneyThe
:
null
,
//手续费
HandlingChargeMoney
:
this
.
isHandlingChargeThe
!=
0
?
this
.
HandlingChargeMoneyThe
:
null
,
//手续费
balanceMoney
:
this
.
isHandlingChargeThe
!=
0
&&
this
.
balanceMoney
!=
0
?
this
.
balanceMoney
:
null
,
//差额
balanceMoney
:
this
.
isHandlingChargeThe
!=
0
&&
this
.
balanceMoney
!=
0
?
this
.
balanceMoney
:
null
,
//差额
...
@@ -259,7 +259,7 @@
...
@@ -259,7 +259,7 @@
name
:
'ChoiceAddFinancialDocuments'
,
name
:
'ChoiceAddFinancialDocuments'
,
query
:
{
query
:
{
'Type'
:
1
,
'Type'
:
1
,
'searchTitle'
:
'月结'
,
'searchTitle'
:
'月结
到账
'
,
'blank'
:
'y'
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
),
'orderObj'
:
JSON
.
stringify
(
orderObj
),
}
}
...
...
src/components/FinancialModule/addReceivablesDocuments.vue
View file @
abac3c1a
...
@@ -1561,6 +1561,7 @@
...
@@ -1561,6 +1561,7 @@
//从电商过来的参数处理
//从电商过来的参数处理
this
.
msg
.
OrderSource
=
this
.
orderObj
.
OrderSource
?
this
.
orderObj
.
OrderSource
:
0
;
this
.
msg
.
OrderSource
=
this
.
orderObj
.
OrderSource
?
this
.
orderObj
.
OrderSource
:
0
;
this
.
msg
.
OtherType
=
this
.
orderObj
.
OtherType
?
this
.
orderObj
.
OtherType
:
0
;
this
.
msg
.
OtherType
=
this
.
orderObj
.
OtherType
?
this
.
orderObj
.
OtherType
:
0
;
this
.
msg
.
ReFinanceIds
=
this
.
orderObj
.
ReFinanceIds
?
this
.
orderObj
.
ReFinanceIds
:
''
;
this
.
msg
.
ReFinanceId
=
this
.
orderObj
.
ReFinanceId
?
this
.
orderObj
.
ReFinanceId
:
0
;
this
.
msg
.
ReFinanceId
=
this
.
orderObj
.
ReFinanceId
?
this
.
orderObj
.
ReFinanceId
:
0
;
this
.
msg
.
ReFinanceId2
=
this
.
orderObj
.
ReFinanceId2
?
this
.
orderObj
.
ReFinanceId2
:
0
;
this
.
msg
.
ReFinanceId2
=
this
.
orderObj
.
ReFinanceId2
?
this
.
orderObj
.
ReFinanceId2
:
0
;
this
.
msg
.
ECOrderList
=
this
.
orderObj
.
ECOrderList
?
this
.
orderObj
.
ECOrderList
:
[];
this
.
msg
.
ECOrderList
=
this
.
orderObj
.
ECOrderList
?
this
.
orderObj
.
ECOrderList
:
[];
...
...
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