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
5fcec80d
Commit
5fcec80d
authored
Jul 22, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
ed7e1ed4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1080 additions
and
990 deletions
+1080
-990
productInfor2.vue
pages/teamLeader/components/report/productInfor2.vue
+349
-325
productInfor3.vue
pages/teamLeader/components/report/productInfor3.vue
+357
-324
productInfor4.vue
pages/teamLeader/components/report/productInfor4.vue
+354
-324
reimbursementInfor.vue
pages/teamLeader/reimbursementInfor.vue
+20
-13
utils.js
plugin/utils.js
+0
-4
No files found.
pages/teamLeader/components/report/productInfor2.vue
View file @
5fcec80d
This diff is collapsed.
Click to expand it.
pages/teamLeader/components/report/productInfor3.vue
View file @
5fcec80d
This diff is collapsed.
Click to expand it.
pages/teamLeader/components/report/productInfor4.vue
View file @
5fcec80d
This diff is collapsed.
Click to expand it.
pages/teamLeader/reimbursementInfor.vue
View file @
5fcec80d
...
...
@@ -89,34 +89,37 @@
</headeDatas>
</view>
<!-- 车信息-->
<productInfor1
v-if=
"params.type==1"
:data=
"params"
:dataIndex1=
"params.dataIndex1"
@
change=
"getNewData"
:optionList=
"busTypeList"
>
<productInfor1
v-if=
"params.type==1"
:data=
"params"
:dataIndex1=
"params.dataIndex1"
@
change=
"getNewData"
:optionList=
"busTypeList"
>
</productInfor1>
<!-- 酒店信息-->
<productInfor2
:data=
"params"
v-if=
"params.type==2"
@
change=
"getNewData"
:optionList=
"hotelTypeList"
>
<productInfor2
v-else-if=
"params.type==2"
:data=
"params"
:dataIndex2=
"params.dataIndex2"
@
change=
"getNewData"
:optionList=
"hotelTypeList"
>
</productInfor2>
<!-- 餐食信息-->
<productInfor3
:data=
"params"
v-else-if=
"params.type==3"
@
change=
"getNewData"
:optionList=
"diningTypeList"
>
<productInfor3
v-else-if=
"params.type==3"
:data=
"params"
:dataIndex3=
"params.dataIndex3"
@
change=
"getNewData"
:optionList=
"diningTypeList"
>
</productInfor3>
<!-- 门票信息-->
<productInfor4
:data=
"params"
v-else-if=
"params.type==
4"
@
change=
"getNewData"
:optionList=
"scenicTypeList"
>
<productInfor4
v-else-if=
"params.type==4"
:data=
"params"
:dataIndex4=
"params.dataIndex
4"
@
change=
"getNewData"
:optionList=
"scenicTypeList"
>
</productInfor4>
<!-- 其它信息-->
<otherInfor1
:currencyList=
"currencyList"
:data=
"params"
v-else-if=
"params.type==5
"
@
change=
"getNewData"
<otherInfor1
v-else-if=
"params.type==5"
:currencyList=
"currencyList"
:data=
"params
"
@
change=
"getNewData"
:options=
"otherTypeList"
></otherInfor1>
<!-- 小费收入-->
<otherInfor2
:currencyList=
"currencyList"
:data=
"params"
v-else-if=
"params.type==6
"
@
change=
"getNewData"
>
<otherInfor2
v-else-if=
"params.type==6"
:currencyList=
"currencyList"
:data=
"params
"
@
change=
"getNewData"
>
</otherInfor2>
<!-- 团费小计-->
<otherInfor3
:currencyList=
"currencyList"
:data=
"params"
v-else-if=
"params.type==7
"
@
change=
"getNewData"
>
<otherInfor3
v-else-if=
"params.type==7"
:currencyList=
"currencyList"
:data=
"params
"
@
change=
"getNewData"
>
</otherInfor3>
<!-- 自费收入-->
<otherInfor4
:currencyList=
"currencyList"
:data=
"params"
v-else-if=
"params.type==8
"
@
change=
"getNewData"
>
<otherInfor4
v-else-if=
"params.type==8"
:currencyList=
"currencyList"
:data=
"params
"
@
change=
"getNewData"
>
</otherInfor4>
<!-- 自费支出-->
<otherInfor5
:currencyList=
"currencyList"
:data=
"params"
v-else-if=
"params.type==9
"
@
change=
"getNewData"
>
<otherInfor5
v-else-if=
"params.type==9"
:currencyList=
"currencyList"
:data=
"params
"
@
change=
"getNewData"
>
</otherInfor5>
<!-- 购物报账-->
<otherInfor6
:currencyList=
"currencyList"
:data=
"params"
v-else-if=
"params.type==10
"
@
change=
"getNewData"
<otherInfor6
v-else-if=
"params.type==10"
:currencyList=
"currencyList"
:data=
"params
"
@
change=
"getNewData"
:options=
"shopTypeList"
></otherInfor6>
</scroll-view>
<view
v-if=
"params.IsOperation==0"
class=
"saveBox"
@
click=
"saveData"
>
...
...
@@ -534,9 +537,12 @@
}
if
(
this
.
loading
)
return
this
.
loading
=
true
uni
.
showLoading
()
uni
.
showLoading
({
title
:
'保存中...'
})
this
.
apipost
(
"dmcstatistics_post_SetNewLeaderApplyList_V2"
,
this
.
params
,
(
res
)
=>
{
console
.
log
(
"dmcstatistics_post_SetNewLeaderApplyList_V2"
,
JSON
.
parse
(
JSON
.
stringify
(
res
.
data
)));
console
.
log
(
"dmcstatistics_post_SetNewLeaderApplyList_V2"
,
JSON
.
parse
(
JSON
.
stringify
(
res
.
data
)));
if
(
res
.
resultCode
==
1
)
{
this
.
loading
=
false
uni
.
showToast
({
...
...
@@ -569,7 +575,8 @@
init
()
{
uni
.
showLoading
()
this
.
apipost
(
"dmcstatistics_post_GetNewLeaderPayMoneyStatics"
,
this
.
msg
,
(
res
)
=>
{
console
.
log
(
"dmcstatistics_post_GetNewLeaderPayMoneyStatics"
,
JSON
.
parse
(
JSON
.
stringify
(
res
.
data
)));
console
.
log
(
"dmcstatistics_post_GetNewLeaderPayMoneyStatics"
,
JSON
.
parse
(
JSON
.
stringify
(
res
.
data
)));
if
(
res
.
resultCode
==
1
)
{
this
.
params
=
res
.
data
;
for
(
let
i
=
1
;
i
<
5
;
i
++
)
{
...
...
plugin/utils.js
View file @
5fcec80d
...
...
@@ -239,13 +239,11 @@ function goZanYangUrl() {
//验证只能输入2位小数【负数:isMinus传true】
function
checkPrice
(
value
,
isMinus
)
{
console
.
log
(
"checkPrice1"
,
value
);
var
newValue
=
''
;
if
(
value
)
{
newValue
=
value
+
''
;
}
var
t
=
newValue
.
length
>
0
?
newValue
[
0
]
:
''
;
console
.
log
(
"checkPrice2"
,
newValue
);
newValue
=
newValue
.
replace
(
/
[^\d
.
]
/g
,
''
);
//清除“数字”和“.”以外的字符
newValue
=
newValue
.
replace
(
/
\.{2,}
/g
,
'.'
);
//只保留第一个. 清除多余的
newValue
=
newValue
...
...
@@ -263,12 +261,10 @@ function checkPrice(value, isMinus) {
//验证只能输入整数【负数:isMinus传true】
function
checkInteger
(
value
,
isMinus
)
{
console
.
log
(
"checkInteger1"
,
value
)
var
newValue
=
''
;
if
(
value
)
{
newValue
=
value
+
''
;
}
console
.
log
(
"checkInteger2"
,
newValue
)
var
t
=
newValue
.
length
>
0
?
newValue
[
0
]
:
''
;
newValue
=
newValue
.
replace
(
/
[^\d]
/g
,
''
);
//是否允许负数
...
...
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