laiguoran 5 yıl önce
ebeveyn
işleme
e615c30b9a
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      app/public/js/stage.js

+ 2 - 2
app/public/js/stage.js

@@ -2954,7 +2954,7 @@ $(document).ready(() => {
         return false;
     });
     $('#audit-check2').submit(function (e) {
-        if (auditCheck(2)) {
+        if (auditCheck(0)) {
             $(this).parent().parent().modal('hide');
             const data = {
                 opinion: $('[name=opinion]', this).val(),
@@ -2966,7 +2966,7 @@ $(document).ready(() => {
         return false;
     });
     $('#audit-check3').submit(function (e) {
-        if (auditCheck(3)) {
+        if (auditCheck(1)) {
             $(this).parent().parent().modal('hide');
             const data = {
                 opinion: $('[name=opinion]', this).val(),