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