Commit ca4309d4 authored by zhengke's avatar zhengke

no message

parent c38eab10
...@@ -118,6 +118,7 @@ ...@@ -118,6 +118,7 @@
style="width: 100%" style="width: 100%"
@selection-change="handleSelectionChange"> @selection-change="handleSelectionChange">
<el-table-column <el-table-column
:selectable="checkSelectable"
type="selection" type="selection"
width="55"> width="55">
</el-table-column> </el-table-column>
...@@ -208,6 +209,11 @@ ...@@ -208,6 +209,11 @@
this.getList() this.getList()
}, },
methods: { methods: {
// 是否已发放
checkSelectable (row){
return row.IsGiveOut != 1
},
// 已选可制单人员
handleSelectionChange(val){ handleSelectionChange(val){
this.multipleSelection = val; this.multipleSelection = val;
let zong = 0; let zong = 0;
......
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