|
|
|
@ -3,21 +3,45 @@
|
|
|
|
|
<el-card class="el-card">
|
|
|
|
|
<el-form :model="unionQuery" size="mini" label-width="130px" v-show="showSearch">
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="UDI码:">
|
|
|
|
|
<el-input v-model="unionQuery.udiCode" style="width: 90%" placeholder="请扫描或输入UDI码"
|
|
|
|
|
clearable="true" @keyup.enter.native="keyup_submit($event)"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item label="DI:">
|
|
|
|
|
<el-input v-model="unionQuery.nameCode" style="width: 90%" clearable="true" size="mini"
|
|
|
|
|
placeholder="请输入完整DI"
|
|
|
|
|
@keyup.enter.native="keyup_submit($event)"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item label="DI:">
|
|
|
|
|
<el-input v-model="unionQuery.nameCode" style="width: 90%" clearable="true" size="mini"
|
|
|
|
|
placeholder="请输入完整DI"
|
|
|
|
|
@keyup.enter.native="keyup_submit($event)"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item label="规格型号:">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="unionQuery.ggxh" clearable="true"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
:disabled="(unionQuery.cpmctymc=='' && unionQuery.nameCode=='' && (unionQuery.ylqxzcrbarmc==null || unionQuery.ylqxzcrbarmc==''))"
|
|
|
|
|
placeholder="规格型号"
|
|
|
|
|
size="mini"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item label="注册证:">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="unionQuery.zczbhhzbapzbh" clearable="true"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
:disabled="(unionQuery.cpmctymc=='' && unionQuery.nameCode=='' && (unionQuery.ylqxzcrbarmc==null || unionQuery.ylqxzcrbarmc==''))"
|
|
|
|
|
placeholder="注册证/备案号"
|
|
|
|
|
size="mini"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item label="医疗器械注册人:">
|
|
|
|
@ -55,28 +79,6 @@
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item label="规格型号:">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="unionQuery.ggxh" clearable="true"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
:disabled="(unionQuery.cpmctymc=='' && unionQuery.nameCode=='' && (unionQuery.ylqxzcrbarmc==null || unionQuery.ylqxzcrbarmc==''))"
|
|
|
|
|
placeholder="规格型号"
|
|
|
|
|
size="mini"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item label="注册证:">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="unionQuery.zczbhhzbapzbh" clearable="true"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
:disabled="(unionQuery.cpmctymc=='' && unionQuery.nameCode=='' && (unionQuery.ylqxzcrbarmc==null || unionQuery.ylqxzcrbarmc==''))"
|
|
|
|
|
placeholder="注册证/备案号"
|
|
|
|
|
size="mini"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|