填写病情提交
This commit is contained in:
@@ -542,10 +542,17 @@ Page({
|
||||
|
||||
this.setData({
|
||||
showdialog:true,
|
||||
messageTitle:"当前患者存在进行中问诊订单",
|
||||
messageTitle:"存在未支付订单",
|
||||
order_no: order_no,
|
||||
cancelBtn:true
|
||||
})
|
||||
}else if(data.status==4){
|
||||
this.setData({
|
||||
showdialog:true,
|
||||
messageTitle:"当前患者存在进行中问诊订单",
|
||||
order_no: order_no,
|
||||
cancelBtn:true
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
@@ -686,7 +693,7 @@ Page({
|
||||
showdialog: false
|
||||
})
|
||||
}
|
||||
if(this.data.messageTitle=="当前患者存在进行中问诊订单"){
|
||||
if(this.data.messageTitle=="当前患者存在进行中问诊订单" || this.data.messageTitle=="存在未支付订单"){
|
||||
let {order_no}=this.data;
|
||||
app.method.navigateTo({
|
||||
url: '/healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id='+order_no,
|
||||
|
||||
Reference in New Issue
Block a user