yangfeng
2023-10-26 d0aaaeda4b5e7aaed8067637baaea0e74e7993e6
src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue
@@ -31,7 +31,8 @@
      searchOptions: [],
      keyword: "",
      locationId: 0,
      productId: ""
      productId: "",
      baseOperationType:""
    }
  },
  created() {
@@ -130,6 +131,7 @@
    // 请求数据
    async getData() {
      await historyInventoryAdjustment({
        baseOperationType:this.baseOperationType,
        locationId: this.locationId,
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize,