|
@@ -208,6 +208,7 @@ export default {
|
|
|
label: '业务来源',
|
|
label: '业务来源',
|
|
|
type: 'select',
|
|
type: 'select',
|
|
|
options: [],
|
|
options: [],
|
|
|
|
|
+ multiple:true,
|
|
|
optionsIabel: "dictTag",
|
|
optionsIabel: "dictTag",
|
|
|
optionsValue: "dictValue",
|
|
optionsValue: "dictValue",
|
|
|
},
|
|
},
|
|
@@ -917,7 +918,7 @@ export default {
|
|
|
let businessList = []
|
|
let businessList = []
|
|
|
let accidentList = []
|
|
let accidentList = []
|
|
|
if (res.data.orderstatus == "3") {
|
|
if (res.data.orderstatus == "3") {
|
|
|
- /**
|
|
|
|
|
|
|
+ /**
|
|
|
if (res.data.isExternal == 1) {
|
|
if (res.data.isExternal == 1) {
|
|
|
this.$api.letter
|
|
this.$api.letter
|
|
|
.getPolicyPrintexternalOrder(res.data.id).then(res1 => {
|
|
.getPolicyPrintexternalOrder(res.data.id).then(res1 => {
|
|
@@ -1630,9 +1631,9 @@ export default {
|
|
|
this.$refs.detailsDialog.warrantyFun(res.data);
|
|
this.$refs.detailsDialog.warrantyFun(res.data);
|
|
|
} else{
|
|
} else{
|
|
|
this.$message.error(res.msg);
|
|
this.$message.error(res.msg);
|
|
|
- }
|
|
|
|
|
- });
|
|
|
|
|
-
|
|
|
|
|
|
|
+ }
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
this.feeDetailInfo = res.data.orderFeeResult;
|
|
this.feeDetailInfo = res.data.orderFeeResult;
|
|
|
this.oldFeeInfo = res.data.adjustFeeDescVo;
|
|
this.oldFeeInfo = res.data.adjustFeeDescVo;
|
|
@@ -1717,7 +1718,7 @@ export default {
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
tableRowColor({ row, rowIndex }) {
|
|
tableRowColor({ row, rowIndex }) {
|
|
|
- console.log(row.problemOrder);
|
|
|
|
|
|
|
+ // console.log(row.problemOrder);
|
|
|
if (row.problemOrder == 1) {
|
|
if (row.problemOrder == 1) {
|
|
|
return "blue-row";
|
|
return "blue-row";
|
|
|
}
|
|
}
|