Explorar el Código

诚信扣款修改

Enford hace 5 años
padre
commit
a5645aaefe
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/main/webapp/webpage/modules/sg/project/withholdForm.js

+ 2 - 1
src/main/webapp/webpage/modules/sg/project/withholdForm.js

@@ -41,6 +41,7 @@
                       var unitType = $(this).find('td:eq(1)').text()
                         $(this).find('td:eq(3)').attr("data-edit","text")
                         $(this).find('td:eq(4)').attr("data-edit","text")
+                        $(this).find('td:eq(2)').attr("data-edit","text")
                       if(unitType != null && unitType != ''){
                          $(this).find('td:eq(2)').attr("data-edit","text")
                       }
@@ -67,7 +68,7 @@
                //     }
                //  })
               $(this).closest("tr").find("td").eq("2").find("div").html('');
-              $(this).closest("tr").find("td").eq("2").removeAttr("data-edit");
+              // $(this).closest("tr").find("td").eq("2").removeAttr("data-edit");
            }else{
               $('table tr').each(function () {
                   var unitType = $(this).find('td:eq(1)').text()