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

代缴费不为零提示

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