同步UDI管理系统bug修改

ywj_dev
anthonywj 2 years ago
parent 3b93fa8aec
commit 7579baa7a7

@ -102,7 +102,7 @@
<el-button icon="el-icon-view" type="primary" @click="hideSearch">/</el-button> <el-button icon="el-icon-view" type="primary" @click="hideSearch">/</el-button>
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button> <el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
<el-button type="primary" icon="el-icon-search" @click="submit"></el-button> <el-button type="primary" icon="el-icon-search" @click="submit"></el-button>
<el-button type="primary" icon="el-icon-plus" @click="editUdiType"></el-button> <el-button type="primary" icon="el-icon-plus" @click="editUdiType"></el-button>
<el-button type="primary" icon="el-icon-plus" @click="intentImportUdi">DI</el-button> <el-button type="primary" icon="el-icon-plus" @click="intentImportUdi">DI</el-button>
<el-button type="primary" icon="el-icon-plus" @click="intentImportErp"></el-button> <el-button type="primary" icon="el-icon-plus" @click="intentImportErp"></el-button>
<el-button type="primary" icon="el-icon-plus" @click="intentDetail"></el-button> <el-button type="primary" icon="el-icon-plus" @click="intentDetail"></el-button>
@ -1098,7 +1098,7 @@
></pagination> ></pagination>
<el-dialog <el-dialog
title="编辑-耗材菜单" title="编辑-耗材分类"
:visible.sync="selectUdiTypeVisible" :visible.sync="selectUdiTypeVisible"
:before-close="hideForm" :before-close="hideForm"
:close-on-click-modal="false" :close-on-click-modal="false"

@ -397,7 +397,7 @@ export default {
data() { data() {
return { return {
isUseDyCheck: false, isUseDyCheck: true,
useNumEnable: true, useNumEnable: true,
sysList: [], sysList: [],
detailList: [], detailList: [],
@ -465,10 +465,9 @@ export default {
if (response.code == 20000) { if (response.code == 20000) {
this.$message({ this.$message({
type: "success", type: "success",
message: "删除成功!", message: "解绑成功!",
}); });
this.editDialogVisible = false; this.$emit("closePre", true);
this.getList();
this.cancelDialog(); this.cancelDialog();
} else { } else {
this.$message.error(response.message); this.$message.error(response.message);

Loading…
Cancel
Save