fix: 列表功能展示优化,必填字段修改。

This commit is contained in:
tianyongbao
2024-12-14 00:32:44 +08:00
parent 64582ae57e
commit 12267711b6
5 changed files with 67 additions and 61 deletions

View File

@@ -75,7 +75,7 @@
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.medicineName" size="30rpx" color="#333333" :bold="true"></u--text>
:text="item.medicineName+'入库'+item.quantity +dictStr(item.packageUnit, packageUnitList)" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">
<text class="row-label">购买时间</text>
@@ -89,14 +89,14 @@
<text class="row-label">入库编号</text>
<text class="row-value">{{ item.code }}</text>
</view>
<view class="item-row">
<!-- <view class="item-row">
<text class="row-label">入库数量</text>
<text class="row-value">{{ item.quantity }}</text>
</view>
<view class="item-row">
</view> -->
<!-- <view class="item-row">
<text class="row-label">包装单位</text>
<text class="row-value">{{ dictStr(item.packageUnit, packageUnitList) }}</text>
</view>
</view> -->
<view class="item-row">
<text class="row-label">过期日期</text>