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