Commit 756cee67 authored by youjie's avatar youjie

no message

parent 6ce2a44f
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment