You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
2.9 KiB

4 years ago
<!--components/detail-basis/datail-basis.wxml-->
4 years ago
<view class="table-box">
<view class="table-title">产品定价</view>
<view class="table-form">
<view class="form-item">
<text class="form-lable">住宅定价:</text>
<input class="form-input input-back" type="number" />
<text class="unit">元/m</text>
</view>
<view class="form-item">
<text class="form-lable">商业定价:</text>
<input class="form-input" type="number" />
<text class="unit">元/m</text>
</view>
<view class="form-item">
<text class="form-lable">商务定价:</text>
<input class="form-input" type="number" />
<text class="unit">元/m</text>
</view>
<view class="form-item">
<text class="form-lable">车位定价:</text>
<input class="form-input" type="number" />
<text class="unit">元/m</text>
</view>
</view>
</view>
<view class="table-box">
<view class="table-title">指标定义</view>
<view class="table-form">
<view class="form-item">
<text class="form-lable">车配配比:</text>
<input class="form-input input-back" type="number" />
<text class="unit">个/100m</text>
</view>
<view class="form-item">
<text class="form-lable">单车指标:</text>
<input class="form-input" type="number" />
<text class="unit">个/m</text>
</view>
<view class="form-item">
<text class="form-lable">车位可售:</text>
<input class="form-input" type="number" />
<text class="unit">%</text>
</view>
<view class="form-item">
<text class="form-lable">单方成本:</text>
<input class="form-input" type="number" />
<text class="unit">元/m</text>
</view>
</view>
</view>
<view class="table-box">
<view class="table-title">系统默认值</view>
<view class="table-form">
<view class="form-item">
<text class="form-lable">商业配比:</text>
<input class="form-input input-back" type="number" />
<text class="unit">%</text>
</view>
<view class="form-item">
<text class="form-lable">商务配比:</text>
<input class="form-input" type="number" />
<text class="unit">%</text>
</view>
</view>
</view>
<view class="table-box">
<view class="table-title">三费费率</view>
<view class="table-form">
<view class="form-item">
<text class="form-lable">管理费率:</text>
<input class="form-input input-back" type="number" />
<text class="unit">%</text>
</view>
<view class="form-item">
<text class="form-lable">销售费率:</text>
<input class="form-input" type="number" />
<text class="unit">%</text>
</view>
<view class="form-item">
<text class="form-lable">财务费率:</text>
<input class="form-input" type="number" />
<text class="unit">%</text>
</view>
</view>
</view>