Add styles, warnings template for receiving component
This commit is contained in:
parent
7436d414c0
commit
c4ea9758d3
|
@ -96,6 +96,8 @@
|
|||
<p>{{ row.unexpected_alert }}</p>
|
||||
</div>
|
||||
|
||||
<slot name="warnings" :row="row"></slot>
|
||||
|
||||
<br />
|
||||
|
||||
<div v-if="shouldShowQuickReceive">
|
||||
|
@ -347,3 +349,11 @@ export default {
|
|||
},
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
table.receiving-quantities td {
|
||||
padding: 0px 10px 0px 0px;
|
||||
}
|
||||
.input.receiving-quantity-input {
|
||||
width: 10rem;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue