Commit 5c4857f3 authored by 黄卓's avatar 黄卓

入仓货物属性

parent 59fd9ded
......@@ -35,9 +35,9 @@
label="入库货物属性">
<template v-slot="{row}">
品牌:{{ row.brand !== '0' ? '' : '' }}<br>
箱数:{{ row.num }}<br>
体积:{{ row.volume }}<br>
重量:{{ row.weight }}Kg
箱数:{{ row.warehouseInInfoVO.cartonsNum }}<br>
体积:{{ row.warehouseInInfoVO.volume }}<br>
重量:{{ row.warehouseInInfoVO.weight }}Kg
</template>
</el-table-column>
<el-table-column
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment