|
@@ -253,8 +253,8 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="起保日期类型" prop="matchType">
|
|
|
|
|
- <el-select v-model="agreement.matchType" placeholder="请选择起保日期类型" style="width: 100%">
|
|
|
|
|
|
|
+ <el-form-item label="保单日期类型" prop="matchType">
|
|
|
|
|
+ <el-select v-model="agreement.matchType" placeholder="请选择保单日期类型" style="width: 100%">
|
|
|
<el-option v-for="item in matchTypeoptions" :key="item.dictValue" :label="item.dictTag"
|
|
<el-option v-for="item in matchTypeoptions" :key="item.dictValue" :label="item.dictTag"
|
|
|
:value="item.dictValue"></el-option>
|
|
:value="item.dictValue"></el-option>
|
|
|
</el-select>
|
|
</el-select>
|
|
@@ -989,8 +989,8 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
|
- <el-form-item label="起保日期类型" prop="matchType">
|
|
|
|
|
- <el-select v-model="agreementsHistoryInfo.agreement.matchType" placeholder="请选择起保日期类型"
|
|
|
|
|
|
|
+ <el-form-item label="保单日期类型" prop="matchType">
|
|
|
|
|
+ <el-select v-model="agreementsHistoryInfo.agreement.matchType" placeholder="请选择保单日期类型"
|
|
|
style="width: 100%">
|
|
style="width: 100%">
|
|
|
<el-option v-for="item in matchTypeoptions" :key="item.dictValue" :label="item.dictTag"
|
|
<el-option v-for="item in matchTypeoptions" :key="item.dictValue" :label="item.dictTag"
|
|
|
:value="item.dictValue"></el-option>
|
|
:value="item.dictValue"></el-option>
|
|
@@ -1345,7 +1345,7 @@ export default {
|
|
|
{ prop: "withTax", label: "含增值税结算", minWidth: 160 },
|
|
{ prop: "withTax", label: "含增值税结算", minWidth: 160 },
|
|
|
{
|
|
{
|
|
|
prop: "matchType",
|
|
prop: "matchType",
|
|
|
- label: "起保日期类型",
|
|
|
|
|
|
|
+ label: "保单日期类型",
|
|
|
minWidth: 160,
|
|
minWidth: 160,
|
|
|
formatter: this.matchtypeFormatter,
|
|
formatter: this.matchtypeFormatter,
|
|
|
},
|
|
},
|
|
@@ -1867,7 +1867,7 @@ export default {
|
|
|
endDate: "", //协议止期
|
|
endDate: "", //协议止期
|
|
|
fileId: "", // 附件id
|
|
fileId: "", // 附件id
|
|
|
insuranceCompanyId: "", //保险公司id
|
|
insuranceCompanyId: "", //保险公司id
|
|
|
- matchType: "", //起保日期类型
|
|
|
|
|
|
|
+ matchType: "", //保单日期类型
|
|
|
moneyTime: 0, //结算周期
|
|
moneyTime: 0, //结算周期
|
|
|
moneyType: "", //佣金发放方式
|
|
moneyType: "", //佣金发放方式
|
|
|
startDate: "", //协议起期
|
|
startDate: "", //协议起期
|
|
@@ -2076,7 +2076,7 @@ export default {
|
|
|
{ required: true, message: "请输入协议失效日期", trigger: "blur" },
|
|
{ required: true, message: "请输入协议失效日期", trigger: "blur" },
|
|
|
],
|
|
],
|
|
|
matchType: [
|
|
matchType: [
|
|
|
- { required: true, message: "请输入起保日期类型", trigger: "change" },
|
|
|
|
|
|
|
+ { required: true, message: "请输入保单日期类型", trigger: "change" },
|
|
|
],
|
|
],
|
|
|
moneytype: [
|
|
moneytype: [
|
|
|
{ required: true, message: "请选择佣金发放方式", trigger: "blur" },
|
|
{ required: true, message: "请选择佣金发放方式", trigger: "blur" },
|
|
@@ -2276,7 +2276,7 @@ export default {
|
|
|
|
|
|
|
|
this.getDicType("InsInsuranceKind"); //险种类型
|
|
this.getDicType("InsInsuranceKind"); //险种类型
|
|
|
this.getDicType("agreementType"); //协议类型
|
|
this.getDicType("agreementType"); //协议类型
|
|
|
- this.getDicType("matchType"); //起保日期类型
|
|
|
|
|
|
|
+ this.getDicType("matchType"); //保单日期类型
|
|
|
this.getDicType("moneyType"); //佣金发放方式
|
|
this.getDicType("moneyType"); //佣金发放方式
|
|
|
this.getDicType("supplierTypeEnum"); //供应商类型
|
|
this.getDicType("supplierTypeEnum"); //供应商类型
|
|
|
this.getDicType("approvalStatus"); //审批状态
|
|
this.getDicType("approvalStatus"); //审批状态
|