fix: 烘烤暂存区显示
This commit is contained in:
@@ -86,23 +86,23 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<!-- <el-form-item :label="$t('Point.search.lock_type')">-->
|
||||
<!-- <el-select-->
|
||||
<!-- v-model="query.lock_type"-->
|
||||
<!-- clearable-->
|
||||
<!-- filterable-->
|
||||
<!-- size="mini"-->
|
||||
<!-- :placeholder="$t('Point.search.lock_type')"-->
|
||||
<!-- class="filter-item"-->
|
||||
<!-- @change="hand"-->
|
||||
<!-- >-->
|
||||
<!-- <el-option-->
|
||||
<!-- v-for="item in dict.d_lock_type"-->
|
||||
<!-- :label="item.label"-->
|
||||
<!-- :value="item.value"-->
|
||||
<!-- />-->
|
||||
<!-- </el-select>-->
|
||||
<!-- </el-form-item>-->
|
||||
<!-- <el-form-item :label="$t('Point.search.lock_type')">-->
|
||||
<!-- <el-select-->
|
||||
<!-- v-model="query.lock_type"-->
|
||||
<!-- clearable-->
|
||||
<!-- filterable-->
|
||||
<!-- size="mini"-->
|
||||
<!-- :placeholder="$t('Point.search.lock_type')"-->
|
||||
<!-- class="filter-item"-->
|
||||
<!-- @change="hand"-->
|
||||
<!-- >-->
|
||||
<!-- <el-option-->
|
||||
<!-- v-for="item in dict.d_lock_type"-->
|
||||
<!-- :label="item.label"-->
|
||||
<!-- :value="item.value"-->
|
||||
<!-- />-->
|
||||
<!-- </el-select>-->
|
||||
<!-- </el-form-item>-->
|
||||
<el-form-item :label="$t('Point.search.is_used')">
|
||||
<el-switch
|
||||
v-model="query.is_used"
|
||||
@@ -361,6 +361,11 @@
|
||||
:label="$t('Point.table.vehicle_qty')"
|
||||
:min-width="flexWidth('vehicle_qty',crud.data,$t('Point.table.vehicle_qty'))"
|
||||
/>
|
||||
<el-table-column
|
||||
prop="material_code"
|
||||
label="母卷号"
|
||||
:min-width="flexWidth('material_code', crud.data, '母卷号')"
|
||||
/>
|
||||
<el-table-column
|
||||
:label="$t('Point.table.lock_type')"
|
||||
:min-width="flexWidth('lock_type',crud.data,$t('Point.table.lock_type'))"
|
||||
|
||||
Reference in New Issue
Block a user