|
|
@@ -1768,7 +1768,6 @@ export default {
|
|
|
国任财险: "updateOrderInfoGuoren",
|
|
|
大家财险: "updateOrderInfoDajia",
|
|
|
紫金财险: "getOrderDetail",
|
|
|
- 渤海财险: "getOrderDetailboHai",
|
|
|
平安财险: "getDocumentStatusList",
|
|
|
阳光财险: "yangGuangproposalStatusQuery",
|
|
|
};
|
|
|
@@ -1852,6 +1851,26 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
+ if (item.inscompany == "渤海财险") {
|
|
|
+ let BHApiType =
|
|
|
+ item.apiType == 2 ? "pychonverifyPayment" : "getOrderDetailboHai";
|
|
|
+ this.$api.letter[BHApiType]({
|
|
|
+ [item.apiType == 2 ? "subOrderNo" : "companyId"]: item.id,
|
|
|
+ }).then((res) => {
|
|
|
+ if (res.code == 200) {
|
|
|
+ this.$message({
|
|
|
+ message: res.msg ? res.msg : "已刷新状态",
|
|
|
+ type: "success",
|
|
|
+ });
|
|
|
+ this.quotationhistorydialogVisible ? this.RadioHistoryChange() : "";
|
|
|
+ this.findPage();
|
|
|
+ item.querystatusLoaing = false;
|
|
|
+ } else {
|
|
|
+ item.querystatusLoaing = false;
|
|
|
+ this.$message({ message: res.msg, type: "error" });
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }
|
|
|
// item.inscompany == "诚泰财险" ||
|
|
|
if (item.inscompany == "诚泰财险") {
|
|
|
// 中煤财险: "paymentEnquiry",
|