|
|
@@ -26,7 +26,7 @@
|
|
|
</el-menu-item> -->
|
|
|
</el-menu>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<el-card>
|
|
|
<div class="home-wrapper" v-if="activeIndex==1">
|
|
|
<el-form label-width="135px" ref="formData" :model="formData" :rules="rules">
|
|
|
@@ -43,12 +43,12 @@
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="法定代表人姓名" label-width="150px" style="width: 100%" prop="LegalPerson">
|
|
|
- <el-input v-model="formData.LegalPerson" placeholder="请输入法定代表人姓名"></el-input>
|
|
|
+ <el-input v-model="formData.LegalPerson" placeholder="请输入法定代表人姓名"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="法定代表人身份证号" label-width="150px" style="width: 100%" prop="LegalPersonId">
|
|
|
- <el-input v-model="formData.LegalPersonId" placeholder="请输入法定代表人身份证号"></el-input>
|
|
|
+ <el-input v-model="formData.LegalPersonId" placeholder="请输入法定代表人身份证号"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
@@ -67,12 +67,12 @@
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="联系人姓名" label-width="150px" style="width: 100%" prop="ContactName">
|
|
|
- <el-input v-model="formData.ContactName" placeholder="请输入联系人姓名"></el-input>
|
|
|
+ <el-input v-model="formData.ContactName" placeholder="请输入联系人姓名"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
<el-form-item label="联系人身份证号" label-width="150px" style="width: 100%" prop="ContactId">
|
|
|
- <el-input v-model="formData.ContactId" placeholder="请输入联系人身份证号"></el-input>
|
|
|
+ <el-input v-model="formData.ContactId" placeholder="请输入联系人身份证号"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="24">
|
|
|
@@ -106,7 +106,7 @@
|
|
|
<el-input v-model="formData.UserTelephone" placeholder="用于审核通知和密码找回"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col :span="8">
|
|
|
+ <el-col :span="8">
|
|
|
<el-form-item label="密码" label-width="150px" style="width: 100%" prop="UserPass" >
|
|
|
<el-input type="password" v-model="formData.UserPass" auto-complete="off" placeholder="请输入密码(8-20位,字母数字组合)"></el-input>
|
|
|
</el-form-item>
|
|
|
@@ -124,9 +124,9 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<!-- <el-form-item label="验证码" prop="telep" style="width: 100%">
|
|
|
- </el-form-item>
|
|
|
+ </el-form-item>
|
|
|
<el-form-item label="短信验证码" prop="phober" style="width: 100%">
|
|
|
- </el-form-item>
|
|
|
+ </el-form-item>
|
|
|
<el-checkbox v-model="checked1" style="margin-left: 80px">阅读并同意</el-checkbox>
|
|
|
<router-link to="#">《麦吉轮用户注册协议》</router-link><router-link to="#">《隐私政策》</router-link> -->
|
|
|
</el-row>
|
|
|
@@ -262,7 +262,7 @@
|
|
|
|
|
|
rules: {
|
|
|
SupplierName: [
|
|
|
- { required: true,
|
|
|
+ { required: true,
|
|
|
validator: checkSupplierName,
|
|
|
trigger: 'blur'
|
|
|
}
|
|
|
@@ -307,9 +307,9 @@
|
|
|
{ required: true, message: '请输入密码', trigger: 'blur' }
|
|
|
],
|
|
|
UserPass2: [
|
|
|
- { required: true,
|
|
|
+ { required: true,
|
|
|
message: '请输入确认密码',
|
|
|
- trigger: 'blur'
|
|
|
+ trigger: 'blur'
|
|
|
}
|
|
|
],
|
|
|
CheckUserName: [
|
|
|
@@ -501,7 +501,7 @@
|
|
|
axios.post(process.env.upfilehost, {})
|
|
|
.then(function (res) {
|
|
|
if (res.data && res.data.fid && res.data.fid !== '') {
|
|
|
- option.action = `http://${res.data.url}/${res.data.fid}`
|
|
|
+ option.action = `http://${res.data.publicUrl}/${res.data.fid}`
|
|
|
_this.waituploads.push({
|
|
|
uid: option.file.uid,
|
|
|
url: res.data.publicUrl,
|