|
@@ -25,7 +25,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 右 -->
|
|
<!-- 右 -->
|
|
|
<view class="right">
|
|
<view class="right">
|
|
|
- <u-input v-model="form.is_phone.base_price" type="number" :border="true" placeholder="请输入金额" />
|
|
|
|
|
|
|
+ <u-input v-model="form.is_phone.base_price" type="number" :border="true" placeholder="请输入金额" :clearable="false"/>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 步进价格 -->
|
|
<!-- 步进价格 -->
|
|
@@ -37,7 +37,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 右 -->
|
|
<!-- 右 -->
|
|
|
<view class="right">
|
|
<view class="right">
|
|
|
- <u-input v-model="form.is_phone.step_price" type="number" :border="true" placeholder="请输入金额" />
|
|
|
|
|
|
|
+ <u-input v-model="form.is_phone.step_price" type="number" :border="true" placeholder="请输入金额" :clearable="false"/>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 服务时间 -->
|
|
<!-- 服务时间 -->
|
|
@@ -92,7 +92,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 右 -->
|
|
<!-- 右 -->
|
|
|
<view class="right">
|
|
<view class="right">
|
|
|
- <u-input v-model="form.is_phone.person" type="number" :border="true" placeholder="请输入人次" />
|
|
|
|
|
|
|
+ <u-input v-model="form.is_phone.person" type="number" :border="true" placeholder="请输入人次" :clearable="false"/>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
@@ -115,7 +115,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 右 -->
|
|
<!-- 右 -->
|
|
|
<view class="right">
|
|
<view class="right">
|
|
|
- <u-input v-model="form.is_chat.base_price" type="number" :border="true" placeholder="请输入金额" />
|
|
|
|
|
|
|
+ <u-input v-model="form.is_chat.base_price" type="number" :border="true" placeholder="请输入金额" :clearable="false"/>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 服务时间 -->
|
|
<!-- 服务时间 -->
|
|
@@ -167,7 +167,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 右 -->
|
|
<!-- 右 -->
|
|
|
<view class="right">
|
|
<view class="right">
|
|
|
- <u-input v-model="form.is_chat.person" type="number" :border="true" placeholder="请输入人次" />
|
|
|
|
|
|
|
+ <u-input v-model="form.is_chat.person" type="number" :border="true" placeholder="请输入人次" :clearable="false" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -194,7 +194,7 @@
|
|
|
<!-- 右 -->
|
|
<!-- 右 -->
|
|
|
<view class="right">
|
|
<view class="right">
|
|
|
<u-input v-model="form.is_appoint.hospitalList[hospitalcurrent].appoint_price" type="number" :border="true"
|
|
<u-input v-model="form.is_appoint.hospitalList[hospitalcurrent].appoint_price" type="number" :border="true"
|
|
|
- placeholder="请输入金额" />
|
|
|
|
|
|
|
+ placeholder="请输入金额" :clearable="false"/>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 服务时间 -->
|
|
<!-- 服务时间 -->
|
|
@@ -271,7 +271,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 右 -->
|
|
<!-- 右 -->
|
|
|
<view class="right">
|
|
<view class="right">
|
|
|
- <u-input v-model="form.is_appoint.hospitalList[hospitalcurrent].service_num" type="number" :border="true"
|
|
|
|
|
|
|
+ <u-input v-model="form.is_appoint.hospitalList[hospitalcurrent].service_num" type="number" :border="true" :clearable="false"
|
|
|
placeholder="请输入人次" @blur="change" />
|
|
placeholder="请输入人次" @blur="change" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -284,7 +284,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 右 -->
|
|
<!-- 右 -->
|
|
|
<view class="right">
|
|
<view class="right">
|
|
|
- <u-input v-model="form.is_appoint.hospitalList[hospitalcurrent].show_days" type="number" :border="true"
|
|
|
|
|
|
|
+ <u-input v-model="form.is_appoint.hospitalList[hospitalcurrent].show_days" type="number" :border="true" :clearable="false"
|
|
|
placeholder="请输入天数" />
|
|
placeholder="请输入天数" />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|