|
|
@@ -126,7 +126,10 @@
|
|
|
<el-row style="flex-wrap: wrap; display: flex;">
|
|
|
<el-col :span="5">
|
|
|
<el-form-item label="车牌" :prop="licenseplate ? 'licenseNo' : ''">
|
|
|
- <el-input v-model="carInfo.licenseNo" placeholder="请输入车牌号" :disabled="!licenseplate" ></el-input>
|
|
|
+ <div style="display: flex;">
|
|
|
+ <el-input style="width: 75%;margin-right:13px" v-model="carInfo.licenseNo" placeholder="请输入车牌号" :disabled="!licenseplate" ></el-input>
|
|
|
+ <el-checkbox v-model="licenseplate">已上牌</el-checkbox>
|
|
|
+ </div>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="5" :offset="1">
|
|
|
@@ -500,7 +503,7 @@
|
|
|
<el-input v-model="policyHolderInfo.name" placeholder="请输入投保人姓名"></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- <el-col >
|
|
|
+ <el-col :span="5" :offset="1">
|
|
|
<el-form-item label="证件类型" prop="identifyType">
|
|
|
<el-select v-model="policyHolderInfo.identifyType" placeholder="身份证" disabled>
|
|
|
<el-option label="身份证" value="01"></el-option>
|
|
|
@@ -824,10 +827,11 @@
|
|
|
:rules="rules"
|
|
|
label-width="160px"
|
|
|
size="small"
|
|
|
- style="margin-top:30px;"
|
|
|
+ style="margin-top: 15px"
|
|
|
+ label-position="top"
|
|
|
>
|
|
|
<el-row style="flex-wrap: wrap; display: flex;">
|
|
|
- <el-col :span="6">
|
|
|
+ <el-col :span="5">
|
|
|
<el-form-item label="纳税类型:" prop="taxRelifFlag">
|
|
|
<el-select
|
|
|
@change="taxRelifFlagChange"
|
|
|
@@ -845,7 +849,7 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
v-show="vehicleAndVesselTaxForm.taxRelifFlag == 1"
|
|
|
- :span="6"
|
|
|
+ :span="5" :offset="1"
|
|
|
>
|
|
|
<el-form-item label="纳税人识别号:" prop="identifyNumber">
|
|
|
<el-input
|
|
|
@@ -857,7 +861,7 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
v-show="vehicleAndVesselTaxForm.taxRelifFlag == 1"
|
|
|
- :span="6"
|
|
|
+ :span="5" :offset="1"
|
|
|
>
|
|
|
<el-form-item label="纳税人名称:" prop="taxpayerName">
|
|
|
<el-input
|
|
|
@@ -869,7 +873,7 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
v-show="vehicleAndVesselTaxForm.taxRelifFlag == 1"
|
|
|
- :span="6"
|
|
|
+ :span="5" :offset="1"
|
|
|
>
|
|
|
<el-form-item label="证件类型:" prop="taxpayerIdentifier">
|
|
|
<el-select
|
|
|
@@ -888,7 +892,7 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
v-show="vehicleAndVesselTaxForm.taxRelifFlag == 2 || vehicleAndVesselTaxForm.taxRelifFlag == 3"
|
|
|
- :span="6"
|
|
|
+ :span="5" :offset="1"
|
|
|
>
|
|
|
<el-form-item label="减免税凭证号:" prop="extendChar2">
|
|
|
<el-input
|
|
|
@@ -900,7 +904,7 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
v-show="vehicleAndVesselTaxForm.taxRelifFlag == 4"
|
|
|
- :span="6"
|
|
|
+ :span="5" :offset="1"
|
|
|
>
|
|
|
<el-form-item label="完税凭证号:" prop="paidFreeCertificate">
|
|
|
<el-input
|
|
|
@@ -912,7 +916,7 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
v-show="vehicleAndVesselTaxForm.taxRelifFlag == 2 || vehicleAndVesselTaxForm.taxRelifFlag == 3"
|
|
|
- :span="6"
|
|
|
+ :span="5" :offset="1"
|
|
|
>
|
|
|
<el-form-item label="减免税原因:" prop="relifReason">
|
|
|
<el-select
|
|
|
@@ -931,7 +935,7 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
v-show="vehicleAndVesselTaxForm.taxRelifFlag != 1"
|
|
|
- :span="6"
|
|
|
+ :span="5" :offset="1"
|
|
|
>
|
|
|
<el-form-item label="税务机关代码:" prop="taxComCode">
|
|
|
<el-input
|
|
|
@@ -943,7 +947,7 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
v-show="vehicleAndVesselTaxForm.taxRelifFlag != 1"
|
|
|
- :span="6"
|
|
|
+ :span="5" :offset="vehicleAndVesselTaxForm.taxRelifFlag == 4?1:0"
|
|
|
>
|
|
|
<el-form-item label="税务机关名称:" prop="taxComName">
|
|
|
<el-input
|
|
|
@@ -955,7 +959,7 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
v-show="vehicleAndVesselTaxForm.taxRelifFlag == 4"
|
|
|
- :span="6"
|
|
|
+ :span="5"
|
|
|
>
|
|
|
<el-form-item label="完税凭证填发日期:" prop="taxDocumentDate">
|
|
|
<el-date-picker
|
|
|
@@ -970,7 +974,7 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
v-show="vehicleAndVesselTaxForm.taxRelifFlag == 4"
|
|
|
- :span="6"
|
|
|
+ :span="5" :offset="1"
|
|
|
>
|
|
|
<el-form-item label="完税凭证地区:" prop="taxPaidAreaCode">
|
|
|
<el-select
|
|
|
@@ -989,7 +993,7 @@
|
|
|
</el-col>
|
|
|
<el-col
|
|
|
v-show="vehicleAndVesselTaxForm.taxRelifFlag == 3"
|
|
|
- :span="6"
|
|
|
+ :span="5" :offset="1"
|
|
|
>
|
|
|
<el-form-item label="减税比例:" prop="taxRelief">
|
|
|
<el-input
|
|
|
@@ -1090,12 +1094,10 @@
|
|
|
<div class="flex j-s " id="company">
|
|
|
<img src="../../../src/icon/保险公司.png" alt class="icon-img" />
|
|
|
<span style="margin-left:10px;">保险公司</span>
|
|
|
- </div>
|
|
|
- <div class="flex j-c a-c">
|
|
|
- <div class="csstool">
|
|
|
+ <!-- <div class="csstool">
|
|
|
<span>是否已上牌照</span>
|
|
|
<el-switch v-model="licenseplate" active-color="#D42426"></el-switch>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div class="csstool">
|
|
|
<span>是否过户车</span>
|
|
|
<el-switch
|
|
|
@@ -1116,6 +1118,9 @@
|
|
|
<span>是否二手车</span>
|
|
|
<el-switch v-model="carInfo.usedCar" active-color="#D42426"></el-switch>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
+ <div class="flex j-c a-c">
|
|
|
+
|
|
|
<el-button v-show="imageUploadShow" size="small" type="primary" @click="imageUpload()">
|
|
|
<i class="el-icon-camera-solid" style="margin-right:4px;"></i>
|
|
|
影像上传
|