|
@@ -28,7 +28,7 @@
|
|
|
<el-tag type="primary" style="margin-right: 20px;">{{
|
|
<el-tag type="primary" style="margin-right: 20px;">{{
|
|
|
getDict('is_enable').find(val => val.value == agreementInfo.isEnable)?.label}}</el-tag>
|
|
getDict('is_enable').find(val => val.value == agreementInfo.isEnable)?.label}}</el-tag>
|
|
|
<el-tag type="success">{{getDict('valid_status').find(val => val.value == agreementInfo.validStatus)?.label
|
|
<el-tag type="success">{{getDict('valid_status').find(val => val.value == agreementInfo.validStatus)?.label
|
|
|
- }}</el-tag>
|
|
|
|
|
|
|
+ }}</el-tag>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<el-descriptions :column="3" style="margin-top: 10px;">
|
|
<el-descriptions :column="3" style="margin-top: 10px;">
|
|
@@ -50,13 +50,13 @@
|
|
|
<el-tab-pane label="协议信息" name="agreementInfo">
|
|
<el-tab-pane label="协议信息" name="agreementInfo">
|
|
|
<el-descriptions title="基本信息" class="m-top-20" :column="3">
|
|
<el-descriptions title="基本信息" class="m-top-20" :column="3">
|
|
|
<el-descriptions-item label="协议名称:">{{ agreementInfo.agreementTitle
|
|
<el-descriptions-item label="协议名称:">{{ agreementInfo.agreementTitle
|
|
|
- }}</el-descriptions-item>
|
|
|
|
|
|
|
+ }}</el-descriptions-item>
|
|
|
<el-descriptions-item label="协议简称:">{{ agreementInfo.agreementAbbreviation
|
|
<el-descriptions-item label="协议简称:">{{ agreementInfo.agreementAbbreviation
|
|
|
- }}</el-descriptions-item>
|
|
|
|
|
|
|
+ }}</el-descriptions-item>
|
|
|
<el-descriptions-item label="协议生效时间:">{{ agreementInfo.startDate }}</el-descriptions-item>
|
|
<el-descriptions-item label="协议生效时间:">{{ agreementInfo.startDate }}</el-descriptions-item>
|
|
|
<el-descriptions-item label="协议失效时间:">{{ agreementInfo.endDate }}</el-descriptions-item>
|
|
<el-descriptions-item label="协议失效时间:">{{ agreementInfo.endDate }}</el-descriptions-item>
|
|
|
<el-descriptions-item label="是否含增值税结算:">
|
|
<el-descriptions-item label="是否含增值税结算:">
|
|
|
- {{ getDict('with_tax').find(a => a.value == agreementInfo.withTax)?.label }}
|
|
|
|
|
|
|
+ {{getDict('with_tax').find(a => a.value == agreementInfo.withTax)?.label}}
|
|
|
</el-descriptions-item>
|
|
</el-descriptions-item>
|
|
|
<el-descriptions-item label="结算周期:">T{{ agreementInfo.moneyTime }} </el-descriptions-item>
|
|
<el-descriptions-item label="结算周期:">T{{ agreementInfo.moneyTime }} </el-descriptions-item>
|
|
|
<el-descriptions-item label="协议描述:">{{ agreementInfo.agreementName }}</el-descriptions-item>
|
|
<el-descriptions-item label="协议描述:">{{ agreementInfo.agreementName }}</el-descriptions-item>
|
|
@@ -64,7 +64,8 @@
|
|
|
<el-descriptions title="其他信息" class="m-top-20" :column="3">
|
|
<el-descriptions title="其他信息" class="m-top-20" :column="3">
|
|
|
<el-descriptions-item label="协议归属:">{{ agreementInfo.deptName }} </el-descriptions-item>
|
|
<el-descriptions-item label="协议归属:">{{ agreementInfo.deptName }} </el-descriptions-item>
|
|
|
<el-descriptions-item label="保险公司:"> {{ agreementInfo.companyId }}</el-descriptions-item>
|
|
<el-descriptions-item label="保险公司:"> {{ agreementInfo.companyId }}</el-descriptions-item>
|
|
|
- <el-descriptions-item label="协议类型:">{{ getDict('agreement_type').find(a => a.value == agreementInfo.agreementType)?.label }} </el-descriptions-item>
|
|
|
|
|
|
|
+ <el-descriptions-item label="协议类型:">{{getDict('agreement_type').find(a => a.value ==
|
|
|
|
|
+ agreementInfo.agreementType)?.label }} </el-descriptions-item>
|
|
|
<el-descriptions-item label="管理人:"> {{ agreementInfo.custodianId }}</el-descriptions-item>
|
|
<el-descriptions-item label="管理人:"> {{ agreementInfo.custodianId }}</el-descriptions-item>
|
|
|
</el-descriptions>
|
|
</el-descriptions>
|
|
|
</el-tab-pane>
|
|
</el-tab-pane>
|
|
@@ -85,7 +86,7 @@
|
|
|
<div class="flex a-c">
|
|
<div class="flex a-c">
|
|
|
<img src="../../../assets/images/fee.png" alt="">
|
|
<img src="../../../assets/images/fee.png" alt="">
|
|
|
<span class="strong m-left-10">{{ item.contactPerson
|
|
<span class="strong m-left-10">{{ item.contactPerson
|
|
|
- }}</span>
|
|
|
|
|
|
|
+ }}</span>
|
|
|
<span class="strong m-left-10">{{ item.contactMobile }}</span>
|
|
<span class="strong m-left-10">{{ item.contactMobile }}</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="flex">
|
|
<div class="flex">
|
|
@@ -121,15 +122,15 @@
|
|
|
</el-tabs>
|
|
</el-tabs>
|
|
|
</PageMain>
|
|
</PageMain>
|
|
|
<!-- 协议授权弹窗 -->
|
|
<!-- 协议授权弹窗 -->
|
|
|
- <auth-Drawer :Drawer="agreementAuthDrawer" @cancel="agreementAuthDrawer = false" @save="DrawerSave"
|
|
|
|
|
- @query="Drawerquery" :deptlist="deptauthList" :checkedKeys="checkedKeys" :checkedIds="checkedIds"></auth-Drawer>
|
|
|
|
|
|
|
+ <auth-Drawer ref="authDrawerRef" @save="DrawerSave" @query="Drawerquery" :deptlist="deptauthList"
|
|
|
|
|
+ :checkedKeys="checkedKeys" :checkedIds="checkedIds"></auth-Drawer>
|
|
|
<!-- 规则费用抽屉组件 -->
|
|
<!-- 规则费用抽屉组件 -->
|
|
|
<contactPersonFeeDialog v-show="addcontactPersonShow" :ruleFeeVisible="addcontactPersonShow"
|
|
<contactPersonFeeDialog v-show="addcontactPersonShow" :ruleFeeVisible="addcontactPersonShow"
|
|
|
- :title='contactPersontitle' :agreementInfo="agreementInfo" @save="contactPersonSave"
|
|
|
|
|
- :contactPersonEditInfo="contactPersonEditInfo" addMethod="details" @cancel="addcontactPersonShow = false" />
|
|
|
|
|
|
|
+ :title='contactPersontitle' :agreementInfo="agreementInfo" @save="contactPersonSave"
|
|
|
|
|
+ :contactPersonEditInfo="contactPersonEditInfo" addMethod="details" @cancel="addcontactPersonShow = false" />
|
|
|
<!-- 规则费用编辑组件 -->
|
|
<!-- 规则费用编辑组件 -->
|
|
|
<contactPersonFeeDialogEdit :ruleFeeVisible="ruleFeeEditVisible" :headerTitle="ruleFeeHeaderTitle"
|
|
<contactPersonFeeDialogEdit :ruleFeeVisible="ruleFeeEditVisible" :headerTitle="ruleFeeHeaderTitle"
|
|
|
- :agreementInfo="agreementInfo" :costitemEditInfo="costitemEditInfo" @save="ruleFeeEditSave"
|
|
|
|
|
|
|
+ :agreementInfo="agreementInfo" :costitemEditInfo="costitemEditInfo" @save="ruleFeeEditSave"
|
|
|
@cancel="ruleFeeEditVisible = false" />
|
|
@cancel="ruleFeeEditVisible = false" />
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
@@ -187,7 +188,7 @@ const agreementEdit = () => {
|
|
|
//协议授权
|
|
//协议授权
|
|
|
//检索事件
|
|
//检索事件
|
|
|
const imageUrl = ref('');//协议文件
|
|
const imageUrl = ref('');//协议文件
|
|
|
-const agreementAuthDrawer = ref(false)//授权弹窗
|
|
|
|
|
|
|
+const authDrawerRef = ref(null)//授权弹窗
|
|
|
const deptauthList = ref([]);//授权机构列表
|
|
const deptauthList = ref([]);//授权机构列表
|
|
|
const checkedKeys = ref<string[]>([])//授权机构回显数据
|
|
const checkedKeys = ref<string[]>([])//授权机构回显数据
|
|
|
const checkedIds = ref<string[]>([])//授权机构回显id
|
|
const checkedIds = ref<string[]>([])//授权机构回显id
|
|
@@ -203,7 +204,6 @@ const DrawerSave = (list: any) => {
|
|
|
message: res.msg,
|
|
message: res.msg,
|
|
|
plain: true,
|
|
plain: true,
|
|
|
})
|
|
})
|
|
|
- agreementAuthDrawer.value = false;
|
|
|
|
|
} else {
|
|
} else {
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
@@ -213,7 +213,7 @@ const agreementAuth = (deptName: any) => {
|
|
|
let name = typeof deptName === 'string' ? deptName : '';
|
|
let name = typeof deptName === 'string' ? deptName : '';
|
|
|
api.agreementApi.agreementdeptTree(id.value, name).then((res: any) => {
|
|
api.agreementApi.agreementdeptTree(id.value, name).then((res: any) => {
|
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
|
- agreementAuthDrawer.value = true;
|
|
|
|
|
|
|
+ authDrawerRef.value.DrawerOpen()
|
|
|
deptauthList.value = res.data;
|
|
deptauthList.value = res.data;
|
|
|
checkedKeys.value = getUncheckedIds(res.data);
|
|
checkedKeys.value = getUncheckedIds(res.data);
|
|
|
checkedIds.value = getUncheckedIds(res.data);
|
|
checkedIds.value = getUncheckedIds(res.data);
|
|
@@ -335,7 +335,7 @@ const costExternalList = () => {
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
//修改对接人所有费用
|
|
//修改对接人所有费用
|
|
|
-interface contactPersonEditInfo{
|
|
|
|
|
|
|
+interface contactPersonEditInfo {
|
|
|
ptlAgreementId: string,
|
|
ptlAgreementId: string,
|
|
|
contactPerson: string,
|
|
contactPerson: string,
|
|
|
contactMobile: string,
|
|
contactMobile: string,
|
|
@@ -352,11 +352,11 @@ const contactPersonEdit = (item: any) => {
|
|
|
if (res.code == '200') {
|
|
if (res.code == '200') {
|
|
|
const dict = getDict('insurance_type');//获取险种字典
|
|
const dict = getDict('insurance_type');//获取险种字典
|
|
|
const difference = getObjectArrayDifference(dict, res.data, "label", 'productName');//获取编辑数据和字典数组差集
|
|
const difference = getObjectArrayDifference(dict, res.data, "label", 'productName');//获取编辑数据和字典数组差集
|
|
|
- const differenceArray:any = dataCompletion(difference);//差集对象赋值
|
|
|
|
|
|
|
+ const differenceArray: any = dataCompletion(difference);//差集对象赋值
|
|
|
contactPersonEditInfo.ptlAgreementId = id.value;
|
|
contactPersonEditInfo.ptlAgreementId = id.value;
|
|
|
contactPersonEditInfo.contactPerson = item.contactPerson;
|
|
contactPersonEditInfo.contactPerson = item.contactPerson;
|
|
|
contactPersonEditInfo.contactMobile = item.contactMobile;
|
|
contactPersonEditInfo.contactMobile = item.contactMobile;
|
|
|
- contactPersonEditInfo.ptlAgreementCostExternalAddList =[...res.data,...differenceArray];
|
|
|
|
|
|
|
+ contactPersonEditInfo.ptlAgreementCostExternalAddList = [...res.data, ...differenceArray];
|
|
|
contactPersontitle.value = '编辑';
|
|
contactPersontitle.value = '编辑';
|
|
|
addcontactPersonShow.value = true;
|
|
addcontactPersonShow.value = true;
|
|
|
} else {
|
|
} else {
|
|
@@ -480,8 +480,8 @@ const columns = [
|
|
|
prop: "costExternalTypeAdds", label: "交强险费用", width: '300', formatter: (row: any) => {
|
|
prop: "costExternalTypeAdds", label: "交强险费用", width: '300', formatter: (row: any) => {
|
|
|
let info = row.costExternalTypeAdds.find((val: any) => val.costType == '交强险');
|
|
let info = row.costExternalTypeAdds.find((val: any) => val.costType == '交强险');
|
|
|
if (info) {
|
|
if (info) {
|
|
|
- return `入口:${info.inlet?.toFixed(2) ?? '--' }% 出口:${info.export?.toFixed(2) ?? '--'}%\n加投:${info.addThrow?.toFixed(2) ?? '--'}% 留点:${info.keepPointRatio?.toFixed(2) ?? '--'}%`
|
|
|
|
|
- }else {
|
|
|
|
|
|
|
+ return `入口:${info.inlet?.toFixed(2) ?? '--'}% 出口:${info.export?.toFixed(2) ?? '--'}%\n加投:${info.addThrow?.toFixed(2) ?? '--'}% 留点:${info.keepPointRatio?.toFixed(2) ?? '--'}%`
|
|
|
|
|
+ } else {
|
|
|
return '-'
|
|
return '-'
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -491,7 +491,7 @@ const columns = [
|
|
|
let info = row.costExternalTypeAdds.find((val: any) => val.costType == '商业险');
|
|
let info = row.costExternalTypeAdds.find((val: any) => val.costType == '商业险');
|
|
|
if (info) {
|
|
if (info) {
|
|
|
return `入口:${info.inlet?.toFixed(2) ?? '--'}% 出口:${info.export?.toFixed(2) ?? '--'}%\n加投:${info.addThrow?.toFixed(2) ?? '--'}% 留点:${info.keepPointRatio?.toFixed(2) ?? '--'}%`
|
|
return `入口:${info.inlet?.toFixed(2) ?? '--'}% 出口:${info.export?.toFixed(2) ?? '--'}%\n加投:${info.addThrow?.toFixed(2) ?? '--'}% 留点:${info.keepPointRatio?.toFixed(2) ?? '--'}%`
|
|
|
- }else {
|
|
|
|
|
|
|
+ } else {
|
|
|
return '-'
|
|
return '-'
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -501,7 +501,7 @@ const columns = [
|
|
|
let info = row.costExternalTypeAdds.find((val: any) => val.costType == '驾意险');
|
|
let info = row.costExternalTypeAdds.find((val: any) => val.costType == '驾意险');
|
|
|
if (info) {
|
|
if (info) {
|
|
|
return `入口:${info.inlet?.toFixed(2) ?? '--'}% 出口:${info.export?.toFixed(2) ?? '--'}%\n加投:${info.addThrow?.toFixed(2) ?? '--'}% 留点:${info.keepPointRatio?.toFixed(2) ?? '--'}%`
|
|
return `入口:${info.inlet?.toFixed(2) ?? '--'}% 出口:${info.export?.toFixed(2) ?? '--'}%\n加投:${info.addThrow?.toFixed(2) ?? '--'}% 留点:${info.keepPointRatio?.toFixed(2) ?? '--'}%`
|
|
|
- }else {
|
|
|
|
|
|
|
+ } else {
|
|
|
return '-'
|
|
return '-'
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -567,7 +567,7 @@ const ruleFeeEditSave = (data: object) => {
|
|
|
message: res.msg,
|
|
message: res.msg,
|
|
|
plain: true,
|
|
plain: true,
|
|
|
})
|
|
})
|
|
|
- ruleFeeEditVisible.value=false;
|
|
|
|
|
|
|
+ ruleFeeEditVisible.value = false;
|
|
|
costExternalList();
|
|
costExternalList();
|
|
|
} else {
|
|
} else {
|
|
|
}
|
|
}
|