|
@@ -4605,6 +4605,13 @@ export default {
|
|
|
this.totalCompanyList[num].quoteCode = "-9999";
|
|
this.totalCompanyList[num].quoteCode = "-9999";
|
|
|
this.totalCompanyList[num].msg = res.msg;
|
|
this.totalCompanyList[num].msg = res.msg;
|
|
|
} else {
|
|
} else {
|
|
|
|
|
+ if (res.data.warnMessageList.length > 0) {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg = "";
|
|
|
|
|
+ let dat = res.data.warnMessageList;
|
|
|
|
|
+ dat.map(ele => {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg += ele + '<br>';
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
|
this.totalCompanyList[num].result = res.data;
|
|
this.totalCompanyList[num].result = res.data;
|
|
|
this.QuotationHistory();
|
|
this.QuotationHistory();
|
|
@@ -4671,6 +4678,13 @@ export default {
|
|
|
this.zhongmei(num, id);
|
|
this.zhongmei(num, id);
|
|
|
});
|
|
});
|
|
|
} else if (!!res.data) {
|
|
} else if (!!res.data) {
|
|
|
|
|
+ if (res.data.warnMessageList.length > 0) {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg = "";
|
|
|
|
|
+ let dat = res.data.warnMessageList;
|
|
|
|
|
+ dat.map(ele => {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg += ele + '<br>';
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
|
this.totalCompanyList[num].result = res.data;
|
|
this.totalCompanyList[num].result = res.data;
|
|
|
this.QuotationHistory();
|
|
this.QuotationHistory();
|
|
@@ -4791,6 +4805,13 @@ export default {
|
|
|
this.zijin(num, id);
|
|
this.zijin(num, id);
|
|
|
});
|
|
});
|
|
|
} else if (!!res.data) {
|
|
} else if (!!res.data) {
|
|
|
|
|
+ if (res.data.warnMessageList.length > 0) {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg = "";
|
|
|
|
|
+ let dat = res.data.warnMessageList;
|
|
|
|
|
+ dat.map(ele => {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg += ele + '<br>';
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
|
this.totalCompanyList[num].result = res.data;
|
|
this.totalCompanyList[num].result = res.data;
|
|
|
this.QuotationHistory();
|
|
this.QuotationHistory();
|
|
@@ -5076,6 +5097,13 @@ export default {
|
|
|
this.quoteInsurance(num, id, namesimple, apiType);
|
|
this.quoteInsurance(num, id, namesimple, apiType);
|
|
|
});
|
|
});
|
|
|
} else if (!!res.data) {
|
|
} else if (!!res.data) {
|
|
|
|
|
+ if (res.data.warnMessageList.length > 0) {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg = "";
|
|
|
|
|
+ let dat = res.data.warnMessageList;
|
|
|
|
|
+ dat.map(ele => {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg += ele + '<br>';
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
|
this.totalCompanyList[num].result = res.data;
|
|
this.totalCompanyList[num].result = res.data;
|
|
|
this.QuotationHistory();
|
|
this.QuotationHistory();
|
|
@@ -5146,6 +5174,13 @@ export default {
|
|
|
this.quoteInsurance(num, id, namesimple, apiType);
|
|
this.quoteInsurance(num, id, namesimple, apiType);
|
|
|
});
|
|
});
|
|
|
} else if (!!res.data) {
|
|
} else if (!!res.data) {
|
|
|
|
|
+ if (res.data.warnMessageList.length > 0) {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg = "";
|
|
|
|
|
+ let dat = res.data.warnMessageList;
|
|
|
|
|
+ dat.map(ele => {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg += ele + '<br>';
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
|
this.totalCompanyList[num].result = res.data;
|
|
this.totalCompanyList[num].result = res.data;
|
|
|
this.QuotationHistory();
|
|
this.QuotationHistory();
|
|
@@ -5215,6 +5250,13 @@ export default {
|
|
|
this.quoteInsurance(num, id, namesimple, apiType);
|
|
this.quoteInsurance(num, id, namesimple, apiType);
|
|
|
});
|
|
});
|
|
|
} else if (!!res.data) {
|
|
} else if (!!res.data) {
|
|
|
|
|
+ if (res.data.warnMessageList.length > 0) {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg = "";
|
|
|
|
|
+ let dat = res.data.warnMessageList;
|
|
|
|
|
+ dat.map(ele => {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg += ele + '<br>';
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
|
this.totalCompanyList[num].result = res.data;
|
|
this.totalCompanyList[num].result = res.data;
|
|
|
this.QuotationHistory();
|
|
this.QuotationHistory();
|
|
@@ -5239,6 +5281,13 @@ export default {
|
|
|
</div>`
|
|
</div>`
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
+ if (res.data.warnMessageList.length > 0) {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg = "";
|
|
|
|
|
+ let dat = res.data.warnMessageList;
|
|
|
|
|
+ dat.map(ele => {
|
|
|
|
|
+ this.totalCompanyList[num].lastYearMsg += ele + '<br>';
|
|
|
|
|
+ })
|
|
|
|
|
+ }
|
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
this.totalCompanyList[num].quoteCode = 200;
|
|
|
this.totalCompanyList[num].result = res.data;
|
|
this.totalCompanyList[num].result = res.data;
|
|
|
|
|
|