请假流程JS调整

main
seaon 5 months ago
parent d7931f1a8b
commit bfac08c292

@ -58,13 +58,7 @@
addObj[WfForm.convertFieldNameToId("jqye", "detail_1")]={value:item.jqye==undefined?'':item.jqye}
WfForm.addDetailRow("detail_1", addObj);
})
}else{
WfForm.showMessage(res.data.errorInfo, 2, 5);
}
}
}
})
if (mainTableData.mtcfsdjq == "0"){
addObj = {};
addObj[WfForm.convertFieldNameToId("yesygz", "detail_3")]={value:mainTableData.yesygz};
@ -221,6 +215,13 @@
}
}
})
}else{
WfForm.showMessage(res.data.errorInfo, 2, 5);
}
}
}
})
})
//绑定全天假栏位值变更事件
jQuery(document).ready(function(){

Loading…
Cancel
Save