diff --git a/h5/common/WeeklyCalendar.vue b/h5/common/WeeklyCalendar.vue
index 618aa7a..485a6ce 100644
--- a/h5/common/WeeklyCalendar.vue
+++ b/h5/common/WeeklyCalendar.vue
@@ -12,14 +12,14 @@
-
+
更多
- {{item.time.substring(0, 5)}}
+ {{item.time.substring(0, 5)}}
@@ -34,16 +34,25 @@
},
selectedTime: {
type: String,
- required: true
- }
+ // required: true
+ },
+
});
const selectDate = (date) => {
emit('selectDate', date);
};
const timeClick=(timeInfo)=>{
+ if(timeInfo.status==2){
+ uni.$lu.toast("该号源已经被占用");
+ return false;
+ }
emit('selectTime', timeInfo);
}
+ const ClickMore=()=>{
+ emit('openMonth');
+
+ }
\ No newline at end of file
diff --git a/h5/pages/main/ctime/ctime.vue b/h5/pages/main/ctime/ctime.vue
index ddfdca0..c80bfca 100644
--- a/h5/pages/main/ctime/ctime.vue
+++ b/h5/pages/main/ctime/ctime.vue
@@ -1,36 +1,53 @@
+
+
+ 体检医生 - {{doctor_name}}
+ 重新选择
+
+
+ @selectDate="selectDateFunc" @selectTime="selectTimeFunc" @openMonth="openMonthFunc" />
{{orderInfo.name}}
-
+ style="background-color: #f1f1f1;padding: 20rpx 10rpx; margin-top: 10rpx;border-radius: 14rpx;font-size: 28rpx;color: #666;">
+
- {{item1.name}}
+ {{item1.name}} {{nmr_date}} {{nmr_time}}
- 体检日期
+ 体检日期 {{tj_date}}
+ {{tj_time}}
-
确定
+
+
+
+
-
\ No newline at end of file