|
@@ -166,7 +166,7 @@
|
|
<uni-forms-item label="" name="realName" label-width="0">
|
|
<uni-forms-item label="" name="realName" label-width="0">
|
|
<uni-easyinput type="text" v-model="formInfo.jobTitle" :clearable="false" placeholder="请输入您的职称" />
|
|
<uni-easyinput type="text" v-model="formInfo.jobTitle" :clearable="false" placeholder="请输入您的职称" />
|
|
</uni-forms-item>
|
|
</uni-forms-item>
|
|
- <text style="color: red;line-height: 30px;vertical-align: middle;margin-right: 4px;">*</text><text>联系姓名:</text>
|
|
|
|
|
|
+ <text style="color: red;line-height: 30px;vertical-align: middle;margin-right: 4px;">*</text><text>联系人姓名:</text>
|
|
<uni-forms-item label="联系人姓名" name="contactMethod">
|
|
<uni-forms-item label="联系人姓名" name="contactMethod">
|
|
<uni-easyinput type="text" v-model="formInfo.contactPerson" :clearable="false" placeholder="请输入联系人姓名" />
|
|
<uni-easyinput type="text" v-model="formInfo.contactPerson" :clearable="false" placeholder="请输入联系人姓名" />
|
|
</uni-forms-item>
|
|
</uni-forms-item>
|
|
@@ -408,7 +408,7 @@
|
|
}
|
|
}
|
|
if(status!=1&&this.formInfo.contactPerson.length<1){
|
|
if(status!=1&&this.formInfo.contactPerson.length<1){
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title: '请输入联系姓名',
|
|
|
|
|
|
+ title: '请输入联系人姓名',
|
|
duration: 2000,
|
|
duration: 2000,
|
|
icon:'none'
|
|
icon:'none'
|
|
});
|
|
});
|
|
@@ -447,7 +447,7 @@
|
|
content:that.content,
|
|
content:that.content,
|
|
userNo:uni.getStorageSync('userNo'),
|
|
userNo:uni.getStorageSync('userNo'),
|
|
validDate:this.selectValue,
|
|
validDate:this.selectValue,
|
|
- status: status==1?status:undefined,
|
|
|
|
|
|
+ status: status==1?status:3,
|
|
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
|
|
@@ -485,7 +485,7 @@
|
|
that.canSave = true;
|
|
that.canSave = true;
|
|
if(res.success){
|
|
if(res.success){
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title:status==1?'暂存成功':'发布已提交,请在我的需求中查看进度',
|
|
|
|
|
|
+ title:status==1?'信息已暂存,请在我的需求中查看暂存信息':'发布已提交,请在我的需求中查看进度',
|
|
icon:'none',
|
|
icon:'none',
|
|
success:()=>{
|
|
success:()=>{
|
|
setTimeout(()=>{
|
|
setTimeout(()=>{
|