五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(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)
? ? ? ?}
? ?});
}

代碼哦的評論 (共 條)

分享到微博請遵守國家法律
迁安市| 浦城县| 临朐县| 隆尧县| 平山县| 双江| 天水市| 陇西县| 堆龙德庆县| 即墨市| 扶余县| 轮台县| 惠东县| 聊城市| 新绛县| 海晏县| 铜鼓县| 徐水县| 灵山县| 克东县| 麦盖提县| 鹰潭市| 阿合奇县| 东阿县| 泌阳县| 星座| 新建县| 巩留县| 神农架林区| 镇平县| 新宾| 丰镇市| 和平区| 义乌市| 宝鸡市| 项城市| 嵊泗县| 宾阳县| 温宿县| 南投市| 河西区|