|
@@ -74,7 +74,14 @@
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<td>建立申请类型</td>
|
|
<td>建立申请类型</td>
|
|
- <td colspan="3"> 发明 实用新型 外观设计 其他:结案,或补充资料后再评估</td>
|
|
|
|
|
|
+ <td colspan="3"> 发明 实用新型 外观设计 其他:结案,或补充资料后再评估
|
|
|
|
+ <el-radio-group :value="getColumnData('baseMessage','analysisAndConclusion',()=>{if(this.dataObj.baseMessage.analysisAndConclusion == '建议补充资料,然后再进行评估' || this.dataObj.baseMessage.analysisAndConclusion == '建议结案处理'){this.dataObj.baseMessage.analysisAndConclusion = '建议结案处理,或者补充资料后再评估'}})" @input="(value)=>{this.$set(this.reportData.baseMessage,'analysisAndConclusion',value)}">
|
|
|
|
+ <el-radio label="建议申请发明">发明</el-radio>
|
|
|
|
+ <el-radio label="建议申请实用新型">实用新型</el-radio>
|
|
|
|
+ <el-radio label="建议申请外观设计">外观设计</el-radio>
|
|
|
|
+ <el-radio label="建议结案处理,或者补充资料后再评估">其他:建议结案处理,或者补充资料后再评估</el-radio>
|
|
|
|
+ </el-radio-group>
|
|
|
|
+ </td>
|
|
</tr>
|
|
</tr>
|
|
</table>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
@@ -130,7 +137,7 @@
|
|
<td class="center">关键词</td>
|
|
<td class="center">关键词</td>
|
|
<td class="center width_50">数量</td>
|
|
<td class="center width_50">数量</td>
|
|
</tr>
|
|
</tr>
|
|
- <tr style="position: relative;" v-for="(item,index) in getColumnData('searchRecord',null,(dataObj.searchRecord && dataObj.searchRecord.length>0)?dataObj.searchRecord.map(item2=>{return {conditions:item2.conditions,totalNum:item2.totalNum}}): [{}])" :key="index">
|
|
|
|
|
|
+ <tr style="position: relative;" v-for="(item,index) in getColumnData('searchRecord',null,(dataObj.searchRecord && dataObj.searchRecord.length>0)?dataObj.searchRecord.map(item2=>{ var dB = {CN:'中国数据库','WD':'全球数据库'} return {conditions:item2.conditions,totalNum:item2.totalNum,area:dB(item.dbType)?dB(item.dbType):'',dbType:dB(item.dbType)?'小世系统':item.dbType}}): [{}])" :key="index">
|
|
<td @click="edit('searchRecord','area',index)">
|
|
<td @click="edit('searchRecord','area',index)">
|
|
<div v-if="isEdit('searchRecord','area',index)">
|
|
<div v-if="isEdit('searchRecord','area',index)">
|
|
<myRichText v-model="item.area" customStyle="border:none;padding:0" :autoFocus="true" @blur="saveMessage"></myRichText>
|
|
<myRichText v-model="item.area" customStyle="border:none;padding:0" :autoFocus="true" @blur="saveMessage"></myRichText>
|
|
@@ -240,11 +247,8 @@
|
|
<table>
|
|
<table>
|
|
<tr>
|
|
<tr>
|
|
<td class="center width_150">建议</td>
|
|
<td class="center width_150">建议</td>
|
|
- <td @click="edit('baseMessage','suggestion')">
|
|
|
|
- <div v-if="isEdit('searchRecord','suggestion')">
|
|
|
|
- <myRichText v-model="reportData.baseMessage.suggestion" customStyle="border:none;padding:0" :autoFocus="true" @blur="saveMessage"></myRichText>
|
|
|
|
- </div>
|
|
|
|
- <div v-else v-html="getColumnData('baseMessage','suggestion')"></div>
|
|
|
|
|
|
+ <td>
|
|
|
|
+ <div v-else v-html="getColumnData('baseMessage','applicationAdvice')"></div>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|