fix:玻纤工序变动

This commit is contained in:
shijing 2024-12-11 14:56:28 +08:00
parent cce2c8e395
commit 8bf82762bc
2 changed files with 16 additions and 4 deletions

View File

@ -47,14 +47,18 @@
prop="cate"
min-width="150"
></el-table-column>
<el-table-column label="批号追加设备" min-width="60">
<el-table-column label="批号追加设备" min-width="60" v-if="baseCode!=='bxerp'">
<template #default="scope">
<el-tag type="success" v-if="scope.row.batch_append_equip">
</el-tag>
<!-- <el-icon v-if="scope.row.batch_append_equip" color="green">
<CircleCheckFilled />
</el-icon> -->
</template>
</el-table-column>
<el-table-column label="是否自检" min-width="60" v-if="baseCode =='bxerp'">
<template #default="scope">
<el-tag type="success" v-if="scope.row.into_wm_mgroup">
</el-tag>
</template>
</el-table-column>
<el-table-column label="交接到工段" min-width="60">
@ -147,6 +151,7 @@ export default {
50: "加工工具",
60: "辅助工装",
},
baseCode :this.$TOOL.data.get('BASE_INFO').base.base_code
};
},
methods: {

View File

@ -45,6 +45,13 @@
></el-switch>
</el-form-item>
</el-col>
<el-col :span="12" v-if="baseCode=='bxerp'">
<el-form-item label="是否自检">
<el-switch
v-model="form.into_wm_mgroup"
></el-switch>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="交接到工段">
<el-switch