|
|
|
|
@ -48,18 +48,16 @@ |
|
|
|
|
<el-table-column label="当前工序" align="center" prop="currentWpTitle" /> |
|
|
|
|
<el-table-column align="center" width="100" fixed="right" label="操作"> |
|
|
|
|
<template #default="scope"> |
|
|
|
|
<el-button type="text" @click="deleteRow(scope.row.currentWpId)" |
|
|
|
|
>删除</el-button |
|
|
|
|
> |
|
|
|
|
<el-button type="text" @click="deleteRow(scope.row.currentWpId)">删除</el-button> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
</el-table> |
|
|
|
|
<el-card class="box-card"> |
|
|
|
|
<div slot="header" class="clearfix"> |
|
|
|
|
<span style="color: rgb(85, 85, 243);">维护电子档案</span> |
|
|
|
|
<span style="color: rgb(85, 85, 243)">维护电子档案</span> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<el-form ref="form" :model="formData" :rules="rulesMold" inline style="margin-top: 10px;"> |
|
|
|
|
<el-form ref="form" :model="formData" :rules="rulesMold" inline style="margin-top: 10px"> |
|
|
|
|
<el-row> |
|
|
|
|
<el-col :span="6"> |
|
|
|
|
<el-form-item label="设备编码:" prop="ecId"> |
|
|
|
|
@ -414,7 +412,7 @@ export default { |
|
|
|
|
rbFilePreserveChange() { |
|
|
|
|
getByRfpId({ rfpId: this.formData.rfpId }).then(res => { |
|
|
|
|
this.mtnCode = null; |
|
|
|
|
this.preserveSlotList = res.data.data.preserveSlotList |
|
|
|
|
this.preserveSlotList = res.data.data.preserveSlotList; |
|
|
|
|
}); |
|
|
|
|
// this.$ajax.get('dsRbFilePreserveSlot/getByRfpId/' + this.formData.rfpId).then(res => { |
|
|
|
|
// if (this.$ifAjax(res)) { |
|
|
|
|
@ -506,7 +504,7 @@ export default { |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
:deep(.el-form--inline .el-form-item){ |
|
|
|
|
:deep(.el-form--inline .el-form-item) { |
|
|
|
|
margin-bottom: 5px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
</style> |