|
@ -103,7 +103,7 @@ |
|
|
/> |
|
|
/> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
<el-form-item label="生产线"> |
|
|
<el-form-item label="主机厂生产线"> |
|
|
<el-select v-model="listQuery.productLine" clearable> |
|
|
<el-select v-model="listQuery.productLine" clearable> |
|
|
<el-option label="A" value="A"></el-option> |
|
|
<el-option label="A" value="A"></el-option> |
|
|
<el-option label="B" value="B"></el-option> |
|
|
<el-option label="B" value="B"></el-option> |
|
@ -322,14 +322,14 @@ |
|
|
{ label: "底盘号", prop: "vin", width: 180 }, |
|
|
{ label: "底盘号", prop: "vin", width: 180 }, |
|
|
{ label: "序列号", prop: "serialNum", width: 120 }, |
|
|
{ label: "序列号", prop: "serialNum", width: 120 }, |
|
|
{ label: "流水号", prop: "hostSN", width: 120 }, |
|
|
{ label: "流水号", prop: "hostSN", width: 120 }, |
|
|
{ label: "生产线", prop: "productLine", width: 120 }, |
|
|
{ label: "主机厂生产线", prop: "productLine", width: 130 }, |
|
|
{ label: "工厂", prop: "factory", width: 120 }, |
|
|
{ label: "工厂", prop: "factory", width: 120 }, |
|
|
{ label: "工位", prop: "workLocation", width: 120 }, |
|
|
{ label: "工位", prop: "workLocation", width: 120 }, |
|
|
{ label: "车位", prop: "vehicleLocation", width: 120 }, |
|
|
{ label: "车位", prop: "vehicleLocation", width: 120 }, |
|
|
{ label: "车身号", prop: "vehicleBodyCode", width: 120 }, |
|
|
{ label: "车身号", prop: "vehicleBodyCode", width: 120 }, |
|
|
{ label: "车型代码", prop: "vehicleModelCode", width: 180 }, |
|
|
{ label: "车型代码", prop: "vehicleModelCode", width: 180 }, |
|
|
{ label: "车型名称", prop: "vehicleModelName", width: 120 }, |
|
|
{ label: "车型名称", prop: "vehicleModelName", width: 120 }, |
|
|
{ label: "车型描述", prop: "vehicleModelDesc", width: 120 }, |
|
|
{ label: "车型描述", prop: "vehicleModelDesc", width: 240 }, |
|
|
{ label: "规格", prop: "spec", width: 120 }, |
|
|
{ label: "规格", prop: "spec", width: 120 }, |
|
|
{ label: "规格说明", prop: "specDesc", width: 120 }, |
|
|
{ label: "规格说明", prop: "specDesc", width: 120 }, |
|
|
{ label: "类别", prop: "type", width: 120 }, |
|
|
{ label: "类别", prop: "type", width: 120 }, |
|
|