加检测未支付服务包订单的限制
This commit is contained in:
@@ -550,7 +550,7 @@ Page({
|
||||
this.setData({
|
||||
showdialog:true,
|
||||
messageTitle:"当前患者存在进行中问诊订单",
|
||||
order_no: order_no,
|
||||
order_no:order_no,
|
||||
cancelBtn:true
|
||||
})
|
||||
}
|
||||
@@ -699,6 +699,7 @@ Page({
|
||||
url: '/healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id='+order_no,
|
||||
})
|
||||
}else if(this.data.messageTitle=="当前患者存在进行中问诊订单"){
|
||||
let {order_no}=this.data;
|
||||
app.method.navigateTo({
|
||||
url: '/patient/pages/orderDetail/orderDetail?order_inquiry_id='+order_no,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user