| | |
| | | <el-button :size="size" text icon="el-icon-delete" type="primary" @click="showDel(row)" placeholder="删除" title="删除"></el-button> |
| | | <el-button :size="size" text v-if="row.nodeType < 60" icon="el-icon-document-add" type="primary" @click="showAdd(row)" placeholder="新增子级" title="新增子级"></el-button> |
| | | <el-button :size="size" text v-if="row.nodeType == 60" icon="el-icon-upload" type="primary" @click="showUpload(row)" placeholder="文件上传" title="文件上传"></el-button> |
| | | <el-button :size="size" text v-if="row.nodeType == 60" icon="el-icon-pie-chart" type="primary" @click="upgrade(row)" placeholder="升级" title="升级"></el-button> |
| | | <el-button :size="size" text v-if="row.nodeType == 70" icon="el-icon-pie-chart" type="primary" @click="upgrade(row)" placeholder="升级" title="升级"></el-button> |
| | | <el-button :size="size" text v-if="row.nodeType == 60 && !isSM" icon="el-icon-position" type="primary" @click="downsend(row)" placeholder="下发" title="下发"></el-button> |
| | | </template> |
| | | </avue-crud> |
| | |
| | | }, |
| | | { |
| | | label: '设备(机床)', |
| | | prop: 'abc' |
| | | prop: 'machineCode', |
| | | type: 'select', |
| | | dicUrl: '/blade-mdm/machine/page', |
| | | props: { |
| | | label: 'machineGroupName', |
| | | value: 'machineGroupCode', |
| | | }, |
| | | dicFormatter(res) { |
| | | return res.data.records; |
| | | } |
| | | }, |
| | | { |
| | | label: '节点名称', |
| | |
| | | }, |
| | | { |
| | | label: '节点描述', |
| | | prop: 'abc', |
| | | prop: 'description', |
| | | hide: true |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | label: '设备', |
| | | prop: 'abc' |
| | | prop: 'machineCode' |
| | | }, |
| | | { |
| | | label: '固化状态', |
| | |
| | | disabled: true |
| | | }, |
| | | { |
| | | label: '设备编号', |
| | | prop: 'machineCode', |
| | | type: 'select', |
| | | dicUrl: '/blade-mdm/machine/page', |
| | | props: { |
| | | label: 'machineGroupName', |
| | | value: 'machineGroupCode', |
| | | }, |
| | | dicFormatter(res) { |
| | | return res.data.records; |
| | | } |
| | | }, |
| | | { |
| | | label: '零组件号/图号', |
| | | prop: 'drawingNo' |
| | | }, |
| | | { |
| | | label: '工序', |
| | | prop: 'processName' |
| | | }, |
| | | { |
| | | label: '工序版本', |
| | | prop: 'processEdition' |
| | | }, |
| | | { |
| | | label: '节点分类', |
| | | prop: 'category', |
| | | type: 'select', |
| | | dicUrl: '/blade-system/dict-biz/dictionary?code=node_file_type', |
| | | props: { |
| | | label: 'dictValue', |
| | | value: 'dictKey', |
| | | } |
| | | }, |
| | | { |
| | | label: '选择文件', |
| | | prop: 'uploadFile', |
| | | type: 'upload', |