diff --git a/src/views/modules/eam/eamWorkPlanForCheck.vue b/src/views/modules/eam/eamWorkPlanForCheck.vue index 8c13a70..0308b6b 100644 --- a/src/views/modules/eam/eamWorkPlanForCheck.vue +++ b/src/views/modules/eam/eamWorkPlanForCheck.vue @@ -186,14 +186,14 @@ - + @@ -203,14 +203,14 @@ - - - - - - - - 周末点检
+ + + + + + + + 自动生成 @@ -340,14 +340,14 @@
- + @@ -357,14 +357,14 @@ - - - - - - - - 周末点检
+ + + + + + + + 自动生成 @@ -2254,11 +2254,11 @@ this.updateDetailData.site = row.site this.updateDetailData.buNo = row.buNo this.updateDetailData.planID = row.planID - if (this.modalData.workOrderRule != null && this.modalData.workOrderRule.split(",").includes('A')) { - this.modalData.workOrderRule = 'A' - } else { - this.modalData.workOrderRule = '' - } + // if (this.modalData.workOrderRule != null && this.modalData.workOrderRule.split(",").includes('A')) { + // this.modalData.workOrderRule = 'A' + // } else { + // this.modalData.workOrderRule = '' + // } if (this.modalData.autoRenewal != null && this.modalData.autoRenewal.split(",").includes('Y')) { this.modalData.autoRenewal = 'Y' } else {