@@ -645,6 +645,11 @@ $(function () {
if ($(".edit-box .warning").is(":visible")) {
return;
}
+ if (!$("#qcMsg").val().trim()) {
+ $(".edit-box .warning .red").text("提示信息不能为空~");
+ $(".edit-box .warning").show();
+ return;
+ }
const obj = Object.assign({}, info, { explainInfo: $("#delModal #qcInfo").val(), msg: $("#delModal #qcMsg").val(), score: $("#delModal #qcScore").val() });
editScore(obj);
});