从页面优化单据的编辑和删除提示
This commit is contained in:
parent
746dccd4b9
commit
f0fa08c670
@ -80,14 +80,14 @@ export const BillListMixin = {
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.$message.warning("抱歉,只有未审核的单据才能编辑!")
|
||||
this.$message.warning("抱歉,只有未审核的单据才能编辑,请先进行反审核!")
|
||||
}
|
||||
},
|
||||
myHandleDelete(record) {
|
||||
if(record.status === '0') {
|
||||
this.handleDelete(record.id)
|
||||
} else {
|
||||
this.$message.warning("抱歉,只有未审核的单据才能删除!")
|
||||
this.$message.warning("抱歉,只有未审核的单据才能删除,请先进行反审核!")
|
||||
}
|
||||
},
|
||||
myHandleDetail(record, type, prefixNo) {
|
||||
|
||||
@ -60,14 +60,14 @@ export const FinancialListMixin = {
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.$message.warning("抱歉,只有未审核的单据才能编辑!")
|
||||
this.$message.warning("抱歉,只有未审核的单据才能编辑,请先进行反审核!")
|
||||
}
|
||||
},
|
||||
myHandleDelete(record) {
|
||||
if(record.status === '0') {
|
||||
this.handleDelete(record.id)
|
||||
} else {
|
||||
this.$message.warning("抱歉,只有未审核的单据才能删除!")
|
||||
this.$message.warning("抱歉,只有未审核的单据才能删除,请先进行反审核!")
|
||||
}
|
||||
},
|
||||
myHandleDetail(record, type, prefixNo) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user