|
|
@@ -129,10 +129,10 @@
|
|
|
</view>
|
|
|
<debounce-button style="margin-top: 30rpx;"
|
|
|
v-if="form.status==1&&form.tireInsuranceFilesList.slice(activeTab*3,activeTab*3+3).filter(item=>item.claimStatus==0).length"
|
|
|
- bgColor='#03803B' @click="claim">生成理赔</debounce-button>
|
|
|
+ bgColor='#03803B' @click="claim">生成保单</debounce-button>
|
|
|
<debounce-button style="margin-top: 30rpx;"
|
|
|
v-if="form.status==1&&form.tireInsuranceFilesList.slice(activeTab*3,activeTab*3+3).filter(item=>item.claimStatus==0).length==0"
|
|
|
- bgColor='#03803B' :readOnly="true">已生成理赔</debounce-button>
|
|
|
+ bgColor='#03803B' :readOnly="true">已生成保单</debounce-button>
|
|
|
</uni-section>
|
|
|
<u-keyboard ref="uKeyboard" mode="car" :show="carShow" @change="carChange" @backspace="backspace"
|
|
|
:showCancel="false" :showConfirm="false" @close="carShow=false" :safeAreaInsetBottom="true"
|
|
|
@@ -815,7 +815,7 @@
|
|
|
}
|
|
|
uni.showModal({
|
|
|
title: '提示',
|
|
|
- content: '是否生成理赔?',
|
|
|
+ content: '是否生成保单?',
|
|
|
success: function(res) {
|
|
|
if (res.confirm) {
|
|
|
uni.showLoading({
|
|
|
@@ -1011,4 +1011,4 @@
|
|
|
pointer-events: none !important;
|
|
|
touch-action: none !important;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|