Baodinfodsp.vue 7.9 KB
Newer Older
fukai committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179
<template>
    <div>
        <div class="doc-title">信保融资单</div>
        <div style="margin: 20px;">
            <table align="center" width="100%" cellspacing="0" style="border: none;">
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">非信用证项下的承保范围:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.nolcrangedetail}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">所有已决赔付金额:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.totalsettledindemnitysum}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">中国信保通知序号(唯一):</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.noticeserialno}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">被保险人中文名称:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.companychnname}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">保单类型:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.policytype}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">保险单号:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.policyno}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">保险费缴纳方式:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.payflag}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">政治风险赔偿比例:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.polpayrate}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">适保范围(支付方式):</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.insurancerange}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">信用证项下的承保范围:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.lcrangedetail}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">保单生效日期:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.effectdate}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">最高赔偿限额(USD):</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.yearhighindemnity}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">其他商业风险赔偿比例:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.otherpayrate}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">保单状态:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.state}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">被保险人统一社会信用代码:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.creditno}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">保单失效日期:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.lapsedate}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">注册地址:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.regaddr}}</td>
                </tr>
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">拒收风险赔偿比例:</td>
                    <td class="doc-label" style="width: 170px;border: none;">{{info.refpayrate}}</td>
                </tr>
            </table>
        </div>

        <div>
            <table align="center" width="100%" cellspacing="0">
                <tr>
                    <td class="doc-label" style="text-align: right;">共保企业信息</td>
                    <td style="border: none; border-top: 1px solid #000000;"></td>
                </tr>
                <tr v-for="(item, index) in info.enterpriseInfo" :key="index">
                    <td class="doc-val" style="text-align: left;">名称:{{item.companyname}}</td>
                    <td class="doc-val">统一社会信用代码:{{item.coincreditno}}</td>
                </tr>
                <!-- <tr v-if="!info.enterpriseInfo || info.enterpriseInfo.length<=0">
                    <td class="doc-label" style="text-align: left;">此节点返回数据格式错误</td>
                    <td class="doc-val" style="border: none; border-top: 1px solid #000000;"></td>
                    <td style="border: none; border-top: 1px solid #000000;"></td>
                </tr> -->
                <tr v-if="!info.enterpriseInfo || info.enterpriseInfo.length<=0">
                    <td class="doc-label" style="text-align: left;">此节点返回数据为空</td>
                    <td class="doc-val" style="border: none; border-top: 1px solid #000000;"></td>
                    <td style="border: none; border-top: 1px solid #000000;"></td>
                </tr>
            </table>
        </div>

        <div style="margin-top: 20px;">
            <table align="center" width="100%" cellspacing="0" style="border: none;">
                <tr style="border: none;">
                    <td class="doc-label" style="width: 170px;border: none;">查询人员:{{username}}</td>
                    <td class="doc-label" style="width: 170px;border: none;">时间:{{today}}</td>
                </tr>
            </table>
        </div>

    </div>
</template>
<script>
export default {
  props: ["info"],
  data() {
    return {
        username: this.$store.state.common.username,
		today: new Date().Format('yyyy-MM-dd'),
    };
  }
};
</script>
<style  scoped>
body {
  font-family: SimSun;
  font-size: 14px;
}

.doc-box {
  width: 180mm;
  height: auto;
  /*margin: 0 auto;*/
  /*border: 1px solid red;*/
  padding: 0mm;
}

.doc-title {
  width: 100%;
  margin: 10px auto;
  font-size: 28px;
  text-align: center;
}

table {
  margin-top: 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
}

table th {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
}

table tr {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
}

table td {
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
}

.doc-label {
  width: 50%;
  font-weight: normal;
}

.doc-val {
  text-align: left;
  padding-left: 10px;
  font-weight: normal;
}
</style>