| | |
| | | <url>{!RequireScript("/soap/ajax/51.0/connection.js")} |
| | | {!RequireScript("/soap/ajax/51.0/apex.js")} |
| | | |
| | | |
| | | var newflag = false; |
| | | if (('{!QIS_Report__c.OCM_judgement__c}'=='质量问题' && '{!QIS_Report__c.next_action__c}'=='无偿维修' && '{!QIS_Report__c.Special_follow__c}'=='0') || ('{!QIS_Report__c.OCM_judgement__c}'=='非质量问题' && '{!QIS_Report__c.next_action__c}'=='无偿维修' && '{!QIS_Report__c.Special_follow__c}'=='1') || ('{!QIS_Report__c.OCM_judgement__c}'=='非质量问题' && '{!QIS_Report__c.next_action__c}'=='有偿维修' && '{!QIS_Report__c.Special_follow__c}'=='0') || ('{!QIS_Report__c.OCM_judgement__c}'=='质量问题+非质量问题' && '{!QIS_Report__c.next_action__c}'=='无偿维修' && '{!QIS_Report__c.Special_follow__c}'=='1') || ('{!QIS_Report__c.OCM_judgement__c}'=='质量问题+非质量问题' && '{!QIS_Report__c.next_action__c}'=='有偿维修+无偿维修' && '{!QIS_Report__c.Special_follow__c}'=='0')) { |
| | | newflag = true; |
| | | } |
| | | if (newflag) { |
| | | |
| | | //LJPH-BYZ4JT 【委托】修理画面“修理品返送地”问题调查-后续 精琢技术 wql 20210311 start |
| | | var sql = "SELECT ParentId,Parent.RecordTypeId ,Parent.Parent.FSE_GI_Main_Leader__c, Parent.Parent.FSE_GI_Main_Leader__r.Name,Parent.Parent.FSE_SP_Main_Leader__r.Name,Parent.Parent.FSE_SP_Main_Leader__c,Parent.Parent.FSE_GI_Main_Leader__r.Work_Location__c,Parent.Parent.FSE_SP_Main_Leader__r.Work_Location__c FROM Account WHERE ID= '{!QIS_Report__c.Hospital_DepartmentId__c}' "; |
| | | //LJPH-BYZ4JT 【委托】修理画面“修理品返送地”问题调查-后续 精琢技术 wql 20210311 end |