第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

選擇多個(gè) id 并一次傳遞到控制器

選擇多個(gè) id 并一次傳遞到控制器

躍然一笑 2023-10-14 19:26:02
ids我嘗試從刪除多個(gè) id 的概念中選擇多個(gè),但收到錯(cuò)誤并且 id 未通過這是我嘗試過的代碼  <button style="margin-bottom: 10px" class="btn btn-primary delete_all" data-url="{{       url('receiveAllUnit') }}">Received All</button>     $(document).ready(function () {    $('#master').on('click', function(e) {     if($(this).is(':checked',true))     {        $(".sub_chk").prop('checked', true);     } else {        $(".sub_chk").prop('checked',false);     }    });    $('.delete_all').on('click', function(e) {        var allVals = [];        $(".sub_chk:checked").each(function() {            allVals.push($(this).attr('data-id'));        });        if(allVals.length <=0)        {            alert("Please select row.");        }  else {            var check = confirm("Are you sure you want to Receive All Units?");            if(check == true){                var join_selected_values = allVals.join(",");請(qǐng)告訴我如何獲取這些 id 并將其傳遞給控制器我希望更新這樣的一欄 RotateDevice::whereIn([ ['DeviceId',$ids]                                        ])                              ->update([                                'status'=>0,                              ]);
查看完整描述

1 回答

?
郎朗坤

TA貢獻(xiàn)1921條經(jīng)驗(yàn) 獲得超9個(gè)贊

在 Ajax 調(diào)用中替換 From


data: 'ids='+join_selected_values,



data: {ids:join_selected_values},

并在控制器中


$idsString=$request->input('ids');

$idsArray=explode(",",trim($idsString,','));//explode to split ids to array , and trim to ensure if ids received with , at the end or beginning of string. 

if(!empty($idsArray)){

     RotateDevice::whereIn('DeviceId',$idsArray)

          ->update(['status'=>0]);

}


查看完整回答
反對(duì) 回復(fù) 2023-10-14
  • 1 回答
  • 0 關(guān)注
  • 118 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)