|
|
|
|
@ -159,9 +159,18 @@ const getComboList = async () => {
|
|
|
|
|
doctor: $store.save.doctor,
|
|
|
|
|
hospital: hospital_active.value,
|
|
|
|
|
};
|
|
|
|
|
if($store.getCheckupTypeId()){
|
|
|
|
|
let b=$store.getCheckupTypeId()
|
|
|
|
|
console.log();
|
|
|
|
|
if( Object.keys(b).length != 0){
|
|
|
|
|
screenObj.value.checkup_type_id=b.id
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (screenObj.value) {
|
|
|
|
|
obj = Object.assign(obj, screenObj.value);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const response = await $api("ComboList", obj);
|
|
|
|
|
uni.hideLoading();
|
|
|
|
|
$response(response, () => {
|
|
|
|
|
@ -311,7 +320,7 @@ const toRouter = () => {
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="relative z-999 pt-10rpx center">
|
|
|
|
|
<view class="relative z-999 pt-10rpx center">
|
|
|
|
|
<view class="doctor_wrapper">
|
|
|
|
|
<view class="doctor_tip_wrapper">
|
|
|
|
|
<text v-if="!!combo_list.doctor.id">已根据指定医生:</text>
|
|
|
|
|
@ -322,7 +331,7 @@ const toRouter = () => {
|
|
|
|
|
</view>
|
|
|
|
|
<view class="doctor_tip_wrapper">(自动筛选匹配套餐)</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view> -->
|
|
|
|
|
</view>
|
|
|
|
|
<view class="select_wrapper flex" v-if="selectKey">
|
|
|
|
|
<template v-for="(value, key, index) in combo_select" :key="index">
|
|
|
|
|
<view
|
|
|
|
|
@ -416,7 +425,7 @@ const toRouter = () => {
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<uni-popup ref="popup" mask-background-color="transparent">
|
|
|
|
|
<view class="pt-180rpx w-full h-100vh" @click="popup.close()">
|
|
|
|
|
<view class="pt-260rpx w-full h-100vh" @click="popup.close()">
|
|
|
|
|
<view class="bg-[rgba(0,0,0,0.3)] h-100%">
|
|
|
|
|
<view
|
|
|
|
|
class="bg-#fff"
|
|
|
|
|
|