Manual Invoice / BA

This commit is contained in:
Dillon Ngo
2025-11-11 08:58:15 +08:00
parent 810bca98a2
commit 4ebcdc8af4
@@ -222,6 +222,10 @@
})
},
disabledMyr(){
if (this.data.id === 14 || this.data.id === 15) { //default for service type manual / banking invoice
return false;
}
if (!this.currentSegmentNames.includes('enable enter MYR rate')) {
return true;
}