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