Commit 4bc97d72 authored by anxixi's avatar anxixi

发布项目问题修改

parent a74e0362
......@@ -1362,6 +1362,22 @@ i, em {
//}
}
}
.dialogWrap500 .el-dialog{
width: 370px;
min-height: 246px;
overflow: hidden;
.el-dialog__header{
background: none;
border-bottom: 1px solid #E4E6F2;
}
.el-dialog__header .el-dialog__title,.dialogWrap800 .el-dialog .el-dialog__header .el-dialog__title{
padding-bottom: 10px;
border-bottom: 2px solid #5D78FF;
}
.el-dialog__body{
padding: 30px 0;
}
}
//上传图片达到限制隐藏
.hide .el-upload--picture-card {
display: none;
......
......@@ -11,7 +11,7 @@ module.exports = {
useHelp:"Frequent Questions",
serviceRecord:'Service Record',
irelease:'Published Product',
mymessage:'我的信息',
mymessage:'My information',
submitPro: "Publish Product",
workPlace:"Console",
logoTitle:"Instant Matchmaking Platform",
......@@ -3826,6 +3826,12 @@ module.exports = {
showOldActicle:"Recovery",
baiduTrans:"The translation service is provided by Baidu Translator.",
authSuccessTitle:"Your information has been submitted for review, you can",
Projectrelease:'For your convenience and to better match with big corporates demands, please submit accurate information according to the page guidelines. ',
Productoverview:'Please fill out product details and product highlights (core technology, advantages, product features); please provide as much quantifiable information as possible. For example, UAV project-fuselage configuration: aluminum-magnesium alloy fuselage with two-axis camera; power system: maximum horizontal flight speed of 90km/h; battery system: battery life: more than 30 minutes',
Submitsuccess:'Your project has been successfully submitted. In order to ensure efficient matching, project needs to be reviewed. The results will be notified to you through text messages, emails, or account notification within 0-3 working days. Once approved, an invitation to communicate can be sent.',
projectName:'For example: R&D of autonomous driving robots (Please to not fill out the company name)',
Reminder:'Tips: The mobile version only displays part of the product profile, please log in to the web version for details.',
},
saleResponsibleUser:{
title:"User Managed",
......
......@@ -3916,6 +3916,11 @@ module.exports = {
showOldActicle:"显示原文",
baiduTrans:"该翻译服务由百度翻译提供。",
authSuccessTitle:"您的认证信息已提交审核,您可以",
Projectrelease:'用户须知 为了更方便、更高效的对接大企业需求,请您根据页面指引和提示字段,提交真实、准确、详细的企业信息和项目信息。',
Productoverview:'请填写产品介绍和亮点(技术特点、优势、性能等),尽可能提供更多可以量化的数据内容。例如:无人机项目-机身配置:铝镁合金机身,搭载两轴摄像机;动力系统:最大水平飞行速度90km/h;电池系统:续航时长30分钟以上',
Submitsuccess:'您的项目已提交成功,为保证有效对接,项目信息需要被审核,审核结果将在0-3个工作日内以短信、邮件和站内信的形式通知您,请注意查收。审核通过后,即可发出沟通邀请。',
projectName:'如:自动驾驶机器人研发,请勿填写公司简称',
Reminder:'温馨提示:手机版只展示部分项目内容,详细内容请登录Web版查看',
},
saleResponsibleUser: {
......
......@@ -301,7 +301,6 @@
checkboxGroupstate.push(this.checkboxGroupstate[0]);
}
for(let i in this.screenlist){
console.log(checkboxGroupstate)
if(this.screenlist[i].industryId == checkboxGroupstate[0]){
this.screenlist[i].checked = true;
this.wholecheck = [];
......
......@@ -226,8 +226,21 @@
this.add();
},
gethand(val){
window.localStorage.setItem("projectaudit",JSON.stringify(this.search))
this.$router.push({path:"/auditinside",query:{projectId:val.projectId,state:val.authenticationState}});
if(val.userAuthState != 2){
this.$confirm('请先进行个人认证审核', {
cancelButtonText: this.$t('releasejson.cancel'),
confirmButtonText: this.$t('operationjson.determine'),
type: '',
customClass: 'deleteConfirm'
}).then(() => {
}).catch(() => {
});
}else{
window.localStorage.setItem("projectaudit",JSON.stringify(this.search))
this.$router.push({path:"/auditinside",query:{projectId:val.projectId,state:val.authenticationState}});
}
},
authcountdata(){
api.authCount().then(response => {
......
......@@ -171,7 +171,7 @@
<!--<span>{{$t('projectdynamics.Contact')+$t('personalAuth.card')+':'}}</span>-->
<!--<span> <img :src="companyInfo.baseEmpInfoAuthenticationVO.empCardUrl" style="height: 2rem" alt=""></span>-->
<!--</p>-->
<p style="color: #FF5D5D">温馨提示:手机版只展示部分项目内容,详细内容请登录Web版查看</p>
<p style="color: #FF5D5D">{{$t('mobile.Reminder')}}</p>
</div>
<div>
<div class="service_bottom">
......
......@@ -15,10 +15,10 @@
<el-input v-model="projectjson.companyName" maxlength="36" :placeholder="$t('releasejson.plcompanyName')"></el-input>
</el-form-item>
<el-form-item :label="$t('releasejson.projectName')" prop="projectName" style="width: 100%;">
<el-input v-model="projectjson.projectName" maxlength="36" :placeholder="$t('releasejson.plprojectName')"></el-input>
<el-input v-model="projectjson.projectName" maxlength="36" :placeholder="$t('mobile.projectName')"></el-input>
</el-form-item>
<el-form-item :label="$t('releasejson.projectInstroduction')" prop="projectInstroduction">
<el-input maxlength="2000" v-model="projectjson.projectInstroduction" :placeholder="$t('releasejson.plprojectInstroduction')" type="textarea" :rows="6"></el-input>
<el-input maxlength="2000" v-model="projectjson.projectInstroduction" :placeholder="$t('mobile.Productoverview')" type="textarea" :rows="6"></el-input>
</el-form-item>
<el-form-item v-if="iscompanyList||$route.query.projectId" :label="$t('releasejson.projectIndustryList')" prop="projectIndustryList">
<el-cascader popper-class="cascaderNocheck" :options="options" v-model="companyIndustry" :props="propsd" :placeholder="$t('releasejson.plprojectIndustryList')" style="width: 100%;" clearable @change="industry"></el-cascader>
......@@ -131,14 +131,14 @@
<!--</el-form-item>-->
</el-form>
<div class="service_btn">
<p @click="addedit">提交</p>
<p @click="addedit">{{$t('findPassword.submit')}}</p>
</div>
<div v-if="successIf" style="width: 100%;height: 100%; background: #ffffff;position: absolute;left: 0px;top: 0px;z-index: 99;border-radius: 3px">
<el-row>
<el-col :span="16" :offset="4" 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">{{$t("releasejson.subsuccess")}}</p>
<p style="font-weight:400;line-height: 28px;margin-top: 28px;">{{$t("releasejson.textsuccess")}}</p>
<p style="font-weight:400;line-height: 28px;margin-top: 28px;">{{$t("mobile.Submitsuccess")}}</p>
<el-row style="margin-top: 28px">
<el-button type="primary" size="small" @click="seecustomer">{{$t("releasejson.seepeople")}}</el-button>
<el-button type="primary" size="small" @click="seeproject">{{$t("releasejson.seeproject")}}</el-button>
......@@ -154,6 +154,12 @@
</p>
</div>
</div>
<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">{{$t("releasejson.agreecontinue")}}</el-button>
</el-row>
</el-dialog>
</div>
</template>
......@@ -204,6 +210,7 @@
value: 'industryId',
},
options:[],
Visible:true,
propsdustry: {
multiple: true,
label: 'industryName',
......@@ -329,6 +336,9 @@
});
},
reject(){
this.Visible = false;
},
seecustomer(){
this.$router.push({path:"/phoneBusinessList"});
},
......
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