Commit 149fb751 by qiaoyanqi

删除当前代码

parent 56ab16fa
......@@ -79,12 +79,14 @@ export default {
}
const tem = this.curBill && this.curBill.getBuillData() || {}
if (compareData(GMS.oldBillDataMap[this.curTagId], tem) || this.state == 'readOnly') {//如果单据状态是只读的话,就不校验信息变化了
delete GMS.oldBillDataMap[this.curTagId];
cb(true)
} else {
this.$Modal.confirm({
title: "信息提示",
content: "信息发生变化,确认关闭?",
onOk: () => {
delete GMS.oldBillDataMap[this.curTagId];
cb(true)
},
onCancel: () => {
......
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