AttachXFormValueChangeEventById("控件Id",function(){
var notifyLevelPC = GetXFormFieldValueById("控件Id");
var notifyLevelPCMBInput = $("input[name=extendDataFormInfo.value('控件Id')]").val();
var notifyLevelPCMBC = $("input[name=extendDataFormInfo.value('控件Id')]:checked").val();
var notifyLevelPCMBS = $("select[name=extendDataFormInfo.value('控件Id')] option:checked").val();
if(navigator.platform.indexOf('Win32')!=-1){
seajs.use(['lui/dialog'],function(dialog){
if(notifyLevel=='4'||notifyLevel=='5'){
dialog.alert("提示有问题!");
}
})
}else{
require(['mui/dialog/Tip'],function(Tip){
if(notifyLevel=='4'||notifyLevel=='5'){
Tip.tip({text:'提示有问题!'});
}
})
}
if(!window.dojoConfig ){
seajs.use(['lui/dialog'],function(dialog){
if(notifyLevel=='4'||notifyLevel=='5'){
dialog.alert("提示有问题!");
}
})
}else{
require(['mui/dialog/Tip'],function(Tip){
if(notifyLevel=='4'||notifyLevel=='5'){
Tip.tip({text:'提示有问题!'});
}
})
}
})
$("input[name='extendDataFormInfo_value(fd_eating_time)_single']:checkbox").closest(".muiFieldOptions").addClass("muiFormCheckBoxChecked")