Commit 7009e38b by 夏超

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

parent f23c6238
...@@ -542,7 +542,6 @@ ...@@ -542,7 +542,6 @@
</div> </div>
</div> </div>
<el-button type="primary" style="margin-top: 8px;" @click="stationBindingSavehandle">保存</el-button> <el-button type="primary" style="margin-top: 8px;" @click="stationBindingSavehandle">保存</el-button>
<!-- -->
</div> </div>
</div> </div>
</el-dialog> </el-dialog>
...@@ -731,7 +730,7 @@ ...@@ -731,7 +730,7 @@
this.loading = false this.loading = false
// 先设置为可编辑状态 // 先设置为可编辑状态
this.prohibitedStateShow = result.result.editable this.prohibitedStateShow = result.result.editable
// this.prohibitedStateShow = true this.prohibitedStateShow = true
}).catch(error => { }).catch(error => {
this.errorHandle(error, true) this.errorHandle(error, true)
}) })
...@@ -1031,6 +1030,10 @@ ...@@ -1031,6 +1030,10 @@
// 选中工序事件 // 选中工序事件
async selProcessHandle(item) { async selProcessHandle(item) {
this.isEdit = false this.isEdit = false
this.keyMaterialsList = []
this.keyMaterialsCopyList = []
this.materialCheckList = []
this.productionLineStationList = []
if (item.show) { if (item.show) {
item.show = false item.show = false
} else { } 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