|
@@ -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(),
|