Commit 2834760c authored by zhangderong's avatar zhangderong

禁止修改邮箱名

parent 21fd6388
...@@ -785,7 +785,7 @@ import Router from 'vue-router'; ...@@ -785,7 +785,7 @@ import Router from 'vue-router';
if(this.searchInfo.ownerWorkYears1>this.searchInfo.ownerWorkYears2){ if(this.searchInfo.ownerWorkYears1>this.searchInfo.ownerWorkYears2){
this.$Notice.error({ this.$Notice.error({
title: '提示', title: '提示',
desc: '最高年限不能于最低年限' desc: '最高年限不能于最低年限'
}); });
return return
} }
......
...@@ -962,11 +962,10 @@ export default { ...@@ -962,11 +962,10 @@ export default {
} }
this.ajaxData=[] this.ajaxData=[]
if(this.searchInfo.ownerWorkYears1>this.searchInfo.ownerWorkYears2){ if(this.searchInfo.ownerWorkYears1>this.searchInfo.ownerWorkYears2){
this.$Message.error('最低年限不能大于最高年限') this.$Notice.error({
return title: '提示',
} desc: '最高年限不能小于最低年限'
if(this.searchInfo.ownerWorkYears2<this.searchInfo.ownerWorkYears1){ });
this.$Message.error('最高年限不能小于最小年限')
return return
} }
sousuoList(parmars).then(res=>{ sousuoList(parmars).then(res=>{
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<div style="height:260px"> <div style="height:260px">
<Form> <Form>
<FormItem label="邮箱账号" style="margin-top:20px" prop="emailNumber"> <FormItem label="邮箱账号" style="margin-top:20px" prop="emailNumber">
<Input placeholder="请输入企业邮箱" v-model="Uusername" style="width:300px"/> <Input placeholder="请输入企业邮箱" v-model="Uusername" style="width:300px;color:Gainsboro" disabled/>
</FormItem> </FormItem>
<FormItem label="邮箱密码" prop="emailPsd" :label-width="180" style="position: absolute;top:130px;left:-105px"> <FormItem label="邮箱密码" prop="emailPsd" :label-width="180" style="position: absolute;top:130px;left:-105px">
<Input placeholder="请输入企业邮箱密码" style="width:300px" v-model="UpassWord" type="password" autocomplete="new-password"/><br> <Input placeholder="请输入企业邮箱密码" style="width:300px" v-model="UpassWord" type="password" autocomplete="new-password"/><br>
......
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