|
@@ -22,7 +22,7 @@
|
|
|
|
|
|
<template v-if="mark.reportType==7">
|
|
<template v-if="mark.reportType==7">
|
|
  
|
|
  
|
|
- <a v-if="mark.scratchField && mark.scratchField.includes('权利要求') && (mark.signPatentNo == mark.patentNo)" @click="addStateOpinion()" style="font-size: 14px;font-weight: 500;" >添加特征</a>
|
|
|
|
|
|
+ <a v-if="mark.scratchField && mark.scratchField.includes('权利要求') && (mark.signPatentNo == mark.pno)" @click="addStateOpinion()" style="font-size: 14px;font-weight: 500;" >添加特征</a>
|
|
<a v-else-if="mark.signPatentNo != mark.patentNo" @click="addStateOpinion()" style="font-size: 14px;font-weight: 500;" >陈述意见</a>
|
|
<a v-else-if="mark.signPatentNo != mark.patentNo" @click="addStateOpinion()" style="font-size: 14px;font-weight: 500;" >陈述意见</a>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -116,7 +116,7 @@ export default {
|
|
// reportType:this.mark.reportType,
|
|
// reportType:this.mark.reportType,
|
|
// taskId:this.mark.taskId,
|
|
// taskId:this.mark.taskId,
|
|
}
|
|
}
|
|
- this.$refs.addOpinion.open(form,form.patentNo==form.signPatentNo,true)
|
|
|
|
|
|
+ this.$refs.addOpinion.open(form,this.mark.pno==form.signPatentNo,true)
|
|
},
|
|
},
|
|
|
|
|
|
|
|
|