src/views/inventoryManagement/stockManagement/Qualified.vue
@@ -12,7 +12,7 @@ style="width: 240px" placeholder="请输入" clearable/> <el-button type="primary" @click="handleQuery" style="margin-left: 10px">搜索</el-button> <el-button type="primary" @click="handleQuery" style="margin-left: 10px" v-hasPermi="['list:stockInventory']">搜索</el-button> </div> <div> <el-button type="primary" @click="isShowNewModal = true" v-hasPermi="['add:stockInventory']">新增库存</el-button>