diff --git a/src/views/modules/yieldReport/com_produce_report_normal.vue b/src/views/modules/yieldReport/com_produce_report_normal.vue index ddf3e9e..83685c5 100644 --- a/src/views/modules/yieldReport/com_produce_report_normal.vue +++ b/src/views/modules/yieldReport/com_produce_report_normal.vue @@ -517,70 +517,69 @@ -
- 其他操作 - - - - -
- - 产量报告 - - - 删除卷 - - - 未生产下机拆卷 - - - 扫描卷 - -
- 其他操作 - -
-
- - -
- - 创建分卷 - - - 扫描材料 - -
- 材料异常处理 - -
-
-
-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ :disabled="buttonTags.processInspectionFlag" :style="processInspectionButtonStyle + 'margin-left: 15px; margin-bottom: 5px;'"> 过程检验 @@ -3241,6 +3240,7 @@ export default { otherBunFlag: true, materialMalformedFlag: true, malformedMaterialFlag: true, + processInspectionFlag: true }, dataListLoading: false, buttons: { @@ -4207,6 +4207,7 @@ export default { this.buttonTags.materialMalformedFlag = true this.buttonTags.malformedMaterialFlag = true this.buttonTags.malformedMaterialButtonFlag = true + this.buttonTags.processInspectionFlag = true } else { //存在人员既可以合并卷 this.buttonTags.mergeRollFlag = false; @@ -4267,6 +4268,11 @@ export default { } else { this.buttonTags.downTimeFlag = true; } + if (data.resultMap.processInspectionFlag == 'Y') { + this.buttonTags.processInspectionFlag = false; + } else { + this.buttonTags.processInspectionFlag = true; + } }); let dto = {