母卷号查找
This commit is contained in:
@@ -16,7 +16,8 @@ export default {
|
||||
'point_location': '位置',
|
||||
'is_used': '是否启用',
|
||||
'remark': '备注',
|
||||
'update_time': '修改时间'
|
||||
'update_time': '修改时间',
|
||||
'workorder_id': '母卷号'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': '点位编码',
|
||||
|
||||
@@ -20,6 +20,17 @@
|
||||
@keyup.enter.native="crud.toQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="母卷码">
|
||||
<el-input
|
||||
v-model="query.container_name"
|
||||
clearable
|
||||
placeholder="母卷码"
|
||||
style="width: 185px;"
|
||||
class="filter-item"
|
||||
@keyup.enter.native="crud.toQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('Hot.pan1.dialog.point_status')">
|
||||
<el-select
|
||||
v-model="query.point_status"
|
||||
@@ -37,23 +48,7 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item :label="$t('Hot.pan1.dialog.product_area')">
|
||||
<el-select
|
||||
v-model="query.product_area"
|
||||
clearable
|
||||
filterable
|
||||
size="mini"
|
||||
class="filter-item"
|
||||
style="width: 185px;"
|
||||
@change="hand"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in dict.product_area"
|
||||
:label="item.label"
|
||||
:value="item.value"
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item :label="$t('Hot.pan1.dialog.is_used')">
|
||||
<el-switch
|
||||
v-model="query.is_used"
|
||||
@@ -198,27 +193,13 @@
|
||||
:min-width="flexWidth('container_name',crud.data,$t('Hot.pan1.table.container_name'))"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
<el-table-column
|
||||
prop="ivt_qty"
|
||||
:label="$t('Hot.pan1.table.ivt_qty')"
|
||||
:formatter="crud.formatNum3"
|
||||
:min-width="flexWidth('ivt_qty',crud.data,$t('Hot.pan1.table.ivt_qty'))"
|
||||
/>
|
||||
<el-table-column
|
||||
prop="instorage_time"
|
||||
:label="$t('Hot.pan1.table.instorage_time')"
|
||||
:min-width="flexWidth('instorage_time',crud.data,$t('Hot.pan1.table.instorage_time'))"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
<el-table-column
|
||||
prop="product_area"
|
||||
:label="$t('Hot.pan1.table.product_area')"
|
||||
:min-width="flexWidth('product_area',crud.data,$t('Hot.pan1.table.product_area'))"
|
||||
>
|
||||
<template slot-scope="scope">
|
||||
{{ dict.label.product_area[scope.row.product_area] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column
|
||||
prop="temperature"
|
||||
:label="$t('Hot.pan1.table.temperature')"
|
||||
|
||||
Reference in New Issue
Block a user