This commit is contained in:
2024-05-30 08:59:03 +08:00
parent 393de6531c
commit bbdd2c8612
20 changed files with 43 additions and 47 deletions

View File

@ -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'
// })
// }

View File

@ -126,11 +126,14 @@
}
this.itemlistleft = res.data
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]
.recordCode : ''
if (res.data && res.data[0].list.length > 0) {
this.recordCode = res.data[0].list[0].recordCode
this.dataies({
recordCode: this.recordCode
});
} else {
this.show = false
}
})
}
},

View File

@ -317,8 +317,8 @@
},
onLoad(options) {
//2 1
if(options.delta=='2'){
this.orderTypeList={
if (options.delta == '2') {
this.orderTypeList = {
goodsOrderId: null,
patientId: '',
openid: null,
@ -338,8 +338,8 @@
}
}else if(options.delta=='1'){
this.orderTypeList={
} else if (options.delta == '1') {
this.orderTypeList = {
goodsOrderId: null,
patientId: '',
openid: null,
@ -349,7 +349,7 @@
orderTypeList: [
'INTEGRAL_EXCHANGE',//
'INTEGRAL_EXCHANGE', //
'DIRECT_BUY',
],
// orderStatus: '',

View File

@ -99,7 +99,6 @@
this.listitem.identity = this.userinfo.cardNo
this.listitem.applyStartTime = this.datetimerange[0]
this.listitem.applyEndTime = this.datetimerange[1]
console.log(this.listitem, '555')
if (!this.listitem.applyStartTime && !this.listitem.applyEndTime) {
this.$refs.uToast.show({
title: '请选择预约时间',