shish 2 miesięcy temu
rodzic
commit
127642b077
1 zmienionych plików z 5 dodań i 5 usunięć
  1. 5 5
      ghsApp/src/admin/billing/affirm.vue

+ 5 - 5
ghsApp/src/admin/billing/affirm.vue

@@ -108,7 +108,7 @@
                     style="width: 430upx"
                     v-model="customData.userPrice"
                     @focus="customData.userPrice = null"
-                    type="number"
+                    type="digit"
                     placeholder="单价"
                     :disabled="false"
                   />
@@ -117,16 +117,16 @@
 
                 <view class="num_bx">
                   <!-- #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>
-                  <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>
                   <!-- #endif -->
 
                   <!-- #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>
-                  <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>
                   <!-- #endif -->