|
@@ -221,6 +221,8 @@
|
|
|
:singleReportInspection="singleReportInspection"
|
|
:singleReportInspection="singleReportInspection"
|
|
|
:qualityInspectionDisabled="qualityInspectionDisabled"
|
|
:qualityInspectionDisabled="qualityInspectionDisabled"
|
|
|
:qualityInspectionDisabledMsg="firstArticlePickFeedMsg"
|
|
:qualityInspectionDisabledMsg="firstArticlePickFeedMsg"
|
|
|
|
|
+ :isSomeoneDisabled="isSomeoneDisabled"
|
|
|
|
|
+ :isSomeoneDisabledMsg="'无法操作'"
|
|
|
:activeName="activeName"
|
|
:activeName="activeName"
|
|
|
style="background: rgba(223, 250, 222, 0.6); padding: 10px"
|
|
style="background: rgba(223, 250, 222, 0.6); padding: 10px"
|
|
|
></footBtn>
|
|
></footBtn>
|
|
@@ -460,6 +462,9 @@
|
|
|
!this.firstArticlePickFeedReady
|
|
!this.firstArticlePickFeedReady
|
|
|
);
|
|
);
|
|
|
},
|
|
},
|
|
|
|
|
+ isSomeoneDisabled() {
|
|
|
|
|
+ return !!this.curTaskObj?.isSomeone;
|
|
|
|
|
+ },
|
|
|
rightShow() {
|
|
rightShow() {
|
|
|
return (type) => {};
|
|
return (type) => {};
|
|
|
}
|
|
}
|