delete: columnas que ya no existen en la tabla
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
16c20e4700
commit
d3a9e9ac89
|
@ -12,21 +12,12 @@
|
|||
"id": true,
|
||||
"description": "Identifier"
|
||||
},
|
||||
"shelve": {
|
||||
"type": "string"
|
||||
},
|
||||
"shelvingFk": {
|
||||
"type": "string"
|
||||
},
|
||||
"itemFk": {
|
||||
"type": "number"
|
||||
},
|
||||
"deep": {
|
||||
"type": "number"
|
||||
},
|
||||
"quantity": {
|
||||
"type": "number"
|
||||
},
|
||||
"created": {
|
||||
"type": "date"
|
||||
}
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
<vn-td number>{{::itemShelvingSale.quantity}}</vn-td>
|
||||
<vn-td number>{{::itemShelvingSale.userFk}}</vn-td>
|
||||
<vn-td shrink>{{::itemShelvingSale.itemShelving.shelvingFk}}</vn-td>
|
||||
<vn-td shrink>{{::itemShelvingSale.state}}</vn-td>
|
||||
<vn-td shrink>{{::itemShelvingSale.itemShelving.shelving.parking.code}}</vn-td>
|
||||
<vn-td expand>{{::itemShelvingSale.created | date: 'dd/MM/yyyy HH:mm'}}</vn-td>
|
||||
</vn-tr>
|
||||
</vn-tbody>
|
||||
|
|
Loading…
Reference in New Issue