自动化立体仓库 - WMS系统
1
8 小时以前 51889b97a85b070cbb80a5bb2893149c80448d5d
src/main/webapp/views/orderCargoGrouping/orderCargoGroupingOperate.html
@@ -430,6 +430,17 @@
               this.getTableDataA();
            }, 10000);
         },
         handleDetailSearch() {
            // 触发计算属性重新计算即可,无需额外操作
            this.$forceUpdate(); // 可选,确保立即刷新(通常不需要)
         },
         // 明细搜索重置
         handleDetailReset() {
            this.detailSearch.standby3 = '';
            this.detailSearch.boxType3 = '';
            // 重置后表格自动恢复原数据
         },
         // 获取主表A数据
         getTableDataA() {