改对了
This commit is contained in:
parent
64d9a33813
commit
0dcbf8424f
|
|
@ -794,10 +794,12 @@
|
||||||
|
|
||||||
<view class="left-tags">
|
<view class="left-tags">
|
||||||
<view class="tags-one" v-if="showvalue.categoryId_dictText">
|
<view class="tags-one" v-if="showvalue.categoryId_dictText">
|
||||||
{{showvalue.categoryId_dictText}}</view>
|
{{showvalue.categoryId_dictText}}
|
||||||
|
</view>
|
||||||
<view class="tags-one" v-if="showvalue.typeId_dictText">{{showvalue.typeId_dictText}}</view>
|
<view class="tags-one" v-if="showvalue.typeId_dictText">{{showvalue.typeId_dictText}}</view>
|
||||||
<view class="tags-one" v-if="showvalue.medicationId_dictText">
|
<view class="tags-one" v-if="showvalue.medicationId_dictText">
|
||||||
{{showvalue.medicationId_dictText}}</view>
|
{{showvalue.medicationId_dictText}}
|
||||||
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="right-bottom-right">
|
<view class="right-bottom-right">
|
||||||
|
|
@ -1087,7 +1089,29 @@
|
||||||
const openjianhuo = ref(false);
|
const openjianhuo = ref(false);
|
||||||
const opendata = ref(false);
|
const opendata = ref(false);
|
||||||
// 模糊查询
|
// 模糊查询
|
||||||
|
const gysclick = (res : any) => {
|
||||||
|
console.log("///", res);
|
||||||
|
opengys.value = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
const openjianhuoclick = () => {
|
||||||
|
if (showvalue.value.jianhuobtn == false) {
|
||||||
|
return
|
||||||
|
}
|
||||||
|
openjianhuo.value = true;
|
||||||
|
donghuaopo.value = false;
|
||||||
|
setTimeout(() => {
|
||||||
|
donghuaopo.value = true;
|
||||||
|
}, 100)
|
||||||
|
}
|
||||||
|
|
||||||
|
const opengaijiaclick = () => {
|
||||||
|
opengaijia.value = true;
|
||||||
|
donghuaopo.value = false;
|
||||||
|
setTimeout(() => {
|
||||||
|
donghuaopo.value = true;
|
||||||
|
}, 100)
|
||||||
|
}
|
||||||
// 过滤后的结果,页面上渲染用这个
|
// 过滤后的结果,页面上渲染用这个
|
||||||
const filteredCgrList = ref([]);
|
const filteredCgrList = ref([]);
|
||||||
|
|
||||||
|
|
@ -2933,6 +2957,7 @@
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-next {
|
.input-next {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 660rpx;
|
bottom: 660rpx;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue