提交 5c0acff2 编写于 作者: zhaosheng.zhang's avatar zhaosheng.zhang

fix: 后台预约单列表问题优化

上级 355e7313
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<span>未选定医生</span> <span>未选定医生</span>
</div> </div>
<div class="work-info-Num"> <div class="work-info-Num">
<div v-if="diagnoseType != 4 && diagnoseChannel != 3"> <div v-if="diagnoseType != 4 && formData.diagnoseChannel != 3">
<span <span
class="work-info-Num-span" class="work-info-Num-span"
>可选排班时间(预约已满需要沟通确定时间)</span> >可选排班时间(预约已满需要沟通确定时间)</span>
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
receptionBeginTime: '', receptionBeginTime: '',
receptionEndTime: '', receptionEndTime: '',
bizType: '', bizType: '',
diagnoseChannel: !this.diagnoseChannel ? 1 : this.diagnoseChannel, diagnoseChannel: null,
doctorDepartmentId: '', doctorDepartmentId: '',
}, },
doctorList: [], doctorList: [],
...@@ -295,6 +295,7 @@ ...@@ -295,6 +295,7 @@
) { ) {
this.refreshData(); this.refreshData();
} }
this.formData.diagnoseChannel = !this.diagnoseChannel ? 1 : this.diagnoseChannel;
}, },
methods: { methods: {
getChooseTimeValue(value, index) { getChooseTimeValue(value, index) {
...@@ -338,7 +339,7 @@ ...@@ -338,7 +339,7 @@
}); });
return false; return false;
} }
if (this.startTime == '' && this.diagnoseType != 4 && this.diagnoseChannel != 3) { if (this.startTime == '' && this.diagnoseType != 4 && this.formData.diagnoseChannel != 3) {
this.$message({ this.$message({
message: '请选择排班时间', message: '请选择排班时间',
type: 'warning', type: 'warning',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册