|
|
@@ -39,22 +39,20 @@
|
|
|
<u--input v-model="jqstartDate" disabled disabledColor="#ffffff" clearable
|
|
|
suffixIconStyle="color:#333;font-size:40rpx" placeholder="请选择起保日期"
|
|
|
placeholderStyle="text-align:right;" border="none" style="pointer-events: none">
|
|
|
- <template slot="suffix">
|
|
|
- <image src="/static/icon/quote/dateIcon.png" mode="">
|
|
|
- </image>
|
|
|
- </template>
|
|
|
</u--input>
|
|
|
+ <image src="/static/icon/quote/dateIcon.png"
|
|
|
+ style="width: 30rpx;height: 30rpx;margin-left: 10rpx;" mode="">
|
|
|
+ </image>
|
|
|
</u-form-item>
|
|
|
<u-form-item label="商业起保日期" borderBottom @click="systartShow = true"
|
|
|
v-if="['034001','034002','0330034002','0330034001'].includes(productId)">
|
|
|
<u--input v-model="systartDate" disabled disabledColor="#ffffff" clearable
|
|
|
suffixIconStyle="color:#333;font-size:40rpx" placeholder="请选择起保日期"
|
|
|
placeholderStyle="text-align:right;" border="none" style="pointer-events: none">
|
|
|
- <template slot="suffix">
|
|
|
- <image src="/static/icon/quote/dateIcon.png" mode="">
|
|
|
- </image>
|
|
|
- </template>
|
|
|
</u--input>
|
|
|
+ <image src="/static/icon/quote/dateIcon.png"
|
|
|
+ style="width: 30rpx;height: 30rpx;margin-left: 10rpx;" mode="">
|
|
|
+ </image>
|
|
|
</u-form-item>
|
|
|
<u-form-item label="报价车型" borderBottom @click="brandModelPopup=true">
|
|
|
<u--text :lines="1" bold :text="carInfo.brandName"></u--text>
|