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

wx appoint

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