Browse Source

按钮修改

1178232204@qq.com 3 years ago
parent
commit
560e8adc71
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/js/qcScore.js

+ 2 - 0
src/js/qcScore.js

@@ -641,6 +641,7 @@ $(function () {
         addScore(obj);
       });
     } else if (flag === '3') {
+      $("#delModal .confirm").show();
       $("#delModal .title").text("恢复提示");
       $("#delModal .modal-body").html('<p>确定要恢复该评分记录吗?</p>');
       $("#delModal .confirm").text("取消").unbind("click").click(function () {
@@ -650,6 +651,7 @@ $(function () {
         delScore(code, info, true);
       });
     } else {
+      $("#delModal .confirm").show();
       $("#delModal .title").text("删除提示");
       $("#delModal .modal-body").html('<p>确定要删除该评分记录吗?</p>');
       $("#delModal .confirm").text("取消").unbind("click").click(function () {