fix:11加物料系列、18加执行车间

This commit is contained in:
shijing 2025-04-30 08:57:53 +08:00
parent 0afb82db04
commit 3dea816cb7
2 changed files with 6 additions and 0 deletions

View File

@ -190,6 +190,11 @@
min-width="100" min-width="100"
> >
</el-table-column> </el-table-column>
<el-table-column
label="物料系列"
prop="物料系列"
>
</el-table-column>
<el-table-column <el-table-column
label="月份" label="月份"
prop="月" prop="月"

View File

@ -200,6 +200,7 @@
<el-table-column label="出入库类型"> <el-table-column label="出入库类型">
<span>{{ mio_type_name }}</span> <span>{{ mio_type_name }}</span>
</el-table-column> </el-table-column>
<el-table-column label="执行车间" prop="执行车间"></el-table-column>
<template <template
v-if=" v-if="
queryType == '月' && queryType == '月' &&