|
@@ -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>
|