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
36bdd9e9
You need to sign in or sign up before continuing.
Commit
36bdd9e9
authored
Jul 25, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
2f9e6dc5
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
41 additions
and
46 deletions
+41
-46
otherInfor1.vue
pages/teamLeader/components/report/otherInfor1.vue
+6
-6
otherInfor2.vue
pages/teamLeader/components/report/otherInfor2.vue
+1
-1
otherInfor3.vue
pages/teamLeader/components/report/otherInfor3.vue
+1
-1
otherInfor4.vue
pages/teamLeader/components/report/otherInfor4.vue
+4
-4
otherInfor5.vue
pages/teamLeader/components/report/otherInfor5.vue
+2
-2
otherInfor6.vue
pages/teamLeader/components/report/otherInfor6.vue
+10
-14
productInfor1.vue
pages/teamLeader/components/report/productInfor1.vue
+5
-5
productInfor2.vue
pages/teamLeader/components/report/productInfor2.vue
+4
-4
productInfor3.vue
pages/teamLeader/components/report/productInfor3.vue
+4
-4
productInfor4.vue
pages/teamLeader/components/report/productInfor4.vue
+3
-3
reimbursementInfor.vue
pages/teamLeader/reimbursementInfor.vue
+1
-2
No files found.
pages/teamLeader/components/report/otherInfor1.vue
View file @
36bdd9e9
...
...
@@ -154,25 +154,25 @@
</view>
<u-icon
v-if=
"i"
@
click=
"delInfor(i)"
class=
"inforCenterTopDel"
name=
"clear"
color=
"#FA6967"
size=
"36"
/>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
费用项目
</text>
</view>
<view
class=
"inputBoxRight row"
@
click=
"showOptionVisible(i,1)"
>
<view
class=
"inputBoxRight row
items-center
"
@
click=
"showOptionVisible(i,1)"
>
<text>
{{
item
.
CostProjectStr
?
item
.
CostProjectStr
:
'选择费用项目'
}}
</text>
<u-icon
class=
"iconRight"
name=
"arrow-down"
color=
"#BBBBBB"
size=
"42"
/>
</view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
币种
</text>
</view>
<view
class=
"inputBoxRight row"
@
click=
"showOptionVisible(i)"
>
<view
class=
"inputBoxRight row
items-center
"
@
click=
"showOptionVisible(i)"
>
<text>
{{
item
.
CurrencyName
?
item
.
CurrencyName
:
'选择币种'
}}
</text>
<u-icon
class=
"iconRight"
name=
"arrow-down"
color=
"#BBBBBB"
size=
"42"
/>
</view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
金额
</text>
</view>
...
...
@@ -184,7 +184,7 @@
<!--
<input
class=
"text-right"
type=
"text"
v-model=
"item.UnitPrice"
/>
-->
</view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
返佣
</text>
</view>
...
...
pages/teamLeader/components/report/otherInfor2.vue
View file @
36bdd9e9
...
...
@@ -144,7 +144,7 @@
<template
v-for=
"(item,i) in TipList"
>
<view
class=
"inforCenterBox PX30 MT20"
>
<view
class=
"inforCenter"
>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
金额
</text>
</view>
...
...
pages/teamLeader/components/report/otherInfor3.vue
View file @
36bdd9e9
...
...
@@ -144,7 +144,7 @@
<template
v-for=
"(item,i) in TeamList"
>
<view
class=
"inforCenterBox PX30 MT20"
>
<view
class=
"inforCenter"
>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
金额
</text>
</view>
...
...
pages/teamLeader/components/report/otherInfor4.vue
View file @
36bdd9e9
...
...
@@ -144,7 +144,7 @@
<template
v-for=
"(item,i) in SelfPlayingIncomeList"
>
<view
class=
"inforCenterBox PX30 MT20"
>
<view
class=
"inforCenter"
>
<view
class=
"inforCenterTop row justify-between"
>
<view
class=
"inforCenterTop row
items-center
justify-between"
>
<view>
时间
</view>
<view
class=
"text-right row items-center"
@
click=
"showDateVisible(i)"
>
<text>
{{
item
.
UseDate
?
item
.
UseDate
:
'选择使用时间'
}}
</text>
...
...
@@ -154,16 +154,16 @@
</view>
<u-icon
v-if=
"i"
@
click=
"delInfor(i)"
class=
"inforCenterTopDel"
name=
"clear"
color=
"#FA6967"
size=
"36"
/>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
币种
</text>
</view>
<view
class=
"inputBoxRight row"
@
click=
"showOptionVisible(i)"
>
<view
class=
"inputBoxRight row
items-center
"
@
click=
"showOptionVisible(i)"
>
<text>
{{
item
.
CurrencyName
?
item
.
CurrencyName
:
'选择币种'
}}
</text>
<u-icon
class=
"iconRight"
name=
"arrow-down"
color=
"#BBBBBB"
size=
"42"
/>
</view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
金额
</text>
</view>
...
...
pages/teamLeader/components/report/otherInfor5.vue
View file @
36bdd9e9
...
...
@@ -154,7 +154,7 @@
</view>
<u-icon
v-if=
"i"
@
click=
"delInfor(i)"
class=
"inforCenterTopDel"
name=
"clear"
color=
"#FA6967"
size=
"36"
/>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
金额
</text>
</view>
...
...
@@ -166,7 +166,7 @@
<!--
<input
class=
"text-right"
type=
"text"
v-model=
"item.UnitPrice"
/>
-->
</view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
返佣
</text>
</view>
...
...
pages/teamLeader/components/report/otherInfor6.vue
View file @
36bdd9e9
...
...
@@ -154,34 +154,30 @@
</view>
<u-icon
v-if=
"i"
@
click=
"delInfor(i)"
class=
"inforCenterTopDel"
name=
"clear"
color=
"#FA6967"
size=
"36"
/>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
购物店名称
</text>
</view>
<!--日本线选择购物店-->
<view
v-if=
"params&¶ms.IsSelectShop"
>
<view
class=
"inputBoxRight row"
@
click=
"showOptionVisible(i,1)"
>
<text>
{{
item
.
ShopName
?
item
.
ShopName
:
'选择购物店名称'
}}
</text>
<u-icon
class=
"iconRight"
name=
"arrow-down"
color=
"#BBBBBB"
size=
"42"
/>
</view>
<view
v-if=
"params&¶ms.IsSelectShop"
class=
"inputBoxRight row items-center"
@
click=
"showOptionVisible(i,1)"
>
<text>
{{
item
.
ShopName
?
item
.
ShopName
:
'选择购物店名称'
}}
</text>
<u-icon
class=
"iconRight"
name=
"arrow-down"
color=
"#BBBBBB"
size=
"42"
/>
</view>
<!--其他线路填写购物店-->
<view
v-else
>
<view
class=
"inputBoxRight"
>
<input
class=
"text-right"
placeholder=
"请输入购物店名称"
type=
"text"
v-model=
"item.ShopName"
/>
</view>
<!--其他线路填写购物店-->
<view
v-else
class=
"inputBoxRight"
>
<input
class=
"text-right"
placeholder=
"请输入购物店名称"
type=
"text"
v-model=
"item.ShopName"
/>
</view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
币种
</text>
</view>
<view
class=
"inputBoxRight row"
@
click=
"showOptionVisible(i)"
>
<view
class=
"inputBoxRight row
items-center
"
@
click=
"showOptionVisible(i)"
>
<text>
{{
item
.
CurrencyName
?
item
.
CurrencyName
:
'选择币种'
}}
</text>
<u-icon
class=
"iconRight"
name=
"arrow-down"
color=
"#BBBBBB"
size=
"42"
/>
</view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
金额
</text>
</view>
...
...
pages/teamLeader/components/report/productInfor1.vue
View file @
36bdd9e9
...
...
@@ -147,19 +147,19 @@
</view>
<u-icon
v-if=
"index"
@
click=
"delInfor(index)"
class=
"inforCenterTopDel"
name=
"clear"
color=
"#FA6967"
size=
"36"
/>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text
class=
"tisp MR10"
></text><text>
出发地
</text>
</view>
<view><input
class=
"text-right"
type=
"text"
v-model=
"item.StartPlace"
placeholder=
"请输入出发地"
/></view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text
class=
"tisp MR10"
></text><text>
目的地
</text>
</view>
<view><input
class=
"text-right"
type=
"text"
v-model=
"item.EndPlace"
placeholder=
"请输入目的地"
/></view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
数量
</text>
</view>
...
...
@@ -168,7 +168,7 @@
@
input=
"getTotal()"
/>
</view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
金额
</text>
</view>
...
...
@@ -179,7 +179,7 @@
@
blur=
"handleBlur(item,'UnitPrice',1)"
/>
</view>
</view>
<view
class=
"inputBox row justify-between noBorder"
>
<view
class=
"inputBox row
items-center
justify-between noBorder"
>
<view
class=
"row"
>
<text>
金额小计
</text>
</view>
...
...
pages/teamLeader/components/report/productInfor2.vue
View file @
36bdd9e9
...
...
@@ -141,7 +141,7 @@
<view
class=
"inforCenter"
v-for=
"(item,index) in datas.HotelOrderList[datas.hotelIndex].ReimburseList.ReimburseDetailsList"
:key=
"index"
>
<view
class=
"inforCenterTop row justify-between"
@
click=
"showOptionVisible(index)"
>
<view
class=
"inforCenterTop row
items-center
justify-between"
@
click=
"showOptionVisible(index)"
>
<view>
{{
item
.
UserTypeStr
?
item
.
UserTypeStr
:
'选择类型'
}}
</view>
<view>
<u-icon
name=
"arrow-down"
color=
"#BBBBBB"
size=
"42"
/>
...
...
@@ -149,7 +149,7 @@
</view>
<u-icon
v-if=
"index"
@
click=
"delInfor(index)"
class=
"inforCenterTopDel"
name=
"clear"
color=
"#FA6967"
size=
"36"
/>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
数量
</text>
</view>
...
...
@@ -158,7 +158,7 @@
@
input=
"getTotal()"
/>
</view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
单价
</text>
</view>
...
...
@@ -170,7 +170,7 @@
<!--
<input
class=
"text-right"
type=
"text"
v-model=
"item.UnitPrice"
@
input=
"getNum()"
/>
-->
</view>
</view>
<view
class=
"inputBox row justify-between noBorder"
>
<view
class=
"inputBox row
items-center
justify-between noBorder"
>
<view
class=
"row"
>
<text>
金额小计
</text>
</view>
...
...
pages/teamLeader/components/report/productInfor3.vue
View file @
36bdd9e9
...
...
@@ -141,7 +141,7 @@
<view
class=
"inforCenter"
v-for=
"(item,index) in datas.DiningSummaryList[datas.diningIndex].ReimburseList.ReimburseDetailsList"
:key=
"index"
>
<view
class=
"inforCenterTop row justify-between"
@
click=
"showOptionVisible(index)"
>
<view
class=
"inforCenterTop row
items-center
justify-between"
@
click=
"showOptionVisible(index)"
>
<view>
{{
item
.
UserTypeStr
?
item
.
UserTypeStr
:
'选择类型'
}}
</view>
<view>
<u-icon
name=
"arrow-down"
color=
"#BBBBBB"
size=
"42"
/>
...
...
@@ -149,7 +149,7 @@
</view>
<u-icon
v-if=
"index"
@
click=
"delInfor(index)"
class=
"inforCenterTopDel"
name=
"clear"
color=
"#FA6967"
size=
"36"
/>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
数量
</text>
</view>
...
...
@@ -158,7 +158,7 @@
@
input=
"getTotal()"
/>
</view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
单价
</text>
</view>
...
...
@@ -169,7 +169,7 @@
@
blur=
"handleBlur(item,index,'UnitPrice')"
/>
</view>
</view>
<view
class=
"inputBox row justify-between noBorder"
>
<view
class=
"inputBox row
items-center
justify-between noBorder"
>
<view
class=
"row"
>
<text>
金额小计
</text>
</view>
...
...
pages/teamLeader/components/report/productInfor4.vue
View file @
36bdd9e9
...
...
@@ -149,7 +149,7 @@
</view>
<u-icon
v-if=
"index"
@
click=
"delInfor(index)"
class=
"inforCenterTopDel"
name=
"clear"
color=
"#FA6967"
size=
"36"
/>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
数量
</text>
</view>
...
...
@@ -159,7 +159,7 @@
<!--
<input
class=
"text-right"
type=
"number"
v-model=
"item.UserNum"
@
input=
"getNum()"
/>
-->
</view>
</view>
<view
class=
"inputBox row justify-between"
>
<view
class=
"inputBox row
items-center
justify-between"
>
<view
class=
"row"
>
<text>
单价
</text>
</view>
...
...
@@ -171,7 +171,7 @@
<!--
<input
class=
"text-right"
type=
"text"
v-model=
"item.UnitPrice"
@
input=
"getNum()"
/>
-->
</view>
</view>
<view
class=
"inputBox row justify-between noBorder"
>
<view
class=
"inputBox row
items-center
justify-between noBorder"
>
<view
class=
"row"
>
<text>
金额小计
</text>
</view>
...
...
pages/teamLeader/reimbursementInfor.vue
View file @
36bdd9e9
...
...
@@ -75,7 +75,7 @@
@
scroll=
"scroll"
style=
"height: 100vh;overflow: hidden;"
>
<view
class=
"reimbursementInforHeaderBox"
>
<view
class=
"reimbursementInforTitle fixed"
:style=
"[
{'background': old.scrollTop>2?'linear-gradient(-30deg, #4FA9FF, #4779FF)':''}]">
:style=
"[
{'background': old.scrollTop>2
0
?'linear-gradient(-30deg, #4FA9FF, #4779FF)':''}]">
<headers
textAlign=
"left"
:title=
"pageTitle"
color=
"#fff"
></headers>
<scroll-view
class=
"reimbursementInforTsBox"
:scroll-x=
"true"
:scroll-left=
"scrollLeft"
>
<view
class=
"reimbursementInforT-text row-aic-n"
>
...
...
@@ -788,7 +788,6 @@
Math
.
floor
(
e
.
detail
.
scrollTop
-
250
)
/
100
>
1
?
1
:
Math
.
floor
(
e
.
detail
.
scrollTop
-
250
)
/
100
;
console
.
log
(
this
.
titleStyle
.
opacity
,
'-00--------'
)
},
getOptionData
()
{
this
.
apipost
(
"dmcstatistics_post_GetReimburseTypeList"
,
{
...
...
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