|  |  | 
 |  |  |               <span>å·²é丠{{ selection.length }} é¡¹</span> | 
 |  |  |             </el-col> | 
 |  |  |             <el-col :span="8"> | 
 |  |  |               <el-link | 
 |  |  |               <!-- <el-link | 
 |  |  |                 type="primary" | 
 |  |  |                 size="small" | 
 |  |  |                 style="float: right; height: 20px" | 
 |  |  |                 @click="lockstocks" | 
 |  |  |                 >éå®åºå</el-link | 
 |  |  |               > | 
 |  |  |               > --> | 
 |  |  |               <el-link | 
 |  |  |                 type="primary" | 
 |  |  |                 size="small" | 
 |  |  | 
 |  |  |       this.http | 
 |  |  |         .post("api/MesPPOutboundOrderDetail/GetPageData", param, "æ¥è¯¢ä¸") | 
 |  |  |         .then((x) => { | 
 |  |  |             // console.log(x.rows); | 
 |  |  |             console.log(x.rows); | 
 |  |  |           this.tableData = x.rows; | 
 |  |  |         }); | 
 |  |  |     }, | 
 |  |  | 
 |  |  |       var keys = this.selection.map((item) => item.id); // è·åéä¸è¡çid | 
 |  |  |  | 
 |  |  |       this.http | 
 |  |  |         .post("api/Task/GenerateOutboundTasks", keys, "æ°æ®å¤çä¸") | 
 |  |  |         .post("api/Mes/MESPPGenerateOutboundTasks", keys, "æ°æ®å¤çä¸") | 
 |  |  |         .then((x) => { | 
 |  |  |           if (!x.status) return this.$message.error(x.message); | 
 |  |  |           this.$message.success("æä½æå"); |