feat: refs #7280 Second commit
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Guillermo Bonet 2025-01-09 14:19:07 +01:00
parent 3fecba56c0
commit fe6d1da274
2 changed files with 20 additions and 17 deletions

View File

@ -2,6 +2,24 @@
<html>
<body v-for="x in xs" style="break-before: page">
<table>
<tbody>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html>

View File

@ -19,22 +19,7 @@ module.exports = {
id: {
type: Number,
required: true,
description: 'The item id'
},
warehouseId: {
type: Number
},
packing: {
type: Number
},
copies: {
type: Number
},
userId: {
type: Number
},
typeId: {
type: String
description: 'The expedition pallet id'
}
}
};