更新 体检时间优化

main
鹿和sa0ChunLuyu 1 year ago
parent 1f98ec9350
commit fd110bbc0e

@ -274,6 +274,7 @@
yytjInfo.value.doctor_date
) {
console.log("切换体检时间");
if(!!yytjInfo.value.doctor_name) {
uni.showModal({
title: "提示",
content: "已选择医生,切换日期将重新选择医生,是否继续",
@ -295,6 +296,7 @@
});
return;
}
}
// uni.showLoading({
// title: "",
// });
@ -328,6 +330,7 @@
yytjInfo.value.doctor_date
) {
console.log("切换体检时间");
if(!!yytjInfo.value.doctor_name){
uni.showModal({
title: "提示",
content: "已选择医生,切换日期将重新选择医生,是否继续",
@ -361,6 +364,7 @@
});
return;
}
}
if (yytjInfo.value.nmr_list.length > 1 && nmrIndex.value == 0) {
if (!yytjInfo.value.doctor_name) {
yytjInfo.value.nmr_list = yytjInfo.value.nmr_list.map((val) => {

Loading…
Cancel
Save