@@ -296,6 +296,9 @@ struct emptyBoxStorage {
.width($r('app.float.virtualSize_48'))
.height($r('app.float.virtualSize_48'))
.fillColor($r('app.color.0A84FF'))
+ .onClick(()=>{
+ this.filterMaterialBoxes(); // 实时触发过滤
+ })
}
.width('16%')
.height('100%')
@@ -254,6 +254,9 @@ struct IntelligentWarehousingStatics {
+ this.loadStockList()