修改
This commit is contained in:
parent
393de6531c
commit
bbdd2c8612
@ -10,9 +10,3 @@ export function getOrderList(patientId,identity,pageNum,pageSize) {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
// export function inviteFriends(patientId) {
|
|
||||||
// return request({
|
|
||||||
// url: `/nurseApplet/patientInfo/inviteFriends?inviteId=${patientId}`,
|
|
||||||
// method: 'post'
|
|
||||||
// })
|
|
||||||
// }
|
|
||||||
@ -126,11 +126,14 @@
|
|||||||
}
|
}
|
||||||
this.itemlistleft = res.data
|
this.itemlistleft = res.data
|
||||||
this.itemlistleft && this.itemlistleft.length > 0 ? this.itemlistleft[0].open = true : ''
|
this.itemlistleft && this.itemlistleft.length > 0 ? this.itemlistleft[0].open = true : ''
|
||||||
res.data && res.data[0].list.length > 0 ? this.recordCode = res.data[0].list[0]
|
if (res.data && res.data[0].list.length > 0) {
|
||||||
.recordCode : ''
|
this.recordCode = res.data[0].list[0].recordCode
|
||||||
this.dataies({
|
this.dataies({
|
||||||
recordCode: this.recordCode
|
recordCode: this.recordCode
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
this.show = false
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -317,8 +317,8 @@
|
|||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
//2健康咨询 1商品
|
//2健康咨询 1商品
|
||||||
if(options.delta=='2'){
|
if (options.delta == '2') {
|
||||||
this.orderTypeList={
|
this.orderTypeList = {
|
||||||
goodsOrderId: null,
|
goodsOrderId: null,
|
||||||
patientId: '',
|
patientId: '',
|
||||||
openid: null,
|
openid: null,
|
||||||
@ -338,8 +338,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}else if(options.delta=='1'){
|
} else if (options.delta == '1') {
|
||||||
this.orderTypeList={
|
this.orderTypeList = {
|
||||||
goodsOrderId: null,
|
goodsOrderId: null,
|
||||||
patientId: '',
|
patientId: '',
|
||||||
openid: null,
|
openid: null,
|
||||||
@ -349,7 +349,7 @@
|
|||||||
|
|
||||||
|
|
||||||
orderTypeList: [
|
orderTypeList: [
|
||||||
'INTEGRAL_EXCHANGE',//商城
|
'INTEGRAL_EXCHANGE', //商城
|
||||||
'DIRECT_BUY',
|
'DIRECT_BUY',
|
||||||
],
|
],
|
||||||
// orderStatus: '',
|
// orderStatus: '',
|
||||||
|
|||||||
@ -99,7 +99,6 @@
|
|||||||
this.listitem.identity = this.userinfo.cardNo
|
this.listitem.identity = this.userinfo.cardNo
|
||||||
this.listitem.applyStartTime = this.datetimerange[0]
|
this.listitem.applyStartTime = this.datetimerange[0]
|
||||||
this.listitem.applyEndTime = this.datetimerange[1]
|
this.listitem.applyEndTime = this.datetimerange[1]
|
||||||
console.log(this.listitem, '555')
|
|
||||||
if (!this.listitem.applyStartTime && !this.listitem.applyEndTime) {
|
if (!this.listitem.applyStartTime && !this.listitem.applyEndTime) {
|
||||||
this.$refs.uToast.show({
|
this.$refs.uToast.show({
|
||||||
title: '请选择预约时间',
|
title: '请选择预约时间',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user