|
@@ -81,9 +81,9 @@
|
|
<!-- <uni-forms-item label="公司名称" name="name">
|
|
<!-- <uni-forms-item label="公司名称" name="name">
|
|
<uni-easyinput type="text" v-model="userInfo.company" placeholder="请输入所在公司名称" />
|
|
<uni-easyinput type="text" v-model="userInfo.company" placeholder="请输入所在公司名称" />
|
|
</uni-forms-item> -->
|
|
</uni-forms-item> -->
|
|
- <text style="color: red;line-height: 30px;vertical-align: middle;margin-right: 4px;" :style="{fontSize:(wxFontSize-3)+'px'}">*</text><text :style="{fontSize:(wxFontSize-3)+'px'}">您的职称:</text>
|
|
|
|
|
|
+ <text style="color: red;line-height: 30px;vertical-align: middle;margin-right: 4px;" :style="{fontSize:(wxFontSize-3)+'px'}">*</text><text :style="{fontSize:(wxFontSize-3)+'px'}">您的职务:</text>
|
|
<uni-forms-item label="" name="realName" label-width="0">
|
|
<uni-forms-item label="" name="realName" label-width="0">
|
|
- <uni-easyinput type="text" :clearable="false" :inputSize="wxFontSize-3" :placeholder-style="styleString" v-model="formInfo.jobTitle" placeholder="请输入您的职称" />
|
|
|
|
|
|
+ <uni-easyinput type="text" :clearable="false" :inputSize="wxFontSize-3" :placeholder-style="styleString" v-model="formInfo.jobTitle" placeholder="请输入您的职务" />
|
|
</uni-forms-item>
|
|
</uni-forms-item>
|
|
<text style="color: red;line-height: 30px;vertical-align: middle;margin-right: 4px;" :style="{fontSize:(wxFontSize-3)+'px'}">*</text><text :style="{fontSize:(wxFontSize-3)+'px'}">联系人姓名:</text>
|
|
<text style="color: red;line-height: 30px;vertical-align: middle;margin-right: 4px;" :style="{fontSize:(wxFontSize-3)+'px'}">*</text><text :style="{fontSize:(wxFontSize-3)+'px'}">联系人姓名:</text>
|
|
<uni-forms-item label="联系人姓名" name="contactMethod">
|
|
<uni-forms-item label="联系人姓名" name="contactMethod">
|
|
@@ -590,7 +590,7 @@
|
|
|
|
|
|
if(!this.formInfo.jobTitle||this.formInfo.jobTitle.length<1){
|
|
if(!this.formInfo.jobTitle||this.formInfo.jobTitle.length<1){
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title: '请输入您的职称',
|
|
|
|
|
|
+ title: '请输入您的职务',
|
|
duration: 2000,
|
|
duration: 2000,
|
|
icon:'none'
|
|
icon:'none'
|
|
});
|
|
});
|
|
@@ -805,7 +805,8 @@
|
|
brand: that.brand,
|
|
brand: that.brand,
|
|
id: that.isEdit?that.editItem.id:undefined,
|
|
id: that.isEdit?that.editItem.id:undefined,
|
|
bisNo: that.isEdit?that.editItem.bisNo:undefined,
|
|
bisNo: that.isEdit?that.editItem.bisNo:undefined,
|
|
- version: that.isEdit?that.editItem.version:undefined
|
|
|
|
|
|
+ version: that.isEdit?that.editItem.version:undefined,
|
|
|
|
+ createTime: that.isEdit?that.editItem.createTime:undefined
|
|
}
|
|
}
|
|
if(that.selectValue=='公司'){
|
|
if(that.selectValue=='公司'){
|
|
postData.companyEntity = {};
|
|
postData.companyEntity = {};
|