hailu
2024-01-24 8dc32a0a8c9615a12a0af99d4785cceaa54183c8
债券行情
1个文件已修改
792 ■■■■ 已修改文件
src/view/diligenceTools/bondfinancing.vue 792 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/view/diligenceTools/bondfinancing.vue
@@ -202,7 +202,7 @@
              </template>
            </Table>
            <div style="margin-top: 12px">
              <Page :current="pageIndex3" :total="TotalItems3" :page-size="20" style="text-align: right"
              <Page :current="pageIndex3" :total="TotalItems3" :page-size="10" style="text-align: right"
                @on-change="changePageIndex3" show-elevator ref="pagesChange1" />
            </div>
          </TabPane>
@@ -264,8 +264,8 @@
      <div v-show="zqfxxqName === 'zqfxxqTab1'" style="height: 430px;overflow-y: auto;margin-top: 12px"
        class="assetsScroll">
        <table class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0"
          cellspacing="0" cellpadding="0">
        <table v-if="StockExchangeTab3 == '上交所'" class="tableBack"
          style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0" cellspacing="0" cellpadding="0">
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">债券代码</td>
            <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">
@@ -277,9 +277,9 @@
            </td>
          </tr>
          <tr class="rentThClass tableBackadd" style="border-style: none">
            <td>发行人名称</td>
            <td>发行人</td>
            <td colspan="3">
              <span>{{ searchName }}</span>
              <span>{{ searchName ? searchName : '--' }}</span>
            </td>
          </tr>
          <tr class="rentThClass tableBackadd" style="border-style: none">
@@ -291,54 +291,40 @@
          <tr class="rentThClass tableBackadd" style="border-style: none">
            <td>债券类型</td>
            <td colspan="3">
              <span>{{ checkTableList.NameOfPledgor ? checkTableList.NameOfPledgor : '--' }}</span>
              <span>{{ checkTableList.DebtType ? checkTableList.DebtType : '--' }}</span>
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td style="border-right: 0px solid #ccc">发行量(亿元)</td>
            <td style="border-right: 0px solid #ccc">
              {{ checkTableList.SendNum ? checkTableList.SendNum : '--' }}</td>
            <td style="border-right: none;border-top: none;">上市总量(亿元)</td>
              {{ (checkTableList.SendNum && (checkTableList.SendNum != 0)) ? checkTableList.SendNum : '--' }}</td>
            <td style="border-right: none;border-top: none;">上交所上市总量(亿元)</td>
            <td style="border-top: none;">
              {{ checkTableList.RegCerNumber ? checkTableList.RegCerNumber : '--' }}</td>
              {{ (checkTableList.TotalNum && (checkTableList.TotalNum != 0)) ? checkTableList.TotalNum : '--' }}</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td style="border-right: 0px solid #ccc">发行价格(元/百元面值)</td>
            <td style="border-right: 0px solid #ccc">发行起始日</td>
            <td style="border-right: 0px solid #ccc">
              {{ checkTableList.RegCerNumber ? checkTableList.RegCerNumber : '--' }}</td>
            <td style="border-top: none;border-right: none">面值(元)</td>
              {{ checkTableList.StartDate ? checkTableList.StartDate : '--' }}</td>
            <td style="border-top: none;border-right: none">发行终止日</td>
            <td style="border-top: none;">
              {{ checkTableList.ReleRegCerNumber ? checkTableList.ReleRegCerNumber : '--' }}</td>
              {{ checkTableList.EndDate ? checkTableList.EndDate : '--' }}</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td style="border-right: 0px solid #ccc">起息日期</td>
            <td style="border-right: 0px solid #ccc">
              {{ checkTableList.PubDate ? checkTableList.PubDate : '--' }}</td>
              {{ checkTableList.EndDate ? checkTableList.EndDate : '--' }}</td>
            <td style="border-right: none;border-top: none;">到期日期</td>
            <td style="border-top: none;">
              {{ checkTableList.OverDate ? checkTableList.OverDate : '--' }}</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td style="border-right: 0px solid #ccc">上市/发行日期</td>
            <td style="border-right: 0px solid #ccc">上市日期</td>
            <td style="border-right: 0px solid #ccc">
              {{ checkTableList.StartDate ? checkTableList.StartDate : '--' }}</td>
            <td style="border-right: none;border-top: none;">登记日期</td>
              {{ checkTableList.PubDate ? checkTableList.PubDate : '--' }}</td>
            <td style="border-right: none;border-top: none;">银行间代码</td>
            <td style="border-top: none;">
              {{ checkTableList.ReleRegCerNumber ? checkTableList.ReleRegCerNumber : '--' }}</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td style="border-right: 0px solid #ccc">流通日期</td>
            <td style="border-right: 0px solid #ccc;border-top: none;">
              {{ checkTableList.RegCerNumber ? checkTableList.RegCerNumber : '--' }}</td>
            <td style="border-right: none;border-top: none;">流通结束日期</td>
            <td style="border-top: none;">
              {{ checkTableList.ReleRegCerNumber ? checkTableList.ReleRegCerNumber : '--' }}</td>
          </tr>
          <tr class="rentThClass tableBackadd" style="border-style: none">
            <td>银行间代码</td>
            <td colspan="3">
              <span>{{ checkTableList.TypeOfPledgee ? checkTableList.TypeOfPledgee : '--' }}</span>
            </td>
              {{ checkTableList.TypeOfPledgee ? checkTableList.TypeOfPledgee : '--' }}</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td>计息方式</td>
@@ -352,35 +338,20 @@
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td>票面利率(%)</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.ValueOfPledgedPro ? checkTableList.ValueOfPledgedPro : '--' }}</td>
              {{ checkTableList.PiaoRate ? checkTableList.PiaoRate : '--' }}</td>
            <td style="border-top: none;border-right: none">债券期限(年)</td>
            <td style="border-top: none">{{ checkTableList.DebtYear ? checkTableList.DebtYear : '--' }}
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td>剩余期限(年)</td>
            <td>基准利率(%)</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.ValueOfPledgedPro ? checkTableList.ValueOfPledgedPro : '--' }}</td>
            <td style="border-top: none;border-right: none">挂牌方式</td>
            <td style="border-top: none">{{ checkTableList.CurrencyPledgeCon ? checkTableList.CurrencyPledgeCon : '--' }}
              {{ checkTableList.CurrencyPledgeCon ? checkTableList.CurrencyPledgeCon : '--' }}</td>
            <td style="border-top: none;border-right: none">浮动利差(%)</td>
            <td style="border-top: none">{{ checkTableList.ValueOfPledgedPro ? checkTableList.ValueOfPledgedPro : '--' }}
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td>基准利率种类</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.ValueOfPledgedPro ? checkTableList.ValueOfPledgedPro : '--' }}</td>
            <td style="border-top: none;border-right: none">基准利率(%)</td>
            <td style="border-top: none">{{ checkTableList.CurrencyPledgeCon ? checkTableList.CurrencyPledgeCon : '--' }}
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td>浮动利差(%)</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.ValueOfPledgedPro ? checkTableList.ValueOfPledgedPro : '--' }}</td>
            <td style="border-top: none;border-right: none">应计利息额(元)</td>
            <td style="border-top: none">{{ checkTableList.CurrencyPledgeCon ? checkTableList.CurrencyPledgeCon : '--' }}
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td>标准券折算率</td>
            <td style="border-top: none;border-right: none">
@@ -389,98 +360,198 @@
            <td style="border-top: none">{{ checkTableList.CurrencyPledgeCon ? checkTableList.CurrencyPledgeCon : '--' }}
            </td>
          </tr>
          <tr class="rentThClass tableBackadd" style="border-style: none">
            <td>投资者适当性管理</td>
            <td colspan="3">
              <span>{{ checkTableList.OwnershipRightOfUse ? checkTableList.OwnershipRightOfUse : '--' }}</span>
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none;">
            <td>交易方式</td>
            <td style="border-top: none;border-right: none">{{ checkTableList.Preparer ? checkTableList.Preparer : '--' }}
            </td>
            <td style="border-top: none;border-right: none">选择权条款</td>
            <td style="border-top: none">{{ checkTableList.TypeOfPersonId ? checkTableList.TypeOfPersonId : '--' }}</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none;">
            <td>增信方式</td>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td>发行类型</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.PreparerDomicile ? checkTableList.PreparerDomicile : '--' }}</td>
            <td style="border-top: none;border-right: none">是否非担保</td>
            <td style="border-top: none">{{ checkTableList.IsSure ? checkTableList.IsSure : '--' }}</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none;">
            <td>增信方式</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.PledgorOrgCode ? checkTableList.PledgorOrgCode : '--' }}</td>
            <td style="border-top: none;border-right: none">是否非担保</td>
            <td style="border-top: none">{{ checkTableList.ComRegNoOfPledgor ? checkTableList.ComRegNoOfPledgor : '--' }}
              {{ checkTableList.SendType ? checkTableList.SendType : '--' }}</td>
            <td style="border-top: none;border-right: none">交易方式</td>
            <td style="border-top: none">{{ checkTableList.TradeWay ? checkTableList.TradeWay : '--' }}
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none;">
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td>债券评级</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.GlobalLegalEnCode ? checkTableList.GlobalLegalEnCode : '--' }}</td>
            <td style="border-top: none;border-right: none">债券评级机构</td>
            <td style="border-top: none">{{ checkTableList.LegalRepOfPledgor ? checkTableList.LegalRepOfPledgor : '--' }}
              {{ checkTableList.DebtGrade ? checkTableList.DebtGrade : '--' }}</td>
            <td style="border-top: none;border-right: none">主体评级</td>
            <td style="border-top: none">{{ checkTableList.LtdGrade ? checkTableList.LtdGrade : '--' }}
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none;">
            <td>主体评级</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.GlobalLegalEnCode ? checkTableList.GlobalLegalEnCode : '--' }}</td>
            <td style="border-top: none;border-right: none">主体评级机构</td>
            <td style="border-top: none">{{ checkTableList.LegalRepOfPledgor ? checkTableList.LegalRepOfPledgor : '--' }}
            </td>
          </tr>
          <tr class="rentThClass tableBackadd" style="border-style: none">
            <td>最新主体评级展望</td>
            <td>是否非担保</td>
            <td colspan="3">
              <span>{{ checkTableList.ResidenceOfPledgor ? checkTableList.ResidenceOfPledgor : '--' }}</span>
            </td>
          </tr>
          <tr class="rentThClass tableBackadd" style="border-style: none">
            <td colspan="4" style="text-align: center;color:#515A6E">其他信息</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none;">
            <td>资产池全称</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.PledgeeOrgCode ? checkTableList.PledgeeOrgCode : '--' }}</td>
            <td style="border-top: none;border-right: none">质资产池种类</td>
            <td style="border-top: none">{{ checkTableList.ComRegNoOfPledgee ? checkTableList.ComRegNoOfPledgee : '--' }}
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none;">
            <td>资产规模(万元)</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.GlobalCorBodyCode ? checkTableList.GlobalCorBodyCode : '--' }}</td>
            <td style="border-top: none;border-right: none">证券化方式</td>
            <td style="border-top: none">{{ checkTableList.LegalRepOfPledgee ? checkTableList.LegalRepOfPledgee : '--' }}
            </td>
          </tr>
          <tr class="rentThClass tableBackadd" style="border-style: none">
            <td>备注</td>
            <td colspan="3">
              <span>--</span>
              <span>{{ checkTableList.IsSure ? checkTableList.IsSure : '--' }}</span>
            </td>
          </tr>
        </table>
        <table v-else class="tableBack" style="width: 100%;margin-top: 0px;height: 430px;overflow-y: auto" border="0"
          cellspacing="0" cellpadding="0">
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td style="border-top: 1px solid #ccc;border-right: 0px solid #ccc">债券名称</td>
            <td colspan="3" style="border-top: 1px solid #ccc;border-right: 1px solid #ccc">
              {{ checkTableList.zqcc ? checkTableList.zqcc : '--' }}
            </td>
          </tr>
          <tr class="rentThClass tableBackadd" style="border-style: none">
            <td>发行人名称</td>
            <td colspan="3">
              <span>{{ checkTableList.fxrmc ? checkTableList.fxrmc : '--' }}</span>
            </td>
          </tr>
          <!-- <tr class="rentThClass tableBackadd" style="border-style: none">
            <td>债券全称</td>
            <td colspan="3">
              <span>{{ checkTableList.DebtName ? checkTableList.DebtName : '--' }}</span>
            </td>
          </tr> -->
          <tr class="rentThClass2 tableBackadd" style="border-style: none;">
            <td style="border-top:none;border-right:none">证券简称</td>
            <td style="border-top:none">
              {{ checkTableList.zqjc ? checkTableList.zqjc : '--' }}
            </td>
            <td style="border-top:none;border-right:none">证券代码</td>
            <td style="border-top:none">
              <span>{{ checkTableList.zqdm ? checkTableList.zqdm : '--' }}</span>
            </td>
          </tr>
          <tr class="rentThClass tableBackadd" style="border-style: none">
            <td>银行间代码</td>
            <td colspan="3">
              <span>{{ checkTableList.yhjdm ? checkTableList.yhjdm : '--' }}</span>
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td style="border-right: 0px solid #ccc">产品类型</td>
            <td style="border-right: 0px solid #ccc">
              {{ checkTableList.cplx ? checkTableList.cplx : '--' }}</td>
            <td style="border-right: none;border-top: none;">发行量(亿元)</td>
            <td style="border-top: none;">
              {{ (checkTableList.fxlnew && (checkTableList.fxlnew != 0)) ? checkTableList.fxlnew : '--' }}</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td style="border-right: 0px solid #ccc">债券期限(年)</td>
            <td style="border-right: 0px solid #ccc">
              {{ checkTableList.zqqx ? checkTableList.zqqx : '--' }}</td>
            <td style="border-top: none;border-right: none">剩余期限(年)</td>
            <td style="border-top: none;">
              {{ checkTableList.syqx ? checkTableList.syqx : '--' }}</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td style="border-right: 0px solid #ccc">发行起始日</td>
            <td style="border-right: 0px solid #ccc">
              {{ checkTableList.fxqsr ? checkTableList.fxqsr : '--' }}</td>
            <td style="border-right: none;border-top: none;">发行结束日</td>
            <td style="border-top: none;">
              {{ checkTableList.fxjsr ? checkTableList.fxjsr : '--' }}</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td style="border-right: 0px solid #ccc">起息日期</td>
            <td style="border-right: 0px solid #ccc">
              {{ checkTableList.qxrq ? checkTableList.qxrq : '--' }}</td>
            <td style="border-right: none;border-top: none;">到期日期</td>
            <td style="border-top: none;">
              {{ checkTableList.dqrq ? checkTableList.dqrq : '--' }}</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td style="border-right: 0px solid #ccc">上市日期</td>
            <td style="border-right: 0px solid #ccc;border-top: none;">
              {{ checkTableList.ssrq ? checkTableList.ssrq : '--' }}</td>
            <td style="border-right: none;border-top: none;">交易方式</td>
            <td style="border-top: none;">
              <span v-html="checkTableList.jyfs ? checkTableList.jyfs : ''"></span>
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td>利率形式</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.llxs ? checkTableList.llxs : '--' }}</td>
            <td style="border-top: none;border-right: none">是否可担保</td>
            <td style="border-top: none">{{ checkTableList.dbjs ? checkTableList.dbjs : '--'
            }}
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td>票面利率(%)</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.pmll ? checkTableList.pmll : '--' }}</td>
            <td style="border-top: none;border-right: none">付息周期</td>
            <td style="border-top: none">{{ checkTableList.fxzq ? checkTableList.fxzq : '--' }}
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td>还本方式</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.hbfs ? checkTableList.hbfs : '--' }}</td>
            <td style="border-top: none;border-right: none">计价方式</td>
            <td style="border-top: none">{{ checkTableList.jjfs ? checkTableList.jjfs : '--' }}
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none">
            <td>应计利息额(元)</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.yjlse ? checkTableList.yjlse : '--' }}</td>
            <td style="border-top: none;border-right: none">标准券折算率</td>
            <td style="border-top: none">{{ checkTableList.bzqzsl ? checkTableList.bzqzsl : '--' }}
            </td>
          </tr>
          <tr class="rentThClass tableBackadd" style="border-style: none">
            <td>增信方式</td>
            <td colspan="3">
              <span>{{ checkTableList.zxfs ? checkTableList.zxfs : '--' }}</span>
            </td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none;">
            <td>选择权条款</td>
            <td style="border-top: none;border-right: none">{{ checkTableList.xzqtk ? checkTableList.xzqtk : '--' }}
            </td>
            <td style="border-top: none;border-right: none">允许的投资者范围</td>
            <td style="border-top: none">{{ checkTableList.tzzfw ? checkTableList.tzzfw : '--' }}</td>
          </tr>
          <tr class="rentThClass2 tableBackadd" style="border-style: none;">
            <td>最新债券评级</td>
            <td style="border-top: none;border-right: none">
              {{ checkTableList.zxzqpj ? checkTableList.zxzqpj : '--' }}</td>
            <td style="border-top: none;border-right: none">最新主体评级</td>
            <td style="border-top: none">{{ checkTableList.zxztpj ? checkTableList.zxztpj : '--' }}</td>
          </tr>
          <tr class="rentThClass tableBackadd" style="border-style: none">
            <td>最新主体评级展望</td>
            <td colspan="3">
              <span>{{ checkTableList.zxztzw ? checkTableList.zxztzw : '--' }}</span>
            </td>
          </tr>
        </table>
      </div>
      <div v-show="zqfxxqName === 'zqfxxqTab2'">
        <Table ref="approvalProgressList" border :columns="detailtab2" :data="detailtab2Date" :loading="loadingzqfxxqTab"
          :max-height="600">
          <template slot="action" slot-scope="params">
            <Tooltip content="查看" class="tableActionMargin" theme="light" transfer max-width="200" placement="top">
              <Icon custom="custom custom-chakan" size="18" :class="defaultassetsmode ? 'disabledIcon' : 'actionIcon'"
                @click="checkRentclick2(params.row)" />
            </Tooltip>
          </template>
        </Table>
        <div style="margin-top: 12px">
        <div v-if="StockExchangeTab3 == '上交所'">
          <RadioGroup v-model="CJHQType" @on-change="changeCJHQ">
            <Radio label="bond_sse_price">点击成交行情</Radio>
            <Radio label="bond_sse_bidding">匹配成交行情</Radio>
          </RadioGroup>
          <Table ref="approvalProgressList" border :columns="DJCJHQColumns" :data="detailtab2Date" v-if="CJHQType == 'bond_sse_price'" style="margin-top: 12px"
            :loading="loadingzqfxxqTab" :max-height="600">
            <template slot="action" slot-scope="params">
              <Tooltip content="查看" class="tableActionMargin" theme="light" transfer max-width="200" placement="top">
                <Icon custom="custom custom-chakan" size="18" :class="defaultassetsmode ? 'disabledIcon' : 'actionIcon'"
                  @click="checkRentclick2(params.row)" />
              </Tooltip>
            </template>
          </Table>
          <Table ref="approvalProgressList" border :columns="PPCJHQColumns" style="margin-top: 12px" :data="detailtab2Date" v-if="CJHQType == 'bond_sse_bidding'"
            :loading="loadingzqfxxqTab" :max-height="600">
            <template slot="action" slot-scope="params">
              <Tooltip content="查看" class="tableActionMargin" theme="light" transfer max-width="200" placement="top">
                <Icon custom="custom custom-chakan" size="18" :class="defaultassetsmode ? 'disabledIcon' : 'actionIcon'"
                  @click="checkRentclick2(params.row)" />
              </Tooltip>
            </template>
          </Table>
        </div>
       <div style="margin-top: 12px">
          <Page :current="pageIndexzq" :total="TotalItemszq" :page-size="8" style="text-align: right"
            @on-change="changePageIndexzq2" show-elevator ref="pagesChange1" />
        </div>
        </div>
      </div>
      <div v-show="zqfxxqName === 'zqfxxqTab3'">
        <Table ref="approvalProgressList" border :columns="detailtab3" :data="detailtab3Date" :loading="loadingzqfxxqTab"
@@ -513,7 +584,8 @@
  },
  data() {
    return {
      detailInfo:{},
      CJHQType: '点击成交行情',
      detailInfo: {},
      loadingzqfxxqTab: false,
      showzqfxxqTab: false,
      approvalProgressListTab3: [],
@@ -732,9 +804,8 @@
    checkRentclick3(params) {
      console.log(params);
      this.detailInfo = params
      this.checkTableList=params
      this.$refs.zqfxxqTab.activeKey = 'zqfxxqTab1'
      this.zqfxxqTab('zqfxxqTab1')
      this.zqfxxqTab('zqfxxqTab1', params)
      this.zqfxssShow = true
    },
    changeSelect(e) {
@@ -873,6 +944,9 @@
    },
    getRentList() {
      this.pageIndex1 = 1
      this.pageIndex2 = 1
      this.pageIndex3 = 1
      console.log(this.searchName);
      if (this.titName === 'tab1') {
        if (this.tabName1 === 'tab1-1') {
@@ -1270,6 +1344,11 @@
          }
        );
    },
    changeCJHQ(){
      this.pageIndexzq = 1
      this.getPageBondPrice()
    },
    //获取债券行情数据
    getPageBondPrice() {
      this.loadingzqfxxqTab = true
@@ -1277,7 +1356,7 @@
        pageIndex: this.pageIndexzq,
        pageSize: 8,
        title: this.detailInfo.DebtShort,
        tableName: this.StockExchangeTab3 == '上交所' ? 'bond_sse_price' : 'bond_szse_price',
        tableName: this.CJHQType,
      };
      axios
        .request({
@@ -1391,16 +1470,44 @@
    },
    //债券发行上市弹窗
    zqfxxqTab(e) {
    zqfxxqTab(e, params) {
      this.CJHQType='bond_sse_price'
      console.log(e);
      this.zqfxxqName = e
      this.pageIndexzq = 1
      if (this.zqfxxqName === 'zqfxxqTab3') {
        this.getPageBondAnnouncement()
      } else if (this.zqfxxqName === 'zqfxxqTab2') {
        this.getPageBondPrice()
        if(this.StockExchangeTab3=='上交所'){
          this.getPageBondPrice()
        }else{
          this.getPageBondPrice()
        }
      } else if (this.zqfxxqName === 'zqfxxqTab1') {
        if (this.StockExchangeTab3 == '深交所') {
          axios.request({
            url: "/BankYj/GetBondSzseDebtDetail",
            data: {
              code: params.DebtCode
            },
            method: "post",
          }).then(
            (res) => {
              if (res.data.Check) {
                this.checkTableList = res.data.Data[0] ? res.data.Data[0] : {}
              } else {
              }
            },
            (res) => {
            }
          );
        } else {
          this.checkTableList = params
        }
      }
    },
    changeDetailTab1(e) {
@@ -1858,7 +1965,7 @@
        title: "关系",
        key: "Issuer",
        render: (h, params) => {
          if (params.row.Issuer == this.searchName||params.row.OrigHolder==this.searchName) {
          if (params.row.Issuer == this.searchName || params.row.OrigHolder == this.searchName) {
            return h("span", '主公司');
          } else {
            return h("span", '子公司');
@@ -2244,7 +2351,7 @@
        key: "DebtAverage",
        render: (h, params) => {
          if (params.row.DebtAverage) {
            return h("span",this.CustomMethods.toDecimal(params.row.DebtAverage,2));
            return h("span", this.CustomMethods.toDecimal(params.row.DebtAverage, 2));
          } else {
            return h("span", "--");
          }
@@ -2256,7 +2363,7 @@
        key: "DebtTotalNo",
        render: (h, params) => {
          if (params.row.DebtTotalNo) {
            return h("span", this.CustomMethods.numTo$(params.row.DebtTotalNo,0));
            return h("span", this.CustomMethods.numTo$(params.row.DebtTotalNo, 0));
          } else {
            return h("span", "--");
          }
@@ -2280,7 +2387,7 @@
        key: "DebtTradeNo",
        render: (h, params) => {
          if (params.row.DebtTradeNo) {
            return h("span", this.CustomMethods.numTo$(params.row.DebtTradeNo,0));
            return h("span", this.CustomMethods.numTo$(params.row.DebtTradeNo, 0));
          } else {
            return h("span", "--");
          }
@@ -2292,7 +2399,7 @@
        key: "DebtNewprofit",
        render: (h, params) => {
          if (params.row.DebtNewprofit) {
            return h("span",this.CustomMethods.toDecimal(params.row.DebtNewprofit));
            return h("span", this.CustomMethods.toDecimal(params.row.DebtNewprofit));
          } else {
            return h("span", "--");
          }
@@ -2350,6 +2457,411 @@
      });
      return columns;
    },
    DJCJHQColumns() {
      let columns = [];
      columns.push({
        title: "债券代码",
        key: "code",
        render: (h, params) => {
          return h("span",  this.detailInfo.DebtCode);
        },
        width: 120,
        align: "center",
      });
      columns.push({
        title: "债券简称",
        key: "Title",
        render: (h, params) => {
          if (params.row.Title) {
            return h("span", params.row.Title);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "时间",
        key: "DebtDate",
        render: (h, params) => {
          if (params.row.DebtDate) {
            return h("span", params.row.DebtDate);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "昨日参考价",
        key: "DebtNew",
        render: (h, params) => {
          if (params.row.DebtNew) {
            return h("span", params.row.DebtNew);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "开盘",
        key: "DebtOn",
        render: (h, params) => {
          if (params.row.DebtOn) {
            return h("span", params.row.DebtOn);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "最高",
        key: "DebtMax",
        render: (h, params) => {
          if (params.row.DebtMax) {
            return h("span", params.row.DebtMax);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "最低",
        key: "DebtMin",
        render: (h, params) => {
          if (params.row.DebtMin) {
            return h("span", params.row.DebtMin);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "最新",
        key: "DebtNew",
        render: (h, params) => {
          if (params.row.DebtNew) {
            return h("span", params.row.DebtNew);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "加权平均价",
        key: "DebtAverage",
        render: (h, params) => {
          if (params.row.DebtAverage) {
            return h("span", this.CustomMethods.toDecimal(params.row.DebtAverage, 2));
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      }); columns.push({
        title: "总成交量",
        key: "DebtTotalNo",
        render: (h, params) => {
          if (params.row.DebtTotalNo) {
            return h("span", this.CustomMethods.numTo$(params.row.DebtTotalNo, 0));
          } else {
            return h("span", "--");
          }
        },
        width: 100,
        align: "center",
      }); columns.push({
        title: "总成交金额(万元)",
        key: "DebtTotalprice",
        render: (h, params) => {
          if (params.row.DebtTotalprice) {
            return h("span", this.CustomMethods.numTo$(params.row.DebtTotalprice));
          } else {
            return h("span", "--");
          }
        },
        width: 100,
        align: "center",
      }); columns.push({
        title: "总成交笔数",
        key: "DebtTradeNo",
        render: (h, params) => {
          if (params.row.DebtTradeNo) {
            return h("span", this.CustomMethods.numTo$(params.row.DebtTradeNo, 0));
          } else {
            return h("span", "--");
          }
        },
        width: 100,
        align: "center",
      });
      columns.push({
        title: "最高价收益率(%)",
        key: "DebtMaxprofit",
        render: (h, params) => {
          if (params.row.DebtMaxprofit) {
            return h("span", this.CustomMethods.toDecimal(params.row.DebtMaxprofit));
          } else {
            return h("span", "--");
          }
        },
        width: 100,
        align: "center",
      });
      columns.push({
        title: "最低价收益率(%)",
        key: "DebMinprofit",
        render: (h, params) => {
          if (params.row.DebMinprofit) {
            return h("span", this.CustomMethods.toDecimal(params.row.DebMinprofit));
          } else {
            return h("span", "--");
          }
        },
        width: 100,
        align: "center",
      }); columns.push({
        title: "最新价收益率(%)",
        key: "DebtNewprofit",
        render: (h, params) => {
          if (params.row.DebtNewprofit) {
            return h("span", this.CustomMethods.toDecimal(params.row.DebtNewprofit));
          } else {
            return h("span", "--");
          }
        },
        width: 100,
        align: "center",
      });
      return columns;
    },
    PPCJHQColumns(){
      let columns = [];
      columns.push({
        title: "代码",
        key: "DebtCode",
        render: (h, params) => {
          if (params.row.DebtCode) {
            return h("span", params.row.DebtCode);
          } else {
            return h("span", "--");
          }
        },
        width: 120,
        align: "center",
      });
      columns.push({
        title: "债券简称",
        key: "Title",
        render: (h, params) => {
          if (params.row.Title) {
            return h("span", params.row.Title);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "债券扩位简称",
        key: "Debt",
        render: (h, params) => {
          if (params.row.Debt) {
            return h("span", params.row.Debt);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "最新",
        key: "DebtLatest",
        render: (h, params) => {
          if (params.row.DebtLatest) {
            return h("span", params.row.DebtLatest);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "涨幅%",
        key: "DebtUp",
        render: (h, params) => {
          if (params.row.DebtUp) {
            return h("span", params.row.DebtUp);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "涨跌",
        key: "DebtDown",
        render: (h, params) => {
          if (params.row.DebtDown) {
            return h("span", params.row.DebtDown);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "现手",
        key: "DebtHand",
        render: (h, params) => {
          if (params.row.DebtHand) {
            return h("span", params.row.DebtHand);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "总手",
        key: "DebtAll",
        render: (h, params) => {
          if (params.row.DebtAll) {
            return h("span", params.row.DebtAll);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "开盘",
        key: "DebtHand",
        render: (h, params) => {
          if (params.row.DebtHand) {
            return h("span", params.row.DebtHand);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "最高",
        key: "DebtMax",
        render: (h, params) => {
          if (params.row.DebtMax) {
            return h("span", params.row.DebtMax);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "最低",
        key: "DebtMin",
        render: (h, params) => {
          if (params.row.DebtMin) {
            return h("span", params.row.DebtMin);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "买入",
        key: "DebtBuy",
        render: (h, params) => {
          if (params.row.DebtBuy) {
            return h("span", params.row.DebtBuy);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "卖出",
        key: "DebtSell",
        render: (h, params) => {
          if (params.row.DebtSell) {
            return h("span", params.row.DebtSell);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "昨收",
        key: "DebtLastget",
        render: (h, params) => {
          if (params.row.DebtLastget) {
            return h("span", params.row.DebtLastget);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "成交额",
        key: "DebtCash",
        render: (h, params) => {
          if (params.row.DebtCash) {
            return h("span", params.row.DebtCash);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      columns.push({
        title: "振幅",
        key: "DebtWave",
        render: (h, params) => {
          if (params.row.DebtWave) {
            return h("span", params.row.DebtWave);
          } else {
            return h("span", "--");
          }
        },
        minWidth: 100,
        align: "center",
      });
      return columns;
    }
  },