Commit 8a3f174b authored by Mac's avatar Mac

首店的 品牌 招引需求

parent bf0227c1
......@@ -261,7 +261,7 @@
</view>
</view>
<view class="baseinfo-item flex" v-if="details.Other && details.Other!='' ">
<view class="baseinfo-label"> 拓展需求: </view>
<view class="baseinfo-label"> 招引需求: </view>
<view class="baseinfo-con">
<rich-text :nodes="details.Other"></rich-text>
</view>
......
......@@ -243,6 +243,18 @@
<view class="label-text">拓店区域<span style='color: #E54D42;' >*</span></view>
<input type="text" v-model="model.StoreExpansion" style="padding: 10px 0;" placeholder="请填写拓店区域" :disabled="disabled" placeholder-style="color:#CECECE;">
</view>
<view class="bottom-border">
<view class="label-text">招引需求</view>
<textarea
style="height: 60px;padding: 10px 0;"
v-model="model.Other"
placeholder="请填写招引需求"
:disabled="disabled"
maxlength="500"
placeholder-style="color:#CECECE;"
/>
<!-- <input type="text" v-model="model.Other" style="padding: 10px 0;" placeholder="请填写招引需求" :disabled="disabled" placeholder-style="color:#CECECE;"> -->
</view>
<!-- <view class="bottom-border">
<view class="label-text">商铺性质<span style='color: #E54D42;' >*</span></view>
<view class="con6" style="margin-top: 20px;">
......@@ -376,7 +388,7 @@
AreaRequirement: 0, //
EndAreaRequirement: 0, //
Advertising: "", //广告
Other: "", //其他
Other: "", //其他 9-27 改为招引需求
ShopSize: 1, //店铺开口尺寸
Plumbing: 1, //上下水
Caliber: 1, //管径
......@@ -394,6 +406,7 @@
IsShopSize: 1, //店铺开口尺寸(0-否1-有)
OpenShopWish:5,//开店意愿
IsInChengdu:0,//是否在成都落地
},
ShopWish:1,//开店意愿
BrandClassName:'',
......
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