提交 76d25855 编写于 作者: 张磊's avatar 张磊

wx appoint

上级 4ab327f0
......@@ -41,7 +41,10 @@
<span>分诊科室:{{ triageDepartment }}</span>
</div>
</div>
<div class="work-info-Num">
<div
v-if="diagnoseType != 4"
class="work-info-Num"
>
<span class="work-info-Num-span">可排班时间</span>
<div class="time-list-show">
<div
......@@ -243,7 +246,7 @@
this.chooseTimeIndex = index;
},
confirm() {
if (this.startDate == '') {
if (this.startDate == '' && this.diagnoseType != 4) {
this.$message({
message: '请选择排班时间',
type: 'warning',
......@@ -254,8 +257,8 @@
vm.isClick = true;
const req = {
id: this.diagnoseLogId,
assistantBeginTime: this.startDate,
assistantEndTime: this.endDate,
assistantBeginTime: this.startDate || '',
assistantEndTime: this.endDate || '',
};
outboundIntention(req)
.then(function (res) {
......
......@@ -1271,7 +1271,7 @@
this.patientMobilePhone = row.patientMobilePhone;
this.bizType = 5;
if (this.diagnoseType === '4') {
if (this.diagnoseType == '4') {
this.$confirm('是否重新匹配医生', '提示', {
confirmButtonText: '是',
cancelButtonText: '否',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册