|
@@ -54,7 +54,7 @@
|
|
|
"
|
|
|
>
|
|
|
<div style="display: inline-block">
|
|
|
- 收文号:{{ YbjData.yOffcialReceive.serial }}
|
|
|
+ 收文号:{{ YbjData.yOffcialReceive.documentNum }}
|
|
|
</div>
|
|
|
<div style="margin-top: 2px; display: inline-block; margin-right: 50px">
|
|
|
{{
|
|
@@ -75,27 +75,36 @@
|
|
|
来文 <br />
|
|
|
单位
|
|
|
</td>
|
|
|
- <td colspan="4" style="font-size: 22px; text-align: center">
|
|
|
- <!-- {{ YbjData.yOffcialReceive.sender }} -->
|
|
|
+ <td
|
|
|
+ colspan="4"
|
|
|
+ style="font-size: 20px; max-width: 150px; text-align: center"
|
|
|
+ >
|
|
|
+ {{ YbjData.yOffcialReceive.sender }}
|
|
|
</td>
|
|
|
<td colspan="1" style="font-size: 22px; width: 9%" align="center">
|
|
|
文号
|
|
|
</td>
|
|
|
- <td colspan="3" style="font-size: 22px; text-align: center">
|
|
|
- <!-- {{ YbjData.yOffcialReceive.documentNum }} -->
|
|
|
+ <td
|
|
|
+ colspan="3"
|
|
|
+ style="font-size: 20px; max-width: 150px; text-align: center"
|
|
|
+ >
|
|
|
+ {{ YbjData.yOffcialReceive.documentNum }}
|
|
|
</td>
|
|
|
<td colspan="1" style="font-size: 22px; width: 9%" align="center">
|
|
|
密级
|
|
|
</td>
|
|
|
- <td colspan="1" style="font-size: 22px; text-align: center">
|
|
|
- <!-- {{ YbjData.yOffcialReceive.documentNum }} -->
|
|
|
+ <td
|
|
|
+ colspan="1"
|
|
|
+ style="font-size: 20px; min-width: 150px; text-align: center"
|
|
|
+ >
|
|
|
+ {{ yzlxFormat(YbjData.yOffcialReceive.degree) }}
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr style="height: 9vh">
|
|
|
<td style="font-size: 22px" width="11%" align="center">
|
|
|
来文<br />标题
|
|
|
</td>
|
|
|
- <td colspan="10" style="font-size: 22px; text-align: center">
|
|
|
+ <td colspan="10" style="font-size: 20px; text-align: center">
|
|
|
{{ YbjData.yOffcialReceive.title }}
|
|
|
</td>
|
|
|
</tr>
|
|
@@ -106,7 +115,7 @@
|
|
|
</td>
|
|
|
<td
|
|
|
colspan="10"
|
|
|
- style="font-size: 22px; line-height: 35px; height: 35px"
|
|
|
+ style="font-size: 20px; line-height: 35px; height: 35px"
|
|
|
>
|
|
|
<div
|
|
|
v-if="YbjData.ldpsMaps != undefined && YbjData.ldpsMaps != null"
|
|
@@ -125,7 +134,7 @@
|
|
|
拟<br />办<br />意<br />见
|
|
|
</td>
|
|
|
<td
|
|
|
- style="font-size: 22px; line-height: 35px; height: 35px"
|
|
|
+ style="font-size: 20px; line-height: 35px; height: 35px"
|
|
|
colspan="10"
|
|
|
>
|
|
|
<div
|
|
@@ -147,7 +156,7 @@
|
|
|
结果
|
|
|
</td>
|
|
|
<td
|
|
|
- style="font-size: 22px; line-height: 35px; height: 35px"
|
|
|
+ style="font-size: 20px; line-height: 35px; height: 35px"
|
|
|
colspan="10"
|
|
|
>
|
|
|
<div
|
|
@@ -215,6 +224,7 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
sw_open_type: useDict("sw_open_type").sw_open_type,
|
|
|
+ signet_type: useDict("signet_type").signet_type,
|
|
|
|
|
|
//打印
|
|
|
print: {
|
|
@@ -238,6 +248,9 @@ export default {
|
|
|
this.YbjData = reData.data;
|
|
|
});
|
|
|
},
|
|
|
+ yzlxFormat(row, column) {
|
|
|
+ return this.selectDictLabel(this.signet_type, row);
|
|
|
+ },
|
|
|
},
|
|
|
};
|
|
|
</script>
|