|
|
|
|
@ -558,12 +558,12 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
res.zhengceTextShow = that.G.policyNumToHanZi(res.policyIdx);
|
|
|
|
|
// 驻场信息样式统一
|
|
|
|
|
res.newZhuchang = res.onSiteInfo ? res.onSiteInfo.replaceAll(";", "\n"):'';
|
|
|
|
|
// res.newZhuchang = res.onSiteInfo ? res.onSiteInfo.replaceAll(";", "\n"):'';
|
|
|
|
|
res.totalZC = res.prevRecordId || (!res.prevRecordId && !res.nextRecordId) ? res.newZhuchang : "";
|
|
|
|
|
if (res.upOnSiteInfo) {
|
|
|
|
|
res.totalZC = res.upOnSiteInfo || !res.prevRecordId ? res.upOnSiteInfo.replaceAll(";", "\n") + "\n" + res.totalZC : res.totalZC;
|
|
|
|
|
// console.log("newZhuchang upZhuchang", res.upZhuchang + "123" + res.newZhuchang);
|
|
|
|
|
}
|
|
|
|
|
// if (res.upOnSiteInfo) {
|
|
|
|
|
// res.totalZC = res.upOnSiteInfo || !res.prevRecordId ? res.upOnSiteInfo.replaceAll(";", "\n") + "\n" + res.totalZC : res.totalZC;
|
|
|
|
|
// // console.log("newZhuchang upZhuchang", res.upZhuchang + "123" + res.newZhuchang);
|
|
|
|
|
// }
|
|
|
|
|
if (res.upAgencyName == "江西人海" && res.totalZC.indexOf(" ") != -1) {
|
|
|
|
|
res.totalZC = res.totalZC.split(" ")[1];
|
|
|
|
|
res.zhuchangTel = res.totalZC.replace(/\s+/g, "");
|
|
|
|
|
|