Commit 2a80b661 authored by youjie's avatar youjie

no message

parent 69f72483
...@@ -310,40 +310,15 @@ ...@@ -310,40 +310,15 @@
model:{ model:{
ID: 0, ID: 0,
CompanyId:0,//认证Id CompanyId:0,//认证Id
// ExistBrandId:0,//绑定已有的品牌Id
Logo: "", //Logo Logo: "", //Logo
BannerList: [], //品牌介绍图 BannerList: [], //品牌介绍图
VideoUrl: "", //品牌视频 VideoUrl: "", //品牌视频
FullBrandName: "", //品牌全名 FullBrandName: "", //品牌全名
BrandName: "", //品牌名 BrandName: "", //品牌名
ShopNum: "", //店铺数量 ShopNum: "", //店铺数量
// BuiltUpArea: 0, //建筑面积小
// EndBuiltUpArea: 0, //建筑面积大
CustomerType: "", //客群定位 CustomerType: "", //客群定位
BrandType: "", //品牌定位 BrandType: "", //品牌定位
// StoreExpansion: "", //扩店区域 AreaRequirement: 0, //需求面积
// ProjectType: 0, //商铺性质
AreaRequirement: 0, //
// EndAreaRequirement: 0, //
// Advertising: "", //广告
// Other: "", //其他 9-27 改为招引需求
// ShopSize: 1, //店铺开口尺寸
// Plumbing: 1, //上下水
// Caliber: 1, //管径
// Sewage: 1, //排污
// RanQi: 1, //燃气
// DianLiang: "", //电量
// PaiYan: 1, //排烟量
// KongTiao: 1, //空调
// XinFeng: 1, //新风
// BrandClassId: '', //品牌分类Id
// RanQiBZ: "", //燃气备注
// IsDianLiang: 1, //电量(0-否1-有)
// PaiYanBZ: "", //排烟量备注
// ShopSize: "", //店铺开口尺寸
// IsShopSize: 1, //店铺开口尺寸(0-否1-有)
// OpenShopWish:5,//开店意愿
// IsInChengdu:0,//是否在成都落地
CategoryId: null, CategoryId: null,
Introduce: "",//品牌简介/企业简介 Introduce: "",//品牌简介/企业简介
...@@ -431,6 +406,8 @@ ...@@ -431,6 +406,8 @@
this.disabled3 = true this.disabled3 = true
} }
this.BrandClassName = data.ClassName; this.BrandClassName = data.ClassName;
}else{
this.model.CompanyId = this.datas.CompanyId
} }
......
...@@ -324,18 +324,25 @@ ...@@ -324,18 +324,25 @@
/> />
</view> </view>
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text">物业费(元/㎡)</view> <view class="label-text">物业费</view>
<view
class="bottom-border_r"
style="padding: 10px 0; height: 42px; display: flex"
>
<input <input
type="number" type="number"
v-model="model.PropertyFee" v-model="model.PropertyFee"
:disabled="disabled" :disabled="disabled"
style="padding: 10px 0" style="padding: 10px 0;flex: 1;margin-right: 10px"
placeholder="请填写物业费" placeholder="请填写物业费"
placeholder-style="color:#CECECE;" placeholder-style="color:#CECECE;"
/> />
<span>元/m²</span>
</view>
</view> </view>
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text">月租金(元/㎡)</view> <view class="label-text">月租金</view>
<input <input
type="number" type="number"
v-model="model.RentFee" v-model="model.RentFee"
...@@ -344,6 +351,7 @@ ...@@ -344,6 +351,7 @@
placeholder="请填写月租金" placeholder="请填写月租金"
placeholder-style="color:#CECECE;" placeholder-style="color:#CECECE;"
/> />
<span>元/m²</span>
</view> </view>
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text">产业方向</view> <view class="label-text">产业方向</view>
...@@ -556,6 +564,7 @@ export default { ...@@ -556,6 +564,7 @@ export default {
this.glCarrierName = this.model.CarrierName; this.glCarrierName = this.model.CarrierName;
} }
} else { } else {
this.model.CompanyId = this.datas.CompanyId
} }
}, },
methods: { methods: {
......
...@@ -445,14 +445,20 @@ ...@@ -445,14 +445,20 @@
</view> </view>
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text">管理公司及管理费</view> <view class="label-text">管理公司及管理费</view>
<view
class="bottom-border_r"
style="padding: 10px 0; height: 42px; display: flex"
>
<input <input
type="text" type="text"
v-model="model.ManagementCompany" v-model="model.ManagementCompany"
:disabled="disabled" :disabled="disabled"
style="padding: 10px 0" style="padding: 10px 0;flex: 1;margin-right: 10px"
placeholder="请填写人管理公司及管理费" placeholder="请填写人管理公司及管理费"
placeholder-style="color:#CECECE;" placeholder-style="color:#CECECE;"
/> />
<span>元/m²</span>
</view>
</view> </view>
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text">目标招商业态及品牌需求</view> <view class="label-text">目标招商业态及品牌需求</view>
...@@ -502,7 +508,7 @@ ...@@ -502,7 +508,7 @@
</template> </template>
<script> <script>
import {gegerateDates, dateEqual,formatDate} from '../../../appointment/components/zzx-calendar/generateDates.js'; import {formatDate} from '../../../appointment/components/zzx-calendar/generateDates.js';
export default { export default {
props: { props: {
datas: { datas: {
...@@ -624,7 +630,7 @@ export default { ...@@ -624,7 +630,7 @@ export default {
//判断是否填写过了 //判断是否填写过了
let data = this.datas.CarrierModel let data = this.datas.CarrierModel
this.model = this.datas.CarrierModel this.model = this.datas.CarrierModel
this.model.OpenTime = formatDate(new Date(this.model.OpenTime),'yyyy-MM-dd') if(this.model.OpenTime) this.model.OpenTime = formatDate(new Date(this.model.OpenTime),'yyyy-MM-dd')
this.model.CompanyId = this.datas.CompanyId; this.model.CompanyId = this.datas.CompanyId;
this.BrandClassName = data.CategoryName this.BrandClassName = data.CategoryName
...@@ -665,6 +671,7 @@ export default { ...@@ -665,6 +671,7 @@ export default {
this.glCarrierName = this.model.CarrierName; this.glCarrierName = this.model.CarrierName;
} }
} else { } else {
this.model.CompanyId = this.datas.CompanyId;
} }
}, },
methods: { methods: {
......
...@@ -285,26 +285,39 @@ ...@@ -285,26 +285,39 @@
/> />
</view> </view>
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text">物业费(元/㎡)</view> <view class="label-text">物业费</view>
<view
class="bottom-border_r"
style="padding: 10px 0; height: 42px; display: flex"
>
<input <input
type="number" type="number"
v-model="model.PropertyFee" v-model="model.PropertyFee"
:disabled="disabled" :disabled="disabled"
style="padding: 10px 0" style="padding: 10px 0;flex: 1;margin-right: 10px"
placeholder="请填写物业费" placeholder="请填写物业费"
placeholder-style="color:#CECECE;" placeholder-style="color:#CECECE;"
/> />
<span>元/㎡</span>
</view>
</view> </view>
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text">月租金(元/㎡)</view> <view class="label-text">月租金</view>
<view
class="bottom-border_r"
style="padding: 10px 0; height: 42px; display: flex"
>
<input <input
type="number" type="number"
v-model="model.RentFee" v-model="model.RentFee"
:disabled="disabled" :disabled="disabled"
style="padding: 10px 0" style="padding: 10px 0;flex: 1;margin-right: 10px"
placeholder="请填写月租金" placeholder="请填写月租金"
placeholder-style="color:#CECECE;" placeholder-style="color:#CECECE;"
/> />
<span>元/㎡</span>
</view>
</view> </view>
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text">企业简介</view> <view class="label-text">企业简介</view>
...@@ -364,7 +377,7 @@ ...@@ -364,7 +377,7 @@
</template> </template>
<script> <script>
import {gegerateDates, dateEqual,formatDate} from '../../../appointment/components/zzx-calendar/generateDates.js'; import {formatDate} from '../../../appointment/components/zzx-calendar/generateDates.js';
export default{ export default{
props: { props: {
datas: { datas: {
...@@ -454,8 +467,8 @@ ...@@ -454,8 +467,8 @@
if(this.datas.CompanyStatus!=undefined && this.datas.IsComplete != undefined){//判断是否填写过了 if(this.datas.CompanyStatus!=undefined && this.datas.IsComplete != undefined){//判断是否填写过了
let data = this.datas.EnterpriseServicesModel let data = this.datas.EnterpriseServicesModel
this.model = this.datas.EnterpriseServicesModel this.model = this.datas.EnterpriseServicesModel
this.model.OperationTime = formatDate(new Date(data.OperationTime),'yyyy-MM-dd') if(data.OperationTime) this.model.OperationTime = formatDate(new Date(data.OperationTime),'yyyy-MM-dd')
this.model.HandoverDate = formatDate(new Date(data.HandoverDate),'yyyy-MM-dd') if(data.HandoverDate) this.model.HandoverDate = formatDate(new Date(data.HandoverDate),'yyyy-MM-dd')
this.model.CompanyId = this.datas.CompanyId this.model.CompanyId = this.datas.CompanyId
this.glBrandName = data.Name this.glBrandName = data.Name
if(this.model.BannerList && this.model.BannerList.length>0){ if(this.model.BannerList && this.model.BannerList.length>0){
...@@ -487,6 +500,8 @@ ...@@ -487,6 +500,8 @@
this.disabled3 = true this.disabled3 = true
} }
this.CategoryName = data.ClassName; this.CategoryName = data.ClassName;
}else{
this.model.CompanyId = this.datas.CompanyId
} }
......
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