jiangfeng 5 лет назад
Родитель
Сommit
6ebd10e465
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      ghsApp/src/components/module/app-commodity.vue

+ 4 - 4
ghsApp/src/components/module/app-commodity.vue

@@ -29,10 +29,10 @@
 				<view class="price" v-else></view>
 
 				<view class="open-bx" style="padding-bottom: 40rpx" >
-					<!--<allSelectInput :inputType="'digit'" :isActive="isAloneAllActive" :isFocus="isAloneAllFocus" :value="changeAutoPrice" :placeholder="'自动调价'"-->
-						<!--@deleteInputVal="deleteInputVal" @initAllInput="initAloneAllInput" @moveAllInput="moveAllInput">-->
-					<!--</allSelectInput>-->
-					<input class="change-input" @tap.stop="" @focus="changeAutoPrice = null" v-model="changeAutoPrice" type="digit" placeholder="自动调价"  selection-start="0" selection-end="1" />
+					<allSelectInput :inputType="'digit'" :isActive="isAloneAllActive" :isFocus="isAloneAllFocus" :value="changeAutoPrice" :placeholder="'自动调价'"
+						@deleteInputVal="deleteInputVal" @initAllInput="initAloneAllInput" @moveAllInput="moveAllInput">
+					</allSelectInput>
+					<!--<input class="change-input" @tap.stop="" @focus="changeAutoPrice = null" v-model="changeAutoPrice" type="digit" placeholder="自动调价"  selection-start="0" selection-end="1" />-->
 					<i :class="isShowSucceed?'position iconfont iconjihuo':'position'" ></i>
 					<view class="btn-box" @click="changePriceEvent">确定</view>
 				</view>