Commit 914cee937f0bfbfc911b795e8cc3f5cd00767c52
1 parent
8dbf6ee2f1
Exists in
master
and in
3 other branches
enable fee type fields while make payment
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
src/pages/Account/invoice.vue
... | ... | @@ -397,7 +397,6 @@ |
397 | 397 | placeholder="fill your Amount" |
398 | 398 | v-model="feeType.amount" |
399 | 399 | type="number" |
400 | - disabled | |
401 | 400 | ></v-text-field> |
402 | 401 | </td> |
403 | 402 | <!-- <td |
... | ... | @@ -410,7 +409,6 @@ |
410 | 409 | placeholder="fill your Discount" |
411 | 410 | v-model="feeType.discount" |
412 | 411 | type="number" |
413 | - disabled | |
414 | 412 | ></v-text-field> |
415 | 413 | </td> |
416 | 414 | <td class="tdFeeType" disabled>{{ feeType.subTotal }}</td> |
... | ... | @@ -419,7 +417,6 @@ |
419 | 417 | placeholder="fill your Paid Amount" |
420 | 418 | v-model="feeType.paidAmount" |
421 | 419 | type="number" |
422 | - :disabled="disabled" | |
423 | 420 | ></v-text-field> |
424 | 421 | </td> |
425 | 422 | <td class="tdFeeType" v-if="invoiceData.paymentStatus == ''"> |
... | ... | @@ -427,7 +424,6 @@ |
427 | 424 | placeholder="fill your Paid Amount" |
428 | 425 | v-model="feeType.paidAmount" |
429 | 426 | type="number" |
430 | - :disabled="disabled" | |
431 | 427 | ></v-text-field> |
432 | 428 | </td> |
433 | 429 | <td |
... | ... | @@ -438,7 +434,6 @@ |
438 | 434 | placeholder="fill your Paid Amount" |
439 | 435 | v-model="feeType.paidAmount" |
440 | 436 | type="number" |
441 | - disabled | |
442 | 437 | ></v-text-field> |
443 | 438 | </td> |
444 | 439 | <td class="tdFeeType"> | ... | ... |