4.26
This commit is contained in:
@@ -27,6 +27,7 @@ Page({
|
||||
prevData: null,
|
||||
pathography_id:'',
|
||||
showdialog: false,
|
||||
order_no:'',
|
||||
showAgreeDialog: false,
|
||||
message: '',
|
||||
order_inquiry_id:'',
|
||||
@@ -49,7 +50,6 @@ Page({
|
||||
hideFamilysick: false,
|
||||
showBack: false,
|
||||
is_exist:false,
|
||||
columns: [],
|
||||
fileList: [],
|
||||
lockBtn: false,
|
||||
checkSign: false,
|
||||
@@ -521,6 +521,7 @@ Page({
|
||||
service_type:service_type,
|
||||
follow_package_item_id:follow_package_item_id
|
||||
}).then((data) => {
|
||||
console.log(data);
|
||||
let {
|
||||
order_no
|
||||
} = data.data;
|
||||
@@ -538,10 +539,11 @@ Page({
|
||||
url: '/patient/pages/payOrder/payOrder?doctor_id=' + doctor_id + '&inquiry_no=' + order_no + "&chat_id=" + chat_id + "&inquiry_type=" + inquiry_type + "&inquiry_mode=" + inquiry_mode + "&fromType=chat&&order_type="+order_type
|
||||
})
|
||||
}else if(data.status==2){
|
||||
|
||||
this.setData({
|
||||
showdialog:true,
|
||||
messageTitle:"当前患者存在进行中问诊订单",
|
||||
order_inquiry_id: order_inquiry_id,
|
||||
order_no: order_no,
|
||||
cancelBtn:true
|
||||
})
|
||||
}
|
||||
@@ -685,9 +687,9 @@ Page({
|
||||
})
|
||||
}
|
||||
if(this.data.messageTitle=="当前患者存在进行中问诊订单"){
|
||||
let {order_inquiry_id}=this.data;
|
||||
let {order_no}=this.data;
|
||||
app.method.navigateTo({
|
||||
url: '/patient/pages/orderDetail/orderDetail?order_inquiry_id='+ order_inquiry_id,
|
||||
url: '/healthyService/pages/healthyOrderDetail/healthyOrderDetail?order_service_id='+order_no,
|
||||
})
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user