|
@@ -268,10 +268,10 @@
|
|
|
" </div>\n" +
|
|
|
" </div>");
|
|
|
if(data.data[i].iszprint=='1' || data.data[i].iszprint==1){
|
|
|
- $('#printz'+data.data[i].id).attr("disabled", true).removeAttr("onclick");
|
|
|
+ $('#printz'+data.data[i].id).attr("disabled", true).removeAttr("onclick").css("background-color","#3e4b5d");
|
|
|
}
|
|
|
if(data.data[i].isfprint=='1' || data.data[i].isfprint==1){
|
|
|
- $('#printf'+data.data[i].id).attr("disabled", true).removeAttr("onclick");
|
|
|
+ $('#printf'+data.data[i].id).attr("disabled", true).removeAttr("onclick").css("background-color","#3e4b5d");
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -280,7 +280,7 @@
|
|
|
});
|
|
|
}
|
|
|
function printZPapers (id){
|
|
|
- $('#printz'+id).attr("disabled", true).removeAttr("onclick");
|
|
|
+ $('#printz'+id).attr("disabled", true).removeAttr("onclick").css("background-color","#3e4b5d");
|
|
|
var filepath="";
|
|
|
$.ajax({
|
|
|
url: "/rlzy/print/getSapplyData",
|
|
@@ -350,7 +350,7 @@
|
|
|
|
|
|
}
|
|
|
function printFPapers (id){
|
|
|
- $('#printf'+id).attr("disabled", true).removeAttr("onclick");
|
|
|
+ $('#printf'+id).attr("disabled", true).removeAttr("onclick").css("background-color","#3e4b5d");
|
|
|
var filepath="";
|
|
|
$.ajax({
|
|
|
url: "/rlzy/print/getSapplyData",
|