Commit 6c9b1e3f by qiaoyanqi

只读触发公式后会提示

parent 63f495d4
...@@ -78,7 +78,7 @@ export default { ...@@ -78,7 +78,7 @@ export default {
return return
} }
const tem = this.curBill && this.curBill.getBuillData() || {} const tem = this.curBill && this.curBill.getBuillData() || {}
if (compareData(GMS.oldBillDataMap[this.curTagId], tem) || this.state == 'readOnly') cb(true) if (compareData(GMS.oldBillDataMap[this.curTagId], tem)) cb(true)
else { else {
this.$Modal.confirm({ this.$Modal.confirm({
title: "信息提示", title: "信息提示",
......
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