|
|
|
@ -27,14 +27,12 @@
|
|
|
|
|
style="width: 90%"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item class="query-form-item" label="规格型号:">
|
|
|
|
|
<el-input v-model="listQuery.ggxh" placeholder="规格型号" clearable="true"
|
|
|
|
|
style="width: 90%"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<!--<el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="规格型号:">-->
|
|
|
|
|
<!-- <el-input v-model="listQuery.ggxh" placeholder="规格型号" clearable="true"-->
|
|
|
|
|
<!-- style="width: 90%"></el-input>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!--</el-col>-->
|
|
|
|
|
<el-col :span="6">
|
|
|
|
|
<el-form-item class="query-form-item" label="生产企业:">
|
|
|
|
|
<el-input v-model="listQuery.ylqxzcrbarmc" placeholder="生产企业"
|
|
|
|
@ -42,6 +40,9 @@
|
|
|
|
|
clearable="true"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
|
|
|
|
|
<!--<el-col :span="6">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="外部产品编码:">-->
|
|
|
|
|
<!-- <el-input v-model="listQuery.thrPiId" placeholder="第三方产品编码"-->
|
|
|
|
@ -95,11 +96,11 @@
|
|
|
|
|
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="ggxh"-->
|
|
|
|
|
<!-- show-overflow-tooltip-->
|
|
|
|
|
<!--></el-table-column>-->
|
|
|
|
|
<el-table-column
|
|
|
|
|
label="批准文号"
|
|
|
|
|
prop="zczbhhzbapzbh"
|
|
|
|
|