Commit 269eec94 by Zllgogo

no message

parent 0e77d571
...@@ -438,7 +438,7 @@ export async function updateEnterpriseInfomation(eId, param) { ...@@ -438,7 +438,7 @@ export async function updateEnterpriseInfomation(eId, param) {
let enterpriseInfo = await selectData(OPERATIONALDATATYPE.查询单个, TABLENAME.企业基础信息表, {eId}, filesList); let enterpriseInfo = await selectData(OPERATIONALDATATYPE.查询单个, TABLENAME.企业基础信息表, {eId}, filesList);
param.tongXinDiZhi = JSON.stringify(param.tongXinDiZhi); param.tongXinDiZhi = JSON.stringify(param.tongXinDiZhi);
param.industry = JSON.stringify(param.industry); param.industry = JSON.stringify(param.industry); //param.industry[0]; JSON.stringify();
/**修改字段 */ /**修改字段 */
let changeList = checkChange(param, enterpriseInfo); let changeList = checkChange(param, enterpriseInfo);
if ( !changeList.length ) return {isSuccess:true}; if ( !changeList.length ) return {isSuccess:true};
...@@ -585,6 +585,7 @@ export async function enterpriseServiceInfo(eId, esId) { ...@@ -585,6 +585,7 @@ export async function enterpriseServiceInfo(eId, esId) {
} }
if(resInfo.followUpStatus == enumConfig.FOLLOWUPSTATUS.已完成) { if(resInfo.followUpStatus == enumConfig.FOLLOWUPSTATUS.已完成) {
dataInfo.dealResult = `已处理${resInfo.outcome ? "已解决" : "未解决"}`; dataInfo.dealResult = `已处理${resInfo.outcome ? "已解决" : "未解决"}`;
console.log("dealResult", dataInfo.dealResult);
if (resInfo.desc) dataInfo.dealResult += `,${resInfo.desc}`; if (resInfo.desc) dataInfo.dealResult += `,${resInfo.desc}`;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment