|
|
@@ -199,8 +199,8 @@
|
|
|
'众安财险',
|
|
|
'中国人寿',
|
|
|
'安盛天平',
|
|
|
- ].includes(item.inscompany)
|
|
|
- "
|
|
|
+ '紫金财险',
|
|
|
+ ].includes(item.inscompany) "
|
|
|
@click="refreshStatus(item)"
|
|
|
style="color: #f56c6c"
|
|
|
>更新订单</el-button
|
|
|
@@ -217,7 +217,7 @@
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
v-if="
|
|
|
- item.orderstatus == '2' &&
|
|
|
+ ( item.orderstatus == '1'|| item.orderstatus == '2' || item.orderstatus == '4') &&
|
|
|
['紫金财险'].includes(item.inscompany)
|
|
|
"
|
|
|
@click="cancelorder(item)"
|
|
|
@@ -1404,7 +1404,7 @@
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
v-if="
|
|
|
- scope.row.orderstatus == '2' &&
|
|
|
+ ( scope.row.orderstatus == '1'|| scope.row.orderstatus == '2' || scope.row.orderstatus == '4') &&
|
|
|
['紫金财险'].includes(scope.row.inscompany)
|
|
|
"
|
|
|
@click="cancelorder(scope.row)"
|
|
|
@@ -1835,6 +1835,7 @@ export default {
|
|
|
众安财险: "auditStatusQuery",
|
|
|
中国人寿: "auditStatusQuery",
|
|
|
安盛天平: "auditStatusQuery",
|
|
|
+ 紫金财险: "auditStatusQueryZijin",
|
|
|
};
|
|
|
Object.keys(inscompany).forEach((val) => {
|
|
|
if (val == item.inscompany) {
|