| | |
| | | window.open('https://rzd.rensofter.com/') |
| | | return false |
| | | |
| | | |
| | | // next({ |
| | | // name: 'consumptionRecords' |
| | | // }) |
| | | } else if (to.path == '/fingpt') { |
| | | window.open('https://76b1fb3a.r8.vip.cpolar.cn/') |
| | | return false |
| | | } |
| | | if (store.state.user.hasGetInfo) { |
| | | turnTo(to, store.state.user.access, next) |
| | |
| | | }, |
| | | component: parentView, |
| | | children: [ |
| | | { |
| | | path: '/riskControlReportORC', |
| | | name: 'riskControlReportORC', |
| | | meta: { |
| | | icon: 'custom custom-chuli', |
| | | title: '公司财报OCR' |
| | | }, |
| | | component: () => |
| | | import('@/view/risk-control/risk-control-tool/riskControlReportORC/risk-control-report-orc.vue') |
| | | }, |
| | | // { |
| | | // path: '/riskControlReportORC', |
| | | // name: 'riskControlReportORC', |
| | | // meta: { |
| | | // icon: 'custom custom-chuli', |
| | | // title: '公司财报OCR' |
| | | // }, |
| | | // component: () => |
| | | // import('@/view/risk-control/risk-control-tool/riskControlReportORC/risk-control-report-orc.vue') |
| | | // }, |
| | | { |
| | | path: '/riskControlReportFK', |
| | | name: 'riskControlReportFK', |
| | |
| | | component: () => |
| | | import('@/view/risk-control/risk-control-application/dueDiligence.vue') |
| | | }, |
| | | |
| | | |
| | | ] |
| | | }, |
| | | { |
| | |
| | | component: () => |
| | | import('@/view/risk-control/risk-control-application/investmentAdvisory.vue') |
| | | }, |
| | | { |
| | | path: '/fingpt', |
| | | name: 'fingpt', |
| | | meta: { |
| | | icon: 'custom custom-dayin', |
| | | title: '仁软金融GPT' |
| | | }, |
| | | component: () => |
| | | import('@/view/risk-control/risk-control-application/fingpt.vue') |
| | | }, |
| | | ] |
| | | }, |
| | | ] |
| | |
| | | </div> |
| | | <div class="clearfix"> |
| | | <Table :data="changeRecords" :columns="ChangeRecordsColumns" transfer border> |
| | | <template slot="BeforeContent" slot-scope="params"> |
| | | <span v-if="params.row.BeforeContent.length < 60">{{ |
| | | params.row.BeforeContent ? params.row.BeforeContent : '--' |
| | | }}</span> |
| | | <Poptip v-else :content="params.row.BeforeContent" trigger="hover" placement="top-end" width="800" word-wrap |
| | | transfer> |
| | | <span style="cursor: pointer;">{{ `${params.row.BeforeContent.substring(0, 60)}...` }}</span> |
| | | </Poptip> |
| | | <template slot="contentBefore" slot-scope="params"> |
| | | <div v-html="params.row.contentBefore ? params.row.contentBefore.replace(/姓名/g, '<br/>姓名') : '--'"></div> |
| | | </template> |
| | | <template slot="AfterContent" slot-scope="params"> |
| | | <span v-if="params.row.AfterContent.length < 60">{{ |
| | | params.row.AfterContent ? params.row.AfterContent : '--' |
| | | }}</span> |
| | | <Poptip v-else :content="params.row.AfterContent" trigger="hover" placement="top-end" width="800" word-wrap |
| | | transfer> |
| | | <span style="cursor: pointer;">{{ `${params.row.AfterContent.substring(0, 60)}...` }}</span> |
| | | </Poptip> |
| | | <template slot="contentAfter" slot-scope="params"> |
| | | <div v-html="params.row.contentAfter ? params.row.contentAfter.replace(/姓名/g, '<br/>姓名') : '--'"></div> |
| | | </template> |
| | | </Table> |
| | | <Page :current="changeRecordsPageIndex" :total="bianGengJiLuSum" :page-size="5" |
| | |
| | | // if (this.fullDetail.ChangeRecords) { |
| | | this.bianGengJiLuSum = this.fullDetail.ChangeRecords.TotalItems |
| | | this.changeRecords = this.fullDetail.ChangeRecords.Items |
| | | // for (let i = 0; i < this.changeRecords.length; i++) { |
| | | // this.changeRecords[i].contentAfter.replace(/姓名/g, '\n姓名') |
| | | // this.changeRecords[i].contentBefore.replace(/姓名/g, '\n姓名') |
| | | // } |
| | | console.log(this.changeRecords); |
| | | // } |
| | | // this.changeRecords = res.data.Data.Item |
| | | // this.bianGengJiLuSum= |
| | |
| | | columns.push({ |
| | | title: '变更前', |
| | | key: 'contentBefore', |
| | | render: (h, params) => { |
| | | return h('span', params.row.contentBefore ? params.row.contentBefore : '--') |
| | | } |
| | | // slot: 'BeforeContent' |
| | | // render: (h, params) => { |
| | | // return h('span', params.row.contentBefore ? params.row.contentBefore: '--') |
| | | // }, |
| | | slot: 'contentBefore' |
| | | }) |
| | | columns.push({ |
| | | title: '变更后', |
| | | key: 'contentAfter', |
| | | render: (h, params) => { |
| | | return h('span', params.row.contentAfter ? params.row.contentAfter : '--') |
| | | } |
| | | // slot: 'AfterContent' |
| | | // render: (h, params) => { |
| | | // return h('span', params.row.contentAfter ? params.row.contentAfter: '--') |
| | | // }, |
| | | slot: 'contentAfter' |
| | | }) |
| | | |
| | | return columns |
| | |
| | | <tr> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">审判人员</td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | | {{ FLSSdetail.trialPerson ? FLSSdetail.trialPerson : '--' }} |
| | | <!-- {{ FLSSdetail.trialPerson ? FLSSdetail.trialPerson : '--' }} --> |
| | | <p v-if="FLSSdetail.trialPerson && FLSSdetail.trialPerson.length == 0">--</p> |
| | | <p v-else v-html="FLSSdetail.trialPerson"></p> |
| | | </td> |
| | | <td style="width: 160px;font-weight: normal;text-align: center;background-color: #f8f8f9;">被上诉人辩称</td> |
| | | <td style="width: 270px;font-weight: normal;text-align: left;background-color: #fff;"> |
| | |
| | | //方法集合 |
| | | methods: { |
| | | goUserAgreement() { |
| | | |
| | | |
| | | window.open('#/UserAgreement') |
| | | }, |
| | | privacyPolicy() { |
| | | |
| | | |
| | | window.open('#/privacyPolicy') |
| | | }, |
| | | login() { |
| | |
| | | }) |
| | | .then( |
| | | (res) => { |
| | | // if (res.data.Check) { |
| | | // this.$router.push('/') |
| | | // localStorage.removeItem('token');//只需要在退出成功后清除了就可以 |
| | | // } |
| | | if (res.data.Check) { |
| | | this.$router.push('login') |
| | | // localStorage.removeItem('token');//只需要在退出成功后清除了就可以 |
| | | } |
| | | }, |
| | | (res) => { |
| | | this.$Message.info(res.data.Msg); |
| | |
| | | height: 100%; |
| | | } |
| | | |
| | | background-image: url(../../assets/images/loginbg11.png) , url(../../assets/images/loginbg2.png); |
| | | background-position: 120px 150px, 0 0; |
| | | background-repeat: no-repeat, repeat; |
| | | background-size: 55% 55% ,100% 100%; |
| | | |
| | | background-image: url(../../assets/images/loginbg11.png), |
| | | url(../../assets/images/loginbg2.png); |
| | | background-position: 120px 150px, |
| | | 0 0; |
| | | background-repeat: no-repeat, |
| | | repeat; |
| | | background-size: 55% 55%, |
| | | 100% 100%; |
| | | |
| | | margin: 0 auto; |
| | | // height: 85%; |
| | | // display: flex; |
| | |
| | | } |
| | | |
| | | .Account { |
| | | height:428px; |
| | | height: 428px; |
| | | padding: 16px; |
| | | position: absolute; |
| | | // top:~'calc(100% - 330px)'; |
| | |
| | | // padding: 30px 30px 30px 30px; |
| | | // background: rgba($color: #ffffff, $alpha: 0.8); |
| | | background: #ffffff; |
| | | |
| | | // right: 100px; |
| | | // display: flex; |
| | | // justify-content: space-between; |
| | | @media screen and(max-width:667px) { |
| | | position: absolute; |
| | | left: calc(~"50% - 83px"); |
| | | |
| | | } |
| | | |
| | | .input { |
| | | width: 300px; |
| | |
| | | background-color: #666666; |
| | | opacity: 0.8; |
| | | color: #ffffff; |
| | | |
| | | .footer { |
| | | // width: 100%; |
| | | // text-align: center; |
| | | // height: 60px; |
| | | // padding-top: 40px; |
| | | width: 100%; |
| | | text-align: center; |
| | | height: 60px; |
| | | background: #0B57BC; |
| | | font-size: 14px; |
| | | color: #FFFFFF; |
| | | letter-spacing: 0; |
| | | text-align: center; |
| | | line-height: 24px; |
| | | text-align: center; |
| | | height: 60px; |
| | | background: #0B57BC; |
| | | font-size: 14px; |
| | | color: #FFFFFF; |
| | | letter-spacing: 0; |
| | | text-align: center; |
| | | line-height: 24px; |
| | | |
| | | .name { |
| | | height: 30px; |
| | | line-height: 40px; |
| | |
| | | cursor: pointer; |
| | | font-size: 12px; |
| | | margin-left: -5px; |
| | | } |
| | | </style>> |
| | | }</style>> |
| | |
| | | position: relative; |
| | | top: -50px; |
| | | |
| | | @media screen and(max-width:667px) { |
| | | width: 300px; |
| | | |
| | | } |
| | | |
| | | .input { |
| | | margin: 20px 0; |
| | | height: 40px; |
| | |
| | | @media screen and (max-width: 667px) { |
| | | .login-con { |
| | | position: absolute; |
| | | left: calc(50% - 73px); |
| | | left: calc(50% - 80px); |
| | | } |
| | | } |
| | | .login-con-header { |
| | |
| | | margin: 0 auto; |
| | | @media screen and(max-width:667px) { |
| | | position: absolute; |
| | | left: calc(~"50% - 73px"); |
| | | left: calc(~"50% - 80px"); |
| | | |
| | | } |
| | | // width: 500px; |
| | |
| | | import piaoDelayInfo from '../../piaoData/piaoDelayInfo.vue' |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | // import tab16 from '../../risk-control/risk-control-application/rentExchangeCompany.vue' |
| | | |
| | | // import tab1 from './components/tab1.vue' |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | routerFrom:'', |
| | | fullName: '', |
| | | firstReport: true, |
| | | investPage: '投资方', |
| | |
| | | } |
| | | }, |
| | | mounted() { |
| | | console.log(this.routerFrom,localStorage.getItem('ZNXGStockName')); |
| | | window.addEventListener('scroll', this.scrollListen, true) |
| | | this.ProjId = localStorage.getItem('RiskProjectId') |
| | | this.CompanyId = localStorage.getItem('RiskCompanyId') |
| | |
| | | } else { |
| | | this.accessShow = false |
| | | } |
| | | if (localStorage.getItem('ZNXGStockName')) { |
| | | if (localStorage.getItem('ZNXGStockName')&&this.routerFrom==='znxg') { |
| | | |
| | | this.getZXZH(localStorage.getItem('ZNXGStockName')) |
| | | localStorage.setItem('ZNXGStockName','') |
| | | } else { |
| | | this.getSearchInfoList() |
| | | } |
| | | console.log(this.tabzy); |
| | | localStorage.setItem('powerAccess', "publicMessage_tool") |
| | | }, |
| | | beforeRouteLeave(to, from, next) { |
| | |
| | | deactivated() { |
| | | |
| | | }, |
| | | beforeRouteEnter(to, from, next) { |
| | | next(vm => { |
| | | // 通过 `vm` 访问组件实例 |
| | | console.log(vm.$route); // 打印当前路由信息,应该与 `from` 参数相同 |
| | | vm.routerFrom=from.name |
| | | }); |
| | | }, |
| | | watch: { |
| | | $route: { |
| | | handler(to, from) { |
| | |
| | | on:{ |
| | | click:()=>{ |
| | | localStorage.setItem('ZNXGStockName',params.row['股票简称']) |
| | | this.$router.push({ |
| | | path: '/investmentAdvisory', |
| | | }) |
| | | this.$router.push('investmentAdvisory') |
| | | } |
| | | } |
| | | }, |