|
|
|
@ -152,7 +152,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="医保编码:">
|
|
|
|
|
<el-input style="width: 65%" size="small" splaceholder="请输入内容" v-model="editQuery.ybbm"></el-input>
|
|
|
|
|
<el-input style="width: 65%" size="small" splaceholder="请输入内容" v-model="editQuery.ybbm" @input="change($event)"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
@ -165,7 +165,7 @@
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12" class="el-col">
|
|
|
|
|
<el-form-item label="生产厂家:">
|
|
|
|
|
<el-input style="width: 65%" size="small" v-model="editQuery.manufactory" splaceholder="请输入内容"></el-input>
|
|
|
|
|
<el-input style="width: 65%" size="small" v-model="editQuery.manufactory" splaceholder="请输入内容" @input="change($event)"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
@ -359,6 +359,9 @@ export default {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
change(e){
|
|
|
|
|
this.$forceUpdate(e);
|
|
|
|
|
},
|
|
|
|
|
onReset() {
|
|
|
|
|
this.unionQuery = {
|
|
|
|
|
page: 1,
|
|
|
|
|