dev
This commit is contained in:
parent
1e5c2c9b4a
commit
71befb8a91
|
|
@ -38,7 +38,6 @@ const isZeroInventory = (item: any) => {
|
||||||
<div class="image"/>
|
<div class="image"/>
|
||||||
<div class="item-content">
|
<div class="item-content">
|
||||||
<div class="item-name">{{ item.name }}</div>
|
<div class="item-name">{{ item.name }}</div>
|
||||||
<div class="item-name-font">剩余库存值</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="item-right">
|
<div class="item-right">
|
||||||
<div class="wholeNumber">{{ item.inventoryWholeNumber }}
|
<div class="wholeNumber">{{ item.inventoryWholeNumber }}
|
||||||
|
|
|
||||||
|
|
@ -38,13 +38,7 @@ const isExpire = (item: any) => {
|
||||||
:class="isExpire(item) ? 'item__danger' : 'item__warn'">
|
:class="isExpire(item) ? 'item__danger' : 'item__warn'">
|
||||||
<div class="image"/>
|
<div class="image"/>
|
||||||
<div class="item-content">
|
<div class="item-content">
|
||||||
<el-tooltip
|
|
||||||
effect="dark"
|
|
||||||
:content="item.name"
|
|
||||||
placement="bottom-start"
|
|
||||||
>
|
|
||||||
<div class="item-name">{{ item.name }}</div>
|
<div class="item-name">{{ item.name }}</div>
|
||||||
</el-tooltip>
|
|
||||||
<div class="item-name-font">
|
<div class="item-name-font">
|
||||||
<span>{{ item.whole_number }}{{ item.packaging_unit }}</span>
|
<span>{{ item.whole_number }}{{ item.packaging_unit }}</span>
|
||||||
<span v-if="item.fragment_number>0">{{
|
<span v-if="item.fragment_number>0">{{
|
||||||
|
|
@ -146,6 +140,7 @@ const isExpire = (item: any) => {
|
||||||
.item-right {
|
.item-right {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
.item-right-num {
|
.item-right-num {
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue