| | |
| | | ref="partTable" |
| | | > |
| | | <template #toolbar> |
| | | <el-button type="primary" @click="addOrUpdateHandle" |
| | | v-if="permissions.basic_part_add">新增</el-button> |
| | | <!-- <el-button type="primary" @click="addOrUpdateHandle" |
| | | v-if="permissions.basic_part_add">新增</el-button> --> |
| | | <el-button type="primary" @click="() => (this.syncDateVisible = true)" |
| | | v-if="permissions.basic_part_mdm">同步MDM</el-button> |
| | | </template> |
| | |
| | | uploadInfo: { |
| | | // 是否展示上传EXCEL以及对应的url |
| | | isShow: true, |
| | | download: true, |
| | | fileName: '已申请物料编码模板', |
| | | url: '/mes/part/upload' |
| | | }, |
| | | prelang: 'operation', |