YZM 2 years ago
parent
commit
1ed2e6c484

+ 8 - 2
tm-vuetify/components/tm-cartCellListFood/tm-cartCellListFood.vue

@@ -29,8 +29,8 @@
 				</view>
 				<view class="tm-cartCellListFood-price flex-between">
 					<view>
-						<text class="text-size-xs text-red" v-if="typeclick!=3 && typeclick!=6">¥</text>
-						<text v-if="typeclick!=3 && typeclick!=6" class="text-size-n text-red text-weight-b px-5">{{mdata[keyMap['price']]}}</text>
+						<text class="text-size-xs text-red" v-if="typeclick!=3 && typeclick!=6 && typeclick!=8">¥</text>
+						<text v-if="typeclick!=3 && typeclick!=6 && typeclick!=8" class="text-size-n text-red text-weight-b px-5">{{mdata[keyMap['price']]}}</text>
 						<text v-if="mdata[keyMap['unit']]" class="text-size-xs text-grey pr-10">/{{mdata[keyMap['unit']]}}</text>
 						<text v-if="mdata[keyMap['salePrice']]" class="text-delete text-size-xxs text-grey">¥{{mdata[keyMap['salePrice']]}}</text>
 					</view>
@@ -78,6 +78,12 @@
 						<view class="genghuan mr-10" @click="genghuan(mdata,1)">更换</view>
 						<view class="genghuan" @click="genghuan(mdata,2)">出库</view>
 					</view>
+					<view style="position: absolute;right: 20px;" v-if="typeclick==7">
+						<view class="genghuan mr-10" @click="genghuan(mdata,1)">更换</view>
+					</view>
+					<view style="position: absolute;right: 20px;" v-if="typeclick==8">
+						
+					</view>
 				</view>
 			</view>
 		</view>

File diff suppressed because it is too large
+ 0 - 1
unpackage/dist/build/app-plus/app-config-service.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/app-plus/app-service.js


File diff suppressed because it is too large
+ 0 - 0
unpackage/dist/build/app-plus/app-view.js


Some files were not shown because too many files changed in this diff