|
@@ -220,8 +220,7 @@ $(document).on("click", ".goback", (e) => {
|
|
|
if (form == 1 || form == 2) {
|
|
|
$(parent.document).find("#contentIframe").attr("src", './appealCheck.html?page=' + page + "&name=" + name + "&operationType=" + operationType + "&state=" + state + "&behosDateStart=" + behosDateStart + "&behosDateEnd=" + behosDateEnd + "&deptId=" + deptId + "&deptName=" + deptName + "&moduleName=" + moduleName);
|
|
|
} else {
|
|
|
- console.log(123);
|
|
|
- $(parent.document).find("#contentIframe").attr("src", './appealHistory.html?page=' + page+ "&patientName=" + patientName + "&name=" + name + "&operationType=" + operationType + "&state=" + state + "&behosDateStart=" + behosDateStart + "&behosDateEnd=" + behosDateEnd + "&deptId=" + deptId + "&deptName=" + deptName + "&moduleName=" + moduleName);
|
|
|
+ $(parent.document).find("#contentIframe").attr("src", './appealHistory.html?page=' + page + "&patientName=" + patientName + "&name=" + name + "&operationType=" + operationType + "&state=" + state + "&behosDateStart=" + behosDateStart + "&behosDateEnd=" + behosDateEnd + "&deptId=" + deptId + "&deptName=" + deptName + "&moduleName=" + moduleName);
|
|
|
}
|
|
|
|
|
|
});
|
|
@@ -249,6 +248,12 @@ function approved(type) {
|
|
|
appealInfo.qcResultAlgVO.explainInfo = $('.explainInfo').val()
|
|
|
appealInfo.qcResultAlgVO.msg = $('.msg').val()
|
|
|
let val = $(".msg").val()
|
|
|
+ let score = $(".score").val()
|
|
|
+ if (!score) {
|
|
|
+ $(".appealDel .warning .red").text("分值不能为空~");
|
|
|
+ $(".appealDel .warning").show();
|
|
|
+ return
|
|
|
+ }
|
|
|
if (!val) {
|
|
|
$(".appealDel .warning .red").text("提示信息不能为空~");
|
|
|
$(".appealDel .warning").show();
|
|
@@ -261,6 +266,12 @@ function approved(type) {
|
|
|
appealInfo.qcResultAlgVO.explainInfo = $('.explainInfo').val()
|
|
|
appealInfo.qcResultAlgVO.msg = $('.msg').val()
|
|
|
let val = $(".msg").val()
|
|
|
+ let score = $(".score").val()
|
|
|
+ if (!score) {
|
|
|
+ $(".appealDel .warning .red").text("分值不能为空~");
|
|
|
+ $(".appealDel .warning").show();
|
|
|
+ return
|
|
|
+ }
|
|
|
if (!val) {
|
|
|
$(".appealAdd .warning .red").text("提示信息不能为空~");
|
|
|
$(".appealAdd .warning").show();
|