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
fc9e46fb
Commit
fc9e46fb
authored
Dec 14, 2023
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
b6de60b5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
addFinancialDocuments.vue
src/components/FinancialModule/addFinancialDocuments.vue
+3
-1
teamRevenueExpenditure.vue
src/components/dmc/manager/teamRevenueExpenditure.vue
+2
-1
No files found.
src/components/FinancialModule/addFinancialDocuments.vue
View file @
fc9e46fb
...
@@ -1043,7 +1043,8 @@
...
@@ -1043,7 +1043,8 @@
PayDate
:
''
,
PayDate
:
''
,
CallType
:
0
,
CallType
:
0
,
Type
:
0
,
Type
:
0
,
GuestInfoList
:
[]
GuestInfoList
:
[],
LineName
:
0
},
},
detailList
:
{
detailList
:
{
ID
:
0
,
ID
:
0
,
...
@@ -1703,6 +1704,7 @@
...
@@ -1703,6 +1704,7 @@
this
.
msg
.
EduCommissionEmp
=
this
.
orderObj
.
EduCommissionEmp
?
this
.
orderObj
.
EduCommissionEmp
:
null
this
.
msg
.
EduCommissionEmp
=
this
.
orderObj
.
EduCommissionEmp
?
this
.
orderObj
.
EduCommissionEmp
:
null
this
.
msg
.
MatchFrId
=
this
.
orderObj
.
MatchFrId
?
this
.
orderObj
.
MatchFrId
:
0
;
this
.
msg
.
MatchFrId
=
this
.
orderObj
.
MatchFrId
?
this
.
orderObj
.
MatchFrId
:
0
;
this
.
msg
.
StandardCurrencyName
=
this
.
orderObj
.
StandardCurrencyName
?
this
.
orderObj
.
StandardCurrencyName
:
''
this
.
msg
.
StandardCurrencyName
=
this
.
orderObj
.
StandardCurrencyName
?
this
.
orderObj
.
StandardCurrencyName
:
''
this
.
msg
.
LineName
=
this
.
orderObj
.
LineId
?
this
.
orderObj
.
LineId
:
0
;
}
}
if
(
this
.
orderObj
&&
this
.
orderObj
.
OtherType
&&
this
.
orderObj
.
OtherType
==
75
&&
this
.
orderObj
.
ReFinances
==
if
(
this
.
orderObj
&&
this
.
orderObj
.
OtherType
&&
this
.
orderObj
.
OtherType
==
75
&&
this
.
orderObj
.
ReFinances
==
''
)
{
''
)
{
...
...
src/components/dmc/manager/teamRevenueExpenditure.vue
View file @
fc9e46fb
...
@@ -556,7 +556,8 @@
...
@@ -556,7 +556,8 @@
OrderSource
:
_orderSource
,
OrderSource
:
_orderSource
,
Obj
:
{},
Obj
:
{},
SourceID
:
this
.
$route
.
query
.
id
,
SourceID
:
this
.
$route
.
query
.
id
,
TCIDList
:
TCIDARR
TCIDList
:
TCIDARR
,
LineId
:
this
.
LineId
}
}
id
=
id
.
length
>
0
?
JSON
.
stringify
(
id
)
:
null
;
id
=
id
.
length
>
0
?
JSON
.
stringify
(
id
)
:
null
;
...
...
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