基础分类、分切输送线

This commit is contained in:
lyd
2022-10-12 19:24:34 +08:00
parent 811d570260
commit f5a18cd639
14 changed files with 426 additions and 97 deletions

View File

@@ -228,7 +228,11 @@
<el-table-column prop="ivt_qty" label="库存数" :formatter="crud.formatNum3"/>
<el-table-column prop="qty_unit_name" label="计量单位" />
<el-table-column prop="instorage_time" label="入库时间" min-width="120" show-overflow-tooltip />
<el-table-column prop="product_area" label="生产区域" />
<el-table-column prop="product_area" label="生产区域" >
<template slot-scope="scope">
{{ dict.label.product_area[scope.row.product_area] }}
</template>
</el-table-column>
<el-table-column prop="point_location" label="位置" >
<template slot-scope="scope">
{{ dict.label.point_location[scope.row.point_location] }}