shuziluansheng
def check_run(self, product: ProductEntity, is_run: bool) -> tuple[float, TakeFromStoreExecution | None] | None:# 1.获取仓位列表()mat_id product.data.mat_idpallets self.store_ctr.get_pallets_by_mat(mat_id)if len(pallets) 0:retur…
2026/7/5 1:10:50