item billing information checkbox issue fix
This commit is contained in:
parent
47403cba46
commit
21c43e2308
2
resources/assets/js/views/common/items.js
vendored
2
resources/assets/js/views/common/items.js
vendored
@ -106,6 +106,7 @@ const app = new Vue({
|
||||
}
|
||||
|
||||
this.sale_information = true;
|
||||
this.form.sale_price = '';
|
||||
} else {
|
||||
if (! this.form.sale_information) {
|
||||
this.sale_information = false;
|
||||
@ -113,6 +114,7 @@ const app = new Vue({
|
||||
}
|
||||
|
||||
this.purchase_information = true;
|
||||
this.form.purchase_price = '';
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user