瀏覽代碼

诚信扣款修改

Enford 5 年之前
父節點
當前提交
a5645aaefe
共有 1 個文件被更改,包括 2 次插入1 次删除
  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()