修复-会计-供应商-发票账单新增明细行标题显示错位了

This commit is contained in:
hyyy
2025-01-14 16:18:34 +08:00
parent 7de2e98464
commit 357bb15e72

View File

@@ -141,6 +141,9 @@ patch(ListRenderer.prototype, 'jikimo_frontend.ListRenderer', {
this.setRequired()
this.listherHeaderBodyNum()
})
owl.onPatched(() => {
this.listherHeaderBodyNum()
})
return this._super(...arguments);
},
setRequired() {