|
|
@@ -48,22 +48,19 @@
|
|
|
<view class="select-view">
|
|
|
<view class="select-cmd_bx">
|
|
|
<view class="num_bx">
|
|
|
- <view class="kc">数量</view>
|
|
|
-
|
|
|
-
|
|
|
- <!-- #ifdef APP-PLUS -->
|
|
|
- <input v-model="customData.bigCount" type="number" placeholder="填写扎数" />
|
|
|
- <!-- #endif -->
|
|
|
- <!-- #ifdef MP-WEIXIN -->
|
|
|
- <input v-model="customData.bigCount" :focus="isAddInputFocus" type="number" placeholder="填写扎数" />
|
|
|
- <!-- #endif -->
|
|
|
-
|
|
|
+ <view class="kc">单价</view>
|
|
|
+ <!-- #ifdef APP-PLUS -->
|
|
|
+ <input v-model="customData.userPrice" @focus="customData.userPrice = null" type="digit" placeholder="填写单价" />
|
|
|
+ <!-- #endif -->
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
|
+ <input v-model="customData.userPrice" @focus="customData.userPrice = null" :focus="isAddInputFocus" type="digit" placeholder="填写单价" />
|
|
|
+ <!-- #endif -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="select-cmd_bx">
|
|
|
<view class="num_bx">
|
|
|
- <view class="kc">单价</view>
|
|
|
- <input v-model="customData.userPrice" @focus="customData.userPrice = null" type="digit" placeholder="填写单价" />
|
|
|
+ <view class="kc">数量</view>
|
|
|
+ <input v-model="customData.bigCount" type="number" placeholder="填写扎数" />
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|