API รับโอน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-07 16:22:10 +07:00
parent 97bb5a279c
commit e103b9faef
3 changed files with 266 additions and 122 deletions

View file

@ -362,7 +362,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
:profile-id="profileId"
:UpdateListId="UpdateListId"
v-if="
statusReport !== true || typeReport == 'ADD' || typeReport == ''
statusReport !== true && typeReport == 'ADD' || typeReport == ''
"
/>
@ -459,11 +459,11 @@ const paginationLabel = (start: number, end: number, total: number) => {
<q-th auto-width />
<q-th
auto-width
v-if="typeReport === 'EDIT' || statusReport !== true"
v-if="typeReport === 'EDIT' && statusReport !== true"
/>
<q-th
auto-width
v-if="typeReport === 'REMOVE' || statusReport !== true"
v-if="typeReport === 'REMOVE' && statusReport !== true"
/>
</q-tr>
</template>
@ -535,7 +535,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
<q-td
auto-width
v-if="typeReport === 'EDIT' || statusReport !== true"
v-if="typeReport === 'EDIT' && statusReport !== true"
>
<q-btn
flat
@ -555,7 +555,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
</q-td>
<q-td
auto-width
v-if="typeReport === 'REMOVE' || statusReport !== true"
v-if="typeReport === 'REMOVE' && statusReport !== true"
>
<q-btn
flat