Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
jz_Travel
Commits
9d8f23eb
Commit
9d8f23eb
authored
Aug 06, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
36b1484c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
8 deletions
+13
-8
productInfor1.vue
pages/teamLeader/components/report/productInfor1.vue
+1
-1
productInfor2.vue
pages/teamLeader/components/report/productInfor2.vue
+1
-1
productInfor3.vue
pages/teamLeader/components/report/productInfor3.vue
+1
-1
productInfor4.vue
pages/teamLeader/components/report/productInfor4.vue
+1
-1
reimbursementInfor.vue
pages/teamLeader/reimbursementInfor.vue
+9
-4
No files found.
pages/teamLeader/components/report/productInfor1.vue
View file @
9d8f23eb
...
...
@@ -261,7 +261,7 @@
}
},
deep
:
true
,
immediate
:
fals
e
immediate
:
tru
e
},
datas
:
{
handler
(
newVal
,
oldVal
)
{
...
...
pages/teamLeader/components/report/productInfor2.vue
View file @
9d8f23eb
...
...
@@ -274,7 +274,7 @@
}
},
deep
:
true
,
immediate
:
fals
e
immediate
:
tru
e
},
datas
:
{
handler
(
newVal
,
oldVal
)
{
...
...
pages/teamLeader/components/report/productInfor3.vue
View file @
9d8f23eb
...
...
@@ -266,7 +266,7 @@
}
},
deep
:
true
,
immediate
:
fals
e
immediate
:
tru
e
},
datas
:
{
handler
(
newVal
,
oldVal
)
{
...
...
pages/teamLeader/components/report/productInfor4.vue
View file @
9d8f23eb
...
...
@@ -268,7 +268,7 @@
}
},
deep
:
true
,
immediate
:
fals
e
immediate
:
tru
e
},
datas
:
{
handler
(
newVal
,
oldVal
)
{
...
...
pages/teamLeader/reimbursementInfor.vue
View file @
9d8f23eb
...
...
@@ -236,7 +236,7 @@
},
],
currencyVisible
:
false
,
oldDataIndex
:
1
,
oldDataIndex
:
1
,
//选中类型
loading
:
false
,
msg
:
{
TCIDs
:
''
...
...
@@ -649,12 +649,17 @@
});
this
.
apipost
(
"dmcstatistics_post_GetNewLeaderPayMoneyStatics"
,
this
.
msg
,
(
res
)
=>
{
if
(
res
.
resultCode
==
1
)
{
this
.
params
=
res
.
data
;
this
.
params
=
{
...
this
.
params
,
...
res
.
data
};
for
(
let
i
=
1
;
i
<
5
;
i
++
)
{
this
.
$set
(
this
.
params
,
`dataIndex
${
i
}
`
,
0
);
if
(
this
.
params
[
`dataIndex
${
i
}
`
]
==
undefined
){
this
.
$set
(
this
.
params
,
`dataIndex
${
i
}
`
,
0
);
}
}
this
.
$set
(
this
.
params
,
`type`
,
this
.
oldDataIndex
);
if
(
this
.
params
.
BusList
&&
this
.
params
.
BusList
.
length
>
0
)
{
for
(
let
i
=
0
;
i
<
this
.
params
.
BusList
.
length
;
i
++
)
{
this
.
$set
(
this
.
params
.
BusList
,
`TotalMoney`
,
0
);
...
...
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