批量刪除,全選,返選

2021-08-18 02:33:18 字數 838 閱讀 8002

查詢:

排序:

--請選擇--

名稱正序

名稱倒序

**正序

**降序

商品名稱:

商品價錢:

商品產地:

序號id

商品名稱

價錢產地

操作 }

}}}}

商品名稱:

商品價錢:

商品產地:

//初始化資料

$scope.goods=[ ,

, ,

];//全選

$scope.qx=function()); }

//全不選

$scope.qbx=function()); }

//反選

$scope.fx=function()); }

//刪除單個

$scope.deldg=function(tj) }

}//批量刪除

$scope.delall=function() }

//新增資料

$scope.adddata=function();

good.name=$scope.addname;

good.price=$scope.addprice;

good.cd=$scope.addcd;

$scope.goods.push(good);

$scope.showadd=false; }

var xgdata="";

//修改資料

$scope.xg=function(tj) }

}$scope.bcsj=function()

});

關於全選 反選,批量刪除

全選 反選 function checkopposite else function deletesome console.log id.substring 1 獲取id的第二種方式 map 將jquery集合轉換成其他陣列 get 將其他陣列轉換成js陣列 join 將陣列中的元素拼成字串,如果不...

GridView全選和批量刪除

全選 protected void eventargs for iftrue true else false 全部刪除 protected void eventargs for iftrue string delete from tb member where memberid gridview1....

jq實現批量全選與反選

doctype html html lang en head meta charset utf 8 title document title head body input type button value 刪除 table border 1 thead tr th input type chec...