Commit b59a723f authored by qhr's avatar qhr

是否免税bug修改

parent 7d91fd7f
......@@ -283,7 +283,7 @@ export default {
} else {
isVirtualFlag = false
}
if(this.header.hasTaxExemption === '是'){
if (this.header.hasTaxExemption === '是') {
isVirtualFlag = true
}
const targetArr = this.formFileds[0].data.filter(item => item.title === '税率' || item.title === '含税单价')
......@@ -392,7 +392,6 @@ export default {
},
// 重设表单
resetForm() {
console.log('resetForm');
this.header = this.basicData
if (!this.header) return
this.$set(this.form, 'supplier', this.header.supplierFullName.label || '')
......
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