haoxuan
2024-04-22 f9c20ea2b5316cb85a171ddce53320697e4ffba0
 库存调整模块 增加搜索的功能
1个文件已修改
5 ■■■■ 已修改文件
src/views/operate/inventoryAdjustment/index.vue 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/inventoryAdjustment/index.vue
@@ -119,7 +119,8 @@
    async getData() {
      await getInventoryAdjustmentList({
        page: this.pagerOptions.currPage,
        pageSize: this.pagerOptions.pageSize
        pageSize: this.pagerOptions.pageSize,
        keyword:this.keyword,
      }).then((res) => {
        if (res.code === 200) {
          console.log(res)
@@ -307,6 +308,8 @@
    getList(val) {
      this.keyword = val
      this.pagerOptions.currPage = 1
      this.addTitle = "新建"
      this.showDiscard = false
      this.getData()
    },
    // 选择位置方法