zhuliu 11 months ago
parent
commit
63f1250a33

+ 17 - 17
public/reportTemplate/noveltyCommon/noveltyCommon.css

@@ -1,69 +1,69 @@
-.common{
+.commonReport{
         width: 800px;
         margin: 0px auto;
         padding: 20px 0;
     }
-    .reportTitle{
+    .commonReport .reportTitle{
         font-size: 38px;
         text-align: center;
     }
     
-    table, th, td {
+    .commonReport table, th, td {
         border: 1px solid black;
         border-collapse: collapse; /* 移除单元格之间的间隔 */
     }
-    table{
+    .commonReport table{
         border: 2px solid black;
         width: 100%;
         
         
     }
-    table td{
+    .commonReport table td{
         padding: 8px;
         height: 22.5px;
     }
-    .applicationMessage tr>td:first-child{
+    .commonReport .applicationMessage tr>td:first-child{
         width: 200px;
     }
-    .searchRecord{
+    .commonReport .searchRecord{
         width: 100%;
         
     }
-    .searchRecord tr>td:nth-child(1){
+    .commonReport .searchRecord tr>td:nth-child(1){
         width: 100px;
     }
-    .searchRecord tr>td:nth-child(2){
+    .commonReport .searchRecord tr>td:nth-child(2){
         width: 130px;
     }
-    .searchRecord tr>td:nth-child(4){
+    .commonReport .searchRecord tr>td:nth-child(4){
         width: 130px;
     }
-    .mainContent{
+    .commonReport .mainContent{
         margin-top: 50px;
         
     }
-    .mainContent .title{
+    .commonReport .mainContent .title{
         font-size: 22px;
         font-weight: bold;
         padding: 8px;
     }
-    .mainContent .content{
+    .commonReport .mainContent .content{
         min-height: 50px;
         margin-top:10px;
     }
-    .result{
+    .commonReport .result{
         border: 2px solid black;
     }
-    .mainContent1{
+    .commonReport .mainContent1{
         border-bottom: 1px solid black;
         padding: 5px;
     }
-    .funBtn{
+    .commonReport .funBtn{
         position:absolute;
         width: 100px;
         right: -110px;
         display: flex;
     }
-    .mainContent1:last-child{
+    .commonReport .mainContent1:last-child{
         border-bottom:none
     }

+ 1 - 1
public/reportTemplate/noveltyCommon/noveltyCommon.txt

@@ -1,4 +1,4 @@
-<div class="common">
+<div class="commonReport">
     <div class="reportTitle">
         查新检索报告
     </div>

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

@@ -6,7 +6,7 @@
                     <el-radio-group v-model="DBType">
                         <el-radio label="CN">中国专利检索</el-radio>
                         <el-radio label="WD">世界专利检索</el-radio>
-                        <el-radio label="inner">
+                        <el-radio label="inner" v-if="noveltySearch">
                             <span v-if="DBType != 'inner'">内部专利检索</span>
                             <el-select v-else v-model.number="innerProjectId" @change="changeProjectId" filterable remote clearable placeholder="默认全部内部数据检索" v-SelectLazyLoading="lazyLoading" :remote-method="remoteMethod">
                                

+ 1 - 1
src/views/noveltySearch/components/details/components/basicMessage/basicMessage.vue

@@ -173,7 +173,7 @@ export default {
             showReportMessage:true,
         },
         conclusionList:['未检索到影响其专利性的对比文件','检索到影响其创造性的对比文件','检索到影响其新颖性的对比文件'],
-        applicationSuggestionList:['发明','实用新型','外观设计','补充资料,然后再进行评估','结案'],
+        applicationSuggestionList:['建议申请发明','建议申请实用新型','建议申请外观设计','建议补充资料,然后再进行评估','建议结案处理'],
         patentabilityList:['是','否','公开不充分'],
         reportMessage:{},
         editReport:{