LIJU 2 місяців тому
батько
коміт
96f4dc6ed0
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      src/main/resources/static/js/yk/drug_storage.js

+ 1 - 2
src/main/resources/static/js/yk/drug_storage.js

@@ -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);