opt: 物料图片显示,修复冲床先取上再取下的问题
This commit is contained in:
@@ -268,7 +268,7 @@
|
||||
</div>
|
||||
</el-dialog>
|
||||
<el-dialog :visible.sync="dialogVisible1" title="物料图片">
|
||||
<img :src="errGif" alt="物料图片" style="max-width: 100%;">
|
||||
<img :src="imageUrl" alt="物料图片" style="max-width: 100%;">
|
||||
</el-dialog>
|
||||
<el-dialog
|
||||
title="创建任务"
|
||||
@@ -287,7 +287,6 @@
|
||||
style="width: 240px;"
|
||||
clearable
|
||||
filterable
|
||||
:filter-method="filterPoint"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in pointList"
|
||||
@@ -345,7 +344,7 @@
|
||||
<el-table-column v-if="false" prop="material_spec" label="物料规格" :min-width="flexWidth('material_spec',crud.data,'物料规格')" />
|
||||
<el-table-column prop="theLocation" label="存放点位" :min-width="flexWidth('theLocation',crud.data,'存放点位')" />
|
||||
<el-table-column prop="remark" label="备注" :min-width="flexWidth('remark',crud.data,'备注')" />
|
||||
<el-table-column prop="create_name" label="创建人" :min-width="flexWidth('create_name',crud.data,'创建人')" />
|
||||
<el-table-column prop="create_name" label="创建人" width="100" />
|
||||
<el-table-column prop="create_time" label="创建时间" :min-width="flexWidth('create_time',crud.data,'创建时间')" />
|
||||
<el-table-column v-if="false" prop="update_name" label="修改人" :min-width="flexWidth('update_name',crud.data,'修改人')" />
|
||||
<el-table-column v-if="false" prop="update_time" label="修改时间" :min-width="flexWidth('update_time',crud.data,'修改时间')" />
|
||||
@@ -426,7 +425,6 @@ const defaultForm = {
|
||||
due_date: null,
|
||||
order_code: null,
|
||||
region_code: null
|
||||
|
||||
}
|
||||
export default {
|
||||
name: 'VehicleMaterialGroup',
|
||||
|
||||
Reference in New Issue
Block a user