feat: product receive code
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 11s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 11s
This commit is contained in:
parent
8d8ad40de1
commit
cf67ed3d47
4 changed files with 15 additions and 3 deletions
|
|
@ -160,7 +160,12 @@ const emit = defineEmits<{
|
|||
</q-tooltip>
|
||||
</div>
|
||||
<div class="text-caption app-text-muted">
|
||||
{{ props.row.code || '-' }}
|
||||
{{
|
||||
(props.row.taskOrderStatus === TaskOrderStatus.Complete &&
|
||||
props.row.codeProductReceived
|
||||
? props.row.codeProductReceived
|
||||
: props.row.code) || '-'
|
||||
}}
|
||||
</div>
|
||||
</q-td>
|
||||
<q-td v-if="visibleColumns.includes('issueBranch')">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue