|
|
|
@ -70,7 +70,7 @@ |
|
|
|
<!-- <a type="text" size="small" @click="addOrUpdateHandle(scope.row.id)" v-if="scope.row.statusDesc!=='已完成'">修改</a>--> |
|
|
|
<a type="text" size="small" @click="deleteData(scope.row)" v-if="scope.row.statusDesc!=='已完成'&&scope.row.statusDesc!=='已升版'">删除</a> |
|
|
|
<a type="text" size="small" v-if="scope.row.status === 'cg'" @click="issueModal(scope.row)">下达</a> |
|
|
|
<!-- <a type="text" size="small" @click="copyBM(scope.row)">拷贝</a>--> |
|
|
|
<a type="text" size="small" @click="copyBM(scope.row)">拷贝</a> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table> |
|
|
|
@ -1168,6 +1168,9 @@ |
|
|
|
}) |
|
|
|
this.partModelFlag=true |
|
|
|
}, |
|
|
|
choosePartNo(row){ |
|
|
|
this.$message.success( '敬请期待~') |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
</script> |
|
|
|
|