Prechádzať zdrojové kódy

FTO添加检索记录

zhuliu 1 rok pred
rodič
commit
966a32d07c

+ 1 - 1
src/views/components/import/conditionImport/searchResult.vue

@@ -79,7 +79,7 @@
       <span slot="footer" class="dialog-footer">
         <el-button @click="visible = false">取 消</el-button>
         <el-button type="primary" @click="searchFinish">检 索</el-button>
-        <el-button type="primary" v-if="condition.reportType==1||condition.reportType == 2" @click="saveSearchCondition">保存检索式</el-button>
+        <el-button type="primary" v-if="condition.reportType==1||condition.reportType == 2||condition.reportType == 3" @click="saveSearchCondition">保存检索式</el-button>
       </span>
     </el-dialog>
     <addAndEditSearchRecords ref="addAndEditSearchRecords" :projectId="condition.importToId"></addAndEditSearchRecords>

+ 1 - 1
src/views/report/components/details/index.vue

@@ -205,7 +205,7 @@ export default {
           label: '检索记录',
           name: "searchRecords",
           path: 'report/analysisAndOpinion/components/searchRecords/searchRecords.vue',
-          reportType: [1,2]
+          reportType: [1,2,3]
         },
         {
           label: '报告文档',

+ 3 - 0
src/views/report/components/patentList/components/index.vue

@@ -463,6 +463,9 @@ getPatentFields(){
         importToType: 1,
         type: type,
       }
+      if(type == 4){
+        form.reportType = this.reportType
+      }
       this.$commonJS.toImportParent(form, type)
     },
     // 跳转分配任务页面