|
@@ -108,7 +108,7 @@
|
|
|
style="width: 430upx"
|
|
style="width: 430upx"
|
|
|
v-model="customData.userPrice"
|
|
v-model="customData.userPrice"
|
|
|
@focus="customData.userPrice = null"
|
|
@focus="customData.userPrice = null"
|
|
|
- type="number"
|
|
|
|
|
|
|
+ type="digit"
|
|
|
placeholder="单价"
|
|
placeholder="单价"
|
|
|
:disabled="false"
|
|
:disabled="false"
|
|
|
/>
|
|
/>
|
|
@@ -117,16 +117,16 @@
|
|
|
|
|
|
|
|
<view class="num_bx">
|
|
<view class="num_bx">
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
- <input style="width: 430upx" v-model="customData.bigCount" v-if="globalUnitType == 0" type="number" />
|
|
|
|
|
|
|
+ <input style="width: 430upx" v-model="customData.bigCount" v-if="globalUnitType == 0" type="digit" />
|
|
|
<text style="font-size: 35upx; font-weight: bold; color: #666666" v-if="globalUnitType == 0">扎</text>
|
|
<text style="font-size: 35upx; font-weight: bold; color: #666666" v-if="globalUnitType == 0">扎</text>
|
|
|
- <input style="width: 430upx" v-model="customData.smallCount" v-if="globalUnitType == 1" type="number" />
|
|
|
|
|
|
|
+ <input style="width: 430upx" v-model="customData.smallCount" v-if="globalUnitType == 1" type="digit" />
|
|
|
<text style="font-size: 35upx; font-weight: bold; color: #666666" v-if="globalUnitType == 1">支</text>
|
|
<text style="font-size: 35upx; font-weight: bold; color: #666666" v-if="globalUnitType == 1">支</text>
|
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
|
|
|
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
- <input style="width: 430upx" v-model="customData.bigCount" v-if="globalUnitType == 0" :focus="isAddInputFocus" type="number" />
|
|
|
|
|
|
|
+ <input style="width: 430upx" v-model="customData.bigCount" v-if="globalUnitType == 0" :focus="isAddInputFocus" type="digit" />
|
|
|
<text style="font-size: 35upx; font-weight: bold; color: #666666" v-if="globalUnitType == 0">扎</text>
|
|
<text style="font-size: 35upx; font-weight: bold; color: #666666" v-if="globalUnitType == 0">扎</text>
|
|
|
- <input style="width: 430upx" v-model="customData.smallCount" v-if="globalUnitType == 1" :focus="isAddInputFocus" type="number" />
|
|
|
|
|
|
|
+ <input style="width: 430upx" v-model="customData.smallCount" v-if="globalUnitType == 1" :focus="isAddInputFocus" type="digit" />
|
|
|
<text style="font-size: 35upx; font-weight: bold; color: #666666" v-if="globalUnitType == 1">支</text>
|
|
<text style="font-size: 35upx; font-weight: bold; color: #666666" v-if="globalUnitType == 1">支</text>
|
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
|
|
|
|