Commit 2a80b661 authored by youjie's avatar youjie

no message

parent 69f72483
......@@ -310,40 +310,15 @@
model:{
ID: 0,
CompanyId:0,//认证Id
// ExistBrandId:0,//绑定已有的品牌Id
Logo: "", //Logo
BannerList: [], //品牌介绍图
VideoUrl: "", //品牌视频
FullBrandName: "", //品牌全名
BrandName: "", //品牌名
ShopNum: "", //店铺数量
// BuiltUpArea: 0, //建筑面积小
// EndBuiltUpArea: 0, //建筑面积大
CustomerType: "", //客群定位
BrandType: "", //品牌定位
// StoreExpansion: "", //扩店区域
// 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,//是否在成都落地
AreaRequirement: 0, //需求面积
CategoryId: null,
Introduce: "",//品牌简介/企业简介
......@@ -431,6 +406,8 @@
this.disabled3 = true
}
this.BrandClassName = data.ClassName;
}else{
this.model.CompanyId = this.datas.CompanyId
}
......
......@@ -324,18 +324,25 @@
/>
</view>
<view class="bottom-border">
<view class="label-text">物业费(元/㎡)</view>
<input
type="number"
v-model="model.PropertyFee"
:disabled="disabled"
style="padding: 10px 0"
placeholder="请填写物业费"
placeholder-style="color:#CECECE;"
/>
<view class="label-text">物业费</view>
<view
class="bottom-border_r"
style="padding: 10px 0; height: 42px; display: flex"
>
<input
type="number"
v-model="model.PropertyFee"
:disabled="disabled"
style="padding: 10px 0;flex: 1;margin-right: 10px"
placeholder="请填写物业费"
placeholder-style="color:#CECECE;"
/>
<span>元/m²</span>
</view>
</view>
<view class="bottom-border">
<view class="label-text">月租金(元/㎡)</view>
<view class="label-text">月租金</view>
<input
type="number"
v-model="model.RentFee"
......@@ -344,6 +351,7 @@
placeholder="请填写月租金"
placeholder-style="color:#CECECE;"
/>
<span>元/m²</span>
</view>
<view class="bottom-border">
<view class="label-text">产业方向</view>
......@@ -556,6 +564,7 @@ export default {
this.glCarrierName = this.model.CarrierName;
}
} else {
this.model.CompanyId = this.datas.CompanyId
}
},
methods: {
......
......@@ -445,14 +445,20 @@
</view>
<view class="bottom-border">
<view class="label-text">管理公司及管理费</view>
<input
type="text"
v-model="model.ManagementCompany"
:disabled="disabled"
style="padding: 10px 0"
placeholder="请填写人管理公司及管理费"
placeholder-style="color:#CECECE;"
/>
<view
class="bottom-border_r"
style="padding: 10px 0; height: 42px; display: flex"
>
<input
type="text"
v-model="model.ManagementCompany"
:disabled="disabled"
style="padding: 10px 0;flex: 1;margin-right: 10px"
placeholder="请填写人管理公司及管理费"
placeholder-style="color:#CECECE;"
/>
<span>元/m²</span>
</view>
</view>
<view class="bottom-border">
<view class="label-text">目标招商业态及品牌需求</view>
......@@ -502,7 +508,7 @@
</template>
<script>
import {gegerateDates, dateEqual,formatDate} from '../../../appointment/components/zzx-calendar/generateDates.js';
import {formatDate} from '../../../appointment/components/zzx-calendar/generateDates.js';
export default {
props: {
datas: {
......@@ -624,7 +630,7 @@ export default {
//判断是否填写过了
let data = 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.BrandClassName = data.CategoryName
......@@ -665,6 +671,7 @@ export default {
this.glCarrierName = this.model.CarrierName;
}
} else {
this.model.CompanyId = this.datas.CompanyId;
}
},
methods: {
......
......@@ -285,26 +285,39 @@
/>
</view>
<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
type="number"
v-model="model.PropertyFee"
:disabled="disabled"
style="padding: 10px 0"
placeholder="请填写物业费"
placeholder-style="color:#CECECE;"
/>
type="number"
v-model="model.PropertyFee"
:disabled="disabled"
style="padding: 10px 0;flex: 1;margin-right: 10px"
placeholder="请填写物业费"
placeholder-style="color:#CECECE;"
/>
<span>元/㎡</span>
</view>
</view>
<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
type="number"
v-model="model.RentFee"
:disabled="disabled"
style="padding: 10px 0"
placeholder="请填写月租金"
placeholder-style="color:#CECECE;"
/>
type="number"
v-model="model.RentFee"
:disabled="disabled"
style="padding: 10px 0;flex: 1;margin-right: 10px"
placeholder="请填写月租金"
placeholder-style="color:#CECECE;"
/>
<span>元/㎡</span>
</view>
</view>
<view class="bottom-border">
<view class="label-text">企业简介</view>
......@@ -364,7 +377,7 @@
</template>
<script>
import {gegerateDates, dateEqual,formatDate} from '../../../appointment/components/zzx-calendar/generateDates.js';
import {formatDate} from '../../../appointment/components/zzx-calendar/generateDates.js';
export default{
props: {
datas: {
......@@ -454,8 +467,8 @@
if(this.datas.CompanyStatus!=undefined && this.datas.IsComplete != undefined){//判断是否填写过了
let data = this.datas.EnterpriseServicesModel
this.model = this.datas.EnterpriseServicesModel
this.model.OperationTime = formatDate(new Date(data.OperationTime),'yyyy-MM-dd')
this.model.HandoverDate = formatDate(new Date(data.HandoverDate),'yyyy-MM-dd')
if(data.OperationTime) this.model.OperationTime = formatDate(new Date(data.OperationTime),'yyyy-MM-dd')
if(data.HandoverDate) this.model.HandoverDate = formatDate(new Date(data.HandoverDate),'yyyy-MM-dd')
this.model.CompanyId = this.datas.CompanyId
this.glBrandName = data.Name
if(this.model.BannerList && this.model.BannerList.length>0){
......@@ -487,6 +500,8 @@
this.disabled3 = true
}
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