|
@@ -139,7 +139,7 @@
|
|
|
<div {{if isReject==='1'}} class="flaw-item high-light" {{else}} class="flaw-item" {{/if}} code="${modelName.replace(/[^\u4e00-\u9fa5|a-zA-Z0-9]+/g,'')}">
|
|
|
<div {{if isDeleted==="Y"}} class="delete title"{{else}} class="title" {{/if}}>
|
|
|
{{if exampleStatus==="0"||exampleStatus==="1"||exampleStatus==="2"}}
|
|
|
- <span data_id="${appealInfoId}" class="btn ${exampleStatus==='0'?'appeal':exampleStatus==='1'?'examine':exampleStatus==='2'?'reject':''}" msg="${msg}">${exampleStatus==='0'?'申诉':exampleStatus==='1'?'审核':exampleStatus==='2'?'驳回':''}</span>
|
|
|
+ <span data_id="${appealInfoId}" data_type="${exampleStatus}" class="btn ${exampleStatus==='0'?'appeal':exampleStatus==='2'?'examine':exampleStatus==='1'?'reject':''}" msg="${msg}">${exampleStatus==='0'?'申诉':exampleStatus==='2'?'审核':exampleStatus==='1'?'驳回':''}</span>
|
|
|
{{/if}}
|
|
|
{{if gradeType===2}}
|
|
|
<img {{if explainInfo}} title="${explainInfo}" {{/if}} src="../images/tag.png" alt=""/>
|
|
@@ -223,16 +223,18 @@
|
|
|
</script>
|
|
|
<script type="text/html" id="appealStatusTmpl">
|
|
|
<div class="edit-box show-box">
|
|
|
- <p><span>申诉时间: </span> ${time}</p>
|
|
|
- <p><span>申诉说明: </span> ${time}</p>
|
|
|
- <p class="check-item reject-item"><span>审核时间:</span>${time}</p>
|
|
|
- <p class="check-item reject-item"><span>审核结果:</span>${time}</p>
|
|
|
- <p class="check-item reject-item"><span>驳回理由:</span>${time}</p>
|
|
|
- <p class="check-item"><span>处理方式:</span>${time}</p>
|
|
|
- <p class="check-item"><span>质控条目:</span>${time}</p>
|
|
|
- <p class="check-item"><span>提示信息:</span>${time}</p>
|
|
|
- <p class="check-item"><span>分值:</span>${time}</p>
|
|
|
- <p class="check-item"><span>备注:</span>${time}</p>
|
|
|
+ <p><span>申诉时间: </span> ${behospitalDate}</p>
|
|
|
+ <p><span>申诉人: </span> ${claimantName}</p>
|
|
|
+ <p><span>审核人: </span> ${checkName}</p>
|
|
|
+ <p><span>申诉说明: </span> ${appealExplain}</p>
|
|
|
+ <p class="check-item reject-item"><span>审核时间:</span>${checkTime}</p>
|
|
|
+ <p class="check-item reject-item"><span>审核结果:</span>${exampleStatus==='0'?'驳回':'通过'}</p>
|
|
|
+ <p class="check-item reject-item"><span>驳回理由:</span>${rejectReason}</p>
|
|
|
+ <p class="check-item"><span>处理方式:</span>${exampleOperation}</p>
|
|
|
+ <p class="check-item"><span>质控条目:</span>${casesEntryName}</p>
|
|
|
+ <p class="check-item"><span>提示信息:</span>${casesEntryMsg}</p>
|
|
|
+ <p class="check-item"><span>分值:</span>${value}</p>
|
|
|
+ <p class="check-item"><span>备注:</span>${appealRemark}</p>
|
|
|
</div>
|
|
|
</script>
|
|
|
<script type="text/html" id="appointBookTmpl">
|