haoxuan
2024-02-07 d68b036a3b3c67273b8effa3c9925ef3869a91ba
src/views/operate/inventoryAdjustment/index.vue
@@ -136,6 +136,7 @@
          this.pagerOptions.totalCount = res.total
        }
      })
    },
    // 操作输入
    inputContent(val, prop, row) {
@@ -315,9 +316,10 @@
      this.locationId = item.value
    },
    // 选中产品方法
    selProductClick(item) {
      console.log(item)
      this.productId = item.value
    selProductClick(value, item) {
      if (value === "product") {
        this.productId = item.productId
      }
    },
    // 获取当前时间
    currentTime() {