2/21 界面优化1.5

20240912_adapter
wangwei 1 month ago
parent ca9d365ef8
commit 33f23ce80c

@ -13,7 +13,7 @@
<span style="font-size: 18px;font-weight: bold;color: red" >扫码总数量:</span>
<span style="font-size: 18px;font-weight: bold;color: red">{{ scanReCount }}</span>
</div>
<span style="font-size: 18px;font-weight: bold;color: red"
<span style="font-size: 26px;font-weight: bold;color: red"
v-if="redMesg && this.splitType == 'out'">请先扫取货槽编码</span>
<span style="font-size: 18px;font-weight: bold">{{ curQueueName }}</span>
<el-button-group

@ -6,9 +6,12 @@
<div v-for="(item, index) in detailList" :key="index" class="product-info">
<div class="info-item">
<p class="p-title">产品通用名: {{ item.coName }}</p>
<p class="p-title">规格: {{ item.bzgg }}</p>
<p class="p-title">产品标识: {{ item.nameCode }}</p>
<p class="p-title">制剂规格: {{ item.prepnSpec }}</p>
<p class="p-title">包装规格: {{ item.bzgg }}</p>
<!--<p class="p-title">产品标识: {{ item.nameCode }}</p>-->
<p class="p-title">批次号: {{ item.batchNo }}</p>
<p class="p-title">生产日期: {{ item.productDate }}</p>
<p class="p-title">失效日期: {{ item.expireDate }}</p>
</div>
<div class="count-items">
<p class="p-title">扫码数量: <span class="scan-count">{{ item.count }}</span></p>

Loading…
Cancel
Save