gaoluyang
5 天以前 b6068a1949f84e88a22f5eb353d6f57c95e40daa
src/views/inventoryManagement/stockManagement/Record.vue
@@ -7,6 +7,11 @@
                  style="width: 240px"
                  placeholder="请输入"
                  clearable/>
        <span class="search_title ml10">规格型号:</span>
        <el-input v-model="searchForm.model"
                  style="width: 240px"
                  placeholder="请输入"
                  clearable/>
        <el-button type="primary" @click="handleQuery" style="margin-left: 10px">搜索</el-button>
      </div>
      <div>
@@ -84,6 +89,7 @@
const data = reactive({
  searchForm: {
    productName: '',
    model: '',
    topParentProductId: props.productId,
  }
})