@@ -912,7 +912,7 @@
}
uni.showModal({
title: '提示',
- content: '是否生成理赔?',
+ content: '是否生成保单?',
success: function(res) {
if (res.confirm) {
uni.showLoading({
@@ -1105,4 +1105,4 @@
pointer-events: none !important;
touch-action: none !important;
-</style>
+</style>
@@ -18,7 +18,7 @@
{{item.tireDescription||'暂无描述'}}
</view>
<view class="">
- 理赔单号:{{item.claimNo||'暂无理赔单号'}}
+ 保单号:{{item.claimNo||'暂无保单号'}}
<view class="list-item-end">
@@ -223,4 +223,4 @@
@@ -80,8 +80,8 @@
name: '待发货',
status: '待发货',
}, {
- name: '待收货',
- status: '待收货',
+ name: '已发货',
+ status: '已发货',
name: '已收货',
status: '已收货',
@@ -145,7 +145,7 @@
// #ifdef APP-PLUS
height: 100vh;
// #endif
-
+
display: flex;
flex-direction: column;
@@ -159,4 +159,4 @@
::v-deep .uni-searchbar__cancel {
color: #fff;
@@ -98,7 +98,7 @@
<view style="display: flex;">
- <debounce-button v-if="form.status=='已发货'" size="mini" style="width: 250rpx;" bgColor='#FFF1E6' color='#03803B'>确认收货</debounce-button>
+<!-- <debounce-button v-if="form.status=='已发货'" size="mini" style="width: 250rpx;" bgColor='#FFF1E6' color='#03803B'>确认收货</debounce-button>-->
<debounce-button v-if="form.status=='已收货'||form.status=='已取消'||form.status=='申请退货'" size="mini" style="width: 250rpx;" bgColor='#e43d33'>申请退货</debounce-button>
@@ -370,4 +370,4 @@
margin-bottom: 10rpx;
align-items: flex-end;