This commit is contained in:
孙广明
2022-12-15 10:42:59 +08:00
parent 6391ddfe1e
commit cfd9e136bc
3 changed files with 22 additions and 1 deletions
+2
View File
@@ -293,4 +293,6 @@ function addNewLine(obj)
function removeLine(obj)
{
$(obj).closest('tr').remove();
disableSelectedProduct();
if($("select[name^='products']").length < 2) $('.division').addClass('hide');
}