1
xxyy
2025-03-18 a2b957aff35477ef51e0ad641c615aa98eb2c9b3
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); //单击行时选中当前行;