修改bug

ywj_dev
wangwei 2 years ago
parent b8865d7584
commit 238b8571b5

@ -524,7 +524,7 @@ export default {
this.filterQuery = { this.filterQuery = {
id: "", id: "",
billNo: null, billNo: null,
statusType: "audited", statusType: "checkSuccess",
mainAction: null, mainAction: null,
action: null, action: null,
page: 1, page: 1,

@ -513,7 +513,8 @@ export default {
this.getManufacturerList(); this.getManufacturerList();
}, },
onManufacturerSubmit() { onManufacturerSubmit() {
this.onManufacturerReset(); //this.onManufacturerReset();
this.getManufacturerList();
this.addInfoVisible=false; this.addInfoVisible=false;
}, },
hideSearch2() { hideSearch2() {

@ -57,9 +57,9 @@
<el-table-column label="序号" type="index"></el-table-column> <el-table-column label="序号" type="index"></el-table-column>
<el-table-column label="产品标识" prop="code" show-overflow-tooltip></el-table-column> <el-table-column label="产品标识" prop="code" show-overflow-tooltip></el-table-column>
<el-table-column label="产品名称" prop="name" show-overflow-tooltip></el-table-column> <el-table-column label="产品名称" prop="name" show-overflow-tooltip></el-table-column>
<el-table-column label="规格型号" prop="standard" show-overflow-tooltip></el-table-column> <el-table-column label="规格型号" prop="spec" show-overflow-tooltip></el-table-column>
<el-table-column label="医疗器械注册人" prop="ylqxzcrbarmc" show-overflow-tooltip></el-table-column> <el-table-column label="医疗器械注册人" prop="ylqxzcrbarmc" show-overflow-tooltip></el-table-column>
<el-table-column label="注册证编号" prop="zczbhhzbapzbh" show-overflow-tooltip></el-table-column> <el-table-column label="注册证编号" prop="registerNo" show-overflow-tooltip></el-table-column>
<el-table-column label="审核状态" prop="status" show-overflow-tooltip> <el-table-column label="审核状态" prop="status" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ checkMap[scope.row.status] }}</span> <span>{{ checkMap[scope.row.status] }}</span>

Loading…
Cancel
Save