刘磊
2025-08-04 373c52bea19dd631687453b4d6cb711ccf55b73a
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); //单击行时选中当前行;