Commit 82a31b8c authored by anxixi's avatar anxixi

静态页面及部分中英文

parent fdba87a3
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select, button {
contnetformhtml, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select, button {
margin: 0;
padding: 0;
font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
......@@ -1418,8 +1418,16 @@ i {
}
.el-form-item__content{
margin-left: 10px;
width:calc(100% - 200px);
}
}
.contnetformsub {
.el-form-item__content{
width:calc(100% - 200px);
}
}
.contnetform260 {
.el-form-item{
margin:0;
......@@ -1432,9 +1440,6 @@ i {
width:calc(100% - 260px);
}
}
.itemcontent .el-form-item__content{
width:calc(100% - 200px);
}
//轮播图小圆点
.imagesList .el-carousel__button{
......
......@@ -505,6 +505,94 @@ module.exports = {
systemMsg:"系统消息",
intentionMsg:"意向消息",
detail:"消息详情",
},
//科创企业发布及相关中文============================================================================================
//通用
currencyjson:{
wrkbench:'我的工作台',
preservation:'保存',
confirm:'确认',
cancel:'取消',
confirmnext:'保存,下一步',
companyLogoUrltext:'请确保图片清晰、完整,仅支持PNG,JPG,最大不超过2M',
plchoose:'请选择',
numberin:'序号',
action:'操作',
prestep:'返回上一步',
},
//发布
releasejson:{
release:'发布项目',
label1:'01 项目基础信息',
label2:'02 产品介绍',
label3:'03 市场合作需求',
label4:'04 公司概括',
establish:'创建项目大概需要5-10分钟',
subsuccess:'提交成功',
textsuccess:'您提交的数据已上传,请耐心等待审核,我们将在3日内进行审核,审核通过后将在前台展示,如需修改请到“我的工作台-我发布的项目”中修改。',
seepeople:'找客户',
seeproject:'查看项目',
goauth:'去认证',
userinstruc:'用户须知',
usertext:'为了更方便、更高效的匹配科创项目,请您根据页面指引和提示字段,提交真实、准确、详细的企业信息和需求信息。',
agreecontinue:'同意并继续',
//第一步
projectName:'项目名称:',
plprojectName:'请输入项目名称',
companyName:'公司全称:',
plcompanyName:'请输入公司全称',
companyIntroduction:'一句话介绍:',
plcompanyIntroduction:'请输入一句话介绍',
projectIndustryList:'所属行业:',
plprojectIndustryList:'请选择最多三个行业领域',
companyWebsite:'公司网站:',
ercompanyWebsite:'公司网站填写错误',
plcompanyWebsite:'请输入公司网站',
officialAccount:'公众号:',
plofficialAccount:'请输入公众号',
company:'公司总部所在地:',
plnation:'请选择国家',
plprovince:'请选择省份',
plcity:'请选择市区',
companyLogoUrl:'公司logo:',
compantype:'上传图片只能是 png,jpg 格式',
compansize:'上传图片大小不能超过 2MB',
uploadtext:'请上传名片',
companylabelof:'已存在相同标签,请修改',
companyLabelList:'行业通俗标签:',
newcompany:'添加新标签',
plcompany:'请输入标签',
//第二步
projectModel:'产品形态:',
projectPhase:'产品阶段:',
projectInstroduction:'产品概述:',
plprojectModel:'请选择产品形态:',
plprojectPhase:'请选择产品阶段:',
plprojectInstroduction:'请输入产品概述,最多输入500个字符:',
projectPicUrlList:'产品图片:',
uploadpicUrl:'请上传图片',
projectLightspotList:'产品/服务亮点:',
isProjectPatent:'是否拥有专利:',
uploadbp:'项目BP:',
projectlight:'产品亮点',
addprojectlight:'添加产品亮点',
patentnum:'专利号/申请号',
patentname:'专利名称',
addpatent:'添加专利',
addbp:'上传BP',
uploadexl:'请确保文件完整,仅支持WORD/EXCEL/PPT/PDF/PPTX格式,最大不超过50M',
lightone:'请填写至少一条产品亮点',
plispatent:'请选择是否拥有专利',
}
}
......@@ -176,7 +176,8 @@
}
if(index==5) this.$router.push("/aboutwe");
if(index==0) this.$router.push("/");
if(index==4) this.$router.push("/lndustryfocus");
if(index==4) this.$router.push("/successfulcase");
if(index==3) this.$router.push("/lndustryfocus");
if(index==1){
this.$router.push("/seeprojectlist");
}else if(index==2){
......
......@@ -24,7 +24,7 @@
<script>
export default {
name : "lndustryfocus",
name : "successfulcase",
data() {
return {
showsd:false,
......
......@@ -41,7 +41,7 @@
<img :src="addData.companyLogoUrl" alt="图片" width="120px" height="120px">
</el-form-item>
<el-form-item label="所属行业:" style="width: 100%;">
<span>{{addData.companyIndustryStr}}</span>
<span style="margin-right: 10px" v-for="(item,index) in addData.companyIndustrys" :key="index">{{item}}</span>
</el-form-item>
<el-form-item label="网址:" style="width: 30%;">
<span>{{addData.companyWebsite}}</span>
......
......@@ -18,24 +18,24 @@ export default {
return api.fetchGet('/business/industry/selectBigBusinessLevelOne');
},
addProjectFirstStep (params){
return api.fetchPost('/business/project/addProjectFirstStep',params);
return api.fetchLoadingPost('/business/project/addProjectFirstStep',params);
},
selectDictList (params){
return api.fetchGet('/business/dict/selectDictList?groupCode='+params);
},
addProjectSecondStep (params){
return api.fetchPost('/business/project/addProjectSecondStep',params);
return api.fetchLoadingPost('/business/project/addProjectSecondStep',params);
},
addProjectThirdStep (params){
return api.fetchPost('/business/project/addProjectThirdStep',params);
return api.fetchLoadingPost('/business/project/addProjectThirdStep',params);
},
addProjectFourthStep (params){
return api.fetchPost('/business/project/addProjectFourthStep',params);
return api.fetchLoadingPost('/business/project/addProjectFourthStep',params);
},
selectProjectInfo (){
return api.fetchGet('/business/project/selectProjectInfo');
},
selectProjectEditById (params){
return api.fetchGet('/business/project/selectProjectEditById?projectId='+params);
return api.fetchLoadingGet('/business/project/selectProjectEditById?projectId='+params);
},
}
\ No newline at end of file
......@@ -26,7 +26,7 @@
</el-row>
</el-form-item>
<el-form-item label="现有客户举例:" prop="customerCase">
<el-input v-model="formData.customerCase" placeholder="请输入客户举例" style="width: 450px;height: 40px"></el-input>
<el-input v-model="formData.customerCase" maxlength="36" placeholder="请输入客户举例" style="width: 450px;height: 40px"></el-input>
</el-form-item>
</el-form>
<el-row v-if="maxIf" style="margin: 40px 0 20px 0; text-align: center;width: 100%;">
......
......@@ -2,36 +2,39 @@
<div class="soutform loginedWrapper">
<div class="breadcrumb">
<el-breadcrumb separator="/">
<el-breadcrumb-item :to="{ path: '/litemlist' }">我的工作台</el-breadcrumb-item>
<el-breadcrumb-item>发布项目</el-breadcrumb-item>
<el-breadcrumb-item :to="{ path: '/litemlist' }">{{$t("currencyjson.wrkbench")}}</el-breadcrumb-item>
<el-breadcrumb-item>{{$t("releasejson.release")}}</el-breadcrumb-item>
</el-breadcrumb>
</div>
<div class="projectTabadd" style="margin-top: 10px;position: relative;border-radius: 3px;min-height: 700px">
<el-tabs v-if="!successIf" v-model="activeName" @tab-click="handleClick">
<el-tab-pane label="01 项目基础信息" name="first" disabled>
<el-tab-pane :label="$t('releasejson.label1')" name="first" disabled>
<submit-one @dataEvent="stateDataone" :formDatas="formData" :maxIf="true" :formId="formId" ref="childone"></submit-one>
</el-tab-pane>
<el-tab-pane label="02 产品介绍" name="second" disabled>
<el-tab-pane :label="$t('releasejson.label2')" name="second" disabled>
<submit-two @dataEvent="stateDatatwo" :formDatas="formData" :maxIf="true" :formId="formId" ref="childtwo"></submit-two>
</el-tab-pane>
<el-tab-pane label="03 市场合作需求" name="third" disabled>
<el-tab-pane :label="$t('releasejson.label3')" name="third" disabled>
<submit-three @dataEvent="stateDatathree" :formDatas="formData" :maxIf="true" :formId="formId" ref="childthree"></submit-three>
</el-tab-pane>
<el-tab-pane label="04 公司概括" name="fourth" disabled>
<el-tab-pane :label="$t('releasejson.label4')" name="fourth" disabled>
<submit-four @dataEvent="stateDatafour" :formDatas="formData" :maxIf="true" :formId="formId" ref="childfour"></submit-four>
</el-tab-pane>
</el-tabs>
<p style="position: absolute;top: 25px;right: 30px;color: #FF9E29;font-size: 12px"><i style="color: #FF9E29;font-size: 12px;padding-right: 5px" class="iconfont icon-gantanhao-quan"></i>创建项目大概需要5-10分钟</p>
<p style="position: absolute;top: 25px;right: 30px;color: #FF9E29;font-size: 12px">
<i style="color: #FF9E29;font-size: 12px;padding-right: 5px" class="iconfont icon-gantanhao-quan"></i>
{{$t("releasejson.establish")}}
</p>
<div v-if="successIf" style="width: 100%;height: 100%;min-height: 700px; background: #ffffff;position: absolute;left: 0px;top: 0px;z-index: 99;border-radius: 3px">
<el-row>
<el-col :span="12" :offset="6" style="padding-top: 100px;text-align: center;">
<i style="font-size: 94px;color: #0ABB87;" class="iconfont icon-success"></i>
<p style="font-weight:400;font-size: 22px;margin-top: 30px">提交成功</p>
<p style="font-weight:400;line-height: 28px;margin-top: 28px;">您提交的数据已上传,请耐心等待审核,我们将在3日内进行审核,审核通过后将在前台展示,如需修改请到“我的工作台-我发布的项目”中修改。</p>
<p style="font-weight:400;font-size: 22px;margin-top: 30px">{{$t("releasejson.subsuccess")}}</p>
<p style="font-weight:400;line-height: 28px;margin-top: 28px;">{{$t("releasejson.textsuccess")}}</p>
<el-row style="margin-top: 28px">
<el-button type="primary" @click="seecustomer" style="width: 140px;height: 42px">找客户</el-button>
<el-button type="primary" @click="seeproject" style="width: 140px;height: 42px">查看项目</el-button>
<el-button v-if="empinfoIf" type="primary" plain style="width: 140px;height: 42px" @click="backd">去认证</el-button>
<el-button type="primary" @click="seecustomer" style="width: 140px;height: 42px">{{$t("releasejson.seepeople")}}</el-button>
<el-button type="primary" @click="seeproject" style="width: 140px;height: 42px">{{$t("releasejson.seeproject")}}</el-button>
<el-button v-if="empinfoIf" type="primary" plain style="width: 140px;height: 42px" @click="backd">{{$t("releasejson.goauth")}}</el-button>
</el-row>
</el-col>
</el-row>
......@@ -39,10 +42,10 @@
</div>
<el-dialog title="用户须知" :close-on-press-escape="false" :show-close="false" :visible.sync="Visible" :append-to-body="true" :close-on-click-modal="false" class="dialogWrap500">
<p style="margin: 0 50px;line-height: 30px">为了更方便、更高效的匹配科创项目,请您根据页面指引和提示字段,提交真实、准确、详细的企业信息和需求信息。</p>
<el-dialog :title="$t('releasejson.userinstruc')" :close-on-press-escape="false" :show-close="false" :visible.sync="Visible" :append-to-body="true" :close-on-click-modal="false" class="dialogWrap500">
<p style="margin: 0 50px;line-height: 30px">{{$t("releasejson.usertext")}}</p>
<el-row style="padding-top: 20px;text-align: center">
<el-button type="primary" @click="reject">同意并继续</el-button>
<el-button type="primary" @click="reject">{{$t("releasejson.agreecontinue")}}</el-button>
</el-row>
</el-dialog>
</div>
......@@ -71,16 +74,16 @@
},
methods: {
handleClick(tab, event) {
if(tab.label == '01项目基础信息'){
if(tab.label == $t('releasejson.label1')){
this.$refs.childone.getNationList();
this.$refs.childone.smallbusinessselect();
}else if(tab.label == '02产品介绍'){
}else if(tab.label == $t('releasejson.label2')){
this.$refs.childtwo.projectphaselist();
this.$refs.childtwo.projectformlist();
}else if(tab.label == '03市场合作需求'){
}else if(tab.label == $t('releasejson.label3')){
this.$refs.childthree.selectDictListcode();
this.$refs.childthree.selectBigBusinessLevelect();
}else if(tab.label == '04公司概括'){
}else if(tab.label == $t('releasejson.label4')){
this.$refs.childfour.companyValuationed();
this.$refs.childfour.companyFinancedAmountDataed();
this.$refs.childfour.companyScaleDataed();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment