新购入库bug修复

This commit is contained in:
hongchao 2025-02-20 22:28:24 +08:00
parent 9e9c12ed10
commit 508fe78007
1 changed files with 5 additions and 5 deletions

View File

@ -3,13 +3,13 @@
<view class="table-list-item">
<uni-forms :model="codeData" label-width="90" :border="true">
<uni-forms-item label="物资名称:" name="typeName">
<text class="form-view">{{ queryParams.maTypeName }}</text>
<text style="line-height: 75rpx;">{{ queryParams.maTypeName }}</text>
</uni-forms-item>
<uni-forms-item label="物资规格:" name="typeModelName">
<text class="form-view">{{ queryParams.typeName }}</text>
<text style="line-height: 75rpx;">{{ queryParams.typeName }}</text>
</uni-forms-item>
<uni-forms-item label="待入库数量:">
<text class="form-view">{{ codeDeviceList.length }}</text>
<text style="line-height: 75rpx;">{{ codeDeviceList.length }}</text>
</uni-forms-item>
</uni-forms>
</view>
@ -48,10 +48,10 @@
<uni-easyinput v-model="codeData.maCode" placeholder="识别编码" @input="onInputChange"/>
</uni-forms-item>
<uni-forms-item label="物资类型:" name="maTypeName">
<text class="form-view">{{ codeData.maTypeName }}</text>
<text style="line-height: 75rpx;">{{ codeData.maTypeName }}</text>
</uni-forms-item>
<uni-forms-item label="规格型号:">
<text class="form-view">{{ codeData.typeName }}</text>
<text style="line-height: 75rpx;">{{ codeData.typeName }}</text>
</uni-forms-item>
</uni-forms>
</scroll-view>