|
@@ -419,6 +419,7 @@ $(function () {
|
|
|
//新增申诉
|
|
|
function addScore(info) {
|
|
|
let param = {};
|
|
|
+ console.log(info);
|
|
|
if (info.type === '1') {
|
|
|
param = {
|
|
|
"appealExplain": info.appealExec,
|
|
@@ -445,7 +446,6 @@ $(function () {
|
|
|
"appealType": 1,
|
|
|
"behospitalCode": global_id,
|
|
|
"checkId": info.userId,
|
|
|
- "casesId": info.casesId,
|
|
|
"modeName": info.modelName,
|
|
|
"remark": info.explainInfo
|
|
|
};
|
|
@@ -536,7 +536,6 @@ $(function () {
|
|
|
if ($(".edit-box .warning").is(":visible")) {
|
|
|
return;
|
|
|
}
|
|
|
- console.log(info);
|
|
|
const obj = {
|
|
|
appealExplain: $("#delModal #qcInfo").val(),
|
|
|
appealOperationType: info.appealOperationType ? info.appealOperationType : 0,
|
|
@@ -553,7 +552,7 @@ $(function () {
|
|
|
qcresultDetaiValue: info.score,
|
|
|
qcresultDetailMsg:info.standardMsg
|
|
|
};
|
|
|
- // appealItem(obj);
|
|
|
+ appealItem(obj);
|
|
|
});
|
|
|
} else if (flag === '1') { //查看
|
|
|
$("#delModal .title").text("查看");
|