|
|
@@ -934,8 +934,7 @@ function initBar() {
|
|
|
return true;
|
|
|
},
|
|
|
onCellSelect: function (rowid, iCol, cellcontent, e) {
|
|
|
- // console.log('222222222222222222',rowid, iCol, cellcontent,e);
|
|
|
- return
|
|
|
+ console.log('222222222222222222',rowid, iCol, cellcontent,e);
|
|
|
$("#tb_bar_code #jqg_tb_bar_code_" + rowid).prop("checked", true);//打钩
|
|
|
if(iCol === 4){
|
|
|
let rowData = $("#tb_bar_code").jqGrid("getRowData", rowid);
|