提交 41a0c75c 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

Merge branch 'dev-followUp-20190312' of...

Merge branch 'dev-followUp-20190312' of http://192.168.110.53/com.pica.cloud.education.frontend/pica.cloud.web-education-admin into dev-followUp-20190312
......@@ -249,7 +249,6 @@
// if(this.hasSmsBalance){
if(parseInt(messageNum) <= parseInt(messageCount)){
this.isDialogShow = true;
// this.checkData = JSON.parse(JSON.stringify(this.checkRevervationData));
}else {
this.isNoEnoughShow = true;
}
......@@ -262,8 +261,18 @@
return false;
}
},
sendReservationRow(row){
console.log('单条')
async sendReservationRow(row){
await this.getCheckReservation({
patientIds: row.nickId
})
const { messageCount, messageNum, weChatNum, total} = this.checkRevervationData
//判断短信余额是否不足
// if(this.hasSmsBalance){
if(parseInt(messageNum) <= parseInt(messageCount)){
this.isDialogShow = true;
}else {
this.isNoEnoughShow = true;
}
},
changeReserveClick(){
this.isChangeReservation = true;
......@@ -281,13 +290,10 @@
this.selectionData = val;
let idsArray = [];
if (val.length > 0) {
// this.disabledDelete = false
for(let i=0; i<val.length; i++){
idsArray.push(val[i].nickId)
}
this.ids = idsArray.join(",")
} else {
// this.disabledDelete = true
}
},
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册