Просмотр исходного кода

自主采购先不要支持小单位

shish 3 лет назад
Родитель
Сommit
3980015f81
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      hdApp/src/pagesPurchase/ghsProduct.vue

+ 0 - 4
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -88,10 +88,6 @@
 					<view class="num_bx">
 						<input v-if="globalUnitType == 0" v-model="customData.bigCount" :focus="isFocus" type="number" placeholder="扎数" />
 						<input v-if="globalUnitType == 1" v-model="customData.smallCount" :focus="isFocus" type="number" placeholder="支数" />
-
-						<image @click="switchGlobalUnitType" :src="`${constant.imgUrl}/icon/switch/switch128.png`" v-if="customData.smallShow && customData.smallShow==1"
-						style="width:86upx;height:86upx;position:absolute;top:136upx;right:55upx;" mode="widthFix"></image>
-
 					</view>
 				</view>
 			</template>