1/24 注册界面优化1.1

qyt-20241231
wangwei 2 months ago
parent 566c1f189b
commit 846539cac5

@ -213,7 +213,11 @@ export default {
uploadFile(data).then(response => {
this.open = false;
this.options.img = response.data.name;
this.inputQuery.filePath = this.inputQuery.filePath + ";" + this.options.img + ";"
if (this.inputQuery.filePath == undefined){
this.inputQuery.filePath = this.options.img
}else {
this.inputQuery.filePath = this.inputQuery.filePath + ";" + this.options.img + ";"
}
this.splitImages()
this.$modal.msgSuccess("提交成功");
this.visible = false;

@ -12,7 +12,7 @@
1.建议使用注册企业负责人的手机进行注册
</div>
<div class="Notice-detail" style="margin-top:-15px ">
2.开始填写注册信息前,请准备已盖公章的营业执照副本复印件的扫描件;<el-button
2.开始填写注册信息前,请准备已盖公章的营业资质副本复印件的扫描件;<el-button
style="font-size: 14px;margin-left: 0px"
type="text"
@click="viewPdf(1)"
@ -21,26 +21,23 @@
</el-button>
<!--<a href="https://img.udims.com:9000/udims/register/file/.pdf/01c731f2-8cd2-4513-a00b-9da2479ef735.pdf" target="_blank">样例查看</a>-->
</div>
<div class="Notice-detail" style="margin-top:-15px" >
3.开始填写注册信息前,请下载"<el-button
style="font-size: 14px"
type="text"
@click="dowloadPdf"
>合同模板
</el-button>",,;<el-button style="font-size: 14px;margin-left: 0px" type="text" @click="viewPdf(2)"></el-button>
</div>
<!--<div class="Notice-detail" style="margin-top:-15px" >-->
<!-- 3.开始填写注册信息前,请下载"<el-button-->
<!-- style="font-size: 14px"-->
<!-- type="text"-->
<!-- @click="dowloadPdf"-->
<!--&gt;合同模板-->
<!--</el-button>",,;<el-button style="font-size: 14px;margin-left: 0px" type="text" @click="viewPdf(2)"></el-button>-->
<!--</div>-->
<div class="Notice-detail" style="margin-top:-10px" >
4.上传扫描件要求,图片格式:<span style="color: red">".jpg/.png"</span>,文件格式为<span style="color: red">".pdf"</span>,文件小于2M
</div>
<div class="Notice-detail" style="margin-top:-10px" >
5.新用户提交的中请信息在未审核前可以撤回修改审核通过后无法修改
3.上传扫描件要求,图片格式:<span style="color: red">".jpg/.png"</span>,文件格式为<span style="color: red">".pdf"</span>,文件小于2M
</div>
<div class="Notice-detail" style="margin-top:-10px" >
6.新用户申请通过后,可以通过 :<span style="color: red;">在线付费</span><span style="color: red;">使用激活码</span>这两种方式开通使用
4.新用户提交的中请信息在未审核前可以撤回修改审核通过后无法修改
</div>
</div>
<div style="margin-top: 1px;margin-left: 20px">
<div style="margin-top: 60px;margin-left: 20px">
:提交资料后需等待审核通过,审核时间
<span style="color: rgb(252, 179, 12);">1-3个工作日</span>,期间可根据注册手机号查看审核进度
</div>
@ -51,7 +48,7 @@
<div class="title" style="display: flex; justify-content: flex-end; height: 50px;">
<span class="img-style"><img src="../assets/register-logo.png" style="height: 43px"></span>
<!--https://img.udims.com:9000/udims/register/file/.pdf/01c731f2-8cd2-4513-a00b-9da2479ef735.pdf-->
<span style="font-size: 15px;display: inline-block;margin-top: 10px;cursor: pointer;" class="red-hover" @click="dowloadPdf"></span>
<!--<span style="font-size: 15px;display: inline-block;margin-top: 10px;cursor: pointer;" class="red-hover" @click="dowloadPdf"></span>-->
<span style="font-size: 15px;display: inline-block;margin-top: 10px;margin-right: 20px;margin-left: 20px;cursor: pointer;" class="red-hover" @click="users"></span>
<span style="font-size: 15px;display: inline-block;margin-top: 10px;margin-right: 20px">联系电话: 400-9909-112</span>

@ -594,6 +594,22 @@
:url-list="imgList"
/>
<el-dialog
title="账号信息"
:visible.sync="passDialogVisible"
width="40%"
center
>
<span>用户账号:{{ inputQuery.userName }}</span><br></br>
<span>用户密码:{{ inputQuery.password }}</span><br></br>
<h5 class="h4-element" style="margin-bottom:5px">
<sapn style="color: red">:请务必保管好您的账号密码</sapn>
</h5>
<el-button class="button-element" type="primary" size="mini" @click="copyPassword" v-clipboard:copy="acoountInfo">
复制账号密码
</el-button>
</el-dialog>
</el-form>
</div>
@ -812,6 +828,8 @@ export default {
2: "编辑本企业资质证书",
},
selectCertVisible: false,
passDialogVisible:false,
acoountInfo: '账号:' + '------' + '\n密码' + '-----',
};
},
@ -822,7 +840,8 @@ export default {
},
mounted() {
this.getInfo();
this.yz()
// this.getInfo();
},
components: {
@ -929,9 +948,13 @@ export default {
if (!isBlank(res.data['registComPerResponse'])) {
this.inputQuery = res.data['registComPerResponse'];
// this.upId=res.data['registComPerResponse'].upId;
this.urId = res.data['registComPerResponse'].id;
this.ucId = res.data['registComPerResponse'].ucId;
if (this.inputQuery.ucstatus == 1){
this.passDialogVisible = true
}
} else {
// this.upId=res.data['upId'];
this.urId = res.data['urId'];
@ -982,8 +1005,9 @@ export default {
},
showImgViewer(row) {
let newWindow = window.open();
newWindow.document.write(row.filePath)
// let newWindow = window.open();
// newWindow.document.write(row.filePath)
window.open(row.filePath, '_blank');
// this.certFileUrl =
// this.BASE_URL +
// "/udiwms/image/register/file/getImage?type=image2&name=";
@ -1004,6 +1028,10 @@ export default {
// document.body.style.overflow = "hidden";
// document.addEventListener("touchmove", m, false); //
},
copyPassword() {
this.acoountInfo = "账号:" + this.inputQuery.userName + "\n密码" + this.inputQuery.password;
return this.$message.success("已复制")
},
closeImgViewer() {
this.imgViewerVisible = false;
const m = (e) => {

@ -293,7 +293,7 @@ export default {
},
onConfirmSubmit() {
this.formData.filePath = this.$refs.editorRef.html
// this.formData.filePath = this.$refs.editorRef.html
this.formData.businessId=this.mobile;
isertCert(this.formData).then( (res)=>{
if(res.code == 20000){

Loading…
Cancel
Save