|
@@ -9787,13 +9787,14 @@ function repeatAccepts(patientId, times, clnicId, deptCode) {
|
|
|
}
|
|
|
if (res.code == 0) {
|
|
|
if (res.data == 0) {
|
|
|
- $("#messageModal").modal();
|
|
|
- $("#messageContent").html("挂号失效,确定继续就诊?");
|
|
|
- $("#messageButton").off("click").on("click", function (t) {
|
|
|
- $("#messageModal").modal("hide");
|
|
|
- repeatAcceptsConfirm(patientId, times, clnicId);
|
|
|
- });
|
|
|
- $("#cancelButton").off("click");
|
|
|
+ // $("#messageModal").modal();
|
|
|
+ // $("#messageContent").html("挂号失效,确定继续就诊?");
|
|
|
+ // $("#messageButton").off("click").on("click", function (t) {
|
|
|
+ // $("#messageModal").modal("hide");
|
|
|
+ // repeatAcceptsConfirm(patientId, times, clnicId);
|
|
|
+ // });
|
|
|
+ // $("#cancelButton").off("click");
|
|
|
+ warningMesageSimaple("挂号失效,请重新挂号");
|
|
|
return;
|
|
|
}
|
|
|
repeatAcceptsConfirm(patientId, times, clnicId);
|