Commit eed90742 authored by 康振飞's avatar 康振飞

班组派工拆分

parent 25cb7877
......@@ -598,16 +598,9 @@ export default {
}
});
},
setChaiding(li, index){
console.log(li, index)
this.chaiModal = true;
this.chaiNum = 1;
this.maxnum = li.quantity - 1;
this.rowIndex = index;
},
// 拆分方法
setChai(item, index) {
console.log(item, index)
// console.log(item, index)
this.curTask=item;
this.chaiModal = true;
this.chaiNum = 1;
......
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