|
@@ -89,13 +89,13 @@
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
<uni-popup ref="diffRef" background-color="#fff" type="center" :animation="false">
|
|
<uni-popup ref="diffRef" background-color="#fff" type="center" :animation="false">
|
|
|
- <view style="padding:10upx;width:80vw;height:70vh;font-size:22upx;">
|
|
|
|
|
|
|
+ <view style="padding:10upx ;width:80vw;height:100vh;font-size:22upx;overflow-y:scroll;padding-bottom:86upx;">
|
|
|
<view v-for="(diff, diffIndex) in diffData">
|
|
<view v-for="(diff, diffIndex) in diffData">
|
|
|
- <view>{{diff.name}} 售价:{{diff.price}} 开单价:{{diff.kdPrice}}</view>
|
|
|
|
|
|
|
+ <view>{{diff.name}} 售价:¥{{diff.price?parseFloat(diff.price):0}} 开单价:¥{{diff.kdPrice?parseFloat(diff.kdPrice):0}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view style="margin-top:20upx;">以上开单价和售价不一样,请确认是否提交?</view>
|
|
<view style="margin-top:20upx;">以上开单价和售价不一样,请确认是否提交?</view>
|
|
|
- <view style="text-align:center;margin-top:20upx;">
|
|
|
|
|
- <button class="admin-button-com middle" @click="cancelDiff">取消</button>
|
|
|
|
|
|
|
+ <view style="text-align:center;margin-top:20upx;position:fixed;bottom:0upx;background-color:white;width:78vw;">
|
|
|
|
|
+ <button class="admin-button-com middle" @click="cancelDiff" style="margin-right:20upx;">取消</button>
|
|
|
<button class="admin-button-com middle blue" @click="confirmDiff">确认</button>
|
|
<button class="admin-button-com middle blue" @click="confirmDiff">确认</button>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|