|
@@ -0,0 +1,297 @@
|
|
|
+<template>
|
|
|
+ <div class="about-cont">
|
|
|
+ <div class="top-banner" />
|
|
|
+ <p class="tool-title" style="margin-top: 7vw;">进口商额度评估</p>
|
|
|
+ <p style="font-size: 3.64vw; color: #575757; margin: 4vw 3.9vw 8vw; line-height: 5.46vw; text-align: center;">为跨境贸易的进口商提供包括保险公司、境内外银行、保理公司等专业机构的信用额度评估服务,有效避免贸易双方信息不对称,从而大幅提升合作的可行性与可靠性。</p>
|
|
|
+ <p class="tool-title" style="margin-top: 7vw;">服务流程</p>
|
|
|
+ <div class="net-area">
|
|
|
+ <div v-for="item in serviceList" :key="item.name" :style="{backgroundImage: `url(${item.icon})`}">
|
|
|
+ {{ item.name }}
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <p class="tool-title" style="margin-top: 7vw; margin-bottom: 2vw;">快速查询进口商额度</p>
|
|
|
+ <div class="tabs-content">
|
|
|
+ <el-form
|
|
|
+ ref="tab2"
|
|
|
+ :model="form2"
|
|
|
+ :rules="rule2"
|
|
|
+ label-position="top"
|
|
|
+ class="form-box"
|
|
|
+ >
|
|
|
+ <el-form-item label="1、进口商所在的国家和地区" prop="region">
|
|
|
+ <el-radio-group v-model="form2.region" @change="regionChange">
|
|
|
+ <el-radio label="Asia">亚洲</el-radio>
|
|
|
+ <el-radio label="Europe">欧洲</el-radio>
|
|
|
+ <el-radio label="Africa">非洲</el-radio>
|
|
|
+ <el-radio label="NAmerica">北美洲</el-radio>
|
|
|
+ <el-radio label="SAmerica">南美洲</el-radio>
|
|
|
+ <el-radio label="Oceania">大洋洲</el-radio>
|
|
|
+ </el-radio-group>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="" prop="country">
|
|
|
+ <el-select v-model="form2.country" placeholder="请选择国家" @change="moneyUnit = ''; money = '--'">
|
|
|
+ <el-option
|
|
|
+ v-for="item in countryList"
|
|
|
+ :key="item.code"
|
|
|
+ :label="item.name"
|
|
|
+ :value="item.code"
|
|
|
+ />
|
|
|
+ </el-select>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="2、进口商有无官方网站?" prop="officialWebsite">
|
|
|
+ <el-radio-group v-model="form2.officialWebsite" @change="moneyUnit = ''; money = '--'">
|
|
|
+ <el-radio label="1">有</el-radio>
|
|
|
+ <el-radio label="2">无</el-radio>
|
|
|
+ </el-radio-group>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="3、进口商企业类型" prop="buyerEnterpriseType">
|
|
|
+ <el-radio-group v-model="form2.buyerEnterpriseType" @change="moneyUnit = ''; money = '--'">
|
|
|
+ <el-radio label="1">生产型</el-radio>
|
|
|
+ <el-radio label="2">贸易型</el-radio>
|
|
|
+ <el-radio label="3">服务类</el-radio>
|
|
|
+ <el-radio label="4">其他类</el-radio>
|
|
|
+ </el-radio-group>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="4、与进口商合作的时间?" prop="buyerCooperationTime">
|
|
|
+ <el-radio-group v-model="form2.buyerCooperationTime" @change="moneyUnit = ''; money = '--'">
|
|
|
+ <el-radio label="1">6个月及以下</el-radio>
|
|
|
+ <el-radio label="2">6个月-1年 </el-radio>
|
|
|
+ <el-radio label="3">1-3年</el-radio>
|
|
|
+ <el-radio label="4">3年及以上</el-radio>
|
|
|
+ </el-radio-group>
|
|
|
+ </el-form-item>
|
|
|
+ <el-form-item label="5、进口商历史最长回款账期" prop="buyerMaximumPaybackPeriod">
|
|
|
+ <el-radio-group v-model="form2.buyerMaximumPaybackPeriod" @change="moneyUnit = ''; money = '--'">
|
|
|
+ <el-radio label="1">无回款</el-radio>
|
|
|
+ <el-radio label="2">30—90天 </el-radio>
|
|
|
+ <el-radio label="3">90—120天</el-radio>
|
|
|
+ <el-radio label="4">120—180天</el-radio>
|
|
|
+ <el-radio label="5">180天及以上</el-radio>
|
|
|
+ </el-radio-group>
|
|
|
+ </el-form-item>
|
|
|
+ <template v-if="showResult">
|
|
|
+ <h5 class="caculate-money">预估授信额度:<span>{{ moneyUnit }} {{ money }}</span></h5>
|
|
|
+ <div class="caculate-desc">此额度只是初步估算所得,最终的授信额度将根据您的具体情况和申请资料综合确定。</div>
|
|
|
+ </template>
|
|
|
+ <el-button v-if="money === '--'" type="primary" @click="confirm">提交</el-button>
|
|
|
+ <el-button v-if="money !== '--'" type="primary" @click="toRegister">去注册</el-button>
|
|
|
+ </el-form>
|
|
|
+ </div>
|
|
|
+ <p class="tool-title" style="margin-top: 7vw; margin-bottom: 2vw;">合作伙伴</p>
|
|
|
+ <div class="friend-list">
|
|
|
+ <div v-for="(item, index) in friendsList" :key="item" :style="{backgroundImage: `url(${item})`, marginRight: index === 3 || index === 7 ? 0 : '4vw'}" />
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+import { getCountryByRegoin, getCreditQuota } from '@/api/common'
|
|
|
+export default {
|
|
|
+ data() {
|
|
|
+ return {
|
|
|
+ serviceList: [
|
|
|
+ { name: '填写核额信息', icon: require('@/assets/exportTrade/recordOrder.svg') },
|
|
|
+ { name: '系统在线评估', icon: require('@/assets/tradeService/asset-online.svg') },
|
|
|
+ { name: '评估结果反馈', icon: require('@/assets/tradeService/asset-question.svg') }
|
|
|
+ ],
|
|
|
+ form2: {
|
|
|
+ region: '',
|
|
|
+ officialWebsite: '',
|
|
|
+ buyerEnterpriseType: '',
|
|
|
+ buyerCooperationTime: '',
|
|
|
+ buyerMaximumPaybackPeriod: '',
|
|
|
+ country: ''
|
|
|
+ },
|
|
|
+ rule2: {
|
|
|
+ region: [
|
|
|
+ { required: true, message: '请选择进口商所在的国家和地区', trigger: 'change' }
|
|
|
+ ],
|
|
|
+ country: [
|
|
|
+ { required: true, message: '请选择进口商所在的国家和地区', trigger: 'blur' }
|
|
|
+ ],
|
|
|
+ officialWebsite: [
|
|
|
+ { required: true, message: '请选择进口商有无官方网站', trigger: 'change' }
|
|
|
+ ],
|
|
|
+ buyerEnterpriseType: [
|
|
|
+ { required: true, message: '请选择进口商企业类型', trigger: 'change' }
|
|
|
+ ],
|
|
|
+ buyerCooperationTime: [
|
|
|
+ { required: true, message: '请选择与进口商合作的时间', trigger: 'change' }
|
|
|
+ ],
|
|
|
+ buyerMaximumPaybackPeriod: [
|
|
|
+ { required: true, message: '请选择进口商历史最长回款账期', trigger: 'change' }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ money: '--',
|
|
|
+ moneyUnit: '',
|
|
|
+ friendsList: [
|
|
|
+ require('@/assets/tradeService/friend-1.svg'),
|
|
|
+ require('@/assets/tradeService/friend-2.svg'),
|
|
|
+ require('@/assets/tradeService/friend-3.svg'),
|
|
|
+ require('@/assets/tradeService/friend-4.svg'),
|
|
|
+ require('@/assets/tradeService/friend-5.svg'),
|
|
|
+ require('@/assets/tradeService/friend-6.svg'),
|
|
|
+ require('@/assets/tradeService/friend-7.svg'),
|
|
|
+ require('@/assets/tradeService/friend-8.svg')
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ methods: {
|
|
|
+ toPage(url) {
|
|
|
+ window.open(url, '_blank')
|
|
|
+ },
|
|
|
+ confirm() {
|
|
|
+ this.$refs.tab2.validate(flag => {
|
|
|
+ if (flag) {
|
|
|
+ this.calcuteMethod()
|
|
|
+ }
|
|
|
+ })
|
|
|
+ },
|
|
|
+ // 查询国家
|
|
|
+ regionChange() {
|
|
|
+ if (this.form2.region) {
|
|
|
+ this.moneyUnit = ''
|
|
|
+ this.money = '--'
|
|
|
+ this.form2.country = ''
|
|
|
+ const postData = new FormData()
|
|
|
+ postData.append('continent', this.form2.region)
|
|
|
+ getCountryByRegoin(postData).then(res => {
|
|
|
+ this.countryList = res.data || []
|
|
|
+ })
|
|
|
+ }
|
|
|
+ },
|
|
|
+ // 计算授信额度
|
|
|
+ calcuteMethod() {
|
|
|
+ const data = { ...this.form2 }
|
|
|
+ getCreditQuota(data).then(res => {
|
|
|
+ this.$message.success('计算成功')
|
|
|
+ this.money = res.data.amount / 10000 + '万'
|
|
|
+ this.moneyUnit = res.data.currency === 'USD' ? '$ ' : '¥ '
|
|
|
+ this.showResult = true
|
|
|
+ })
|
|
|
+ },
|
|
|
+ toRegister() {
|
|
|
+ this.$store.commit('app/SET_REGISTER_STATE', true)
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+</script>
|
|
|
+
|
|
|
+<style lang="scss" scoped>
|
|
|
+.about-cont {
|
|
|
+ background-color: #fff;
|
|
|
+ // padding: 0 0 180px;
|
|
|
+ .top-banner {
|
|
|
+ width: 94vw;
|
|
|
+ height: 44vw;
|
|
|
+ margin-top: 80px;
|
|
|
+ margin-left: 3vw;
|
|
|
+ background: url('../../../assets/tradeService/bac-phone.jpg') no-repeat center;
|
|
|
+ background-size: 100%;
|
|
|
+ }
|
|
|
+ .net-area {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin: 5vw 11.9vw 20vw;
|
|
|
+ div {
|
|
|
+ width: 13vw;
|
|
|
+ height: 13vw;
|
|
|
+ border-radius: 13vw;
|
|
|
+ background-color: #32373E;
|
|
|
+ color: #131820;
|
|
|
+ font-size: 3.12vw;
|
|
|
+ text-align: center;
|
|
|
+ line-height: 36.5vw;
|
|
|
+ position: relative;
|
|
|
+ background-size: 5.2vw;
|
|
|
+ background-position: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ white-space: nowrap;
|
|
|
+ text-indent: -3vw;
|
|
|
+ }
|
|
|
+ div::after {
|
|
|
+ content: '';
|
|
|
+ display: inline-block;
|
|
|
+ width: 20vw;
|
|
|
+ height: 2px;
|
|
|
+ background-color: #32373E;
|
|
|
+ position: absolute;
|
|
|
+ left: 13vw;
|
|
|
+ top: 50%;
|
|
|
+ }
|
|
|
+ div:last-child::after {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .tool-title {
|
|
|
+ text-align: center;
|
|
|
+ font-size: 4.16vw;
|
|
|
+ font-weight: 700;
|
|
|
+ color:#131820;
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ .tabs-content {
|
|
|
+ width: 100vw;
|
|
|
+ display: flex;
|
|
|
+ justify-content: flex-end;
|
|
|
+ background-size: 100vw auto;
|
|
|
+ background-position: 0 0;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-image: url("../../../assets/login/kua-bac-phone-2.jpg");
|
|
|
+ .form-box {
|
|
|
+ margin-top: 48vw;
|
|
|
+ width: 100vw;
|
|
|
+ padding: 40px 20px;
|
|
|
+ .el-button {
|
|
|
+ width: 260px;
|
|
|
+ height: 40px;
|
|
|
+ margin-left: 50%;
|
|
|
+ transform: translateX(-50%);
|
|
|
+ margin-top: 1vw;
|
|
|
+ font-size: 14px
|
|
|
+ }
|
|
|
+ .caculate-money {
|
|
|
+ width: 100%;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #222931;
|
|
|
+ margin-bottom: 10px;
|
|
|
+ span {
|
|
|
+ color: #FE7D0B;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .caculate-desc {
|
|
|
+ width: 100%;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #666666;
|
|
|
+ line-height: 22px;
|
|
|
+ text-indent: 15px;
|
|
|
+ margin-bottom: 15px;
|
|
|
+ }
|
|
|
+ .el-form-item > .el-form-item__content > .el-radio-group > .el-radio {
|
|
|
+ margin-bottom: 10px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .friend-list {
|
|
|
+ width: 92vw;
|
|
|
+ margin: 3vw auto 200px;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ flex-wrap: wrap;
|
|
|
+ justify-content: space-between;
|
|
|
+ div {
|
|
|
+ width: 18vw;
|
|
|
+ height: 8.32vw;
|
|
|
+ background-size: 100%;
|
|
|
+ background-position: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ margin-bottom: 4vw;
|
|
|
+ margin-right: 4vw;
|
|
|
+ flex-grow: 1;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+</style>
|