Browse Source

问题修改

1178232204@qq.com 3 years ago
parent
commit
34a0fccc8c
4 changed files with 320 additions and 268 deletions
  1. 317 265
      src/css/qcScore.less
  2. 1 1
      src/js/appealExamine.js
  3. 1 1
      src/js/appealHistory.js
  4. 1 1
      src/js/qcScore.js

File diff suppressed because it is too large
+ 317 - 265
src/css/qcScore.less


+ 1 - 1
src/js/appealExamine.js

@@ -191,6 +191,7 @@ $(document).on("click", "input[type=radio][value=2]", (e) => {
 });
 });
 $(document).on("click", ".btn-sure", (e) => {
 $(document).on("click", ".btn-sure", (e) => {
     $("#delModal .modal-body").html("");
     $("#delModal .modal-body").html("");
+    $("#delModal .modal-header .title").html('审核');
     $("#delModal").show();
     $("#delModal").show();
     if (appealOperationType == 0) {
     if (appealOperationType == 0) {
         $("#appealDel").tmpl(appealExamineRecordDTOList).appendTo("#delModal .modal-body");
         $("#appealDel").tmpl(appealExamineRecordDTOList).appendTo("#delModal .modal-body");
@@ -233,7 +234,6 @@ $(document).on("click", ".btn-cancel", (e) => {
     $("#delModal .modal-body").html("");
     $("#delModal .modal-body").html("");
     $("#delModal").show();
     $("#delModal").show();
     $("#delModal .modal-header .title").html('驳回');
     $("#delModal .modal-header .title").html('驳回');
-
     $("#appealReject").tmpl(appealExamineRecordDTOList[0]).appendTo("#delModal .modal-body");
     $("#appealReject").tmpl(appealExamineRecordDTOList[0]).appendTo("#delModal .modal-body");
     $("#delModal .confirm").text("确定").unbind("click").click(function () {
     $("#delModal .confirm").text("确定").unbind("click").click(function () {
         rejected()
         rejected()

+ 1 - 1
src/js/appealHistory.js

@@ -440,7 +440,7 @@ function addAppealInfo(data) {
         appealType: 1,
         appealType: 1,
         qcresultDetailId: data.qcresultDetailId,
         qcresultDetailId: data.qcresultDetailId,
         isReject: data.isReject,
         isReject: data.isReject,
-        casesId: data.casesId,
+        modeId: data.modeId,
         casesScore: data.casesScore,
         casesScore: data.casesScore,
         casesEntryId: data.casesEntryId,
         casesEntryId: data.casesEntryId,
         qcresultDetaiValue: data.qcresultDetaiValue,
         qcresultDetaiValue: data.qcresultDetaiValue,

+ 1 - 1
src/js/qcScore.js

@@ -662,7 +662,7 @@ function getAppealDetail(id, flg, casesEntryId, qcresultDetailId) {
     id: +id
     id: +id
   };
   };
   post(api.getApprovedView, param).then((res) => {
   post(api.getApprovedView, param).then((res) => {
-    const info = res.data.data.data || {};
+    const info = res.data.data || {};
     const appealInfo = info.appealExamineRecordDTOList;
     const appealInfo = info.appealExamineRecordDTOList;
     $("#appealStatusTmpl").tmpl(appealInfo).appendTo("#delModal .modal-body");
     $("#appealStatusTmpl").tmpl(appealInfo).appendTo("#delModal .modal-body");
     /*if (flg === '1') {
     /*if (flg === '1') {