刘磊
2025-06-14 08d4252c79d088d7bf97a08d314ec8577d96e2d2
Code Management/WMS/WIDESEA_WMSClient/src/extension/widesea_wms/stock/DtBoxingInfo.js
@@ -58,6 +58,9 @@
      //编辑保存前formData为对象,包括明细表、删除行的Id
      return true;
    },
    addrow(){
      return true;
    },
    rowClick({ row, column, event }) {
      //查询界面点击行事件
      // this.$refs.table.$refs.table.toggleRowSelection(row); //单击行时选中当前行;