|
@@ -10,15 +10,15 @@
|
|
|
</template>
|
|
</template>
|
|
|
<view class="pd-24" v-if="!showSearch">
|
|
<view class="pd-24" v-if="!showSearch">
|
|
|
<template v-if="speArray.length">
|
|
<template v-if="speArray.length">
|
|
|
- <view class="f-s-32 c-#333 f-w-5 mb-20">主营品种</view>
|
|
|
|
|
|
|
+ <view class="f-s-32 c-#333 f-w-5 mb-20">快捷选择主营品种</view>
|
|
|
<view class="d-flex a-c f-w-w">
|
|
<view class="d-flex a-c f-w-w">
|
|
|
<spe-lable class="mr-20 mb-20" v-for="(item, index) in speArray" :key="index" :text="item?.medicineName" size="30rpx" :id="item?.id" @click="changeSpe(item?.medicineName)" />
|
|
<spe-lable class="mr-20 mb-20" v-for="(item, index) in speArray" :key="index" :text="item?.medicineName" size="30rpx" :id="item?.id" @click="changeSpe(item?.medicineName)" />
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
<template>
|
|
<template>
|
|
|
- <ut-empty></ut-empty>
|
|
|
|
|
|
|
+ <ut-empty text=""></ut-empty>
|
|
|
<view class="d-flex flex-cln j-c a-c">
|
|
<view class="d-flex flex-cln j-c a-c">
|
|
|
- <view class="c-#ccc f-s-28">您可以直接搜索,或前往<text class="c-primary">基地-主营品种配置</text>页面进行</view>
|
|
|
|
|
|
|
+ <view class="c-#ccc f-s-28">您可以<text class="c-primary">直接搜索,</text>或前往<text class="c-primary">基地-主营品种配置</text>页面进行</view>
|
|
|
<view class="c-#ccc f-s-28">主营品种配置,配置后下次即可快捷选择。</view>
|
|
<view class="c-#ccc f-s-28">主营品种配置,配置后下次即可快捷选择。</view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
@@ -27,7 +27,7 @@
|
|
|
<view class="f-s-32 c-#333 f-w-5 mb-20">搜索结果</view>
|
|
<view class="f-s-32 c-#333 f-w-5 mb-20">搜索结果</view>
|
|
|
<view class="pd-30 d-flex bg-#FBFDFB border-#37A954 b-radius mb-20" v-for="(item, index) in list" :key="index">
|
|
<view class="pd-30 d-flex bg-#FBFDFB border-#37A954 b-radius mb-20" v-for="(item, index) in list" :key="index">
|
|
|
<up-radio-group v-model="radiovalue1">
|
|
<up-radio-group v-model="radiovalue1">
|
|
|
- <view class="d-flex w-100%">
|
|
|
|
|
|
|
+ <view @click="radiovalue1 = item?.id" class="d-flex w-100%">
|
|
|
<view class="">
|
|
<view class="">
|
|
|
<view class="mb-20 ov-hd tx-ov">
|
|
<view class="mb-20 ov-hd tx-ov">
|
|
|
<text class="c-#333 f-s-34 f-w-5 mr-5">{{ item?.varietyName }}</text>
|
|
<text class="c-#333 f-s-34 f-w-5 mr-5">{{ item?.varietyName }}</text>
|
|
@@ -44,7 +44,9 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex1"></view>
|
|
<view class="flex1"></view>
|
|
|
<view class="d-flex j-c a-c">
|
|
<view class="d-flex j-c a-c">
|
|
|
- <up-radio activeColor="#37A954" label="" :name="item?.id"></up-radio>
|
|
|
|
|
|
|
+ <view @click.stop class="">
|
|
|
|
|
+ <up-radio activeColor="#37A954" label="" :name="item?.id"> </up-radio>
|
|
|
|
|
+ </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</up-radio-group>
|
|
</up-radio-group>
|