业务申请,资料清单必备显示红色
This commit is contained in:
parent
df935a439e
commit
726de652d1
@ -83,6 +83,13 @@
|
||||
<script type="text/javascript">
|
||||
|
||||
window.onload=function(){
|
||||
var RowCount = getRowCount(0);
|
||||
for(var i=0;i<RowCount;i++){
|
||||
if($("#INPUT_myiframe0_Doc_Nature_"+i+"_2").text()=="±Ø±¸"){
|
||||
$("#INPUT_myiframe0_Doc_Nature_"+i+"_2").attr("style","color:red");
|
||||
}
|
||||
}
|
||||
|
||||
heping();
|
||||
$("#DWTD").width( document.body.offsetWidth - 10);
|
||||
$("#DWTD").width( document.body.offsetHeight - 20);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user