|
|
@@ -122,7 +122,7 @@
|
|
|
|
|
|
</ele-split-layout>
|
|
|
|
|
|
- <footBtn @footBtn="footBtn" :type="type" style="background: rgba(223, 250, 222,0.6);padding: 10px;"></footBtn>
|
|
|
+ <footBtn @footBtn="footBtn" :type="type" :singleReportInspection="singleReportInspection" style="background: rgba(223, 250, 222,0.6);padding: 10px;"></footBtn>
|
|
|
|
|
|
</div>
|
|
|
<!-- <footBtn @footBtn="footBtn"></footBtn> -->
|
|
|
@@ -209,6 +209,7 @@ export default {
|
|
|
},
|
|
|
feedNeedEquipment:0,//投料是否要添加生产设备1是0否
|
|
|
reportNeedFeed:0,//生产质检是否需要处置再报工1是0否
|
|
|
+ singleReportInspection:null,//获取选中的工单是单个还是批量
|
|
|
};
|
|
|
},
|
|
|
|
|
|
@@ -373,7 +374,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
workSelect(data) {
|
|
|
-
|
|
|
+ this.singleReportInspection=data.list.length>0?data.list[0].singleReport:null;//获取选中的工单是单个还是批量
|
|
|
this.isStep = true;
|
|
|
this.operationType = null;
|
|
|
this.workListIds = data.ids;
|