|
|
|
@ -6,25 +6,25 @@
|
|
|
|
|
<text class="form-lable">住宅定价:</text> |
|
|
|
|
<input class="form-input" placeholder="请输入" placeholder-style="font-size:17rpx" bindinput="vmodel" |
|
|
|
|
data-type='housingPrice' value="{{priceData.housingPrice}}" type="number" /> |
|
|
|
|
<text class="unit">元/m</text> |
|
|
|
|
<text class="unit">元/㎡</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="form-item"> |
|
|
|
|
<text class="form-lable">商业定价:</text> |
|
|
|
|
<input class="form-input" placeholder="请输入" placeholder-style="font-size:17rpx" bindinput="vmodel" |
|
|
|
|
data-type='commercePrice' value="{{priceData.commercePrice}}" type="number" /> |
|
|
|
|
<text class="unit">元/m</text> |
|
|
|
|
<text class="unit">元/㎡</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="form-item"> |
|
|
|
|
<text class="form-lable">商务定价:</text> |
|
|
|
|
<input class="form-input" placeholder="请输入" placeholder-style="font-size:17rpx" bindinput="vmodel" |
|
|
|
|
data-type='businessPrice' value="{{priceData.businessPrice}}" type="number" /> |
|
|
|
|
<text class="unit">元/m</text> |
|
|
|
|
<text class="unit">元/㎡</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="form-item"> |
|
|
|
|
<text class="form-lable">车位定价:</text> |
|
|
|
|
<input class="form-input" placeholder="请输入" placeholder-style="font-size:17rpx" bindinput="vmodel" |
|
|
|
|
data-type='parkingPrice' value="{{priceData.parkingPrice}}" type="number" /> |
|
|
|
|
<text class="unit">元/m</text> |
|
|
|
|
<text class="unit">元/㎡</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -36,13 +36,13 @@
|
|
|
|
|
<text class="form-lable">车位配比:</text> |
|
|
|
|
<input class="form-input" placeholder="请输入" placeholder-style="font-size:17rpx" bindinput="vmodel" |
|
|
|
|
data-type='parkingAllocation' value="{{priceData.parkingAllocation}}" type="number" /> |
|
|
|
|
<text class="unit">个/100m</text> |
|
|
|
|
<text class="unit">个/100㎡</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="form-item"> |
|
|
|
|
<text class="form-lable">单车指标:</text> |
|
|
|
|
<input class="form-input" placeholder="请输入" placeholder-style="font-size:17rpx" bindinput="vmodel" |
|
|
|
|
data-type='singleIndicator' value="{{priceData.singleIndicator}}" type="number" /> |
|
|
|
|
<text class="unit">个/m</text> |
|
|
|
|
<text class="unit">个/㎡</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="form-item"> |
|
|
|
|
<text class="form-lable">车位可售:</text> |
|
|
|
@ -54,7 +54,7 @@
|
|
|
|
|
<text class="form-lable">单方成本:</text> |
|
|
|
|
<input class="form-input" placeholder="请输入" placeholder-style="font-size:17rpx" bindinput="vmodel" |
|
|
|
|
data-type='singlePrimeCost' value="{{priceData.singlePrimeCost}}" type="number" /> |
|
|
|
|
<text class="unit">元/m</text> |
|
|
|
|
<text class="unit">元/㎡</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="form-item"> |
|
|
|
|
<text class="form-lable">商业配比:</text> |
|
|
|
@ -108,7 +108,7 @@
|
|
|
|
|
<text class="form-lable">开发贷比例:</text> |
|
|
|
|
<input class="form-input" placeholder="请输入" placeholder-style="font-size:17rpx" bindinput="vmodel" |
|
|
|
|
value="{{priceData.loansRate}}" data-type='loansRate' type="number" /> |
|
|
|
|
<text class="unit">个/m</text> |
|
|
|
|
<text class="unit">个/㎡</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="form-item"> |
|
|
|
|
<text class="form-lable">前融利率:</text> |
|
|
|
|