Commit 7009e38b by 夏超

[fix] 修改任务的工艺设计

parent f23c6238
......@@ -542,7 +542,6 @@
</div>
</div>
<el-button type="primary" style="margin-top: 8px;" @click="stationBindingSavehandle">保存</el-button>
<!-- -->
</div>
</div>
</el-dialog>
......@@ -731,7 +730,7 @@
this.loading = false
// 先设置为可编辑状态
this.prohibitedStateShow = result.result.editable
// this.prohibitedStateShow = true
this.prohibitedStateShow = true
}).catch(error => {
this.errorHandle(error, true)
})
......@@ -1031,6 +1030,10 @@
// 选中工序事件
async selProcessHandle(item) {
this.isEdit = false
this.keyMaterialsList = []
this.keyMaterialsCopyList = []
this.materialCheckList = []
this.productionLineStationList = []
if (item.show) {
item.show = false
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment