This commit is contained in:
Viet An
2026-06-19 15:55:16 +07:00
parent f491f82f43
commit cb5d63b064
3 changed files with 38 additions and 30 deletions

View File

@@ -215,10 +215,9 @@ provide("pos", {
<p class="control">
<input
class="input is-small"
type="email"
:value="activeCart.customer__fullname"
placeholder="Name"
disabled
type="text"
v-model="orderInfo.receiver_name"
placeholder="Tên"
/>
</p>
</div>
@@ -227,10 +226,9 @@ provide("pos", {
<p class="control">
<input
class="input is-small"
type="email"
:value="activeCart.customer__phone"
placeholder="Phone"
disabled
type="text"
v-model="orderInfo.receiver_phone"
placeholder="SĐT"
/>
</p>
</div>