国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

代碼哦

2023-05-30 13:25 作者:四川之王  | 我要投稿

$(window).preloader();

window.onload = function () {

? ?refreshQueue();
};

function getCardIdInfor(command) {
? ?var GetCardIdInforReqVO = {
? ? ? ?command: command, //0:表示讀卡器輸入卡號 1:表示手動輸入卡號
? ? ? ?cardId: $("#cardId").val()
? ?};
? ?$.ajax({
? ? ? ?url: "/medicalExamination/getCardIdInfor",
? ? ? ?type: "post",
? ? ? ?contentType: 'application/json',
? ? ? ?data: JSON.stringify(GetCardIdInforReqVO),
? ? ? ?success: function (data) {
? ? ? ? ? ?if (null == data.message) {
? ? ? ? ? ? ? ?$("#cardId").val(data.cardId);
? ? ? ? ? ? ? ?$("#name").val(data.name);
? ? ? ? ? ? ? ?$("#sex").val(data.sex);
? ? ? ? ? ? ? ?$("#nationality").val(data.nationality);
? ? ? ? ? ? ? ?$("#age").val(data.age);
? ? ? ? ? ? ? ?$("#queueId").val(data.queueId);
? ? ? ? ? ?} else {
? ? ? ? ? ? ? ?swal(data.message, "", "error")
? ? ? ? ? ?}
? ? ? ?}
? ?})
}

function savemedicalExaminationInfo() {

? ?var medicalExaminationInfoReqVO = {
? ? ? ?cardId: $("#cardId").val(),
? ? ? ?bodyTemperature: $("#bodyTemperature").val(),
? ? ? ?pulse: $("#pulse").val(),
? ? ? ?heartRate: $("#heartRate").val(),
? ? ? ?bloodPressure: $("#bloodPressure").val(),
? ? ? ?examinationCost: $("#examinationCost").val(),
? ? ? ?prescriptionNum:$("#prescriptionNum").val(),
? ? ? ?queueId: $("#queueId").val()
? ?};

? ?$.ajax({
? ? ? ?url: "/medicalExamination/saveMedicalExaminationInfo",
? ? ? ?type: "post",
? ? ? ?data: JSON.stringify(medicalExaminationInfoReqVO),
? ? ? ?contentType: "application/json",
? ? ? ?success: function (data) {

? ? ? ? ? ?if (data !== null && data.status === 1) {
? ? ? ? ? ? ? ?swal({
? ? ? ? ? ? ? ? ? ?title: "保存成功!",
? ? ? ? ? ? ? ? ? ?type: "success",
? ? ? ? ? ? ? ?}, function () {
? ? ? ? ? ? ? ? ? ?setTimeout(function () {
? ? ? ? ? ? ? ? ? ? ? ?window.location.reload()
? ? ? ? ? ? ? ? ? ?}, 500)
? ? ? ? ? ? ? ?})
? ? ? ? ? ?} else {
? ? ? ? ? ? ? ?swal(data.message, "", "error")
? ? ? ? ? ?}
? ? ? ?}
? ?})

}

<!--控制隊列側(cè)邊欄-->
$(".showbar").on('click', function () {
? ?$('.widget-bar').toggleClass('on1');
? ?$('.showbar').toggleClass('on2');
});

//獲取當前醫(yī)生下所有門診隊列患者
function refreshQueue() {

? ?$.ajax({
? ? ? ?url: "/outpatient/getalloutpatientqueue",
? ? ? ?type: "post",
? ? ? ?dataType: "json",
? ? ? ?success: function (data) {

? ? ? ? ? ?var html = '';
? ? ? ? ? ?$.each(data, function (i, value) {
? ? ? ? ? ? ? ?html += '<tr class="alloutpatientqueue">';
? ? ? ? ? ? ? ?html += '<th>' + (i + 1) + '</th>';
? ? ? ? ? ? ? ?html += '<td>' + value.cardId + '</td>';
? ? ? ? ? ? ? ?html += '<td>' + value.patientName + '</td>';
? ? ? ? ? ? ? ?html += ' </tr>'
? ? ? ? ? ?});
? ? ? ? ? ?$('#alloutpatientqueue').html(html)
? ? ? ?}
? ?});
}

代碼哦的評論 (共 條)

分享到微博請遵守國家法律
黔江区| 金乡县| 饶平县| 云梦县| 科尔| 读书| 乌苏市| 高尔夫| 拜泉县| 中牟县| 连平县| 临高县| 铜梁县| 长治市| 砀山县| 武陟县| 大悟县| 桐梓县| 天柱县| 修文县| 旺苍县| 平果县| 邵东县| 宝丰县| 绥滨县| 翁牛特旗| 阜平县| 志丹县| 余庆县| 兰考县| 张家界市| 政和县| 雅安市| 福清市| 孟津县| 穆棱市| 隆化县| 榆中县| 饶阳县| 闻喜县| 和田市|