feat: refs #7280 Second commit
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
3fecba56c0
commit
fe6d1da274
|
@ -2,6 +2,24 @@
|
||||||
<html>
|
<html>
|
||||||
<body v-for="x in xs" style="break-before: page">
|
<body v-for="x in xs" style="break-before: page">
|
||||||
<table>
|
<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>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -19,22 +19,7 @@ module.exports = {
|
||||||
id: {
|
id: {
|
||||||
type: Number,
|
type: Number,
|
||||||
required: true,
|
required: true,
|
||||||
description: 'The item id'
|
description: 'The expedition pallet id'
|
||||||
},
|
|
||||||
warehouseId: {
|
|
||||||
type: Number
|
|
||||||
},
|
|
||||||
packing: {
|
|
||||||
type: Number
|
|
||||||
},
|
|
||||||
copies: {
|
|
||||||
type: Number
|
|
||||||
},
|
|
||||||
userId: {
|
|
||||||
type: Number
|
|
||||||
},
|
|
||||||
typeId: {
|
|
||||||
type: String
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue