no message
This commit is contained in:
parent
a42204e880
commit
8ba9a0c1db
1 changed files with 5 additions and 3 deletions
|
|
@ -111,7 +111,9 @@ const editDetail = (
|
|||
dataProp.value.push({
|
||||
isNewModel:isNewModel.value
|
||||
})
|
||||
return dataProp
|
||||
}
|
||||
|
||||
}
|
||||
GetId(dataProp);
|
||||
console.log(dataProp)
|
||||
|
|
@ -684,7 +686,7 @@ const save = () => {
|
|||
round
|
||||
size="14px"
|
||||
icon="mdi-information-outline"
|
||||
@click="editDetail(props.row, 'waitInfo')"
|
||||
@click="editDetail(props.row, 'waitInfo',props.row.position)"
|
||||
/>
|
||||
<q-btn
|
||||
color="red"
|
||||
|
|
@ -693,7 +695,7 @@ const save = () => {
|
|||
round
|
||||
size="14px"
|
||||
icon="mdi-account-remove"
|
||||
@click="editDetail(props.row, 'cancel')"
|
||||
@click="editDetail(props.row, 'cancel',props.row.position)"
|
||||
/>
|
||||
</div>
|
||||
<div v-else-if="props.row.Status === 'ยังไม่บรรจุ'">
|
||||
|
|
@ -713,7 +715,7 @@ const save = () => {
|
|||
round
|
||||
size="14px"
|
||||
icon="mdi-account-remove"
|
||||
@click="editDetail(props.row, 'cancel')"
|
||||
@click="editDetail(props.row, 'cancel',props.row.position)"
|
||||
/>
|
||||
</div>
|
||||
<div v-else align="right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue