|
|
|
|
@ -93,6 +93,16 @@ const getnmrList = async () => {
|
|
|
|
|
const moreTime = async (m, status) => {
|
|
|
|
|
uni.showLoading({ title: "加载中" });
|
|
|
|
|
isClickDoctor.value = status;
|
|
|
|
|
if (status) {
|
|
|
|
|
if (yytjInfo.value.nmr_list[yytjInfo.value.nmr_list.length - 1].time) {
|
|
|
|
|
currentDate.value =
|
|
|
|
|
yytjInfo.value.nmr_list[yytjInfo.value.nmr_list.length - 1].time.split(
|
|
|
|
|
" "
|
|
|
|
|
)[0];
|
|
|
|
|
} else {
|
|
|
|
|
currentDate.value = getToday();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
// 日历
|
|
|
|
|
const [year, month, day] = currentDate.value.split("-");
|
|
|
|
|
let dqmonth = m || `${year}-${month}`; //年 月份
|
|
|
|
|
|