演示界面修改

演示数据2.0
yewj 6 months ago
parent e29b9e98e0
commit 436b0a8be0

@ -277,36 +277,37 @@
>查询
</el-button
>
<el-button
type="primary"
icon="el-icon-plus" v-if="vueRouteSource==1"
@click="intentDetail"
>添加
</el-button
>
<template v-if="!isChoose">
<el-button type="primary" icon="el-icon-plus" @click="editUdiType"
v-if="vueRouteSource==1"
>物资分类管理
</el-button>
<el-button
type="primary"
icon="el-icon-plus" v-if="vueRouteSource==1"
@click="intentImportUdi"
>选入DI信息
</el-button
>
<el-button
type="primary"
icon="el-icon-plus" v-if="vueRouteSource==1"
@click="intentImportErp"
>添加院内字典
</el-button
>
<el-button
type="primary"
icon="el-icon-plus" v-if="vueRouteSource==1"
@click="intentDetail"
>关联添加
</el-button
>
<el-button type="primary" icon="el-icon-plus" @click="addProducType"
v-if="vueRouteSource==1"
>新增产品
</el-button>
<!-- <el-button type="primary" icon="el-icon-plus" @click="editUdiType"-->
<!-- v-if="vueRouteSource==1"-->
<!-- >物资分类管理-->
<!-- </el-button>-->
<!-- <el-button-->
<!-- type="primary"-->
<!-- icon="el-icon-plus" v-if="vueRouteSource==1"-->
<!-- @click="intentImportUdi"-->
<!-- >选入DI信息-->
<!-- </el-button-->
<!-- >-->
<!-- <el-button-->
<!-- type="primary"-->
<!-- icon="el-icon-plus" v-if="vueRouteSource==1"-->
<!-- @click="intentImportErp"-->
<!-- >添加院内字典-->
<!-- </el-button-->
<!-- >-->
<!-- <el-button type="primary" icon="el-icon-plus" @click="addProducType"-->
<!-- v-if="vueRouteSource==1"-->
<!-- >新增产品-->
<!-- </el-button>-->
</template>
</el-button-group>
</div>

@ -1398,15 +1398,17 @@ export default {
});
return;
} else if (response.code == 604) {
this.$confirm(response.message, "提示", {
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
})
.then(() => {
})
.catch(() => {
});
this.$message.error(response.message);
// this.$confirm(response.message, "", {
// confirmButtonText: "",
// cancelButtonText: "",
// type: "warning",
// })
// .then(() => {
// })
// .catch(() => {
// });
return;
} else if (response.code == 507) {
this.editOriginCodeVisible = true;
@ -1426,15 +1428,17 @@ export default {
this.spaceCodeList = response.data;
this.selectSpaceVisible = true;
} else {
this.$alert(response.message, "提示", {
confirmButtonText: "确定",
type: "warning",
closeOnClickModal: true,
callback: (action) => {
this.$refs.inputRef.focus();
this.$refs.inputRef.select();
},
});
this.$message.error(response.message);
// this.$alert(response.message, "", {
// confirmButtonText: "",
// type: "warning",
// closeOnClickModal: true,
// callback: (action) => {
// this.$refs.inputRef.focus();
// this.$refs.inputRef.select();
// },
// });
}
}
this.loading = false;
@ -1740,15 +1744,16 @@ export default {
this.codeFormData.code = "01" + response.data.nameCode;
this.originCode = this.codeFormData.code;
} else {
this.$alert(response.message, "提示", {
confirmButtonText: "确定",
type: "warning",
closeOnClickModal: true,
callback: (action) => {
this.$refs.inputRef.focus();
this.$refs.inputRef.select();
},
});
this.$message.error(response.message);
// this.$alert(response.message, "", {
// confirmButtonText: "",
// type: "warning",
// closeOnClickModal: true,
// callback: (action) => {
// this.$refs.inputRef.focus();
// this.$refs.inputRef.select();
// },
// });
}
}
this.loading = false;

Loading…
Cancel
Save