瀏覽代碼

问题修改

1178232204@qq.com 3 年之前
父節點
當前提交
271ad29d69
共有 7 個文件被更改,包括 27 次插入27 次删除
  1. 4 4
      src/html/appealCheck.html
  2. 2 2
      src/html/appealExamine.html
  3. 5 5
      src/html/appealHistory.html
  4. 5 5
      src/js/api.js
  5. 2 2
      src/js/appealCheck.js
  6. 5 5
      src/js/appealExamine.js
  7. 4 4
      src/js/appealHistory.js

+ 4 - 4
src/html/appealCheck.html

@@ -33,7 +33,7 @@
                     </span>
 
                     <span class="filterItem">
-                        <span>申模块:</span>
+                        <span>申模块:</span>
                         <span class="selectModular">全部</span>
                         <ul class="modularList filterDropList">
                             <!-- <Li class="modularItem" data-name="全部" data-id="">全部</Li>
@@ -76,12 +76,12 @@
                 <table class="qctable">
                     <thead>
                         <tr class="tabTitle">
-                            <th class="recordScoreOpera textCenter" style="width: 65px;">申人</th>
+                            <th class="recordScoreOpera textCenter" style="width: 65px;">申人</th>
                             <th class="beHospitalId textCenter" >所属科室</th>
-                            <th class="patientNo textCenter" >申时间</th>
+                            <th class="patientNo textCenter" >申时间</th>
                             <th class="patientName textCenter" style="width: 100px;">病人住院序号</th>
                             <th class="patientSex textCenter" >患者姓名</th>
-                            <th class="patientage textCenter" >申模块</th>
+                            <th class="patientage textCenter" >申模块</th>
                             <th class="bedNum textCenter" >缺陷详情</th>
                             <th class="inHospitalDate textCenter" >审核人</th>
                             <th class="outHospitalDate textCenter " >审核时间</th>

+ 2 - 2
src/html/appealExamine.html

@@ -56,13 +56,13 @@
                 </div>
             </div>
             <div class="appeal-content">
-                <p class="title">申内容</p>
+                <p class="title">申内容</p>
                 <div class="content">
 
                 </div>
             </div>
             <div class="appeal-history">
-                <p class="title">申记录</p>
+                <p class="title">申记录</p>
                 <div class="history">
 
                 </div>

+ 5 - 5
src/html/appealHistory.html

@@ -19,7 +19,7 @@
                 <p class="checker-drop-input" code=${casesEntryId}>${checkName}</p>
                 <ul></ul>
             </div>
-            <p class="item"><span ><i class="required">*</i>申说明:</span><textarea class="textarea" ></textarea></p>
+            <p class="item"><span ><i class="required">*</i>申说明:</span><textarea class="textarea" ></textarea></p>
             <p class="warning"><span></span><span class="red">申诉说明不能为空~</span></p>
         </div>
     </script>
@@ -54,7 +54,7 @@
                     </span>
 
                     <span class="filterItem">
-                        <span>申模块:</span>
+                        <span>申模块:</span>
                         <span class="selectModular">全部</span>
                         <ul class="modularList filterDropList">
                             <!-- <Li class="modularItem" data-name="全部" data-id="">全部</Li>
@@ -97,12 +97,12 @@
                 <table class="qctable">
                     <thead>
                         <tr class="tabTitle">
-                            <th class="recordScoreOpera textCenter" style="width: 65px;">申人</th>
+                            <th class="recordScoreOpera textCenter" style="width: 65px;">申人</th>
                             <th class="beHospitalId textCenter" >所属科室</th>
-                            <th class="patientNo textCenter" >申时间</th>
+                            <th class="patientNo textCenter" >申时间</th>
                             <th class="patientName textCenter" style="width: 100px;">病人住院序号</th>
                             <th class="patientSex textCenter" >患者姓名</th>
-                            <th class="patientage textCenter" >申模块</th>
+                            <th class="patientage textCenter" >申模块</th>
                             <th class="bedNum textCenter" >缺陷详情</th>
                             <th class="inHospitalDate textCenter" >审核人</th>
                             <th class="outHospitalDate textCenter" >审核时间</th>

+ 5 - 5
src/js/api.js

@@ -216,12 +216,12 @@ const api = {
   getApprovedView:'/qc/appealExamineInfo/getApprovedView',    //获取申诉详情
   getAppealReview:'/qc/appealExamineInfo/getAppealReview', //申诉审核列表
   approved:'/qc/appealExamineInfo/approved', //审核通过
-  getAppealInfo:'/qc/appealInfo/getAppealInfo', //申记录
-  cancelAppealInfo:'/qc/appealInfo/cancelAppealInfo', //撤回申
-  getAppealOperationType:'/qc/appealInfo/getAppealOperationType', //再次申
+  getAppealInfo:'/qc/appealInfo/getAppealInfo', //申记录
+  cancelAppealInfo:'/qc/appealInfo/cancelAppealInfo', //撤回申
+  getAppealOperationType:'/qc/appealInfo/getAppealOperationType', //再次申
   getAuditNumber:'/qc/appealExamineInfo/getAuditNumber', //获取待审核数量
-  getAppealReviewExport:'/qc/appealExamineInfo/getAppealReviewExport', //申审核导出
-  getComplaintRecordExport:'/qc/appealExamineInfo/getComplaintRecordExport', //申记录导出
+  getAppealReviewExport:'/qc/appealExamineInfo/getAppealReviewExport', //申审核导出
+  getComplaintRecordExport:'/qc/appealExamineInfo/getComplaintRecordExport', //申记录导出
   getAppealReviewDictionary:'/qc/appealExamineInfo/getAppealReviewDictionary', //操作类型
 }
 const ywCheckApi = {

+ 2 - 2
src/js/appealCheck.js

@@ -99,7 +99,7 @@ $(".filter").on("click", function (e) {
     const behosDateStartTime = new Date(behosDateStart).getTime()
     const behosDateEndTime = new Date(behosDateEnd).getTime()
     if (behosDateStartTime > behosDateEndTime) {
-        $.alerModal({ "message": '出院日期开始时间不能大于结束时间~', type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
+        $.alerModal({ "message": '申诉日期开始时间不能大于结束时间~', type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
         return
     }
     if (behosDateStart) {
@@ -842,7 +842,7 @@ $((function ($) {
             complaintDateStart: behosDateStart.replaceAll("/", "-"),
         }
         expJson(api.getAppealReviewExport, param).then(res => {
-            downloadExportedData(res.data, "申审核.xls")
+            downloadExportedData(res.data, "申审核.xls")
         })
 
     })

+ 5 - 5
src/js/appealExamine.js

@@ -128,7 +128,7 @@ function getInfo(data) {
 function getCon(data) {
     console.log(data);
     let str = ''
-    str += `<p class="con-title">申模块:${data.casesName || '-'}</p>
+    str += `<p class="con-title">申模块:${data.casesName || '-'}</p>
         <p class="con-title">病历内容:${data.defectContent || '-'}</p>
         <p class="con-title">缺陷详情:${data.qcresultDetailMsg || '-'}</p>
         <p class="con-title">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 评分:${data.qcresultDetaiValue || '-'}</p>
@@ -145,12 +145,12 @@ function getHistory(data) {
     for (let i = 0; i < data.length; i++) {
         const item = data[i]
         str += `<div class="box">
-            <p class="con-title"><span>申述时间:${item.appealCreateDate || '-'}</span><span>申述人:${item.claimantName || '-'}</span><span>审核人:${item.checkName || '-'}</span></p>
+            <p class="con-title"><span>申诉时间:${item.appealCreateDate || '-'}</span><span>申诉人:${item.claimantName || '-'}</span><span>审核人:${item.checkName || '-'}</span></p>
             <p class="con-title">操作类型:${item.appealOperationType == 0 ? '删改条目' : item.appealOperationType == 1 ? '新增已有条目' : item.appealOperationType == 2 ? '新增缺失条目' : '恢复条目'}</p>
-            <p class="con-title">申说明:${item.appealExplain || '-'}</p>
+            <p class="con-title">申说明:${item.appealExplain || '-'}</p>
             ${item.exampleStatus == 2 ?
                 `<p class="con-title" style="border-top: 1px solid #333;margin-top: 10px;padding-top: 10px;">审核时间:${item.appealExamineDate || '-'}</p>
-                <p class="con-title">申结果:审核通过</p>
+                <p class="con-title">申结果:审核通过</p>
                 <p class="con-title">处理方式:${item.exampleOperation == 1 ? '修改' : item.exampleOperation == 2 ? '删除' : item.exampleOperation == 3 ? '新增已有' : item.exampleOperation == 4 ? '新增缺失' : '恢复条目'}</p>
                 <p class="con-title">质控条目:${item.casesEntryName || '-'}</p>
                 <p class="con-title">提示信息:${item.msg || '-'}</p>
@@ -158,7 +158,7 @@ function getHistory(data) {
                 <p class="con-title">备注:${item.exampleRemark || '-'}</p>`
                 : item.exampleStatus == 1 ?
                     `<p class="con-title" style="border-top: 1px solid #333;margin-top: 10px;padding-top: 10px;">审核时间:${item.appealExamineDate || '-'}</p>
-                <p class="con-title">申结果:审核通过</p>
+                <p class="con-title">申结果:审核通过</p>
                 <p class="con-title">驳回理由:${item.rejectReason || '-'}</p>`
                     : ""}
         </div>`;

+ 4 - 4
src/js/appealHistory.js

@@ -102,7 +102,7 @@ $(".filter").on("click", function (e) {
     const behosDateStartTime = new Date(behosDateStart).getTime()
     const behosDateEndTime = new Date(behosDateEnd).getTime()
     if (behosDateStartTime > behosDateEndTime) {
-        $.alerModal({ "message": '出院日期开始时间不能大于结束时间~', type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
+        $.alerModal({ "message": '申诉日期开始时间不能大于结束时间~', type: "tip", time: '1000', isFather: true, fatherWrapper: $("#mainBox", parent.document) });
         return
     }
     if (behosDateStart) {
@@ -424,7 +424,7 @@ function cancelAppealInfo(id) {
     });
 }
 
-//再次申
+//再次申
 function addAppealInfo(data) {
 
     $(".warning").hide();
@@ -451,7 +451,7 @@ function addAppealInfo(data) {
         if (res.data.code === '0') {
             getTabData(1)
             $("#delModal").hide();
-            $.alerModal({ "message": "申成功", type: "tip", time: '1000', win: true });
+            $.alerModal({ "message": "申成功", type: "tip", time: '1000', win: true });
         } else {
             $.alerModal({ "message": res.data.msg || '失败,请重试~', type: "tip", time: '1000', win: 'default' });
 
@@ -990,7 +990,7 @@ $((function ($) {
             complaintDateStart: behosDateStart.replaceAll("/", "-"),
         }
         expJson(api.getComplaintRecordExport, param).then(res => {
-            downloadExportedData(res.data, "申记录.xls")
+            downloadExportedData(res.data, "申记录.xls")
         })
     })
 })($));