fix:光芯统计分析->库存统计隐藏型号、规格
This commit is contained in:
parent
565af72322
commit
45e51885bc
|
|
@ -46,6 +46,7 @@
|
||||||
:filters="nameFilters1"
|
:filters="nameFilters1"
|
||||||
:filter-method="filterName1"
|
:filter-method="filterName1"
|
||||||
filter-placement="bottom-end"/>
|
filter-placement="bottom-end"/>
|
||||||
|
<!-- 光芯不要这两列 -->
|
||||||
<el-table-column label="型号" prop="material_model"
|
<el-table-column label="型号" prop="material_model"
|
||||||
:filters="modelFilters1"
|
:filters="modelFilters1"
|
||||||
:filter-method="filterModel1"
|
:filter-method="filterModel1"
|
||||||
|
|
@ -54,6 +55,7 @@
|
||||||
:filters="specsFilters1"
|
:filters="specsFilters1"
|
||||||
:filter-method="filterSpecs1"
|
:filter-method="filterSpecs1"
|
||||||
filter-placement="bottom-end"/>
|
filter-placement="bottom-end"/>
|
||||||
|
<!-- 光芯不要这两列 -->
|
||||||
<el-table-column prop="dept_name" label="完成车间"
|
<el-table-column prop="dept_name" label="完成车间"
|
||||||
:filters="deptFilters1"
|
:filters="deptFilters1"
|
||||||
:filter-method="filterDept1"
|
:filter-method="filterDept1"
|
||||||
|
|
@ -75,14 +77,18 @@
|
||||||
:filters="nameFilters11"
|
:filters="nameFilters11"
|
||||||
:filter-method="filterName11"
|
:filter-method="filterName11"
|
||||||
filter-placement="bottom-end"/>
|
filter-placement="bottom-end"/>
|
||||||
|
<!-- 光芯不要这两列 -->
|
||||||
<el-table-column label="型号" prop="model"
|
<el-table-column label="型号" prop="model"
|
||||||
|
v-if="project_code!=='gx'"
|
||||||
:filters="modelFilters11"
|
:filters="modelFilters11"
|
||||||
:filter-method="filterModel11"
|
:filter-method="filterModel11"
|
||||||
filter-placement="bottom-end"/>
|
filter-placement="bottom-end"/>
|
||||||
<el-table-column label="规格" prop="specification"
|
<el-table-column label="规格" prop="specification"
|
||||||
|
v-if="project_code!=='gx'"
|
||||||
:filters="specsFilters11"
|
:filters="specsFilters11"
|
||||||
:filter-method="filterSpecs11"
|
:filter-method="filterSpecs11"
|
||||||
filter-placement="bottom-end"/>
|
filter-placement="bottom-end"/>
|
||||||
|
<!-- 光芯不要这两列 -->
|
||||||
<el-table-column label="库存总数" prop="count_mb"/>
|
<el-table-column label="库存总数" prop="count_mb"/>
|
||||||
<el-table-column label="周预估值" v-if="params.type == 30">
|
<el-table-column label="周预估值" v-if="params.type == 30">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
|
@ -260,6 +266,7 @@ export default {
|
||||||
{ id: 40, name: "辅助材料" },
|
{ id: 40, name: "辅助材料" },
|
||||||
{ id: 70, name: "办公用品" },
|
{ id: 70, name: "办公用品" },
|
||||||
],
|
],
|
||||||
|
project_code : this.$TOOL.data.get("BASE_INFO").base.base_code,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue