Files
PropertyDeployment/resources/Web/MicroCommunityWeb/html/pages/property/sellParkingSpace/sellParkingSpace.html
2025-12-09 20:22:03 +08:00

59 lines
2.0 KiB
HTML

<div >
<div class="java110_step">
<div id="step"></div>
</div>
<!-- 选择 应用信息 -->
<div v-if="sellParkingSpaceInfo.index == 0">
<!-- 选择停车位 -->
<vc:create path="property/viewSelectParkingSpace"
callBackComponent="sellParkingSpace"
callBackFunction="notify"
></vc:create>
</div>
<div v-if="sellParkingSpaceInfo.index == 1">
<vc:create path="property/viewOwnerInfo"
callBackListener="sellParkingSpace"
callBackFunction="notify"
></vc:create>
</div>
<div v-if="sellParkingSpaceInfo.index == 2">
<vc:create path="property/addCar"
callBackComponent="sellParkingSpace"
callBackFunction="notify"
>
</vc:create>
</div>
<div v-if="sellParkingSpaceInfo.index == 3">
<vc:create path="property/sellParkingSpaceFee"
callBackComponent="sellParkingSpace"
callBackFunction="notify"
></vc:create>
</div>
<div class="row">
<div class="col-md-10"></div>
<div class="col-md-2 " style="margin-bottom:10px; text-align:right">
<button type="button" class="btn btn-secondary" v-on:click="_prevStep()"><span><vc:i18n name="上一步" namespace="sellParkingSpace"></vc:i18n></span></button>
<button v-if="sellParkingSpaceInfo.index != 3" type="button" class="btn btn-primary"
style="margin-left:10px;"
v-on:click="_nextStep()"><span><vc:i18n name="下一步" namespace="sellParkingSpace"></vc:i18n></span>
</button>
<button v-if="sellParkingSpaceInfo.index == 3" type="button" class="btn btn-primary"
style="margin-left:10px;"
v-on:click="_finishStep()"><span><vc:i18n name="出售" namespace="sellParkingSpace"></vc:i18n></span>
</button>
</div>
</div>
</div>