|
|
@@ -84,7 +84,10 @@
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="车牌号" prop="licenseno">
|
|
|
- <el-input v-model="formDataList.licenseno" size="small"></el-input>
|
|
|
+ <el-input
|
|
|
+ v-model="formDataList.licenseno"
|
|
|
+ size="small"
|
|
|
+ ></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
@@ -103,8 +106,8 @@
|
|
|
></el-cascader>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="保险公司" prop="companyId">
|
|
|
<el-select
|
|
|
@@ -156,8 +159,8 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="被保险人" prop="insuredName">
|
|
|
<el-input
|
|
|
@@ -167,8 +170,8 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <div class="divider"></div>
|
|
|
- <div class="info-title">保单(投保信息)</div>
|
|
|
+ <div class="divider"></div>
|
|
|
+ <div class="info-title">保单(投保信息)</div>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="交强保单号" prop="policyno">
|
|
|
@@ -183,27 +186,36 @@
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
+
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="交强险保费" prop="jqPremium">
|
|
|
- <el-input v-model="formDataList.jqPremium" size="small"></el-input>
|
|
|
+ <el-input
|
|
|
+ v-model="formDataList.jqPremium"
|
|
|
+ size="small"
|
|
|
+ ></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="车船税" prop="taxamount">
|
|
|
- <el-input v-model="formDataList.taxamount" size="small"></el-input>
|
|
|
+ <el-input
|
|
|
+ v-model="formDataList.taxamount"
|
|
|
+ size="small"
|
|
|
+ ></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="商业险保费" prop="syPremium">
|
|
|
- <el-input v-model="formDataList.syPremium" size="small"></el-input>
|
|
|
+ <el-input
|
|
|
+ v-model="formDataList.syPremium"
|
|
|
+ size="small"
|
|
|
+ ></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<div class="divider"></div>
|
|
|
- <div class="info-title">比例及金额</div>
|
|
|
+ <div class="info-title">比例及金额</div>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="交强跟单比例" prop="jqOtherCostsProportion">
|
|
|
@@ -229,9 +241,9 @@
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <div class="divider"></div>
|
|
|
- <div class="info-title">类型</div>
|
|
|
+ </el-row>
|
|
|
+ <div class="divider"></div>
|
|
|
+ <div class="info-title">类型</div>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="增加类型" prop="addType">
|
|
|
@@ -272,7 +284,7 @@
|
|
|
:model="formDataAdd"
|
|
|
label-width="130px"
|
|
|
>
|
|
|
- <div class="info-title">基本信息</div>
|
|
|
+ <div class="info-title">基本信息</div>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="签单日期" prop="signDate">
|
|
|
@@ -307,8 +319,8 @@
|
|
|
></el-cascader>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="保险公司" prop="companyId">
|
|
|
<el-select
|
|
|
@@ -360,8 +372,8 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <el-row>
|
|
|
+ </el-row>
|
|
|
+ <el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="被保险人" prop="insuredName">
|
|
|
<el-input
|
|
|
@@ -371,8 +383,8 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <div class="divider"></div>
|
|
|
- <div class="info-title">保单(投保信息)</div>
|
|
|
+ <div class="divider"></div>
|
|
|
+ <div class="info-title">保单(投保信息)</div>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="交强保单号" prop="policyno">
|
|
|
@@ -387,7 +399,7 @@
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
-
|
|
|
+
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="交强险保费" prop="jqPremium">
|
|
|
<el-input v-model="formDataAdd.jqPremium" size="small"></el-input>
|
|
|
@@ -407,7 +419,7 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<div class="divider"></div>
|
|
|
- <div class="info-title">比例及金额</div>
|
|
|
+ <div class="info-title">比例及金额</div>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="交强跟单比例" prop="jqOtherCostsProportion">
|
|
|
@@ -433,9 +445,9 @@
|
|
|
></el-input>
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
- </el-row>
|
|
|
- <div class="divider"></div>
|
|
|
- <div class="info-title">类型</div>
|
|
|
+ </el-row>
|
|
|
+ <div class="divider"></div>
|
|
|
+ <div class="info-title">类型</div>
|
|
|
<el-row>
|
|
|
<el-col :span="8">
|
|
|
<el-form-item label="增加类型" prop="addType">
|
|
|
@@ -737,7 +749,7 @@ export default {
|
|
|
{
|
|
|
label: "结算日期",
|
|
|
prop: "settlementTime",
|
|
|
- type: "date",
|
|
|
+ type: "dateTime",
|
|
|
},
|
|
|
{
|
|
|
label: "结算状态",
|
|
|
@@ -1261,8 +1273,8 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
agrmentlist() {
|
|
|
- this.$api.task.findPtlAgreementListNew( { type: "" }).then((res) => {
|
|
|
- //this.$api.task.findPtlAgreementListNew({ type: "2" }).then((res) => {
|
|
|
+ this.$api.task.findPtlAgreementListNew({ type: "" }).then((res) => {
|
|
|
+ //this.$api.task.findPtlAgreementListNew({ type: "2" }).then((res) => {
|
|
|
this.agreementTypeoptions = res.data;
|
|
|
});
|
|
|
},
|
|
|
@@ -1386,7 +1398,7 @@ export default {
|
|
|
findPagegbatch(data) {
|
|
|
this.tableConfigbatch.loading = true;
|
|
|
this.$api.task
|
|
|
- .importAsyncQuery({ ...this.pageDataPro, handStatus: 2, ...data})
|
|
|
+ .importAsyncQuery({ ...this.pageDataPro, handStatus: 2, ...data })
|
|
|
.then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
this.tableConfigbatch.loading = false;
|
|
|
@@ -1582,7 +1594,7 @@ export default {
|
|
|
this.dialogVisible = true;
|
|
|
this.$api.task.plyFeeId(row.id).then((res) => {
|
|
|
if (res.code == 200) {
|
|
|
- console.log(res.data)
|
|
|
+ console.log(res.data);
|
|
|
this.formDataList = res.data;
|
|
|
} else {
|
|
|
this.$message.error(res.msg);
|
|
|
@@ -1741,7 +1753,7 @@ export default {
|
|
|
height: 50px;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-.divider{
|
|
|
+.divider {
|
|
|
height: 10px;
|
|
|
background: #f7f7f7;
|
|
|
}
|
|
|
@@ -1758,9 +1770,9 @@ export default {
|
|
|
font-family: PingFang SC, PingFang SC;
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
-.info-title::before{
|
|
|
+.info-title::before {
|
|
|
content: "";
|
|
|
- background: #D42426;
|
|
|
+ background: #d42426;
|
|
|
width: 4px;
|
|
|
height: 18px;
|
|
|
position: absolute;
|