Commit 5d57e77e authored by youjie's avatar youjie

no message

parent 49bf1180
...@@ -150,42 +150,7 @@ ...@@ -150,42 +150,7 @@
<u-icon name="arrow" color="#A5A4AC" size="30"></u-icon> <u-icon name="arrow" color="#A5A4AC" size="30"></u-icon>
</view> </view>
</view> </view>
<view class="bottom-border">
<view class="label-text"
>经营面积(m²)<span style="color: #e54d42">*</span></view
>
<view
class="bottom-border_r"
style="padding: 10px 0; height: 42px; display: flex"
>
<input
type="number"
v-model="model.BuiltUpArea"
style="width: 1px; flex: 1"
placeholder="请填写经营面积"
:disabled="disabled"
placeholder-style="color:#CECECE;"
/>
</view>
</view>
<view class="bottom-border">
<view class="label-text"
>可租赁面积(m²)<span style="color: #e54d42">*</span></view
>
<view
class="bottom-border_r"
style="padding: 10px 0; height: 42px; display: flex"
>
<input
type="number"
v-model="model.AreaRequirement"
style="width: 1px; flex: 1"
placeholder="请填写可租赁面积"
:disabled="disabled"
placeholder-style="color:#CECECE;"
/>
</view>
</view>
<view class="label-text" style="margin-top: 20px; margin-bottom: 30rpx"> <view class="label-text" style="margin-top: 20px; margin-bottom: 30rpx">
<view>Logo<span style="color: #e54d42">*</span></view> <view>Logo<span style="color: #e54d42">*</span></view>
...@@ -346,6 +311,42 @@ ...@@ -346,6 +311,42 @@
</view> </view>
</u-popup> </u-popup>
</view> </view>
<view class="bottom-border">
<view class="label-text"
>经营面积(m²)<span style="color: #e54d42">*</span></view
>
<view
class="bottom-border_r"
style="padding: 10px 0; height: 42px; display: flex"
>
<input
type="number"
v-model="model.BuiltUpArea"
style="width: 1px; flex: 1"
placeholder="请填写经营面积"
:disabled="disabled"
placeholder-style="color:#CECECE;"
/>
</view>
</view>
<view class="bottom-border">
<view class="label-text"
>可租赁面积(m²)<span style="color: #e54d42">*</span></view
>
<view
class="bottom-border_r"
style="padding: 10px 0; height: 42px; display: flex"
>
<input
type="number"
v-model="model.AreaRequirement"
style="width: 1px; flex: 1"
placeholder="请填写可租赁面积"
:disabled="disabled"
placeholder-style="color:#CECECE;"
/>
</view>
</view>
<view class="bottom-border"> <view class="bottom-border">
<view class="label-text" <view class="label-text"
>商业体量<span style="color: #e54d42">*</span></view >商业体量<span style="color: #e54d42">*</span></view
...@@ -927,7 +928,7 @@ export default { ...@@ -927,7 +928,7 @@ export default {
return; return;
} }
if (this.model.Address == ""||!this.model.Address) { if (this.model.Address == ""||!this.model.Address) {
uni.showToast({ title: "请输入项目地址", icon: "none" }); uni.showToast({ title: "请输入载体地址", icon: "none" });
return; return;
} }
if (this.model.Logo == ""||!this.model.Logo) { if (this.model.Logo == ""||!this.model.Logo) {
...@@ -957,6 +958,10 @@ export default { ...@@ -957,6 +958,10 @@ export default {
uni.showToast({ title: "请输入开业时间", icon: "none" }); uni.showToast({ title: "请输入开业时间", icon: "none" });
return; return;
} }
if (this.model.CategoryId == ""||!this.model.CategoryId) {
uni.showToast({ title: "请选择载体类型", icon: "none" });
return;
}
if (this.model.CarrierSize == ""||!this.model.CarrierSize) { if (this.model.CarrierSize == ""||!this.model.CarrierSize) {
uni.showToast({ title: "请输入商业体量", icon: "none" }); uni.showToast({ title: "请输入商业体量", icon: "none" });
return; return;
......
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