Commit 31a2d696 by qiaoyanqi

信息发生变化

parent 1b611e3c
...@@ -78,8 +78,7 @@ export default { ...@@ -78,8 +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' || GMS.billDataChangeChecked) { if (compareData(GMS.oldBillDataMap[this.curTagId], tem) || this.state == 'readOnly') {//如果单据状态是只读的话,就不校验信息变化了
delete GMS.billDataChangeChecke
cb(true) cb(true)
} else { } else {
this.$Modal.confirm({ this.$Modal.confirm({
......
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