fix:修复

20240912_adapter
chenhc 3 months ago
parent c072015e22
commit 4af8b8cccb

@ -33,43 +33,43 @@
<div class="centered-container">
<span :style="{
color: slot.cpmctymc ? 'green' : 'black',
fontSize:`${14 + 30/row.sysWorkplaceQueues.length}px` ,
fontSize:`${16 + 30/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold'
}">
{{ slot.cpmctymc ? slot.cpmctymc: "暂未绑定"}}
</span>
<span v-if="slot.cpmctymc" :style="{
color: 'orange',
color: 'black',
fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold'
}">当前库存: <span :style="{
color: 'green',
fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` ,
fontSize:`${12 + 20/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold'
}">{{ slot.reCount }}
</span> </span>
<span v-if="slot.cpmctymc":style="{
color: 'orange',
color: 'black',
fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold'
}">最大库存:<span :style="{
color: 'green',
fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` ,
fontSize:`${12 + 20/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold'
}">{{ slot.maxDrugCount }}
</span></span>
<span v-if="slot.cpmctymc" :style="{
color: 'orange',
color: 'black',
fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold'
}">预警信息:<span :style="{
color: slot.reCount <= slot.remindCount ? 'red' : 'green',
fontSize:`${10 + 20/row.sysWorkplaceQueues.length}px` ,
color: slot.reCount <= 0? 'red': slot.reCount <= slot.remindCount?'orange':'green' ,
fontSize:`${12 + 20/row.sysWorkplaceQueues.length}px` ,
fontWeight: 'bold'
}">{{ slot.reCount <= slot.remindCount?'不足':'正常' }}
}">{{ slot.reCount <= 0? '无库存': slot.reCount <= slot.remindCount?'低库存':'正常' }}
</span></span>
</div>

Loading…
Cancel
Save