提交 b9f721d2 编写于 作者: shuang.zhou's avatar shuang.zhou

Merge branch 'feature/med-goods-zs' into 'testing/3.29.0'

Feature/med goods zs

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!438
...@@ -397,7 +397,7 @@ ...@@ -397,7 +397,7 @@
placeholder="试试搜索:药品69开头条形码/通用名称/商品名称/拼音首字母" placeholder="试试搜索:药品69开头条形码/通用名称/商品名称/拼音首字母"
></el-input> ></el-input>
</el-col> </el-col>
<el-col :span="2"><el-button type="primary" @click="searchAddGoods" class="add-goods-search">搜索</el-button></el-col> <el-col :span="2"><el-button type="primary" @click="getSearchInfo" class="add-goods-search">搜索</el-button></el-col>
</el-row> </el-row>
<el-table <el-table
:data="medData" :data="medData"
...@@ -861,9 +861,12 @@ ...@@ -861,9 +861,12 @@
this.getCategorysList(); // 获取药品类别 this.getCategorysList(); // 获取药品类别
this.isNewMeddialog = true; this.isNewMeddialog = true;
}, },
getSearchInfo() {
this.pageNo = 1;
this.searchAddGoods();
},
// 基本信息添加药品 // 基本信息添加药品
searchAddGoods() { searchAddGoods() {
this.pageNo = 1;
let data = { let data = {
filterName: this.filterName, filterName: this.filterName,
applySource: "2", applySource: "2",
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册