Commit 6de7bb3e authored by 任鸿志's avatar 任鸿志

refactor(jiesuan): 优化医保审核窗口提示信息

- 在多个组件中更新了医保审核窗口的提示信息
- 移除了具体的窗口号码,使提示信息更加通用
parent 427b0c86
...@@ -1835,7 +1835,7 @@ export default { ...@@ -1835,7 +1835,7 @@ export default {
qrjsmiss(e) { qrjsmiss(e) {
if (this.typelistno == 'UNKNOWN') { if (this.typelistno == 'UNKNOWN') {
this.$message({ this.$message({
message: '请到15号医保审核窗口,审核后缴费!', message: '请到医保审核窗口,审核后缴费!',
type: 'error', type: 'error',
}) })
} }
......
...@@ -1434,7 +1434,7 @@ export default { ...@@ -1434,7 +1434,7 @@ export default {
this.saveLoding = true this.saveLoding = true
if (this.typelistno == 'UNKNOWN') { if (this.typelistno == 'UNKNOWN') {
this.$message({ this.$message({
message: '请到15号医保审核窗口,审核后缴费!', message: '请到医保审核窗口,审核后缴费!',
type: 'error', type: 'error',
}) })
this.saveLoding = false this.saveLoding = false
......
...@@ -1609,7 +1609,7 @@ export default { ...@@ -1609,7 +1609,7 @@ export default {
qrjsmiss(e) { qrjsmiss(e) {
if (this.typelistno == 'UNKNOWN') { if (this.typelistno == 'UNKNOWN') {
this.$message({ this.$message({
message: '请到15号医保审核窗口,审核后缴费!', message: '请到医保审核窗口,审核后缴费!',
type: 'error', type: 'error',
}) })
} }
......
...@@ -1570,7 +1570,7 @@ export default { ...@@ -1570,7 +1570,7 @@ export default {
qrjsmiss(e) { qrjsmiss(e) {
if (this.typelistno == 'UNKNOWN') { if (this.typelistno == 'UNKNOWN') {
this.$message({ this.$message({
message: '请到15号医保审核窗口,审核后缴费!', message: '请到医保审核窗口,审核后缴费!',
type: 'error', type: 'error',
}) })
} }
......
...@@ -1768,7 +1768,7 @@ export default { ...@@ -1768,7 +1768,7 @@ export default {
qrjsmiss(e) { qrjsmiss(e) {
if (this.typelistno == 'UNKNOWN') { if (this.typelistno == 'UNKNOWN') {
this.$message({ this.$message({
message: '请到15号医保审核窗口,审核后缴费!', message: '请到医保审核窗口,审核后缴费!',
type: 'error', type: 'error',
}) })
} }
......
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