@@ -68,6 +68,7 @@ export default {
// 设备工时统计
procedureStatistics:{
name:'机床名称',
+ bomName: '产品名称',
procedureName:'工序名称',
startTime: '开始时间',
endTime: '结束时间',
@@ -6,10 +6,10 @@
<span>{{$t("statisticalAnalysis.searchForm.agvAvailability.statisticalDate")}}:</span>
<el-date-picker
v-model="queryParams.model.statisticalDate"
- type="datetime"
+ type="month"
format="yyyy-MM"
value-format="yyyy-MM"
- style="width: 20%;"
+ placeholder="选择月"
/>
</span>
<span style="margin-left: 10px;">
@@ -57,6 +57,13 @@
:label="$t('statisticalAnalysis.table.procedureStatistics.name')"
:show-overflow-tooltip="true"
>
+ </el-table-column>
+ <!--产品名称-->
+ <el-table-column
+ prop="bomName"
+ :label="$t('statisticalAnalysis.table.productInfoStatistics.bomName')"
+ :show-overflow-tooltip="true"
+ >
</el-table-column>
<!--工序名称-->
<el-table-column
@@ -19,10 +19,10 @@
<span>{{$t("statisticalAnalysis.searchForm.oee.statisticalDate")}}:</span>
v-model="statisticalDate"
<span style="margin-left: 15px;">