|
|
|
@ -4,19 +4,19 @@
|
|
|
|
|
|
|
|
|
|
<el-form :inline="true" :model="query" class="query-form" size="mini">
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="6" class="el-col">
|
|
|
|
|
<el-col :span="7" class="el-col">
|
|
|
|
|
|
|
|
|
|
<el-form-item label="机构编码:" >
|
|
|
|
|
<el-input class="query-form-item" v-model="filterQuery.organizationCode" clearable placeholder="机构编码"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6" class="el-col">
|
|
|
|
|
<el-col :span="7" class="el-col">
|
|
|
|
|
<el-form-item label="国家医保目录编码:" >
|
|
|
|
|
<el-input class="query-form-item" v-model="filterQuery.ybbm" clearable placeholder="国家医保目录编码"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<el-col :span="5" class="el-col">
|
|
|
|
|
<el-col :span="7" class="el-col">
|
|
|
|
|
|
|
|
|
|
<el-form-item label="无码类型:" prop="type">
|
|
|
|
|
<el-select class="query-form-item" v-model="filterQuery.notCodeType" placeholder="无码类型" >
|
|
|
|
@ -451,13 +451,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
getHead('ybNotCode', '1').then((re) => {
|
|
|
|
|
// 处理返回的数据
|
|
|
|
|
this.tableObj = re.data
|
|
|
|
|
this.tableHeader = re.data.tableList
|
|
|
|
|
this.queryList = re.data.queryList
|
|
|
|
|
this.fromList = re.data.fromList
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
this.getList()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -478,6 +472,6 @@ export default {
|
|
|
|
|
display: inline-flex; /* 确保上传组件与其他按钮在同一行 */
|
|
|
|
|
}
|
|
|
|
|
.query-form-item {
|
|
|
|
|
width: 400px;
|
|
|
|
|
width: 350px;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|