出库-优化
This commit is contained in:
parent
ad6c165ab3
commit
033675abf0
|
|
@ -22,6 +22,9 @@
|
|||
<uni-forms-item label="规格型号:" name="typeName">
|
||||
<span class="form-view">{{ queryParams.typeName }}</span>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="预领数量:" name="preNum">
|
||||
<span class="form-view">{{ queryParams.preNum }}</span>
|
||||
</uni-forms-item>
|
||||
<uni-forms-item label="待出库数量:" name="maxNum">
|
||||
<span class="form-view">{{ maxNum }}</span>
|
||||
</uni-forms-item>
|
||||
|
|
@ -884,6 +887,8 @@ const confirmCodeOutBound = async () => {
|
|||
|
||||
:deep(.uni-forms-item) {
|
||||
margin-bottom: 24rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue