Commit ab790b82 authored by tanjunxin's avatar tanjunxin

fix: 生产排产细节优化

parent dc46b00b
......@@ -728,6 +728,17 @@ export default {
this.hanldeGetdefaultWorkCenterList()
},
methods: {
handleSelectionChange(selection) {
console.log(selection);
if(selection.length !== 1) {
this.single = true;
} else {
this.single = false;
if(selection[0].status == "CLOSE") {
this.single = true;
}
}
},
showWorkunit () {
if(!this.splitform.processName) return this.$modal.msgError("需要选择工序")
this.$refs.splitProcess.showFlag = true
......
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