Commit a2280a94 authored by Mac's avatar Mac

1

parent b9942858
......@@ -366,7 +366,18 @@
</div>
<el-form-item label="招引需求" class="ue-style">
<el-input
type="textarea"
placeholder="请输入招引需求"
v-model="addMsg.Other"
maxlength="500"
show-word-limit
class="w600"
rows="8"
>
</el-input>
</el-form-item>
<el-form-item label="广告" class="ue-style">
<UE
style="width: 700px"
......@@ -376,7 +387,7 @@
ref="ue"
></UE>
</el-form-item>
<el-form-item label="其他" class="ue-style">
<!-- <el-form-item label="其他" class="ue-style">
<UE
style="width: 700px"
:defaultMsg="Other"
......@@ -384,7 +395,7 @@
:IsMultiple="true"
ref="ueother"
></UE>
</el-form-item>
</el-form-item> -->
</el-form>
</div>
<div style="margin-top: 20px">
......@@ -566,8 +577,8 @@ export default {
let advertising = this.$refs.ue.getUEContent();
this.addMsg.Advertising = advertising;
//其他
let other = this.$refs.ueother.getUEContent();
this.addMsg.Other = other;
// let other = this.$refs.ueother.getUEContent();
// this.addMsg.Other = other;
if(this.addMsg.BuiltUpArea==='' || this.addMsg.EndBuiltUpArea===''){
this.Error('请输入建筑面积')
return
......@@ -609,9 +620,9 @@ export default {
if (this.addMsg.Advertising && this.addMsg.Advertising != "") {
this.Advertising = this.addMsg.Advertising;
}
if (this.addMsg.Other && this.addMsg.Other != "") {
this.Other = this.addMsg.Other;
}
// if (this.addMsg.Other && this.addMsg.Other != "") {
// this.Other = this.addMsg.Other;
// }
if(this.addMsg.OpenShopWish==-1){
this.ShopWish = 0
}
......
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