屏蔽材料费

wenjuan
yanzai 1 year ago
parent 91ef8398e3
commit 68b5413fdd

@ -161,12 +161,10 @@ select combo_id as c_id,count(*) as count from orders where status in(2,4) group
['name' => '3000以上', 'id' => 5],
];
$item_label = [
["id" => 1, 'name' => '一般检查'],
["id" => 2, 'name' => '血常规'],
["id" => 3, 'name' => '尿常规'],
["id" => 4, 'name' => '肝功能'],
["id" => 5, 'name' => '肾功能'],
["id" => 6, 'name' => '血糖']
["id" => 3468454, 'name' => '内科检查'],
["id" => 1812, 'name' => '尿常规'],
["id" => 1955, 'name' => '肝功能'],
["id" => 1958, 'name' => '肾功能'],
];
return \Yz::Return(true, "查询成功", ['sort_list' => $sort_list, 'combo_type' => $type, 'combo_crowd' => $crowd, 'combo_price' => $price_list, 'combo_item' => $item_label]);
}

@ -501,7 +501,7 @@ const toRouter = () => {
</view>
</view>
<view class="select_group_wrapper">
<view class="text-30rpx bold">适用人群</view>
<view class="text-30rpx bold">体检项目(多选)</view>
<view class="select_group_line_wrapper mt-20rpx">
<view
v-for="(val, index) in combo_select['combo_item']"

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save