|
@@ -1921,7 +1921,6 @@ function payRegistration() {
|
|
|
$("#messageContent").html("确定提交本次预约挂号缴费操作吗?");
|
|
|
$("#messageButton").off("click").bind("click", function (t) {
|
|
|
$("#messageModal").modal('hide');
|
|
|
- $("#chargeRegistrationModal").modal();
|
|
|
$.ajax({
|
|
|
type: "POST",
|
|
|
url: '/thmz/payRegistration',
|
|
@@ -1959,7 +1958,7 @@ function payRegistration() {
|
|
|
|
|
|
|
|
|
/**
|
|
|
- * 晴空缴费区域
|
|
|
+ * 清空缴费区域
|
|
|
*/
|
|
|
function clearRegistrationModal() {
|
|
|
$("#patientIdRegistration").val(null);
|