|
@@ -41,9 +41,9 @@ $(function () {
|
|
|
const onAppeal = getCookie('checkAuth').indexOf('10')
|
|
|
window.document.title = "质控申诉-" + getUrlArgObject("name");
|
|
|
//新增申诉点击事件
|
|
|
- if(onAppeal>0){
|
|
|
- $(".add-flaw").hide()
|
|
|
- }
|
|
|
+ // if(onAppeal>0){
|
|
|
+ // $(".add-flaw").hide()
|
|
|
+ // }
|
|
|
$(".add-flaw").click(function () {
|
|
|
showModal('2');
|
|
|
});
|
|
@@ -441,7 +441,7 @@ $(function () {
|
|
|
"behospitalCode": global_id,
|
|
|
"casesEntryId": info.casesEntryId,
|
|
|
"casesEntryMsg": info.msg,
|
|
|
- "casesEntryName": info.msg,
|
|
|
+ "casesEntryName": info.entryName,
|
|
|
"checkId": info.userId,
|
|
|
"modeId": $("#subMenu [code=" + global_activeTab + "]").attr("mode"),
|
|
|
"modeName": info.casesName,
|