|
|
@ -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"
|
|
|
|