|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item label="药品编码:" class="query-form-item">
|
|
|
|
|
<el-input v-model="listQuery.unionCode" style="width: 90%" placeholder="请输入DI/医保编码/商品条码"
|
|
|
|
|
<el-input v-model="listQuery.unionCode" style="width: 90%" placeholder="药品编码/医保编码"
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -31,13 +31,13 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item label="规格型号:" class="query-form-item">
|
|
|
|
|
<el-input v-model="listQuery.ggxh" style="width: 90%" placeholder="请输入规格型号" clearable="true"></el-input>
|
|
|
|
|
<el-form-item label="包装规格:" class="query-form-item">
|
|
|
|
|
<el-input v-model="listQuery.ggxh" style="width: 90%" placeholder="请输入包装规格" clearable="true"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item label="生产企业:" class="query-form-item">
|
|
|
|
|
<el-input v-model="listQuery.ylqxzcrbarmc" style="width: 90%" placeholder="请输入生产企业/注册备案人"
|
|
|
|
|
<el-input v-model="listQuery.ylqxzcrbarmc" style="width: 90%" placeholder="请输入生产企业"
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
@ -66,7 +66,7 @@
|
|
|
|
|
<el-table-column label="药品编码" prop="thirdId" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<!--<el-table-column label="医疗器械注册人" prop="ylqxzcrbarmc"></el-table-column>-->
|
|
|
|
|
<el-table-column label="药品通用名" prop="cpmctymc" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="规格型号" prop="ggxh" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="包装规格" prop="bzgg" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<el-table-column label="批准文号" prop="zczbhhzbapzbh" show-overflow-tooltip></el-table-column>
|
|
|
|
|
<!--<el-table-column label="器械类别" prop="qxlb" show-overflow-tooltip></el-table-column>-->
|
|
|
|
|
<el-table-column label="配送企业" prop="companyName" show-overflow-tooltip></el-table-column>
|
|
|
|
@ -232,7 +232,8 @@ export default {
|
|
|
|
|
ylqxzcrbarmc: null,
|
|
|
|
|
thrPiId: null,
|
|
|
|
|
page: 1,
|
|
|
|
|
limit: 10
|
|
|
|
|
limit: 10,
|
|
|
|
|
productsType: 2,
|
|
|
|
|
}
|
|
|
|
|
this.multipleSelection = [];
|
|
|
|
|
this.radioCheck = null;
|
|
|
|
|