| | |
| | | <protected>false</protected> |
| | | <url>{!RequireScript("/soap/ajax/51.0/connection.js")} |
| | | {!RequireScript("/soap/ajax/51.0/apex.js")} |
| | | //2021-10-21 gwy 版本更改为51.0 |
| | | var typeflag = false; |
| | | if ('{!QIS_Report__c.RecordType_ID__c}' != '01210000000RLWc' && '{!QIS_Report__c.RecordType_ID__c}' != '01210000000RLWh') { |
| | | typeflag = true; |
| | |
| | | //获取 qis 的 是否用该产品完成了手术/检查 |
| | | var Is_Used_For_The_Opera = '{!QIS_Report__c.Is_Used_For_The_Opera__c}'; |
| | | //用于最后带到修理上的值 |
| | | var UseFailProductFinish; |
| | | var UseFailProductFinish = '';// 20220812 ljh XLIU-CH8CGV |
| | | if(Is_Used_For_The_Opera == 'YES'){ |
| | | UseFailProductFinish = '是'; |
| | | }else if(Is_Used_For_The_Opera == 'NO-用替代品完成了'){ |