|
|
@@ -184,7 +184,7 @@
|
|
|
<el-table-column
|
|
|
label="计量库存数量"
|
|
|
prop="availableCountBase"
|
|
|
- width="220"
|
|
|
+ width="300"
|
|
|
show-overflow-tooltip
|
|
|
>
|
|
|
<template slot-scope="{ row, $index }">
|
|
|
@@ -195,7 +195,13 @@
|
|
|
>{{ it.name ? it.name : it.warehouse_name }}库存数:<span
|
|
|
style="color: green"
|
|
|
>{{ it.availableCountBase }}</span
|
|
|
- >{{ row.measuringUnit }}</span
|
|
|
+ >{{ row.measuringUnit }},
|
|
|
+ <span v-if="it.lockQuantity || it.lockQuantity == 0"
|
|
|
+ >锁库数:<span style="color: red">{{
|
|
|
+ it.lockQuantity
|
|
|
+ }}</span
|
|
|
+ >{{ row.measuringUnit }}
|
|
|
+ </span></span
|
|
|
>
|
|
|
</div>
|
|
|
</template>
|