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
febc7f7a
Commit
febc7f7a
authored
Jul 22, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
5fcec80d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
27 deletions
+26
-27
productInfor3.vue
pages/teamLeader/components/report/productInfor3.vue
+9
-13
productInfor4.vue
pages/teamLeader/components/report/productInfor4.vue
+11
-11
reimbursementInfor.vue
pages/teamLeader/reimbursementInfor.vue
+6
-3
No files found.
pages/teamLeader/components/report/productInfor3.vue
View file @
febc7f7a
...
...
@@ -235,23 +235,19 @@
dataIndex
:
0
,
ReimIndex
:
0
,
ReimDatas
:
{},
BusList
:
[],
//车信息
HotelOrderListReport
:
[],
//酒店信息,合团
DiningList
:
[],
//餐厅
ScenicList
:
[],
//景点
OtherList
:
[],
//其他订单信息
TipList
:
[],
//小费收入
TeamList
:
[],
//团费小计
SelfPlayingIncomeList
:
[],
//自费收入
SelfPlayingExpendList
:
[],
//自费支出
LeaderShopList
:
[],
//购物报账
DiningList
:
[],
//餐厅
}
},
watch
:
{
data
Index3
:
{
data
:
{
handler
(
newVal
,
oldVal
)
{
if
(
newVal
!=
oldVal
)
{
this
.
initData
();
if
(
newVal
&&
oldVal
)
{
if
(
newVal
.
dataIndex3
!=
oldVal
.
dataIndex3
)
{
this
.
initData
();
}
else
if
(
oldVal
.
DiningList
[
this
.
dataIndex3
].
diningIndex
!=
newVal
.
DiningList
[
this
.
dataIndex3
]
.
diningIndex
)
{
this
.
initData
();
}
}
},
deep
:
true
,
...
...
pages/teamLeader/components/report/productInfor4.vue
View file @
febc7f7a
...
...
@@ -237,16 +237,23 @@
}
},
watch
:
{
data
Index4
:
{
data
:
{
handler
(
newVal
,
oldVal
)
{
if
(
newVal
!=
oldVal
)
{
this
.
initData
();
if
(
newVal
&&
oldVal
)
{
//切换日期
if
(
newVal
.
dataIndex4
!=
oldVal
.
dataIndex4
)
{
this
.
initData
();
}
//切换同一天的景点
else
if
(
oldVal
.
ScenicList
[
this
.
dataIndex3
].
scenicIndex
!=
newVal
.
ScenicList
[
this
.
dataIndex3
]
.
scenicIndex
)
{
this
.
initData
();
}
}
},
deep
:
true
,
immediate
:
true
},
},
mounted
()
{
this
.
initData
();
...
...
@@ -260,13 +267,6 @@
this
.
getTotal
()
},
getNum
()
{
// if (type == '数量') {
// this.datas.ScenicStatisticsList[this.datas.scenicIndex].ReimburseList.ReimburseDetailsList[index]
// .UserNum = e.value
// } else if (type == '金额') {
// this.datas.ScenicStatisticsList[this.datas.scenicIndex].ReimburseList.ReimburseDetailsList[index]
// .UnitPrice = e.value
// }
this
.
getTotal
()
},
getTotal
()
{
...
...
pages/teamLeader/reimbursementInfor.vue
View file @
febc7f7a
...
...
@@ -101,7 +101,8 @@
@
change=
"getNewData"
:optionList=
"diningTypeList"
>
</productInfor3>
<!-- 门票信息-->
<productInfor4
v-else-if=
"params.type==4"
:data=
"params"
:dataIndex4=
"params.dataIndex4"
@
change=
"getNewData"
:optionList=
"scenicTypeList"
>
<productInfor4
v-else-if=
"params.type==4"
:data=
"params"
:dataIndex4=
"params.dataIndex4"
@
change=
"getNewData"
:optionList=
"scenicTypeList"
>
</productInfor4>
<!-- 其它信息-->
<otherInfor1
v-else-if=
"params.type==5"
:currencyList=
"currencyList"
:data=
"params"
@
change=
"getNewData"
...
...
@@ -541,6 +542,7 @@
title
:
'保存中...'
})
this
.
apipost
(
"dmcstatistics_post_SetNewLeaderApplyList_V2"
,
this
.
params
,
(
res
)
=>
{
uni
.
hideLoading
()
console
.
log
(
"dmcstatistics_post_SetNewLeaderApplyList_V2"
,
JSON
.
parse
(
JSON
.
stringify
(
res
.
data
)));
if
(
res
.
resultCode
==
1
)
{
...
...
@@ -550,7 +552,6 @@
icon
:
'success'
,
duration
:
2000
});
uni
.
hideLoading
()
this
.
init
()
}
...
...
@@ -573,7 +574,9 @@
this
.
scrollLeft
=
item
.
left
},
init
()
{
uni
.
showLoading
()
uni
.
showLoading
({
title
:
'数据加载中...'
});
this
.
apipost
(
"dmcstatistics_post_GetNewLeaderPayMoneyStatics"
,
this
.
msg
,
(
res
)
=>
{
console
.
log
(
"dmcstatistics_post_GetNewLeaderPayMoneyStatics"
,
JSON
.
parse
(
JSON
.
stringify
(
res
.
data
)));
...
...
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