|
@@ -81,6 +81,15 @@
|
|
|
$(id).removeAttr("class","hide");
|
|
|
|
|
|
})
|
|
|
+ if ("${projectReportData.contractCategory}" !=null){
|
|
|
+ if("${projectReportData.contractCategory}"=='1'){
|
|
|
+ $("#contractFee").parent().parent().hide();
|
|
|
+ $("#contractRate").parent().parent().show();
|
|
|
+ }else if("${projectReportData.contractCategory}"=='0'){
|
|
|
+ $("#contractFee").parent().parent().show();
|
|
|
+ $("#contractRate").parent().parent().hide();
|
|
|
+ }
|
|
|
+ }
|
|
|
});
|
|
|
</script>
|
|
|
</head>
|