Commit c822fa60 authored by 任鸿志's avatar 任鸿志

代缴费不为零提示

parent fcb9b66c
......@@ -1860,7 +1860,7 @@ export default {
this.sureshow = true
if (this.form.djf > 0) {
this.$message({
message: '待缴费不为0,请先充值缴费',
message: '院内余额不足,请充值'+this.form.djf+'元后进行缴费缴费',
type: 'warning',
})
this.sureshow = false
......
......@@ -1804,7 +1804,7 @@ export default {
this.sureshow = true
if (this.form.djf > 0) {
this.$message({
message: '待缴费不为0,请先充值缴费',
message: '院内余额不足,请充值'+this.form.djf+'元后进行缴费缴费',
type: 'warning',
})
this.sureshow = false
......
......@@ -1611,7 +1611,7 @@ export default {
this.sureshow = true
if (this.form.djf > 0) {
this.$message({
message: '待缴费不为0,请先充值缴费',
message: '院内余额不足,请充值'+this.form.djf+'元后进行缴费缴费',
type: 'warning',
})
this.sureshow = false
......
......@@ -1568,7 +1568,7 @@ export default {
this.sureshow = true
if (this.form.djf > 0) {
this.$message({
message: '待缴费不为0,请先充值缴费',
message: '院内余额不足,请充值'+this.form.djf+'元后进行缴费缴费',
type: 'warning',
})
this.sureshow = false
......
......@@ -1770,7 +1770,7 @@ export default {
this.sureshow = true
if (this.form.djf > 0) {
this.$message({
message: '待缴费不为0,请先充值缴费',
message: '院内余额不足,请充值'+this.form.djf+'元后进行缴费缴费',
type: 'warning',
})
this.sureshow = false
......
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