校验当前页面ActualAirfare和Need填入data, 脚本写在ActualAirfare的Validate。
var doc = getCurrentDocument();
var airfare=doc.getItemValue("ActualAirfare");
var need=doc.getItemValue("Need");
var rnt="";
if(need==null || "Need Cash Advance" && airfare==0){
rnt="Compare 3 Price For Airfare & attach the quotes";
}
rnt;