zuozhengqing
2023-11-13 f16c444ad4d0478fa73c7005d7e94b551963769b
src/views/reportForm/inventoryReport/index.vue
@@ -52,8 +52,7 @@
                    <i class="el-icon-refresh-left"></i>
                    <span>历史</span>
                  </span>
                  <span @click="handleAddGoods(scope.row)" class="margin_left_5px;" style="cursor:pointer;"
                  >
                  <span @click="handleAddGoods(scope.row)" class="margin_left_5px;" style="cursor: pointer">
                    <i class="el-icon-refresh"></i>
                    <span>补货</span>
                  </span>
@@ -149,7 +148,7 @@
      pageSizes: [15, 30],
      oldRadioBtn: "",
      metaTitle: this.$route.meta.title,
      searchStr: this.$route.params.name ?? ''
      searchStr: this.$route.params.name ?? ""
    }
  },
  created() {
@@ -285,11 +284,7 @@
    },
    getList(val) {
      this.searchStr = val
      this.getInventoryData({
        page: 1,
        pageSize: this.pagerOptions.pageSize,
        keyWord: val
      })
      this.getData()
    },
    // 行点击
    tableRowClick(row) {
@@ -327,7 +322,7 @@
      this.$router.push({
        name: "orderPoint",
        params: {
          productId:row.produceId,
          productId: row.produceId
        }
      })
    },
@@ -448,5 +443,4 @@
    white-space: pre-wrap !important;
  }
}
</style>