@ -436,7 +436,7 @@ select combo_id as c_id,count(*) as sale_count from orders where status in(2,4)
//如果有多选一项目
//构建多选一数据
$Nx1_arrInfo=[];
if(isset($duo_xuan_yi) and !empty($duo_xuan_yi)){
if(isset($duo_xuan_yi) and !empty($duo_xuan_yi) and (!isset($combo_id) or $combo_id == 0)){
foreach ($duo_xuan_yi as $r_k=>$r_v){
$Nx1_arrInfo[]=[
'id' => $r_v['item_id'],
@ -51,6 +51,7 @@ class DoctorController extends Controller
"data" => $datesArray,
"action" => "1"
]);
// return \Yz::Return(true,"",$res);
$list = [];
if ($res['code'] == '200' && count($res['yisheng']) != 0) {
foreach ($res['yisheng'] as $key => $value) {
@ -91,7 +91,7 @@ import DraggableButton from "@/pages/components/goHome.vue";
<view class="person_name_wrapper">{{ i.name }}</view>
<view class="person_sex_wrapper">{{ i.sex === 1 ? "男" : "女" }}性</view>
</view>
<view class="person_idnumber_wrapper">{{ i.id_number }}</view>
<view class="person_idnumber_wrapper">{{ i.birthday }}</view>
<view v-if="!!i.relation" class="person_type_wrapper">{{
i.relation