|
@@ -7,7 +7,7 @@
|
|
</el-tooltip>
|
|
</el-tooltip>
|
|
</div>
|
|
</div>
|
|
<div style="background:white;display:flex; justify-content:flex-end;align-items: center;height: 50px;" >
|
|
<div style="background:white;display:flex; justify-content:flex-end;align-items: center;height: 50px;" >
|
|
- <el-button type="primary" size="small" @click="checkResult" style="margin-right:10px;height:32px;"> 查看结果 </el-button>
|
|
|
|
|
|
+ <el-button type="primary" size="small" v-if="type!=3" @click="checkResult" style="margin-right:10px;height:32px;"> 查看结果 </el-button>
|
|
<!-- <el-popover placement="bottom" title="关键词高亮" width="320" trigger="click" >
|
|
<!-- <el-popover placement="bottom" title="关键词高亮" width="320" trigger="click" >
|
|
<patent-keywords-highlight :project-id="projectId" />
|
|
<patent-keywords-highlight :project-id="projectId" />
|
|
<el-button :disabled="!$permission('/workspace/common/highlight')" slot="reference" size="small" type="primary" class="margin-right_10">
|
|
<el-button :disabled="!$permission('/workspace/common/highlight')" slot="reference" size="small" type="primary" class="margin-right_10">
|
|
@@ -379,9 +379,16 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
// 返回
|
|
// 返回
|
|
goBack() {
|
|
goBack() {
|
|
- this.$router.replace({
|
|
|
|
- path: '/admin/task/MyHandle',
|
|
|
|
- })
|
|
|
|
|
|
+ if(this.taskId){
|
|
|
|
+ this.$router.replace({
|
|
|
|
+ path: '/admin/task/MyHandle',
|
|
|
|
+ })
|
|
|
|
+ }else{
|
|
|
|
+ this.$router.replace({
|
|
|
|
+ path: '/admin/rManage',
|
|
|
|
+ })
|
|
|
|
+ }
|
|
|
|
+
|
|
},
|
|
},
|
|
getIsTrue(val){
|
|
getIsTrue(val){
|
|
// console.log(val)
|
|
// console.log(val)
|
|
@@ -505,6 +512,13 @@ if(index!=-1){
|
|
// this.ruleForm.position =
|
|
// this.ruleForm.position =
|
|
// this.ruleForm.featureslist=[]
|
|
// this.ruleForm.featureslist=[]
|
|
this.visible = true
|
|
this.visible = true
|
|
|
|
+ }else{
|
|
|
|
+ this.$alert('当前专利为标的专利', '提示', {
|
|
|
|
+ confirmButtonText: '确定',
|
|
|
|
+ type: 'warning',
|
|
|
|
+ callback: action => {
|
|
|
|
+ }
|
|
|
|
+ });
|
|
}
|
|
}
|
|
|
|
|
|
},
|
|
},
|