shish 6 bulan lalu
induk
melakukan
bb5287e1a7
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      ghsApp/src/pagesPurchase/add.vue

+ 1 - 0
ghsApp/src/pagesPurchase/add.vue

@@ -63,6 +63,7 @@
 						<view v-if="customData.aboutPrice == 1" style="margin-top:16upx;text-align:center;color:blue;font-size:26upx;">单价为近似值</view>
 						<view v-if="customData.aboutPrice == 1" style="margin-top:16upx;text-align:center;color:blue;font-size:26upx;">单价为近似值</view>
 						<view v-else style="margin-top:16upx;text-align:center;font-size:26upx;">----</view>
 						<view v-else style="margin-top:16upx;text-align:center;font-size:26upx;">----</view>
 						<view style="text-align: center;">
 						<view style="text-align: center;">
+							<text style="margin-right:20upx;color:red;font-weight:bold;font-size:30upx;" v-if="cgUnitType==1">当前小单位</text>
 							<switch :checked="customData.assignSeat == 1 ? true : false" @change="changeAssignSeat" style="transform: scale(0.7,0.7);" />{{customData.assignSeat == 0?'无':''}}货位
 							<switch :checked="customData.assignSeat == 1 ? true : false" @change="changeAssignSeat" style="transform: scale(0.7,0.7);" />{{customData.assignSeat == 0?'无':''}}货位
 						</view>
 						</view>
 					</view>
 					</view>