1.修复设备领用,养护bug

zhairh
x_z 2 years ago
parent cf2454cdfc
commit 8219e2cafa

@ -572,7 +572,10 @@ export default {
page: 1,
limit: 10
};
this.$refs.multipleTable.clearSelection();
this.multiProduct = [];
this.productList = [];
this.productTotal = 0;
this.queryInvProducts();
},
handleCurrentChange(val) {

@ -33,6 +33,7 @@
<el-table-column label="设备编号" prop="code" width="180" show-overflow-tooltip></el-table-column>
<el-table-column label="产品DI" prop="nameCode" width="180"></el-table-column>
<el-table-column label="生产日期" prop="produceDate" width="180"></el-table-column>
<el-table-column label="失效日期" prop="exipreDate" width="180"></el-table-column>
<el-table-column label="批次号" prop="batchNo" width="180"></el-table-column>
<el-table-column label="规格型号" prop="ggxh" width="180"></el-table-column>
<el-table-column label="医疗器械注册/备案人名称" prop="ylqxzcrbarmc" width="180"></el-table-column>

Loading…
Cancel
Save