web/web/GwClient.aspx
@@ -224,8 +224,9 @@ //修改分配个性产品:修改确认 $(document).on("click", ".action-updateProduct", function () { var productIdArray = []; mytek.confirm("是否需要修改客户分配个性产品?", "确认分配个性产品,请谨慎操作!", function (b) { if (b) { //mytek.confirm("是否需要修改客户分配个性产品?", "确认分配个性产品,请谨慎操作!", function (b) { //if (b) { if (confirm("是否需要修改客户分配个性产品?") == true) { $("#updateProductDialog #_ProductId").each(function () { if ($(this).is(":checked")) { productIdArray.push($(this).val()); @@ -249,8 +250,9 @@ }); //swal.close(); //} //}); } }); });