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
756cee67
Commit
756cee67
authored
Jul 24, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
6ce2a44f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
1 deletion
+31
-1
reimbursementInfor.vue
pages/teamLeader/reimbursementInfor.vue
+31
-1
No files found.
pages/teamLeader/reimbursementInfor.vue
View file @
756cee67
...
...
@@ -359,6 +359,9 @@
)
{
msg
=
`请选择[`
+
obj
.
UseTime
+
`]车辆币种`
;
}
if
(
msg
==
''
&&!
this
.
$utils
.
checkIsNum
(
child
.
UnitPrice
)){
msg
=
`请输入正确的车金额`
}
// if (msg == '' && child.StartPlace == '' &&
// (obj.ReimburseList.SettlementType > 0 || obj.ReimburseList.Remarks != '' ||
// obj.ReimburseList.VoucherPicList.length > 0 || obj.ReimburseList.CurrencyId ||
...
...
@@ -394,6 +397,9 @@
)
{
msg
=
`请选择酒店币种`
}
if
(
msg
==
''
&&!
this
.
$utils
.
checkIsNum
(
grandson
.
UnitPrice
)){
msg
=
`请输入正确的酒店金额`
}
}
}
}
...
...
@@ -416,6 +422,9 @@
)
{
msg
=
`请选择餐币种`
}
if
(
msg
==
''
&&!
this
.
$utils
.
checkIsNum
(
grandson
.
UnitPrice
)){
msg
=
`请输入正确的餐金额`
}
}
}
}
...
...
@@ -438,6 +447,9 @@
)
{
msg
=
`请选择门票币种`
}
if
(
msg
==
''
&&!
this
.
$utils
.
checkIsNum
(
grandson
.
UnitPrice
)){
msg
=
`请输入正确的门票金额`
}
}
}
}
...
...
@@ -466,6 +478,12 @@
)
{
msg
=
`请选择其他费用币种`
}
if
(
msg
==
''
&&!
this
.
$utils
.
checkIsNum
(
obj
.
UnitPrice
)){
msg
=
`请输入正确的其他费用金额`
}
if
(
msg
==
''
&&!
this
.
$utils
.
checkIsNum
(
obj
.
Rebate
)){
msg
=
`请输入正确的其他费用返佣金额`
}
}
return
msg
...
...
@@ -486,6 +504,10 @@
)
{
msg
=
`请选择自费收入币种`
}
if
(
msg
==
''
&&!
this
.
$utils
.
checkIsNum
(
obj
.
UnitPrice
)){
msg
=
`请输入正确的自费收入金额`
}
}
return
msg
},
...
...
@@ -499,6 +521,12 @@
)
{
msg
=
`请选择自费支出使用时间`
}
if
(
msg
==
''
&&!
this
.
$utils
.
checkIsNum
(
obj
.
UnitPrice
)){
msg
=
`请输入正确的自费支出金额`
}
if
(
msg
==
''
&&!
this
.
$utils
.
checkIsNum
(
obj
.
Rebate
)){
msg
=
`请输入正确的自费支出返佣金额`
}
}
return
msg
},
...
...
@@ -530,6 +558,9 @@
)
{
msg
=
`请选择购物报账币种`
}
if
(
msg
==
''
&&!
this
.
$utils
.
checkIsNum
(
obj
.
ShopMoney
)){
msg
=
`请输入正确的购物金额`
}
}
return
msg
},
...
...
@@ -555,7 +586,6 @@
uni
.
showLoading
({
title
:
'保存中...'
})
return
this
.
apipost
(
"dmcstatistics_post_SetNewLeaderApplyList_V2"
,
this
.
params
,
(
res
)
=>
{
this
.
loading
=
false
;
if
(
res
.
resultCode
==
1
)
{
...
...
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