| | |
| | | @node-click="getTMaterielData" |
| | | > |
| | | <span slot-scope="{ node, data }" class="custom-tree-node"> |
| | | <span v-if="!data.isEdit">{{ data.name }}</span> |
| | | <span v-if="!data.isEdit" class="ellipsis" style="width:150px;">{{ data.name }}</span> |
| | | <span v-if="!data.isEdit"> |
| | | <el-tooltip v-del-tab-index class="item" effect="dark" content="编辑" placement="top"> |
| | | <i |
| | |
| | | }, |
| | | // 确定 |
| | | async routeDialogVisibleConfirm() { |
| | | if (this.defaultroute_code === null || this.defaultroute_code === 'null') { |
| | | if (!this.defaultroute_code || this.defaultroute_code === 'null') { |
| | | return this.$message.info('默认工艺路线不能为空!') |
| | | } |
| | | |