|
|
@@ -1243,7 +1243,7 @@
|
|
|
<el-table-column label="状态" prop="orderStatusName">
|
|
|
<template #default="scope">
|
|
|
<span v-if="scope.row.orderStatusName=='报价成功'" class="success">报价成功</span>
|
|
|
- <span v-if="scope.row.orderStatus=='6'" style="display: flex; align-items: center">
|
|
|
+ <span v-if="scope.row.orderStatus=='6' || scope.row.orderStatus=='7'" style="display: flex; align-items: center">
|
|
|
<span class="fail">{{ scope.row.orderStatusName }}</span>
|
|
|
<el-tooltip
|
|
|
class="box-item"
|
|
|
@@ -2350,6 +2350,7 @@ const SYChange = (item) => {
|
|
|
let currentRow = ref([])
|
|
|
let quoteData = ref([])
|
|
|
const handleSelect = (a, b) => {
|
|
|
+ currentRow.value = a
|
|
|
// currentRow.value = a
|
|
|
// insurancePolicyForm.value.order.insuranceCompanyCode = a[0].id
|
|
|
}
|